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

#slider {
	position: relative;
	margin-bottom: 0;
}

.bxslider{
	line-height: 0;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	
	.bx-wrapper {
		border: 7px solid #FFF;
		border-width: 7px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 100%;
		padding: 40px 10px;
	}
	
	section{
		width: 100%;
		max-width: 840px;
		margin: 0 auto 90px;
	}
	
	article section h2{
		width: 596px;
		margin: 0 auto;
		line-height: 0;
		margin-bottom: 40px;
	}
	
	article section div.photo01{
		line-height: 0;
		margin-bottom: 30px;
	}
	
	article section h5{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		color: #3E3A39;
	}
	
	article section ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	
	article section ul li{
		width: 32%;
	}
	
	article section ul li div{
		line-height: 0;
		margin-bottom: 6px;
	}
	
	article section ul li p{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	article section h4{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
		color: #3E3A39;
	}
	
	article section table{
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	article section table th{
		width: 90px;
		padding-bottom: 6px;
	}
	
	article section table td{
		padding-bottom: 6px;
	}
	
	article section p.cap{
		font-size: 14px;
		font-size: 1.4rem;
		color: #3E3A39;
	}
	
	section#gallery_box {
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
	}
	
	section#gallery_box h3{
		width: 312px;
		margin: 0 auto 20px;
	}
	
	section#gallery_box ul.gallery{
		width: 100%;
		margin: 0 auto 80px;
		line-height: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#gallery_box ul.gallery li{
		width: 24%;
		margin: 0;
		line-height: 0;
		list-style: none;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	.bx-wrapper {
		border: 3px solid #FFF;
		border-width: 3px 0;
	}
	
	.bxslider a{
		display: block;
		transition-duration: 0.5s;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	.bxslider a:hover{
		opacity: 0.7;
	}
	
	article {
		width: 92.5%;
		margin: 0 auto;
	}
	
	article section {
		margin: 40px 0;
	}
	
	article section h2{
		width: 298px;
		margin: 0 auto;
		line-height: 0;
		margin-bottom: 40px;
	}
	
	article section div.photo01{
		line-height: 0;
		margin-bottom: 30px;
	}
	
	article section h5{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #3E3A39;
	}
	
	article section ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	
	article section ul li{
		width: 48%;
		margin: 0 0 15px;
	}
	
	article section ul li div{
		line-height: 0;
		margin-bottom: 6px;
	}
	
	article section ul li p{
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 1.3;
	}
	
	article section h4{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #3E3A39;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	
	article section table{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	article section table th{
		width: 64px;
		padding-bottom: 6px;
	}
	
	article section table td{
		padding-bottom: 6px;
	}
	
	article section p.cap{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
		color: #3E3A39;
	}
	
	section#gallery_box {
		width: 92.5%;
		margin: 0 auto;
	}
	
	section#gallery_box h3{
		width: 218px;
		margin: 0 auto 15px;
	}
	
	section#gallery_box ul.gallery{
		width: 100%;
		margin: 0 auto 80px;
		line-height: 0;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section#gallery_box ul.gallery li{
		width: 48%;
		margin: 0;
		line-height: 0;
		list-style: none;
		margin-bottom: 10px;
	}
}

@media print, screen and (max-width: 480px){
	
}