.mv {
    background-color: #F8F0A6;
    position: relative;
    z-index: -20;
    height: 600px;
}

.mv_img {
    width: 70vw;
    padding-right: 25%;
    border-radius: 0 0 40% 0;
    height: 600px;
    object-fit: cover;
}

.mv_copy {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 26px;
    position: absolute;
    top: 30%;
    right: 9%;
    min-width: 120px;
    width: 15%;
    line-height: 2;
}

.insta_container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.insta_img {
    width: 100%;
    margin-bottom: 30px;
}

.about {
    margin-top: 150px;
}

.about_text {
    margin: 70px 0;
    line-height: 2em;
}

.recommend {
    background-image: url(../image/bgi_blue.jpg);
    margin-top: 200px;
    margin-bottom: 50px;
    padding-bottom: 80px;
}

.pan_line {
    width: 100%;
    margin-top: -100px;
    padding-bottom: 80px;
}

.recommend_text {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.multiple-items {
    padding: 40px 40px;
    background: #fff;
    border-radius: 50px;
    margin-top: 60px;
}

.slide_img {
    border-radius: 50px;
    width: 300px;
}

.slide_img+.slide_img {
    margin-right: 8px;
}

.slick-prev::before,
.slick-next::before {
    color: #572D15;
}

.title_box {
    margin-bottom: 40px;
    background-image: url(../image/line_pan02.png);
    padding-top: 60px;
    padding-bottom: 100px;
    background-repeat: no-repeat
}

.kidsdining {
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #EFD1C4 30%, #EFD1C4 70%);
    padding-bottom: 50px;
}

.kidsdining_box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2;
}

.kidsdining_texttitle {
    font-size: 24px;
    font-family: 'Klee One', cursive;
    margin-left: 20px;
}

.kidsdining_image {
    width: 80%;
}

.kidsdining_text {
    margin-top: 60px;
}

.kidsdining_container02 {
    display: flex;
    justify-content: space-around;
}

.kidsdining_illust {
    width: 80%;
}

.access {
    background-image: url(../image/bgi_blue.jpg);
}

.access_container {
    padding-top: 60px;
}

.access_area {
    margin-top: 80px;
    padding-bottom: 100px;
}

.map_box {
    width: 50%;
    aspect-ratio: 100/80;
}

.map_box iframe {
    padding: 15px 15px;
    background: #F8F0A6;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.accessbox_title {
    font-size: 20px;
    margin-bottom: 40px;
}

.accessbox_text {
    display: flex;
    text-align: center;
}

.parking {
    margin-top: 30px;
    margin-bottom: 20px;
}

.parking_image {
    width: 300px;
    border-radius: 20px;
}

.walk_icon {
    width: 30px;
}

.schedule {
    width: 60%;
}

.calender {
    background-color: #EFD1C4;
}

.calender_container {
    padding-top: 60px;
    padding-bottom: 200px;
}

.calender_box {
    margin-top: 20px;
}

@media (max-width: 600px) {

    body {
        font-size: 15px;
    }

    .section_title {
        font-size: 22px;
    }

    .button_l {
        text-align: center;
    }

    .insta_container {
        margin-bottom: -190px;
    }

    .about {
        align-items: center;
        margin-top: 100px;
    }

    .about_text {
        margin: 40px 0;
    }

    .sptitle_bout {
        text-align: center;
    }

    .about_text {
        text-align: center;
    }

    .about_container {
        text-align: center;
    }

    .about_image {
        width: 70%;
        padding-top: 50px;
    }

    .recommend {
        margin-top: 50px;
        padding-top: 50px;
    }

    .multiple-items {
        padding: 8px 8px;
    }

    .recommend_text {
        line-height: 2;
        text-align: start;
    }

    .kidsdining {
        padding-top: 20px;
    }

    .kidsdining_box {
        writing-mode: inherit;
        line-height: 2;
    }

    .kidsdining_texttitle {
        margin-left: 0;
        font-size: 20px;
    }

    .kidsdining_text {
        margin-top: 20px;
    }

    .title_box {
        padding-bottom: 60px;
    }

    .kidsdining_img {
        text-align: center;
        padding-bottom: 40px;
    }

    .kidsdining_image {
        width: 70%;
    }

    .kidsdining_illust {
        width: 58%;
        margin-bottom: 20px;
    }

    .kidsdining_box02 {
        margin: 0 0 0 auto;
    }

    .kidsdining_container02 {
        justify-content: center;
        padding-top: 30px;
    }

    .access_area {
        align-items: center;
    }

    .access_container {
        align-items: center;
    }

    .map_box {
        width: 100%;
        height: 350px;
        margin-right: 5%;
    }

    .map_box iframe {
        padding: 10px 10px;
        background: #F8F0A6;
        border-radius: 20px;
        width: 100%;
        height: 100%;
    }

    .access_box {
        justify-content: center;
        margin-top: 40px;
    }

    .accessbox_title {
        margin-bottom: 25px;
    }

    .accessbox_text {
        text-align: start;
    }

    .walk_icon {
        width: 24px;
    }

    /* .schedule {
        width: 90%;
    } */
}

@media (min-width: 601px) {
    .pc_none {
        display: none;
    }

    .sp_br {
        display: none;
    }
}

@media (min-width: 660px) {}