@charset "utf-8";

/* kids-abt
================================================== */
#kids-abt .cm-section1-ttl {
  padding-top: 40px;
  padding-bottom: 20px;
}
#kids-abt .cm-section1-ttl h3::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  height: 25px;
  bottom: 0;
  left: 30px;
  background-color: var(--color-white);
}

#kids-abt .cm-section1-ttl .cm-section1-img {
  bottom: 60%;
}

#kids-abt .cm-section1-ttl .cm-section1-text {
  z-index: 1;
  position: relative;
}

#kids-abt .desc-ttl {
  font-size: var(--fs-md);
  letter-spacing: 0;
  font-weight: 800;
  border-bottom: 1px solid var(--color-brown);
}

#kids-abt.cm-section1 .cm-section1-desc {
  padding-bottom: initial;
}

#kids-abt .cm-section1-desc p {
  padding-top: 32px;
  font-weight: 800;
}

#kids-abt .desc-img {
  gap: 32px;
}

#kids-abt .desc-img img {
  width: calc(33.333% - 21.333px);
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 960px) {
  #kids-abt .cm-section1-ttl {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #kids-abt .cm-section1-ttl h3::before {
    height: 16px;
  }
  #kids-abt .cm-section1-ttl .cm-section1-img {
    bottom: 50%;
  }
}

@media screen and (max-width: 768px) {
  #kids-abt .cm-section1-ttl .cm-section1-img {
    width: 120px;
    bottom: 60%;
  }
  #kids-abt .desc-img {
    gap: 16px;
  }

  #kids-abt .desc-img img {
    width: calc(33.333% - 10.666px);
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 599px) {
  #kids-abt .cm-section1-ttl {
    padding-top: 20px;
    padding-bottom: 8px;
  }
  #kids-abt .cm-section1-ttl h3::before {
    height: 10px;
  }
  #kids-abt .cm-section1-ttl .cm-section1-img {
    width: 64px;
    left: -16px;
  }
  #kids-abt .desc-img {
    gap: 8px;
  }

  #kids-abt .desc-img img {
    width: calc(33.333% - 5.333px);
    height: auto;
    object-fit: contain;
  }
}

/* 1~3セクション */
#kids-abt .kids-sec {
  padding-bottom: 100px;
}
#kids-abt .kids-sec:last-child {
  padding-bottom: 0;
}
#kids-abt .kids-sec h4 {
  background-color: var(--color-blue-2);
  position: relative;
}
#kids-abt .kids-sec h4::before {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 100vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-blue-2);
}
#kids-abt .kids-sec h4 img {
  height: 46px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#kids-abt .kids-sec-txt {
  padding-top: 60px;
  position: relative;
  z-index: 1;
  text-align: left;
}

#kids-abt .kids-sec-txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: var(--color-white);
  z-index: -1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#kids-abt .kids-sec-cards {
  padding-top: 40px;
  background-color: var(--color-white);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
#kids-abt .kids-sec-card {
  width: 33.333%;
  padding: 12px 72px 56px 72px;
  border-right: 24px solid var(--color-very-light-gray);
}

#kids-abt .kids-sec-card:last-child {
  border-right: none;
}

#kids-abt .kids-sec-card .ttl h5 {
  color: var(--color-blue-2);
  font-weight: 800;
  font-size: var(--fs-md-mid);
  text-align: left;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-brown);
}
#kids-abt .kids-sec-card .txt {
  text-align: justify;
  padding-top: 24px;
}
@media screen and (max-width: 1300px) {
  #kids-abt .kids-sec-cards {
    width: calc(100% - 60px);
    padding-left: 0;
    padding-right: 0;
  }
  #kids-abt .kids-sec-card {
    padding: 12px 24px 40px 24px;
    border-right: 16px solid var(--color-very-light-gray);
  }
}

@media screen and (max-width: 1100px) {
  #kids-abt .kids-sec-card .ttl h5 {
    font-size: var(--fs-md2);
  }
}
@media screen and (max-width: 960px) {
  #kids-abt .kids-sec {
    padding-bottom: 80px;
  }
  #kids-abt .kids-sec h4 {
    width: calc(100% - 120px);
  }
  #kids-abt .kids-sec h4 img {
    height: 36px;
  }
  #kids-abt .kids-sec-cards {
    padding-top: 24px;
  }
  #kids-abt .kids-sec-card {
    padding: 12px 16px 24px 16px;
    border-right: 16px solid var(--color-very-light-gray);
  }
  #kids-abt .kids-sec-card .ttl h5 {
    padding-bottom: 16px;
  }
  #kids-abt .kids-sec-card .txt {
    padding-top: 16px;
  }
}
@media screen and (max-width: 780px) {
  #kids-abt .kids-sec-cards {
    flex-direction: column;
    padding-top: 0;
    margin-top: 24px;
    gap: 16px;
    background-color: initial;
    box-shadow: none;
  }
  #kids-abt .kids-sec-card {
    width: 100%;
    border-right: none;
    padding: 24px;
    background-color: var(--color-white);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
  #kids-abt .kids-sec-card:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  #kids-abt .kids-sec {
    padding-bottom: 60px;
  }
  #kids-abt .kids-sec h4 img {
    height: 30px;
  }
  #kids-abt .kids-sec-txt {
    padding-top: 30px;
  }
}

