@charset "utf-8";


h2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 900;
    font-size: 1.7em !important;
    margin: 70px 0;
    text-align: center;

}

h3{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 900;
    font-size: 1.3em !important;
    margin: 20px 0;
    text-align: left !important;

}

.acccess_info{
    margin: 50px 0 30px;
}
            @media screen and (max-width : 767px) {
                .acccess_info{
                    margin: 50px auto 20px;
                    width: 90%;
                    }      
            }



.transport {
    margin: 50px 0;
}

.transport dl{
    border-top: 1px solid rgb(192, 192, 192);
    display: flex;
    padding: 30px 0 25px;
    width: 100%;
}

            
            @media screen and (max-width : 767px) {
                .transport dl{
                    display: block;
                    
                    width: 80%;
                    margin: 0 auto;
                }
            }



.transport dl:last-child{
    border-bottom: 1px solid rgb(192, 192, 192)
}


.transport dl dt{
    width: 20%;
    font-weight: bold;
    line-height: 1.8em;
    }
    @media screen and (max-width : 767px) {

        .transport dl dt{
            width: 100%;
            text-align: center;

            }      
    }







.transport dl dd{
        width: 80%;
        line-height: 2.0em;
}
            @media screen and (max-width : 767px) {
                .transport dl dd{
                    width: 100%;
                    }      
            }





.transport span{
    color: rgb(0, 0, 146);

    margin-right: 20px;
}




        
            
                @media screen and (max-width : 767px) {
                }











/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 767px) {

    .quick_reservation {
        width: 90%;
        display: block;
        position: relative;
        top: 20px;
        background-color: white;
        margin-bottom: 50px;
        justify-content: start;
    }

    .quick_reservation ul {
        width: 80%;

        border: none;
        display: block;
        justify-content: space-between;
        margin: 0 auto;

    }

    .quick_reservation ul li {
        width: 100%;
        height: 100% !important;
        display: inline-block;
        text-align: center;
        margin-bottom: 8%;
        border: 1px solid #CCC;
    }

    .quick_reservation ul li:first-child {
        border-bottom: 1px solid #ddd;
        margin-bottom: 2%;
    }

    .quick_reservation ul li a {
        width: 100%;
        text-decoration: none;
        padding: 7% 0;
        font-size: 3.5vw;
    }

    .quick_reservation ul li a:hover {
        font-weight: bold;
    }




    .selectdayform {
        display: block;
        justify-content: start;
        width: 90%;
        padding: 2% 5%;

    }

    .selectdayform>div {
        display: block;
        justify-content: start;

    }

    .selectdayform>div>div {

        font-size: 1.0em;
    }


    .selectdayform>div>div>select {
        padding: 0.7em 0.3em;
        font-size: 5vw;

    }

    #year {
        width: 28%;
    }

    #month {
        width: 22%;
        ;
    }

    #day {
        width: 22%;
    }

    .shukuhakubi {
        margin: 2% 2% 0 0;
        width: 100%;
        font-size: 6vw;
        margin-bottom: 3%;

    }

    .shukuhakubi>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }


    .hakusuu>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }

    .ninzuu>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }


    .hakusuu {
        width: 25%;

        margin: 1% 2% 2%;
        float: left;

    }

    .ninzuu {
        width: 25%;

        width: 100px;
        margin: 1% 2% 2%;
        float: left;

    }

    .ninzuu>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }

    span.endword {
        font-weight: normal;
        margin-left: 7%;
    }

    .nodis {
        display: none;
    }


    .reservation_btn {
        width: 100%;

        color: white;
        height: 100%;
        border: none;
        margin-top: 5%;
        ;
        margin-bottom: 5%;
        padding: 20px 30px;
        font-size: 1.1em;
    }

    div.eco-info h4 {

        line-height: 1.4em;
    }

    div.eco-info h4>br {
        display: block;


    }




    div.roominfo>div {
        width: 80%;
        border: 1px solid #ccc;
        overflow: hidden;
        padding-bottom: 20px;
        margin: 0 auto 30px;
    }

    div.roominfo>div>img {
        clear: both;
        width: 100%;
    }


    div.roominfo>div>div {
        width: 100%;
    }




    div.amenity2>div {
        width: 100%;
        margin: a auto;
    }

    div.amenity2>div>dl {
        margin: 10px;
        width: 42%;
    }

    div.amenity2>div>dl>dt {
        margin-bottom: 5px;
    }

}