@charset "UTF-8";

body{
	overflow-x: hidden;
}
@media screen and (min-width: 768px) {
	body{
		min-width: 1024px;
	}
}
@media screen and (max-width: 767px) {
	#contents img{
		width: 100%;
	}
}
img{
    touch-callout:none;
    user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
}
/*titType
--------------------------------------------*/
/*titType01*/
.titType01{
	height: 68px;
	margin: 20px -15px;
	padding: 17px 0;
	font-size: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	background: #5F7492;
	position: relative;
}
.titType01 span{
	width: 105px;
	height: 68px;
	padding: 23px 0;
	font-size: 12px;
	letter-spacing: 0.05em;
	display: inline-block;
	background: #5F7492;
	position: absolute;
	top: 0;
	left: 0;
}
.titType01 span:after{
	content: "";
	width: 0;
	height: 0;
	border: 34px solid transparent;
	position: absolute;
	top: 0;
	right: -54px;
}
@media screen and (min-width: 768px) {
	.titType01{
		margin: 40px 0;
		padding: 12px 0;
		font-size: 20px;
		font-weight: bold;
	}
	.titType01 span{
		width: 164px;
		height: 60px;
		padding: 16px 0;
		font-size: 14px;
	}
	.titType01 span:after{
		border: 30px solid transparent;
		right: -50px;
	}
}
/*titType02*/
.titType02{
	text-align: center;
	background: #e1e548;
}
@media (max-width: 768px){
	.titType02 img{
		width: 375px;
	}
}
@media (max-width: 400px){
	.titType02 img{
		width: 320px;
	}
}
@media (min-width: 768px){
	.titType02{
		padding: 60px 0;
	}
}

/*titType03*/
.titType03{
	border-bottom:1px solid #333;
	font-size: 36px;
	color:#333;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.titType03{
		font-size: 4.69361vw;
	}
}

/*btnType
--------------------------------------------*/
/*btnType01*/
.btnType01{
	height: 55px;
	padding: 20px 0;
	display: block;
	font-size: 14px;
	color: #fff !important;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
}
.btnType01:before{
	content: "";
	width: 10px;
	height: 20px;
	margin-top: -10px;
	display: block;
	background: url(../img/ico_arrow01_left.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 20px;
}
@media (min-width: 768px){
	.btnType01{
		height: 60px;
		padding: 21px 0;
		font-size: 16px;
	}
	.btnType01:before{
		left: 30px;
	}
}

/*contents
--------------------------------------------*/
/*pageLink*/
#contents .pageLink{
	margin: 0 15px;
	width: calc(100% - 30px);
	overflow: hidden;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
}
#contents .pageLink li{
	/* line-height: 2; */
}

#contents .pageLink li a{
	height: 55px;
	padding: 11px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(100vw * 10 / 375);
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	background: #5F7492
}
#contents .pageLink li.orange a{background: #df8371;}
#contents .pageLink li.blue  a{background: #737aa9;}
#contents .pageLink li.dark-brown  a{background: #6E6155;}
#contents .pageLink li.light-brown  a{background: #DBA76E;}
#contents .pageLink li.brown a {
	background: #ba8352;
}
#contents .pageLink li a:after{
	content: "";
	width: 5px;
	height: 10px;
	margin-top: -5px;
	display: block;
	background: url(../img/ico_arrow01_right.png) no-repeat;
	background-size: 100% !important;
	position: absolute;
	top: 50%;
	right: 10px;
}
#contents .pageLink li a span{
	padding: 17px 0;
	font-size: 10px;
	letter-spacing: 0.05em;
	position: absolute;
	top: 0;
	left: 16px;
}
/*otherList*/
#contents .otherList{
	margin: 38px 0 40px 0;
	padding: 20px 38px;
	position: relative;
}
#contents .otherList .btn{
	width: 38px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
}
#contents .otherList .btn.left{
	left: 0;
}
#contents .otherList .btn.right{
	right: 0;
}
#contents .otherList .btn img{
	width: 10px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
#contents .otherList .btn.left img{
	left: 5px;
}
#contents .otherList .btn.right img{
	right: 5px;
}
#contents .otherList ul{
	margin-right: -3.33333%;
	overflow: hidden;
}
#contents .otherList ul li{
	width: 30%;
	margin-right: 3.33333%;
	float: left;
	background: #fff;
}
#contents .otherList ul li.active a{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#contents .otherList ul li a{
	display: block;
}
@media (min-width: 768px){
	/*pageLink*/
	#contents .pageLink{
		max-width:760px;
		margin: 0 auto 40px auto;
		overflow: hidden;
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	#contents .pageLink li a{
		font-size: 15px;
	}
	
	#contents .pageLink li a:after{
		right: 12px;
	}
	#contents .pageLink li a span{
		left: 20px;
	}
	/*otherList*/
	#contents .otherList{
		width: 760px;
		margin: 0 auto 70px auto;
		padding: 20px 55px;
	}
	#contents .otherList .btn{
		width: 55px;
	}
	#contents .otherList .btn.left img{
		left: 21px;
	}
	#contents .otherList .btn.right img{
		right: 21px;
	}
	#contents .otherList ul{
		margin-right: -10px;
	}
	#contents .otherList ul li{
		width: 100px;
		margin: 0 10px 0 0;
	}
	#contents .otherList ul li a img{
		width: 100px;
	}
	/* #contents .pageLink li{
		line-height: 2;
	} */
	
	#contents .pageLink li a{
		font-size: 16px;
	}
	#contents .pageLink li a:after{
		content: "";
		width: 5px;
		height: 10px;
		margin-top: -5px;
		display: block;
		background: url(../img/ico_arrow01_right.png) no-repeat;
		background-size: 100% !important;
		position: absolute;
		top: 50%;
		right: 13px;
	}
}

