@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- main
	- train
	- car
	- airport

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg .headtitle_bg {
	background-image: url(../img/i_titbg01s.jpg);
	color: #fff;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01.jpg);
	}
}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01@2x.jpg);
	}
}

/*----------------------------------------
	main
-----------------------------------------*/
#s_main {
	position: relative;
	margin-top: 50px;
	margin-bottom: 14px;
	padding-bottom: 50px;
}
#s_main .box01 {
	margin: 0 0 50px;
	padding-top: 50px;
	background: url(../img/i_train_bg01.png) center top no-repeat;
	background-size: 25px auto;
}
#s_main .box01 h2 {
	margin-bottom: 12px;
	letter-spacing: 0.2rem;
}
#s_main .box01 h2+p {
	letter-spacing: 0.2rem;
}
#s_main .box01>div:first-child {
	margin-bottom: 15px;
}
#s_main #f_nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2000;
}
#s_main #f_nav.on {
	position: fixed;
	top: 0;
	bottom: auto;
}
#s_main #f_nav>ul {
	width: 100%;
	border-top: 2px solid #111111;
	border-bottom: 2px solid #111111;
	background-color: #fff;
}
#s_main #f_nav>ul>li {
	display: inline-table;
	vertical-align: middle;
	height: 46px;
}
#s_main #f_nav>ul>li>a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 0 26px 0 5.3vw;
	line-height: 1.2;
}
#s_main #f_nav>ul>li>a:before,
#s_main #f_nav>ul>li>a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}
#s_main #f_nav>ul>li>a:before {
	right: 12px;
	width: 5px;
	height: 5px;
	margin: -3px 0 0;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	-webkit-transform: translate(0,-50%) rotate(135deg);
	    -ms-transform: translate(0,-50%) rotate(135deg);
	        transform: translate(0,-50%) rotate(135deg);
}
#s_main #f_nav>ul>li>a:after {
	right: 11px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #111111;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
@media print, screen and (max-width:400px) {
	html[lang="en"] #s_main #f_nav>ul>li>a {
		padding-right: 20px;
	}
	html[lang="en"] #s_main #f_nav>ul>li+li>a {
		padding-left: 8px;
	}
	html[lang="en"] #s_main #f_nav>ul>li>a:before {
		right: 6px;
	}
	html[lang="en"] #s_main #f_nav>ul>li>a:after {
		right: 5px;
	}
}
@media print, screen and (max-width:360px) {
	html[lang="en"] #s_main #f_nav>ul>li>a {
		font-size: 1.2rem;
	}
	html[lang="en"] #s_main #f_nav>ul>li>a {
		padding-left: 8px;
	}
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_main {
		margin-top: 94px;
		margin-bottom: 6px;
		padding-bottom: 100px;
	}
	#s_main .inner {
		max-width: 1200px;
	}
	#s_main .box01 {
		display: table;
		width: 100%;
		margin: 0 0 55px;
		padding: 0;
		background: url(../img/i_train_bg01.png) left center no-repeat;
		background-size: 32px auto;
	}
	#s_main .box01 h2 {
		margin-bottom: 8px;
	}
	#s_main .box01>div {
		display: table-cell;
		vertical-align: middle;
	}
	#s_main .box01>div:first-child {
		padding-left: 60px;
		margin-bottom: 13px;
	}
	#s_main .box01>div>.c_btn01s {
		margin: 0 0 0 auto;
	}
	#s_main .box01>div>.c_btn01s>a {
		padding: 15px 20px;
	}
	#s_main #f_nav {
		min-width: 960px;
		padding: 19px 0;
		background-color: #f5f5f5;
	}
	#s_main #f_nav>ul {
		max-width: 1200px;
		display: table;
		table-layout: fixed;
		margin: 0 auto;
		padding: 0 37px;
		border: none;
		background: none;
	}
	#s_main #f_nav>ul>li {
		display: table-cell;
		padding: 0 3px;
	}
	#s_main #f_nav>ul>li>a {
		display: block;
		border: 2px solid #111111;
		padding: 17px 18px 17px 0;
		background-color: #fff;
	}
}

.js-barrierfree__item,
.js-barrierfree__change {
	display: none;
}
.js-barrierfree__item._active,
.js-barrierfree__change._active {
	display: block;
}

