@charset "UTF-8";



/* -------------------------------------
access
------------------------------------- */
main {
	padding-bottom:0;
}

#map {
	margin-bottom:100px;
}
#map #wide, #map #zoom {
	border:1px solid #C8C8C8;
}
#map #wide {
	margin-bottom:30px;
}
#map #wide .left {
	width:67.2%;
	float:left;
}
#map #wide .right {
	font-size:0;
	width:32.8%;
	float:right;
	padding:40px;
}
#map #wide .right p:nth-child(1) {
	font-size:17px;
	font-weight:500;
	color:#FFF;
	line-height:1.4;
	letter-spacing:0.2em;
	padding:20px 10px 20px 30px;
	margin-bottom:20px;
	background-color:#818181;
}
#map #wide .right p:nth-child(2) {
	margin-bottom:20px;
	border:1px solid #CCC;
}
#map #wide .right p:nth-child(3) {
	font-size:15px;
	line-height:1.6;
	padding:25px;
	border:1px solid #818181;
}


#fromto {
	margin-bottom:100px;
}
#fromto .ttl {
	text-align:left;
	margin-bottom:20px;
	background-position:left bottom;
}
#fromto .ttl .jp {
	font-size:22px;
}
#fromto #car, #fromto #plain {
	width:46.4%;
}
#fromto #car {
	float:left;
}
#fromto #plain {
	float:right;
}
#fromto table {
	width:100%;
}
#fromto table th, #fromto table td {
	font-weight:normal;
	text-align:left;
	padding:12px 0;
	border-bottom:1px solid #E2E2E2;
}
#fromto table th {
	width:50%;
}
#fromto table td {
	padding-left:15px;
}
#fromto #bus {
	margin-top:40px;
}
#fromto #bus p {
	margin-bottom:8px;
}
#fromto #bus .wys_sim a {
	color:#333;
	text-decoration:underline;
	margin-left:10px;
}

#access {
	border-top:1px solid #E2E2E2;
}
#access .clearfix {
	position:relative;
}
#access .left, #access .right {
	width:50%;
}
#access .left {
	text-align:center;
	padding:90px 45px;
	border-left:1px solid #E2E2E2;
}
#access .left h2 {
	font-size:16px;
	letter-spacing:0.1em;
	margin-bottom:5px;
}
#access .left h2 img {
	display:block;
	margin:0 auto 20px auto;
}
#access .left .text p {
	font-size:12px;
	letter-spacing:0.1em;
	line-height:2.0;
}
#access #reserve {
	margin-top:40px;
}
#access #reserve li {
	font-size:0;
}
#access #reserve li:nth-child(1) {
	margin-bottom:10px;
}
#access #reserve li a {
	font-size:14px;
	font-weight:500;
	color:#000;
	display:inline-block;
	padding:2px 35px 0 0;
	background:url(../imgs/common/arrow_link_gr.png) no-repeat right 10px center;
	transition:opacity 0.3s, background 0.3s;
}
#access #reserve li a:hover {
	background-position:right 5px center;
}
#access #reserve li a img {
	display:inline-block;
	vertical-align:middle;
	margin-right:12px;
}
#access .right {
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	overflow:hidden;
}
#access .right iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}


