@charset "utf-8";
#bg_main_image {
	background-image: url(../img/img_main.jpg);
}


#reason_list > li:nth-child(1):before{
background-image: url(../img/img_num01.png);
}
#reason_list > li:nth-child(2):before{
background-image: url(../img/img_num02.png);
}
#reason_list > li:nth-child(3):before{
background-image: url(../img/img_num03.png);
}
#reason_list > li:nth-child(4):before{
background-image: url(../img/img_num04.png);
}
#reason_list > li:nth-child(5):before{
background-image: url(../img/img_num05.png);
}
#reason_list > li:nth-child(6):before{
background-image: url(../img/img_num06.png);
}
#reason_list > li:nth-child(7):before{
background-image: url(../img/img_num07.png);
}
#reason_list > li:nth-child(8):before{
background-image: url(../img/img_num08.png);
}
#reason_list > li:nth-child(9):before{
background-image: url(../img/img_num09.png);
}
#reason_list > li:nth-child(10):before{
background-image: url(../img/img_num10.png);
}


@media screen and (min-width:1025px) {

}

@media screen and (max-width: 1024px) and (min-width: 751px) {
#direct_list > li > p{
font-size: 12px !important;
}

.tbl_zone > table{
	margin-top: 25px;
	display: block;
	font-size: 14px;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
}

@media print, screen and (min-width: 751px) {
#airport_stadium1{
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
#direct_list{
display: table;
table-layout: fixed;
margin-top: 60px;
}
#direct_list > li{
border-right: 1px solid #FFF;
display: table-cell;
}
#direct_list > li:last-child{
border-right: none;
}
#direct_list > li .image{
line-height: 0;
}
#direct_list > li .image img{
height: auto;
width: 100%;
}
#direct_list > li > p{
background-color: #EC715F;
color: #FFF;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
padding: 10px 0;
}


#airport_stadium2{
background: url(../img/img_ten_photo.jpg) center top no-repeat;
background-size: cover;
margin: 75px 0;
padding: 0 20px;
}
#airport_stadium2 > .inner{
margin: 0 auto;
max-width: 1080px;
padding: 70px 0 70px;
}
#airport_stadium2 .ttl{
text-align: center;
}
#airport_stadium2 .ttl > h2{
color: #FFF;
font-size: 30px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
}
#airport_stadium2 .ttl > h2 span{
display: inline-block;
vertical-align: middle;
line-height: 1;
}
#airport_stadium2 .ttl > h2 .reason1{
background: url(../img/img_reason10.png) center center no-repeat;
background-size: cover;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height: 134px;
width: 144px;
}
#airport_stadium2 .ttl > h2 .reason2{
font-size: 43px;
margin: 0 10px;
}
#airport_stadium2 .ttl > h2 .reason3{
font-size: 66px;
}


#reason_list{
counter-reset:item;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
}

#reason_list > li{
background-color: #FFF;
font-size: 16px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
margin-top: 15px;
line-height: 2.5;
padding: 5px 10px 5px 70px;
width: 49%;
position: relative;
}
#reason_list > li:before{
background-position: center center;
background-repeat: no-repeat;
background-size: 48px auto;
counter-increment:item;
content: counter(item);
display: inline-block;
text-align: center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height: 50px;
width: 48px;
position: absolute;
left: 5px;
top: -5px;
}



.tbl_zone > table{
width: 100%;
}
.tbl_zone > table th,
.tbl_zone > table td{
border: 1px solid #D8D8D8;
font-weight: normal;
padding: 15px 20px;
}
.tbl_zone > table > thead th{
background-color: #ECF3FA;
}
.tbl_zone > table > tbody th{
vertical-align: middle;
}
.tbl_zone > table > tbody td{
background-color: #FFF;
text-align: center;
}
.tbl_zone > table > tbody th.type_a{
background-color: #FBE295;
}
.tbl_zone > table > tbody th.type_b{
background-color: #FFD6BF;
}
.tbl_zone > table > tbody th.type_c{
background-color: #F6AD84;
}
.tbl_zone > table > tbody th.type_d{
background-color: #FFF;
}
.tbl_zone td .area > li{
text-indent: -2em;
padding-left: 2em;
}
.tbl_zone.zone td{
text-align: left;
}

#airport_stadium3_1{
border-bottom: 1px dashed #D8D8D8;
padding-bottom: 40px;
}
#airport_stadium3_1 .car{
display: flex;
justify-content: space-between;
margin: 20px 0 40px;
}
#airport_stadium3_1 .car > .image{
width: 47.9%;
}
#airport_stadium3_1 .car > .image > div{
line-height: 0;
}
#airport_stadium3_1 .car > .image img{
height: auto;
width: 100%;
}
#airport_stadium3_1 .car > .image p{
text-align: center;
margin-top: 10px;
}
#airport_stadium3_1 .note_list{
margin-top: 25px;
}


