@charset "UTF-8";
.grouppage_subcatch {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 40px;
  font-size: 18px;
}
.grouppage_subcatch span {
  position: relative;
  display: inline-block;
  padding: 0 65px;
}
.grouppage_subcatch span:before, .grouppage_subcatch span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #666;
}
.grouppage_subcatch span:before {
  left: 0;
}
.grouppage_subcatch span:after {
  right: 0;
}

.mgt60 {
  margin-top: 60px;
}

.layout06 h3 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
.layout06 .price {
  font-size: 0.9em;
}
.layout06 .price span {
  font-size: 0.88em;
  padding-left: 2px;
}
.layout06 ul {
  margin-bottom: 50px;
}

.indexarea {
  background: #efefef;
  padding: 30px;
  margin: 80px 0;
}

.indexarea_title {
  text-align: center;
  font-size: 1.3em;
}

.indextag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  margin-top: 20px;
}
.indextag li a {
  background: #fff;
  padding: 8px 25px;
  border-radius: 5px;
  display: block;
  border: 1px solid #4b4b4b;
}

.layout-leftimg {
  margin-bottom: 0;
}

.featuresection {
  margin: 80px 0;
}

.layout-area .morebtn a {
  padding: 22px 0;
  font-size: 1.3em;
}

.substitute-title {
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.7;
  padding: 0 0 0;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.fs-c-heading.fs-c-heading--page {
  display: none;
}

@media screen and (min-width: 768px) {
  .substitute-title {
    margin: 0 0 30px;
    font-size: 27px;
  }
  .indextag li a:hover {
    background: #2b2b2b;
    color: #fff;
  }
  .layout-area .morebtn {
    width: 420px;
    margin: 0 auto;
  }
  .layout-area .morebtn a:hover {
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .layout-area .morebtn {
    width: 90%;
    margin: 0 auto;
  }
  .grouppage_subcatch {
    margin-top: 30px;
  }
  .grouppage_subcatch span {
    padding: 0 45px;
  }
  .grouppage_subcatch span:before, .grouppage_subcatch span:after {
    width: 40px;
  }
  .layout-leftimg, .layout-rightimg {
    margin-bottom: 40px;
  }
  .indextag {
    gap: 11px;
  }
  .indextag li a {
    font-size: 13px;
    padding: 6px 9px;
  }
  .featuresection {
    margin: 30px 0;
    padding: 1px 0 14px;
    border-bottom: 1px solid #c0c0c0;
  }
  .substitute-title {
    margin: 0 0 10px;
    font-size: 24px;
  }
}/*# sourceMappingURL=hina2025.css.map */