@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: 90px 10px 0;
	}
	
	section{
		width: 100%;
		max-width: 820px;
		margin: 0 auto;
	}
	
	section h2{
		width: 36.6%;
		max-width: 310px;
		margin: 0 auto 50px;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li{
		width: 47%;
	}
	
	section ul li table{
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	section ul li table th{
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	
	section ul li table td{
		padding: 0 0 10px 0.5em;
		vertical-align: top;
	}
	
	section ul li:first-child table th{
		width: 60px;
	}
	
	section ul li:nth-child(2) table th{
		width: 70px;
	}
	
	div.map {
		width: 100%;
		margin-bottom: 40px;
	}
	
	div.map iframe{
		width: 100%;
		height: 35.7vw;
	}

}

/*--------------------------------------------------------
　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: 100%;
		padding: 40px 0 0;
	}
	
	section{
		width: 92.5%;
		margin: 0 auto;
	}
	
	section h2{
		width: 36.6%;
		max-width: 310px;
		min-width: 186px;
		margin: 0 auto 50px;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li{
		width: 100%;
	}
	
	section ul li table{
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	section ul li table th{
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	
	section ul li table td{
		padding: 0 0 10px 0.5em;
		vertical-align: top;
	}
	
	section ul li:first-child table th{
		width: 70px;
	}
	
	section ul li:nth-child(2) table th{
		width: 70px;
	}
	
	div.map {
		width: 100%;
		margin-bottom: 40px;
	}
	
	div.map iframe{
		width: 100%;
		height: 50vw;
	}

}

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