@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ul, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
}

small {
  color: #60a660;
  display: block;
  font-weight: normal;
}

*:focus {
  outline: none;
}

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
.sp__none {
  display: none;
}

html {
  font-size: 3.125vw;
  /*
    計算式：　10(px) / 320(px) * 100 = 3.125
    画面幅320pxの時に "font-size: 10px" 相当になる
  */
}

body {
  font-size: 1.5rem;
  /*
    html要素で指定されたfont-sizeの1.6倍になる
	1px=0.1rem
  */
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 1.5rem;
  font-weight: 　lighter;
}

.sp_wrap {
  width: 90%;
  margin: auto;
}

.header {
  width: 100%;
  padding-bottom: 20%;
  position: relative;
  background-image: url("../images/sp_top_facility.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header__logo {
  width: 15rem;
  margin: 0 auto 1rem auto;
  padding: 1rem 0 0;
}

.header__navBtn {
  text-align: center;
  position: absolute;
  padding: 0 0 0.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.4rem solid #f39800;
  bottom: 0rem;
  width: 100%;
  color: #f39800;
}
.header__navBtn::before {
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  width: 1.3rem;
  /*画像の幅*/
  height: 50%;
  /*画像の高さ*/
  background-size: contain;
  background-image: url("../images/nav.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1rem;
  left: 11rem;
}
.header__navBtn::after {
  content: '';
  display: block;
  margin-left: 2rem;
  margin-bottom: 4px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #f39800;
  border-right: 2px solid #f39800;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: .5rem;
  right: 10rem;
}

.header__navBtn.rotate::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: .8rem;
}

.navSp__ul {
  display: none;
}

.navSp__toc {
  position: relative;
  border-bottom: 0.1rem solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navSp__toc a {
  padding: 1rem 0 1rem 2rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
  top: 0rem;
  left: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navSp__toc img {
  display: inline-block;
  width: 2.8rem;
  margin: 0 2rem 0 0;
}
.navSp__toc::after {
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  width: 1.2rem;
  /*画像の幅*/
  height: 100%;
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
}

.section {
  padding: 3rem 0 0 0;
}
.section__title {
  text-align: center;
  margin-bottom: 2rem;
}
.section__small {
  text-align: center;
  margin-bottom: 2rem;
}

.privacyPolicy__section {
  margin-bottom: 4rem;
}

.privacyPolicy__dl dt {
  font-weight: bold;
  font-size: 110%;
}
.privacyPolicy__dl dd {
  margin-bottom: 2rem;
}

.privacyPolicy__txt {
  margin-bottom: 2rem;
  text-align: center;
}

.map {
  padding: 5rem 0 3rem 0;
  text-align: center;
  font-size: .9em;
  position: relative;
}

.map__txt__orange {
  font-size: 2.5rem;
  color: #f39800;
}

.map__map {
  position: relative;
  width: 80%;
  height: 0;
  padding-top: 56.25%;
  /*比率をお好みで*/
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: .5rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.map__btn {
  width: 80%;
  margin: auto auto 2rem;
}

.map__btn a {
  display: block;
  border-radius: 3rem;
  background-image: url(../images/btn__bk@3x.png);
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
}

.footer {
  background-color: #ffffff;
  padding-top: 6rem;
  position: relative;
}
.footer::before {
  content: '';
  /*何も入れない*/
  display: block;
  /*忘れずに！*/
  width: 100%;
  /*画像の幅*/
  height: 40%;
  /*画像の高さ*/
  background-image: url("../../images/bk__copy.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 0;
}
.footer__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  z-index: 10;
  margin: auto;
  padding-bottom: 2rem;
}
.footer__txt p {
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer__txt--border {
  border-right: 1px solid #91918f;
}
.footer__txt a {
  text-decoration: none;
  color: #91918f;
}
.footer__copy {
  text-align: center;
  font-size: .5rem;
  padding-bottom: 1rem;
}

/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {
  html {
    font-size: 0.625vw;
  }

  .sp__none {
    display: block;
  }

  .pc__none {
    display: none;
  }

  .sp_wrap {
    width: 100%;
  }

  .header {
    width: 100%;
    position: relative;
    background-image: url("../images/facility_header.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header__logo {
    width: 24rem;
    margin: 0 auto 0 auto;
  }
  .header__logo img {
    padding: 3rem 0 0 0;
  }
  .header::after {
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 8%;
    /*画像の幅*/
    height: 30%;
    /*画像の高さ*/
    background-image: url("../images/orange.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 7.5rem;
    right: 15rem;
  }
  .header::before {
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 30%;
    /*画像の幅*/
    height: 30%;
    /*画像の高さ*/
    background-image: url("../images/green.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10.8rem;
    left: 13rem;
  }

  .navPc {
    position: absolute;
    top: 15.3rem;
    left: 36.5rem;
  }
  .navPc__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navPc__toc a {
    width: 12rem;
    height: 12rem;
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .navPc__toc {
    margin: 0 3rem 0 0;
  }
  .navPc__toc:hover {
    opacity: .7;
  }
  .navPc__toc img {
    position: absolute;
    display: block;
    width: 4.4rem;
    top: 3.8rem;
    left: 3.8rem;
  }
  .navPc__toc:last-child {
    margin: 0 0 0 0;
  }
  .navPc__txt {
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem auto auto auto;
  }

  .section {
    margin: 0 0 12.8rem 0;
    padding: 0 0 0 0;
  }
  .section__title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
  }
  .section__small {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }

  .privacyPolicy__section {
    margin-bottom: 0rem;
  }

  .news__number {
    padding: 6rem 0 0;
    width: 60rem;
  }
  .news__number li {
    padding: 0 0rem;
  }

  .privacyPolicy {
    margin: auto;
    width: 60rem;
  }

  .newsTitle {
    font-size: 3rem;
  }

  .newsTxt {
    line-height: 2.5em;
  }

  .news__img {
    width: 100%;
    padding: 2rem 0 13rem;
    background-image: url("../contact/images/contact_bg02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  .map {
    padding: 5rem 0 15rem 0;
    font-size: .9em;
  }
  .map::before {
    height: 100%;
    /*画像の高さ*/
    top: -10rem;
  }
  .map__map {
    position: relative;
    width: 80rem;
    padding-top: 41rem;
    /*比率をお好みで*/
  }
  .map__map iframe {
    padding: 1rem;
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
  }
  .map__btn {
    width: 40rem;
    margin: auto auto 0;
    cursor: pointer;
  }
  .map__btn:hover {
    opacity: .7;
  }

  .footer {
    background-color: #faf7e9;
    background-image: url("../images/bk__copy.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding-top: 6rem;
  }
  .footer::before {
    display: inline;
    /*忘れずに！*/
    background-image: none;
    position: static;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .footer__txt {
    font-size: 1.5rem;
    padding-bottom: 10rem;
  }
  .footer__copy {
    padding-bottom: 5rem;
  }
  .footer::after {
    position: absolute;
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 30%;
    /*画像の幅*/
    height: 50%;
    /*画像の高さ*/
    background-image: url("../images/green.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 9rem;
    right: 1rem;
  }

  .contact {
    padding: 5rem 0 0 0;
    font-size: .9em;
  }
  .contact::before {
    height: 100%;
    /*画像の高さ*/
    top: -10rem;
  }
  .contact::after {
    position: absolute;
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 15%;
    /*画像の幅*/
    height: 35%;
    /*画像の高さ*/
    background-image: url("../images/contact_circle.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 19rem;
    left: -2rem;
  }
  .contact__txt {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .contact__txt__orange {
    font-size: 3.35rem;
  }
  .contact__pcflex {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 4rem auto;
  }
  .contact__tel {
    margin-left: 1.4rem;
  }
  .contact__fax {
    margin-bottom: 0;
    margin-left: 1.4rem;
  }
  .contact__map {
    position: relative;
    width: 80rem;
    padding-top: 41rem;
    /*比率をお好みで*/
  }
  .contact__map iframe {
    padding: 1rem;
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
  }
  .contact__btn {
    width: 40rem;
    margin: auto auto 0;
    cursor: pointer;
  }
  .contact__btn:hover {
    opacity: .7;
  }
  .contact__btn::before {
    position: absolute;
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 13%;
    /*画像の幅*/
    height: 54%;
    /*画像の高さ*/
    background-image: url("../images/yellow02.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -19rem;
    right: 0;
  }

  .contact__txt::after {
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 20%;
    /*画像の幅*/
    height: 20%;
    /*画像の高さ*/
    background-image: url("../images/facility_yellow02.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -23rem;
    right: 10rem;
    z-index: 1000;
  }

  .footer {
    background-color: #faf7e9;
    background-image: url("../images/bk__copy.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding-top: 6rem;
  }
  .footer::before {
    display: inline;
    /*忘れずに！*/
    background-image: none;
    position: static;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .footer__txt {
    font-size: 1.5rem;
    padding-bottom: 10rem;
  }
  .footer__copy {
    padding-bottom: 5rem;
  }
  .footer::after {
    position: absolute;
    content: '';
    /*何も入れない*/
    display: block;
    /*忘れずに！*/
    width: 30%;
    /*画像の幅*/
    height: 50%;
    /*画像の高さ*/
    background-image: url("../images/green.png");
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 9rem;
    right: 1rem;
  }
}



















/* =========================
   こども食堂ページ
========================= */

.kids-hero {
  position: relative;
  padding: 7rem 0 5rem;
  background: #ffffff;
  overflow: hidden;
}

.kids-hero__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.kids-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.7rem 1.6rem;
  background: #fff6df;
  color: #f39800;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.kids-hero__title {
  font-size: 3.2rem;
  line-height: 1.4;
  color: #f39800;
  margin-bottom: 0.8rem;
}

.kids-hero__sub {
  color: #60a660;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.kids-hero__photoWrap {
  position: relative;
  width: 100%;
  max-width: 82rem;
  margin: 0 auto 2.8rem;
}

.kids-hero__photo {
  overflow: hidden;
  border-radius: 2.4rem;
  box-shadow: 0 1.6rem 3.2rem rgba(0, 0, 0, 0.10);
  border: 0.8rem solid #ffffff;
  background: #ffffff;
}

.kids-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.kids-hero__stamp {
  position: absolute;
  width: 7rem;
  animation: kidsFloat 3.8s ease-in-out infinite;
  pointer-events: none;
}

.kids-hero__stamp img {
  display: block;
  width: 100%;
  height: auto;
}

.kids-hero__stamp--orange {
  top: -2rem;
  right: -1rem;
}

.kids-hero__stamp--green {
  left: -1rem;
  bottom: -2rem;
  animation-delay: .8s;
}

.kids-hero__lead {
  line-height: 2;
  font-size: 1.5rem;
  max-width: 78rem;
  margin: 0 auto;
}

.kids-section__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.kids-section__title small {
  text-align: center;
}

.kids-place {
  padding: 2rem 0 7rem;
  background: #ffffff;
  position: relative;
}

.kids-place::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: -4rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(96,166,96,.06);
  pointer-events: none;
}

.kids-place::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: 4rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: rgba(243,152,0,.06);
  pointer-events: none;
}

.kids-place__list {
  position: relative;
  z-index: 1;
}

.kids-place__card {
  background: #ffffff;
  border-radius: 2.4rem;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 1.5rem 3rem;
  border: 1px solid #efe7d8;
  transition: transform .3s ease, box-shadow .3s ease;
}

.kids-place__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.4rem 3rem rgba(0,0,0,.10);
}

.kids-place__card:last-child {
  margin-bottom: 0;
}

.kids-place__head {
  position: relative;
  padding: 2.6rem 2rem 2rem;
  background: linear-gradient(135deg, #fff8ef 0%, #ffffff 100%);
}

.kids-place__head::after {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(96, 166, 96, 0.08);
}

.kids-place__badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.7rem 1.4rem;
  background: #60a660;
  color: #fff;
  border-radius: 999px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.kids-place__name {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #f39800;
  position: relative;
  z-index: 1;
}

.kids-place__body {
  padding: 2rem;
}

.kids-place__dl {
  background: #faf7e9;
  border-radius: 1.6rem;
  padding: 2rem;
  box-shadow: inset 0 0 0 1px #f0e7d8;
}

.kids-place__dl dt {
  color: #60a660;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.kids-place__dl dd {
  margin: 0 0 1.6rem;
  line-height: 1.9;
}

.kids-place__dl dd:last-child {
  margin-bottom: 0;
}

.kids-place__dl a {
  color: #333333;
  text-decoration: none;
}

.kids-place__photo {
  margin-top: 2rem;
}

.kids-place__photoFrame {
  background: #ffffff;
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.08);
  border: 1px solid #efe7d8;
}

.kids-place__photoFrame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .5s ease;
}

.kids-place__card:hover .kids-place__photoFrame img {
  transform: scale(1.04);
}

.kids-place__photoCaption {
  margin-top: 1rem;
  text-align: center;
  color: #777;
  font-size: 1.3rem;
}

.kids-place__reserve {
  padding: 0 2rem 2.4rem;
  text-align: center;
}

.kids-place__reserveTitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #60a660;
  margin-bottom: 1.2rem;
}

.kids-place__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26rem;
  padding: 1.4rem 2.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f39800 0%, #f7b23b 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  box-shadow: 0 1rem 2rem rgba(243,152,0,.22);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  position: relative;
}

.kids-place__button::after {
  content: "→";
  margin-left: .8rem;
  font-size: 1.4rem;
}

.kids-place__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 1.4rem 2.6rem rgba(243,152,0,.28);
  opacity: .95;
}

.kids-place__note {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #777;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.kids-message {
  padding: 0 0 7rem;
  background: #ffffff;
}

.kids-message__box {
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
  border-radius: 2.4rem;
  padding: 2.6rem 2rem 3.2rem;
  box-shadow: 0 1rem 2.4rem rgba(0,0,0,.06);
  position: relative;
  overflow: visible;
  text-align: center;
  max-width: 90rem;
  margin: 0 auto;
}

.kids-message__box::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
  transform: translateX(-50%);
  width: 14rem;
  height: 0.6rem;
  border-radius: 999px;
  background: linear-gradient(to right, #f39800, #60a660);
}

.kids-message__box::after {
  display: none;
}

.kids-message__box p {
  line-height: 2;
  margin-bottom: 1.4rem;
  text-align: center;
}

.kids-message__box p:last-child {
  margin-bottom: 0;
}

@keyframes kidsFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* =========================
   PC
========================= */
@media screen and (min-width: 768px) {
  .kids-hero {
    padding: 11rem 0 7rem;
  }

  .kids-hero__eyebrow {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }

  .kids-hero__title {
    font-size: 5rem;
  }

  .kids-hero__sub {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }

  .kids-hero__photoWrap {
    margin: 0 auto 3.6rem;
  }

  .kids-hero__photo {
    border-radius: 3.2rem;
  }

  .kids-hero__stamp {
    width: 9rem;
  }

  .kids-hero__stamp--orange {
    top: -2.6rem;
    right: -2rem;
  }

  .kids-hero__stamp--green {
    left: -2rem;
    bottom: -2.6rem;
  }

  .kids-hero__lead {
    width: 90rem;
    margin: 0 auto;
    font-size: 1.7rem;
  }

  .kids-place {
    padding: 3rem 0 10rem;
  }

  .kids-place__card {
    margin: 0 3rem 4rem;
    border-radius: 3rem;
  }

  .kids-place__head {
    padding: 3.5rem 4rem 2.8rem;
  }

  .kids-place__name {
    font-size: 3.6rem;
  }

  .kids-place__body {
    display: flex;
    gap: 4rem;
    padding: 4rem;
    align-items: flex-start;
  }

  .kids-place__info {
    width: 55%;
  }

  .kids-place__photo {
    width: 45%;
    margin-top: 0;
  }

  .kids-place__photoFrame img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
  }

  .kids-place__dl {
    padding: 3rem 3.2rem;
    border-radius: 2rem;
  }

  .kids-place__dl dt {
    float: left;
    width: 8em;
    margin-bottom: 1.8rem;
  }

  .kids-place__dl dd {
    padding-left: 8.5em;
    margin-bottom: 1.8rem;
  }

  .kids-place__dl::after {
    content: "";
    display: block;
    clear: both;
  }

  .kids-place__reserve {
    padding: 0 4rem 4rem;
  }

  .kids-place__reserveTitle {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }

  .kids-place__button {
    min-width: 30rem;
    font-size: 1.6rem;
    padding: 1.6rem 3rem;
  }

  .kids-message {
    padding: 0 0 10rem;
  }

  .kids-message__box {
    padding: 4rem 4rem 4.2rem;
    border-radius: 3rem;
  }

  .kids-message__box::before {
    width: 18rem;
  }
}









/* =========================
   こども食堂ページ 追加調整
========================= */

/* タイトルをやわらかい雰囲気に */
.kids-hero__title {
  font-size: 3.4rem;
  line-height: 1.35;
  color: #f39800;
  margin-bottom: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family:
    "Hiragino Maru Gothic ProN",
    "ヒラギノ丸ゴ ProN W4",
    "YuKyokasho",
    "游教科書体",
    "HGS創英角ﾎﾟｯﾌﾟ体",
    "Arial Rounded MT Bold",
    sans-serif;
}

/* 開催場所一覧のカード左右余白を広めに */
.kids-place__card {
  background: #ffffff;
  border-radius: 2.4rem;
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin: 0 2.8rem 3.6rem;
  border: 1px solid #efe7d8;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* 「ご予約はこちらへ」見出しを消す */
.kids-place__reserveTitle {
  display: none;
}

/* ボタンを縦横中央に */
.kids-place__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52rem;
  height: 9rem;
  margin: 0 auto;
  padding: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f39800 0%, #f7b23b 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  box-shadow: 0 1rem 2rem rgba(243,152,0,.22);
  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  box-sizing: border-box;
}

.kids-place__button::after {
  display: none;
}

.kids-place__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 1.4rem 2.6rem rgba(243,152,0,.28);
  opacity: .95;
}

/* PC */
@media screen and (min-width: 768px) {
  .kids-hero__title {
    font-size: 5.4rem;
    letter-spacing: 0.08em;
  }

  .kids-place__card {
    margin: 0 6rem 4.5rem;
    border-radius: 3rem;
  }

  .kids-place__button {
    min-width: 30rem;
    min-height: 6.2rem;
    font-size: 1.6rem;
    padding: 1.6rem 3rem;
  }
}







/* こども食堂のタイトルに影を足す */
.kids-hero__title {
  text-shadow: 0.15rem 0.15rem 0 #fff3d9;
}








/* =========================
   こども食堂ページ スマホ調整
========================= */
@media screen and (max-width: 767px) {

  /* 右にはみ出すのを防ぐ */
  html,
  body {
    overflow-x: hidden;
  }

  .kids-hero,
  .kids-place,
  .kids-message {
    overflow: hidden;
  }

  /* 右側にはみ出す装飾を少し内側へ */
  .kids-hero__stamp--orange {
    top: -1.2rem;
    right: 0.6rem;
  }

  .kids-hero__stamp--green {
    left: 0.6rem;
    bottom: -1.2rem;
  }

  .kids-place::before {
    left: -7rem;
  }

  .kids-place::after {
    right: -8rem;
  }

  /* 開催場所一覧をほぼ画面幅いっぱいに */
  .kids-place .sp_wrap {
    width: 95%;
  }

  .kids-place__card {
    margin: 0 0 2.4rem;
    border-radius: 2rem;
  }

  .kids-place__body {
    padding: 1.6rem;
  }

  .kids-place__reserve {
    padding: 0 1.6rem 2rem;
  }

  /* ボタンをスマホ向けに調整 */
  .kids-place__button {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
    min-width: 0;
    min-height: 0;
    padding: 0 1.6rem;
    font-size: 1.8rem;
    line-height: 1.2;
    box-sizing: border-box;
  }

  .kids-place__note {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}







/* =========================
   こども食堂 冒頭の上余白調整
========================= */

/* SP */
.kids-hero {
  padding-top: 3.5rem !important;
  padding-bottom: 5rem !important;
}

/* PC */
@media screen and (min-width: 768px) {
  .kids-hero {
    padding-top: 4.5rem !important;
    padding-bottom: 7rem !important;
  }
}





/* 埼玉県子ども食堂ネットワークの画像 */
.kids-message__image {
  text-align: center;
  margin: 0 auto 2.4rem;
  max-width: 72rem;
}

.kids-message__image img {
  display: block;
  width: 100%;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kids-message__image {
    margin: 0 auto 3.2rem;
  }

  .kids-message__image img {
    max-width: 78rem;
  }
}




/* スマホの開催場所一覧の文字小さく */
@media screen and (max-width: 767px) {
  .kids-place__name {
    font-size: 2rem;
  }
}