@charset 'UTF-8';
/* ---------------------------------------- file info */
/* for Access */
/* -------------------------------------------------- */

.accessSct {
	padding: 50px 0 60px;
	border-top: 1px solid #e7e7e7;
}
.accessSct_ttl {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
.accessSct_lead + .accessSct_fgr {
	margin-top: 40px;
}
.accessSct_fgr {
	text-align: center;
}
.accessSct_fgr a {
	pointer-events: none;
}
.airline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.airline_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 15.5%;
	text-align: center;
	border: 1px solid #e7e7e7;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.airline_item a {
	line-height: 1.5;
	display: block;
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px 5px;
	text-decoration: none;
}
.airline_itemInner {
	display: table-cell;
	vertical-align: middle;
}
.airline_itemJp {
	font-size: 1rem;
	font-size: 10px;
	display: block;
}
.airline_item a:after {
	position: absolute;
	right: 6px;
	bottom: 4px;
	content: '\e803';
	color: #999;
}



@media screen and (max-width: 736px) {
.accessSct {
	padding: 30px 0 30px;
}
.accessSct_ttl {
	font-size: inherit;
	margin-bottom: 20px;
}
.accessSct_lead + .accessSct_fgr {
	margin-top: 20px;
}
.airline {
	margin: 30px 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.airline_item {
	width: 31%;
	margin-bottom: 10px;
}	
}




/* parking map */
.pBox {
	width: 96%;
	margin: 0 2%;
}
.pBox .inBox01 {
	width: 60%;
	float: left;
	margin-right: 5%; 
}
.pBox .inBox02 {
	width: 35%;
	float: left;
}
.pBox .inBox03 {
	width: 50%;
	float: left;
}	
.btn-map {
	width: 100%;
	text-align: center;
}
.btn-rsv-map .btn_target {
	color: #1d2088;
	background: #fff;
	border-color: #1d2088;
	padding-top: 28px;
	padding-bottom: 28px;
}
.btn-rsv-map .btn_target:hover {
	background: #1d2088;
	border-color: #1d2088;
	color: #fff;
}
	
@media screen and (max-width: 736px) {
.pBox .inBox01, .pBox .inBox02, .pBox .inBox03 {
	width: 100%;
	float: none;
}
.pBox .inBox02 {
	margin-top: 5%;
}
.btn-rsv-map .btn_target {
	padding-top: 18px;
	padding-bottom: 18px;
}
}






