@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@media screen and (min-width: 769px) {
  .page_ttl h1 img {
    width: 300px;
  }
}

.kids_ttl {
  color: #4B3700;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.57;
}
.kids_ttl span:before {
  content: "＼";
  padding-right: 10px;
}
.kids_ttl span:after {
  content: "／";
  padding-left: 8px;
}
@media screen and (min-width: 769px) {
  .kids_ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.kids_slider {
  overflow: hidden;
  margin-right: -20px;
  margin-left: 20px;
}
.kids_slider .swiper {
  overflow: visible;
}
.kids_slider .swiper .swiper-slide {
  max-width: 180px;
}
.kids_slider .swiper .swiper-slide .thumb_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
}
.kids_slider .swiper .swiper-slide .thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 12px;
  padding-top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.kids_slider .swiper .swiper-slide .title {
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-bottom: 3px;
  overflow-x: clip;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 2.84rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kids_slider .swiper .swiper-slide .name {
  font-size: 12px;
  line-height: 1.42;
}
.kids_slider .swiper .swiper-slide .date {
  color: #969696;
  font-size: 11px;
  line-height: 1.45;
  margin-bottom: 40px;
}
.kids_slider .swiper .swiper-slide img {
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .kids_slider {
    margin: 0;
  }
  .kids_slider .swiper .swiper-slide .thumb_link {
    height: 200px;
  }
}

.passport::before, .hiroba::before {
  content: "";
  background: url(../img/kids/bg_wave_sp.png) center/contain no-repeat;
  width: 100%;
  height: 63px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .passport::before, .hiroba::before {
    content: none;
  }
}

.top::after, .passport::after {
  content: "";
  background: url(../img/kids/bg_wave_sp.png) center/contain no-repeat;
  width: 100%;
  height: 63px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .top::after, .passport::after {
    background-image: url(../img/kids/bg_wave_pc.png);
    background-size: cover;
    height: 90px;
    bottom: -40px;
  }
}

/* ▼▼▼ トップ
====================================================== */
.top {
  padding: 20px 0 50px;
  background: url(../img/kids/top_bg.png) center bottom/contain no-repeat;
}
.top .ttl {
  text-align: center;
  margin: 0 -15px 30px;
}
.top .lead {
  color: #4B3700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  max-width: 85%;
  margin: auto;
  position: relative;
}
.top .lead::before, .top .lead::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.top .lead::before {
  background-image: url(../img/kids/lead_bg01.svg);
  width: 23px;
  height: 33px;
  top: 0;
  left: -5%;
}
.top .lead::after {
  background-image: url(../img/kids/lead_bg02.svg);
  width: 45px;
  height: 45px;
  bottom: 0;
  right: -5%;
}
@media screen and (min-width: 769px) {
  .top {
    padding: 50px 0 100px;
    background-image: url(../img/kids/top_bg_pc.png);
  }
  .top > .container {
    max-width: 1200px;
  }
  .top .ttl {
    margin: 0 -15px 50px;
  }
  .top .lead {
    max-width: 50%;
  }
  .top .lead::before {
    width: 47px;
    height: 68px;
    left: -20%;
  }
  .top .lead::after {
    width: 80px;
    height: 80px;
    right: -20%;
  }
}

/* ▼▼▼ イベント
====================================================== */
.event {
  padding: 20px 0 30px;
}
.event .kids_slider {
  margin-left: 0;
}
.event .kids_slider .swiper .swiper-slide .slider_inner_item {
  position: relative;
  height: 100%;
}
.event .kids_slider .swiper .swiper-slide .thumb {
  border-radius: 0;
}
.event .kids_slider .swiper .swiper-slide a.btn {
  width: 100%;
  max-width: 100%;
  height: 35px;
  margin: 12px auto 0;
  position: absolute;
  bottom: 0;
}
.event .noentry {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .event {
    padding: 45px 0 75px;
  }
  .event .kids_slider .swiper .swiper-slide {
    max-width: 250px;
  }
  .event .kids_slider .swiper .swiper-slide .date {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .event .kids_slider .swiper .swiper-slide a.btn {
    height: 45px;
  }
}

/* ▼▼▼ キッズパスポート
====================================================== */
.passport {
  background-color: #D3E8E4;
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .passport::after {
    content: none;
  }
}
.passport .ilst {
  max-width: 190px;
  margin: 20px auto 10px;
}
.passport .lead {
  color: #4B3700;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.passport .flex {
  flex-direction: column;
}
.passport .benefit_box {
  background-color: #EFF2F1;
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.passport .benefit_box .headline {
  background-color: #fff;
  padding: 12px 15px 15px 95px;
  position: relative;
}
.passport .benefit_box .headline .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
}
.passport .benefit_box .headline p {
  color: #4B3700;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.passport .benefit_box .content {
  padding: 24px;
}
.passport .benefit_box .content p {
  color: #4B3700;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
.passport .benefit_box .content a.btn {
  max-width: calc(100% - 40px);
}
.passport .benefit_box:last-child .content a.btn {
  height: 60px;
  line-height: 1.46;
}
@media screen and (min-width: 769px) {
  .passport {
    padding: 60px 0 100px;
  }
  .passport .lead_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .passport .ilst {
    max-width: 200px;
    margin: 0;
  }
  .passport .flex {
    flex-direction: row;
    align-items: flex-start;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    margin-top: 50px;
  }
  .passport .flex .benefit_box {
    width: 100%;
    margin-top: 0;
  }
  .passport .flex .benefit_box .headline {
    padding: 22px 15px 22px 125px;
  }
  .passport .flex .benefit_box .headline .num img {
    width: 56px;
    height: auto;
  }
  .passport .flex .benefit_box .headline p {
    font-size: 18px;
  }
  .passport .flex .benefit_box .content {
    padding: 35px 55px;
  }
  .passport .flex .benefit_box .content a.btn {
    max-width: 100%;
  }
  .passport .flex .benefit_box .content a.btn br {
    display: none;
  }
}

/* ▼▼▼ 公式LINE登録
====================================================== */
.registration {
  padding: 30px 20px;
}
.registration p {
  color: #4B3700;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-top: 1px solid #707070;
  padding: 20px 0;
}
.registration a.btn {
  max-width: calc(100% - 50px);
}
.registration a.btn:before {
  content: "";
  background: url(../img/icon_line.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .registration {
    padding: 45px 0 80px;
  }
  .registration p {
    max-width: 400px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .registration a.btn {
    max-width: 300px;
  }
}

/* ▼▼▼ 駅前すくすくひろば
====================================================== */
.hiroba {
  background: linear-gradient(150deg, rgba(255, 247, 203, 0.5) 0%, rgba(197, 232, 240, 0.5) 95%, rgba(206, 246, 255, 0.5) 100%);
  padding: 50px 20px;
}
.hiroba p {
  color: #505050;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .hiroba {
    padding: 50px 0;
  }
  .hiroba .container {
    max-width: 700px;
  }
  .hiroba .kids_ttl {
    margin-bottom: 35px;
  }
  .hiroba p {
    margin-top: 35px;
  }
}

/* ▼▼▼ お問い合わせ
====================================================== */
.inquiry {
  padding: 40px 20px 0;
}
.inquiry .txt {
  color: #505050;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .inquiry {
    padding: 45px 0 0;
  }
  .inquiry .txt:first-of-type {
    text-align: center;
  }
  .inquiry .txt:last-of-type {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .inquiry a.btn {
    max-width: 350px;
  }
}

/* ▼▼▼ 詳細ページ
====================================================== */
.article {
  padding: 32px 0 40px;
}
.article article .ttl {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.article article .thumb {
  margin-bottom: 24px;
}
.article article .txt {
  color: #505050;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.article article a.btn {
  margin-top: 24px;
}
.article article a.btn.pdf_btn:before {
  left: 75%;
}
.article article .share_box {
  margin-top: 24px;
}
.article article .share_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.article article .share_box ul li:first-child {
  font-size: 22px;
}
.article article .share_box ul li a {
  max-width: 30px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .article {
    padding: 70px 0;
  }
  .article .container {
    max-width: 600px;
  }
  .article article .share_box {
    margin-top: 50px;
  }
  .article article .share_box ul {
    gap: 15px;
  }
  .article article .share_box ul li a {
    max-width: 45px;
  }
  .article article .share_box ul li a img {
    width: 45px;
  }
}

/* おすすめイベント */
.other_event {
  padding: 50px 0 0;
  position: relative;
}
.other_event:before {
  content: "";
  background-color: #ccc;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.other_event .sec_ttl {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}
.other_event .sec_ttl .sub {
  display: block;
  text-align: center;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.other_event .article_list {
  gap: 15px;
  margin-bottom: 30px;
}
.other_event .article_list li .ttl {
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.42;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .other_event:before {
    width: 1000px;
  }
  .other_event .sec_ttl {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .other_event .article_list {
    gap: 40px;
    margin-bottom: 60px;
  }
}