@charset "UTF-8";
/* CSS Document */

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#pageTitleVox::after{
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	mix-blend-mode: multiply;
	background: linear-gradient(rgba(230, 230, 230, 1), rgba(230, 230, 230, 1));
}
#pageTitleVox .inner{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.access h2.access_ttl{
	margin: 0 auto;
	font-size: 2.3125em;
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #333;
}
.access h3.access_subttl{
	text-align: center;
	font-size: 1.875em;
}
.access h5{
	text-align: center;
	font-size: 1.5em;
}
.w960 {
	max-width: 950px;
	margin: 0 auto;
}

/* introduction */
.access .introduction{
	text-align: center;
	padding: 80px 0 90px;
	background: url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
}
.access .introduction .inner{
	width: 715px;
	margin: 0 auto;
}
.access .introduction p{
	font-size: 1.5em;
	line-height: 1.75;
	text-align: left;
	padding: 0 5px 5px 5px;
}
.access .introduction p a{
	font-size: 0.875em;
	margin-left: 50px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 0 0 0 30px;
	margin-top: 20px;
	background: url(../images/arw.svg) no-repeat top 45% left;
	background-size: 20px 20px;
}
.access .introduction h2 span{
	font-size: 0.75em;
	line-height: 1.75;
	margin-left: 50px;
}
	
/* transport */
.access .transport{
	padding: 140px 0 120px;
}
.access .transport .inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .transport .inner dl.bullettrain,
.access .transport .inner dl.car{
	width: 36%;
	position: relative;
	margin-bottom: 60px;
}
.access .transport .inner dl.plane{
	width: 100%;
	position: relative;
}
.access .transport p{
	font-size: 1.5em;
	line-height: 1.75;
}
.access .transport dl dt{
	font-size: 1.5em;
	padding: 5px 0 0 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}
.access .transport dl dd{
	line-height: 1.5;
/*	list-style: 1.5;*/
	font-size: 1.25em;
	padding: 0 0 0 30px;
}
.access .transport .inner dl.car ul li{
	margin-bottom: 20px;
}
.access .transport .inner dl.plane ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .transport .inner dl.plane ul li{
	width: 42%;
}
.access .transport .inner dl.bullettrain::before{
	top: 25px;
	left: -58px;
	width: 59px;
	height: 60px;
	content: "";
	position: absolute;
	background: url(../images/icon01.svg) no-repeat top center;
}
.access .transport .inner dl.car::before{
	top: 25px;
	left: -56px;
	width: 59px;
	height: 60px;
	content: "";
	position: absolute;
	background: url(../images/icon02.svg) no-repeat top center;
}
.access .transport .inner dl.plane::before{
	top: 23px;
	left: -58px;
	width: 59px;
	height: 60px;
	content: "";
	position: absolute;
	background: url(../images/icon03.svg) no-repeat top center;
}

/* parking */
.access .parking{
	text-align: center;
	padding: 0 0 200px 0;
}
.access .parking .inner{
	padding: 80px;
	background: #f7f7f7;
}
.access .parking p{
	font-size: 1.125em;
	text-align: center;
}
.access .parking .free{
	font-size: 1.625em;
	text-align: center;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100vw;
	height: 80vw;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90vw;
	height: 80vw;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.access h2.access_ttl{
	margin: 0 auto;
	font-size: 2em;
	line-height: 1.5;
	padding: 0 0 0.5em 0;
	text-align: center;
	border-bottom: 1px solid #333;
}
.access h3.access_subttl{
	text-align: center;
	font-size: 1.5em;
}
.access h5{
	text-align: center;
	font-size: 1.25em;
}
.w960 {
	width: 80vw;
	margin: 0 auto;
}

/* introduction */
.access .introduction{
	text-align: center;
	padding: 3em 0 5em;
	background: url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
}
.access .introduction .inner{
	width: 88vw;
	margin: 0 auto;
}
.access .introduction p{
	font-size: 1.25em;
	line-height: 1.5;
	text-align: center;
	padding: 1em 0 0;
}
.access .introduction p a{
	font-size: 0.875em;
	letter-spacing: 2px;
	display: block;
	margin-top: 1em;
	text-align: left;
	padding-left: 2em;
	margin-left: 1em;
	background: url(../images/arw.svg) no-repeat top 45% left;
	background-size: 20px 20px;
}
.access .introduction h2 span{
	display: block;
	font-size: 0.75em;
	line-height: 1.75;
}
	
/* transport */
.access .transport{
	padding: 3em 0 4em;
}
.access .transport .inner dl.bullettrain,
.access .transport .inner dl.car,
.access .transport .inner dl.plane{
	position: relative;
}
.access .transport p{
	line-height: 1.75;
	font-size: 1.125em;
}
.access .transport dl dt{
	font-size: 1.5em;
	padding: 0.5em 0 0 2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}
.access .transport dl dd{
	line-height: 1.5;
/*	list-style: 1.5;*/
	font-size: 1.125em;
	padding: 0 1em 0 3em;
}
.access .transport .inner dl.bullettrain::before{
	top: 7px;
	left: -2em;
	width: 59px;
	height: 60px;
	content: "";
	position: absolute;
	background: url(../images/icon01.svg) no-repeat top center;
}
.access .transport .inner dl.car::before{
	top: 22px;
	left: -2em;
	width: 59px;
	height: 60px;
	content: "";
	position: absolute;
	background: url(../images/icon02.svg) no-repeat top center;
}
.access .transport .inner dl.car ul li{
	margin-bottom: 4vw;
}
.access .transport .inner dl.plane::before{
	top: 22px;
	left: -2em;
	width: 59px;
	height: 60px;
	content: "";
	position: absolute;
	background: url(../images/icon03.svg) no-repeat top center;
}

/* parking */
.access .parking{
	text-align: center;
	padding: 0 0 5em 0;
}
.access .parking .inner{
	padding: 2em;
	background: #f7f7f7;
}
.access .parking p{
	font-size: 1em;
	text-align: center;
}
.access .parking .free{
	font-size: 1.5em;
	text-align: center;
}
}