/*----------------------------------------
	train
-----------------------------------------*/
#s_train {
	margin-bottom: 2px;
	padding-top: 70px;
}
#s_train h2 {
	margin-bottom: 20px;
	letter-spacing: 0.4rem;
}
#s_train .box01 {
	margin-bottom: 55px;
}
#s_train .box01 ._map {
	position: relative;
	margin-bottom: 10px;
}
#s_train .box01 ._map-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 160px;
}
#s_train .box01 ._map-btn button {
	padding: 10px 10px;
	letter-spacing: 0
}
#s_train .box01 ._map-btn button::after {
	left: 10px;
	right: auto;
}
#s_train .box01 ._barrierfree {
	display: grid;
	grid-gap: 20px 0;
	padding: 10px 5.3% 20px;
}
#s_train .box01 ._barrierfree:not(._active) {
	display: none;
}
#s_train .box01 ._barrierfree-route {
	display: grid;
	grid-gap: 10px 0;
}
#s_train .box01 ._barrierfree-route dt {
    color: #5f708d;
}
#s_train .box01 ._barrierfree-route ol {
	counter-reset: section;
	list-style-type: none;
	display: grid;
	grid-gap: 5px 0;
}
#s_train .box01 ._barrierfree-route ol li {
	padding-left: 1em;
	text-indent: -1em;
}
#s_train .box01 ._route {
	border-top: 1px solid #111111;
}
#s_train .box01 ._route dl {
	border-bottom: 1px solid #111111;
}
#s_train .box01 ._route dt {
	position: relative;
	padding: 17px 5.3%;
	letter-spacing: 0.2rem;
	/* cursor: pointer; */
}
#s_train .box01 ._route dt:after {
	/* content: ''; */
	position: absolute;
	top: 50%;
	right: 5.3%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #111111;
	border-right: 1px solid #111111;
	-webkit-transform: translate(-50%,-50%) rotate(135deg);
	    -ms-transform: translate(-50%,-50%) rotate(135deg);
	        transform: translate(-50%,-50%) rotate(135deg);
}
#s_train .box01 ._route.on dt:after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	    -ms-transform: translate(-50%,-50%) rotate(-45deg);
	        transform: translate(-50%,-50%) rotate(-45deg);
}
#s_train .box01 ._route dd {
	padding: 0 5.3% 36px;
	display: none;
}
#s_train .box01 ._route dd>ul {
	margin-bottom: 14px;
	margin-left: -5.3%;
	font-size: 0;
	letter-spacing: 0;
}
#s_train .box01 ._route dd>ul>li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 5.3%;
}
#s_train .box01 ._route dd>ul>li>p+p {
	padding: 8px 0 17px;
}
#s_train .box02 h3 {
	margin-bottom: 10px;
	padding: 9px 0;
}
#s_train .box02>.inner_pc>div {
	position: relative;
	margin: 0 0 22px;
}
#s_train .box02>.inner_pc>div>ul>li {
	position: absolute;
	width: 10.6%;
	height: 11%;
}
#s_train .box02>.inner_pc>div>ul>li:nth-child(1) {
	top: 31.6%;
	left: 23.6%;
}
#s_train .box02>.inner_pc>div>ul>li:nth-child(2) {
	top: 13.6%;
	left: 47%;
}
#s_train .box02>.inner_pc>div>ul>li:nth-child(3) {
	top: 1.8%;
	left: 87.6%;
}
#s_train .box02>.inner_pc>div>ul>li:nth-child(4) {
	top: 17.4%;
	left: 1.6%;
}
#s_train .box02>.inner_pc>div>ul>li:nth-child(5) {
	top: 46.8%;
	left: 87.6%;
}
#s_train .box02>.inner_pc>div>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
}
#s_train .box02 dl {
	padding: 17px 5.3% 24px;
}
#s_train .box02 dl>dt {
	margin-top: -77px;
	margin-bottom: 10px;
	padding-top: 77px;
	color: #5f708d;
}
html[lang="en"] #s_train .box02 dl>dd {
	margin-right: -10px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_train {
		max-width: 1200px;
		margin-bottom: 18px;
		padding-top: 120px;
	}
	#s_train h2 {
		margin-bottom: 44px;
	}
	#s_train .box01 ._map-btn {
		top: 15px;
		bottom: auto;
		right: 15px;
		width: 200px;
	}
	#s_train .box01 ._map-btn button {
		padding: 15px 10px;
	}
	#s_train .box01 ._map-btn button::after {
		left: 15px;
	}
	#s_train .box01 {
		margin-bottom: 80px;
	}
	#s_train .box01 div>iframe {
		height: 640px;
		margin: 0 0 4px;
	}
	#s_train .box01 ._barrierfree {
		grid-gap: 25px 0;
		padding: 20px 20px 30px;
	}
	#s_train .box01 ._barrierfree-route {
		grid-gap: 12px 0;
	}
	#s_train .box01 ._route dt {
		position: relative;
		padding: 20px 20px;
	}
	#s_train .box01 ._route dt:after {
		right: 20px;
	}
	#s_train .box01 ._route dd {
		padding: 0 20px 50px;
	}
	#s_train .box01 ._route dd>ul {
		margin-left: -20px;
		padding-bottom: 14px;
	}
	#s_train .box01 ._route dd>ul>li {
		display: inline-block;
		vertical-align: top;
		width: 33.3333%;
		padding-left: 20px;
	}
	#s_train .box01 ._route dd>ul>li>p+p {
		padding: 12px 0 18px;
	}
	#s_train .box02>.inner_pc>div {
		margin: 0;
	}
	#s_train .box02>.inner_pc>div>p {
		margin-bottom: 40px;
	}
	#s_train .box02>.inner_pc>div>ul>li {
		width: 7.2%;
		height: 11%;
	}
	#s_train .box02>.inner_pc>div>ul>li:nth-child(1) {
		top: 33.7%;
		left: 32.8%;
	}
	#s_train .box02>.inner_pc>div>ul>li:nth-child(2) {
		top: 15.2%;
		left: 49.2%;
	}
	#s_train .box02>.inner_pc>div>ul>li:nth-child(3) {
		top: 1%;
		left: 85%;
	}
	#s_train .box02>.inner_pc>div>ul>li:nth-child(4) {
		top: 19%;
		left: 15.4%;
	}
	#s_train .box02>.inner_pc>div>ul>li:nth-child(5) {
		top: 49%;
		left: 85%;
	}
	#s_train .box02 h3 {
		margin-bottom: 40px;
		padding: 14px 0;
	}
	#s_train .box02 dl {
		padding: 38px 70px 38px;
	}
	#s_train .box02 dl>dt {
		margin-top: -134px;
		margin-bottom: 22px;
		padding-top: 134px;
	}
}

