@charset "UTF-8";
section#rsvWin {
    max-width: 420px;
    margin: 0 auto;
    padding: 35px 0 10px;
    text-align: center;
}

section#rsvWin ul li { 
    text-align: center;
    width: 90%;
    margin: 0 auto 10px;
    display: table;
    max-width: 370px;
}

section#rsvWin div.rsv_ttl{
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    display: contents;
}
section#rsvWin div.rsv_ttl h2{
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 300;
}

select#rsv_hList{
    font-family: "NotoSansCJKJP", sans-serif;
    font-size: 16px;
    outline: none;
    border: 1px solid #d3d4d5;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0 0;
    padding-left:20px;
    height: 50px;
    cursor: pointer;
    background: #d8e3e8 url(/img/common/mk_arrow_dBlue.png) 95% 50% no-repeat;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    max-width: 370px;
}
section#rsvWin ul p{
    font-size: 13px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 370px;
}
section#rsvWin ul li a{
    text-align: center;
    display: table-cell;
    background: #ccc;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    height: 40px;
    vertical-align: middle;
}

section#rsvWin ul li a:hover {text-decoration: none;}

section#rsvWin ul li a#rsvSrc_dt{
    background: #d8e3e8;
    color: #638fa2;
    font-size: 14px;
}

section#rsvWin ul hr{
    width: 90%;
    border-top: #ccc solid 1px;
    border-bottom: 0;
    margin: 15px auto;
    max-width: 370px;
}

section#rsvWin ul li a#rsvSrc_stay,section#rsvWin ul li a#rsvSrc_day{ height: 50px;}



/*ホテル*/


.bg_bl{
    background-color: #638fa2 !important;
    height: 50px !important;
}
.bg_gray {background: #8aabb9 !important;}

section#rsvWin ul p.rsv_hotel{
    font-family: "NotoSansCJKJP", sans-serif;
    font-size: 16px;
    outline: none;
    border: 1px solid #d3d4d5;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0 0;
    padding: 13px 20px;
    background: #d8e3e8;
    margin-bottom: 10px;
}

#rsv_close_btn{
    position: absolute;
    right:20px;
    top: 15px;
    cursor: pointer;
    font-size: 22px;
}


/*media Queries PC
----------------------------------------------------*/
@media only screen and (min-width:769px), print {

    section#rsvWin ul hr{
        width: 370px;
    }
    
    
    }