@charset "UTF-8";


#access {
	padding: 60px 0px;
	background: url(../images/index/back-access.gif) center top;
}
#access iframe {
	width: 960px;
	margin: 60px 0px;
}
#access #route-box {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#page-main #access #route-box h4 {
	height: 30px;
	margin: 0px 0px 36px 0px;
	padding: 7px 0px 0px 50px;
	background: url(../images/access/airplane-title.png) left center no-repeat;
	font-size: 22px;
}
#page-main #access #route-box h4:nth-of-type(2) {
	background: url(../images/access/jr-title.png) left center no-repeat;
}
#access #airplane-route {
	margin: 0px 0px 60px 0px;
	background: #ffffff;
}
#access #jr-route {
	background: #ffffff;
}


@media screen and (max-width: 480px) {
	#access #access-box {
		padding-right: 15px;
		padding-left: 15px;
	}
	#access #access-box img {
		width: 100%;
		height: auto;
	}

	#access iframe {
		width: 100%;
		height: auto;
	}
	#access #route-box {
		width: 100%;
	}
	#access #route-box h4 {
		margin: 0px 0px 20px 0px;
	}
	#access #route-box h4:nth-child(1) img {
		width: 178px;
		height: auto;
	}
	#access #route-box h4:nth-child(3) img {
		width: 138px;
		height: auto;
	}
}