@charset "utf-8";
#slide_area {
	width: 1100px;
	
}
.slide1 {
	width: 1100px;
	height: 650px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 20px;
	position: relative;
}
.slide1 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.slide1 .swiper-slide {
	width: 100%;
	height: 100%;
}
.slide1 .trim {
	background-color: #EDEDED;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px 0px !important;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: white !important;
  height: 10px !important;
  width: 10px !important;
}
@media (max-width:1024px){
#slide_area {
	width: 100%;
	
}
.slide1 {
	width: 100%;
	height: 650px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 20px;
	position: relative;
}
}

@media (max-width:540px){
}