/*----------------------------------------
	car
-----------------------------------------*/
#s_car {
	margin-bottom: 26px;
	padding-top: 70px;
}
#s_car h2 {
	margin-bottom: 26px;
	letter-spacing: 0.4rem;
}
#s_car .box01>.inner_pc>div {
	margin-bottom: 36px;
}
#s_car .box01>.inner>p {
	margin-top: 10px;
	line-height: 1.65;
}
#s_car .box01 div>.c_btn01,
#s_car .box01 div>.c_btn01s {
	margin-top: 20px;
}
#s_car .box01 dl {
	padding-top: 17px;
	padding-bottom: 24px;
}
#s_car .box01 dl>dt {
	margin-top: -77px;
	margin-bottom: 10px;
	padding-top: 77px;
	color: #5f708d;
}
#s_car .box01 dl>dd p {
	margin-top: 10px;
	line-height: 1.65;
}
#s_car .box01 dl>dd .c_btn01,
#s_car .box01 dl>dd .c_btn01s {
	margin-top: 20px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_car {
		max-width: 1200px;
		margin-bottom: 56px;
		padding-top: 120px;
	}
	#s_car h2 {
		margin-bottom: 42px;
	}
	#s_car .box01 div>p {
		margin-top: 12px;
		line-height: 1.7;
	}
	#s_car .box01 div>.c_btn01,
	#s_car .box01 div>.c_btn01s {
		margin-top: 26px;
		margin-left: 0;
	}
	#s_car .box01 div>.c_btn01>a,
	#s_car .box01 div>.c_btn01s>a {
		padding: 15px 20px;
	}
	#s_car .box01 dl>dt {
		margin-bottom: 12px;
	}
	#s_car .box01 dl>dd .c_btn01,
	#s_car .box01 dl>dd .c_btn01s {
		margin-top: 26px;
		margin-left: 0;
	}
}

/*----------------------------------------
	airport
-----------------------------------------*/
#s_airport {
	padding-top: 70px;
}
#s_airport h2 {
	margin-bottom: 24px;
	letter-spacing: 0.4rem;
}
#s_airport .box01>.inner_pc>div {
	position: relative;
	margin: 0 0 22px;
}
#s_airport .box01>.inner_pc>div>ul>li {
	position: absolute;
	width: 13%;
	height: 11%;
}
#s_airport .box01>.inner_pc>div>ul>li:nth-child(1) {
	top: 1.1%;
	left: 27.2%;
}
#s_airport .box01>.inner_pc>div>ul>li:nth-child(2) {
	top: 85.2%;
	left: 3.2%;
}
#s_airport .box01>.inner_pc>div>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
}
#s_airport .box01 dl {
	padding: 17px 5.3% 24px;
}
#s_airport .box01 dl:last-child {
	padding-bottom: 0;
}
#s_airport .box01 dl>dt {
	margin-top: -77px;
	margin-bottom: 10px;
	padding-top: 77px;
	color: #5f708d;
}
html[lang="en"] #s_airport .box01 dl>dd {
	margin-right: -10px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_airport {
		max-width: 1200px;
		padding-top: 120px;
	}
	#s_airport h2 {
		margin-bottom: 44px;
	}
	#s_airport .box01>.inner_pc>div {
		margin: 0;
	}
	#s_airport .box01>.inner_pc>div>p {
		margin-bottom: 40px;
	}
	#s_airport .box01>.inner_pc>div>ul>li {
		width: 7.2%;
		height: 11%;
	}
	#s_airport .box01>.inner_pc>div>ul>li:nth-child(1) {
		top: 1%;
		left: 32.2%;
	}
	#s_airport .box01>.inner_pc>div>ul>li:nth-child(2) {
		top: 86.6%;
		left: 18.8%;
	}
	#s_airport .box01 h3 {
		margin-bottom: 40px;
	}
	#s_airport .box01 dl {
		padding: 36px 70px 40px;
	}
	#s_airport .box01 dl>dt {
		margin-top: -134px;
		margin-bottom: 24px;
		padding-top: 134px;
	}
}