@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* page-hd
-----------------------------------------------------------------*/
.page-hd{
	padding: 60px 20px; 
	background:url(../image/bg_white.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #231815;
}
.page-hd h2{
	line-height: 1;
}
.page-hd h2 small{
	display: block;
	margin-bottom: 25px;
	font-size: 2.2rem;
	letter-spacing: .08em;
    font-family: "EB Garamond", serif;
}
.page-hd h2 .en{
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 5.6rem;
	letter-spacing: .08em;
	color: #c09b23;
}
.page-hd h2 .en::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	display: block;
	width: 80px;
	height: 1px;
	content: "";
	background: #011622;
}
.page-hd h2 ,ja{
	font-size: 2rem;
	letter-spacing: .05em;
	font-weight: normal;
}



/* school
-----------------------------------------------------------------*/
.school{
	padding: 70px 0 70px;
}
.school h2{
	margin-bottom: 35px;
	color: #c09b23;
	font-size: 3.6rem;
	text-align:center;
}
.school h2 + .txt{
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 2;
	text-align:center;	
}
.school h3{
	margin-bottom: 20px;
	font-size: 2.2rem;
	text-align:center;	
}
.school-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 90px;
}
.school-list li{
	max-width: 385px;
	width: calc((100% - 20px)/3);
}
.school-list li:nth-child(n+4){
	margin-top: 35px;
}
.school-list .pic{
	position: relative;
	margin-bottom: 5px;
}
.school-list .pic .caption{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 0.2em 2px 1em;
	background: rgba(0,0,0,.7);
	font-size: 1rem;
}
.school-list div{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.school-list h4{
	margin-bottom: 1em;
	font-size: 1.4rem;
	font-weight: normal;
}
.school-list .distance{
	flex-shrink: 0;
	margin-left: 15px;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
.school-list .distance strong{
	font-size: 4rem;
	font-style: italic;
	font-weight: normal;
}
.school-list .distance small{
	display: block;
	margin-top: 5px;
}

.school .layout-box{
	margin-bottom: 50px;
}
.school .layout-box .txt-area{
	width: 50%;	
}
.school .layout-box .txt-area h3{
	text-align: left;
}
.school .layout-box .txt-area .txt{
	font-size: 1.6rem;
}
.school .layout-box .pic-map{
	width: 49%;
}
.school .layout-box .pic-map img{
	width: 100%;
}
.school .layout-box + .school-list{
	margin-bottom: 0;
}
.school .layout-box + .school-list .pic{
	margin-bottom: 10px;
}


/* station
-----------------------------------------------------------------*/
.station{
	padding: 105px 0 90px;
	background:url(../image/bg_white.jpg) no-repeat center center;
	background-size: cover;
	color: #231815;
}
.station .layout-box{
	margin-bottom: 50px;
}
.station .layout-box .txt-area{
	width: 48%;	
}
.station .layout-box h3{
	margin-bottom: 40px;
	font-size: 3.6rem;
	line-height: 1.4;
	color: #c09b23;
}
.station .layout-box .txt{
	font-size: 1.8rem;
}
.station .layout-box .pic{
	width: 50%;
}
.station .layout-box .pic .caption{
	display: block;
	margin-top: 3px;
	font-size: 1rem;
	text-align: right;
}

.station .voice{
	padding: 40px 4.5% 55px;
	background: #fff;
}
.station .voice h2{
	margin-bottom: 45px;
	text-align: center;
	line-height: 1;
}
.station .voice h2 .en{
	display: block;
	margin-bottom: 15px;
	font-size: 1.6rem;
	letter-spacing: .08em;
}
.station .voice h2 .ja{
	font-size: 2.6rem;
	letter-spacing: .05em;
}
.voice-list li{
	display: flex;
	justify-content: space-between;
}
.voice-list li:nth-child(n+2){
	margin-top: 48px;
}
.voice-list .pic{
	position: relative;
	max-width: 410px;
	margin-right: 20px;
}
.voice-list .pic .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0.5em;
	font-size: 1rem;
	color: #fff;
} 
.voice-list .txt-area{
	width: 58%;	
}
.voice-list .txt-area h3{
	margin-bottom: 18px;
	font-size: 2.6rem;
	line-height: 1.5;
	color: #c09b23;	
}
.voice-list .txt-area .txt{
	font-size: 1.6rem;
}















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* page-hd
-----------------------------------------------------------------*/
	.page-hd{
		padding: 30px 20px; 
	}
	.page-hd h2 small{
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	.page-hd h2 .en{
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-size: 2.8rem;
	}
	.page-hd h2 .en::after{
		width: 40px;
	}
	.page-hd h2 ,ja{
		font-size: 1.6rem;
	}



/* school
-----------------------------------------------------------------*/
	.school{
		padding: 40px 0 50px;
	}
	.school h2{
		margin-bottom: 25px;
		font-size: 2rem;
		line-height: 1.6;
	}
	.school h2 + .txt{
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
	.school h3{
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	.school-list{
		display: block;
		margin-bottom: 40px;
	}
	.school-list li{
		width: 100%;
		margin: 0 auto;
	}
	.school-list li:nth-child(n+2){
		margin-top: 25px;
	}
	.school-list h4{
		font-size: 1.3rem;
	}
	.school-list .distance{
		margin-left: 10px;
		font-size: 1.1rem;
	}
	.school-list .distance strong{
		font-size: 3.2rem;
	}
	
	.school .layout-box{
		display: block;
		margin-bottom: 40px;
	}
	.school .layout-box .txt-area{
		width: 100%;
		margin-bottom: 30px;	
	}
	.school .layout-box .txt-area .txt{
		font-size: 1.3rem;
		text-align: justify;
	}
	.school .layout-box .pic-map{
		width: 100%;
	}


/* station
-----------------------------------------------------------------*/
	.station{
		padding: 50px 0;
	}
	.station .layout-box{
		display: block;
		margin-bottom: 40px;
	}
	.station .layout-box .txt-area{
		width: 100%;
		margin-bottom: 30px;	
	}
	.station .layout-box h3{
		margin-bottom: 20px;
		font-size: 2rem;
	}
	.station .layout-box .txt{
		font-size: 1.3rem;
		text-align: justify;
	}
	.station .layout-box .pic{
		width: 100%;
	}
	
	.station .voice{
		padding: 20px 15px 25px;
	}
	.station .voice h2{
		margin-bottom: 30px;
	}
	.station .voice h2 .en{
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.station .voice h2 .ja{
		font-size: 2rem;
	}
	.voice-list li{
		display: block;
	}
	.voice-list li:nth-child(n+2){
		margin-top: 25px;
	}
	.voice-list .pic{
		margin: 0 auto 15px;
	}
	.voice-list .txt-area{
		max-width: 410px;
		width: 100%;
		margin: 0 auto;	
	}
	.voice-list .txt-area h3{
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.voice-list .txt-area .txt{
		font-size: 1.2rem;
		text-align: justify;
	}




}