@charset "UTF-8";
.mainCol img {
	max-width: 100%;
	height: auto;
}

.map {}

.map-plane {
	margin-top: 50px;
	margin-bottom: 25px;
}

.map-train {
	margin-bottom: 35px;
}

.map_title {
	padding: 10px 10px 10px 36px;
	position: relative;
	z-index: 1;
	background: #ECAB3E;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 1.2em;
	margin-left: 36px;
}

.map_title-train {
	background: #E780A4;
}

.map_title-car {
	background: #57B37C;
}

.map_title > img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -36px;
	margin-top: -36px;
}

.map_image {}

.map_image > img {}

.airport {}

.airport_title {}

.airport_headline {}

.airport_inner {
	padding: 0 0 0 15px;
	margin-bottom: 2em;
}

.airport_inner:after {
	content: "";
	display: block;
	clear: both;
}

.airport_leftCol {
	float: left;
	width: 49%;
}

.airport_rightCol {
	float: left;
	width: 49%;
}

.airport_list {}

.airport_list > li {}

.airport_list > li:first-child {}

.airport_list > li:nth-child(2n) {}

.airport_list > li > a {}

.airport_list > li > a:hover {}

.airport_list > li > a:before {}

.airport_list > li > a:after {}

.airport_table {
	margin-bottom: 1em;
}

.airport_table > caption {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px;
}

.airport_table > tbody {}

.airport_table > tbody > tr {}

.airport_table > tbody > tr > th {
	border: 1px solid #ccc;
	padding: 4px 10px;
	font-weight: normal;
	text-align: left;
}

.airport_table > tbody > tr > td {
	border: 1px solid #ccc;
	padding: 3px 10px;
}

.airport_schedules {
	margin-bottom: 1em;
}

.airport_schedules > dt {}

.airport_schedules > dd {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

.airport_schedules > dd > a {}

.airport_schedules > dd > a:hover {}

.airport_schedules > dd > a:before {}

.airport_schedules > dd > a:after {}

.vehicle {
	margin: 35px 0;
}

.vehicle_title {
	margin-bottom: 0;
}

.vehicle_inner {
	padding: 35px 25px;
	border: 3px solid #BBE9D6;
}

.vehicle_title-nagano {
	background: #0084DA;
}

.vehicle_inner-nagano {
	border-color: #B1DAF4;
}


/* タブレット以下設定 */

@media screen and (max-width:989px) {
	.mainCol img {}
	
	.map {}
	
	.map-plane {
		margin-top: 35px;
	}
	
	.map-train {}
	
	.map_title {
		margin-left: 0;
		padding: 10px 8px 10px 50px;
		font-size: 18px;
		margin-bottom: 0.7em;
	}
	
	.map_title-train {}
	
	.map_title-car {}
	
	.map_title > img {
		width: 40px;
		margin-top: -20px;
		left: 0;
	}
	
	.map_image {}
	
	.map_image > img {}
	
	.airport {}
	
	.airport_title {}
	
	.airport_headline {}
	
	.airport_inner {
		margin-bottom: 1.5em;
	}
	
	.airport_list {}
	
	.airport_list > li {}
	
	.airport_list > li:first-child {}
	
	.airport_list > li:nth-child(2n) {}
	
	.airport_list > li > a {}
	
	.airport_list > li > a:hover {}
	
	.airport_list > li > a:before {}
	
	.airport_list > li > a:after {}
	
	.airport_table {}
	
	.airport_table > caption {
		font-size: 14px;
	}
	
	.airport_table > tbody {}
	
	.airport_table > tbody > tr {}
	
	.airport_table > tbody > tr > th {}
	
	.airport_table > tbody > tr > td {}
	
	.airport_schedules {}
	
	.airport_schedules > dt {}
	
	.airport_schedules > dd {}
	
	.airport_schedules > dd > a {}
	
	.airport_schedules > dd > a:hover {}
	
	.airport_schedules > dd > a:before {}
	
	.airport_schedules > dd > a:after {}
	
	.vehicle {
		margin: 25px 0;
	}
	
	.vehicle_title {}
	
	.vehicle_inner {
		padding: 20px;
		border-width: 2px;
	}
	
	.vehicle_title-nagano {}
	
	.vehicle_inner-nagano {}
	
	.airport_leftCol {}
	
	.airport_rightCol {}
}


/* スマホ設定 */

@media screen and (max-width:699px) {
	.mainCol img {}
	
	.map {}
	
	.map-plane {
		margin-top: 25px;
	}
	
	.map-train {
		margin-bottom: 25px;
	}
	
	.map_title {
		font-size: 16px;
		padding: 6px 10px 6px 30px;
	}
	
	.map_title-train {}
	
	.map_title-car {}
	
	.map_title > img {
		width: 30px;
		margin-top: -15px;
	}
	
	.map_image {}
	
	.map_image > img {}
	
	.airport {}
	
	.airport_title {}
	
	.airport_headline {}
	
	.airport_inner {}
	
	.airport_list {}
	
	.airport_list > li {}
	
	.airport_list > li:first-child {}
	
	.airport_list > li:nth-child(2n) {}
	
	.airport_list > li > a {}
	
	.airport_list > li > a:hover {}
	
	.airport_list > li > a:before {}
	
	.airport_list > li > a:after {}
	
	.airport_table {
		font-size: 12px;
	}
	
	.airport_table > caption {}
	
	.airport_table > tbody {}
	
	.airport_table > tbody > tr {}
	
	.airport_table > tbody > tr > th {}
	
	.airport_table > tbody > tr > td {}
	
	.airport_schedules {}
	
	.airport_schedules > dt {}
	
	.airport_schedules > dd {}
	
	.airport_schedules > dd > a {}
	
	.airport_schedules > dd > a:hover {}
	
	.airport_schedules > dd > a:before {}
	
	.airport_schedules > dd > a:after {}
	
	.vehicle {}
	
	.vehicle_title {}
	
	.vehicle_inner {
		padding: 10px;
		border-width: 1px;
	}
	
	.vehicle_title-nagano {}
	
	.vehicle_inner-nagano {}
	
	.airport_leftCol {
		width: 100%;
		float: none;
	}
	
	.airport_rightCol {
		width: 100%;
		float: none;
	}
}