@charset "UTF-8";
/* =========================
   読み込み（最初に全部）
========================= */
/* scss/_config.scss */
/* =========================
   読み込み（最初に全部）
========================= */
/* =================================
パーツ
 ================================= */
.top-section-ttl {
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #3AB649;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .top-section-ttl {
    font-size: 28px;
  }
}
.top-section-ttl span {
  display: block;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: #d9d9d9;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 820px) {
  .top-section-ttl span {
    font-size: 20px;
  }
}

.section-deco-bottom {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1120px) {
  .section-deco-bottom {
    width: 300px;
  }
}
@media (max-width: 820px) {
  .section-deco-bottom {
    display: none;
  }
}

.btn-img {
  display: block;
  max-width: 280px;
}

a[class*=btn]:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: 0.25s ease;
}

/* =================================
メインビジュアル
 ================================= */
.main-visual {
  padding: 12px 24px;
  max-width: 1400px;
  margin: 0 auto 12px;
  position: relative;
}
@media (max-width: 820px) {
  .main-visual {
    padding: 8px;
    margin: 0 auto 60px;
  }
}
.main-visual__img {
  position: relative;
}
@media (max-width: 600px) {
  .main-visual__img {
    display: none;
  }
}
.main-visual__img--sp {
  display: none;
}
@media (max-width: 600px) {
  .main-visual__img--sp {
    display: block;
  }
}
.main-visual__lead-wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
}
@media screen and (max-width: 1250px) {
  .main-visual__lead-wrap {
    width: 760px;
    left: 40%;
  }
}
@media (max-width: 1120px) {
  .main-visual__lead-wrap {
    width: 460px;
    left: 32%;
  }
}
@media (max-width: 820px) {
  .main-visual__lead-wrap {
    width: 85%;
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 600px) {
  .main-visual__lead-wrap {
    top: 30%;
  }
}
.main-visual__lead {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  text-align: center;
  font-size: 34px;
  margin: 12px 0 0;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 820px) {
  .main-visual__lead {
    font-size: 20px;
  }
}

.main-visual-slider {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.main-visual-slider__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.main-visual-slider__item {
  flex: 0 0 100%;
  display: block;
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 28px;
  cursor: pointer;
}
.main-visual-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 28px;
  transition: transform 0.4s ease;
}
.main-visual-slider__item:hover img {
  transform: scale(1.05);
}
.main-visual-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: none;
  color: #fff;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.main-visual-slider__btn:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .main-visual-slider__btn {
    width: 26px;
    height: 26px;
  }
}
.main-visual-slider__btn--prev {
  left: 10px;
  background: rgba(227, 227, 227, 0.65);
  border-radius: 50%;
}
.main-visual-slider__btn--next {
  right: 10px;
  background: rgba(227, 227, 227, 0.65);
  border-radius: 50%;
}

/* =====================================
   注目イベントスライダー
===================================== */
.event-slider {
  text-align: center;
  position: absolute;
  right: 60px;
  bottom: 20px;
}
@media (max-width: 1120px) {
  .event-slider {
    bottom: -20px;
  }
}
@media (max-width: 820px) {
  .event-slider {
    position: static;
    margin: 16px 0 0;
  }
}
@media (max-width: 600px) {
  .event-slider {
    margin: -20px 0 0;
  }
}
.event-slider__title {
  font-size: 16px;
  font-weight: 700;
  color: #3AB649;
  margin-bottom: 6px;
}
.event-slider {
  /* 白い大きな丸背景 */
}
.event-slider__circle {
  position: relative;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 12px;
}
.event-slider {
  /* 正方形枠 */
}
.event-slider__item-img {
  width: 150px;
  padding-top: 150px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
  background: #eee;
}
.event-slider__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
}
.event-slider__item-img {
  /* =========================
    横長画像
    → 横100%＋上下に余白
  ========================= */
}
.event-slider__item-img.is-horizontal img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-slider__item-img {
  /* =========================
    縦長画像
    → 高さ100%＋左右余白
  ========================= */
}
.event-slider__item-img.is-vertical img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-slider {
  /* 左右矢印 */
}
.event-slider__arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-slider__arrow img {
  width: 8px;
}
.event-slider__arrow--prev {
  left: 10px;
}
.event-slider__arrow--next {
  right: 10px;
}
.event-slider {
  /* タイトル */
}
.event-slider__text {
  font-size: 11px;
  color: #333;
  margin: 4px auto 32px;
  width: 150px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.event-slider {
  /* ボタン */
}
.event-slider__btn {
  display: inline-flex;
  width: 200px;
  margin-top: -8px;
  position: relative;
  z-index: 2;
}
.event-slider__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: 0.25s ease;
}

/* =================================
お知らせ
 ================================= */
.top-info {
  padding: 0 16px 180px;
  position: relative;
}
@media (max-width: 820px) {
  .top-info {
    padding: 0 16px 60px;
  }
}
.top-info__ttl {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .top-info__ttl {
    margin: 0 0 24px;
  }
}
.top-info__btn {
  margin: 0 auto;
}
@media (max-width: 820px) {
  .top-info__btn {
    margin: 0 auto;
  }
}

.important-info {
  background: #ecf9ef;
  border-radius: 24px;
  padding: 16px;
  max-width: 1140px;
  margin: 0 auto 100px;
}
@media (max-width: 820px) {
  .important-info {
    border-radius: 18px;
    margin: 0 auto 60px;
  }
}
.important-info__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 820px) {
  .important-info__inner {
    flex-direction: column;
    gap: 16px;
  }
}
.important-info__label {
  flex-shrink: 0;
  width: 220px;
  text-align: center;
  color: #e53935;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .important-info__label {
    width: auto;
    font-size: 16px;
  }
}
.important-info__list {
  flex: 1;
}
.important-info__item + .important-info__item {
  border-top: 1px solid #bfe5c9;
}
.important-info__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 32px 8px 12px;
  color: #333;
  text-decoration: none;
}
@media (max-width: 820px) {
  .important-info__link {
    padding: 14px 0;
    gap: 12px;
  }
}
.important-info__link:hover .important-info__icon {
  transform: translateX(2px);
}
.important-info__text {
  line-height: 1.7;
}
@media (max-width: 820px) {
  .important-info__text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.important-info__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}
.important-info__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 820px) {
  .important-info__icon {
    display: none;
  }
}

.news-archive {
  max-width: 1100px;
  margin: 0 auto 100px;
}
@media (max-width: 820px) {
  .news-archive {
    margin: 0 auto 60px;
  }
}
.news-archive__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-bottom: 16px;
}
@media (max-width: 820px) {
  .news-archive__tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.news-archive__tabs-text {
  margin-right: auto;
  display: flex;
  margin-bottom: -30px;
  font-size: 14px;
}
@media (max-width: 820px) {
  .news-archive__tabs-text {
    display: none;
  }
}
.news-archive__tabs-date {
  display: inline-block;
  width: 120px;
  text-align: center;
}
.news-archive__tabs-cat {
  display: inline-block;
  width: 135px;
  text-align: center;
}
.news-archive__tabs-ttl {
  color: #3AB649;
  font-size: 17px;
}
@media (max-width: 820px) {
  .news-archive__tabs-ttl {
    display: none;
  }
}
.news-archive__tablist {
  display: flex;
  gap: 14px;
}
@media (max-width: 820px) {
  .news-archive__tablist {
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
}
.news-archive__tab {
  border: 1px solid #ddd;
  background: #fff;
  color: #888;
  border-radius: 999px;
  width: 120px;
  padding: 6px;
  cursor: pointer;
  position: relative;
  font-size: 17px;
}
@media (max-width: 600px) {
  .news-archive__tab {
    width: 70px;
    font-size: 12px;
  }
}
.news-archive__tab.is-active {
  background: #3AB649;
  border-color: #3AB649;
  color: #fff;
}
.news-archive__tab.is-active::after {
  content: "";
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3AB649;
}
.news-archive__tab:hover {
  background: #ecf9ef;
}
.news-archive__list-wrap {
  border-top: 2px solid #3AB649;
  border-bottom: 2px solid #3AB649;
}
.news-archive__item {
  border-top: 1px solid #e5e5e5;
}
.news-archive__item:first-child {
  border-top: none;
}
.news-archive__link {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 24px;
  text-decoration: none;
  color: #333;
}
@media (max-width: 820px) {
  .news-archive__link {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
  }
}
.news-archive__link:hover .news-archive__arrow {
  transform: translateX(2px);
}
.news-archive__date {
  color: #666;
  font-variant-numeric: tabular-nums;
  width: 90px;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .news-archive__date {
    grid-area: date;
  }
}
.news-archive__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  width: 80px;
  border-radius: 999px;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .news-archive__badge {
    grid-area: badge;
  }
}
.news-archive__badge.is-news-info {
  background: #2aa0df;
}
.news-archive__badge.is-news-event {
  background: #ff5aa3;
}
.news-archive__badge.is-news-tournament {
  background: #89b43b;
}
.news-archive__title {
  line-height: 1.7;
  flex: 1;
}
@media (max-width: 820px) {
  .news-archive__title {
    flex: auto;
    width: 100%;
  }
}
.news-archive__arrow {
  justify-self: end;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
  margin-left: auto;
}
@media (max-width: 820px) {
  .news-archive__arrow {
    display: none;
  }
}
.news-archive__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

/* =================================
お知らせの下のバナー
 ================================= */
.top-howto-bnr {
  max-width: 720px;
  margin: 80px auto;
  display: flex;
  gap: 40px;
  padding: 0 16px;
  flex-wrap: wrap;
  gap: 28px;
}
@media (max-width: 600px) {
  .top-howto-bnr {
    justify-content: center;
    margin: 40px auto;
  }
}
.top-howto-bnr__item {
  width: calc((100% - 28px) / 2);
}
@media (max-width: 600px) {
  .top-howto-bnr__item {
    width: 100%;
    max-width: 400px;
  }
}
.top-howto-bnr__item:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  transition: 0.25s ease;
}

