@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%;
		background: #000;
		padding: 90px 10px;
	}
	
	section{
		width: 100%;
		max-width: 820px;
		margin: 0 auto;
		color: #FFF;
	}
	
	section h2{
		width: 35%;
		max-width: 330px;
		margin: 0 auto 50px;
	}
	
	section h3{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 40px;
	}
	
	section div.flow {
		line-height: 0;
		margin-bottom: 70px;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li{
		width: 80%;
	}
	
	section ul li h4{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	section ul li p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	section ul li.photo{
		width: 18%;
		line-height: 0;
	}
	
	section ul li.photo02{
		width: 19.5%;
		line-height: 0;
	}

}

/*--------------------------------------------------------
　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%;
		background: #000;
		padding: 40px 0;
	}
	
	section{
		width: 92.5%;
		margin: 0 auto;
		color: #FFF;
	}
	
	section h2{
		width: 35%;
		max-width: 330px;
		min-width: 198px;
		margin: 0 auto 30px;
	}
	
	section h3{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 30px;
	}
	
	section div.flow {
		line-height: 0;
		margin-bottom: 60px;
	}
	
	section ul{
		width: 100%;
		margin: 0 auto 40px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	section ul li{
		width: 100%;
	}
	
	section ul li h4{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	section ul li p{
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	
	section ul li.photo{
		width: 30%;
		line-height: 0;
		margin: 15px auto 0;
	}
	
	section ul li.photo02{
		width: 30%;
		line-height: 0;
		margin: 15px auto 0;
	}
}

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