/*
Theme Name:believe_child
Theme URI:
Description:WordPressテーマ「believe」の自作子テーマです。
Template:believe_tcd122
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.1.2
*/
body,
th,
td,
li,
dt,
dd,
input,
select,
a,
p,
div,
span,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: "Zen Maru Gothic", sans-serif !important;
  color: rgb(74, 82, 100);
}

p {
  font-weight: 600;
}

body:not(.home):not(.front-page) section {
  margin-bottom: 5em;
}

body:not(.home):not(.front-page) th,
td,
li,
dt,
dd,
p {
  line-height: 1.5;
}

h2.underline {
  position: relative;
  font-weight: 700 !important;
  font-size: 180%;
  font-style: normal;
  color: rgb(164, 99, 5) !important;
  font-family: "Kaisei Opti", serif !important;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.5;
}

h2.underline::after {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, rgb(247, 114, 129), rgb(250, 166, 26) 7px, transparent 7px, transparent 18px);
  background-size: 18px 5px;
  background-repeat: repeat-x;
  border-radius: 2px;
}

h2.underline {
  padding-top: 80px !important;
  margin-top: -80px !important;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

.pc-viewinline {
  display: inline;
}

.sp-viewinline {
  display: none;
}

.wfull {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.w1200 {
  width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

.w1100 {
  width: 1160px;
  margin: 0 auto;
  /* padding: 0 30px; */
}

.w1000 {
  width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.w900_1,
.w900_2,
.w900_3 {
  max-width: 900px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.border-r {
  border-radius: 20px;
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 14px;
  }

  .pc-view {
    display: none;
  }

  .sp-view {
    display: block;
  }

  .pc-viewinline {
    display: none;
  }

  .sp-viewinline {
    display: inline;
  }

  .wfull {
    padding: 0 10px;
  }

  .w1200 {
    width: 100%;
    padding: 0 10px;
  }

  .w1100 {
    width: 100%;
    padding: 0 10px;
  }

  .w1000 {
    width: 100%;
    padding: 0 10px;
  }

  .w900_1 {
    width: calc(100% - 5em);
    padding: 0 10px;
  }

  .w900_2 {
    width: 100%;
    padding: 0 10px;
  }

  .w900_3 {
    max-width: 250px;
    padding: 0;
  }
}

/* 改行 */
@media screen and (min-width: 768px) {
  .pc_br {
    display: inline;
  }

  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }

  .sp_br {
    display: inline;
  }
}

/* グリッド */
.grid {
  display: grid;
}

@media (max-width: 767px) {

  .grid-2-1,
  .grid-1-2 .grid-1_2 {
    grid-template-columns: 1fr;
  }

  .grid-3-3,
  .grid-4-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-2,
  .grid-3-1,
  .grid-2-2,
  .grid-4-1,
  .grid-4-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid_1-2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
}

@media (min-width: 768px) {
  .grid-4-4 {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .grid-4-1,
  .grid-4-2,
  .grid-4-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-3-3,
  .grid-3-2,
  .grid-3-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
    justify-items: center;
  }

  .grid-1_2 {
    grid-template-columns: 1fr 2fr;
  }

  .grid-2_1 {
    grid-template-columns: 2fr 1fr;
  }

  .grid-2-2,
  .grid-2-1 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-2 {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 150px;
  }

  .grid_1-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
  }

  .la_1 {
    grid-column: 1 / span 2;
  }

  .x_1 {
    grid-row: span 2;
  }
}

.grid-item {
  position: relative;
  width: 100%;
}

.j-items {
  justify-items: center;
}

.gap-0 {
  gap: 0em 0em;
}

.gap-05 {
  gap: 5px 5px
}

.gap-1 {
  gap: 0em 1em;
}

.gap-1-1 {
  gap: 1em 1em;
}

.gap-2 {
  gap: 0em 2em;
}

.gap-3 {
  gap: 0em 3em;
}

@media (max-width: 767px) {
  .gap-1 {
    gap: 1em 1em;
  }

  .gap-2 {
    gap: 1em 2em;
  }
}

/* flex */
.flex-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-item {
  position: relative;
}

/* ----------------------------------------------------------------------
  はみだし背景　白
---------------------------------------------------------------------- */
.facility-ske {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #fff;
}

/* ----------------------------------------------------------------------
  スペース
---------------------------------------------------------------------- */
.mt_3 {
  margin-top: 3em;
}

.mt_5 {
  margin-bottom: 3em;
}

.px_2-0 {
  padding: 2em 0;
}

/* ----------------------------------------------------------------------
  ボタン
---------------------------------------------------------------------- */
.c-button01 {
  background: #fff;
}

/* ----------------------------------------------------------------------
  アニメーション
---------------------------------------------------------------------- */
.fade-item {
  opacity: 0;
  animation: fadeInAnime 1s ease 1s forwards;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* ゆらゆら */
.yura_1,
.yura_2 {
  width: 200px;
  transform-origin: center top;
  animation: yurayura 10s ease-in-out infinite;
}

.yura_2 {
  animation: yurayura 6s ease-in-out infinite;
}

@keyframes yurayura {

  0%,
  100% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }
}

/* 回転 */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spin {
  animation: rotation 30s linear infinite;
}

/* 26.08.21 
.box {
    opacity: 0;
}

.box.is-animated {
    animation-fill-mode: both;
}*/
/* ----------------------------------------------------------------------
  背景　曲線
---------------------------------------------------------------------- */
.custom-shape-divider-top-1787138746 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1787138746 svg {
  position: relative;
  display: block;
  width: calc(129% + 1.3px);
  height: 75px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1787138746 .shape-fill {
  fill: #EEF7F4;
}

.custom-shape-divider-top-1787153245 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1787153245 svg {
  position: relative;
  display: block;
  width: 100vw;
  height: 72px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1787153245 .shape-fill {
  fill: #EEF7F4;
}

.custom-shape-divider-bottom-1787153199 svg {
  position: relative;
  display: block;
  width: 100vw;
  height: 72px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1787153199 .shape-fill {
  fill: #EEF7F4;
}

/* ----------------------------------------------------------------------
  メニュー
---------------------------------------------------------------------- */
/* ヘッダーメニュー下の影を消す */
#js-header {
  box-shadow: unset;
}

/* p-header-bar_top */
.p-header-bar {
  height: 80px;
  /* background-color: #eef7f4; */
}

.p-header-bar_top {
  border-bottom: 0px solid #ddd;
  /* background-color: #eef7f4; */
}

.p-header-search-open,
.header_button {
  border-left: 0px solid #ddd;
}

.p-header-nav__list>li>ul>li>a {
  position: relative;
  z-index: 2;
  font-size: 110%;
}

.p-header-nav__list>li>ul>li:last-child {
  border: none;
}

.p-mv1__list {
  position: relative;
}

.p-header-nav__list>li>ul {
  border: solid 3px #60a828;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}

.p-header-nav__list>li>ul>li {
  border-bottom: dashed 2px #61a828;
}

.p-header-nav__list>li>a {
  font-weight: 600;
  color: #60a828;
}

.p-header-nav__list>li>a:hover {
  color: #f98c4e;
}

.header_button svg {
  color: #60a828;
}

.header_button_label {
  color: #60a828;
}

/* sp */
.p-drawer {
  background: #f6ffef;
}

.p-drawer-nav__submenu {
  background: #fff;
}

.p-drawer-bottom-search {
  background: #fff;
  border: 1px solid #60a828;
}

@media (max-width: 991px) {
  .p-header-logo .c-logo__image {
    height: 5vh;
  }

  .p-footer-logo_sns {
    gap: 0;
    padding-bottom: 10px;
  }

  .p-footer-logo_sns .c-logo__image {
    height: 3vh;
  }
}

@media (max-width: 767px) {
  .p-header-bar {
    height: unset;
  }
}

/* ----------------------------------------------------------------------
  TOPページ
---------------------------------------------------------------------- */
/* ヘッダー */
.splide__f-img {
  bottom: 0px;
  flex: none;
  height: calc(100% + 1px);
  left: 0px;
  margin: 0 0 0 0;
  position: absolute;
  right: 0px;
  top: -1px;
  width: 100%;
  z-index: 2;
  max-width: 100%;
}

.splide__ume-family {
  position: absolute;
  height: auto;
  z-index: 50;
  bottom: 0;
  left: 50%;
}

.splide__ume-family.ko-ume {
  width: 130px;
  height: auto;
  left: 50%;
  transform: translateX(+12rem);
  animation-delay: 0.2s;
}

.splide__ume-family.ume-b {
  width: 100px;
  height: auto;
  left: 50%;
  transform: translateX(-13rem);
}

.splide__ume-family.ume-b-b {
  width: 80px;
  height: auto;
  left: 50%;
  transform: translateX(-6rem);
  /* animation-delay: 0.1s; */
}

.splide__ume-family.ume-b-g {
  width: 80px;
  height: auto;
  /* animation-delay: 0.1s; */
  transform: translateX(+0rem);
}

.splide__ume-family.ume-g {
  width: 100px;
  height: auto;
  transform: translateX(+6rem);
  animation-delay: 0.1s;
}

.splide__ume-family.ume-taro {
  width: 140px;
  height: auto;
  transform: translateX(-22rem);
  animation-delay: 0.2s;
}

.splide__flag_01 {
  position: absolute;
  width: 350px;
  height: auto;
  top: 3rem;
  z-index: 50;
  left: 13rem;
  animation-delay: 0.3s;
}

.splide__flag_02 {
  position: absolute;
  width: 520px;
  height: auto;
  top: 3rem;
  z-index: 50;
  animation-delay: 0.3s;
  left: 50%;
  translate: -50%;
  margin-left: 47%;
}

body.is-ready .animate-catch .splide__ume-family {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideIn 1.2s forwards;
}

body.is-ready .animate-catch .splide__ume-family {
  animation-delay: 0.3s;
}

div#newsTicker {
  position: absolute;
  z-index: 20;
  left: 50%;
  border-radius: 30px;
  bottom: 12.5em;
  max-width: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.p-news_ticker_main {
  border-bottom: 0px solid rgb(221, 221, 221);
}

@media (max-width: 991px) {
  .p-news_ticker__contents li {
    justify-content: center;
  }

  .splide__ume-family {
    width: 450px;
    bottom: 1rem;
  }

  .splide__flag_01 {
    width: 280px;
    top: 2rem;
    left: calc(50% - 15rem);
  }

  .splide__flag_02 {
    width: 430px;
    top: 0rem;
    left: calc(50% + 9rem);
  }
}

@media (max-width: 767px) {
  div#newsTicker {
    left: 50%;
    border-radius: 30px;
    bottom: 10rem;
    max-width: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
  }

  .splide__ume-family.ko-ume {
    width: 100px;
    height: auto;
    left: 48%;
    transform: translateX(+9rem);
    animation-delay: 0.2s;
  }

  .splide__ume-family.ume-b {
    width: 70px;
    height: auto;
    left: 54%;
    transform: translateX(-9rem);
  }

  .splide__ume-family.ume-b-b {
    width: 50px;
    height: auto;
    left: 53%;
    transform: translateX(-4rem);
    /* animation-delay: 0.1s; */
  }

  .splide__ume-family.ume-b-g {
    width: 50px;
    height: auto;
    transform: translateX(+0rem);
    left: 51%;
  }

  .splide__ume-family.ume-g {
    width: 70px;
    height: auto;
    transform: translateX(+4rem);
    animation-delay: 0.1s;
    left: 49%;
  }

  .splide__ume-family.ume-taro {
    width: 110px;
    height: auto;
    transform: translateX(-16rem);
    left: 52%;
  }

  .splide__flag_01 {
    width: 150px;
    top: 3rem;
    left: calc(50% - 9rem);
  }

  .splide__flag_02 {
    width: 230px;
    top: 3rem;
    left: calc(50% + 0rem);
  }
}

body.home .l-main {
  /* background-color: #eef7f4; */
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_g.jpg);
  background-size: 547px;
  background-repeat: repeat;
  background-position: 0 0;
}

/* .p-mv-height-type-2 {
    height: var(--tcd-index-mv1-height-pc, 550px);
    margin: 0 2em;
    overflow: hidden;
    border-radius: 6.25rem;
    position: relative;
} */
/* カルーセル 上下ずらし */
.splide__slide:nth-child(odd) {
  margin-bottom: 6em;
}

.splide__slide:nth-child(even) {
  margin-top: 6em;
}

/* p-cd-service-cards */
.p-cd-service_cardlink {
  border-bottom: 0px solid #ddd;
}

.p-cd-service-cards.is-few-items.is-two-items {
  border-inline: 0px solid #ddd;
  gap: 0em 2em;
}

.p-service-title_cb {
  font-size: 130%;
  font-weight: 600;
}

.p-cd-service_item_img {
  border-radius: 30px;
}

/* .p-cd-service_item {
    position: relative;
}
.p-cd-service_item>.p-cd-service_cardlink:first-child::after, .p-cd-service_item>.p-cd-service_cardlink:last-child::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 0px;
    transform: translatey(-50%);
    width: 30%;
    height: 30%;
    background-size: contain;
    background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ume.png);
    background-repeat: no-repeat;
    z-index: 30;
}
.p-cd-service_item>.p-cd-service_cardlink:last-of-type::after {
    background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/koume.png);
} */
.p-cb-image_slider-inner h2 {
  position: relative;
}

.p-cb-image_slider-inner h2::before {
  content: '';
  position: absolute;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/bkg_top_01.png);
  width: 250px;
  height: 39px;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  animation: yurayura 10s ease-in-out infinite;
}

.p-cb-image_slider-inner h2::after {
  display: none;
}

/* お知らせ */
button.c-archive-news-tabs__link {
  background: #eef7f4 !important;
}

.c-archive-header__headline {
  color: #fff;
}

.c-archive-header__content {
  height: 280px;
}

.c-archive-header__content_single::after,
.c-archive-header__content::after {
  content: "";
  height: 14px;
  background-size: 247px, 547px;
  background-repeat: repeat-x, repeat;
  background-position: center 0, 0 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/wave_bottom.png);
  bottom: 0px;
}

.c-archive-header__content_single::before,
.c-archive-header__content::before {
  content: "";
  height: 14px;
  background-size: 247px, 547px;
  background-repeat: repeat-x, repeat;
  background-position: center 0, 0 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/wave_top.png);
  top: 0;
}