@media screen and (max-width:1320px) {
	#map {
		margin-bottom:95px;
	}
	#map #wide {
		margin-bottom:29px;
	}
	#map #wide .right {
		padding:38px;
	}
	#map #wide .right p:nth-child(1) {
		letter-spacing:0.15em;
		padding:20px 10px 20px 28px;
		margin-bottom:19px;
	}
	#map #wide .right p:nth-child(2) {
		margin-bottom:19px;
	}
	#map #wide .right p:nth-child(3) {
		padding:24px;
	}
	
	
	#fromto {
		margin-bottom:95px;
	}
	
	
	#access .left {
		padding:80px 40px;
	}
	#access #reserve {
		margin-top:37px;
	}
}
@media screen and (max-width:1140px) {
	#map {
		margin-bottom:85px;
	}
	#map #wide {
		margin-bottom:28px;
	}
	#map #wide .right {
		padding:34px;
	}
	#map #wide .right p:nth-child(1) {
		font-size:16px;
		letter-spacing:0.1em;
		padding:20px 10px 20px 25px;
		margin-bottom:18px;
	}
	#map #wide .right p:nth-child(2) {
		margin-bottom:18px;
	}
	#map #wide .right p:nth-child(3) {
		padding:23px;
	}
	
	
	#fromto {
		margin-bottom:85px;
	}
	#fromto .ttl .jp {
		font-size:21px;
	}
	
	
	#access .left {
		padding:70px 35px;
	}
	#access .left h2 {
		font-size:15px;
	}
	#access #reserve {
		margin-top:34px;
	}
}
@media screen and (max-width:980px) {
	#map {
		margin-bottom:75px;
	}
	#map #wide {
		margin-bottom:27px;
	}
	#map #wide .right {
		padding:30px;
	}
	#map #wide .right p:nth-child(1) {
		padding:20px 10px 20px 20px;
		margin-bottom:17px;
	}
	#map #wide .right p:nth-child(2) {
		margin-bottom:17px;
	}
	#map #wide .right p:nth-child(3) {
		font-size:14px;
		padding:22px;
	}
	
	
	#fromto {
		margin-bottom:75px;
	}
	#fromto .ttl .jp {
		font-size:20px;
	}
	#fromto #car, #fromto #plain {
		width:47.5%;
	}
	#fromto table th {
		width:auto;
	}
	#fromto table td {
		width:100px;
		padding-left:15px;
	}
	
	
	#access .left {
		padding:60px 30px;
	}
	#access #reserve {
		text-align:center;
		margin-top:31px;
	}
	.link a, .link span {
		letter-spacing:0.1em;
	}
}
@media screen and (max-width:768px) {
	#map {
		margin-bottom:65px;
	}
	#map #wide {
		margin-bottom:26px;
	}
	#map #wide .left {
		width:100%;
		float:none;
	}
	#map #wide .right {
		width:100%;
		float:none;
		padding:25px;
	}
	#map #wide .right p:nth-child(1) {
		font-size:15px;
		margin-bottom:16px;
	}
	#map #wide .right p:nth-child(1) br {
		display:none;
	}
	#map #wide .right p:nth-child(2), #map #wide .right p:nth-child(3) {
		display:inline-block;
		vertical-align:top;
	}
	#map #wide .right p:nth-child(2) {
		width:250px;
		margin-bottom:0;
		margin-right:20px;
	}
	#map #wide .right p:nth-child(3) {
		width:calc(100% - 270px);
		padding:21px;
	}
	
	
	#fromto {
		margin-bottom:65px;
	}
	#fromto .ttl .jp {
		font-size:19px;
	}
	#fromto #bus dl dt, #fromto #bus dl dd {
		font-size:13px;
	}
	#fromto #bus dl dt, #fromto #bus dl dd {
		font-size:13px;
	}
	
	
	#access .left, #access .right {
		width:100%;
	}
	#access .left {
		padding:40px 20px 30px 20px;
		border-left:1px solid #E2E2E2;
		border-right:1px solid #E2E2E2;
	}
	#access .right {
		padding-top:400px;
		position:relative;
	}
	#access .left h2 {
		font-size:14px;
	}
	#access #reserve {
		margin-top:28px;
	}
	#access #reserve li {
		margin:0 10px 10px 10px;
	}
}
@media screen and (max-width:640px) {
	#map {
		margin-bottom:60px;
	}
	#map #wide {
		margin-bottom:25px;
	}
	#map #wide .right {
		padding:20px;
	}
	#map #wide .right p:nth-child(1) {
		margin-bottom:15px;
	}
	#map #wide .right p:nth-child(2) {
		width:230px;
	}
	#map #wide .right p:nth-child(3) {
		width:calc(100% - 250px);
		padding:20px;
	}
	
	
	#fromto {
		margin-bottom:60px;
	}
	#fromto .ttl .jp {
		font-size:18px;
	}
	#fromto #car, #fromto #plain {
		width:100%;
		float:none;
	}
	#fromto #car {
		margin-bottom:40px;
	}
	
	
	#access .right {
		padding-top:350px;
	}
	#access .left h2 img {
		width:220px;
	}
	#access #reserve {
		margin-top:25px;
	}
}
@media screen and (max-width:500px) {
	#map {
		margin-bottom:50px;
	}
	#map #wide .right p:nth-child(2), #map #wide .right p:nth-child(3) {
		display:block;
	}
	#map #wide .right p:nth-child(2) {
		width:100%;
		margin-right:0;
		margin-bottom:15px;
	}
	#map #wide .right p:nth-child(3) {
		width:calc(100% - 0px);
	}
	
	
	#fromto {
		margin-bottom:50px;
	}
	#fromto .ttl .jp {
		font-size:17px;
	}
	
	
	#access .left {
		padding:35px 10px 25px 10px;
	}
	#access .right {
		padding-top:300px;
	}
	#access .left h2 img {
		width:200px;
	}
	.link a, .link span {
		letter-spacing:0em;
	}
}
@media screen and (max-width:320px) {
	
}
@media screen and (min-width:769px) {
	
}