/*listModule
--------------------------------------------*/
.listModule{
	margin: 0 20px;
}
.listModule ul{
	margin: 0 -5% 20px 0;
	overflow: hidden;
}
.listModule ul li{
	width: 29%;
	margin-right: 4%;
	float: left;
}
.listModule ul li a{
	display: block;
}
.listModule ul li p{
	margin: 10px 0 15px 0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media (min-width: 768px){
	.listModule{
		max-width: 960px;
		margin: 0 auto;
	}
	.listModule ul{
		margin: 0 -27px 35px 0;
	}
	.listModule ul li{
		width: 170px;
		margin-right: 27px;
	}
	.listModule ul li p{
		margin: 12px 0 35px 0;
		font-size: 15px;
	}
	.listModule ul li a img{
		width: 170px;
	}
}

/*detailModule
--------------------------------------------*/
/*txtWrap*/
.detailModule .txtWrap{
	margin: 34px 25px 0 25px;
	min-height: 60px;
}
.detailModule .txtWrap h1{
	margin-bottom: 24px;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}
.detailModule .txtWrap .txtList{
	border-left: solid 2px #cbcbcb;
	display: none;
}
.detailModule .txtWrap .txtList tr th{
	padding: 0 0 10px 22px;
}
.detailModule .txtWrap .txtList tr td{
	padding: 0 0 10px 10px;
}
.detailModule .txtWrap .txtList tr th,.detailModule .txtList tr td{
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.detailModule .txtWrap .txtList tr th span{
	font-size: 12px;
}
.detailModule .txtWrap .txtList tr:last-child th,.detailModule .txtList tr:last-child td{
	padding-bottom: 0 !important;
}
@media (min-width: 768px){
	.detailModule .txtWrap{
		min-height: 70px;
	}
	.detailModule .mainImg{
		text-align: center;
		background: #ededed;
	}
	.detailModule .mainImg img{
		width: 520px;
	}
	.detailModule .txtWrap{
		width: 760px;
		margin: 46px auto 0 auto;
		overflow: hidden;
	}
	.detailModule .txtWrap h1{
		width: 183px;
		float: left;
	}
	.detailModule .txtWrap .txtList tr th{
		padding: 0 0 10px 40px;
	}
}




/*スライド関連
--------------------------------------------*/
.swiper-container{
	text-align: center;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white{
	background : url('../img/ico_arrow01_left.png') center center no-repeat!important;
	background-size : 10px 19px!important;
	z-index: 999999;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background : url('../img/ico_arrow01_right.png') center center no-repeat!important;
	background-size : 10px 19px!important;
	z-index: 999999;
}
.swiper-button-next,
.swiper-button-prev{
	width : 20px!important;
	height : 60px!important;
	margin-top : -30px!important;
}
.thumsModule #thumbs {
	height: 25%;
	box-sizing: border-box;
	padding: 20px 0;
	background : #50A7A5;
}
.thumsModule #thumbs .swiper-slide img{
	width : 100px!important;
	height : 100px!important;
}
.thumsModule #thumbs .swiper-slide {
	width : 100px;
	height: 100%;
	opacity: 1;
	cursor: pointer;
}
.thumsModule #thumbs .swiper-slide-active,
.thumsModule #thumbs .swiper-slide{
	position: relative;
}
.thumsModule #thumbs .swiper-slide-active:before,
.thumsModule #thumbs .swiper-slide:before,
.thumsModule #thumbs .swiper-slide-active:after,
.thumsModule #thumbs .swiper-slide:after{
	content: "";
	display: block;
	opacity : 0;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.thumsModule #thumbs .swiper-slide-active:before,
.thumsModule #thumbs .swiper-slide:before{
	content: "";
	width: 30px;
	height: 24px;
	margin: -12px 0 0 -15px;
	display: block;
	background: url(../img/ico_camera.png) no-repeat;
	background-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.thumsModule #thumbs .swiper-slide-active:before,
.thumsModule #thumbs .swiper-slide:hover:before{
	opacity : 1;
}
.thumsModule #thumbs .swiper-slide-active:after,
.thumsModule #thumbs .swiper-slide:hover:after{
	width: 100px;
	height: 100px;
	opacity: 0.75;
	background : #2c2c2c;
	position: absolute;
	top: 0;
	left: 0;
}
	
@media (max-width: 767px){
.sliderModule{
    background: #ededed;
}
.sliderModule #slider .swiper-slide{
    height: 300px;
}
.sliderModule #slider .swiper-slide img{
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sliderModule{
	width : 100%;
	margin : 0 auto;
	max-height : 300px;
	text-align : center;
}
.sliderModule img{
	max-width : 100%!important;
	max-height : 300px!important;
	width : auto!important;
	height : auto!important;
}
.thumsModule {
    clear: both;
    width: 100%;
	margin : 0 auto 40px;
    position: relative;
	background: #ededed;
}
.thumsModule .thumbsWrap{
	padding : 0 30px;
	background: #50A7A5;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white{
	left : 5px!important;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white{
	right : 5px!important;
}

}
@media (min-width: 768px),print {
.sliderModule{
	margin : 0 auto;
	max-height : 520px;
	text-align : center;
	background: #ededed;
}
.sliderModule img{
	max-width : 100%!important;
	max-height : 520px!important;
	width : auto!important;
	height : auto!important;
}
.thumsModule {
    clear: both;
    width: 760px;
	margin : 0 auto 70px;
    position: relative;
	background: #50A7A5;
}
.thumsModule #thumbs {
	width : 670px;
	height: 25%;
	box-sizing: border-box;
	padding: 20px 0;
	background : #50A7A5;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white{
	left : 20px!important;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white{
	right : 20px!important;
}
}