/* 園日記 */
.p-cb-success {
  background-color: #FFF;
}

.p-success-cards-item_no_image {
  border-radius: 30px;
}

article.p-success-cards-item_no_image.p-success-cards-item__link {
  background-color: #fceaa8;
}

.custom-shape-divider-top-1785852361 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1785852361 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1785852361 .shape-fill {
  fill: #EEF7F4;
}

.blog-list>.p-single-success-list.splide__list>.splide__slide.splide__slide--clone {
  margin-right: 20px;
  width: calc(33.3333% - 13.3333px);
}

@media (max-width: 991px) {
  .blog-list>.p-single-success-list.splide__list>.splide__slide.splide__slide--clone {
    width: calc(50% - 13.3333px);
  }
}

@media (max-width: 767px) {
  .blog-list>.p-single-success-list.splide__list {
    inline-size: unset !important;
  }

  .splide__slide:nth-child(odd) {
    margin-bottom: 0;
  }

  .splide__slide:nth-child(even) {
    margin-top: 0;
    margin-right: 0;
  }

  .p-success-top_content {
    grid-template-columns: 1fr;
    width: 100%;
    height: 220px;
    margin-bottom: 1.5rem;
  }

  .p-success-cards-item__title_no_image {
    padding-right: 0;
    padding-left: 0;
  }

  .p-success-cards-item_no_image .p-success-bottom_content {
    padding-inline: 0 !important;
  }
}

/* バグった以降 */
.p-cb-header-title {
  font-weight: 700;
  font-style: normal;
  color: rgb(164, 99, 5);
  font-family: "Kaisei Opti", serif !important;
}

.p-cb-header-title {
  position: relative;
  padding-bottom: 20px;
}

.p-cb-header-title::after {
  content: "";
  position: absolute;
  bottom: 20px;
  display: inline-block;
  width: 150px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, rgb(247, 114, 129), rgb(250, 166, 26) 7px, transparent 7px, transparent 18px);
  background-size: 18px 5px;
  background-repeat: repeat-x;
  border-radius: 2px;
}

.p-cb-image_slider-inner h2 {
  color: rgb(250, 166, 26);
  font-size: 250%;
}

