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

.page_title_costom{
	background-color: #f2f506;
}
/* モバイルファースト ======================================================================================================== */
#detail h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 3px #f2f506;
	margin-bottom: 20px;
}

#gallery{
}
#gallery .main_photo{
	text-align: center;
}
#gallery .main_photo .bxslider img{
	max-height: 63vw;
}

#concept{
	background-color: #EEE;
	padding: 20px;
}
#concept h3 span{
	font-size: 18px;
	font-weight: bold;
	margin-right: 0.5em;
}


#navi{
	display: flex;
	justify-content: space-between;
}
#navi li{
}
#navi li a{
	display: block;
	text-decoration: none;
	background-color: #f2f506;
	padding: 5px 20px;
	border-radius: 50px;
}
#navi li a.none{
	background-color: #CCC;
	pointer-events: none;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#detail h2{
	font-size: 30px;
	margin-bottom: 40px;
}
#gallery .main_photo .bxslider img{
	max-width: 900px;
	max-height: 600px;
}

#gallery .slider_tm{
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
#gallery .slider_tm a{
	display: block;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}
#gallery .slider_tm a.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 2px #111;
	box-sizing: border-box;
}
#gallery .slider_tm img{
	max-width: 120px;
	max-height: 80px;
}


#concept{
	padding: 40px;
}
#concept h3 {
	margin-bottom: 20px;
}
#concept h3 span{
	font-size: 20px;
}

#navi li a{
	padding: 5px 30px;
}


}
