/* 海外ラウンジ */
.dc__select_box:after {
    z-index: 10;
    pointer-events: none;
}
.dc__international_box_step {
    margin-top: 10px;
    padding: 30px;
    background-color: #e9e9e9;
}
.dc__international_box_step:first-child {
    margin-top: 30px;
}
.dc__international_box_step dt {
    float: left;
    width: 260px;
    font-size: 2rem;
}
.dc__international_box_step dt span {
    color: #2477ab;
    font-weight: bold;
}
.dc__international_box_step dt span:after {
    content: ":";
    display: inline-block;
    margin: 0 .5em;
    color: #263033;
    font-weight: normal;
}
.dc__international_box_step dd {
    display: block;
    width: 360px;
    margin-left: 315px;
}
.dc__international_box_step dd select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width:1120px){
    .dc__international_box_step:first-child {
        margin-top: 10px;
    }
    .dc__international_box_step dt {
        float: none;
        width: auto;
    }
    .dc__international_box_step dd {
        margin-top: .5em;
        margin-left: 0;
        width: 100%;
    }
}


/* 国内ラウンジ */
.dc__domestic_box {
    position: relative;
    max-width: 1240px;
    width: 100%;
    height: 825px;
    background: url(/content/dam/diners/img/travel/airport/lounge/lounge_graphic_002.jpg) no-repeat;
    background-size: contain;
    overflow: hidden;
}
.dc__domestic_box dl {
    position: absolute;
}
.dc__domestic_box dt {
    font-size: 2rem;
}
.dc__domestic_box dd {
    margin-top: 10%;
}
.dc__domestic_box ul {

}
.dc__domestic_box li {
    margin-top: 5px;
}
.dc__domestic_box li a {
    font-size: 1.5rem;
}
.dc__domestic_box li a:before {
    /*content: ">";*/
    display: inline-block;
    margin-right: .5em;
}
/*.dc__domestic_box_hokkaido {*/
    /*left: 1040px;*/
    /*top: 241px;*/
/*}*/
/*.dc__domestic_box_hokuriku {*/
    /*left: 546px;*/
    /*top: 145px;*/
/*}*/
/*.dc__domestic_box_kanto {*/
    /*left: 847px;*/
    /*top: 474px;*/
/*}*/
/*.dc__domestic_box_tokai {*/
    /*left: 714px;*/
    /*top: 596px;*/
/*}*/
/*.dc__domestic_box_kansai {*/
    /*left: 650px;*/
    /*top: 685px;*/
/*}*/
/*.dc__domestic_box_chugoku {*/
    /*left: 240px;*/
    /*top: 245px;*/
/*}*/
/*.dc__domestic_box_shikoku {*/
    /*left: 295px;*/
    /*top: 685px;*/
/*}*/
/*.dc__domestic_box_kyushu {*/
    /*left: 83px;*/
    /*top: 415px;*/
