@charset "utf-8";

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 93%;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper .title {
    display: block;
    margin: 0 auto;
    margin-bottom: 100px;
}

.wrapper .title .hedline {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #DADDD8;
    margin-top: 70px;
}

.wrapper .title .sub {
    display: flex;
    align-items: center;
}

.wrapper .title div span {
    font-size: 11px;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    margin-right: 15px;
}

.wrapper .title div small {
    font-size: 10px;
}

.wrapper .title h1 {
    font-size: 23px;
    margin-top: 10px;
}

.wrapper p {
    font-size: 16px;
}


.wrapper h3 {
    font-size: 23px;
}

.wrapper table span {
    font-size: 16px;
}

.wrapper .info_body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wrapper .box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.wrapper .box p {
    margin-bottom: 30px;
}

.photoarea {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;

    .photo {
        width: 50%;
    }
    .photo-img {
        width: 100%;
    }
}
@media(max-width:425px) {

    .photoarea {
        flex-direction: column;

        .photo {
            width: 100%;
        }
    }
}

@media(max-width:770px) {
    .wrapper p {
        font-size: 14px;
    }

    .wrapper h3 {
        font-size: 19px;
    }
    .wrapper .title {
        margin-bottom: 50px;
    }
    .wrapper .title .hedline {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .wrapper table span {
        font-size: 14px;
    }

    .wrapper .box {
        margin-bottom: 50px;
    }

    .wrapper .box p {
        margin-bottom: 20px;
    } 

    .reserve-btn {
        margin: 45px auto 0;
    }

}

@media(min-width:1000px) {

    .wrapper .title h1 {
        font-size: 34px;
    }

}


/* ================================================= */

.wrapper #lineup {
    width: 100%;
    background-color: #EEF0F2;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.wrapper #lineup>.text {
    padding: 60px 0;
    text-align: center;
}

#lineup>.text h2 {
    margin-bottom: 20px;
    color: #B0B2AF;
    font-size: clamp(1.75rem, 1.591rem + 0.8vw, 2.188rem);

    span {
        display: block;
        font-size: 14px;
    }
}

#lineup>.text p {
    font-size: clamp(13px, 1.7vw, 15px);
    margin-bottom: 35px;
    line-height: 2.4;
    text-align: left;
    width: 80%;
    margin: 0 auto 35px;
}

#lineup>.text .base_btn {
    background-color: #fff;
    border-color: #fff;
    width: 170px;
    margin: 0;
}

#lineup>.text .base_btn span {
    font-size: 13px;
}

.wrapper #lineup>.img {
    width: 100%;
}

.wrapper #lineup>.img img {
    width: 100%;
    height: auto;
    aspect-ratio: 500 / 375;
}
.btn-area {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
}
@media(max-width:425px) {
    .btn-area {
        flex-direction: column;
        align-items: center;
    }
}

@media(min-width:1000px) {
    .wrapper #lineup {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .wrapper #lineup>.text,
    .wrapper #lineup>.img {
        width: 50%;
    }

    .wrapper #lineup>.text {
        padding: 0;
    }
}