﻿@charset "utf-8";


@media screen and (min-width: 751px){
#service2 .mainvisual{
	background-image: url("../img/service/inbound_airport/bg_mv.jpg");
	background-position: 40% 90%;
	background-size: 100% auto;
}
#service2 .mainvisual .box_shadow{
	background: rgba(223, 183, 159, 0.57);
}
#service2 .mainvisual .mv_txt{
	background: rgba(171, 33, 0, 0.94);
}
}
@media screen and (max-width: 750px){

}

#service2 .c1 table td{
	vertical-align: middle;
}
#service2 .c1 .text{
	width: 430px;
}
#service2 .c1 .arrow{
	padding: 40px;
}
#service2 .method .coupon,
#service2 .method .wifi{
	font-size: 17px;
	font-size: 1.7rem;
	padding: 30px 30px 30px 85px;
	color: #fff;
	font-weight: bold;
	margin: 2px;
}
#service2 .method .coupon{
	background: url("../img/service/inbound_airport/ico_coupon.png") no-repeat 20px center #53A4A4;
	background-size: 40px auto;
}
#service2 .method .wifi{
	background: url("../img/service/inbound_airport/ico_wifi_router.png") no-repeat 20px center #6699CC;
	background-size: 40px auto;
}


/*--------------------------------------------------------------------*/


.t_center .c_title{
	margin-bottom: 40px;
}
#service2 .text{
	line-height: 1.8;
	font-size: 15px;
	font-size: 1.5rem;
}
#service2 .text p{
	margin-bottom: 1em;
}

/*--------------------------------------------------------------------*/

#service2 .c2 .text{
	width: 600px;
	padding-right: 40px;
}

/*--------------------------------------------------------------------*/

.slickbox{
	margin-bottom: 40px;
}
.slickbox li img{
	max-width: 100%;
	margin: 0 auto;
}

/*--------------------------------------------------------------------*/

.c4 li > img + div{
	margin: 20px 0;
	font-weight: bold;
}
.c4 li > img + div .small{
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

/*--------------------------------------------------------------------*/

.c5 h3{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
.c5 .flights_table{
	margin: 30px auto;
	width: 876px;
}
.c5 table{
	color: #349999;
	font-size: 18px;
	font-size: 1.8rem;
	border-collapse: separate;
	border-spacing: 20px 20px;
}
.c5 table th,
.c5 table td{
	text-align: center;
}
.c5 table th{
	border: 2px solid #349999;
	border-radius: 4px;
	padding: 5px 1em;
}
.c5 table td{
	text-align: center;
}
.c5 table tr.sum td:first-of-type{
	text-align: left;
}

/*--------------------------------------------------------------------*/

.c6{
	font-size: 18px;
	font-size: 1.8rem;
}
.c6 table{
	border-collapse: separate;
	border-spacing: 30px;
	margin: -30px auto;
}
.c6 td{
	color: #fff;
	padding: 15px 25px;
}
.c6 td.coupon{
	background: #53A4A4;
}
.c6 td.wifi{
	background: #6699CC;
}
.c6 td .title{
	font-weight: bold;
	padding: 20px 0 30px 130px;
}
.c6 td.coupon .title{
	background: url("../img/service/inbound_airport/ico_coupon.png") no-repeat left center #53A4A4;
}
.c6 td.wifi .title{
	background: url("../img/service/inbound_airport/ico_wifi_router.png") no-repeat left center #6699CC;
}
.c6 td .title + .body{
	padding: 20px 0 0 0;
}
.c6 td .title + .body .small{
	font-size: 15px;
	font-size: 1.5rem;
	padding: 1em 0;
}
.c6 .note{
	font-size: 15px;
	font-size: 1.5rem;
	padding: 1em 0 0 100px;
}