/* =================================
施設利用について
 ================================= */
.top-howto {
  padding: 0 16px 120px;
  position: relative;
}
@media (max-width: 820px) {
  .top-howto {
    padding: 0 16px 40px;
  }
}
.top-howto__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 24px;
  border: #3AB649 2px solid;
  border-radius: 24px;
}
@media (max-width: 1120px) {
  .top-howto__inner {
    padding: 40px 16px;
  }
}
.top-howto__ttl {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .top-howto__ttl {
    margin: 0 0 24px;
  }
}
.top-howto__list {
  max-width: 540px;
  margin: 0 auto 40px;
}
.top-howto__list-item {
  list-style: inside;
}
.top-howto__about-btn-top {
  max-width: 780px;
  margin: 0 auto 32px;
  display: flex;
  gap: 32px;
}
@media (max-width: 600px) {
  .top-howto__about-btn-top {
    flex-direction: column;
    gap: 18px;
    margin: 0 auto 18px;
  }
}
.top-howto__external-btn {
  max-width: 780px;
  margin: 0 auto 80px;
  display: block;
}
@media (max-width: 600px) {
  .top-howto__external-btn {
    display: none;
  }
}
.top-howto__external-btn--sp {
  display: none;
}
@media (max-width: 600px) {
  .top-howto__external-btn--sp {
    display: block;
    margin: 0 0 20px;
  }
}
.top-howto__facilities {
  display: flex;
  gap: 24px;
  margin: 0 0 80px;
}
@media (max-width: 1120px) {
  .top-howto__facilities {
    gap: 16px;
  }
}
@media (max-width: 820px) {
  .top-howto__facilities {
    margin: 0 0 40px;
    display: none;
  }
}
@media (max-width: 600px) {
  .top-howto__facilities {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .top-howto__facilities-btn {
    width: calc((100% - 16px) / 2);
  }
}
.top-howto__facilities-sp {
  display: none;
}
@media (max-width: 820px) {
  .top-howto__facilities-sp {
    display: block;
    margin: 0 0 24px;
  }
}

.facility-search {
  display: flex;
  align-items: center;
  max-width: 680px;
  height: 60px;
  border: 2px solid #60B358;
  border-radius: 9999px;
  background: #fff;
  padding: 0 18px 0 46px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .facility-search {
    height: 50px;
    padding: 0 18px 0 24px;
  }
}

.facility-search__input {
  flex: 1;
  height: 60px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}

.facility-search__input::-moz-placeholder {
  color: #d9d9d9;
}

.facility-search__input::placeholder {
  color: #d9d9d9;
}

/* 検索ボタン */
.facility-search__btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.facility-search__btn img {
  width: 100%;
  height: 100%;
  display: block;
}

/* iOSの×ボタン非表示 */
.facility-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* a11y */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =================================
イベント
 ================================= */
.top-event {
  background-color: #ecf9ef;
  max-width: 1350px;
  margin: 0 auto 40px;
  border-radius: 24px;
  padding: 24px 16px 180px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .top-event {
    border-radius: 0;
    margin: 0 auto 0;
  }
}
@media (max-width: 820px) {
  .top-event {
    padding: 40px 16px 60px;
  }
}
.top-event__content {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  max-width: 1040px;
  margin: 0 auto 80px;
}
@media (max-width: 820px) {
  .top-event__content {
    padding: 16px;
    margin: 0 auto 40px;
  }
}
.top-event__ttl {
  margin: 0 0 64px;
}
@media (max-width: 820px) {
  .top-event__ttl {
    margin: 0 0 40px;
  }
}
.top-event__btn {
  margin: 0 auto;
}

.event-content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .event-content {
    gap: 16px;
  }
}
.event-content__item {
  position: relative;
  width: calc((100% - 64px) / 3);
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .event-content__item {
    width: calc((100% - 16px) / 2);
    margin: 0 0 24px;
  }
}
.event-content__item:hover .event-content__item-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.event-content__item[class*=event-]::after {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #44617d;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 2;
}
.event-content__item.event-all::after {
  content: "どなたでも";
}
.event-content__item.event-adult::after {
  content: "大人";
}
.event-content__item.event-kids::after {
  content: "子ども";
}
.event-content__item.event-family::after {
  content: "親子";
}
.event-content__item.event-senior::after {
  content: "シニア";
}
.event-content__item.event-ubetan::after {
  content: "うべタン";
}
.event-content__item.event-project::after {
  content: "スポーツファンプロジェクト";
}
.event-content__item-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto 24px;
  background: #eee;
}
@media (max-width: 820px) {
  .event-content__item-img {
    margin: 0 auto 8px;
  }
}
.event-content__item-img::before {
  content: url(../img/top/arrow-icon.png);
  position: absolute;
  bottom: -20px;
  right: -12px;
  transform: scale(0.45);
  z-index: 1;
}
.event-content__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
  display: block;
}
.event-content__item-img {
  /* 横長画像 → 横いっぱい＋上下に余白 */
}
.event-content__item-img.is-horizontal img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-content__item-img {
  /* 縦長画像 → 高さ100%＋左右に余白 */
}
.event-content__item-img.is-vertical img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-content__text {
  font-size: 12px;
  color: #333;
  margin: 0 auto;
  padding: 0 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* =================================
SNS
 ================================= */
.top-sns {
  padding: 12px 16px 180px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .top-sns {
    padding: 40px 16px 120px;
  }
}
.top-sns__ttl {
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .top-sns__ttl {
    margin: 0 0 40px;
  }
}
.top-sns__item-ttl {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #3AB649;
  margin: 0 0 16px;
}
.top-sns__insta {
  max-width: 1020px;
  margin: 0 auto 180px;
}
@media (max-width: 820px) {
  .top-sns__insta {
    margin: 0 auto 40px;
  }
}
.top-sns__wrap {
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 0;
}
@media (max-width: 820px) {
  .top-sns__wrap {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
.top-sns__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: #eef9ee;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 600px) {
  .top-sns__wrap::before {
    display: none;
  }
}
.top-sns__item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 820px) {
  .top-sns__item {
    width: 100%;
  }
}
.top-sns__youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  /* モダンブラウザ対応 */
}
.top-sns__youtube iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.top-sns__facebook {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* Facebook表示エリアの高さを制限 */
.top-sns__facebook .fb-page,
.top-sns__facebook .fb-page span,
.top-sns__facebook iframe {
  height: 280px !important;
  /* 好きな高さ */
  max-height: 280px !important;
}
@media (max-width: 600px) {
  .top-sns__facebook .fb-page,
  .top-sns__facebook .fb-page span,
  .top-sns__facebook iframe {
    height: 320px !important;
    /* 好きな高さ */
    max-height: 320px !important;
  }
}

/* 中身をスクロールさせる */
.top-sns__facebook iframe {
  overflow: auto;
}

/* =========================
   読み込み（最初に全部）
========================= */
/* =================================
下層ページ共通
 ================================= */
.subpage a {
  text-decoration: underline;
  color: #3AB649;
}
.subpage__ttl {
  background-color: #ecf9ef;
  padding: 20px 16px 30px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #3AB649;
  line-height: 1.2;
  margin: 0 0 100px;
  position: relative;
}
@media (max-width: 820px) {
  .subpage__ttl {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.subpage__ttl span {
  display: block;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: #d9d9d9;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 820px) {
  .subpage__ttl span {
    font-size: 14px;
  }
}
.subpage__ttl::after {
  content: url(../img/subpage/ttl-semicircle-bottom.png);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: scale(1) translateX(-50%);
  z-index: -1;
}
@media (max-width: 820px) {
  .subpage__ttl::after {
    display: none;
  }
}
.subpage__main-visual-hero {
  padding: 12px 24px;
  max-width: 1400px;
  margin: 0 auto 12px;
  position: relative;
}
@media (max-width: 820px) {
  .subpage__main-visual-hero {
    padding: 8px;
    margin: 0 auto 32px;
  }
}
.subpage__ttl-hero {
  padding: 20px 16px 30px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #3AB649;
  line-height: 1.2;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 820px) {
  .subpage__ttl-hero {
    font-size: 20px;
    margin: 0 0 32px;
    padding: 0 16px;
  }
}
.subpage__ttl-hero span {
  display: block;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: #d9d9d9;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 820px) {
  .subpage__ttl-hero span {
    font-size: 14px;
  }
}
.subpage__section {
  max-width: 920px;
  margin: 0 auto 120px;
  padding: 0 16px;
}
@media (max-width: 820px) {
  .subpage__section {
    margin: 0 auto 80px;
  }
}
.subpage__text {
  margin: 0 0 12px;
}
.subpage__text--green {
  color: #3AB649;
  font-weight: bold;
}
.subpage__text-big {
  font-size: 20px;
  margin: 0 0 12px;
}
.subpage__text-right {
  text-align: right;
}
@media screen and (max-width: 1020px) {
  .subpage__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1019px) {
  .subpage__table-wrap--no-scroll {
    overflow-x: visible;
    -webkit-overflow-scrolling: auto;
  }
  .subpage__table-wrap--no-scroll table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }
  .subpage__table-wrap--no-scroll th {
    width: 25%;
  }
  .subpage__table-wrap--no-scroll td {
    width: 75%;
  }
  .subpage__table-wrap--no-scroll th,
  .subpage__table-wrap--no-scroll td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
@media screen and (max-width: 1019px) and (max-width: 600px) {
  .subpage__table-wrap--no-scroll th,
  .subpage__table-wrap--no-scroll td {
    font-size: 14px;
    padding: 8px !important;
  }
}
.subpage__table {
  background-color: #fff;
  width: 100%;
  min-width: 740px;
  border-collapse: collapse;
  /* 1200px以上のときだけはみ出す */
}
@media (min-width: 1020px) {
  .subpage__table {
    width: 1020px;
    max-width: 1020px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.subpage__table a {
  text-decoration: underline;
  color: #3AB649;
}
.subpage__table a[rel=noopener]::after {
  content: "↗";
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.85em;
}
.subpage__table th {
  background: #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  border: 1px solid #ccc;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 820px) {
  .subpage__table th {
    padding: 10px 8px;
  }
}
.subpage__table td {
  padding: 12px 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  white-space: nowrap;
}
.subpage__table td.unset {
  white-space: unset;
}
@media (max-width: 820px) {
  .subpage__table td {
    padding: 10px 8px;
  }
}
.subpage__description-wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.subpage__description-wrap dt {
  flex-shrink: 0;
  font-weight: bold;
}
.subpage__description-wrap dt::after {
  content: "：";
}
.subpage__description-wrap dd {
  margin: 0;
}
.subpage__list-num {
  margin: 0 0 18px;
}
.subpage__list-num li {
  list-style: decimal;
  margin: 0 4px 0 16px;
}
.subpage__list-dic li {
  list-style: disc;
  margin: 0 4px 0 16px;
}
.subpage__margin {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .subpage__margin {
    margin: 0 0 40px;
  }
}
.subpage__margin-s {
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .subpage__margin-s {
    margin: 0 0 18px;
  }
}
.subpage a[href$=".pdf"] {
  position: relative;
  padding-right: 3.2em;
}
.subpage a[href$=".pdf"]::after {
  content: "PDF";
  display: inline-block;
  margin-left: 0.6em;
  padding: 0.1em 0.4em;
  font-size: 0.75em;
  line-height: 1;
  color: #fff;
  background: #2e7d32;
  border-radius: 3px;
}
.subpage__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 160px 0 0;
  gap: 18px;
}
@media (max-width: 820px) {
  .subpage__btn-wrap {
    margin: 80px 0 0;
  }
}
.subpage__btn-wrap a {
  width: 250px;
  padding: 12px;
  border: 1px solid #3bb649;
  text-align: center;
}

/* 画像を含むPDFリンクは除外 */
a[href$=".pdf"]:has(img) {
  padding-right: 0;
}

a[href$=".pdf"]:has(img)::after {
  content: none;
}

a[href$=".pdf"].is-icon {
  padding-right: 0;
}

a[href$=".pdf"].is-icon::after {
  content: none;
}

.editor-style a[href$=".pdf"]::after {
  content: initial;
}

/* 行ホバー（PC向け） */
@media (hover: hover) {
  .subpage__table tbody tr:hover {
    background: #ececec;
  }
}
.page-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .page-anchor {
    gap: 8px;
    margin: 0 0 32px;
  }
}
.page-anchor__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  color: #3AB649;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 820px) {
  .page-anchor__btn {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.page-anchor__btn::after {
  content: "↓";
  margin-left: 6px;
  font-size: 0.8em;
}
.page-anchor__btn:hover {
  background: #60b358;
  color: #fff;
}

.subttl {
  color: #3AB649;
  background-color: #ecf9ef;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  padding: 18px 12px 18px 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 0 24px;
}
@media (max-width: 600px) {
  .subttl {
    font-size: 20px;
    padding: 16px 8px 16px 8px;
  }
}

/* h3 相当 */
.subttl-sub {
  margin: 40px 0 32px;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #3AB649;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  z-index: 1;
}
@media (max-width: 600px) {
  .subttl-sub {
    font-size: 16px;
    padding-left: 32px;
    margin: 40px 0 24px;
  }
}
.subttl-sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #dff2e6;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 820px) {
  .subttl-sub::before {
    width: 40px;
    height: 40px;
  }
}

.definition-block dl {
  margin: 0;
}
.definition-block dt {
  margin-top: 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}
.definition-block dt:first-of-type {
  margin-top: 0;
}
.definition-block dd {
  margin: 12px 0 0;
  padding-left: 18px;
  line-height: 1.8;
  color: #333;
}
.definition-block dd ol {
  margin: 8px 0 0;
  padding-left: 20px;
}
.definition-block dd li {
  margin: 6px 0;
}
.definition-block dd a {
  color: #60b358;
  text-decoration: underline;
}
.definition-block dd a:hover {
  text-decoration: none;
}

/* =================================
スポーツ協会について
 ================================= */
.page-about__flex {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 820px) {
  .page-about__flex {
    flex-direction: column;
    justify-content: center;
  }
}
.page-about__picture {
  max-width: 220px;
  text-align: center;
}
.page-about__picture img {
  max-width: 150px;
}
.page-about__picture p {
  margin: 8px 0 0;
}
.page-about__text-wrap {
  flex: 1;
}

/* =================================
スポーツ少年団
 ================================= */
.page-youth-sports__leaflet {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-youth-sports__leaflet {
    margin: 0 0 40px;
  }
}
.page-youth-sports__leaflet-img {
  display: flex;
  max-width: 400px;
}
@media (max-width: 600px) {
  .page-youth-sports__leaflet-img {
    flex-direction: column;
    max-width: 200px;
  }
}
.page-youth-sports__btn-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.page-youth-sports__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #43a047;
  color: #43a047;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
  flex: 1 1 320px;
  max-width: 320px;
}
.page-youth-sports__btn:hover, .page-youth-sports__btn:focus-visible {
  background: #ecf9ef;
  box-shadow: 0 8px 20px rgba(67, 160, 71, 0.25);
  transform: translateY(-1px);
  outline: none;
}
.page-youth-sports__btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* =================================
体力テスト
 ================================= */
.page-fitness-test__section + .page-fitness-test__section {
  margin-top: 56px;
}
.page-fitness-test__heading-text {
  display: inline-block;
}
.page-fitness-test {
  /* SPで横スクロールできるように */
}
.page-fitness-test__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}
.page-fitness-test__table {
  max-width: 900px;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.page-fitness-test__table th,
.page-fitness-test__table td {
  border: 1px solid #2b2b2b;
  padding: 8px 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.page-fitness-test__table thead th {
  font-weight: 700;
  background: #fff;
}
.page-fitness-test {
  /* 記録集計ソフト */
}
.page-fitness-test__table--software {
  width: 320px;
  min-width: 320px;
}
.page-fitness-test__th--label {
  text-align: left;
  font-weight: 700;
}
.page-fitness-test__td--file {
  width: 110px;
}
.page-fitness-test__file {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transition: 0.2s ease;
}
.page-fitness-test__file:hover {
  opacity: 0.85;
}
.page-fitness-test__file-icon {
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-fitness-test {
  /* 器具貸出 */
}
.page-fitness-test__table--rental {
  min-width: 980px;
}
.page-fitness-test__table--rental tbody td {
  padding: 22px 14px;
}
.page-fitness-test__item {
  margin: 0;
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-fitness-test__item-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.page-fitness-test__note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.page-fitness-test {
  /* 画面が広いときは横スクロール不要に */
}
@media (min-width: 1024px) {
  .page-fitness-test__table {
    min-width: 0;
  }
}
@media (max-width: 600px) {
  .page-fitness-test__heading {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .page-fitness-test__table th,
  .page-fitness-test__table td {
    padding: 14px 12px;
    font-size: 16px;
  }
  .page-fitness-test__item {
    height: 220px;
  }
}

/* =================================
決算・事業報告書類
 ================================= */
.page-financial-reports .docs-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-financial-reports .docs-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}
.page-financial-reports .docs-table th,
.page-financial-reports .docs-table td {
  border: 1px solid #222;
  padding: 18px 16px;
  vertical-align: middle;
  background: #fff;
}
.page-financial-reports .docs-table thead th {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  background: #f5f5f5;
}
.page-financial-reports .docs-table__year {
  width: 180px;
  text-align: center;
  white-space: nowrap;
}
.page-financial-reports .docs-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
.page-financial-reports .docs-links__item {
  margin: 0;
}
.page-financial-reports .docs-links__link {
  color: #2aa62a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-financial-reports .docs-links__link:hover {
  text-decoration: none;
}
.page-financial-reports .docs-links__link:focus-visible {
  outline: 2px solid #2aa62a;
  outline-offset: 3px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .page-financial-reports .docs-table th,
  .page-financial-reports .docs-table td {
    padding: 14px 12px;
  }
  .page-financial-reports .docs-table__year {
    width: 160px;
  }
  .page-financial-reports .docs-links {
    gap: 8px 14px;
  }
}

/* =================================
申請書
 ================================= */
.page-applications__icon {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.page-applications__icon:after {
  display: none !important;
}
.page-applications__year {
  font-size: 11px;
  display: block;
  text-align: center;
}

/* =================================
全国大会等出場助成金制度
 ================================= */
.tournament-subsidy__icon {
  width: 30px;
  display: inline-block;
  margin: 12px;
}

/* =================================
全国大会等出場助成金制度
 ================================= */
.page-class__line {
  width: 100px;
}
.page-class__pdf {
  width: 50px;
  display: block;
  margin: 6px auto 0;
}
.page-class__date {
  text-align: center;
  display: block;
  color: #3AB649;
  font-size: 11px;
}

/* =================================
アクセス
 ================================= */
.page-access__map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 0 40px;
}
.page-access__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* =================================
お問い合わせ
 ================================= */
.page-contact__form-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.page-contact__ttl {
  font-size: 24px;
  margin-bottom: 16px;
}
.page-contact__lead {
  margin-bottom: 32px;
  line-height: 1.7;
}
.page-contact__form {
  width: 100%;
}
.page-contact__item {
  width: 100%;
  margin-bottom: 24px;
}
.page-contact__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.4;
}
.page-contact__required {
  margin-left: 8px;
  font-size: 12px;
  color: #e53935;
  vertical-align: middle;
}
.page-contact input:not([type=file]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.page-contact textarea,
.page-contact select {
  display: block;
  width: 100%;
  max-width: none;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  margin: 8px 0 0;
}
.page-contact input:not([type=file]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.page-contact textarea:focus,
.page-contact select:focus {
  outline: none;
  border-color: #2e7d32;
}
.page-contact textarea {
  resize: vertical;
}
.page-contact select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 6px;
  padding-right: 40px;
}
.page-contact__privacy {
  margin: 32px 0;
  text-align: center;
}
.page-contact__privacy input[type=checkbox] {
  width: auto;
  padding: 0;
  border: none;
  margin-top: 3px;
  flex-shrink: 0;
}
.page-contact__privacy a {
  text-decoration: underline;
}
.page-contact__btn-wrap {
  text-align: center;
  margin-top: 32px;
}
.page-contact__btn {
  display: inline-block;
  min-width: 240px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #2e7d32;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.page-contact__btn:hover {
  opacity: 0.85;
}
.page-contact {
  /* 例文・補足テキスト */
}
.page-contact__note {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
.page-contact {
  /* ラジオボタン */
}
.page-contact__radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
}
.page-contact__radio input[type=radio] {
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.page-contact {
  /* ファイルアップロード */
}
.page-contact__files {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* =================================
お知らせ
 ================================= */
.page-information a {
  text-decoration: none;
  color: #141414;
}
.page-information .news-archive__tab {
  text-align: center;
}
.page-information__pager {
  margin: 80px 0;
  text-align: center;
}
@media (min-width: 1020px) {
  .page-information .subpage__section {
    width: 1020px;
    max-width: 1020px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}

/* =================================
お知らせ　詳細
 ================================= */
.single__ttl {
  border-top: #ecf9ef 24px solid;
  text-align: center;
  padding: 40px 16px;
  font-size: 20px;
}
.single__ttl span {
  display: block;
  font-size: 14px;
  color: #ccc;
  position: relative;
  padding-top: 16px;
}
.single__ttl span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #3AB649;
}
@media (max-width: 820px) {
  .single__ttl {
    font-size: 18px;
  }
}
.single__content {
  max-width: 800px;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 820px) {
  .single__content {
    margin: 0 auto 60px;
  }
}
.single__btn {
  margin: 0 auto 120px;
}
@media (max-width: 820px) {
  .single__btn {
    margin: 0 auto 60px;
  }
}

/* =================================
地域スポーツ指導者
 ================================= */
.page-instructors__btn-wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.page-instructors__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  min-height: 56px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #43a047;
  color: #43a047;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
  flex: 1 1 320px;
  max-width: 320px;
}
.page-instructors__btn:hover, .page-instructors__btn:focus-visible {
  background: #ecf9ef;
  box-shadow: 0 8px 20px rgba(67, 160, 71, 0.25);
  transform: translateY(-1px);
  outline: none;
}
.page-instructors__btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.page-instructors__img {
  max-width: 600px;
  margin: 0 0 60px;
}

/* =================================
地域スポーツ指導者リスト
 ================================= */
.instructor-list__content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .instructor-list__content {
    gap: 24px;
  }
}
@media (max-width: 820px) {
  .instructor-list__content {
    gap: 40px;
  }
}
.instructor-list__article {
  background-color: #fff;
  text-decoration: none !important;
  width: calc((100% - 80px) / 3);
  padding: 24px;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (max-width: 1120px) {
  .instructor-list__article {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 820px) {
  .instructor-list__article {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 600px) {
  .instructor-list__article {
    width: 100%;
  }
}
.instructor-list__article-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0 0 12px;
}
.instructor-list__article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* トリミング */
  -o-object-position: center;
     object-position: center;
  /* 中央基準 */
}
.instructor-list__article-name {
  font-size: 17px;
  margin: 0 0 8px 4px;
}
.instructor-list__article-category {
  border: #ccc 1px solid;
  padding: 8px;
  font-size: 14px;
}
.instructor-list__article-category-span {
  display: block;
  background-color: #3AB649;
  color: #fff;
  width: 70px;
  text-align: center;
  margin: 0 0 8px;
}
.instructor-list__pager {
  margin: 80px 0;
  text-align: center;
}

/* =================================
地域スポーツ指導者リスト　詳細
 ================================= */
.instructor-list__img-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.instructor-list__img {
  width: calc((100% - 48px) / 3);
  aspect-ratio: 4/3;
  overflow: hidden;
  margin: 0 0 12px;
}
@media (max-width: 600px) {
  .instructor-list__img {
    width: 100%;
  }
}
.instructor-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* トリミング */
  -o-object-position: center;
     object-position: center;
  /* 中央基準 */
}
.instructor-list__btn {
  margin: 0 auto;
}

/* =================================
イベント
 ================================= */
.event .event-content__item {
  text-decoration: none;
}
.event__pager {
  text-align: center;
  margin: 40px 0;
}
.event__map-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 12px;
}
.event__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.event__img {
  max-width: 280px;
  margin: 0 auto 40px;
}
.event__content {
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .event__content {
    margin: 0 0 32px;
  }
}
.event__btn {
  margin: 40px auto;
}

/* =================================
大会情報
 ================================= */
.tournament .subpage__table th:first-child {
  width: 28%;
}
.tournament .subpage__table td:first-child {
  text-align: center;
}
.tournament .subpage__table th:nth-child(2) {
  width: 72%;
  letter-spacing: normal;
  text-align: center;
  /* or left */
}
.tournament__item {
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .tournament__item {
    margin: 0 0 24px;
  }
}
.tournament__pager {
  max-width: 1020px;
  margin: 40px auto 80px;
  padding: 0 16px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tournament__pager-prev::before {
  content: "←";
}
.tournament__pager-prev a {
  color: #141414;
  font-size: 15px;
}
@media (max-width: 820px) {
  .tournament__pager-prev a {
    font-size: 13px;
  }
}
.tournament__pager-next:after {
  content: "→";
}
.tournament__pager-next a {
  color: #141414;
  font-size: 15px;
}
@media (max-width: 820px) {
  .tournament__pager-next a {
    font-size: 13px;
  }
}
.tournament__pager-this {
  font-size: 20px;
  font-weight: 700;
}

/* =================================
施設詳細
 ================================= */
.facilities-single .subpage__ttl span {
  display: block;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 24px;
  color: #3AB649;
}
@media (max-width: 820px) {
  .facilities-single .subpage__ttl span {
    font-size: 14px;
  }
}
.facilities-single__content {
  background-color: #ecf9ef;
  padding: 60px 120px;
  max-width: 1200px;
  margin: 0 auto 80px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .facilities-single__content {
    border-radius: 0;
  }
}
@media (max-width: 1120px) {
  .facilities-single__content {
    padding: 60px 60px;
  }
}
@media (max-width: 820px) {
  .facilities-single__content {
    padding: 40px 14px;
  }
}
.facilities-single__content-inner {
  background-color: #fff;
  padding: 24px 60px 60px;
  border-radius: 24px;
}
@media (max-width: 1120px) {
  .facilities-single__content-inner {
    padding: 12px 40px 40px;
  }
}
@media (max-width: 820px) {
  .facilities-single__content-inner {
    padding: 0 12px 40px;
    border-radius: 12px;
  }
}
.facilities-single__content-inner--margin {
  margin: 0 0 60px;
}
@media (max-width: 820px) {
  .facilities-single__content-inner--margin {
    margin: 0 0 40px;
  }
}
.facilities-single__table-wrap {
  width: 100%;
  overflow-x: auto;
}
.facilities-single__table-wrap--no-scroll {
  overflow-x: visible;
}
.facilities-single__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.facilities-single__table tr {
  border-bottom: 1px solid #b5b5b5;
}
.facilities-single__table tr:first-child {
  border-top: 1px solid #b5b5b5;
}
@media (max-width: 600px) {
  .facilities-single__table tr {
    display: block;
  }
}
.facilities-single__table th,
.facilities-single__table td {
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: top;
  /* --- tablet --- */
}
@media (max-width: 820px) {
  .facilities-single__table th,
  .facilities-single__table td {
    padding: 16px 18px;
    font-size: 15px;
    width: 100;
  }
}
.facilities-single__table th,
.facilities-single__table td {
  /* --- sp --- */
}
@media (max-width: 600px) {
  .facilities-single__table th,
  .facilities-single__table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
}
.facilities-single__table th {
  width: 30%;
  background: #f3f3f3;
  text-align: left;
}
@media (max-width: 600px) {
  .facilities-single__table th {
    border-bottom: none;
    width: 100%;
  }
}
.facilities-single__table td {
  width: 70%;
  background: #fff;
}
@media (max-width: 600px) {
  .facilities-single__table td {
    border-top: 1px solid #ddd;
    width: 100%;
  }
}
.facilities-single__map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.facilities-single__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.facilities-single__content-semicircle-top {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 340px;
}
@media (max-width: 820px) {
  .facilities-single__content-semicircle-top {
    display: none;
  }
}
.facilities-single__btn {
  margin: 0 auto 120px;
}
@media (max-width: 820px) {
  .facilities-single__btn {
    margin: 0 auto 60px;
  }
}

.photo-gallery {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .photo-gallery {
    gap: 18px;
    flex-direction: column;
  }
}
.photo-gallery__main {
  flex: 1;
  min-width: 0;
}
.photo-gallery__main-img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media (max-width: 820px) {
  .photo-gallery__main-img {
    border-radius: 8px;
  }
}
.photo-gallery__thumbs {
  width: 260px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 820px) {
  .photo-gallery__thumbs {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
}
.photo-gallery__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
}
@media (max-width: 820px) {
  .photo-gallery__thumb {
    border-radius: 4px;
  }
}
.photo-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  display: block;
  opacity: 0.65;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.photo-gallery__thumb.is-active {
  box-shadow: 0 0 0 3px #3AB649;
}
.photo-gallery__thumb.is-active img {
  opacity: 1;
  transform: scale(1.02);
}
.photo-gallery__thumb:hover img {
  opacity: 1;
  transform: scale(1.02);
}

/* =================================
施設一覧
 ================================= */
.facilities__main-visual {
  padding: 12px 24px;
  max-width: 1400px;
  margin: 0 auto 12px;
  position: relative;
}
@media (max-width: 820px) {
  .facilities__main-visual {
    padding: 8px;
    margin: 0 auto 32px;
  }
}
.facilities__ttl {
  padding: 20px 16px 30px;
  text-align: center;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 800;
  font-size: 38px;
  color: #3AB649;
  line-height: 1.2;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 820px) {
  .facilities__ttl {
    font-size: 20px;
    margin: 0 0 32px;
    padding: 0 16px;
  }
}
.facilities__ttl span {
  display: block;
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  color: #d9d9d9;
  font-family: "Noto Sans", sans-serif;
}
@media (max-width: 820px) {
  .facilities__ttl span {
    font-size: 14px;
  }
}
.facilities__content {
  background-color: #ecf9ef;
  padding: 60px 60px;
  max-width: 1200px;
  margin: 0 auto 120px;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .facilities__content {
    border-radius: 0;
    padding: 60px 40px;
  }
}
@media (max-width: 820px) {
  .facilities__content {
    padding: 40px 40px 12px;
    margin: 0 auto 60px;
  }
}
@media (max-width: 600px) {
  .facilities__content {
    padding: 40px 16px 12px;
  }
}
.facilities__search-wrap {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .facilities__search-wrap {
    margin: 0 0 40px;
  }
}
.facilities__item-wrap {
  display: flex;
  gap: 16px;
}
@media (max-width: 820px) {
  .facilities__item-wrap {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.facilities__item {
  position: relative;
}
@media (max-width: 820px) {
  .facilities__item {
    width: calc((100% - 24px) / 3);
    margin: 0 0 40px;
  }
}
.facilities__item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #18a84a;
}
.facilities__article-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 32px;
  max-width: 1020px;
  margin: 0 auto 80px;
  padding: 0 16px;
}
@media (max-width: 600px) {
  .facilities__article-wrap {
    gap: 32px;
  }
}
.facilities__article {
  width: calc((100% - 64px) / 3);
}
@media (max-width: 820px) {
  .facilities__article {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 600px) {
  .facilities__article {
    width: 100%;
  }
}
.facilities__article a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.facilities__article:hover .facilities__img img {
  transform: scale(1.05);
}
.facilities__article:hover .facilities__arrow img {
  transform: translateX(4px);
}
.facilities__img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 4/3;
}
.facilities__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.facilities__body {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 16px;
}
.facilities__name {
  font-size: 14px;
  line-height: 1.5;
}
.facilities__name span {
  display: block;
}
.facilities__arrow {
  flex-shrink: 0;
}
.facilities__arrow img {
  width: 28px;
  height: 28px;
  transition: transform 0.25s ease;
}
.facilities__pager {
  text-align: center;
  margin: 0 0 80px;
}

/* =================================
教室
 ================================= */
.page-classes__item-wrap {
  max-width: 880px;
  gap: 60px 40px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}
@media (max-width: 600px) {
  .page-classes__item-wrap {
    gap: 12px;
  }
}
.page-classes__item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 600px) {
  .page-classes__item {
    width: 100%;
  }
}
.page-classes__btn {
  max-width: 200px;
  margin: -20px 0 0 auto;
}

/* =================================
検索結果
 ================================= */
.search__lead {
  font-size: 20px;
  margin: 0 0 32px;
}
@media (max-width: 820px) {
  .search__lead {
    font-size: 18px;
  }
}
.search__list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
}
.search__list a {
  text-decoration: none;
  color: #555;
}
.search__item {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 8px;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.search__item:hover {
  background-color: #f7f7f7;
}
.search__item:last-child {
  border-bottom: none;
}
.search__link {
  display: block;
  padding: 24px 0;
  color: #000;
  transition: background-color 0.2s ease;
}
.search__link:hover {
  background-color: #f7f7f7;
}
.search__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.search__actions {
  margin-top: 40px;
}
.search__btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #333;
  text-decoration: none;
  font-size: 0.95rem;
  color: #333;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.search__btn:hover {
  background-color: #333;
  color: #fff;
}

/* =================================
検索結果
 ================================= */
.page-camp__img {
  max-width: 780px;
  margin: 0 0 32px;
}
.page-camp__boxes {
  display: grid;
  gap: 28px;
}
.page-camp__box {
  border: 2px solid #222;
  padding: 26px 28px;
  background: #fff;
}
.page-camp__row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1.45;
}
.page-camp__row:not(:last-child) {
  margin-bottom: 12px;
}
.page-camp__row b {
  font-weight: bold;
}
.page-camp {
  /* 数字 共通 */
}
.page-camp__num {
  font-weight: 700;
  color: #333;
}
.page-camp {
  /* ★ 強調する数字だけ */
}
.page-camp__num--big {
  font-weight: 800;
  color: #ff2d2d;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 820px) {
  .page-camp__num--big {
    font-size: 18px;
  }
}
.page-camp__notes {
  margin: 22px 0 60px;
  padding-left: 0;
  list-style: none;
}
.page-camp__notes li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.page-camp__notes li:not(:first-child) {
  margin-top: 8px;
}
.page-camp__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* =================================
旧宇部市スポーツコミッション
 ================================= */
.commission-main__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 780px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .commission-main__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.commission-main__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border: 2px solid #3AB649;
  border-radius: 999px;
  background: #fff;
  color: #3AB649;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease;
  font-weight: bold;
  text-decoration: none !important;
}
.commission-main__link:hover {
  background: #3AB649;
  color: #fff;
}

.commission__archive {
  display: flex;
  gap: 60px 24px;
  flex-wrap: wrap;
  margin: 0 0 80px;
}
.commission__archive a {
  text-decoration: none;
}
@media (max-width: 820px) {
  .commission__archive {
    gap: 32px 16px;
  }
}
.commission__item {
  width: calc((100% - 48px) / 3);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 32px 12px;
  border-radius: 24px;
}
@media (max-width: 820px) {
  .commission__item {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 600px) {
  .commission__item {
    width: 100%;
  }
}
.commission__item:hover .commission__thumb img {
  transform: scale(1.05);
}
.commission__item:hover .commission__title {
  text-decoration: underline;
}
.commission__thumb {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #bab8b8;
}
.commission__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.commission__title {
  font-size: 13px;
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.commission__arrow {
  width: 30px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.commission__item:hover .commission__arrow {
  transform: translateX(4px);
}
.commission__pager {
  text-align: center;
}

/* =========================
   base（全ページ共通）
========================= */
* {
  word-break: break-word;
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  color: #141414;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Yu Gothic", "YuGothic", sans-serif;
  font-family: "Noto Sans", sans-serif;
}

p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #141414;
}

a {
  color: #141414;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

table {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

dd,
dt {
  list-style: none;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

/* =========================
   表示制御
========================= */
.pc-block {
  display: block;
}
@media (max-width: 820px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 820px) {
  .sp-block {
    display: block;
  }
}

/* =========================
   フッター上調整
========================= */
.main {
  margin: 90px 0 0;
}
@media (max-width: 1120px) {
  .main {
    margin: 64px 0 0;
  }
}
@media (max-width: 820px) {
  .main {
    margin: 56px 0 0;
  }
}

/* =================================
header
 ================================= */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transition: transform 0.3s;
  background-color: #fff;
  border-bottom: #eee 1px solid;
  height: 90px;
}
@media (max-width: 1120px) {
  .header {
    height: 64px;
  }
}
@media (max-width: 820px) {
  .header {
    height: 56px;
  }
}
.header.is-hide {
  transform: translateY(-100%);
}
.header__inner {
  display: flex;
  gap: 24px;
  padding: 12px 250px 10px 18px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1120px) {
  .header__inner {
    align-items: center;
    padding: 14px 90px 8px 16px;
  }
}
@media (max-width: 820px) {
  .header__inner {
    padding: 8px 80px 8px 16px;
  }
}
@media (max-width: 600px) {
  .header__inner {
    justify-content: space-between;
    gap: 12px;
  }
}
.header__ttl-wrap {
  max-width: 280px;
}
@media (max-width: 1120px) {
  .header__ttl-wrap {
    max-width: 170px;
    padding: 0;
  }
}
.header__menu-wrap {
  margin-left: auto;
  position: relative;
}
@media (max-width: 1120px) {
  .header__menu-wrap {
    display: none;
  }
}
.header__menu-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
@media (max-width: 1120px) {
  .header__menu-inner {
    gap: 12px;
  }
}
.header__menu {
  position: relative;
  padding: 40px 0 0;
  text-decoration: none;
  white-space: nowrap;
}
.header__menu::before {
  content: url(../img/top/header-menu-icon.png);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) scale(0.35);
}
.header__menu--facilities::before {
  content: url(../img/top/header-menu-icon02.png);
}
.header__menu--classes::before {
  content: url(../img/top/header-menu-icon03.png);
  transform: translateX(-50%) scale(0.38);
  top: -17px;
}
.header__menu--event::before {
  content: url(../img/top/header-menu-icon04.png);
}
.header__menu--booking::before {
  content: url(../img/top/header-menu-icon05.png);
}
.header__submenu {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  min-width: 220px;
  margin-top: 10px;
  padding: 10px;
  list-style: none;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  border: #3AB649 2px solid;
  overflow: hidden;
}
.header__submenu-link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  text-decoration: none;
}
.header__submenu-link:hover {
  background: #ecf9ef;
}
.header__submenu.is-open {
  display: block;
}
.header__menu.is-open {
  opacity: 0.7;
}
.header__search {
  max-width: 50px;
  cursor: pointer;
  position: fixed;
  top: 22px;
  right: 174px;
}
.header__search:hover {
  opacity: 0.6;
}
@media (max-width: 1120px) {
  .header__search {
    margin-left: auto;
    padding: 0;
    max-width: 40px;
    top: 13px;
    right: 113px;
  }
}
@media (max-width: 820px) {
  .header__search {
    top: 8px;
    right: 88px;
  }
}
.header__hum {
  max-width: 110px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 50px;
}
.header__hum:hover {
  opacity: 0.6;
}
@media (max-width: 1120px) {
  .header__hum {
    max-width: 70px;
    right: 13px;
  }
}
@media (max-width: 820px) {
  .header__hum {
    max-width: 60px;
  }
}
.header__right-menu-contact {
  background-color: #3AB649;
  color: #fff;
  padding: 10px;
  width: 160px;
  height: 74px;
  display: grid;
  place-items: center;
  text-align: center;
}
@media (max-width: 1120px) {
  .header__right-menu-contact {
    display: none;
  }
}
.header__btn-wrap {
  display: none;
}
@media (max-width: 1120px) {
  .header__btn-wrap {
    display: block;
    cursor: pointer;
    z-index: 99;
    top: 14px;
    right: 12px;
    position: absolute;
    width: 24px;
  }
}

.black-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 200;
}
.black-bg.active {
  opacity: 1;
  pointer-events: auto;
}

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 250;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header-search.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.header-search .search-form {
  position: relative;
  z-index: 300;
  width: 85%;
  max-width: 340px;
  background: #fff;
  padding: 28px 22px 32px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(58, 182, 73, 0.18);
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(18px);
  transition: 0.3s ease;
}
.header-search.active .search-form {
  opacity: 1;
  transform: translateY(0);
}
.header-search .search-form__close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search .search-form__close img {
  width: 12px;
  height: 12px;
}
.header-search .search-form input[type=text] {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #3AB649;
  border-radius: 14px;
  font-size: 15px;
  background: #f0fbfd;
  transition: 0.25s ease;
}
.header-search .search-form input[type=text]:focus {
  border-color: #3AB649;
  background: #e6fafd;
  outline: none;
  box-shadow: 0 0 10px rgba(58, 182, 73, 0.4);
}
.header-search .search-form button[type=submit] {
  padding: 12px 16px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #3AB649;
  box-shadow: 0 6px 14px rgba(58, 182, 73, 0.35);
  transition: 0.25s ease;
}
.header-search .search-form button[type=submit]:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
.header-search .search-form button[type=submit]:active {
  transform: translateY(0);
}

/* =========================
  SPメニュー
========================= */
.header-sp {
  position: fixed;
  top: 0;
  right: -100%;
  width: 840px;
  height: 100vh;
  background: #fff;
  transition: 0.3s;
  z-index: 300;
  overflow-y: scroll;
}
@media (max-width: 1120px) {
  .header-sp {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .header-sp {
    width: 100%;
    height: 100vh;
    border-radius: 0 0 0 0;
  }
}
.header-sp.active {
  right: 0;
  z-index: 300;
}
.header-sp.active .header-sp__btn-img {
  display: block;
}
.header-sp__inner {
  padding: 20px 20px 60px;
}
@media (max-width: 600px) {
  .header-sp__inner {
    padding: 20px 0 80px;
  }
}
.header-sp__btn-img {
  width: 100px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 50px;
  display: none;
}
.header-sp__btn-img img {
  width: 100%;
}
@media (max-width: 1120px) {
  .header-sp__btn-img {
    max-width: 70px;
    right: 12px;
  }
}
@media (max-width: 820px) {
  .header-sp__btn-img {
    max-width: 60px;
  }
}
.header-sp__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-sp__menu-item {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.header-sp__search-wrap {
  padding: 0 16px;
}

/* ハンバーガー内のメニュー“中身”だけ */
.gnav-panel {
  padding: 18px;
}
@media (max-width: 600px) {
  .gnav-panel {
    padding: 0;
  }
}
.gnav-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
}
@media (max-width: 820px) {
  .gnav-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 12px;
  }
}
@media (max-width: 600px) {
  .gnav-panel__grid {
    grid-template-columns: 1fr;
  }
}
.gnav-panel__col {
  background: #ecf9ef;
  border-radius: 14px;
  padding: 14px;
}
.gnav-panel__ttl {
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.gnav-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gnav-panel__item + .gnav-panel__item {
  margin-top: 6px;
}
.gnav-panel__item a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.gnav-panel__item a:hover {
  background: #eee;
}

.drawer-menu__inner {
  padding: 32px 24px 48px;
}
@media (max-width: 820px) {
  .drawer-menu__inner {
    padding: 24px 12px 48px 24px;
  }
}
.drawer-menu__line {
  border: none;
  height: 1px;
  background: #7acb7a;
  margin: 24px 0 32px;
}
.drawer-menu {
  /* 横並びカラム */
}
.drawer-menu__columns {
  display: flex;
  gap: 72px;
}
.drawer-menu__columns--bottom {
  gap: 72px;
  align-items: flex-start;
}
@media (max-width: 820px) {
  .drawer-menu__columns {
    flex-direction: column;
    gap: 32px;
  }
}
.drawer-menu__column {
  min-width: 0;
  width: 50%;
}
@media (max-width: 820px) {
  .drawer-menu__column {
    width: 100%;
  }
}
.drawer-menu__section--full {
  margin-bottom: 8px;
}
.drawer-menu__head {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.drawer-menu__icon {
  width: 30px;
}
.drawer-menu__icon--lesson {
  width: 40px;
}
@media (max-width: 600px) {
  .drawer-menu__icon {
    width: 24px;
  }
}
.drawer-menu__ttl {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}
.drawer-menu__jp {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  line-height: 1.2;
}
@media (max-width: 820px) {
  .drawer-menu__jp {
    font-size: 20px;
  }
}
.drawer-menu__en {
  font-size: 14px;
  font-weight: 700;
  color: #53b85a;
  line-height: 1.2;
}
.drawer-menu__list {
  list-style: none;
  margin: 0 0 0 48px;
}
@media (max-width: 600px) {
  .drawer-menu__list {
    margin: 0 0 0 0;
  }
}
.drawer-menu__list a {
  font-size: 14px;
  color: #666;
  line-height: 1;
  text-decoration: none;
}
.drawer-menu__list a:hover {
  text-decoration: underline;
}
.drawer-menu__list--sub {
  margin-top: 24px;
}
.drawer-menu__spacer {
  height: 32px;
}

/* =================================
footer
 ================================= */
.footer {
  position: relative;
  background-color: #ecf9ef;
  max-width: 1350px;
  margin: 0 auto 24px;
  border-radius: 24px;
}
@media screen and (max-width: 1350px) {
  .footer {
    border-radius: 0;
    margin: 0 auto 0;
  }
}
.footer__inner {
  padding: 24px 16px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .footer__inner {
    padding: 48px 16px 24px;
  }
}
.footer__logo {
  max-width: 240px;
  display: block;
}
@media (max-width: 820px) {
  .footer__logo {
    margin: 0 auto 16px;
  }
}
.footer__top {
  display: flex;
  border-bottom: #3AB649 1px solid;
  margin: 0 0 24px;
}
@media (max-width: 1120px) {
  .footer__top {
    flex-direction: column-reverse;
  }
}
@media (max-width: 820px) {
  .footer__top {
    border-bottom: none;
    gap: 8px;
  }
}
.footer__top-left {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 820px) {
  .footer__top-left {
    flex-direction: column;
  }
}
.footer__top-left-item {
  padding: 4px 12px;
  text-align: center;
  font-size: 11px;
  color: #141414;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1120px) {
  .footer__top-left-item {
    width: 100%;
  }
}
.footer__top-right {
  text-align: center;
  flex: 1;
}
.footer__top-right-item {
  font-size: 20px;
}
@media (max-width: 820px) {
  .footer__top-right-item {
    font-size: 16px;
  }
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .footer__menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .footer__menu {
    flex-direction: column;
    gap: 24px 70px;
  }
}
.footer__menu-col--left {
  margin: 0 0 40px -70px;
}
@media screen and (max-width: 1350px) {
  .footer__menu-col--left {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 820px) {
  .footer__menu-col {
    margin: 0 0 0;
  }
}
.footer__menu-col--bottom {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .footer__menu-col--bottom {
    margin: 0 0 28px;
  }
}
.footer__menu-ttl {
  font-size: 12px;
  margin-bottom: 12px;
  color: #000;
}
.footer__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: #eee solid 1px;
  padding: 0 0 0 8px;
}
.footer__menu-list-item a {
  color: #2aa84a;
  text-decoration: none;
  line-height: 1;
  font-size: 11px;
  white-space: nowrap;
}
.footer__menu-list-item a:hover {
  text-decoration: underline;
}
.footer__menu-sns {
  position: relative;
  margin: 0 12px 0 0px;
}
@media (max-width: 600px) {
  .footer__menu-sns {
    max-width: 82px;
  }
}
.footer__menu-sns:before {
  position: absolute;
  top: -14px;
  right: -40px;
  transform: scale(0.3);
}
.footer__menu-sns--insta::before {
  content: url(../img/top/footer-insta.png);
}
.footer__menu-sns--youtube::before {
  content: url(../img/top/footer-youtube.png);
  top: -5px;
}
.footer__menu-sns--fb::before {
  content: url(../img/top/footer-fb.png);
}
.footer__menu-sns--line::before {
  content: url(../img/top/footer-line.png);
}
.footer__bottom {
  text-align: right;
  font-size: 11px;
  padding: 0 40px;
}
@media (max-width: 600px) {
  .footer__bottom {
    padding: 24px 0 0;
    text-align: center;
  }
}
.footer__go-top {
  position: absolute;
  top: -100px;
  right: -150px;
  transform: scale(0.4);
}
@media (max-width: 820px) {
  .footer__go-top {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
  }
}
@media (max-width: 600px) {
  .footer__go-top {
    top: -42px;
  }
}
.footer__go-top:hover {
  opacity: 1;
}
.footer__go-to-btn {
  width: 40px;
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.footer__go-to-btn--osusume {
  bottom: 100px;
}

/* =========================
   パンくず
========================= */
.breadcrumbs-wrap {
  background-color: #ecf9ef;
}
.breadcrumbs-wrap--white {
  background-color: #fff;
}
.breadcrumbs-wrap__content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 12px 0;
  font-size: 11px;
}

/* =========================
  Pager（WP-PageNavi）
========================= */
.pager {
  margin-top: 48px;
  text-align: center;
}
.pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .pager .wp-pagenavi {
    gap: 4px;
  }
}
.pager a,
.pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #3AB649;
  background-color: #fff;
  color: #3AB649;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (max-width: 820px) {
  .pager a,
  .pager span {
    min-width: 26px;
    height: 26px;
  }
}
.pager {
  /* hover */
}
.pager a:hover {
  background-color: #3AB649;
  color: #fff;
}
.pager {
  /* 現在のページ */
}
.pager .current {
  background-color: #3AB649;
  color: #fff;
  border-color: #3AB649;
  font-weight: 600;
}
.pager {
  /* 前へ・次へ */
}
.pager .previouspostslink,
.pager .nextpostslink {
  padding: 0 16px;
}
.pager {
  /* 無効（念のため） */
}
.pager .pages {
  display: none;
}

/* =====================================================
  Scroll Fade-in Animation
  ・JSで .action が付与されると表示される
  ・fade-in-js は必須クラス
  ・動きは variation クラスで切り替える
===================================================== */
/* ------------------------------
  Base（共通）
------------------------------ */
.fade-in-js {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.7s ease;
}
.fade-in-js.action {
  opacity: 1;
  transform: none;
}

/* ------------------------------
  Variations（動きの種類）
  ※ fade-in-js と併用する
------------------------------ */
/* 下から上へフェードイン（基本） */
.fade-up {
  transform: translateY(30px);
}

/* 上から下へフェードイン */
.fade-down {
  transform: translateY(-30px);
}

/* 左からスライドイン */
.fade-left {
  transform: translateX(-40px);
}

/* 右からスライドイン */
.fade-right {
  transform: translateX(40px);
}

/* ズームイン（控えめ） */
.fade-zoom {
  transform: scale(0.95);
}

/* ズームイン（強め・強調用） */
.fade-zoom-big {
  transform: scale(0.9);
}

/* 回転しながらフェードイン（遊び要素） */
.fade-rotate {
  transform: translateY(20px) rotate(-3deg);
}

/* ------------------------------
  Delay（表示タイミング調整）
  ・複数要素を順番に表示したいときに使用
------------------------------ */
.fade-delay-1 {
  transition-delay: 0.1s;
}

.fade-delay-2 {
  transition-delay: 0.2s;
}

.fade-delay-3 {
  transition-delay: 0.3s;
}

.fade-delay-4 {
  transition-delay: 0.4s;
}

.fade-delay-5 {
  transition-delay: 0.5s;
}

/* ------------------------------
  Speed（表示速度調整・任意）
------------------------------ */
/* 速く表示したいとき */
.fade-fast {
  transition-duration: 0.35s, 0.5s;
}

/* ゆっくり上品に表示したいとき */
.fade-slow {
  transition-duration: 0.8s, 1.1s;
}

/* =========================
   ロード時のアニメーション
========================= */
.fade-in-onload {
  opacity: 0;
  animation: fadeInOnLoad 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInOnLoad {
  to {
    opacity: 1;
  }
}
.fade-in-onload02 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInOnLoad02 1.5s ease forwards;
  animation-delay: 1.5s;
}

@keyframes fadeInOnLoad02 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   editor style
========================= */
.editor-style__block {
  margin: 0 0 40px;
}
.editor-style .aligncenter {
  display: block;
  margin: 0 auto;
}
.editor-style .alignright {
  float: right;
}
.editor-style .alignleft {
  float: left;
}
.editor-style img {
  width: initial;
  max-width: 100%;
  height: auto;
}
.editor-style {
  /* --------------------
    見出し
  -------------------- */
}
.editor-style h1 {
  font-size: 28px;
  margin: 0 0 32px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h1 {
    font-size: 20px;
  }
}
.editor-style h2 {
  font-size: 22px;
  margin: 56px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3AB649;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h2 {
    font-size: 18px;
  }
}
.editor-style h3 {
  font-size: 18px;
  margin: 40px 0 12px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h3 {
    font-size: 16px;
  }
}
.editor-style h4 {
  font-size: 16px;
  margin: 32px 0 8px;
  line-height: 1.4;
}
.editor-style {
  /* --------------------
    テキスト
  -------------------- */
}
.editor-style p {
  margin: 0 0 16px;
}
.editor-style strong {
  font-weight: 700;
}
.editor-style em {
  font-style: italic;
}
.editor-style a {
  color: #3AB649;
  text-decoration: underline;
}
.editor-style a:hover {
  text-decoration: none;
}
.editor-style {
  /* --------------------
    リスト
  -------------------- */
}
.editor-style ul,
.editor-style ol {
  margin: 16px 0 24px 1.5em;
  padding: 0;
}
.editor-style li {
  margin-bottom: 8px;
}
.editor-style ul ul,
.editor-style ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.editor-style {
  /* --------------------
    引用
  -------------------- */
}
.editor-style blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  background: #f5f7f6;
  border-left: 4px solid #3AB649;
}
.editor-style blockquote p {
  margin: 0;
}
.editor-style cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.editor-style {
  /* --------------------
    テーブル（クラシック想定）
    - HTMLを触れない前提なので table 自体をスクロール容器化
  -------------------- */
}
.editor-style table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  /* ★SP横スクロール対応（HTML触らない版） */
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.editor-style th,
.editor-style td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  /* ★列が多い時に潰れないように */
  white-space: nowrap;
}
.editor-style th {
  background: #f0f5f2;
  font-weight: 600;
}
.editor-style {
  /* --------------------
    画像（クラシック想定）
  -------------------- */
  /* クラシックのキャプションは .wp-caption を使うことが多い */
}
.editor-style .wp-caption {
  margin: 32px 0;
  max-width: 100%;
}
.editor-style .wp-caption img {
  margin: 0 auto;
}
.editor-style .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.editor-style {
  /* figcaption で入るケースもあるので一応 */
}
.editor-style figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.editor-style {
  /* --------------------
    区切り線
  -------------------- */
}
.editor-style hr {
  margin: 48px 0;
  border: none;
  height: 1px;
  background: #ddd;
}
.editor-style {
  /* --------------------
    コード
  -------------------- */
}
.editor-style pre {
  margin: 24px 0;
  padding: 16px;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  overflow-x: auto;
  border-radius: 6px;
}
.editor-style code {
  font-family: Consolas, Monaco, monospace;
}
.editor-style {
  /* --------------------
    定義リスト
  -------------------- */
}
.editor-style dl {
  margin: 24px 0;
}
.editor-style dt {
  font-weight: 600;
  margin-top: 16px;
}
.editor-style dd {
  margin-left: 0;
  margin-top: 4px;
  padding-left: 16px;
  border-left: 3px solid #e0e0e0;
}
.editor-style {
  /* --------------------
    ボタン風リンク（任意）
  -------------------- */
}
.editor-style .is-style-button {
  display: inline-block;
  padding: 12px 24px;
  background: #3AB649;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
}
.editor-style .is-style-button:hover {
  opacity: 0.85;
}/*# sourceMappingURL=style.css.map */