.submv {
    width: 100%;
    position: relative;
    z-index: -20;
    background-color: #222;
    display: inline-block;
}

.submv_img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    opacity: 0.5;
    display: block;
}

.subpage_title {
    position: absolute;
    width: 32%;
    right: 32%;
    bottom: 50%;
}

.cafeteria_about {
    margin-top: 100px;
    margin-bottom: 400px;
}

.kids_img {
    position: relative;
    border-radius: 50px;
    margin-top: 80px;
}

.cafeteria_about_text {
    position: absolute;
    text-align: center;
    background-color: #F8F0A6;
    padding: 60px 120px 60px 120px;
    margin-top: -80px;
    border-radius: 40px;
    line-height: 2;
}

.cafeteria_notes {
    margin-bottom: 100px;
}

.notes_title {
    padding: 80px 0px 80px 0px;
    background-image: url(../../image/notes_bgi.png);
    background-repeat: no-repeat;
}

.notes_container {
    margin-top: 60px;
}

.notes_box {
    display: flex;
    align-items: center;
}

.notes_box+.notes_box {
    margin-top: 60px;
}

.notes_text {
    margin-left: 15%;
}

.notes_text_n {
    margin-top: 20px;
    margin-bottom: 20px;
}

.notes_text_s {
    font-size: 14px;
}

.cafeteria_button {
    margin-top: 100px;
}

.event {
    background-color: #F5D0C2;
    padding-top: 75px;
    padding-bottom: 100px;
}

.event_picture {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 100px;
}

.picture {
    width: calc(33% - 15px);
}

.event_text {
    line-height: 2;
    text-align: center;
}

.activity {
    padding-top: 120px;
    padding-bottom: 180px;
}

.activity_text {
    line-height: 2;
    margin-top: 50px;
}

.activity_box02 {
    width: 53%;
}

.activity_message {
    display: flex;
    justify-content: right;
    margin-top: 30px;
}

.activity_message p {
    text-align: center;
    line-height: 1.8;
}

@media (max-width: 600px) {
    .flex {
        flex-direction: column;
    }

    .sp_none {
        display: none;
    }

    .section_button_l {
        padding: 1em 4em 1em 1em;
    }

    .section_title {
        font-size: 20px;
    }

    .sp_mv {
        width: 100%;
        position: relative;
        z-index: -20;
        background-color: #222;
        display: inline-block;
    }

    .sp_img {
        width: 100%;
        object-fit: cover;
        opacity: 0.5;
        display: block;
    }

    .subpage_title {
        width: 50%;
        right: 24%;
        bottom: 34%;
    }

    .cafeteria_about {
        margin-top: 60px;
    }

    .cafeteria_about_text {
        margin-top: 10px;
        border-radius: 15px;
        padding: 25px 15px 25px 15px;
        font-size: 14px;
        text-align: start;
    }

    .kids_img {
        margin-top: 30px;
        border-radius: 0;
    }

    .notes_title {
        background-image: none;
        padding: 0;
    }

    .notes_box {
        display: flex;
        flex-direction: column;
    }

    .notes_text {
        margin-left: 0;
    }

    .notes_number {
        margin-bottom: 15px;
        width: 15%;
    }

    .event {
        padding-bottom: 60px;
    }

    .event_picture {
        margin-bottom: 60px;
    }

    .event_text {
        text-align: start;
        margin-right: 5%;
        margin-left: 5%;
    }

    .picture {
        width: calc(47% - 15px);
    }

    .activity {
        padding-top: 60px;
        padding-bottom: 140px;
    }

    .activity_text {
        margin-top: 20px;
    }

    .activity_box02 {
        width: 100%;
        margin-top: 40px;
    }

    .activity_message {
        margin-top: 10px;
    }

    .activity_message p {
        line-height: 1.5;
        text-align: start;
    }
}