@charset "UTF-8";

a {
    color: #333;
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

/* header */
#headerFixed {
    height: 80px;
    width: 100%;
    max-width: 1730px;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

h1 {
    max-width: 200px;
    margin-right: 120px;
}

.header__inner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__inner nav ul li a {
    font-size: 16px;
    font-family: YuMincho, serif;
    color: #000000;
}


.header__inner nav ul li:nth-child(2) {
    margin: 0 30px;
}

.reserve-btn {
    width: 170px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: YuMincho, serif;
    background-color: #978F10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.reserve-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}

.reserve-btn img {
    margin-right: 8px;
}

.modal {
    display: none;
    /* 初期状態は非表示 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_title {
    font-size: 20px;
    font-family: YuMincho, serif;
    color: #000000;
    text-align: center;
    margin-bottom: 59px;
}

#reservation-form {
    display: flex;
    flex-direction: column;
}

/* モーダルコンテンツ */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 550px;
    height: 600px;
}

/* 閉じるボタン */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


label {
    font-size: 16px;
    font-family: YuMincho, serif;
    color: #797878;
    margin-bottom: 11px;
}

input {
    font-size: 14px;
    font-family: YuMincho, serif;
    color: #000000;
    width: 429px;
    height: 32px;
    border: 1px solid #E7E7E7;
    margin-bottom: 19px;
    padding: 7px 0 7px 10px;
}

#plan {
    font-size: 14px;
    font-family: YuMincho, serif;
    color: #797878;
    width: 429px;
    height: 32px;
    border: 1px solid #E7E7E7;
    margin-bottom: 19px;
}

.button {
    font-size: 16px;
    font-family: YuMincho, serif;
    color: #000000;
    border: 1px solid #E7E7E7;
    width: 198px;
    padding: 11px 0 10px;
    margin: 64px auto 90px;
}


.catchphrase-area {
    max-width: 102px;
    position: relative;
    left: 46%;
    top: 45%;
}

.catchphrase,
.fv-title {
    font-size: 34px;
    color: #FFFFFF;
    font-family: YuMincho, serif;
}




/* under the header */
.nav {
    font-size: 16px;
    color: #000000;
    font-family: YuMincho, serif;
    text-align: left;
    max-width: 1180px;
    margin: 0 auto;
}

.breadcrumb {
    text-align: left;
}


/* main */
.main__container {
    max-width: 1920px;
}

.main {
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    padding-top: 35px;
}

.header__lead-text {
    font-size: 16px;
    color: #000000;
    font-family: YuMincho, serif;
    text-align: center;
    margin: 93px 0 75px;
}




/* flex */
.flex {
    display: flex;
    position: relative;
}

.flex:last-child {
    margin-bottom: 288px;
}

.flex__image-container {
    max-width: 525px;
    position: relative;
    z-index: 2;
}

.flex__text-area {
    background-image: url(../img/bg.png);
    width: 813px;
    padding: 57px 68px 108px 244px;
    position: absolute;
    top: 57px;
    left: 366px;
}

.flex__text-title {
    font-size: 24px;
    color: #000000;
    font-family: YuMincho, serif;
    font-weight: normal;

}

.flex__text {
    font-size: 16px;
    color: #000000;
    font-family: YuMincho, serif;
    margin: 16px 0 17px;
}

.flex__sub-text {
    font-size: 14px;
    color: #000000;
    font-family: YuMincho, serif;
}

/* flex__reverse */
.flex__reverse {
    display: flex;
    flex-direction: row-reverse;
    margin: 222px 0;
    position: relative;
}

.flex__reverse-image-container {
    max-width: 525px;
    position: relative;
    z-index: 2;
}

.flex__reverse-text-area {
    background-image: url(../img/bg.png);
    width: 813px;
    padding: 57px 244px 108px 68px;
    position: absolute;
    top: 57px;
    right: 366px;
}







/* footer */
#bg__img-footer {
    max-width: 1920px;
    width: 100%;
    padding-top: 62px;
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer__content {
    max-width: 792px;
    margin: 0 auto;
}

.footer__logo {
    max-width: 145px;
    margin: 0 auto 70px;
}

.footer__content ul {
    justify-content: center;
    margin-bottom: 93px;
}

.footer__content a {
    writing-mode: vertical-rl;
    text-align: center;
    font-size: 18px;
    font-family: YuMincho, serif;
    color: #000000;
    margin: 0;
}

.footer__content nav ul li:nth-child(2) {
    margin: 0 30px;
}


.info {
    text-align: center;
    margin-bottom: 58px;
}

.info-list-top,
.info-list-row {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.info-list-top {
    margin-bottom: 18px;
}

.info-list-top .info-item:nth-child(1) {
    margin-right: 16px;
}

.info-list-row .info-item-row:nth-child(1) {
    margin-right: 12px;
}

.info-item {
    font-size: 16px;
    font-family: YuMincho, serif;
    color: #000000;
}

.info-item-row {
    font-size: 16px;
    font-family: YuMincho, serif;
    color: #000000;
}





.copy-light {
    font-size: 12px;
    font-family: YuMincho, serif;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    #headerFixed {
        max-width: 768px
    }

    .main {
        padding: 35px 20px 0;
    }

    .flex__text-area {
        width: 525px;
        padding: 57px 68px 108px 85px;
        position: static;
    }

    .flex__reverse {
        display: flex;
        flex-direction: column;
        margin: 222px 0;
        position: static;
        align-items: center;
    }

    .flex__reverse-text-area {
        background-image: url(../img/bg.png);
        width: 525px;
        padding: 57px 25px 108px 38px;
        position: static;
    }

    .catchphrase,
    .fv-title {
        font-size: 30px;
        color: #FFFFFF;
        font-family: YuMincho, serif;
    }

    .header__lead-text {
        font-size: 16px;
        color: #000000;
        font-family: YuMincho, serif;
        text-align: center;
        margin: 93px auto 75px;
        width: 525px;
        text-align: center;
    }

    .onsen__contents-item {
        grid-gap: 75px;
    }

    .onsen__contents-item dd {
        grid-column: 2;
        margin: 0;
        width: 525px;
        text-align: left;
        font-size: 15px;
        color: #000000;
        font-family: YuMincho, serif;
    }

    input {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    h1 {
        max-width: 130px;
        margin-right: 0;
    }

    .modal-content {
        width: 95%;
        padding: 15px;
        font-size: 14px;
    }

    .catchphrase-area {
        max-width: 102px;
        position: relative;
        left: 45%;
        top: 45%;
    }

    #plan {
        width: 325px;
    }

    .flex__text-area {
        width: 335px;
        padding: 57px 20px 72px 20px;
        position: static;
    }

    .catchphrase,
    .fv-title {
        font-size: 26px;
        color: #FFFFFF;
        font-family: YuMincho, serif;
    }

    .flex__reverse-text-area {
        background-image: url(../img/bg.png);
        width: 335px;
        padding: 57px 20px 108px 20px;
        position: static;
    }

    .flex__reverse {
        display: flex;
        flex-direction: column;
        margin: 155px 0;
        position: static;
        align-items: center;
    }

    .onsen__contents-item {
        grid-gap: 30px;
    }


    .onsen__contents-item dd {
        grid-column: 2;
        margin: 0;
        width: 80%;
        text-align: left;
        font-size: 15px;
        color: #000000;
        font-family: YuMincho, serif;
    }

    .header__inner-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .header__inner nav ul li:nth-child(2) {
        margin: 0 10px;
    }

    .header__inner nav ul li a {
        font-size: 14px;
    }

    .catchphrase-area {
        max-width: 102px;
        position: relative;
        left: 40%;
        top: 45%;
    }

    .reserve-btn {
        font-size: 14px;
    }

    .footer__content a {
        font-size: 16px;
    }

    .info-list-top {
        font-size: 16px;
    }

    .header__lead-text {
        width: 335px;
    }
}


@media screen and (max-width: 320px) {
    .reserve-btn {
        font-size: 12px;
        margin-top: 22px;
    }

    .header__lead-name {
        font-size: 18px;
    }

    .flex__text-area {
        width: 280px;
        padding: 57px 20px 72px 20px;
        position: static;
    }

    .flex__reverse-text-area {
        background-image: url(../img/bg.png);
        width: 280px;
        padding: 57px 20px 108px 20px;
        position: static;
    }

    .flex__reverse {
        display: flex;
        flex-direction: column;
        margin: 100px 0;
        position: static;
        align-items: center;
    }

    .catchphrase-area {
        max-width: 102px;
        position: relative;
        left: 39%;
        top: 45%;
    }

    ï #bg__img-plan {
        padding: 0 20px;
    }

    .footer__content a {
        font-size: 14px;
    }

    .info-list-top {
        font-size: 14px;
    }

    .onsen__contents-item dt {
        grid-column: 1;
        width: 64px;
        text-align: left;
        font-size: 15px;
        color: #000000;
        font-family: YuMincho, serif;
    }

    .header__lead-text {
        width: 280px;
    }
}