@charset "UTF-8";
/*
お子さまページ用
*/
/*
============================================== */

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&display=swap");

.children--contents {
    --c_gold: #ceae57;
    --c_txt: #3e4a59;
    --easing-out: cubic-bezier(0.55, 0.05, 0.22, 0.99);
    background-image: url("/wp-content/themes/mngtr_basic/img/children/bg.webp");
    background-repeat: repeat;
    background-size: 50%;
    max-width: 100%;
    overflow-x: clip;

    .splide {
        pointer-events: none;
    }

    ul {
        li {
            list-style: none;
        }
    }

    * {
        font-family: YakuHanJP, source-han-sans-japanese, sans-serif;
        font-weight: 400;
        color: var(--c_txt);
    }
}

.children_ttl {
    font-family: aralet-n, sans-serif;
}
.children_en {
    font-family: montserrat, sans-serif;
}
.children--button {
    border-radius: 100vh;
    border: 1px solid;
    line-height: 1;
    padding: 13px 52px 14.5px 20px;
    position: relative;
    display: inline-block;
    transition: 0.3s var(--easing-out);
    transition-property: color, background-color, border-color;

    .children--button-arw {
        position: absolute;
        top: 50%;
        right: 18px;
        translate: 0 -50%;
        aspect-ratio: 1/2;
        width: 6px;
    }
    svg {
        height: 100%;
        width: 100%;
        fill: none;
        stroke: currentColor;
        transition: stroke 0.3s var(--easing-out);
    }

    &:hover {
        color: white;
        background-color: var(--c_txt);

        svg {
            stroke: white;
        }
    }

    &.white {
        color: white;

        &:hover {
            color: var(--c_txt);
            background-color: white;
            border-color: white;

            svg {
                stroke: var(--c_txt);
            }
        }
    }
}

.children--subheading {
    font-size: 50px;
    font-family: aralet-n, sans-serif;
    line-height: 1.4;
}

.children_main-grid {
    max-width: 1500px;
    width: 87.9vw;
    margin-inline: auto;
    padding-inline: 50px;
    /* box-sizing: content-box; */
}
.children_outer-grid {
    max-width: 1700px;
    width: 100vw;
    margin-inline: auto;
    padding-inline: 50px;
    /* box-sizing: content-box; */
}

.children_visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

/* 子連れファミリーが楽しめるお店 */
.children--fv {
    margin-bottom: 162px;
    padding-top: 33px;
    position: relative;

    .children--heading {
        width: 480px;
        margin-inline: auto;
        margin-bottom: -20px;
        z-index: 2;
        position: relative;
    }
    .children--border {
        display: block;
        width: 92.7vw;
        height: calc(100% - 15px);
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        stroke: white;
        z-index: 1;
    }
    .children--kv {
        .splide__track {
            border-radius: 40px;
            overflow: clip;
            width: 92.5vw;
            aspect-ratio: 1260/400;
            margin-inline: auto;
        }
    }
    .splide__slide {
        width: calc(100% / 3);

        img {
            height: 100%;
            display: inline-block;
            object-fit: cover;
        }
    }

    .children--fv-motif1 {
        position: absolute;
        left: 4.5vw;
        top: 94px;
        width: 108px;
    }
    .children--fv-motif2 {
        position: absolute;
        left: 25.6vw;
        top: 195px;
        width: 80px;
        z-index: 1;
    }
    .children--fv-motif3 {
        position: absolute;
        right: 20.4vw;
        top: 23px;
        width: 182px;
    }
    .children--fv-motif4 {
        position: absolute;
        right: 2.9vw;
        top: 157px;
        width: 80px;
    }
}

