
.swiper-area {
	max-width: 714px;
	width: 100%;
	height: 100%;
	margin: 0 auto 30px;
	position: relative;
}

.swiper-area_side {
	width: 100%;
	max-height: 185px;
	margin: 0 auto 80px;
	position: relative;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  height: 8px;
  width: 8px;
}
.swiper-pagination-bullet-active {
  background-color: #666;
}


.swiper-button-prev ,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-button-next {
  right: -40px;
}

@media print,screen and ( max-width: 850px ) {

	.swiper-button-prev {
	  left: -20px;
	}
	.swiper-button-next {
	  right: -20px;
	}

}

@media print,screen and ( max-width: 700px ) {

	.swiper-button-prev {
	  left: -5px;
	}
	.swiper-button-next {
	  right: -5px;
	}

}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.swiper-button-prev::before{
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
}
.swiper-button-prev::after{
  content: "";
	left: 8px;
	width: 12px;
	height: 12px;
	border-left: 4px solid #223b4f;
	border-bottom: 4px solid #223b4f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-next::before{
	width: 44px;
	height: 44px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
}
.swiper-button-next::after{
  content: "";
	left: 3px;
	width: 12px;
	height: 12px;
	border-top: 4px solid #223b4f;
	border-right: 4px solid #223b4f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media print,screen and ( max-width: 1024px ) {

	.swiper.sideSwiper .swiper-slide img {
	  width: 264px;
	  margin: 0 auto;
	}

}

