@charset "UTF-8";

div[class*="column_wrap"] {
    display: flex;
    max-width: 1200px !important;
    margin: 0 auto;
    padding-left: var(--i_padding, 20px);
    padding-right: var(--i_padding, 20px);
    gap: 3rem;
}

div[class*="column_wrap"] .contents_box01.valign-top .wrapper_item {
    align-items: center;
}

.baby_wrap {
    width: 50%;
    background: #c0f0e0;
    border-radius: 20px;
}

.Developmental_eurhythmics_wrap {
    width: 50%;
    background: #5ecdc1;
    border-radius: 20px;
}

.Developmental_eurhythmics_wrap .heading.block_header_1 p,
.Developmental_eurhythmics_wrap .heading.block_header_6 .h {
    color: #fff;
}

.Developmental_eurhythmics_wrap .inner_item_txt {
    color: #fff;
}

.Preschool_children_wrap {
    width: 50%;
    background: #f9e560;
    border-radius: 20px;
}

.young_kindergartener_wrap {
    width: 50%;
    background: #FFFFAA;
    border-radius: 20px;
}

.cheer_wrap {
    width: 50%;
    background: #c0f0e0;
    border-radius: 20px;
}

.piano_wrap {
    width: 50%;
    background: #5ecdc1;
    border-radius: 20px;
}

.piano_wrap .heading.block_header_1 p,
.piano_wrap .heading.block_header_6 .h {
    color: #fff;
}

.piano_wrap .inner_item_txt {
    color: #fff;
}

.piano＆rhythmic_wrap {
    width: 50%;
    background: #f9e560;
    border-radius: 20px;
}

.Parent_and_child_classroom_wrap {
    width: 50%;
    background: #FFFFAA;
    border-radius: 20px;
}

@media screen and (max-width: 900px) {
    div[class*="column_wrap"] {
        flex-direction: column;
    }
    div[class*="column_wrap"] > div {
        width: 100%;
    }
}