@media screen and (max-width: 767px) {
  h2.p-cb-header-title.sp-view {
    font-size: 180%;
  }

  .p-cb-header-title::after {
    bottom: 10px;
    width: 120px;
  }

  .p-cb-image_slider-inner h2 {
    font-size: 200%;
  }
}

/* ヘッダー メニュー画像 */
img.p-header-nav__icon {
  max-height: 35px;
}

li.menu-item {
  font-weight: 900;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-95::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 2px;
  height: 70px;
  background-image: linear-gradient(rgb(171, 162, 151), rgb(171, 162, 151) 50%, transparent 50%, transparent 100%);
  background-size: 2px 4px;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom {
    font-weight: 100;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom a {
    grid-template-rows: 35px;
}

a.header_button {
  position: relative;
}

a.header_button::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 2px;
  height: 60px;
  background-image: linear-gradient(rgb(171, 162, 151), rgb(171, 162, 151) 50%, transparent 50%, transparent 100%);
  background-size: 2px 4px;
}

/* 保育園のご案内 */
.p-cb-item-inner.p-cb-banner_slider-inner.l-inner,
.p-cb-item-inner.p-cb-free-inner.l-inner {
  background-color: rgb(255, 255, 255);
  padding: 5em 0px;
}

.grid-80-1 {
  display: grid;
  grid-template-columns: 1fr 100px;
  position: relative;
}

.grid-80-1 img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30%;
}

.p-cd-service-cards.p-cb-main_content.is-post.is-two-items.is-few-items {
  /*background-color: rgb(252, 234, 168);*/
  padding: 3em;
  border-radius: 30px;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_beige.png);
  background-repeat: repeat;
  background-size: 200px;
}

@media (max-width: 767px) {
  .p-cd-service-cards:not(.is-slider) {
    display: block;
  }

  .p-cd-service-cards:not(.is-slider) .p-cd-service_item {
    margin: 0 auto;
  }

  .p-cd-service-cards:not(.is-slider) .p-cd-service_item:first-child {
    margin-bottom: 2rem;
  }

  .p-cd-service-cards.p-cb-main_content.is-post.is-two-items.is-few-items {
    margin: 0 2rem;
    border-radius: 20px;
  }

  .grid-80-1 {
    display: block;
  }

  .grid-80-1 img {
    bottom: 3rem;
    left: 0;
    width: 25%;
  }

  .p-cd-service-cards:not(.is-slider) .p-cd-service_item {
    border-bottom: 0px solid #ddd;
  }
}

/* 左右の背景画像 */
.p-cb-item {
  position: relative;
}

.p-cb-item:nth-child(2)::before {
  content: "";
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/bkg_03.png) no-repeat center / contain;
  /* 太陽 */
  width: 198px;
  height: 175px;
  position: absolute;
  top: -5rem;
  right: calc(50% + 19%);
  transform: translateX(-50%);
  z-index: 2;
  display: block;
}

.p-cb-item:nth-child(odd)::after {
  content: "";
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_g-top.png);
  width: 100vw;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0rem;
  background-repeat: repeat-x;
  background-size: contain;
}

.p-cb-item:nth-child(3)::before {
  content: "";
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_g-bottom.png);
  width: 100vw;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0rem;
  background-repeat: repeat-x;
  background-size: contain;
}

/* .p-cb-item:nth-child(4)::after {
  content: "";
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/yotsuba_01.png) no-repeat center / contain;
  width: 20%;
  height: 13vw;
  position: absolute;
  top: -10rem;
  right: 1rem;
  z-index: 1;
  display: block;
} */
/*.bottom-right-img {
    width: 260px;
    height: 132px;
    position: absolute;
    top: -5rem;
    left: 10rem;
    transform: translateX(-50%);
    z-index: 2;
} */
@media screen and (max-width: 991px) {
  .p-cb-item:nth-child(odd)::after {
    width: 28%;
    height: 20vw;
    right: -9rem;
  }

  .p-cb-item:nth-child(3)::before {
    width: 100%;
    height: 20vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cb-item:nth-child(2)::before {
    width: 90px;
    height: 80px;
    top: 0;
    left: 3.7rem;
  }

  .p-cb-image_slider-inner h2::before {
    width: 138px;
    height: 29px;
    right: 0;
    bottom: 0;
  }

  .p-cb-item:nth-child(odd)::after {
    display: none;
    width: 250px;
    height: 155px;
    right: -10rem;
  }
}

/* ----------------------------------------------------------------------
  フッター
---------------------------------------------------------------------- */
/* フッター下画像 */
.p-footer-main {
  position: relative;
}

.p-footer-main::before {
  content: "";
  height: 12rem;
  width: 100vw;
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/yama.png) bottom center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

/* .l-footer_inner {
    background-color: #eef7f4;
} */
.l-footer:not(:has(.p-footer-4banner)) .l-footer_inner {
  border-top: 0px solid #ddd;
}

.p-footer-nav {
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 10em;
}

li#menu-item-99,
li#menu-item-105 {
  font-weight: 900;
  font-size: 110%;
}

.p-footer-nav .sub-menu {
  font-weight: 100;
  font-size: 100%;
}

/* ----------------------------------------------------------------------
  固定ページ ヘッダー
---------------------------------------------------------------------- */
/* 背景色 */
.l-container {
  /* background: #eef7f4; */
  /* overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    min-height: 100%; */
  background-size: 547px;
  background-repeat: repeat;
  background-position: 0 0;
}

.page-id-61 .l-container,
.page-id-71 .l-container,
.page-id-73 .l-container,
.page-id-67 .l-container,
.page-id-257 .l-container,
.page-id-65 .l-container {
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_b.jpg);
}

.page-id-63 .l-container {
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_p.jpg);
}

/* ヘッダー */
.p-page-header {
  position: relative;
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.p-page-header h1 {
  position: absolute;
  z-index: 50;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 250%;
  text-shadow: 0px 0px 6px rgb(0 0 0);
  width: 100%;
  font-family: "Kaisei Opti", serif !important;
}

/* .p-page-header-image {
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
} */
@media (max-width: 767px) {
  .p-page-header-image {
    margin-inline: 0px;
  }

  .p-page-header h1,
  .c-archive-header__headline {
    top: 30%;
    font-size: 155%;
  }
}

.p-page {
  padding-top: 0;
}

/* キャッチコピー */
.copy-ske {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0px 2rem;
}

/* .p-top-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18rem;
    position: relative;
    padding-left: 0.625rem;
} */
.p-top-about__box {
  position: relative;
  /* width: min(25rem, 100%); */
}

.p-top-about__copy {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.45em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.6875rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.p-top-about__copy span {
  font-size: 115%;
  color: #f98c4e;
  letter-spacing: 0.08em;
  font-family: "Kaisei Opti", serif !important;
  text-shadow: 0px 0px 1px rgb(255 255 255);
}

.page-id-63 .p-top-about__copy span {
  color: #e8755B;
  text-shadow: 0px 0px 1px rgb(255 255 255);
}

.p-top-about__img {
  padding-top: 16.3125rem;
  width: min(45rem, 100%);
  position: relative;
  margin: 0 auto;
}

.p-top-about__img::before {
  content: "";
  width: 7.0625rem;
  height: 8.125rem;
  background: url(../images/top/flower_yellow3.webp) no-repeat center / contain;
  position: absolute;
  bottom: -3.8125rem;
  left: -0.4375rem;
  border-radius: 0.625rem;
}

img,
picture {
  max-width: 100%;
  display: block;
}

.p-top-about__kids-b_01 {
  width: min(6.375rem, 100%);
  position: absolute;
  top: 0.875rem;
  right: -10rem;
}

.p-top-about__kids-g_02 {
  width: min(82px, 100%);
  width: min(5.125rem, 100%);
  position: absolute;
  top: 110px;
  top: 6.875rem;
  right: 5rem;
}

.p-top-about__kids-b_02 {
  width: min(16rem, 100%);
  position: absolute;
  bottom: 4rem;
  left: 0rem;
}

.p-top-about__sori-kids {
  width: min(15rem, 100%);
  position: absolute;
  bottom: 0rem;
  left: 8rem;
  z-index: 5;
}

.page-id-63 .p-top-about__kids-b_01 {
  width: min(8.5rem, 100%);
  top: 21rem;
  bottom: 0;
  left: 17rem;
  right: 0rem;
}

.page-id-63 .p-top-about__kids-g_02 {
  width: min(6.5rem, 100%);
}

.p-top-about__block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0 auto;
}

.p-top-about__text {
  font-size: 115%;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  /* width: min(29.25rem, 100%); */
  margin-top: 10.4375rem;
}

.copy-ske {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    padding-left: initial;
    gap: 5.125rem;
  }

  .p-top-about__copy {
    letter-spacing: normal;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    width: 70vw;
  }

  .p-top-about__copy {
    font-size: 150%;
    gap: 1rem;
  }

  .p-top-about__img {
    padding-top: 2em;
    width: min(74.8837209302vw, 100%);
    margin-inline: auto;
  }

  .p-top-about__img img {}

  .p-top-about__kids-b_01 {
    width: min(5rem, 100%);
    right: 1rem;
  }

  .page-id-63 .p-top-about__kids-b_01 {
    width: min(7.5rem, 100%);
    top: -2rem;
    bottom: unset;
    left: unset;
    right: 0rem;
  }

  .p-top-about__kids-b_02 {
    display: none;
  }

  .p-top-about__kids-g_02 {
    width: min(4rem, 100%);
    top: 110px;
    bootom: 0rem;
    left: 1rem;
  }

  .copy-ske {
    margin-bottom: 8em !important;
  }

  .p-top-about__sori-kids {
    width: min(11rem, 100%);
    position: absolute;
    bottom: -9rem;
    left: 2rem;
    z-index: 5;
  }

  .page-id-63 .p-top-about__kids-g_02 {
    width: min(5.5rem, 100%);
  }

  .p-top-about__text {
    margin-top: 2rem;
    text-align: center;
  }
}

