*{
    padding:0;
    margin:0;
    /*line-height: 1;*/
}

html{
    font-size: 62.5%;
}

body{
    line-height: 1;
    color: #333;
    font-family: -apple-system,blinkmacsystemfont,"Segoe UI","Hiragino Kaku Gothic ProN","BIZ UDPGothic",meiryo,sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

 ul.hotel-tab{
    list-style-type: none;
    display: flex;
}

 ul.hotel-tab a{
    color: #333;
    text-decoration: none;
    display: block;
}



 ul.hotel-tab li a{
    font-size: 1.6rem;
    height:64px;
    width: 168px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    padding-top: 12px;
    line-height: 1.6;
    position: relative;
    
}

.hotel-tab .hotel{
    transition:0.3s;
}

.hotel-tab .hotel:hover{
    background-color:#000;
    color: #fff;
}

.hotel-tab  .hotel a{
    background-color: rgba(255,255,255,0.8);
    color: #757575;
}

 ul.hotel-tab li a{
    background-color: #595959;
    color: #fff;
    
}

 ul.hotel-tab li a span{
    display: block;
    font-size: 1.1rem;
    line-height: 1;
}


footer{
    background-color: #2D589A;
    display: flex;
    justify-content: center;
    line-height: 1;
}
footer a {
    text-decoration: none;
}
small{
    color: #fff;
}


@media screen and (min-width:767px) {  /*HP版*/
    header{
        height: 16vh;
        display: flex;
        align-items: flex-end;
    }

    .bg-hp-dom{
        background-image: url(/img/oem/exsenses/dom.png);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        
    }

    .bg-hp-ab{
        background-image: url(/img/oem/exsenses/ab.png);
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        
    }

    main{
        display: flex;
        justify-content: center;
        height: 76vh;
    }

    .bg-sp-dom,.bg-sp-ab{
        margin-top: 160px;
        background-color:rgba(0,0,0,0.6);
        width:830px;
        height:324px;
        position: relative;
    }

    h1{
        width:400px;
        margin: 0 auto;
		margin-top: 100px;
    }

     ul.hotel-tab{
        position: absolute;
        top:-64px;

    }

    .hotel-change a::after{
        content: "";
        border-top: 12px solid #595959;
        border-right: 14px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 14px solid transparent;
        position: absolute;
        bottom: -24px;
        left: 70px;
    }
   
    footer{
        height: 8vh;
        align-items: center;
    }

    /* Search module */
    
    div#dom-hotel {
        padding: 30px 20px;
    }
    .osH_search_widget .osH-form-wrap.osH-city-form-wrap.in {
        border-top: none !important;
    }
    
    .osH_search_widget .osH-search-typeahead .osH-form-group {
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
    .osH_search_widget .osH-search-typeahead .osH_submit_city_search {
        top: 10px !important;
    }

    /* .osH_search_widget .osH-search-people-list .osH-dropdown-menu {
        max-height: 350px;
        overflow-y: scroll;
        width: 345px !important;
    }
    
    .osH-lbl-title-field {
        color: #fff;
    } */
}

@media screen and (max-width:767px) {  /*SP版*/
    header{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
    }
    h1 {
        width: 200px;
        margin: 16px auto 0 auto;
    }

     ul.hotel-tab{
        justify-content: center;
    }

    .airtrip-hp{
        min-height: 350px;
        padding-top: 55px
    }

    .bg-sp-dom{
        width:100%;
        height:184px;
        background-image: url(/img/oem/exsenses/dom.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
    padding-top: 80px;
    }

    .bg-sp-ab{
        width:100%;
        height:184px;
        background-image: url(/img/oem/exsenses/ab.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-sizing: border-box;
    padding-top: 80px;
    }

    footer#Footer {
        height: 90px;
        box-sizing: border-box;
        padding-top:37px;
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}


