@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

body {
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/bg.gif);
}

body::before {
  height: 14px;
  right: 0;
  bottom: 0;
  left: 0;
}

body:after {
  width: 14px;
  top: 0;
  bottom: 0;
  left: 0;
}

html:after {
  width: 14px;
  top: 0;
  right: 0;
  bottom: 0;
}

html:before {
  height: 14px;
  left: 0;
  right: 0;
  top: 0;
}

html:before,
html:after,
body:before,
body:after {
  content: "";
  margin: 0px;
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/11/名称未設定のデザイン-2025-11-12T152814.251.png)center center / 250px 150px;
  position: fixed;
  display: block;
  z-index: 10000;
}

.l-header {
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/bg.gif);
}

.p-global-nav .c-navbar__item > a {
  color: #333 !important;
}

/* btn */
.smb-btn {
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.3em;
}

/*  bg */
.bg-cross {
  /* background-image: url(https://dekita-bambino.com/wp-content/uploads/2025/08/bg-ptn01.jpg); */
}

.bg-page {
  border-radius: 130px;
  position: relative;
  z-index: 1;
}

.smb-section__inner {
  position: relative;
  z-index: 999;
}

.bg-page .smb-section__fixed-background {
  border-radius: 130px;
}

.bg-page::after {
  background-position: 50%;
  background-size: cover;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  background-image: url(https://dekita-bambino.com/wp-content/uploads/2025/10/名称未設定のデザイン-2025-10-28T111148.601.png);
  background-size: 10px;
  z-index: 0;
}

/* main-visual */
.body-bg {
  height: 80vh;
  position: relative;
}

.body-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bg__ill {
  display: block;
}

.bg__ill img {
  width: 570px;
}

.mv {
  position: relative;
  max-width: 1400px;
  padding-inline: 30px;
  margin-inline: auto;
}

.mv-inner {
  position: absolute;
  width: 100%;
  bottom: 130px;
  left: 0;
}

.mav-title span {
  color: #f09464;
}

.mav-sub {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1em;
  margin-top: 20px;
  font-weight: bold;
  padding-left: 40px;
}

.mv-logo {
  display: block;
  padding-left: 40px;
}

.mv-logo img {
  display: block;
  width: 350px;
}

/* scroll */
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 200;
  animation: blurAnime 2s both 2s;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  z-index: 200;
  left: 10px;
  bottom: 0px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 900;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #fff;
  z-index: 200;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* header */

.p-global-nav .c-navbar__item > a {
  padding-inline: 15px !important;
}

.header__contact {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 16px;
}

.l-2row-header .c-container {
  max-width: 1100px;
}

.p-global-nav .c-navbar__item > a {
}

.menu-item-183 a span {
  position: relative;
  margin-top: 40px;
}

.menu-item-183 a span::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/名称未設定のデザイン-2025-10-27T084134.755.png)
    no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-item-17 a span {
  position: relative;
  margin-top: 40px;
}

.menu-item-17 a span::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/名称未設定のデザイン-2.png)
    no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-item-18 a span {
  position: relative;
  margin-top: 40px;
}

.menu-item-18 a span::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/名称未設定のデザイン-4.png)
    no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item-19 a span {
  position: relative;
  margin-top: 40px;
}

.menu-item-19 a span::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/名称未設定のデザイン-12.png)
    no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item-20 a span {
  position: relative;
  margin-top: 40px;
}

.menu-item-20 a span::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/名称未設定のデザイン-13.png)
    no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.menu-item-24 a span {
  position: relative;
  margin-top: 40px;
}

.menu-item-24 a span::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/名称未設定のデザイン-3.png)
    no-repeat center center / contain;
  width: 45px;
  height: 45px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

/* title */
.smb-section__title {
  position: relative;
  letter-spacing: 2px;
}

.smb-section__header {
  position: relative;
  width: fit-content;

  margin-inline: auto;
}

.smb-section__header::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/ttl-kazari.png)
    no-repeat center center / contain;
  width: 2.206em;
  height: 1.265em;
  top: 20px;
  left: -60px;
}

.smb-section__header::before {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/08/ttl-kazari.png)
    no-repeat center center / contain;
  width: 2.206em;
  height: 1.265em;
  top: 20px;
  right: -60px;
}