/* 園が大切にしていること */
.mark-ske,
.mark-kitahama,
/* .introduction, */
.blog-list,
.blog {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 0;
}

.blog-list {
  background-color: #eef7f4;
}

.mark-ske,
.mark-kitahama

/* ,
.introduction */
  {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.grid-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.mark-ske p,
.mark-kitahama p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  font-size: 155%;
  font-family: "Kaisei Opti", serif !important;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
}

.sd[data-s-f66ae492-9a28-49b9-88fa-36addd828f16] {
  flex: none;
  height: auto;
  margin: -96px 0px 0px 0px;
  width: 100%;
  z-index: -1;
  max-width: 100%;
}

:where(.render-canvas) .sd {
  flex-wrap: nowrap;
  max-width: 100%;
  pointer-events: all;
  z-index: 0;
  -webkit-overflow-scrolling: touch;
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  position: relative;
}

.p-top-about__kusa-t_01 {
  width: min(20rem, 100%);
  position: absolute;
  top: -2rem;
  right: 2rem;
  z-index: 5;
}

.p-top-about__kusa-b_02 {
  width: min(18rem, 100%);
  position: absolute;
  bottom: -2rem;
  left: 5rem;
  z-index: 5;
}

.p-top-about__kusa-t_03 {
  width: min(13rem, 100%);
  position: absolute;
  top: -2rem;
  right: 2rem;
  z-index: 5;
  margin: 0 calc(50% - 50vw);
}

.p-top-about__kusa-b_04 {
  width: min(15rem, 100%);
  position: absolute;
  bottom: -4rem;
  left: 5rem;
  z-index: 5;
  margin: 0 calc(50% - 50vw);
}

/* きたはま TOP 右上(1) */
.right-top_1 {
  width: min(17rem, 100%);
  position: absolute;
  top: -3rem;
  right: 3rem;
  z-index: 5;
}

/* きたはま TOP 左下(1) */
.left-bottom_1 {
  width: min(18rem, 100%);
  position: absolute;
  bottom: -2rem;
  left: 5rem;
  z-index: 5;
}

/* きたはま-園での生活 左下(1) */
.page-id-81 .left-bottom_1 {
  width: min(12rem, 100%);
  bottom: -11rem;
  left: 6rem;

}

/* きたはま TOP 左下(1) */
.page-id-79 .left-bottom_1 {
  bottom: -8rem;
  left: 6rem;

}

/* きたはま TOP 右上(2) */
.right-top_2 {
  width: min(13rem, 100%);
  position: absolute;
  top: 0rem;
  right: 5rem;
  z-index: 5;
  margin: 0 calc(50% - 50vw);
}

/* きたはま TOP 左下(2) */
.left-bottom_2 {
  width: min(15rem, 100%);
  position: absolute;
  bottom: -4rem;
  left: 5rem;
  z-index: 5;
  margin: 0 calc(50% - 50vw);
}

/* きたはま TOP 右上(3) */
.right-top_3 {
  width: min(13rem, 100%);
  position: absolute;
  top: -3rem;
  right: 3rem;
  z-index: 5;
}

/* さかえ TOP 右上(3) */
.page-id-61 .right-top_3 {
  width: min(10rem, 100%);
  top: -3rem;
  right: 5rem;
}

/* きたはま TOP 左下(3) */
.left-bottom_3 {
  width: min(13rem, 100%);
  position: absolute;
  bottom: 0rem;
  left: 7rem;
  z-index: 5;
}

/* さかえ TOP 左下(3) */
.left-bottom_3 {
  width: min(15rem, 100%);
}

/* きたはま TOP 右下(4) */
.right-bottom_4 {
  width: min(17rem, 100%);
  position: absolute;
  bottom: -10rem;
  right: 5rem;
  z-index: 5;
  margin: 0 calc(50% - 50vw);
}

@media screen and (max-width: 540px) {
  .sd[data-s-f66ae492-9a28-49b9-88fa-36addd828f16] {
    flex: none;
    margin: -48px 0px 0px 0px;
    width: 101%;
    max-width: 101%;
  }
}

@media screen and (max-width: 767px) {

  .copy-ske,
  .mark-ske,
  .mark-kitahama,
  .introduction,
  .blog-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-top-about__kusa-t_01 {
    width: min(15em, 100%);
  }

  .p-top-about__kusa-b_02 {
    width: min(16rem, 100%);
    bottom: -2rem;
    left: 2rem;
  }

  .p-top-about__kusa-t_03 {
    width: min(11rem, 100%);
    right: 1rem;
  }

  .p-top-about__kusa-b_04 {
    width: min(13rem, 100%);
    left: 2rem;
    bottom: -3rem;
  }

  .mark-ske p,
  .mark-kitahama p {
    font-size: 120%;
  }

  /* きたはま TOP 右上(1) */
  .right-top_1 {
    width: min(15rem, 100%);
  }

  /* きたはま TOP 左下(1) */
  .left-bottom_1 {
    width: min(10rem, 100%);
    left: 3rem;
  }

  /* きたはま-園での生活 左下(1) */
  .page-id-81 .left-bottom_1 {
    width: min(12rem, 100%);
    bottom: -11rem;
    left: 6rem;

  }

  /* きたはま TOP 左下(1) */
  .page-id-79 .left-bottom_1 {
    bottom: -8rem;
    left: 6rem;
  }

  /* きたはま TOP 右上(2) */
  .right-top_2 {
    width: min(10rem, 100%);
    right: 2rem;
  }

  /* きたはま TOP 左下(2) */
  .left-bottom_2 {
    width: min(13rem, 100%);
    bottom: -3rem;
    left: 2rem;
  }

  /* きたはま TOP 右上(3) */
  .right-top_3 {
    width: min(8rem, 100%);
    position: absolute;
    top: -2rem;
    right: 3rem;
    z-index: 5;
  }

  /* さかえ TOP 右上(3) */
  .page-id-61 .right-top_3 {
    width: min(7rem, 100%);
    top: -3rem;
    right: 2rem;
  }

  /* きたはま TOP 左下(3) */
  .left-bottom_3 {
    width: min(13rem, 100%);
    bottom: -2rem;
    left: 2rem;
  }

  /* さかえ TOP 左下(3) */
  .left-bottom_3 {
    width: min(13rem, 100%);
  }

  /* きたはま TOP 右下(4) */
  .right-bottom_4 {
    width: min(14rem, 100%);
    position: absolute;
    bottom: -7rem;
    right: 0rem;
    z-index: 5;
  }
}

.grid.grid-4-4>.grid-item.mark:nth-child(even) {
  transform: translateY(5em);
}

/* お知らせ */
/* 園日記 */
.news-list {
  padding: 2em 2em 3em;
  background: #fff;
  border-radius: 30px;
}

.news-list dl,
.blog-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  padding: 15px 0;
  gap: 5rem;
}