@media screen and (max-width: 599px) {
  #kids-abt .kids-sec h4 {
    width: calc(100% - 60px);
  }
  #kids-abt .kids-sec h4 img {
    height: 20px;
  }
}

/* kids-prog
================================================== */
#kids-prog {
  position: relative;
  z-index: 1;
}

#kids-prog::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 10%);
  bottom: 0;
  background-image: url(../../img/common/img_check_bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding-top: 80px;
  background-color: var(--color-white);
  z-index: -1;
}
#kids-prog .ttl h2 {
  width: 408px;
}
#kids-prog .ttl h2 img {
  width: 100%;
}
#kids-prog .prog-cards {
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
}

#kids-prog .prog-card {
  position: relative;
  max-width: 944px;
  width: 100%;
  background-color: var(--color-white);
}

#kids-prog .prog-card-ttl-img {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 336px;
  height: auto;
}

#kids-prog .prog-card-ttl {
  background-color: var(--color-blue-2);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

#kids-prog .prog-card-ttl h5 img {
  height: 72px;
  padding-left: 40px;
}
#kids-prog .prog-card-inr {
  padding: 56px;
}

#kids-prog .prog-card-txt {
  max-width: 424px;
}
#kids-prog .prog-card-txt .text1 {
  font-size: var(--fs-md-mid);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-brown);
  font-weight: 900;
}

#kids-prog .prog-card-txt .text2 {
  padding-top: 32px;
}

#kids-prog .prog-card-img {
  width: 357px;
  height: 394px;
  position: absolute;
  right: 56px;
  top: 40px;
}
#kids-prog .prog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 980px) {
  #kids-prog .prog-cards {
    gap: 80px;
  }
  #kids-prog .prog-card-inr {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  #kids-prog .prog-card-txt {
    max-width: initial;
  }
  #kids-prog .prog-card-img {
    top: 96px;
    width: 280px;
    height: 312px;
    right: 40px;
    position: initial;
    flex-shrink: 0;
  }
  #kids-prog .prog-card-ttl-img {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  #kids-prog .prog-cards {
    gap: 60px;
  }
  #kids-prog .ttl h2 {
    width: 300px;
  }
  #kids-prog .prog-card-inr {
    padding: 40px;
    gap: 16px;
  }

  #kids-prog .prog-card-ttl h5 img {
    height: 56px;
  }
  #kids-prog .prog-card-txt .text1 {
    padding-bottom: 24px;
  }
  #kids-prog .prog-card-txt .text2 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 699px) {
  #kids-prog .prog-card-ttl-img {
    width: 200px;
  }
  #kids-prog .prog-card-inr {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #kids-prog .prog-card-img {
    width: 100%;
  }
  #kids-prog .prog-card-txt .text1 {
    padding-bottom: 16px;
  }
  #kids-prog .prog-card-txt .text2 {
    padding-top: 16px;
  }
}

@media screen and (max-width: 599px) {
  #kids-prog .prog-card-ttl-img {
    width: 160px;
  }
  #kids-prog .prog-cards {
    gap: 40px;
  }
  #kids-prog .ttl h2 {
    width: 200px;
  }
  #kids-prog .prog-card-inr {
    padding: 24px;
  }
  #kids-prog .prog-card-ttl h5 img {
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  #kids-prog .prog-card-img {
    height: 240px;
  }
}

/* kids-desc 
================================================== */
#kids-desc {
  background-color: var(--color-very-light-gray);
  padding-top: 100px;
}

#kids-desc .desc-ttl {
  position: relative;
  z-index: 2;
}

#kids-desc .desc-ttl-img {
  position: absolute;
  top: 0;
  left: 80%;
  transform: translateY(-50%);
  width: 316px;
  height: 378px;
  object-fit: contain;
  z-index: -1;
}

#kids-desc .desc-ttl {
  position: relative;
  z-index: 2;
}

#kids-desc .desc-ttl-text {
  display: block;
  max-width: 666px;
  margin: 0 auto;
}

#kids-desc .desc-gallery {
  gap: 24px;
}

#kids-desc .desc-gallery img {
  width: calc(50% - 12px);
  height: auto;
  object-fit: contain;
}

#kids-desc .info-cards {
  gap: 24px;
}

#kids-desc .info-card {
  width: calc(33.333% - 16px);
  background-color: var(--color-white);
  box-shadow: 6px 6px 6px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: var(--color-very-light-gray);
  border: 3px solid var(--color-white);
}
#kids-desc .info-card h4 {
  background-color: var(--color-white);
}

