@charset "UTF-8";
#top_about .kanpo-btn {
      margin: 30px auto 0;
}
#top_about .catch {
  font-size: .7rem;
}
.attension-child {
  padding: 10px 11px;
  width: 95%;
  margin: 20px auto 0;
  border: 1px solid #333333;
}
.attension-child h2 {
  text-align: center;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
  background: #8c1d0c;
  color: #ffffff;
  margin-bottom: 15px;
}
.attension-child p {
    font-family: "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    font-size: 0.875rem;
    text-align: left;
}
.attension-child p a {
  text-decoration: underline;
}
#top_about .illust1 {
  bottom: 38.125rem;
  bottom: 54.125rem;
}
#top_about .illust2 {
  top: 16rem;
}
@media (max-width: 749px) {
footer {
  padding-bottom: 6rem;
}
}
.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.fixed_btn ul {
  display: flex;
  justify-content: space-between;
}
.fixed_btn ul li {
  width: calc(100% / 2);
}
.fixed_btn ul li img {
  width: 100%;
}
@media (min-width: 750px) {
.fixed_btn {
  display: none;
}
}
#top_nayami .nayami_list {
  padding-bottom: 0;
}
#top_nayami .nayami_list > ul {
  margin-bottom: 3.25rem;
}
#top_nayami .nayami_list > ul:nth-of-type(2) {
  margin-bottom: 0;
}
#top_nayami .nayami_list > ul > li {
  line-height: 1.6;
}


/* ポップアップのオーバーレイ */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

/* ポップアップの内容 */
.popup-content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 100px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.popup-content h2 {
  margin-bottom: 10px;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}
.popup-content p {
  text-align: left;
}

/* 閉じるボタン（バツ印） */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* 電話をかけるボタン */
.popup-call-btn {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
}

.foot-bnr2 .btn_banner {
  width: 85%;
  margin: 0 auto;
}

.first-content {
  background: #F8F8F5;
  padding: 20px;
  margin-top: 20px;
}
.first-content p {
  margin-bottom: 12px;
  line-height: 1.5;
}
.first-content .label {
  background: #fff234;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 12px 16px;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
 .child-attension {
  background: #ffffff;
  margin-top: 15px;
  padding: 14px;
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}