.news-list dl dt,
.blog-list dl dt {
  font-weight: 700;
  width: 120px;
}

/* .news-list dl dd ,.blog-list dl dd {
    width: calc(100% - 120px);
} */
.blog-list>.p-single-success-list.splide__list {
  inline-size: var(--tcd-layout-inner-size, min(calc(100% - 40px), var(--tcd-base-container-size)));
  margin-inline: auto !important;
}

@media screen and (max-width: 767px) {
  .news-list {
    padding: 2em 1em 3em;
    background: #fff;
    border-radius: 30px;
  }

  .news-list dl,
  .blog-list dl {
    gap: 1rem;
  }
}

/* 園概要 */
.outline-info__block {
  padding: 2em 2em 5em;
  background: #fff;
  border-radius: 30px;
}

/* .outline-info__aboutLists:first-of-type {
border-top: 1px dashed #4a5264;
} */
.outline-info__aboutLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
}

.outline-info__list,
.guide-line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  border-bottom: dashed 1px #4a5264;
  border-bottom: dashed 0.0625rem #4a5264;
}

.outline-info__aboutLists .outline-info__term,
.guide-line__term {
  width: 20%;
}

.outline-info__term,
.guide-line__term {
  font-size: 16px;
  font-size: 110%;
  font-weight: 500;
  text-transform: uppercase;
  color: #f98c4e;
  font-weight: 900;
}

.outline-info__desc,
.guide-line__desc {
  font-size: 16px;
  font-size: 110%;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {

  .outline-info__block,
  .guide-line__block {
    margin-top: 0.375rem;
  }

  .outline-info__aboutLists,
  .guide-line__aboutLists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: initial;
  }

  .outline-info__list,
  .guide-line__list {
    padding-top: 0.90625rem;
    padding-bottom: 0.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0.125rem;
  }

  .outline-info__aboutLists .outline-info__term,
  .guide-line__aboutLists .guide-line__term {
    width: 23%;
  }

  .outline-info__desc,
  .guide-line__desc {
    font-size: 0.875rem;
    line-height: 2.1428571429;
    padding-left: 0.625rem;
  }
}

.map-icon:after {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
  margin-left: 10px;
  color: #f98c4e;
  font-size: 130%;
}

a.map-icon {
  color: #f98c4e;
}

/* 園の紹介 */
.menu img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.menu p {
  position: absolute;
  top: 4rem;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 20%);
  white-space: nowrap;
  font-size: 180%;
  font-family: "Kaisei Opti", serif !important;
  text-align: center;
  line-height: 1.5;
  writing-mode: vertical-rl;
  padding: 10px 0;
  background: #fff;
  color: #fb9c4e;
}

.flex-item.menu {
  margin-right: 30px;
  margin-bottom: 1rem;
  width: 21.6%;
  border-radius: 30px;
}

/* .flex-item.menu:nth-child(3),
.flex-item.menu:nth-child(5) {
  margin-right: 0;
} */

.flex-item:nth-child(even) p {
  color: #61a828;
}

.flex-item.introduction.p-efforts-item__pic:nth-child(even) p {
  color: unset;
}

@media screen and (max-width: 767px) {
  .introduction>.flex-box {
    justify-content: space-evenly;
    /* display: block; */
  }

  .menu p {
    top: 9.5rem;
    font-size: 130%;
    writing-mode: unset;
    left: 50%;
    padding: 0 1rem;
  }

  .flex-item.menu {
    margin-right: 0rem;
    margin-bottom: 3rem;
    width: 49%;
  }

  .flex-item.introduction img {
    margin: 0 auto;
}
}

.block-heading h3 {
  margin-bottom: 30px !important;
  margin-top: 45px;
  font-size: 34px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  color: #f98c4e !important;
}

.block-heading p {
  line-height: 1.76471;
}

.en_img {
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}

.facility-map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.facility-map a {
  width: 80%;
  height: auto;
}

@media (max-width: 767px) {
  .block-heading h3 {
    font-size: 20px !important;
  }

  .facility-map a {
    width: 100%;
  }
}

.p-efforts-item__pic {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  margin-bottom: 22px;
  z-index: 0;
}

/* 園舎の紹介 */
.p-efforts-item__pic__point {
  position: absolute;
  z-index: 2;
  top: 0;
  display: inline-block;
  width: 30.34682%;
}

.p-efforts-item.p-efforts-item--nature [class].p-icon-kani {
  bottom: -4px;
  left: -6px;
}

.p-efforts-item__pic [class*=p-icon-] {
  position: absolute;
  z-index: 0;
}

@media (max-width: 767px) {
  .p-efforts-item__pic {
    max-width: unset;
  }
}

/* 固定ページ 背景色 解除 */
.page-id-71 .l-container,
.page-id-73 .l-container,
.page-id-67 .l-container,
.page-id-257 .l-container,
.page-id-65 .l-container,
.page-id-89 .l-container {
  background: unset;
}

.p-page-header-image {
  position: relative;
}

.p-page-header-image::before {
  background: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/wave_top.png);
  top: 0;
}

.p-page-header-image::after,
.page-id-96 .p-page-header-image::after,
.page-id-87 .p-page-header-image::after {
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/wave_bottom.png);
  bottom: 0;
}

/* .page-id-87 .p-page-header-image::after, .page-id-96 .p-page-header-image::after {
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/wave-g_bottom.png);
  bottom: 0;
} */
.p-page-header-image::after,
.p-page-header-image::before {
  content: "";
  height: 14px;
  background-size: 247px, 547px;
  background-repeat: repeat-x, repeat;
  background-position: center 0, 0 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
}

.page-id-61 .p-page-header-image::before,
.page-id-63 .p-page-header-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
  z-index: 3;
}

.page-id-61 .p-page-header-image::after,
.page-id-63 .p-page-header-image::after {
  content: "";
  height: 100%;
  background-size: 247px, 547px;
  background-repeat: repeat-x, repeat;
  background-position: center 0, 0 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  z-index: 3;
  display: block;
  left: 0;
}

.page-id-61 .p-page-header-image::before,
.page-id-63 .p-page-header-image::before {
  left: 0;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/kumo_02.png), url(https://genki-kids.site/wp/wp-content/uploads/2026/08/husen_1.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 10rem auto, 9rem auto;
  background-position: top 10rem left 7rem, top 7rem right 5rem;
  animation-name: pulse;
  animation-duration: 2s;
  /* 1回あたりの再生時間 */
  animation-delay: 0s;
  /* 【遅延】1秒後にスタート */
  animation-iteration-count: 1;
  /* 【回数】3回繰り返して停止 */
}

.page-id-63 .p-page-header-image::before {
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/09/niji_kitahama.png), url(https://genki-kids.site/wp/wp-content/uploads/2026/09/husen_kitahama.png);
  background-size: 13rem auto, 11rem auto;
  background-position: top 10rem left 6rem, top 7rem right 6rem;
}

.page-id-61 .p-page-header-image::after,
.page-id-63 .p-page-header-image::after {
  right: 0;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ie_1.png), url(https://genki-kids.site/wp/wp-content/uploads/2026/08/flower_02.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 180px auto, 170px auto;
  background-position: bottom 3rem left 6rem, bottom 1rem right 4rem;
  animation-name: pulse;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
}

.page-id-63 .p-page-header-image::after {
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/09/ie_kitahama.png), url(https://genki-kids.site/wp/wp-content/uploads/2026/09/kusa_kitahama.png);
  background-size: 180px auto, 180px auto;
  background-position: bottom 0rem left 5rem, bottom 0rem right 5rem;
}

.c-hidden-sp {
  color: #fff;
  text-shadow: 0px 0px 6px rgb(0 0 0);
}

.p-top-about__sun_01 {
  position: absolute;
  top: -2rem;
  right: 2rem;
  z-index: 5;
}

.page-id-65 .p-top-about__sun_01 {
  top: -4rem;
  right: 3rem;
}

.page-id-63 .sun_01 {
  top: -4rem;
  right: 0rem;
}

.sun_01 {
  width: 180px;
  height: auto;
}

.page-id-63 .sun_01 {
  width: 250px;
  height: auto;
}

img.flower_02 {
  width: 200px;
  height: auto;
}

.page-id-63 .flower_02 {
  width: 200px;
  height: auto;
}

.bird_01 {
  width: 170px;
  height: auto;
}

.page-id-63 .bird_01 {
  width: min(15rem, 100%);
  height: auto;
}