/* h2: お子様も楽しめる豊富なメニュー */
.children--menu {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 227px;
    position: relative;

    .children--description {
        font-size: 18px;
        position: relative;
        z-index: 1;
        margin-top: 28px;
        line-height: 2;
        font-weight: 500;
    }
    .children--subheading {
        position: relative;
        z-index: 1;
    }
    .children--menu-img{
        position: absolute;
        opacity:0;
    }
    &.is-enter{
        .children--menu-img{
            animation-name:showAnim;
            animation-fill-mode: forwards;
            animation-duration: 1.5s;
            animation-timing-function: var(--easing-out);
        }
    }
    .children--menu-img1 {
        width: 11vw;
        top: -45px;
        left: 13.5vw;
        z-index: 1;
    }
    .children--menu-img2 {
        width: 15vw;
        top: 40px;
        left: 3.6vw;
        animation-delay:.4s;
    }
    .children--menu-img3 {
        width: 21vw;
        top: 300px;
        left: 9.3vw;
        animation-delay:.2s;
    }
    .children--menu-img4 {
        width: 15vw;
        top: -60px;
        right: 9vw;
        animation-delay:.4s;
    }
    .children--menu-img5 {
        width: 26vw;
        top: 196px;
        right: 3.3vw;
        animation-delay:.1s;
    }
    .children--menu-img6 {
        width: 14.7vw;
        top: 390px;
        right: 23vw;
    }
    .children--menu-motif1 {
        position: absolute;
        width: 7.5vw;
        top: 40px;
        left: 21.3vw;
    }
    .children--menu-motif2 {
        position: absolute;
        width: 11.9vw;
        top: 260px;
        left: 0px;
    }
    .children--menu-motif3 {
        position: absolute;
        width: 8vw;
        top: 570px;
        right: 34.6vw;
    }
}

/* h2: 体験型メニューも */
.children--experience {
    margin-bottom: 40px;
    .children--subheading {
        writing-mode: vertical-rl;
    }
    .children--experience-txt {
        writing-mode: vertical-rl;
        font-size: 18px;
    }
    .children--experience-description {
        display: flex;
        flex-direction: row-reverse;
        margin-top: 67px;
        line-height: 2.25;
        letter-spacing: 4px;
    }
    .children--experience-main {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;

        .children--subheading {
            position: relative;
            z-index: 1;
        }

        hgroup {
            gap: 40px;
            display: flex;
            flex-direction: row-reverse;
            margin-right: 213px;
            position: relative;
            align-self: flex-start;
        }
    }
    .children--experience-motif {
        position: absolute;
        width: 180px;
        bottom: -43px;
        right: -136px;
    }
    .children--subheading {
        letter-spacing: 5px;
    }
    .children--experience-image {
        width: 58vw;
        margin-top: 64px;
    }
    .children--experience-list {
        display: flex;
        text-align: center;
        gap: 50px;
        font-size: 14px;

        li {
            width: 154px;
        }
    }
}

.children-food-allery {
    margin-bottom: 130px;

    .splide__slide {
        width: 210px;
        aspect-ratio: 200/149;

        img {
            width: 100%;
            height: 100%;
            display: inline-block;
        }
    }
}

/* h2: お子様連れでも安心してご利用いただけます */
.children--services {
    background: url("/wp-content/themes/mngtr_basic/img/children/bg_yellow.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 155px;
    padding-bottom: 20px;
    margin-bottom: 327px;
    position: relative;

    .children--services-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 98px;
    }
    .children--services-bg {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        display: inline-block;
        translate: 0 50%;
    }
    .children--subheading {
        font-size: 40px;
        line-height: 1.5;
        margin-bottom: 60px;
    }
    .children--services-lead {
        font-size: 16px;
        line-height: 1.75;
        width: 300px;
    }
    .children--services-txt {
        margin-bottom: 20px;
    }
    .children--services-caption {
        font-size: 13px;
        opacity: 0.3;
        text-indent: -1.3cap;
        translate: 1.3cap 0;
    }
    .children--service-item {
        display: flex;
        align-items: center;
        counter-increment: num;

        &:not(:last-child) {
            margin-bottom: 30px;
        }

        &:before {
            content: "0" counter(num);
            font-size: 20px;
            color: var(--c_gold);
            margin-right: 20px;
            font-family: montserrat, sans-serif;
        }

        img {
            width: 24.3vw;
            margin-right: 32px;
        }
    }
    .children--services-list {
        width: 61.3vw;
        max-width: 1180px;
    }
    .children--service-title {
        color: var(--c_gold);
        font-size: 24px;
        margin-bottom: 10px;
    }
    .children--service-description {
        font-size: 14px;
    }
    .children--pricing-title {
        font-size: 40px;
        line-height: 1.5;
    }
    .children--pricing {
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
        position: relative;
        z-index: 1;
        &:before {
            position: absolute;
            content: "";
            height: 1px;
            width: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to right, var(--c_txt) 50%, transparent 50%);
            background-repeat: repeat-x;
            background-size: 4px 1px;
            opacity: 0.5;
        }
    }
    .children--pricing-img {
        width: 61.3vw;
        max-width: 1170px;

        img {
            width: 100%;
            display: inline-block;
        }
    }
    .children--service-motif {
        position: absolute;
        top: 27px;
        right: 9.6vw;
        width: 180px;
    }
}

