body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.wrapper {
    max-width: 560px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.container {
    display: flex;
    width: 100%;
    height: 100%;
}

.right {
    width: 100%;
    position: sticky;
    top: 0;
    height: 100vh;
    background-image: url(./image/inline_image.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.center {
    width: 100%;
    overflow-x: hidden;
    overflow: auto;
    scrollbar-width: none;
    background-image: url(./image/background.jpg);
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
    border-left: 8px solid #000000;
    border-right: 8px solid #000000;
}

.center::-webkit-scrollbar {
    display: none;
}

.left {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    background-image: url(./image/inline_image.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.mv {
    margin-top: 40px;
    margin-bottom: 60px;
}

.mv_letter {
    transform: rotate(-4.57deg);
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.mv_subtitle {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-align: center;
    -webkit-text-fill-color: #891A1A;
    -webkit-text-stroke: 1.5px #DCC19F;
    line-height: 110%;
    position: absolute;
    top: 0px;
}

.mv_title {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    text-align: center;
    -webkit-text-fill-color: #891A1A;
    -webkit-text-stroke: 2.5px #DCC19F;
    line-height: 110%;
    position: absolute;
    top: 45px;
}

.mv_image {
    width: 100%;
    height: auto;
}

.title_image {
    width: 80%;
    position: relative;
}

.sta_back {
    width: 100%;
    height: auto;
    position: relative;
}

.statement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.statement_container {
    color: #fff;
    transform: rotate(-4.57deg);
    width: 100%;
    position: absolute;
}

.statement_box {
    width: 100%;
    padding: 30px 0px;
}

.statement_title {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    margin-top: 30px;
    text-align: center;
    margin-left: 0px;
}

.statement_text {
    text-align: center;
    line-height: 250%;
    font-weight: 700;
}


.section_title {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #891A1A;
}

.section_image {
    width: 70%;
}

.section_image.bb {
    margin: 0 0 0 auto;
}

.section_image_box {
    display: flex;
}

.interior {
    margin-top: 60px;
    margin-bottom: 140px;
}

.swiper_container {
    margin-inline: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.swiper {
    width: 70%;
}

.swiper_image {
    width: 100%;
    height: auto;
    /* box-shadow: 10px 10px 0px #6E0505; */
}

.swiper-scrollbar {
    bottom: -30px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.5rem;
    color: #000;
}

.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.section_title.aa {
    margin-left: 5%;
}

.section_title.bb {
    color: #fff;
    margin-bottom: 30px;
}

.section_title.cc {
    text-align: end;
    margin-right: 5%;
}

.menu_back {
    width: 100%;
    height: auto;
    position: relative;
}

.menu_letter {
    position: absolute;
    transform: rotate(4.57deg);
}

.option {
    margin-bottom: 30px;
    color: #fff;
}

.menu_box {
    display: flex;
    margin-bottom: 0px;
    margin-bottom: 30px;
    color: #fff;
}

.menu_title {
    min-width: 240px;
    font-weight: 700;
    font-size: 20px;
    margin-right: 7%;
}

.price {
    min-width: 100px;
    font-size: 20px;
    font-weight: 700;
}

.about {
    margin-top: 100px;
}

.about_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.about_image {
    width: 90%;
    border: 8px solid #000000;
}

.letter_container {
    margin-top: 40px;
}

.about_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.about_inner {
    display: flex;
    margin-bottom: 10px;
}

.about_title {
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    min-width: 400px;
    background-color: #6E0505;
    text-align: center;
    padding: 10px 0px;
    letter-spacing: 0.1em;
}

.about_text {
    text-align: center;
    color: #6E0505;
    font-size: 20px;
    font-weight: 900;
}

.about_text.bb {
    min-width: 150px;
    text-align: center;
    color: #6E0505;
    margin-right: 10%;
}

.about_text.cc {
    min-width: 70px;
    text-align: center;
    color: #6E0505;
}

.copyright {
    padding-top: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    text-align: center;
}

.map {
    width: 90%;
    margin-inline: auto;
    text-align: center;
    display: flex;
}

iframe {
    filter: grayscale(1);
}

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

    .container {
        display: flex;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }


    .wrapper {
        max-width: 560px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .right {
        display: none;
    }


    .center {
        width: auto;
        overflow-x: hidden;
    }


    .left {
        display: none;
    }

    .swiper_container {
        margin-inline: auto;
        max-width: 400px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }

    .statement_title {
        font-family: "Alfa Slab One", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
        margin-top: 0px;
        text-align: center;
        margin-left: 15px;
    }

    .statement_text {
        font-size: 14px;
        text-align: center;
        line-height: 250%;
        font-weight: 700;
    }

    .statement_box {
        width: 100%;
        padding: 10px 0px;
    }

    .menu_title {
        min-width: 200px;
        font-weight: 700;
        font-size: 16px;
        margin-right: 3%;
    }

    .price {
        min-width: 60px;
        font-size: 16px;
        font-weight: 700;
    }

    .option {
        margin-bottom: 30px;
        font-size: 13px;
    }

    .about_title {
        font-family: "Alfa Slab One", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
        min-width: 270px;
        background-color: #6E0505;
        text-align: center;
        padding: 10px 0px;
    }

    .about_text {
        text-align: center;
        color: #6E0505;
        font-size: 16px;
        font-weight: 700;
    }

    .about_text.bb {
        min-width: 115px;
        text-align: center;
        color: #6E0505;
        margin-right: 10%;
    }

    .about_text.cc {
        min-width: 20px;
        text-align: center;
        color: #6E0505;
    }

    .map {
        width: 90% !important;
        margin-inline: auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }

}