#airport_stadium3_2{
display: flex;
justify-content: space-between;
margin-top: 40px;
}
#airport_stadium3_2 h4{
font-size: 16px;
color: #004DA0;
}
#airport_stadium3_2 > .detail{
width: 63.5%;
}
#airport_stadium3_2 > .image{
margin-top: 35px;
width: 31.25%;
}
#airport_stadium3_2 > .image img{
height: auto;
width: 100%;
}
}

@media screen and (max-width: 750px) {
#main_heading p{
padding: 0 20px;
}
#airport_stadium1{
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
#airport_stadium1 .txt{
padding: 0 20px;
}
#direct_list{
display: flex;
flex-wrap: wrap;
margin-top: 30px;
}
#direct_list > li{
width: 50%;
}
#direct_list > li .image{
line-height: 0;
}
#direct_list > li .image img{
height: auto;
width: 100%;
}
#direct_list > li > p{
background-color: #EC715F;
color: #FFF;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
padding: 10px 0;
}


#airport_stadium2{
background: url(../img/img_ten_photo_sp.jpg) center center no-repeat;
background-size: cover;
margin: 75px 0;
padding: 0 20px;
}
#airport_stadium2 > .inner{
padding: 35px 0 35px;
}
#airport_stadium2 .ttl{
text-align: center;
}
#airport_stadium2 .ttl > h2{
color: #FFF;
font-size: 22px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
}
#airport_stadium2 .ttl > h2 span{
display: inline-block;
vertical-align: middle;
line-height: 1;
}
#airport_stadium2 .ttl > h2 .reason1{
background: url(../img/img_reason10.png) center center no-repeat;
background-size: cover;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height: 134px;
width: 144px;
}
#airport_stadium2 .ttl > h2 .reason2{
font-size: 28px;
margin: 0 10px;
}
#airport_stadium2 .ttl > h2 .reason3{
font-size: 33px;
}


#reason_list{
counter-reset:item;
margin-top: 25px;
}

#reason_list > li{
background-color: #FFF;
font-size: 15px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
margin-top: 15px;
line-height: 2.5;
padding: 5px 10px 5px 65px;
position: relative;
}
#reason_list > li:before{
background-position: center center;
background-repeat: no-repeat;
background-size: 48px auto;
counter-increment:item;
content: counter(item);
display: inline-block;
text-align: center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
height: 50px;
width: 48px;
position: absolute;
left: 5px;
top: -5px;
}



.tbl_zone > table{
	margin-top: 25px;
	display: block;
	font-size: 14px;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.tbl_zone > table th,
.tbl_zone > table td{
border: 1px solid #D8D8D8;
font-weight: normal;
padding: 15px 20px;
}
.tbl_zone > table > thead th{
background-color: #ECF3FA;
}
.tbl_zone > table > tbody th{
vertical-align: middle;
}
.tbl_zone > table > tbody td{
background-color: #FFF;
text-align: center;
}
.tbl_zone > table > tbody th.type_a{
background-color: #FBE295;
}
.tbl_zone > table > tbody th.type_b{
background-color: #FFD6BF;
}
.tbl_zone > table > tbody th.type_c{
background-color: #F6AD84;
}
.tbl_zone > table > tbody th.type_d{
background-color: #FFF;
}
.tbl_zone td .area > li{
text-indent: -2em;
padding-left: 2em;
}
.tbl_zone.zone td{
text-align: left;
}

#airport_stadium3_1{
border-bottom: 1px dashed #D8D8D8;
padding-bottom: 20px;
}
#airport_stadium3_1 h3{
margin-top: 0;
}
#airport_stadium3_1 .car{
margin: 20px 0 40px;
}
#airport_stadium3_1 .car > .image{
margin-top: 20px;
width: 100%;
}
#airport_stadium3_1 .car > .image > div{
line-height: 0;
}
#airport_stadium3_1 .car > .image img{
height: auto;
width: 100%;
}
#airport_stadium3_1 .car > .image p{
text-align: center;
margin-top: 10px;
}
#airport_stadium3_1 .note_list{
margin-top: 25px;
}


#airport_stadium3_2{
margin-top: 40px;
}
#airport_stadium3_2 h4{
font-size: 16px;
color: #004DA0;
}
#airport_stadium3_2 > .detail{
}
#airport_stadium3_2 > .image{
margin-top: 35px;
}
#airport_stadium3_2 > .image img{
height: auto;
width: 100%;
}
}