.smb-section__lede {
  letter-spacing: 2px;
  color: #80c524;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

/* feature */
.wp-image-35 {
  width: 200px !important;
  vertical-align: bottom;
}

.program-main {
  font-weight: bold;
  font-size: 2em !important;
}

.about-txt {
  font-size: 1.6em;
  line-height: 1.6 !important;
  font-weight: bold;
  color: #635048;
  margin-bottom: 32px !important;
}

.about-sub {
  font-size: 1em;
}

.about-st {
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.3em;
}

.about-st::after {
  position: absolute;
  content: "";
  background: #f29700;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.effect-title {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  padding: 0 50px !important;
  font-size: 1.8em !important;
  background-image: linear-gradient(to right, #eabe0a, #f49e34);
  color: #fff;
  font-weight: bold !important;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
}

.effect-title:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.effect-title:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.effect-title:before,
.effect-title:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.pro-num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2em !important;
  letter-spacing: 2px;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: #fc8c78 !important;
  margin-bottom: 0 !important;
}

.pro-ttl {
  font-weight: bold;
  font-size: 1.6em !important;
  margin-bottom: 8px !important;
  border-bottom: 2px dotted #999;
  line-height: 1.8 !important;
}

.sien-ttl {
  font-weight: bold;
  font-size: 1.4em !important;
  margin-bottom: 4px !important;
  border-bottom: 2px dotted #ee7c5f;
  line-height: 1.8 !important;
  color: #ee7c5f;
}

.pro-txt {
  font-size: 1em !important;
  margin-bottom: 24px !important;
}

/* news */
.c-entry-summary__term {
  padding-inline: 30px 20px;
  border-radius: 0 0 0 100px;
}

.section__news {
  color: #fff;
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/11/名称未設定のデザイン-2025-11-07T145211.259.png) left bottom / 240px 203px;
  position: relative;
}