.p-top-about__kids_04 {
  position: absolute;
  top: -2rem;
  right: 2rem;
  z-index: 5;
}

.kids_04 {
  width: 280px;
  height: auto;
}

.p-top-about__kids_03 {
  width: min(15rem, 100%);
  position: absolute;
  bottom: -10rem;
  left: 5rem;
  z-index: 5;
}

@media (max-width: 767px) {
  .p-top-about__sun_01 {
    top: 0rem;
    right: 2rem;
  }

  .page-id-65 .p-top-about__sun_01 {
    top: -7rem;
  }
}

/* ----------------------------------------------------------------------
  背景
---------------------------------------------------------------------- */
/* ドット */
.dot-bg {
  background-size: 10px 10px;
  background-position: 0 0, 10px 10px;
}

.dot-bg.pink {
  background-image: radial-gradient(#f3c2cc 30%, transparent 40%), radial-gradient(#f3c2cc 30%, transparent 40%);
}

.dot-bg.green {
  background-image: radial-gradient(#c4df9f 30%, transparent 40%), radial-gradient(#c4df9f 30%, transparent 40%);
}

.bg-white {
  background-color: #fff;
}

.rc30 {
  border-radius: 30px;
  overflow: hidden;
}

.class>.grid-item h4.pink {
  border-bottom: dotted 3px #f5bac6;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 150%;
  color: #ea668b;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0 !important;
}

.class>.grid-item h4.green {
  border-bottom: dotted 3px #b6d291;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 150%;
  color: #60a828;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0 !important;
}

.class>.grid-item h5.pink {
  padding-top: 0.5rem;
  font-size: 120%;
  color: #f092a8;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0 !important;
}

.class>.grid-item h5.green {
  padding-top: 0.5rem;
  font-size: 120%;
  color: #8ebc5a;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0 !important;
}

.class>.grid-item p {
  padding: 15px 10px;
}

/* ----------------------------------------------------------------------
  一日の流れ
---------------------------------------------------------------------- */
.schedule-list {
  padding-bottom: 70px;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .schedule-list {
    padding-bottom: 50px;
  }
}

.schedule-list .item {
  padding: 100px 0 50px;
  position: relative;
}

.schedule-list .item:first-child {
  margin-bottom: 15px;
  background: #ffe8d8;
  border-radius: 30px
}

.schedule-list .item:last-child {
  background: #e5f1ff;
  border-radius: 30px
}

.schedule_line {
  text-align: center;
}

.schedule_line img {
  display: inline;
}

.schedule-list .item .box {
  flex-direction: row-reverse;
}

/* .schedule-list .item:nth-child(-n+3) .box {
  flex-direction: row-reverse;
} 

.schedule-list .item:nth-child(2n+2) .schedule_line {
  width: 55%;
}

.schedule-list .item:last-child .schedule_line {
  left: 35%;
}*/
@media screen and (max-width: 767px) {
  .schedule-list .item .box {
    padding: 0 1rem;
  }

  .schedule-list .item {
    padding: 20px 0;
  }

  .schedule-list .item .schedule_line {
    display: none;
  }
}

.schedule-list .box {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.schedule-list .box .clr-pink {
  font-size: 28px;
  margin-top: 20px;
  color: #4F4844;
}

.schedule-list figure {
  width: 220px;
}

/* .page-id-73 .schedule-list figure {
  width: 125px;
} */

.schedule-list figure_s {
  width: 150px;
  padding-top: 3em;
}

.schedule-list figure img {
  border-radius: 20px;
}

.schedule-list .ct-txt {
  position: relative;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .schedule-list figure {
    text-align: center;
  }
  .schedule-list figure_s {
  padding-top: 0;
}
.schedule-list .ct-txt {
    width: 100%;
  }

.schedule-list .box {
    align-items: flex-end;
  }

  .schedule-list .box .clr-pink {
    font-size: 20px;
  }
}

.schedule-list .ct-txt .time {
  margin-bottom: 20px;
}

.schedule-list .ct-txt .time span {
  text-align: center;
  border-radius: 10px;
  padding: 8px 0px;
  color: #fff;
  display: inline-block;
  min-width: 200px;
  letter-spacing: 5px;
  font-weight: 900;
}

.pm-blue {
  background: #4e81f9;
}

.am-orange {
  background: #f98c4e;
  ;
}

@media screen and (max-width: 767px) {
  .schedule-list .ct-txt .time span {
    font-size: 20px;
    min-width: 170px;
    padding: 10px;
  }
}

.schedule-list .ct-txt .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Kaisei Opti", serif !important;
}

.orange-2 {
  color: #f98c4e;
}

@media screen and (max-width: 767px) {
  .schedule-list .ct-txt .title {
    font-size: 22px;
  }
}

.schedule-list02 {
  margin-bottom: 80px;
}

.schedule-list02 .item {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E17FA6;
  position: relative;
  margin-top: 120px;
  padding: 75px 60px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .schedule-list02 .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .schedule-list02 .item {
    margin-top: 80px;
    padding: 40px 20px 20px;
  }
}

/* .schedule-list02 .item:before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  background: url(../schedule/images/bg-title_01.png) bottom center no-repeat;
  width: 100%;
  height: 24px;
} */
.schedule-list02 .item.green {
  border-color: #89CF89;
}

.schedule-list02 .item.green .title span {
  background: url(../schedule/images/bg02.png) center center no-repeat;
}

.schedule-list02 .item.green .timeline .box:before {
  background: #89CF89;
}

.schedule-list02 .item.green .timeline .months {
  border-color: #89CF89;
  background: #E7FEE7;
  color: #89CF89;
}

.schedule-list02 .item.blue {
  border-color: #81B5D6;
}

.schedule-list02 .item.blue .title span {
  background: url(../schedule/images/bg03.png) center center no-repeat;
}

.schedule-list02 .item.blue .timeline .box:before {
  background: #81B5D6;
}

.schedule-list02 .item.blue .timeline .months {
  border-color: #81B5D6;
  background: #DEF2FF;
  color: #81B5D6;
}

.schedule-list02 .item.orange {
  border-color: #FB8B70;
}

.schedule-list02 .item.orange .title span {
  background: url(../schedule/images/bg04.png) center center no-repeat;
}

.schedule-list02 .item.orange .timeline .box:before {
  background: #FB8B70;
}

.schedule-list02 .item.orange .timeline .months {
  border-color: #FB8B70;
  background: #FFE7E1;
  color: #FB8B70;
}

.schedule-list02 .title {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .title {
    top: -45px;
  }
}

.schedule-list02 .title span {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 40px;
  width: 388px;
  height: 75px;
  margin: auto;
  background: url(../schedule/images/bg01.png) center center no-repeat;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .title span {
    font-size: 25px;
    background-size: 300px !important;
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .schedule-list02 .title span {
    background-size: 250px !important;
  }
}

.schedule-list02 .timeline {
  width: 58%;
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .timeline {
    width: 100%;
  }
}

.schedule-list02 .timeline .box {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .timeline .box {
    padding: 20px 0;
  }
}

.schedule-list02 .timeline .box:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 84px;
  background: #f06767;
  width: 2px;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .timeline .box:before {
    left: 55px;
  }
}

.schedule-list02 .timeline .box:last-child:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 84px;
  background: url(../schedule/images/after.png) bottom center no-repeat;
  width: 2px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .timeline .box:last-child:after {
    left: 55px;
  }
}

.schedule-list02 .timeline .box .flex,
.schedule-list02 .timeline .box>ul {
  padding-left: 30px;
  width: calc(100% - 172px);
}

@media screen and (max-width: 767px) {

  .schedule-list02 .timeline .box .flex,
  .schedule-list02 .timeline .box>ul {
    width: calc(100% - 105px);
    padding-left: 15px;
  }
}

.schedule-list02 .timeline .box .flex {
  justify-content: space-between;
}

.schedule-list02 .timeline .box .flex ul {
  margin-right: 20px;
  width: 45%;
}

@media screen and (max-width: 960px) {
  .schedule-list02 .timeline .box .flex ul {
    width: 100%;
  }
}

.schedule-list02 .timeline .months {
  font-size: 17px;
  background: #F8DEE9;
  border: 2px solid #E17FA6;
  width: 172px;
  border-radius: 100px;
  padding: 8px;
  text-align: center;
  color: #E17FA6;
  height: 100%;
}

.schedule-list02 .timeline .months span {
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .timeline .months {
    width: 105px;
  }
}

.schedule-list02 .img {
  width: 37%;
}

@media screen and (max-width: 767px) {
  .schedule-list02 .img {
    width: 100%;
    text-align: center;
  }
}

.schedule-list02 .img figure {
  margin: 15px 0;
}

.page-schedule #mainvisual {
  background: url(../schedule/images/mv.jpg) center center no-repeat;
}

