@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　access
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
	background-image: url(../img/access/ttl_bg.jpg);	
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* access
-----------------------------------------------------------------*/
.access{
  padding: 100px 0 160px;   
}
.access h2{
	position: relative;
	margin-bottom: 45px;
	text-align: center;
	font-size: 4rem;
	line-height: 1.7;
}
.access h2::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 100%;
	height: 197px;
	background: url(../img/access/txt_connecting.svg) no-repeat center center;
	background-size: auto 100%;	
}
.access h2 span{
	position: relative;
	z-index: 10;
}
.access h2 + .txt{
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.5;	
}
.access .station-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 150px;
}
.access .station-list li{
	position: relative;
	width: 50%;
}
.access .station-list li:nth-child(n+3){
	width: calc(100% / 3);
}
.access .station-list h3{
	position: absolute;
	left: 25px;
	top: 25px;
	writing-mode: vertical-rl;
	font-size: 7rem;
	line-height: 1;
	letter-spacing: .15em;
}
.access .station-list li:first-child h3{
	font-size: min(5vw, 6rem);
}
.access .station-list li:nth-child(n+3) h3{
	left: 15px;
	top: 15px;
	font-size: 5rem;
}
.access .station-list .distance{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	text-align: right;
	font-size: 4rem;
	line-height: 1;
	font-family: "EB Garamond", serif;
	letter-spacing: .05em;
}
.access .station-list .distance strong{
	font-size: 5.4rem;
	font-weight: normal;
}
.access .station-list .distance small{
	font-size: 3rem;
}
.access .station-list .distance .cap{
	font-size: 1.4rem;
}
.access .station-list li:first-child .distance{
	font-size: 3.2rem;
}
.access .station-list li:nth-child(n+3) .distance strong{
	font-size: 4.4rem;
}
.access .station-list li:nth-child(n+3) .distance{
	font-size: 3rem;
}
.access .layout-box{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.access .layout-box .station{
	font-size: 3.8rem;
	line-height: 1;
}
.access .layout-box .station small{
	display: block;
	margin-bottom: 5px;
	font-size: 2.2rem;
}
.access .layout-box .station .station-name{
	display: inline-block;
	margin-right: -.3em;
	text-indent: -.5em;
	font-size: 4.9rem;
}
.access .layout-box .station .walk img{
	vertical-align: bottom;
}
.access .layout-box .station strong{
	font-size: 7.3rem;
	font-weight: normal;
	color: #bb9d1a;
	font-family: "EB Garamond", serif;
}
.access .layout-box .note{
	width: 100%;
	text-align: right;
	font-size: 1.6rem;
}
.access .train-map{
	margin-bottom: 55px;
	text-align: center;
}
.access .station-notes{
	margin-bottom: 150px;
	font-size: 1.6rem;
}











/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* access
-----------------------------------------------------------------*/
	.access{
		padding: 45px 0 60px;   
	}
	.access h2{
		margin-bottom: 40px;
		font-size: 3.5rem;
		line-height: 1.5;
	}
	.access h2::before{
		height: 175px;
	}
	.access h2 + .txt{
		margin-bottom: 40px;
		line-height: 2;	
	}
	.access .station-list{
		display: block;
		margin-bottom: 60px;
	}
	.access .station-list li{
		width: 100%;
	}
	.access .station-list li:nth-child(n+3){
		width: 100%;
	}
	.access .station-list h3{
		left: 18px;
		top: 15px;
		font-size: 5.2rem;
	}
	.access .station-list li:first-child h3 {
		font-size: 4rem;
	}
	.access .station-list li:nth-child(n+3) h3{
		left: 18px;
		top: 15px;
		font-size: 3.8rem;
	}
	.access .station-list .distance{
		padding: 15px 10px;
		font-size: 3rem;
	}
	.access .station-list .distance strong{
		font-size: 4rem;
	}
	.access .station-list .distance small{
		font-size: 2.3rem;
	}
	.access .station-list li:first-child .distance {
    font-size: 2.3rem;
	}
	.access .station-list li:nth-child(n+3) .distance{
		font-size: 2.3rem;
	}
	.access .station-list li:nth-child(n+3) .distance strong{
		font-size: 3.3rem;
	}
	.access .station-list li:nth-child(n+3) .distance{
		font-size: 2.2rem;
	}
	.access .layout-box{
		flex-wrap: block;
		margin-bottom: 20px;
	}
	.access .layout-box .station{
		font-size: 2.3rem;
	}
	.access .layout-box .station + .station{
		margin-top: 18px;
	}
	.access .layout-box .station small{
		margin-bottom: -3px;
		font-size: 1.6rem;
	}
	.access .layout-box .station .station-name{
		margin-right: -.3em;
		text-indent: -.5em;
		font-size: 3rem;
	}
	#Page .access .layout-box .station .walk img{
		width: 22px;
	}
	.access .layout-box .station strong{
		font-size: 5rem;
	}
	.access .layout-box .note{
		text-align: left;
		font-size: 1.2rem;
	}
	.access .train-map{
		margin-bottom: 30px;
	}
	.access .station-notes{
		margin-bottom: 90px;
		font-size: 1.2rem;
	}
	.access .station-notes ul li{
		text-indent: -1em;
		padding-left: 1em;		
	}
	
	


}