.section__news::before {
  background-image: url(https://dekita-bambino.com/wp-content/uploads/2025/08/bg-13.png);
  background-size: 85px 85px;
  position: absolute;
  content: "";
  height: 65px;
  top: -65px;
  left: 0;
  width: 100%;
  -webkit-mask-image: url(https://www.natori.ed.jp/wp/wp-content/themes/standard/images/common/section-parts01.svg);
  mask-image: url(https://www.natori.ed.jp/wp/wp-content/themes/standard/images/common/section-parts01.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  /* background-color: #fff; */
}

.section__news .smb-section__title,
.section__news .smb-section__lede {
  color: #fff;
}

.section__news .smb-btn {
  background: #fff !important;
  color: #80c524 !important;
}

.news__ill {
  position: absolute;
  width: 75px;
  top: 24px;
  right: 14.62%;
}

.news__ill2 {
  position: absolute;
  width: 100px;
  top: 72px;
  right: -3.99%;
}

.news__ill3 {
  position: absolute;
  width: 100px;
  top: 304px;
  left: -7%;
  z-index: 0;
}

/* cta */
.cta__ill img {
  position: absolute;
  top: -23px;
  left: -23px;
  display: block;
  width: 123px;
}

.cta__ill2 img {
  position: absolute;
  right: -23px;
  display: block;
  width: 108px;
  bottom: -32px;
}

.l-footer {
  border-top: none;
}

.cta {
  padding-block: 60px;
}

.cta__box {
  padding: 3rem 2.5rem 2.5rem;
  position: relative;
  width: 90%;
  max-width: 1204px;
  margin-left: auto;
  margin-right: auto;
}

.cta__box::before,
.cta__box::after {
  top: 0;
  background-image: linear-gradient(
    to bottom,
    #030000,
    #030000 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 1px;
  height: 100%;
}
.cta__box::before,
.cta__box::after,
.cta__box-dash::before,
.cta__box-dash::after {
  content: "";
  position: absolute;
  background-size: 0.625rem 0.625rem;
}

.cta__box-dash::before,
.cta__box-dash::after {
  left: 0;
  background-image: linear-gradient(
    to right,
    #030000,
    #030000 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  height: 1px;
}

.cta__box-dash::before {
  top: 0;
}

.cta__box-dash::after {
  bottom: 0;
}

.cta__box::after {
  right: 0;
}

.cta__box::before {
  left: 0;
}

.cta__ja-title {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}

.cta__en-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #80c524;
  text-align: center;
}

.cta__txt {
  text-align: center;
  margin-top: 16px;
}

.cta__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 40px;
}

.cta__tel {
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  color: #333 !important;
}

.cta__tel img {
  width: 42px;
  display: block;
  margin-right: 1.5em;
  /* transform: translateY(-0.5em); */
  vertical-align: bottom;
}

.num {
  display: block;
  font-weight: 900;
  font-size: 1.9em;
  font-family: "Montserrat", sans-serif;
  color: #333 !important;
  text-decoration: none !important;
}

.num a {
  color: #333 !important;
  text-decoration: none !important;
}

.tel-time {
  font-weight: bold;
  display: block;
  text-align: center;
}

.cta__btn {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(243deg, #ee7c5f 32.34%, #eaaa71 120.81%);
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 50px;
  font-size: 1.2em;
  letter-spacing: 1px;
}

/* select */
.section__select {
  position: relative;
}

.section__select::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://dekita-bambino.com/wp-content/uploads/2025/08/section-kazari01.png),
    url(https://dekita-bambino.com/wp-content/uploads/2025/08/section-kazari01.png);
  background-repeat: no-repeat;
  background-position: left 20px center, right 20px center;
  pointer-events: none;
}

.select__column,
.select__column2,
.select__column3 {
  position: relative;
}

.select__ill {
  position: absolute;
  top: 100px;
  left: 0;
  width: 60px;
}

.select__ill2 {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 60px;
}

.select__ill3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.select__ill4 {
  position: absolute;
  top: 150px;
  left: 0;
  width: 60px;
}

.select__ill5 {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 60px;
}

.type-page .c-entry__header {
  display: none;
}

.c-meta__item--author {
  display: none;
}

.use-box {
  position: relative;
}

.use-box__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -130px;
  background: #fccf81;
  border-radius: 20px;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
}

.use-box .smb-information .smb-information__item__label {
  border-left: none;
}

.use-box .smb-information .smb-information__item__body,
.use-box .smb-information .smb-information__item__label {
  border-right: none;
  border-bottom: 2px dotted #eae5d7;
}

.use-box
  .smb-information:not([data-sm-split-column="true"])
  .smb-information__body
  > :first-child
  .smb-information__item__label,
.use-box
  .smb-information:not([data-sm-split-column="true"])
  .smb-information__body
  > :first-child
  .smb-information__item__body {
  border-top: 2px dotted #eae5d7;
}

.use-subbox {
  font-size: 1.4em;
  letter-spacing: 2px;
  position: relative;
}

.use-subbox::after {
  position: absolute;
  content: "";
  border: 2px dotted #80c524;
  bottom: -5px;
  left: 0;
  width: 100%;
}

.use-time .sme-font-size strong {
  position: relative;
  margin-bottom: 10px;
}

.use-time .sme-font-size strong::after {
  position: absolute;
  content: "";
  background: #80c524;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  border-radius: 50%;
}

iframe {
  aspect-ratio: 600 / 300;
  width: 100%;
}

.wp-block-snow-monkey-blocks-box.smb-box.flow-box {
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
  background: #e8f6d0;
  z-index: 2;
}

.wp-block-snow-monkey-blocks-box.smb-box.flow-box .wp-block-image {
  width: 80%;
  margin-inline: auto;
  display: block;
}

.flow-container {
  position: relative;
  max-width: 350px;
  margin-inline: auto;
}

.flow-container:not(:last-child)::after {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/名称未設定のデザイン-2025-10-28T130750.436.png)
    no-repeat center center / contain;
  width: 20px;
  height: 20px;
  top: 80px;
  right: -10px;
}

.flow-col4 .flow-container:not(:last-child)::after {
  top: 120px;
  right: -10px;
  width: 22px;
  height: 22px;
}

.flow-container::before {
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/flow-1.png)
    no-repeat center center/contain;
  width: 37px;
  height: 37px;
  top: 0px;
  left: 15px;
}

.flow-container:nth-child(2)::before {
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/flow-2.png)
    no-repeat center center/contain;
}
.flow-container:nth-child(3)::before {
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/flow-3.png)
    no-repeat center center/contain;
}
.flow-container:nth-child(4)::before {
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/flow-4.png)
    no-repeat center center/contain;
}
.flow-container:nth-child(5)::before {
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/flow-5.png)
    no-repeat center center/contain;
}

.flow-container:nth-child(6)::before {
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/10/flow-6.png)
    no-repeat center center/contain;
}

