@charset "utf-8";

section.restrant_intro div {}

section.restrant_intro h3 {
    font-family: "Noto Serif JP", 游明朝, YuMincho, Hiragino Mincho ProN W3, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.6em;
    color: #00764d;
    text-align: center;
    margin: 50px auto;
}

@media screen and (max-width: 768px) {
    section.restrant_intro h3 {
        width: 90%;
    }
}


.sp_br {
    display: block;
}

@media screen and (max-width: 768px) {
    .sp_br {
        display: none;
    }
}

section.intro_conts>div {
    display: flex;
    margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
    section.intro_conts>div {
        display: block;
        flex-direction: row-reverse;
        width: 80%;
        margin: 0 auto 30px;
        background-color: rgb(255, 255, 255);
    }
}

section.intro_conts>div>div {
    padding: 10px 20px 30px;

}

section.intro_conts>div>img {}

@media screen and (max-width: 768px) {
    section.intro_conts>div>img {
        width: 100%;
    }
}




section.intro_conts>div h4 {
    font-family: "Noto Serif JP", 游明朝, YuMincho, Hiragino Mincho ProN W3, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
    font-size: 1.6em;
    margin: 15px 0 10px;
    width: fit-content;
}

section.intro_conts>div>div>p {
    font-size: 1.1em;
}

@media screen and (max-width: 768px) {
    section.intro_conts>div>img {
        width: 100%;
    }
}



div.right_pic {
    flex-direction: row-reverse;
}


div.link_btn {
    margin-top: 20px;

}

div.link_btn a {


}


span.lunch_btn {
    background-color: rgb(224, 0, 0);
    padding: 15px 20px;
    color: white;
    margin-right: 10px;

}

span.kaiseki_btn {
    background-color: rgb(103, 0, 172);
    padding: 15px 20px;
    color: white;
}






































.selectdayform {
    display: flex;
    justify-content: space-between;
    width: 60%;
    padding-left: 2%;
}

.selectdayform>div {
    display: flex;
    justify-content: space-between;

}

.selectdayform>div>div {

    font-size: 1.0em;
}


.selectdayform>div>div>select {
    padding: 0.7em 0.3em;
    font-size: 1.0em;
}

.shukuhakubi {
    width: 280px;

    margin: 2% 2% 2% 0;
}

.shukuhakubi>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: 70px;
    margin: 2% 2% 2%;

}


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

.ninzuu {
    width: 100px;
    margin: 2% 2% 2%;

}

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

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


.nodis {
    display: none;
}


.reservation_btn {
    background-image: linear-gradient(0deg, rgba(0, 53, 204, 1), rgba(51, 119, 255, 1));
    color: white;
    height: 100%;
    border: none;
    padding: 0 30px;
    font-size: 1.1em;
}


div.eco-info {
    width: 70%;
    background-color: #e5f4dc;
    text-align: center;
    padding: 2em 2em 1.4em;
    border-radius: 1.5em;

}

div.eco-info h4 {
    font-size: 1.5em;
    margin-bottom: 0.8em;
}

div.eco-info h4>br {
    display: none;
    margin: 0 5em;
}

div.eco-info p {
    text-align: left;

}





div.roominfo>div {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

div.roominfo>div>img {
    float: left;
}

div.roominfo>div>div {
    float: left;
    width: 678px;
    align-items: center;
}

div.roominfo>div>div>h3 {
    text-align: left !important;
    line-height: 50px;
    font-size: 20px !important;
    width: 90%;
    margin: 0 auto;
}

div.roominfo>div>div>p {
    line-height: 30px;
    clear: both;
    width: 90%;
    margin: 0 auto;
}


div.amenity2 h2 {
    margin: 30px 0 20px;
    width: 100%;
}

div.amenity2>div {
    margin: 0 auto;
}

div.amenity2>div>dl {
    margin: 15px;
}

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







.table01_page th {
    background-color: rgb(255, 246, 232);
    width: 25%;
    padding: 1em;
    border-collapse: collapse;
    border: 1px solid #bbb;

}

.table01_page td {
    width: 75%;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #bbb;

}





/* ---------------------------------
メディアクエリー
--------------------------------- */
@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;
    }

}