/* 共通 */
.swiper-button-prev.swiper-button-orgn,
.swiper-button-next.swiper-button-orgn {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: 30px 30px;
	}
	.swiper-button-prev.swiper-button-orgn { background: url(prev.png) no-repeat center center / contain !important; }
	.swiper-button-next.swiper-button-orgn { background: url(next.png) no-repeat center center / contain !important; }

@media only screen and (max-width : 768px){
	.swiper-button-prev,
	.swiper-button-next {
		width: 15px;
		height: 35px;
		margin-top: -17.5px;
		background-size: 15px 35px;
	}
	}
	
/* メインイメージ */
.swiper-container-mainvisual .swiper-pagination {
	margin-top:0;
	position: absolute;
	bottom: 20px !important;
}
.swiper-container-mainvisual .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
	}

/* アクセス */
.gallery-top {
	width:100%;
	height:100%;
}
.gallery-thumbs {
	height: 20%;
	padding-top:10px;
	}
	.gallery-thumbs .swiper-slide {
		height: 100%;
		opacity: 0.4;
		}
		.gallery-thumbs .swiper-slide-thumb-active {
			opacity: 1;
			}