@charset "utf-8";
/* CSS Document */

.swiper-container {
	width: 100%;
	max-width: 940px;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
	border: solid 1px #ccc;
	border-bottom: none;
	color: #aaa;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 24px;
	text-align: center;
	opacity: 1;
	cursor: pointer;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	background: #fff;
	color: #333;
	opacity: 1;
}
.slider-thumbnail{
	/*position: static!important;*/
	padding: 0;
	width: 100%!important;
	height: 88px;
	display: block;
	}
.swiper-slide_link {
	background: #ff8800;
	color: #aaa!important;
	border: solid 1px #ccc;
	border-bottom: none;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 24px;
	text-align: center;
	opacity: 1;
	cursor: pointer;
}
.swiper-slide{
	line-height: 24px;
}
#slider-thumbnail_wrap{
	width: 100%;
	height: 68px;
	position: fixed!important;
	bottom: 5px;
	padding: 0;
	z-index: 1;
}
#slider-thumbnail{
	height: 64px;
	display: block;
	}
#swiper-wrapper_thum{
	/*position: static!important;*/
	position: absolute;
	width: calc( 100% - 30px );
	/*margin-left: auto; margin-right: auto;*/
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	float: none;
	}
.frapbtn{
	width: 32%!important;
	height: 26px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	display: block;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 2%;
	margin-bottom: 5px;

	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #000;
	}
.frapbtn:nth-child(3n){
	 margin-right: 0;
}
#frapbtn1 img,#frapbtn2 img,#frapbtn3 img,#frapbtn4 img,#frapbtn5 img,#frapbtn6 img {
	display: block;
	height: 100%;
	}
#swiper-wrapper_thum .swiper-slide a,
#swiper-wrapper_thum .swiper-slide_link a{
	text-decoration: none;
}
#swiper-wrapper_thum .swiper-slide_link a:visited{
	color: #aaa;
}
.swiper-slide{
	position: relative;
}