#kids-desc .info-card h4 p {
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: var(--fs-md3);
  color: var(--color-blue-2);
  padding-right: 24px;
}

#kids-desc .info-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-weight: 800;
  font-size: var(--fs-md-lg);
  padding: 32px;
}

#kids-desc .info-card-text span {
  display: inline-block;
}

#kids-desc .info-card-text .lg {
  font-size: var(--fs-xlg);
  letter-spacing: -0.2em;
}

#kids-desc .info-card-text .md {
  font-size: var(--fs-md-lg);
}

#kids-desc .info-card-text .md-lg {
  font-size: var(--fs-lg);
  letter-spacing: 0.05em;
}

#kids-desc .info-card-text .thin {
  font-weight: 500;
}

#kids-desc .info-card.card1 .info-card-text {
  font-size: var(--fs-md);
  letter-spacing: 0.05em;
  text-align: center;
}

#kids-desc .info-card.card2 .info-card-text {
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  #kids-desc .desc-ttl-img {
    width: 280px;
    height: 320px;
    left: 75%;
  }
}

@media screen and (max-width: 960px) {
  #kids-desc {
    padding-top: 80px;
  }
  #kids-desc .desc-ttl-text {
    max-width: 500px;
  }
  #kids-desc .desc-ttl-img {
    width: 240px;
    height: 260px;
  }
  #kids-desc .info-cards {
    gap: 16px;
  }
  #kids-desc .info-card-text {
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  #kids-desc .desc-ttl-text {
    max-width: 400px;
  }
  #kids-desc .desc-ttl-img {
    width: 200px;
    height: 220px;
  }
  #kids-desc .desc-gallery {
    gap: 16px;
  }

  #kids-desc .info-cards {
    flex-direction: column;
  }
  #kids-desc .info-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  #kids-desc .info-card.card2 .info-card-text {
    align-items: center;
  }
}

@media screen and (max-width: 599px) {
  #kids-desc .desc-ttl-text {
    max-width: 300px;
  }
  #kids-desc .desc-ttl-img {
    width: 140px;
    height: 160px;
    left: initial;
    right: -30px;
  }
}

@media screen and (max-width: 480px) {
  #kids-desc .desc-ttl-img {
    width: 100px;
    height: 120px;
  }
}

/* スケジュール
================================================== */
#kids-sche {
  background-image: url(../../img/common/img_check_bg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  padding-top: 100px;
}

#kids-sche .sche-list-inr {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#kids-sche .sche-hd {
  background-color: var(--color-blue-2);
  color: var(--color-white);
  font-weight: 800;
  font-size: var(--fs-xlg);
  padding: 24px 0 24px 160px;
  letter-spacing: 0.2em;
}

#kids-sche .sche-list {
  background-color: var(--color-white);
}

#kids-sche .sche-item {
  gap: 56px;
  font-weight: 800;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 160px;
}

#kids-sche .sche-item:nth-child(odd) {
  background-color: var(--color-very-light-gray);
}

#kids-sche .sche-date {
  width: 165px;
  font-size: var(--fs-md-lg);
  text-align: justify;
  text-align-last: justify;
}

#kids-sche .sche-event {
  flex: 1;
  font-size: var(--fs-md-lg);
}
#kids-sche .sche-cta {
  border: 1px solid var(--color-blue-2);
  max-width: 626px;
  margin: 56px auto;
}

#kids-sche .sche-cta-hd {
  font-size: var(--fs-md-mid);
  font-weight: 800;
  background-color: var(--color-blue-2);
  padding: 24px 64px;
  color: var(--color-white);
  text-align: center;
}

#kids-sche .sche-cta-img {
  padding: 24px 64px;
}

#kids-sche .cm-gallery {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
#kids-sche .cmn-contact-btn {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #kids-sche {
    padding-top: 80px;
  }
  #kids-sche .sche-hd,
  #kids-sche .sche-item {
    padding-left: 40px;
  }
  #kids-sche .sche-cta {
    max-width: 500px;
  }
  #kids-sche .sche-cta-hd {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  #kids-sche .sche-hd {
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #kids-sche .sche-item {
    flex-direction: column;
    align-items: flex-start;
    gap: initial;
    padding: initial;
  }
  #kids-sche .sche-item:nth-child(odd) {
    background-color: initial;
  }

  #kids-sche .sche-date {
    width: 100%;
    text-align: initial;
    text-align-last: initial;
    background-color: var(--color-very-light-gray);
    padding: 8px 16px;
  }

  #kids-sche .sche-event {
    padding: 8px 16px;
  }

  #kids-sche .sche-cta {
    margin: 32px auto;
    margin: 32px 16px;
    max-width: 440px;
  }
  #kids-sche .sche-cta-hd {
    padding: 16px 0;
  }
  #kids-sche .sche-cta-img {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 599px) {
  #kids-sche .sche-cta-hd {
    padding: 8px 0;
  }
  #kids-sche .sche-cta-img {
    padding: 8px 32px;
  }
}
