/*====================================*
　サムネイル
==================================== */
.thumbs .swiper-container{
	text-align: center;
}
.thumbs .swiper-container .swiper-slide img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.thumbs .prettyprint{
	border: none;
	background: #fafafa;
	color: #697d86;
}
.thumbs #thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.thumbs #thumbs .swiper-slide {
	width: 20%;
	height: 100%;
	opacity: 0.5;
	cursor: pointer;
}
.thumbs #thumbs .swiper-slide-active {
	opacity: 1;
}

/*====================================*
　カバーフロー
==================================== */
.coverflow .swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.coverflow .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
}
.coverflow .swiper-slide img{
	width:100%;
}
/*====================================*
　フェード
==================================== */
.fade .swiper-container {
	width: 100%;
	height: 100%;
}
.fade .swiper-slide {
	background-position: center;
	background-size: cover;
}
.fade .swiper-slide img{
	width:100%;
}