.flow-container:nth-child(7)::before {
  background: url(https://kbncoop.com/wp-content/uploads/2025/07/01-7.png)
    no-repeat center center/contain;
}

.flow-container:nth-child(8)::before {
  background: url(https://kbncoop.com/wp-content/uploads/2025/07/01-8.png)
    no-repeat center center/contain;
}

.flow__title {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: #80c524;
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 10px !important;
}

.flow-txt {
  color: #4d5961;
  line-height: 1.7 !important;
  font-size: 0.88em;
}

.c-row[data-lg-columns="4"] {
  row-gap: 10px;
}

.sch-title {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
  padding-left: 20px;
  position: relative;
  margin-bottom: -10px !important;
}

.sch-title::after {
  position: absolute;
  content: "";
  background: #80c524;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.p-footer {
  padding-bottom: 30px;
  padding-top: 30px;
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/11/名称未設定のデザイン-2025-11-07T144314.099.png) left bottom / 240px 203px;
}

.p-footer__inner {
  max-width: 1200px;
  padding-inline: 15px;
  margin-inline: auto;
}

.p-footer__container {
  display: flex;
  gap: 20px;
}

.p-footer__left {
  width: 50%;
}

.p-footer__logo {
}

.p-footer__logo img {
  display: block;
  width: 190px;
}

.p-footer__add {
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
  margin-top: 10px;
}

.p-footer__time {
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #fff;
}

.p-footer__txt {
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 30px;
  color: #fff;
}

.p-footer__copy {
  font-size: 0.88em;
  color: #fff;
  text-align: center;
  margin-top: 32px;
}

.l-footer--default .c-copyright {
  display: none;
}

.p-footer__right {
  width: 50%;
}

.f-contact__container {
  position: relative;
  z-index: 10;
}

.f-contact__container::after {
  content: "";
  height: 258px;
  width: 628px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  margin: auto 0px;
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/11/名称未設定のデザイン-2025-11-07T134935.642-e1762493173638.png)
    center center / contain no-repeat;
    z-index:-1;
}

.f-contact__inner{
  padding-top: 50px;
  padding-left: 110px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.f-contact__left{
  width: 50%;
}

.f-tel__txt{
  font-weight: bold;
  border-bottom: 2px dashed #333;
}

.f-tel__num{
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
}

.f-tel__time{
  font-weight: bold;
  font-size: 0.9em;
}

.f-contact__insta{
  display: block;
  max-width: 100%;

}

.f-contact__insta{
  display: block;
  max-width: 100%;
  width: 180px;
}

.f-contact__line{
  display: block;
  max-width: 100%;
  width: 180px;
  margin-top: 10px;
}

.f-cta__btn{
  font-weight: bold;
  color: #fff;
  background: linear-gradient(243deg, #ee7c5f 32.34%, #eaaa71 120.81%);
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 0.9em;
}

.btn__under a{
  border-bottom: 1px solid #80c524 !important;
  padding-right: 100px !important;
  border-radius: 0 !important;
  position: relative;
  font-size: 1.1em !important;

}

.btn__under a::after{
  position: absolute;
  content: "";
  background:url(https://dekita-bambino.com/wp-content/uploads/2025/11/Bamoibinoの療育-3.png) no-repeat center center / contain;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.wp-singular .c-page-header__title{
  font-size: 2.2em;
  letter-spacing: 2px;
  position: relative;
}

.wp-singular .c-page-header__title::after{
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: 0.55em;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.page-id-159 .c-page-header__title::after{
  content: "GUIDANCE";
  color: #fff;
}

.page-id-170 .c-page-header__title::after{
  content: "SCHEDULE";
}

.page-id-139 .c-page-header__title::after{
  content: "ABOUT";
}

.page-id-454 .c-page-header__title::after{
  content: "PROGRAM";
}

.blog .c-page-header__title{
  font-size: 2.2em;
  letter-spacing: 2px;
  position: relative;
}

.blog .c-page-header__title::after{
  position: absolute;
  color: #fff;
  font-weight: 900;
  font-size: 0.55em;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.blog .c-page-header__title::after{
  content: "NEWS";
}

.c-navbar__subitem a{
  font-weight: bold;
  padding-left: 30px !important;
  position: relative;
}

.c-navbar__subitem a::after{
  position: absolute;
  content: "";
  background: url(https://dekita-bambino.com/wp-content/uploads/2025/11/名称未設定のデザイン-2025-11-15T233709.984.png) no-repeat center center / contain;
  width: 12px;
  height: 12px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.c-navbar__submenu{
  border-radius: 20px;
}