.page-schedule .cm-title07 {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .page-schedule #mainvisual {
    margin-bottom: 40px;
  }
}

.page-schedule .two-btn {
  margin-bottom: 50px;
}

.page-schedule .two-btn li {
  margin: 0 2%;
  width: 30%;
  text-align: center;
}

.page-schedule .two-btn a {
  padding: 10px 40px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-schedule .two-btn li {
    width: 46%;
  }
}

.page-schedule .qa-box03 {
  margin-bottom: 80px;
}

.ct-txt figure {
  width: min(4.5rem, 100%) !important;
  position: absolute;
  top: -2.5rem;
  left: -2.5rem;
}

@media screen and (max-width: 991px) {
  .ct-txt figure {
    top: 0;
    left: 12.5rem;
  }
}

@media (max-width: 767px) {
  .l-contents:has(.p-page) {
    padding-top: 0;
  }

  .c-archive-header__content_single,
  .c-archive-header__content {
    height: 90px;
  }

  .p-page-header-image::before,
  .c-archive-header__content_single::before,
  .c-archive-header__content::before {
    top: -1px;
  }

  .p-page-header-image::after,
  .c-archive-header__content_single::after,
  .c-archive-header__content::after {
    bottom: -1px;
  }

  .page-id-87.p-page-header h1,
  .page-id-96.p-page-header h1,
  .page-id-89.p-page-header h1 {
    top: 40%;
  }

  .sun_01 {
    width: 100px;
  }

  img.flower_02 {
    width: 100px;
  }

  .p-top-about__kids_03 {
    bottom: -10rem;
    left: 0rem;
  }

  .page-id-61 .p-page-header-image::before {
    background-size: 4rem auto, 4rem auto;
    background-position: top 0rem left 2rem, top 0rem right 2rem;
    top: 0;
  }

  .page-id-61 .p-page-header-image::after {
    background-size: 88px auto, 60px auto;
    background-position: bottom 1rem left 2rem, bottom 0.5rem right 1rem;
  }

  .page-id-63 .p-page-header-image::before {
    background-size: 5rem auto, 4.5rem auto;
    background-position: top 0rem left 2rem, top 0rem right 2rem;
    top: 0;
  }

  .page-id-63 .p-page-header-image::after {
    background-size: 60px auto, 70px auto;
    background-position: bottom 1rem left 2rem, bottom 0.5rem right 1rem;
  }
}

.annual_container {}

.annual_item {
  border: 2px dashed #60a828;
  padding: 20px;
  background-color: #fff9f5;
}

.annual_item:nth-child(-n+4) {
  border-top: 4px solid #60a828;
}

.annual_item:nth-child(n+9) {
  border-bottom: 4px solid #60a828;
}

.annual_item:nth-child(1),
.annual_item:nth-child(5),
.annual_item:nth-child(9) {
  border-left: 4px solid #60a828;
}

.annual_item:nth-child(4),
.annual_item:nth-child(8),
.annual_item:nth-child(12) {
  border-right: 4px solid #60a828;
}

.annual_item:nth-child(1) {
  border-top-left-radius: 30px;
}

.annual_item:nth-child(9) {
  border-bottom-left-radius: 30px;
}

.annual_item:nth-child(4) {
  border-top-right-radius: 30px;
}

.annual_item:nth-child(12) {
  border-bottom-right-radius: 30px;
}

.annual_item h3 {
  font-size: 180%;
  margin-bottom: 15px;
  color: #60a828;
}

.annual_item li {
  font-weight: bold;
  list-style-type: none !important;
}

/* 年間行事 カレンダー */
li.parent::before,
li.kids::before {
  font-family: "Font Awesome 5 Free" !important;
  content: '\f111' !important;
  color: rgb(243 137 137) !important;
  font-size: 0.7em !important;
  margin-right: 5px !important;
  background: unset !important;
}

li.parent::before,
.explanation::before {
  color: rgb(243 137 137) !important;
}

li.kids::before,
.explanation::before {
  color: rgb(133 197 176) !important;
}

.explanation li {
  list-style: none !important;
  font-weight: bold !important;
  display: inline !important;
}

/* googleカレンダー */
.google-c_purple::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 16px;
  background-image: url('https://genki-kids.site/wp/wp-content/uploads/2026/08/google-c_purple.png');
  background-size: cover;
}

.google-c_pink::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 16px;
  background-image: url('https://genki-kids.site/wp/wp-content/uploads/2026/08/google-c_pink.png');
  background-size: cover;
}

.explanation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.explanation li {
  width: 33.3%;
}

.explanation li:nth-child(even) {
  margin-right: 0;
}

.page-id-67 .p-top-about__kusa-b_02 {
  bottom: -7rem;
  left: 5rem;
}

.page-id-257 .p-top-about__kids_03 {
  bottom: -10rem;
  left: 0rem;
}

.page-id-65 .p-top-about__kids_03 {
  bottom: 35rem;
  left: 10rem;
}

@media screen and (max-width: 767px) {

  .annual_item:nth-child(3),
  .annual_item:nth-child(4) {
    border-top: 2px dashed #60a828;
  }

  .annual_item:nth-child(-n+2) {
    border-top: 4px solid #60a828;
  }

  .annual_item:nth-last-child(-n+2) {
    border-bottom: 4px solid #60a828;
  }

  .annual_item:nth-child(9),
  .annual_item:nth-child(10) {
    border-bottom: 2px dashed #60a828;
  }

  .annual_item:nth-child(odd) {
    border-left: 4px solid #60a828;
  }

  .annual_item:nth-child(even) {
    border-right: 4px solid #60a828;
  }

  .annual_item:nth-child(1) {
    border-top-left-radius: 30px;
  }

  .annual_item:nth-child(9) {
    border-bottom-left-radius: 0;
  }

  .annual_item:nth-child(11) {
    border-bottom-left-radius: 30px;
  }

  .annual_item:nth-child(4) {
    border-top-right-radius: 0;
  }

  .annual_item:nth-child(2) {
    border-top-right-radius: 30px;
  }

  .annual_item:nth-child(12) {
    border-bottom-right-radius: 30px;
  }

  .explanation li {
    display: block;
    width: auto;
  }

  .explanation li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .page-id-67 .p-top-about__kusa-b_02 {
    bottom: -5rem;
    left: 0rem;
  }

  .page-id-257 .p-top-about__kids_03 {
    width: min(11rem, 100%);
  }

  .page-id-65 .p-top-about__kids_03 {
    bottom: -8rem;
    left: 0rem;
  }
}

.guide-line__desc {
  font-weight: bold;
}

.guide-line__desc ul {
  margin-left: 10px;
}

.guide-line__desc li::before,
.frame li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  color: #f98c4e;
  font-size: 0.7em;
  margin-right: 5px;
  font-weight: bold;
}

.guide-line__desc .c-button01 {
  display: inline;
  min-width: 250px;
  height: 45px;
  padding: 0.5em 1.5em;
  margin-left: 3rem;
}

.pdf {
  display: block;
  padding: 2.5em 0;
  text-align: center;
  line-height: 0;
  height: 0;
  font-weight: 900;
}

.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: '\f15b';
  font-size: 1.2em;
  font-weight: 100;
  margin-right: 10px;
}

.pdf-b span:before {
  font-family: "Font Awesome 5 Free";
  content: '\f15b';
  font-size: 1.2em;
  font-weight: 100;
  margin-right: 10px;
  color: #ff6760;
}

.car:before,
.car:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1b9';
  font-weight: 900;
  font-size: 90%;
  margin-right: 10px;
}

.car:after {
  margin-left: 10px;
}

.map-item_l h4,
.map-item_r h4 {
  font-family: "Kaisei Opti", serif !important;
  font-size: 130%;
  margin-bottom: 2rem;
  text-align: center;
  color: #f98c4e;
}

.map-item_r ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.map-item_r li {
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
}

.map-item_r li:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/line.png);
  background-size: cover;
  margin: 0 auto;
}