/* h2: 近くの店舗を探す */
.children--store-search {
    margin-bottom: 203px;

    .children--button {
        color: white;

        svg {
            stroke: white;
        }
    }

    .children--search-container {
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        gap: 70px;
        aspect-ratio: 1100/267;
        color: white;
        padding-left: 15.7vw;
        padding-right: 94px;
        border-radius: 40px;
    }
    .children--search-bg {
        position: absolute;
        inset: 0;
        z-index: 2;
        height: 100%;
        border-radius: 40px;
        overflow: hidden;

        img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            display: inline-block;
        }
    }
    .children--store-ttl {
        writing-mode: vertical-lr;
        position: absolute;
        border-radius: 10px;
        font-size: 28px;
        padding-inline: 9px;
        padding-block: 2px;
        letter-spacing: 3.5px;
        left: 100px;
        top: -38px;
        background-color: white;
        z-index: 4;

        &:before {
            border-radius: 10px;
            content: "";
            position: absolute;
            inset: 0;
            border: 1px dashed var(--c_txt);
            opacity: 0.3;
        }
    }
    .children--search--image {
        width: 57%;
        translate: 0 -60px;
        position: relative;
        z-index: 3;
        max-width: 580px;
        min-width: 410px;
    }
    .children--search-description {
        position: relative;
        z-index: 3;
        p {
            color: white;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 26px;
        }
    }
    .children--search-motif1 {
        position: absolute;
        right: -80px;
        top: -80px;
        width: 200px;
        z-index: 1;
    }
    .children--search-motif2 {
        position: absolute;
        bottom: -60px;
        left: -80px;
        width: 200px;
        z-index: 3;
    }
}

