@charset "utf-8";

img {
    max-width: 100%;
    height: auto;
}

.bx-wrapper img {
    max-width: 450px !important;
}


/* ページトップ///////////////////// */
.Pagetop {
    background-image: url(../images/room.top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    width: 100%;
    text-align: center;
    margin-top: 70px;
    padding: 7% 0;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-shadow: 2px 2px 0 #00000055, -2px -2px 0 #00000055,
        -2px 2px 0 #00000055, 2px -2px 0 #00000055,
        0px 2px 0 #00000055, 0 -2px 0 #00000055,
        -2px 0 0 #00000055, 2px 0 0 #00000055;
}

h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    margin-top: 5vw;
}

/* トップ説明//////////////////////////////// */

.introduction {
    display: block;
    margin: 90px auto;
    margin-bottom: 160px;
    width: 55%;
    line-height: 2;
    text-align: left;
    font-size: 20px;
}

/* メインメニュー//////////////////////// */
.Main {
    background-color: #D9D9D9;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.Main div {
    position: relative;
}

/* メニュー名前//////////////////////////// */
.menuName h3 {
    border-bottom: 5px solid;
    border-color: rgba(110, 110, 109, 0.311);
    display: block;
    width: 65%;
    margin: 0 auto;
    padding-top: 50px;
}

.menuName h3::after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background-color: #000000;
    position: static;
    margin-top: 8px;

}

.premium h3 {
    border-bottom: 5px solid;
    border-color: rgba(58, 58, 57, 0.41);
    display: block;
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.premium h3::after {
    content: '';
    width: 100%;
    height: 6px;
    display: block;
    background-color: #6f4611;
    position: static;
    margin-top: 8px;
}

/* メニュー画像/////////////////////////////// */
.bx-wrapper img {
    max-width: 450px !important;
}

.bx-wrapper {
    width: 450px;
}

.premium .bx-wrapper {
    background-color: #6f4611;
    border: 5px solid #6f4611;
}

/* メニュー名ここまで/////////////////////////// */


/* メニュー本文/////////////////////////////// */

.menu {
    display: flex;
    margin-top: 40px;
    margin-left: 15%;
}

.menu h4 {
    font-size: 30px;
    margin-left: 40px;

}

.menu ul {
    font-size: 20px;
    text-align: left;
    margin-left: 50px;
    line-height: 3;
}

.menuText {
    width: 60%;
    margin: 50px auto;
    margin-bottom: 70px;
    padding-bottom: 80px;
}

/* 設備、アメニティ/////////////////////////// */

h4 {
    width: 70%;
    font-size: 27px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.amenity {
    font-size: 15px;
    text-align: left;
    line-height: 2;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 80px;
}

.amenity p {
    font-size: 23px;
    margin-top: 17px;
}

/* 案内/////////////////////////// */
.guidance {
    background-color: #D9D9D9;
}

.guidance p {
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;

}

.guidance ul {
    font-size: 15px;
    line-height: 3;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* レスポンシブ対応 850以下 */

@media (max-width: 960px) {
    body {
        font-size: 16px;
    }

    /* <h3>からフッターの手前までを「div class="responsive"」で囲んでください */
    .responsive {
        margin: 0 5vw;
        padding-bottom: 5vw;
    }

    .Pagetop,
    h3 {
        font-size: 5vw;
    }

    .Pagetop{
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 3);
    }

    .menu {
        flex-wrap: wrap;
        margin-left: 15vw;
    }

    .alcohol {

        padding-left: 5vw;
    }
}

/* レスポンシブ　スマホ/////////////////////////////// */
@media (max-width: 500px) {
    .allDrink {
        flex-wrap: wrap;
    }

    .softdrink {
        padding-left: 20px;
        padding-top: 20px;
    }

    .introduction {
        width: 75%;
    }

    .menu ul {
        width: 70%;
    }

    .menuText {
        width: 75%;
    }

    .bx-wrapper {
        margin-left: -10% !important;
    }

    .menu ul {
        font-size: 15px;
        line-height: 2;
        width: 70%;
        margin-left: 0%;

    }

    header {
    height: 10vh;
}

header nav ul li .contact-button {
    margin: 0 auto;
}

.logo img{
    width: 120px;
}

footer img {
    width: 80px;
    margin-left: 40px;
}

footer .copyright {
    text-align: center;
    margin: 30px 0 0;
}


}