@charset "UTF-8";
/*------------------------------------------
  Base Setting
------------------------------------------*/
/*------------------------------------------
  layout
------------------------------------------*/
/*------------------------------------------
  header
------------------------------------------*/
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*------------------------------------------
  メインビジュアル
------------------------------------------*/
.p-mv {
    text-align: center;
    padding: 70px 0 0;
    margin-bottom: 95px;
}
.p-mv:before {
    content: "";
    width: 100%;
    height: 565px;
    position: absolute;
    left: 0;
    top: 145px;
    background: url(../img/entop/mv-bg.png) no-repeat center top;
    background-size: auto 100%;
}
.p-mv .mv-ttl {
    position: relative;
    z-index: 1;
}
.p-mv .mv-ttl img {
    width: 1292px;
}

@media only screen and (max-width: 767px) {
    .p-mv {
        padding: 50px 0 0;
        margin-bottom: 0;
    }
    .p-mv:before {
        content: none;
    }
}

/*------------------------------------------
  リード
------------------------------------------*/
.p-lead {
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    padding: 0 0 85px;
    background-image: url(../img/entop/lead-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1080px;
}
.p-lead .lead-ttl {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 35px !important;
}
.p-lead .lead-ttl p {
    margin-bottom: 0;
    line-height: 1.58;
}
.p-lead .lead-ttl span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fff 60%);
}
.p-lead .lead-txt {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .04em;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .p-lead {
        padding: 0 0 19.2vw;
        background: none;
    }
    .p-lead:before {
        content: "";
        width: 100%;
        height: 95.73333vw;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/entop/lead-bg-sp.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
    }
    .p-lead .lead-ttl {
        font-size: 22px;
        margin-bottom: 25px !important;
    }
    .p-lead .lead-txt {
        font-size: 15px;
        line-height: 2.133;
    }
    .p-lead .lead-txt p {
        width: 62.66667vw;
        display: inline-block;
        text-align: left;
    }
}

/*------------------------------------------
  写真スライド
------------------------------------------*/
.p-gallery {
    margin-bottom: 208px;
    background: #fbf7e6;
}
.p-gallery.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0;
}
.p-gallery:before, .p-gallery:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
}
.p-gallery:before {
    width: 221px;
    height: 110px;
    right: 50%;
    top: -44px;
    margin-right: -435px;
    background-image: url(../img/entop/gallery-illust01.png);
}
.p-gallery:after {
    width: 245px;
    height: 103px;
    left: 50%;
    bottom: -66px;
    margin-left: -518px;
    background-image: url(../img/entop/gallery-illust02.png);
}
.p-gallery .gallery-slider {
    display: flex;
    gap: 0 28px;
    overflow: hidden;
}
.p-gallery .gallery-slider__list {
    display: flex;
    gap: 0 28px;
    -webkit-animation: infinity-scroll-left 40s infinite linear .5s both;
            animation: infinity-scroll-left 40s infinite linear .5s both;
}
.p-gallery .gallery-slider img {
    height: 400px;
    max-width: none !important;
    width: auto !important;
}

@-webkit-keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 767px) {
    .p-gallery {
        margin-bottom: 122px;
    }
    .p-gallery:before {
        content: none;
    }
    .p-gallery:after {
        width: 27.2vw;
        height: 11.2vw;
        left: -5.33333vw;
        bottom: auto;
        top: -5.33333vw;
        margin-left: 0;
    }
    .p-gallery .gallery-slider {
        gap: 0 4.26667vw;
    }
    .p-gallery .gallery-slider__list {
        gap: 0 4.26667vw;
        -webkit-animation: infinity-scroll-left 40s infinite linear .5s both;
                animation: infinity-scroll-left 40s infinite linear .5s both;
    }
    .p-gallery .gallery-slider img {
        height: 57.06667vw;
    }
}

/*------------------------------------------
  ここで育つ、ちいさな未来の物語
------------------------------------------*/
.p-concept {
    background: #fff;
    padding-bottom: 90px;
}
.p-concept:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -1px;
    background-image: url(../img/entop/wave-wh.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
}
.p-concept .concept-ttl {
    position: absolute;
    left: 0;
    top: -300px;
    width: 100%;
    text-align: center;
}
.p-concept .concept-ttl img {
    width: 525px !important;
    height: auto;
}
.p-concept .concept-lead {
    padding: 30px 0 0;
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 2;
    margin-bottom: 50px !important;
}
.p-concept .concept-item {
    margin-bottom: 80px;
}
.p-concept .concept-item:last-child {
    margin-bottom: 0;
}
.p-concept .concept-item .elementor-row {
    justify-content: space-between;
}
.p-concept .concept-item__txt {
    width: 58% !important;
}
.p-concept .concept-item__img {
    width: 40% !important;
}
.p-concept .concept-item__img img {
    width: 100%;
    height: auto;
}
.p-concept .concept-item .item-ttl .elementor-heading-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .06em;
}
.p-concept .concept-item .item-txt {
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .p-concept:before {
        height: 30px;
    }
    .p-concept .concept-ttl {
        top: -178px;
    }
    .p-concept .concept-ttl img {
        width: 287px !important;
    }
    .p-concept .concept-lead {
        font-size: 1.5rem;
        line-height: 2.133;
    }
    .p-concept .concept-item {
        margin-bottom: 40px;
    }
    .p-concept .concept-item__txt {
        width: 100% !important;
        -ms-order: 2;
            order: 2;
    }
    .p-concept .concept-item__img {
        margin-bottom: 30px;
        width: 100% !important;
        -ms-order: 1;
            order: 1;
    }
    .p-concept .concept-item .item-ttl .elementor-heading-title {
        font-size: 2.2rem;
        line-height: 1.7;
        letter-spacing: .02em;
    }
    .p-concept .concept-item .item-txt {
        font-size: 1.5rem;
    }
}