/*}*/
@media only screen and (max-width:1300px){
    .dc__domestic_box {
        position: relative;
        max-width: 1240px;
        width: 100%;
        height: 750px;
        background: url(/content/dam/diners/img/travel/airport/lounge/lounge_graphic_003.jpg) no-repeat;
        background-size: contain;
        overflow: hidden;
    }
    .dc__domestic_box dl {
        padding: 20px;
        background-color: rgba(255,255,255,.5);
    }
    /*.dc__domestic_box_hokkaido {*/
        /*left: 500px;*/
        /*top: 30px;*/
    /*}*/
    /*.dc__domestic_box_hokuriku {*/
        /*left: 200px;*/
        /*top: 75px;*/
    /*}*/
    /*.dc__domestic_box_kanto {*/
        /*left: 510px;*/
        /*top: 300px;*/
    /*}*/
    /*.dc__domestic_box_tokai {*/
        /*left: 370px;*/
        /*top: 300px;*/
    /*}*/
    /*.dc__domestic_box_kansai {*/
        /*left: 365px;*/
        /*top: 410px;*/
    /*}*/
    /*.dc__domestic_box_chugoku {*/
        /*left: 39px;*/
        /*top: 30px;*/
    /*}*/
    /*.dc__domestic_box_shikoku {*/
        /*left: 205px;*/
        /*top: 300px;*/
    /*}*/
    /*.dc__domestic_box_kyushu {*/
        /*left: 20px;*/
        /*top: 300px;*/
    /*}*/
}
@media only screen and (min-width:1301px) and (max-width: 1350px){
    .dc__domestic_box{
        height: 750px;
    }
}
@media only screen and (min-width:1106px) and (max-width:1200px){
    .dc__domestic_box {
        height: 650px;
    }
}
@media only screen and (max-width:1105px){
    .dc__domestic_box {
        height: 600px;
    }
}
@media only screen and (max-width:768px){
    .dc__domestic_box {
        width: 100%;
        height: auto;
        background: none;
    }
    .dc__domestic_box dl {
        position: static;
        margin-top: 20px;
        padding: 0;
        background-color: transparent;
    }
    .dc__domestic_box dt {
        font-size: 1.8rem;
    }
    .dc__domestic_box dd {
        margin-top: 10px;
    }
}
/* 海外ラウンジ API トップ（ソート・検索）*/
.dc__btn_search_lounge {
    background-color: #636363;
    text-align: center;
    width: 40px;
    line-height: 1;
    padding: 6px 0;
}
@media (min-width: 769px) {
	dd.dc__select_box{
        width: calc(100% - 345px);
    }
    dd.dc__input_box {
        width: calc(100% - 345px);
    }
dd.dc__input_box .dc__search_input_text {
    width: calc(100% - 60px);
}
}
@media only screen and (max-width: 768px){
    .dc__btn.dc__btn_search_lounge {
        margin-top: 8px;
        width: 100%;
    }
}
.btn_disabled{
    pointer-events: none;
    background-color: #aaa;
    border: 1px solid #aaa;
}
.dc__input_box .dc__search_input_text{
    height: 3.5rem;
}
.airport_result .AES-mutea .title {
    margin-top: 0;
    margin-bottom: 0;
}
.airport_result .AES-box-tea.AES-bg-white {
    padding: 1rem;
}

/* 海外ラウンジ API ラウンジ詳細*/
#h1_airport {
    display: none;
}
#h1_airport h1{
    margin: 4rem 0 1rem;
    line-height: 1.3;
}
#h1_airport h1 span{
    display: block;
    font-size: 0.7em;
}
.api_error {
    display: none;
    margin: 7rem auto;
}
#loading {
    margin: 7rem auto;
}
#loading img{
    display: block;
    margin: 0 auto;
}
.airportcode {
    margin-bottom: 3rem;
    font-weight: bold;
    color: #555;
    text-align: center;
}
.lounge_box{
    position: relative;
}
.AES-box-tea.lounge_box >.cmp-container>:first-child {
    margin-top: 20px;
}
.lounge_box .AES-h2 {
    margin-bottom: 35px;
    margin-left: 120px;
    margin-right: 120px;
    
}
.icon-available{
    display: block;
    text-align: center;
    width: 10rem;
    position: absolute;
    top: 42px;
    right: 20px;
}
.icon-available.icon-closed{
    color: #ff6105;
    border: 1px solid #ff6105;
}
.icon-available.icon-open{
    color: #2477ab;
    border: 1px solid #2477ab;
}
.icon-available > span {
    padding: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px){
.lounge_box .AES-h2 {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    
 }
.icon-available{
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto;
}
}
.facilities_list ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction : row;
    justify-content: space-between;
    width: 100%;
}
.facilities_list ul li{
  flex-basis:calc((100% - 20px) / 2);
  max-width:calc((100% - 20px) / 2);
}
.facilities_list .AES-h3 {
    margin-top: 0;
    margin-bottom:0;
}
.facilities_list .AES-h3 .cmp-title__text {
    font-size: 1.5rem;
}
.facilities_list .AES-h3 img {
    margin-right: 0.5rem;
}
.facilities_list .AES-h-img-h50 img {
    height: 4rem;
}
div.dc__content_box.usage_area{
    padding: 1rem 0;
}
@media (min-width: 769px){
    div.dc__content_box.usage_area{
        text-align: center;
    }
}