/* h2: お祝い・誕生日特典 */
.children--celebration {
    margin-bottom: 112px;

    .children--celebration-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .children--subheading {
        line-height: 1;
        writing-mode: vertical-rl;
        font-size: 40px;
        letter-spacing: 4px;
    }
    .children--celebration-main {
        width: 85.5%;
    }
    .children--description {
        font-size: 16px;
        padding-top: 50px;
        margin-bottom: 87px;
    }
    .children--celebration-heading {
        font-size: 24px;
        border-bottom: 1px solid;
        width: fit-content;
        padding-bottom: 10px;
        margin-bottom: 20px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 48px;
    }
    .children--celebration-wrapper {
        --gap: 75px;
        display: flex;
        gap: var(--gap);
    }
    .children--course {
        width: calc((100% - var(--gap)) / 2);
        display: flex;
        gap: 30px;
    }
    .children--course-title {
        font-size: 20px;
        writing-mode: vertical-rl;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .children--celebration-courses {
        width: 100%;
    }
    .children--course-detail {
        max-width: 89%;
        img {
            aspect-ratio: 400/230;
            width: 100%;
            margin-bottom: 12px;
            display: inline-block;
            border-radius: 20px;
        }

        p {
            margin-bottom: 16px;
        }
        .children--course-features {
            margin-bottom: 27px;
            padding-left: 24px;
        }
        .children--course-features > li {
            font-size: 14px;
            color: var(--c_gold);
            position: relative;
            font-weight: 500;
            letter-spacing: -0.1px;

            &:before,
            &:after {
                position: absolute;
                content: "";
                top: 50%;
                translate: 0 -50%;
                border-radius: 50%;
                aspect-ratio: 1/1;
                display: block;
                background-color: var(--c_gold);
            }

            &:before {
                width: 15px;
                left: -23px;
                opacity: 0.3;
            }
            &:after {
                left: -18px;
                width: 5px;
            }
        }
    }
    .children--course-description {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* h2: よくあるご質問 */
.children--faq {
    margin-bottom: 150px;
    .children--accordion-icon {
        position: absolute;
        right: 0px;
        translate: 0 -50%;
        top: calc(45px + 0.5lh);
        border-radius: 50%;
        aspect-ratio: 1/1;
        display: block;
        width: 40px;
        border: 1px solid var(--c_txt);
        opacity: 0.5;
        z-index: 1;

        &:before,
        &:after {
            content: "";
            position: absolute;
            width: 40%;
            height: 1px;
            background-color: var(--c_txt);
            top: 50%;
            left: 50%;
            translate: -50% -50%;
        }

        &:after {
            rotate: 90deg;
            transform-origin: center;
            transition: 0.3s var(--easing-out);
            transition-property: opacity, rotate;
            opacity: 1;
        }
    }
    .children--accordion-wrapper {
        margin-bottom: 74px;
    }
    .children--accordion-detail {
        padding-block: 45px;
        position: relative;
        cursor: pointer;

        &:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, var(--c_txt) 50%, transparent 50%);
            background-repeat: repeat-x;
            background-size: 4px 1px;
            opacity: 0.1;
        }

        &.is-opened {
            .children--accordion-icon:after {
                rotate: 0deg;
                opacity: 0;
            }
        }
    }
    .children--subheading {
        font-size: 40px;
        margin-bottom: 70px;
    }
    .children--accordion-summary-inner {
        font-size: 18px;
    }
    .children--accordion-summary {
        list-style: none;
        &::-webkit-details-marker {
            display: none;
        }
        &:focus{
            outline: none;
        }
        /* &:focus-visible{
          outline: 2px solid #4D90FE;
        } */

    }

    .children--accordion-content-inner {
        padding-top: 30px;
        font-size: 16px;
        opacity: 0.6;
    }

    .children--additional-services-title {
        font-size: 24px;
        font-weight: 500;
        padding-top: 40px;
        position: relative;
        margin-bottom: 60px;

        &:before {
            display: block;
            content: "";
            top: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 1px;
            background: linear-gradient(to right, var(--c_txt) 50%, transparent 50%);
            background-repeat: repeat-x;
            background-size: 4px 1px;
            opacity: 0.5;
        }
    }
    .children--service-list {
        --gap: 30px;
        width: 78%;
        display: flex;
        flex-wrap: wrap;
        gap: 23px var(--gap);
    }
    .children--service-list-item {
        --inner-gap: 18px;
        --icon-width: 51px;
        width: calc((100% - var(--gap)) / 2);
        display: flex;
        align-items: center;
        font-size: 16px;
        gap: var(--inner-gap);

        strong {
            font-weight: 600;
        }

        .children--service-list-icon {
            display: inline-block;
            aspect-ratio: 1/1;
            width: var(--icon-width);
        }
        .children--service-list-txt {
            translate: 0 -11%;
            width: calc(100% - var(--inner-gap) - var(--icon-width));
        }
    }
}

/* h2: 店舗検索 */
.children--search {
    aspect-ratio: 1360/530;
    width: 100%;
    background-image: url("/wp-content/themes/mngtr_basic/img/children/footer-search_bg.webp");
    background-size: 100%;
    position: relative;
    font-weight: 400;
    * {
        color: white;
    }
    svg {
        stroke: white;
    }
    .children--search-ttl {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .children--search-description {
        font-size: 16px;
        margin-bottom: 46px;
    }
    .children--search-container {
        position: absolute;
        top: 50%;
        translate: 0 calc(-50% - -10px);
        left: 130px;
    }
}

/* 流れる画像 */
.children-gallery {
    margin-bottom: 112px;

    .splide__list {
        align-items: center;
    }
    li {
        width: 580px;
        overflow: clip;
        position: relative;
        height: fit-content;

        img {
            border-radius: 20px;
        }

        &:nth-of-type(odd) {
            width: 394px;
            position: relative;
            aspect-ratio: 580/371;

            img {
                aspect-ratio: 580/371;
                width: 100%;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }
        }
    }
    .children-gallery-border {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        translate: -50% -50%;
        z-index: 1;
    }
}

/*====================================================*/
/* PCのみ */
/*====================================================*/
@media (min-width: 1024px) {
    .pc-none {
        display: none;
    }
}
/*====================================================*/
/* 最大PCサイズ */
/*====================================================*/
@media (min-width: 1600px) {
    .children--fv {
        .children--heading {
            width: 600px;
            margin-bottom: -10px;

            img {
                width: 100%;
                display: block;
            }
        }
    }
    .children--experience {
        .children--experience-main {
            hgroup {
                margin-right: 343px;
            }
        }
    }
    .children--services {
        .children--service-motif {
            top: 57px;
        }
    }
}

/*====================================================*/
/* 最小PCサイズ */
/*====================================================*/
@media (min-width: 1024px) and (max-width: 1280px) {
    .children--store-search {
        .children--search-container {
            padding-left: 6vw;
            gap: 30px;
        }
        .children--store-ttl {
            left: 40px;
        }
        .children--search--image {
            width: 50%;
            min-width: 350px;
        }
    }
    .children--experience {
        .children--experience-main {
            hgroup {
                margin-right: 80px;
            }
        }
    }
    .children--services {
        .children--services-lead {
            width: 260px;
        }
        .children--pricing-img {
            width: 55.3vw;
        }
    }
}

/*====================================================*/
/* SP */
/*====================================================*/

@media (max-width: 1023px) {
    .sp-none {
        display: none;
    }
    .children_outer-grid {
        padding-inline: 10px;
    }
    .children--subheading {
        font-size: 30px;
    }
    .children_main-grid {
        width: 94.9vw;
        padding-inline: 0;
    }
    .children--button {
        padding: 12px 32px 13px 20px;

        .children--button-arw{
            translate:0 -45%;
        }
    }
    /* 子連れファミリーが楽しめるお店 */
    .children--fv {
        margin-bottom: 114px;
        .children--heading {
            width: 310px;
            top: 70px;
        }
        .children--kv {
            top: 74px;
            .splide__track {
                aspect-ratio: 355/345;
                width: 94.5vw;
                border-radius: 30px;
            }
        }
        .splide__slide {
            width: 90%;
        }
        .children--fv-motif2 {
            left: -9.4vw;
            top: 200px;
        }
        .children--fv-motif3 {
            right: -8.3vw;
            top: 32px;
            width: 142px;
        }
        .children--fv-motif5 {
            position: absolute;
            width: 130px;
            right: 0px;
            top: 541px;
            z-index: 1;
        }
    }

    /* h2: お子様も楽しめる豊富なメニュー */
    .children--menu {
        margin-bottom: 225px;
        padding-top: 114px;
        aspect-ratio: 459/515;ƒ

    .children--description {
        font-size: 16px;
        margin-top: 21px;
    }

        .children--menu-samples {
            width: 100%;
        }
        .children--menu-img1 {
            width: 80px;
            top: 4px;
            left: 41px;
            z-index: 1;
        }
        .children--menu-img2 {
            width: 86px;
            top: 50px;
            left: -16px;
            animation-delay:.4s;
        }
        .children--menu-img3 {
            width: 100px;
            top: 530px;
            left: -20px;
            animation-delay:.2s;
        }
        .children--menu-img4 {
            width: 77px;
            top: 72px;
            right: 10px;
            animation-delay:.4s;
        }
        .children--menu-img5 {
            width: 100px;
            top: 526px;
            right: -20px;
            animation-delay:.1s;
        }
        .children--menu-img6 {
            width: 90px;
            top: 576px;
            right: 50px;
        }
        .children--menu-motif1 {
            width: 50px;
            top: 50px;
            left: 97px;
        }
        .children--menu-motif2 {
            width: 110px;
            top: 473px;
            left: -50px;
        }
        .children--menu-motif3 {
            width: 60px;
            top: 600px;
            right: 110px;
        }
    }

    /* h2: 体験型メニューも */
    .children--experience {
        padding-inline: 30px;
        margin-bottom: 20px;
        .children--experience-main {
            flex-direction: column;
            hgroup {
                margin-right: 0;
                flex-direction: column;
                gap: 3px;
            }
        }
        .children--subheading {
            writing-mode: horizontal-tb;
            letter-spacing: 0;
        }
        .children--experience-description {
            flex-direction: column;
            margin-top: 15px;
        }
        .children--experience-txt {
            writing-mode: horizontal-tb;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 2;
        }
        .children--experience-image {
            translate: -30px 0;
            width: 91vw;
            margin-top: 36px;
        }
        .children--experience-motif {
            width: 110px;
            bottom: 80px;
            right: -76px;
        }
    }

    .children-food-allery {
        margin-bottom: 90px;
        .splide__slide {
            width: 110px;
        }
    }

    /* h2: お子様連れでも安心してご利用いただけます */
    .children--services {
        padding-top: 97px;
        padding-bottom: 35px;
        margin-bottom: 109px;
        background: url("/wp-content/themes/mngtr_basic/img/children/bg_yellow_sp.webp");

        .children--service-motif {
            top: -13px;
            right: 6.6vw;
            width: 120px;
        }

        .children--subheading {
            font-size: 26px;
            margin-bottom: 20px;
        }
        .children--services-main {
            flex-direction: column;
            margin-bottom: 70px;
        }
        .children--services-lead {
            font-size: 14px;
            width: 100%;
            margin-bottom: 48px;
        }
        .children--services-txt {
            margin-bottom: 10px;
        }
        .children--services-list {
            width: 100%;
            padding-inline: 20px;
        }
        .children--service-item {
            flex-direction: column;
            position: relative;
            &:before {
                position: absolute;
                top: 9px;
                left: 20px;
                color: white;
                font-size: 30px;
                z-index: 1;
            }
            &:not(:last-child) {
                margin-bottom: 50px;
            }

            img {
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px;
            }
        }
        .children--service-title {
            font-size: 18px;
            margin-bottom: 5px;
            font-weight: 500;
        }
        .children--pricing {
            flex-direction: column;
            padding-top: 30px;
        }
        .children--pricing-title {
            font-size: 26px;
            text-align: center;
            margin-bottom: 20px;
        }
        .children--pricing-img {
            width: 100%;
        }
    }

    /* お子様価格で安心の料金設定 */

    /* h2: 近くの店舗を探す */
    .children--store-search {
        margin-bottom: 92px;
        .children--search-motif2 {
            top: -47px;
            left: -40px;
            width: 115px;
            z-index: 1;
            bottom: auto;
        }
        .children--store-ttl{
            padding-right: .30px;
            padding-top: 13px;
            padding-bottom: 7px;
            &:before{
                display: none;
            }
            .children--border{
                height:calc(100% + 1px)!important;
                position: absolute;
                inset:0;
                opacity:.3;
            }
        }
        .children--search-motif3 {
            bottom: 14px;
            right: -20px;
            width: 100px;
            z-index: 3;
            position: absolute;
        }
        .children--search-container {
            border-radius: 20px;
            aspect-ratio: 430/355;
            flex-direction: column;
            padding-left: 0;
            padding-right: 0;
            padding-top: 44px;
            gap: 18px;
            padding-bottom: 57px;
        }
        .children--store-ttl {
            left: auto;
            right: 30px;
            font-size: 24px;
            top: -33px;
        }
        .children--search--image {
            min-width: auto;
            width: 87%;
            translate: 0;
        }
        .children--search-description {
            translate: -20px 0;
            p {
                margin-bottom: 20px;
                font-size: 14px;
            }
        }
        .children--search-bg {
            border-radius: 20px;
        }
    }

    /* h2: お祝い・誕生日特典 */
    .children--celebration {
        margin-bottom: 62px;
        .children--celebration-wrapper {
            flex-direction: column;
        }
        .children--subheading {
            writing-mode: horizontal-tb;
            font-size: 26px;
            letter-spacing: 0;
        }
        .children--celebration-main {
            width: 100%;
            padding-inline: 20px;
        }
        .children--description {
            font-size: 14px;
            padding-top: 0;
            line-height: 1.75;
            margin-bottom: 60px;
        }
        .children--celebration-heading {
            font-size: 20px;
            padding-bottom: 14px;
            margin-bottom: 36px;
        }
        .children--celebration-wrapper {
            --gap: 22px;
            flex-direction: column;
        }
        .children--celebration-courses {
            .children--celebration-wrapper {
                --gap: 65px;
            }
        }
        .children--course {
            flex-direction: column;
            width: 100%;
            gap: 18px;
        }
        .children--course-title {
            writing-mode: horizontal-tb;
        }
        .children--course-detail {
            max-width: 100%;

            p {
                font-size: 14px;
            }

            img {
                margin-bottom: 18px;
                border-radius: 20px;
            }
            .children--course-features {
                margin-bottom: 22px;
                & > li {
                    letter-spacing: -0.6px;
                }
            }
        }
    }

    /* ギャラリー */
    .children-gallery {
        margin-bottom: 102px;
        li {
            width: 65vw;
            &:nth-of-type(odd) {
                width: 45vw;
            }

            img {
                border-radius: 15px;
            }
            .children-gallery-border {
                width: calc(100% - 10px);
                height: calc(100% - 10px);

                rect {
                    rx: 15px;
                }
            }
        }
    }

    /* h2: よくあるご質問 */
    .children--faq {
        margin-bottom: 77px;
        .children--subheading {
            font-size: 26px;
            margin-bottom: 30px;
        }
        .children--accordion-detail {
            &:before {
                opacity: 0.5;
            }
        }
        .children--accordion-wrapper {
            margin-bottom: 67px;
        }
        .children--accordion-detail {
            padding-block: 23px;
        }
        .children--accordion-summary-inner {
            padding-left: 20px;
            font-size: 14px;
            width: 85%;
            display: inline-block;
        }
        .children--accordion-content-inner {
            padding-top: 10px;
            padding-left: 20px;
            font-size: 14px;
            display: inline-block;
            width: 85%;
        }
        .children--accordion-icon {
            width: 25px;
            right: 20px;
            top: calc(22px + 0.5lh);
        }
        .children--additional-services-title {
            font-size: 20px;
            padding-left: 20px;
            padding-top: 30px;
            margin-bottom: 30px;
        }
        .children--service-list {
            row-gap: 3px;
            width: 100%;
            padding-left: 20px;
        }
        .children--service-list-item {
            --icon-width: 31px;
            --inner-gap: 8px;
            width: 100%;
            font-size: 14px;
        }
    }

    .children--search {
        aspect-ratio: 375/423;
        background-image: url("/wp-content/themes/mngtr_basic/img/children/footer-search_bg_sp.webp");

        .children--search-ttl {
            font-size: 26px;

        }
        .children--search-description {
            font-size: 14px;
            margin-bottom: 28px;
        }
        .children--search-container {
            left: 30px;
            top: 36px;
            translate: 0;
        }
    }
}

/*====================================================*/
/* アニメーション */
/*====================================================*/
@keyframes swayAnimClose {
    0% {
        translate: 0 0;
    }
    25% {
        translate: -7px 0;
    }

    75% {
        translate: 7px 0;
    }

    100% {
        translate: 0 0;
    }
}
@keyframes swayAnimMid {
    0% {
        translate: 0 0;
    }
    25% {
        translate: -5px 0;
    }

    75% {
        translate: 5px 0;
    }

    100% {
        translate: 0 0;
    }
}
@keyframes swayAnimFar {
    0% {
        translate: 0 0;
    }
    25% {
        translate: -3px 0;
    }

    75% {
        translate: 3px 0;
    }

    100% {
        translate: 0 0;
    }
}

@keyframes showAnim {
    0% {
        opacity: 0;
        scale:1;
    }

    50%{
        scale:1.02;
    }
    100%{
        opacity:1;
        scale:1;
    }
}
/* .sway-targetMid {
  animation: swayAnimMid 8s ease-in-out infinite;
}
.sway-targetClose {
  animation: swayAnimClose 6s ease-in-out infinite;
}
.sway-targetFar {
  animation: swayAnimFar 10s ease-in-out infinite;
} */