/*------------------------------------------
  小さなできた、大きな成長
------------------------------------------*/
.p-record {
    padding: 135px 0;
    background-color: #fceb89;
    background-image: url(../img/common/patt01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 41px;
}
.p-record:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    transform: rotate(180deg);
    background-image: url(../img/entop/wave-wh.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
}
.p-record.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
.p-record .record-contents {
    background: #fff;
    position: relative;
    border-radius: 100px;
    max-width: 1210px;
    margin: auto;
    padding: 100px 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}
.p-record .record-contents:before, .p-record .record-contents:after {
    content: "";
    width: 26px;
    height: 69px;
    background: #fa9056;
    border-radius: 70px;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.p-record .record-contents:before {
    left: clamp(130px, 14.49488vw, 198px);
}
.p-record .record-contents:after {
    right: clamp(130px, 14.49488vw, 198px);
}
.p-record .record-contents__left {
    width: 40%;
    margin-left: 2%;
}
.p-record .record-contents__right {
    width: 50%;
    margin-left: auto;
}
.p-record .record-head {
    margin-bottom: 60px;
}
.p-record .record-head.tab {
    display: none;
}
.p-record .record-nav {
    gap: 15px 2%;
}
.p-record .record-nav li {
    width: 32%;
    background: #faf8ec;
    border-radius: 100px;
    font-size: 1.8rem;
    padding: 0 .5em;
    line-height: 1.3;
    transition: .3s;
}
.p-record .record-nav li.is--active {
    background: #63cb9f;
    color: #fff;
}
.p-record .record-nav span {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-record .record-img {
    padding-top: 52px;
    position: relative;
    text-align: center;
}
.p-record .record-img__messsage {
    position: absolute;
    width: 100%;
    height: 113px;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/entop/record-fukidashi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 327px;
}
.p-record .record-img__messsage p {
    color: #08ac66;
    font-size: 1.8rem;
    line-height: 1.333;
    letter-spacing: 0;
    padding-bottom: 1em;
}

@media only screen and (max-width: 1024px) {
    .p-record .record-contents__inner {
        align-items: center;
    }
    .p-record .record-contents__left {
        width: 370px;
        margin-left: 0;
    }
    .p-record .record-contents__right {
        width: calc(100% - 400px);
    }
    .p-record .record-head {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-record .record-head.tab {
        display: block;
    }
    .p-record .record-head.pc {
        display: none;
    }
    .p-record .record-nav {
        gap: 15px 4%;
    }
    .p-record .record-nav li {
        width: 48%;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-record {
        padding: 65px 0;
    }
    .p-record:before {
        height: 30px;
    }
    .p-record.elementor-section.elementor-section-boxed > .elementor-container {
        padding: 0 18px;
    }
    .p-record .record-contents {
        border-radius: 40px;
        padding: 35px 0;
    }
    .p-record .record-contents:before, .p-record .record-contents:after {
        width: 17px;
        height: 35px;
    }
    .p-record .record-contents:before {
        left: 44px;
    }
    .p-record .record-contents:after {
        right: 44px;
    }
    .p-record .record-contents__inner {
        padding: 0 24px;
    }
    .p-record .record-contents__left {
        width: 100%;
    }
    .p-record .record-contents__right {
        width: 100%;
        margin-top: 16px;
    }
    .p-record .record-head {
        margin-bottom: 30px;
    }
    .p-record .record-nav {
        gap: 6px 4%;
        max-width: 422px;
        margin: auto;
    }
    .p-record .record-nav li {
        font-size: 1.4rem;
    }
    .p-record .record-nav span {
        height: 46px;
    }
    .p-record .record-img {
        padding-top: 44px;
    }
    .p-record .record-img__messsage {
        height: 92px;
        background-size: 262px;
    }
    .p-record .record-img__messsage p {
        font-size: 1.3rem;
    }
    .p-record .record-img__img img {
        width: 422px;
    }
}

/*------------------------------------------
  1日の流れ
------------------------------------------*/
.p-schedule {
    background: #fff;
    padding: 80px 0;
}
.p-schedule:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -1px;
    background-image: url(../img/entop/wave-wh.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
}
.p-schedule .schedule-head {
    margin-bottom: 50px;
}
.p-schedule .schedule-list {
    position: relative;
    padding-left: 320px;
    font-family: "Zen Maru Gothic", sans-serif;
}
.p-schedule .schedule-list__head {
    text-align: center;
    width: 320px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.p-schedule .schedule-list__head:before {
    content: "";
    width: 300%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: -1px;
}
.p-schedule .schedule-list .clock {
    width: 100%;
    height: 100%;
    transform: translateX(-20px);
    position: relative;
}
.p-schedule .schedule-list .clock-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .6s;
}
.p-schedule .schedule-list .clock-nav__img {
    width: 245px;
    margin: 0 auto 30px;
}
.p-schedule .schedule-list .clock-nav__txt {
    gap: 0 8px;
    display: flex;
    justify-content: center;
}
.p-schedule .schedule-list .clock-nav__txt .time {
    font-weight: 500;
    position: relative;
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 0;
}
.p-schedule .schedule-list .clock-nav__txt .time span {
    font-size: 5.5rem;
}
.p-schedule .schedule-list .clock-nav__txt .time:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-.7em);
    font-size: 2.4rem;
    font-weight: 700;
}
.p-schedule .schedule-list .clock-nav__txt .am:before {
    content: "AM";
}
.p-schedule .schedule-list .clock-nav__txt .pm:before {
    content: "PM";
}
.p-schedule .schedule-list .clock-nav1 {
    color: #f8ec7e;
}
.p-schedule .schedule-list .clock-nav2 {
    color: #cbe1c6;
}
.p-schedule .schedule-list .clock-nav3 {
    color: #b0daf0;
}
.p-schedule .schedule-list .clock-nav4 {
    color: #b0daf0;
}
.p-schedule .schedule-list .clock-nav5 {
    color: #b0daf0;
}
.p-schedule .schedule-list .clock-nav6 {
    color: #d1a673;
}
.p-schedule .schedule-list .clock-nav7 {
    color: #2c5690;
}
.p-schedule .schedule-list .slider {
    position: relative;
    padding: 94px 84px 110px;
}
.p-schedule .schedule-list .slider-bg {
    width: calc(100% + (100vw - 1080px) /2);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px 0 0 100px / 100px 0 0 100px;
    opacity: 0;
    transition: opacity .6s;
}
.p-schedule .schedule-list .slider-bg1 {
    background: linear-gradient(90deg, #f8ec7e 0%, #cbe1c6 100%);
}
.p-schedule .schedule-list .slider-bg2 {
    background: linear-gradient(90deg, #cbe1c6 0%, #b0daf0 100%);
}
.p-schedule .schedule-list .slider-bg3 {
    background: linear-gradient(90deg, #b0daf0 0%, #b0daf0 100%);
}
.p-schedule .schedule-list .slider-bg4 {
    background: linear-gradient(90deg, #b0daf0 0%, #b0daf0 100%);
}
.p-schedule .schedule-list .slider-bg5 {
    background: linear-gradient(90deg, #b0daf0 0%, #d1a673 100%);
}
.p-schedule .schedule-list .slider-bg6 {
    background: linear-gradient(90deg, #d1a673 0%, #e28c34 100%);
}
.p-schedule .schedule-list .slider-bg7 {
    background: linear-gradient(90deg, #e28c34 0%, #2c5690 100%);
}
.p-schedule .schedule-list .swiper {
    overflow: visible;
}
.p-schedule .schedule-list .swiper-slide img {
    width: 100% !important;
    border-radius: 20px;
}
.p-schedule .schedule-list .swiper-slide .c-movie {
    border-radius: 20px;
    overflow: hidden;
}
.p-schedule .schedule-list .swiper-slide .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(50%);
}
.p-schedule .schedule-list .swiper-slide .txt p {
    display: inline-block;
    min-width: 254px;
}
.p-schedule .schedule-list .swiper-slide .txt span {
    display: flex;
    height: 70px;
    padding: 0 2em;
    border-radius: 44px;
    background: #ffee8f;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.333;
    position: relative;
}
.p-schedule .schedule-list .swiper-slide .txt span:after {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 3px solid #747461;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 44px;
    box-sizing: border-box;
}
.p-schedule .schedule-list .slider-btn {
    cursor: pointer;
}
.p-schedule .schedule-list .slider-btn__wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    display: flex;
    gap: 0 24px;
    justify-content: center;
}
.p-schedule .schedule-list .slider-btn__wrapper.is--pc {
    display: flex;
}
.p-schedule .schedule-list .slider-btn__wrapper.is--sp {
    display: none;
}
.p-schedule .schedule-list.active-slide1 .slider-bg1 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide1 .clock-nav1 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide2 .slider-bg2 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide2 .clock-nav2 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide3 .slider-bg3 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide3 .clock-nav3 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide4 .slider-bg4 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide4 .clock-nav4 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide5 .slider-bg5 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide5 .clock-nav5 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide6 .slider-bg6 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide6 .clock-nav6 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide7 .slider-bg7 {
    opacity: 1;
}
.p-schedule .schedule-list.active-slide7 .clock-nav7 {
    opacity: 1;
}

@media only screen and (max-width: 1140px) {
    .p-schedule .schedule-list .slider-bg {
        width: calc(100% + 30px);
    }
}

@media only screen and (max-width: 1024px) {
    .p-schedule .schedule-list {
        padding-left: 240px;
    }
    .p-schedule .schedule-list__head {
        width: 240px;
    }
    .p-schedule .schedule-list .clock-nav__img {
        width: 200px;
    }
    .p-schedule .schedule-list .clock-nav__txt .time {
        font-size: 4rem;
    }
    .p-schedule .schedule-list .clock-nav__txt .time span {
        font-size: 3.68rem;
    }
    .p-schedule .schedule-list .clock-nav__txt .time:before {
        font-size: 2.2rem;
    }
    .p-schedule .schedule-list .slider {
        padding: 94px 55px 110px;
    }
    .p-schedule .schedule-list .swiper-slide .txt p {
        min-width: 202px;
    }
    .p-schedule .schedule-list .swiper-slide .txt span {
        height: 56px;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .p-schedule {
        padding: 60px 0;
    }
    .p-schedule:before {
        height: 30px;
    }
    .p-schedule.elementor-section.elementor-section-boxed > .elementor-container {
        padding: 0 20px;
    }
    .p-schedule .schedule-head {
        margin-bottom: 30px;
    }
    .p-schedule .schedule-list {
        padding-left: 0;
    }
    .p-schedule .schedule-list__head {
        width: 100%;
        position: relative;
        margin-bottom: 24px;
    }
    .p-schedule .schedule-list__head:before {
        content: none;
    }
    .p-schedule .schedule-list__slider {
        position: relative;
    }
    .p-schedule .schedule-list__slider:before {
        content: "";
        width: 20px;
        height: 100%;
        background: #fff;
        position: absolute;
        left: -20px;
        top: 0;
        z-index: 10;
    }
    .p-schedule .schedule-list .clock {
        height: 90px;
        transform: translateX(0);
    }
    .p-schedule .schedule-list .clock-nav {
        display: flex;
        gap: 0 24px;
        align-items: center;
        justify-content: center;
    }
    .p-schedule .schedule-list .clock-nav__img {
        width: 90px;
        margin: 0;
    }
    .p-schedule .schedule-list .clock-nav__txt .time {
        font-size: 3.9rem;
    }
    .p-schedule .schedule-list .clock-nav__txt .time span {
        font-size: 3.6rem;
    }
    .p-schedule .schedule-list .clock-nav__txt .time:before {
        font-size: 1.5rem;
    }
    .p-schedule .schedule-list .slider {
        padding: 62px 52px 72px;
    }
    .p-schedule .schedule-list .slider-bg {
        width: calc(100% + 20px);
        border-radius: 44px 0 0 44px / 44px 0 0 44px;
    }
    .p-schedule .schedule-list .swiper-slide .txt p {
        min-width: 190px;
        max-width: 100%;
    }
    .p-schedule .schedule-list .swiper-slide .txt span {
        height: 50px;
        font-size: 1.4rem;
        padding: 0 1.5em;
    }
    .p-schedule .schedule-list .slider-btn {
        width: 40px;
    }
    .p-schedule .schedule-list .slider-btn__wrapper {
        bottom: 50%;
        margin-bottom: -20px;
        gap: 0;
        justify-content: space-between;
        z-index: 11;
    }
    .p-schedule .schedule-list .slider-btn__wrapper.is--pc {
        display: none;
    }
    .p-schedule .schedule-list .slider-btn__wrapper.is--sp {
        display: flex;
    }
    .p-schedule .schedule-list .slider-btn--prev {
        transform: translateX(-7px);
    }
    .p-schedule .schedule-list .slider-btn--next {
        transform: translateX(7px);
    }
}

/*------------------------------------------
  季節とあそぶ、子どもたちの1年
------------------------------------------*/
.p-yearly {
    padding: 140px 0 110px;
    background-image: url(../img/common/patt01.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 41px;
}
.p-yearly:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    transform: rotate(180deg);
    background-image: url(../img/entop/wave-wh.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
}
.p-yearly .yearly-head {
    margin-bottom: 50px;
}
.p-yearly .yearly-events {
    background: #fff;
    border-radius: 100px;
    padding: 0 0 52px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    position: relative;
}
.p-yearly .yearly-events:before {
    content: "";
    position: absolute;
    right: 52px;
    bottom: 100%;
    width: clamp(105px, 15.30015vw, 209px);
    height: 116px;
    background: url(../img/entop/yearly-head-illust.png) no-repeat center bottom;
    background-size: 100%;
}
.p-yearly .yearly-events .scroll-wrapper {
    position: relative;
}
.p-yearly .yearly-events .scroll-container {
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding: 105px 52px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: move;
}
.p-yearly .yearly-events .scroll-container::-webkit-scrollbar {
    display: none;
}
.p-yearly .yearly-events .scroll-item {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.p-yearly .yearly-events .scroll-item .item-head {
    width: 155px;
    transform: translateY(-50%);
    margin-top: 6px;
}
.p-yearly .yearly-events .scroll-item .item-head__ttl {
    width: 136px;
    line-height: 126px;
    text-align: center;
    border-radius: 50%;
    font-size: 4.5rem;
}
.p-yearly .yearly-events .scroll-item .item-head__illust {
    position: absolute;
}
.p-yearly .yearly-events .scroll-item .item-contents {
    margin-left: auto;
    display: flex;
    gap: 0 26px;
    padding-top: 50px;
    padding-right: 80px;
}
.p-yearly .yearly-events .scroll-item .item-contents .event {
    display: flex;
    gap: 0 46px;
}
.p-yearly .yearly-events .scroll-item .item-contents .event li {
    text-align: center;
    width: 324px;
    position: relative;
}
.p-yearly .yearly-events .scroll-item .item-contents .event li:before {
    content: "";
    width: 6px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -3px;
}
.p-yearly .yearly-events .scroll-item .item-contents .event-img {
    width: 274px;
    margin: 0 auto 1em;
    position: relative;
}
.p-yearly .yearly-events .scroll-item .item-contents .event-img.star:before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: -17px;
    right: -13px;
    background: url(../img/entop/ico-star.svg) no-repeat;
    background-size: 100%;
}
.p-yearly .yearly-events .scroll-item .item-contents .event-img img {
    border-radius: 20px;
}
.p-yearly .yearly-events .scroll-item .item-contents .event-txt {
    font-size: 2rem;
    line-height: 1.333;
}
.p-yearly .yearly-events .scroll-item .item-contents .event-txt span {
    font-size: 1.5rem;
}
.p-yearly .yearly-events .scroll-item .item-contents .other p {
    padding-left: 1em;
    margin-bottom: .5em;
    position: relative;
}
.p-yearly .yearly-events .scroll-item .item-contents .other p:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .55em;
}
.p-yearly .yearly-events .scroll-item--spring {
    border-top: 5px solid #f695b4;
}
.p-yearly .yearly-events .scroll-item--spring .item-head__ttl {
    color: #f695b4;
    background: #ffeaea;
    border: 5px solid #f695b4;
}
.p-yearly .yearly-events .scroll-item--spring .item-head__illust {
    left: -25px;
    top: 90px;
    transform: rotate(-5deg);
}
.p-yearly .yearly-events .scroll-item--spring .item-contents .event li:before {
    background: #f695b4;
}
.p-yearly .yearly-events .scroll-item--spring .item-contents .event-img img {
    border: 6px solid #f695b4;
}
.p-yearly .yearly-events .scroll-item--spring .item-contents .other p:before {
    background: #f695b4;
}
.p-yearly .yearly-events .scroll-item--summer {
    border-top: 5px solid #63cb9f;
}
.p-yearly .yearly-events .scroll-item--summer .item-head__ttl {
    color: #63cb9f;
    background: #e4f8f0;
    border: 5px solid #63cb9f;
}
.p-yearly .yearly-events .scroll-item--summer .item-head__illust {
    left: -25px;
    top: 82px;
}
.p-yearly .yearly-events .scroll-item--summer .item-contents .event li:before {
    background: #63cb9f;
}
.p-yearly .yearly-events .scroll-item--summer .item-contents .event-img img {
    border: 6px solid #63cb9f;
}
.p-yearly .yearly-events .scroll-item--summer .item-contents .other p:before {
    background: #63cb9f;
}
.p-yearly .yearly-events .scroll-item--autumn {
    border-top: 5px solid #fa9056;
}
.p-yearly .yearly-events .scroll-item--autumn .item-head__ttl {
    color: #fa9056;
    background: #fdede3;
    border: 5px solid #fa9056;
}
.p-yearly .yearly-events .scroll-item--autumn .item-head__illust {
    left: -55px;
    top: 90px;
}
.p-yearly .yearly-events .scroll-item--autumn .item-contents .event li:before {
    background: #fa9056;
}
.p-yearly .yearly-events .scroll-item--autumn .item-contents .event-img img {
    border: 6px solid #fa9056;
}
.p-yearly .yearly-events .scroll-item--autumn .item-contents .other p:before {
    background: #fa9056;
}
.p-yearly .yearly-events .scroll-item--winter {
    border-top: 5px solid #6fb6ea;
}
.p-yearly .yearly-events .scroll-item--winter .item-head__ttl {
    color: #6fb6ea;
    background: #e0f2ff;
    border: 5px solid #6fb6ea;
}
.p-yearly .yearly-events .scroll-item--winter .item-head__illust {
    left: -22px;
    top: 94px;
}
.p-yearly .yearly-events .scroll-item--winter .item-contents .event li:before {
    background: #6fb6ea;
}
.p-yearly .yearly-events .scroll-item--winter .item-contents .event-img img {
    border: 6px solid #6fb6ea;
}
.p-yearly .yearly-events .scroll-item--winter .item-contents .other p:before {
    background: #6fb6ea;
}
.p-yearly .yearly-events__guide {
    max-width: 920px;
    margin: 30px auto 0;
    padding: 0 30px;
}
.p-yearly .yearly-events__guide .guide-nav {
    background: #f4f0dc;
    border-radius: 37px;
    padding: 0 30px;
}
.p-yearly .yearly-events__guide .guide-nav__list {
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.p-yearly .yearly-events__guide .guide-nav__list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/patt02.png) repeat-x center;
    background-size: 10px;
}
.p-yearly .yearly-events__guide .guide-nav__list li {
    padding: 0 clamp(20px, 2.92826vw, 40px);
    position: relative;
    background: #f4f0dc;
}
.p-yearly .yearly-events__guide .guide-nav__list button {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 51px;
    line-height: 51px;
    display: block;
    border-radius: 50%;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #4b4a44;
}
.p-yearly .yearly-events__guide .guide-nav__list button.is--active {
    background: #fff;
    font-size: 2.6rem;
}
.p-yearly .yearly-events__guide .guide-nav__list .btn-spring.is--active {
    color: #f695b4;
}
.p-yearly .yearly-events__guide .guide-nav__list .btn-summer.is--active {
    color: #63cb9f;
}
.p-yearly .yearly-events__guide .guide-nav__list .btn-autumn.is--active {
    color: #fa9056;
}
.p-yearly .yearly-events__guide .guide-nav__list .btn-winter.is--active {
    color: #6fb6ea;
}
.p-yearly .yearly-events__guide .guide-caution {
    letter-spacing: .05em;
    font-size: 1.5rem;
    gap: 0 1em;
    margin-top: 1em;
}
.p-yearly .yearly-events__guide .guide-caution p {
    margin-bottom: 0;
}
.p-yearly .yearly-events__guide .guide-caution .star {
    color: #edd02b;
}

@media only screen and (max-width: 767px) {
    .p-yearly {
        padding: 80px 0 40px;
    }
    .p-yearly:before {
        height: 30px;
    }
    .p-yearly.elementor-section.elementor-section-boxed > .elementor-container {
        padding: 0 0 0 20px;
    }
    .p-yearly .yearly-head {
        margin-bottom: 65px;
    }
    .p-yearly .yearly-events {
        border-radius: 40px 0 0 40px / 40px 0 0 40px;
        padding: 0 0 30px;
    }
    .p-yearly .yearly-events:before {
        right: 25px;
        width: 124px;
        height: 66px;
    }
    .p-yearly .yearly-events .scroll-container {
        padding: 64px 30px 0;
    }
    .p-yearly .yearly-events .scroll-item {
        border-width: 3px !important;
    }
    .p-yearly .yearly-events .scroll-item .item-head {
        width: 112px;
    }
    .p-yearly .yearly-events .scroll-item .item-head__ttl {
        width: 86px;
        line-height: 80px;
        font-size: 2.8rem;
        border-width: 3px !important;
    }
    .p-yearly .yearly-events .scroll-item .item-contents {
        padding-top: 32px;
        padding-right: 50px;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event {
        gap: 0 40px;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event li {
        width: 172px;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event li:before {
        width: 3px;
        height: 32px;
        margin-left: -1.5px;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event-img {
        width: 172px;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event-img.star:before {
        width: 28px;
        height: 28px;
        right: -8px;
        bottom: -10px;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event-img img {
        border-width: 3px !important;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event-txt {
        font-size: 1.3rem;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .event-txt span {
        font-size: 1rem;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .other {
        font-size: 1.3rem;
    }
    .p-yearly .yearly-events .scroll-item .item-contents .other p:before {
        width: 5px;
        height: 5px;
        top: .55em;
    }
    .p-yearly .yearly-events .scroll-item--spring .item-head__illust {
        width: 78px;
        left: -15px;
        top: 55px;
    }
    .p-yearly .yearly-events .scroll-item--summer .item-head__illust {
        width: 94px;
        left: -14px;
        top: 52px;
    }
    .p-yearly .yearly-events .scroll-item--autumn .item-head__illust {
        width: 130px;
        left: -35px;
        top: 56px;
    }
    .p-yearly .yearly-events .scroll-item--winter .item-head__illust {
        width: 98px;
        left: -14px;
        top: 60px;
    }
    .p-yearly .yearly-events__guide {
        margin-top: 15px;
        padding: 0 30px;
    }
    .p-yearly .yearly-events__guide .guide-nav {
        padding: 0 8px;
    }
    .p-yearly .yearly-events__guide .guide-nav__list {
        height: 44px;
    }
    .p-yearly .yearly-events__guide .guide-nav__list li {
        padding: 0 12px;
    }
    .p-yearly .yearly-events__guide .guide-nav__list li:first-child {
        padding-left: 0;
    }
    .p-yearly .yearly-events__guide .guide-nav__list li:last-child {
        padding-right: 0;
    }
    .p-yearly .yearly-events__guide .guide-nav__list button {
        width: 30px;
        line-height: 30px;
        font-size: 1.8rem;
    }
    .p-yearly .yearly-events__guide .guide-nav__list button.is--active {
        font-size: 1.8rem;
    }
    .p-yearly .yearly-events__guide .guide-caution {
        font-size: 1.3rem;
        display: block;
    }
    .p-yearly .yearly-events__guide .guide-caution p {
        display: inline;
    }
}

/*------------------------------------------
  写真
------------------------------------------*/
.p-photo:before {
    content: "";
    width: 100%;
    height: clamp(34px, 4.97804vw, 4.97804vw);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
    background-image: url(../img/entop/photo-frame.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 100%;
    z-index: 10;
}

.p-photo.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0;
}

.p-photo .swiper-wrapper {
    transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
    .p-photo:before {
        height: 5.33333vw;
        background-image: url(../img/entop/photo-frame-sp.png);
    }
}

/*------------------------------------------
  子どもたちのそばで、いつも
------------------------------------------*/
.p-wish {
    background: #fff;
    padding: 110px 0 130px;
}
.p-wish:before, .p-wish:after {
    content: "";
    width: 320px;
    height: 135px;
    position: absolute;
    background: url(../img/entop/wish-illust02.png) no-repeat;
    background-size: 100%;
    z-index: 10;
}
.p-wish:before {
    bottom: -130px;
    left: -120px;
}
.p-wish:after {
    top: -100px;
    right: 50%;
    margin-right: -626px;
}
.p-wish .wish-txt {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    width: 322px !important;
    padding-left: clamp(26px, 3.80673vw, 52px);
    position: relative;
}
.p-wish .wish-txt:before {
    content: "";
    width: clamp(240px, 23.57247vw, 322px);
    height: clamp(240px, 23.57247vw, 322px);
    position: absolute;
    left: 0;
    top: 215px;
    background: url(../img/entop/wish-illust.png) no-repeat;
    background-size: 100%;
}
.p-wish .wish-txt__ttl {
    padding-bottom: 10px;
}
.p-wish .wish-txt__ttl .elementor-heading-title {
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 1.5;
}
.p-wish .wish-txt__ttl .elementor-heading-title span {
    background: linear-gradient(transparent 70%, #ffee8f 70%);
}
.p-wish .wish-txt__txt {
    font-size: 1.8rem;
    line-height: 2;
}
.p-wish .wish-movie {
    width: calc(100% - 322px) !important;
    padding-left: clamp(26px, 3.80673vw, 52px);
    margin-left: auto;
}
.p-wish .wish-movie > div {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
    .p-wish.elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 800px;
    }
    .p-wish .wish-txt {
        width: 100% !important;
        padding-left: 0;
    }
    .p-wish .wish-txt:before {
        top: auto;
        left: auto;
        bottom: -50px;
        right: 0;
    }
    .p-wish .wish-movie {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .p-wish {
        padding: 40px 0 50px;
    }
    .p-wish:before, .p-wish:after {
        width: 160px;
        height: 68px;
    }
    .p-wish:before {
        bottom: -40px;
        left: 26px;
    }
    .p-wish:after {
        content: none;
    }
    .p-wish .wish-txt:before {
        width: 171px;
        height: 171px;
        right: -30px;
        bottom: -40px;
    }
    .p-wish .wish-txt__ttl {
        padding-bottom: 0;
    }
    .p-wish .wish-txt__ttl .elementor-heading-title {
        font-size: 2.8rem;
    }
    .p-wish .wish-txt__txt {
        font-size: 1.5rem;
    }
}

/*------------------------------------------
  入園案内
------------------------------------------*/
.p-admission {
    background: #63cb9f;
    padding: 140px 0 50px;
}
.p-admission:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    transform: rotate(180deg);
    background-image: url(../img/entop/wave-wh.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
}
.p-admission:after {
    content: "";
    width: 196px;
    height: 133px;
    position: absolute;
    bottom: -110px;
    right: clamp(57px, 8.34553vw, 114px);
    background: url(../img/entop/admission-illust.png) no-repeat;
    background-size: 100%;
    z-index: 10;
}
.p-admission .admission-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    position: relative;
    height: 350px;
    background: #4b4a44;
    border-radius: 100px;
    overflow: hidden;
}
.p-admission .admission-link:before {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 14px);
    border: 3px solid #fff;
    position: absolute;
    top: 7px;
    left: 8px;
    border-radius: 100px;
    box-sizing: border-box;
    z-index: 1;
}
.p-admission .admission-link:after {
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 42px;
    background: url(../img/common/arrow-r01.svg) no-repeat center;
    background-size: 100%;
}
.p-admission .admission-link__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-admission .admission-link__bg img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.p-admission .admission-link > div {
    position: relative;
    z-index: 2;
}
.p-admission .admission-link__ttl {
    font-size: 4rem;
    letter-spacing: .1em;
}
.p-admission .admission-link__txt {
    font-size: 2.3rem;
}

@media only screen and (max-width: 767px) {
    .p-admission {
        padding: 70px 0 40px;
    }
    .p-admission:before {
        height: 30px;
    }
    .p-admission:after {
        width: 127px;
        height: 86px;
        bottom: -62px;
        right: 35px;
    }
    .p-admission.elementor-section.elementor-section-boxed > .elementor-container {
        padding: 0 18px;
    }
    .p-admission .admission-link {
        height: 254px;
        border-radius: 40px;
    }
    .p-admission .admission-link:before {
        width: calc(100% - 8px);
        height: calc(100% - 6px);
        top: 3px;
        left: 4px;
        border-radius: 40px;
    }
    .p-admission .admission-link:after {
        content: none;
    }
    .p-admission .admission-link__ttl {
        font-size: 3rem;
        padding-right: 1em;
        display: inline-block;
        position: relative;
    }
    .p-admission .admission-link__ttl:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 22px;
        background: url(../img/common/arrow-r01.svg) no-repeat center;
        background-size: 100%;
    }
    .p-admission .admission-link__txt {
        font-size: 1.5rem;
    }
}

/*------------------------------------------
  園について
------------------------------------------*/
.p-about {
    padding: 175px 0 0;
}
.p-about:before {
    content: "";
    width: 100%;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -1px;
    transform: rotate(180deg);
    background-image: url(../img/entop/wave-gr.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
}
.p-about .about-head {
    margin-bottom: 45px;
}
.p-about .about-head__ttl {
    padding: 0 1em;
}
.p-about .about-info {
    margin-bottom: 65px;
}
.p-about .about-info__table {
    width: 58%;
}
.p-about .about-info__map {
    width: 40%;
    margin-left: auto;
}
.p-about .about-info__map iframe {
    width: 100%;
    height: 100%;
}
.p-about .about-guide__block {
    margin-bottom: 55px;
    position: relative;
}
.p-about .about-guide__block:last-child {
    margin-bottom: 0;
}
.p-about .about-guide .block-head {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2rem;
}
.p-about .about-guide .block-head p {
    padding-top: 32px;
    position: relative;
}
.p-about .about-guide .block-head p:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #ffee8f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -9px;
}
.p-about .about-guide .block-head .num {
    display: inline-block;
    transform: rotate(-90deg);
}
.p-about .about-guide .block-contents {
    width: calc(100% - 60px);
    margin-left: auto;
    max-width: 955px;
}
.p-about .about-guide .guide-capacity {
    border-radius: 20px;
    overflow: hidden;
}
.p-about .about-guide .guide-capacity table {
    width: 100%;
    table-layout: fixed;
    background: #fff;
}
.p-about .about-guide .guide-capacity th, .p-about .about-guide .guide-capacity td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #a8a8a8;
}
.p-about .about-guide .guide-capacity th:last-child, .p-about .about-guide .guide-capacity td:last-child {
    border-right: none;
}
.p-about .about-guide .guide-capacity th {
    background: #bfe0f8;
    font-weight: 700;
    padding: 1em 0;
}
.p-about .about-guide .guide-capacity td {
    font-size: 1.5rem;
    padding: 1.5em 0;
}
.p-about .about-guide .guide-hour {
    gap: 0 4%;
}
.p-about .about-guide .guide-hour__box {
    width: 48%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.p-about .about-guide .guide-hour__box .box-ttl {
    font-weight: 700;
    padding: .8em 22px;
    background: #ffee8f;
    margin-bottom: 0;
}
.p-about .about-guide .guide-hour__box .box-ttl.pink {
    background: #fdd5e2;
}
.p-about .about-guide .guide-hour__box .box-txt {
    padding: 28px 38px 40px;
    font-size: 1.5rem;
}
.p-about .about-guide .guide-hour__box .box-txt .txt {
    margin-bottom: 25px;
}
.p-about .about-guide .guide-hour__box .box-txt .txt:last-child {
    margin-bottom: 0;
}
.p-about .about-guide .guide-hour__box .box-txt .txt.flex {
    gap: 5px 40px;
}
.p-about .about-guide .guide-hour__box .box-txt .txt.flex p {
    margin-bottom: 0;
}
.p-about .about-guide .guide-hour__box .box-txt .txt.flex strong {
    font-size: 1.6rem;
}
.p-about .about-guide .guide-hour__caution {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1em;
}
.p-about .about-guide .guide-operation {
    background: #fff;
    border-radius: 20px;
    padding: 38px 45px;
}
.p-about .about-guide .guide-operation__txt {
    width: 64%;
}
.p-about .about-guide .guide-operation__img {
    width: 33%;
    margin-left: auto;
}
.p-about .about-guide .guide-operation__img img {
    border-radius: 20px;
}

@media only screen and (max-width: 767px) {
    .p-about {
        padding: 85px 0 0;
    }
    .p-about:before {
        height: 30px;
    }
    .p-about .about-head__ttl {
        padding: 0 .5em;
    }
    .p-about .about-head__ttl:before, .p-about .about-head__ttl:after {
        height: 120%;
        top: 0;
    }
    .p-about .about-info {
        margin-bottom: 35px;
    }
    .p-about .about-info__table {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-about .about-info__map {
        width: 100%;
    }
    .p-about .about-info__map iframe {
        height: 79.46667vw;
    }
    .p-about .about-guide__block {
        margin-bottom: 35px;
    }
    .p-about .about-guide .block-head {
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
        margin-bottom: 15px;
    }
    .p-about .about-guide .block-head p {
        padding: 0 0 0 28px;
    }
    .p-about .about-guide .block-head p:before {
        top: .3em;
        left: 0;
        margin-left: 0;
    }
    .p-about .about-guide .block-head .num {
        transform: rotate(0);
    }
    .p-about .about-guide .block-contents {
        width: 100%;
    }
    .p-about .about-guide .guide-capacity th {
        font-size: 1.4rem;
    }
    .p-about .about-guide .guide-capacity td {
        padding: 1em 0;
    }
    .p-about .about-guide .guide-hour {
        gap: 16px 0;
    }
    .p-about .about-guide .guide-hour__box {
        width: 100%;
    }
    .p-about .about-guide .guide-hour__box .box-ttl {
        padding: 1em 20px;
        font-size: 1.5rem;
    }
    .p-about .about-guide .guide-hour__box .box-txt {
        padding: 20px;
        font-size: 1.5rem;
    }
    .p-about .about-guide .guide-hour__box .box-txt .txt {
        margin-bottom: 15px;
    }
    .p-about .about-guide .guide-hour__box .box-txt .txt.flex {
        gap: 2px 0;
    }
    .p-about .about-guide .guide-hour__box .box-txt .txt.flex p {
        width: 100%;
    }
    .p-about .about-guide .guide-hour__caution {
        font-size: 1.2rem;
        margin-top: 0;
    }
    .p-about .about-guide .guide-operation {
        padding: 20px 15px;
    }
    .p-about .about-guide .guide-operation__txt {
        width: 100%;
        margin-bottom: 24px;
    }
    .p-about .about-guide .guide-operation__img {
        width: 100%;
    }
}