.map-item_r li:last-child:after {
  display: none;
}

.map-item_r img {
  margin-bottom: 10px;
}

.map-item_r p {
  margin-bottom: 10px;
}

.p-service-category-list {
  padding-top: 50px;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_beige.png);
  background-repeat: repeat;
  background-size: 200px;
  border-radius: 30px;
}

.p-service-category-list_item h3 {
  margin-bottom: 1em;
  font-size: 150%;
}

.p-service-category-list__item::before {
  content: unset;
}

.frame {
  padding: 2rem;
  margin-top: 2rem;
  background-color: beige;
  border-radius: 30px;
}

.frame li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .map-item_l {
    margin-bottom: 3rem;
  }
}

/* お問い合わせ */
.req {
  font-size: .9em;
  padding: 0 10px;
  background: #f49797;
  color: #fff;
  border-radius: 3px;
  margin-left: 1em;
}

.wpcf7 input {
  margin-top: 10px;
}

.wpcf7 textarea {
  margin-top: 10px !important;
}

.wpcf7 .wpcf7-submit {
  border-radius: 30px;
  background-color: #60a828 !important;
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #85bf58 !important;
}

.wpcf7 .wpcf7-radio {
  justify-content: space-evenly !important;
}

.contact-mail-ske {
  position: relative;
}

.tel-box.frame:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 85px;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/line_03.png);
  background-size: cover;
}

.tel-box {
  justify-items: center;
  align-items: center;
  gap: 0em 2em;
}

.tel {
  font-size: 150%;
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.tel-box .item,
.tel-box .ctt {
  position: relative;
}

.tel-box .ctt:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 69px;
  top: -1.5rem;
  left: -5rem;
  background-image: url('https://genki-kids.site/wp/wp-content/uploads/2026/08/tel.png');
  background-size: cover;
}

.tel-box .item:before {
  content: "";
  position: absolute;
  width: 58px;
  height: 50px;
  top: 1rem;
  left: -5rem;
  background-image: url('https://genki-kids.site/wp/wp-content/uploads/2026/08/koume.png');
  background-size: cover;
}

/* .tel-box .item:last-child:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 85px;
    top: 0rem;
    left: -12rem;
    background-image: url('https://genki-kids.site/wp/wp-content/uploads/2026/08/line_03.png');
    background-size: cover;

} */
.tel-box .item:nth-child(2):before {
  background-image: url('https://genki-kids.site/wp/wp-content/uploads/2026/08/ume.png');
}

:is(.tcdce-body, .editor-styles-wrapper) :is(.well2) {
  background: #ffe5e5 !important;
}

@media (max-width: 767px) {
  .tel-box {
    gap: 1em 0em;
  }

  .tel-box.frame:after {
    display: none;
  }

  .tel-box .ctt:before {
    width: 50px;
    height: 60px;
    top: -1.5rem;
    left: -4rem
  }

  .tel-box .item:before {
    width: 50px;
    height: 44px;
    top: 1rem;
  }
}

/* 公開情報 */
.page-id-87 .p-service-category-list {
  padding-top: 40px;
}

.page-id-87 .p-service-category-list__item {
  padding-bottom: 1rem;
  list-style-type: none;
}

li.p-service-category-list__item span {
  color: #565760;
  font-weight: 600;
}

li.p-service-category-list__item a:hover {
  color: #565760;
}

.page-id-87 .p-service-category-list__item:after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 18rem;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, rgb(247, 114, 129), rgb(250, 166, 26) 3px, transparent 5px, transparent 18px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .p-service-category-list__item {
    padding-left: 5em;
  }
}

/* 求人情報 */
.s_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}

.page-id-96 th,
.page-id-96 td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}

.recruit h3 {
  padding-left: 1.5rem !important;
}

.recruit h3:before {
  content: "" !important;
  position: absolute !important;
  bottom: 3px;
  display: inline-block !important;
  width: 18px !important;
  height: 28px !important;
  left: 0 !important;
  background-image: linear-gradient(to right, rgb(247, 114, 129), rgb(250, 166, 26) 3px, transparent 5px, transparent 18px) !important;
  background-size: 6px 28px !important;
}

.block-heading {
  position: relative;
}

.block-heading h3::before {
  position: absolute;
  content: "" !important;
  bottom: 3rem;
  display: inline-block !important;
  width: 73px !important;
  height: 69px !important;
  left: 0 !important;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/happa_l.png) !important;
  background-size: 90% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-heading h3::after {
  position: absolute;
  content: "" !important;
  position: absolute !important;
  bottom: 0rem;
  display: inline-block !important;
  width: 73px !important;
  height: 69px !important;
  right: 1rem;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/happa_r.png) !important;
  background-size: 80% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .s_table {
    border-collapse: unset;
    border-spacing: unset;
    border: 0px solid #ccc;
    border-radius: 0;
    overflow: unset;
  }

  .block-heading h3::after {
    bottom: 6rem;
    width: 75px !important;
    height: 48px !important;
    right: 1rem;
    background-size: 60% !important;
  }

  .block-heading h3::before {
    bottom: 7rem;
    width: 73px !important;
    height: 69px !important;
    left: 0 !important;
    background-size: 80% !important;
  }
}

.calendar-wrap {
  overflow: hidden;
  position: relative;
  max-width: 88.9%;
  height: 500px;
  /* border-bottom: solid 1px #777777; */
  margin: 0 auto;
}

.calendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 35px) !important;
}

/* きたはま 各クラス紹介 */
.class-img ul {
  display: flex;
  justify-content: space-between;
}

.class-img li {
  width: 48%;
  list-style-type: none !important;
}

.class-img img {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .class-img ul {
    display: block;
  }

  .class-img li {
    width: 100%;
  }

  .class-img li:first-child {
    margin-bottom: 0.5rem;
  }
}

/* 背景(ウェーブ) */
.mark-ske,
.mark-kitahama {
  position: relative;
}

.ptn-base-top img {
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}

.ptn-base-bottom img {
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
}

.p-header-nav__list::after {
  background: #d1edba;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .p-mv1-content-title span {
    color: rgb(255, 255, 255);
  }
}

.instagram>.item img {
  width: 300px;
}

/* パンくず TOP固定 */
@media (min-width: 992px) {

  .c-breadcrumb,
  .c-breadcrumb.c-breadcrumb--hero {
    height: 50px !important;
    position: sticky;
    top: 160px;
    z-index: 999;
    background-color: #fff !important;
    height: 50px;
    transform: unset;
  }

  .c-breadcrumb__list {
    font-weight: 600;
  }
}

/* フッター 背景 
.l-container.is_front {
    padding-bottom: 0;
}*/
.bg-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background-color: #60a828;
}

.p-footer-4banner {
  grid-template-columns: 1fr 1fr 1fr;
}

.p-footer-4banner-item-image {
  height: auto;
  width: 250px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .p-footer-4banner {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* 目次 */
.p-toc-headline {
  display: none !important;
  ;
}

.p-toc {
  padding: 20px 40px !important;
  background-image: url(https://genki-kids.site/wp/wp-content/uploads/2026/08/ptn-base_beige.png) !important;
  margin-bottom: 5rem;
  background-repeat: repeat !important;
  background-size: 200px !important;
}

.p-toc ul {
  flex-direction: row !important;
  justify-content: space-around;
}

.p-toc li {
  border: 1px solid #a46305;
  padding: 1rem !important;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.p-toc a {
  color: #a46305 !important;
  font-weight: 600;
  c-breadcrumb font-size: 130%;
  padding: 0.5rem 5rem;
  font-family: "Kaisei Opti", serif !important;
}

.p-toc a:hover {
  color: #f88c4d !important;
  ;
}

@media (max-width: 767px) {
  .p-toc a {
    padding: 0;
  }
}

.p-mv-height-type-2 {
  height: 80vh;
}

/* 固定ページ 園ブログ */
.blog-img a {
  display: inline-block;
}

.blog-img img {
  width: 250px;
  height: auto;
}

/* サイドバー インスタバナー */
.side_bnr {
  text-align: center;
}
.side_bnr img {
  display: inline-block;
  width: 90%;
}

/* 個人情報保護法 */
.page-id-3 h3, .page-id-3 h4, .page-id-3 p {
  font-family: 'Noto Sans', 'Noto Sans Regular', 'Noto Sans UI', 'Noto Sans JP', sans-serif !important;
}