@charset "UTF-8";

/* ************************************************************************
*
*   Perie Hall - access.css
*
************************************************************************ */

#container .subpage .inner{
	width: 904px;
	margin: auto;
}
#container .contents{
	margin-bottom: 80px;
}
#container h3{
	margin-bottom: 40px;
	padding-left: 9px;
	font-size: 142.8%;
	border-left: 3px solid #000;
}
#container .access{
	margin-bottom: 60px;
	overflow: hidden;
}
#container .access .txt{
	float: left;
	width: 335px;
	font-family: 'Noto Sans', 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0;
}
#container .access dl{
	margin-top: 30px;
}
#container .access dd p{
	margin-top: 10px;
}
#container .access dd span.from{
	width: 190px;
	display: inline-block;
}

#container .access dd span.min{
	padding: 1% 2%;
	background-color: #ededed;
	display: inline-block;
}

#container .access .pin{
	height: 40px;
	padding-left: 27px;
	background: url(../img/ico_pin.png) no-repeat 0 center;
	background-size: 17px 26px;
	font-size: 13px;
}
#container .access .train dt{
	height: 26px;
	padding-left: 30px;
	line-height: 24px;
	background: url(../img/ico_train.png) no-repeat;
	background-size: 20px 26px;
}
#container .access .train dd{
	font-size: 12px;
}
#container .access .map{
	float: left;
	width: 569px;
}
#container .route{
	overflow: hidden;
}
#container .route li{
	float: left;
	width: 430px;
}
#container .route li:first-child{
	margin-right: 44px;
}
#container .route p{
	margin-top: 1em;
	line-height: 2;
	font-size: 116%;
}

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

@media screen and (max-width: 768px) {
	
	#container .subpage .inner{
		width: 88%;
	}
	#container .contents{
		margin-bottom: 16%;
	}
	#container h3{
		margin: 12% auto 8%;
		padding: 3%;
		font-size: 166%;
	}
	#container .access{
		margin-bottom: 0;
	}
	#container .access .txt{
		float: none;
		width: 100%;
		margin-bottom: 10%;
		font-size: 116%;
	}
	#container .access dl{
		margin-top: 4%;
	}
	#container .access dd p{
		margin-top: 1em;
	}
	#container .access dd span.from{
	width: 220px;
	display: inline-block;
}

#container .access dd span.min{
	padding: 1% 2%;
	background-color: #ededed;
	display: inline-block;
}
	#container .access .pin{
		height: 2.82em;
		padding-left: 7%;
		background: url(../img/ico_pin.png) no-repeat 0 center;
		background-size: 5% auto;
		font-size: 100%;
	}
	#container .access .train{
		
	}
	#container .access .train dt{
		height: 2em;
		margin-top: 1.5em;
		padding-left: 7%;
		line-height: inherit;
		background: url(../img/ico_train.png) no-repeat;
		background-size: 5% auto;
		font-size: 129%;
	}
	#container .access .train dd{
		font-size: 100%;
	}
	#container .access .map{
		float: none;
		width: 100%;
	}
	#container .route li{
		float: none;
		width: 100%;
	}
	#container .route li:first-child{
		margin-right: 0;
	}
	#container .route p{
		margin-top: 1em;
		line-height: 2;
		font-size: 100%;
	}
	
}