@charset "UTF-8";
/* ==========================================================================
   淡路市立サンシャインホール - ご利用方法ページ
   ========================================================================== */

/* ==========================================================================
   ページ全体
   ========================================================================== */
.p-usage {
  padding: 4rem 0 12rem;
}

.p-usage__body {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

/* ==========================================================================
   左サイドバー（スティッキー）
   ========================================================================== */
.p-usage__sidebar {
  width: 22rem;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  height: fit-content;
  max-height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
}

/* サイドバーナビ */
.p-usage-nav {
  display: flex;
  flex-direction: column;
}

/* セクション見出し行 */
.p-usage-nav__head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: #f7f4f0;
  padding: 1.4rem 1.6rem;
  margin-top: 0.4rem;
}

.p-usage-nav__head:first-child {
  margin-top: 0;
}

.p-usage-nav__head-bar {
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  background: #337D8A;
  border-radius: 0.2rem;
  flex-shrink: 0;
}

.p-usage-nav__head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  color: #333;
  line-height: 1.4;
}

/* アイテム行 */
.p-usage-nav__item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.4rem 1.2rem 1.4rem 1.6rem;
  border-bottom: 1px solid #e8e4de;
  text-decoration: none;
  color: #333;
  transition: opacity 0.2s;
}

.p-usage-nav__item:hover {
  opacity: 0.7;
}

.p-usage-nav__item-num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #337D8A;
  flex-shrink: 0;
  line-height: 1.6;
  min-width: 2rem;
}

.p-usage-nav__item-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
}

/* アイコンだけ上下中央に揃える */
.p-usage-nav__item-arrow {
  align-self: center;
}

/* アイコン */
.p-usage-nav__item-arrow {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  display: block;
}

/* ==========================================================================
   右メインコンテンツ
   ========================================================================== */
.p-usage__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* セクション */
.p-usage__section {
  margin-bottom: 10rem;
  min-width: 0;
}

.p-usage__section--last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ==========================================================================
   ご利用の流れ ステップ
   ========================================================================== */
.p-usage-step {
  padding-bottom: 6rem;
  scroll-margin-top: 14rem;
}

.p-usage-step__head {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.6rem;
}

.p-usage-step__num {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 5.6rem;
  color: #337D8A;
  line-height: 1;
  flex-shrink: 0;
}

.p-usage-step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  color: #333;
  line-height: 1.4;
}

.p-usage-step__title-note {
  font-size: 1.6rem;
  font-weight: 400;
  color: #7d7d7d;
  margin-left: 0.8rem;
}

.p-usage-step__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-usage-step__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}

.p-usage-step__link {
  color: #337D8A;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  transition: opacity 0.2s;
}

.p-usage-step__link:hover {
  opacity: 0.7;
}

/* 連絡先ボックス */
.p-usage-contact-box {
  background: #f7f4f0;
  border-radius: 0.6rem;
  padding: 2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-usage-contact-box__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}

.p-usage-contact-box__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #337D8A;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  transition: opacity 0.2s;
}

.p-usage-contact-box__link:hover {
  opacity: 0.7;
}

/* ダウンロードエリア */
.p-usage-download-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.p-usage-download-btn {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.2rem;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5.8rem;
  padding: 1.2rem 2.4rem 1.4rem;
  text-decoration: none;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  transition: opacity 0.2s;
}

.p-usage-download-btn:hover {
  opacity: 0.75;
}

.p-usage-download-btn__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

/* 情報ボックス */
.p-usage-info-box {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-usage-info-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #333;
  line-height: 1.4;
  border-left: 4px solid #337D8A;
  padding-left: 1rem;
  margin-bottom: 0.4rem;
}

.p-usage-info-box__title-note {
  font-weight: 400;
  font-size: 1.3rem;
  color: #7d7d7d;
  margin-left: 0.6rem;
}

.p-usage-info-box__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.9;
}

.p-usage-info-box__example {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #7d7d7d;
  line-height: 1.7;
}

/* 番号付きリスト */
.p-usage-num-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  counter-reset: num-list;
}

.p-usage-num-list__item {
  display: flex;
  gap: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.9;
  counter-increment: num-list;
}

.p-usage-num-list__item::before {
  content: counter(num-list);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  border-radius: 50%;
  border: 1.5px solid #337D8A;
  background: transparent;
  color: #337D8A;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 0.3rem;
  padding-top: 0.15rem;
  flex-shrink: 0;
}

.p-usage-num-list--plain .p-usage-num-list__item::before {
  content: counter(num-list) ".";
  display: inline;
  width: auto;
  height: auto;
  min-width: auto;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #333;
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  margin-top: 0;
  padding-top: 0;
}

/* 箇条書きリスト（番号リスト内のネスト用） */
.p-usage-bull-list {
  list-style: none;
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-usage-bull-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
  padding-left: 1.4rem;
  position: relative;
}

.p-usage-bull-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #337D8A;
}

/* STEP 04 サブステップ */
.p-usage-sub-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-usage-sub-step {
  padding: 2rem 0;
}

.p-usage-sub-step:first-child {
  padding-top: 0;
}

.p-usage-sub-step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #333;
  line-height: 1;
  margin-bottom: 1rem;
  border-left: 4px solid #337D8A;
  padding-left: 1rem;
}

.p-usage-sub-step__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.9;
}

/* 振込先ボックス */
.p-usage-bank-box {
  background: #f7f4f0;
  border-radius: 0.6rem;
  padding: 1.6rem 2.4rem;
}

/* 注意テキストリスト */
.p-usage-note-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-usage-note-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 2em;
  text-indent: -2em;
}

.p-usage-note-list li::before {
  content: '※　';
}

.p-usage-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #7d7d7d;
  line-height: 1.8;
  padding-left: 1.8em;
  text-indent: -1.8em;
  margin-top: 1.6rem;
}

.p-usage-note::before {
  content: '※　';
}

/* ==========================================================================
   必ずお読みください（注意事項）
   ========================================================================== */
@counter-style circled {
  system: fixed;
  symbols: '①' '②' '③' '④' '⑤' '⑥' '⑦' '⑧' '⑨' '⑩';
  suffix: ' ';
}

.p-usage-caution {
  margin-top: 2rem;
  border: 3px solid #337D8A;
  border-radius: 0.8rem;
  padding: 3.2rem;
  scroll-margin-top: 14rem;
}

.p-usage-caution__header {
  text-align: center;
  padding-bottom: 2.4rem;
}

.p-usage-caution__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #333;
  margin-bottom: 0.8rem;
}

.p-usage-caution__label-icon {
  color: #337D8A;
  font-size: 2.4rem;
}

.p-usage-caution__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #333;
  line-height: 1.2;
}

.p-usage-caution__divider {
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 2.4rem;
}

.p-usage-caution-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  counter-reset: caution-list;
}

.p-usage-caution-list__item {
  counter-increment: caution-list;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-usage-caution-list__head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #337D8A;
  line-height: 1.4;
}

.p-usage-caution-list__head::before {
  content: counter(caution-list, circled);
}

.p-usage-caution-list__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.9;
}

.p-usage-caution-bull-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.p-usage-caution-bull-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.9;
  padding-left: 1.4rem;
  position: relative;
}

.p-usage-caution-bull-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #333;
}

/* ==========================================================================
   ご利用料金
   ========================================================================== */
.p-usage-fee-section {
  margin-bottom: 6rem;
}

.p-usage-fee-section:last-child {
  margin-bottom: 0;
}

/* テーブル共通 スクロール対応 */
.p-usage-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #e5e5e5;
}

/* ==========================================================================
   施設使用料テーブル
   ========================================================================== */
.p-usage-fee-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 72rem;
}

.p-usage-fee-table .p-usage-fee-table__th {
  background: #A2D7D4;
  padding: 1rem 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: #333;
  text-align: center;
  border: 1px solid #e5e5e5;
  white-space: nowrap;
  line-height: 1.5;
}

.p-usage-fee-table td {
  padding: 0.9rem 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #e5e5e5;
  line-height: 1.6;
  vertical-align: middle;
}

.p-usage-fee-table__venue {
  background: #f7f4f0;
  font-weight: 700 !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1.5rem !important;
}

.p-usage-fee-table__cond {
  vertical-align: middle;
  font-size: 1.3rem !important;
  line-height: 1.7 !important;
  white-space: nowrap;
}

.p-usage-fee-table__cond-inner {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.p-usage-fee-table__cond-row {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.p-usage-fee-table__cond .is-none {
  font-weight: 700;
}

.p-usage-fee-table__cond .is-has {
  font-weight: 700;
  color: #337D8A;
}

.p-usage-fee-table__day {
  text-align: center;
  white-space: nowrap;
  font-weight: 500 !important;
}

.p-usage-fee-table__price {
  text-align: right;
  white-space: nowrap;
  font-size: 1.4rem !important;
}


/* ==========================================================================
   設備使用料テーブル
   ========================================================================== */
.p-usage-equip-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #e5e5e5;
}

.p-usage-equip-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 90rem;
}

.p-usage-equip-table th,
.p-usage-equip-table td {
  padding: 1rem 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #e5e5e5;
  line-height: 1.6;
  vertical-align: middle;
}

/* メインヘッダー（青背景） */
.p-usage-equip-table__head {
  background: #A2D7D4;
  color: #333;
  font-weight: 700;
  text-align: center;
  border-color: #d8d8d8;
}

/* サブヘッダー（薄背景） */
.p-usage-equip-table__subhead {
  background: #A2D7D4;
  font-weight: 600;
  text-align: center;
  border-color: #d8d8d8;
  white-space: nowrap;
}

/* 施設名セル */
.p-usage-equip-table__venue {
  font-weight: 700;
  text-align: center;
  background: #f7f4f0;
}

/* 時間帯セル */
.p-usage-equip-table__time {
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}

/* 料金セル */
.p-usage-equip-table__price {
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
}

/* ホワイエロビー説明セル */
.p-usage-equip-table__notice {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}

/* 活用例セル */
.p-usage-equip-table__usage {
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
}

/* 設備使用料テーブル（2列レイアウト）用上書き */
.p-usage-equip-table--equipment {
  min-width: 48rem;
}

.p-usage-equip-table--equipment th,
.p-usage-equip-table--equipment td {
  font-size: 1.4rem;
}

.p-usage-equip-table__cat {
  background: #A2D7D4;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem !important;
  text-align: center;
  border-color: #d8d8d8 !important;
}

.p-usage-equip-table__sub-head th {
  background: #f7f4f0;
  font-weight: 500;
  text-align: center;
}

.p-usage-equip-table__price-cell {
  text-align: center;
  white-space: nowrap;
}

.p-usage-equip-table__footnote {
  font-size: 1.3rem !important;
  color: #555;
  background: #fff;
  text-align: center;
}

/* ==========================================================================
   メンバー募集
   ========================================================================== */
.p-usage-member-box {
  background: #f7f4f0;
  border-radius: 0.8rem;
  padding: 3.2rem;
}

.p-usage-member-box__heading {
  padding-bottom: 2.4rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid #d8d8d8;
}

.p-usage-member-box__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #333;
  line-height: 1.2;
}

.p-usage-member-group {
  margin-bottom: 3.2rem;
}

.p-usage-member-group:last-child {
  margin-bottom: 0;
}

.p-usage-member-group__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #333;
  line-height: 1.4;
  border-left: 4px solid #337D8A;
  padding-left: 1rem;
  margin-bottom: 1.6rem;
}

.p-usage-member-group__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.p-usage-member-group__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.9;
}

.p-usage-member-group__info {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.p-usage-member-group__info-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
}

.p-usage-member-group__info-label {
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}

.p-usage-member-group__info-label::after {
  content: '：';
}

.p-usage-member-group__info-link {
  color: #337D8A;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  font-weight: 400;
  transition: opacity 0.2s;
}

.p-usage-member-group__info-link:hover {
  opacity: 0.7;
}

/* ==========================================================================
   SP対応 (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {

  /* ページ全体 */
  .p-usage {
    padding: 2.4rem 0 8rem;
  }

  .p-usage__body {
    flex-direction: column;
    gap: 3.2rem;
    align-items: stretch;
  }

  .p-usage__sidebar {
    width: 100%;
    position: static;
  }

  /* セクション間隔 */
  .p-usage__section {
    margin-bottom: 6rem;
  }

  /* ナビ */
  .p-usage-nav__head {
    padding: 1.2rem 1.4rem;
    margin-top: 0.2rem;
  }

  .p-usage-nav__head-title {
    font-size: 1.5rem;
  }

  .p-usage-nav__item {
    padding: 1.2rem 1rem 1.2rem 1.4rem;
  }

  .p-usage-nav__item-text {
    font-size: 1.3rem;
  }

  .p-usage-nav__item-arrow {
    width: 2.2rem;
    height: 2.2rem;
  }

  /* ステップ */
  .p-usage-step {
    padding-bottom: 4rem;
    scroll-margin-top: 8rem;
  }

  .p-usage-step__head {
    margin-bottom: 1.2rem;
  }

  .p-usage-step__num {
    font-size: 4rem;
  }

  .p-usage-step__title {
    font-size: 2rem;
  }

  .p-usage-step__text {
    font-size: 1.5rem;
  }

  /* ダウンロードボタン */
  .p-usage-download-btn {
    width: 100%;
    justify-content: center;
    font-size: 1.4rem;
    padding: 1.2rem 1.6rem;
  }

  /* 情報ボックス */
  .p-usage-info-box__title {
    font-size: 1.7rem;
  }

  .p-usage-info-box__text {
    font-size: 1.4rem;
  }

  /* サブステップ */
  .p-usage-sub-step__title {
    font-size: 1.6rem;
  }

  .p-usage-sub-step__text {
    font-size: 1.4rem;
  }

  /* 振込先ボックス */
  .p-usage-bank-box {
    padding: 1.4rem 1.6rem;
  }

  /* 注意事項ボックス */
  .p-usage-caution {
    padding: 2rem 1.6rem;
  }

  .p-usage-caution__title {
    font-size: 2.4rem;
  }

  .p-usage-caution-list__head {
    font-size: 1.5rem;
  }

  .p-usage-caution-list__text {
    font-size: 1.4rem;
  }

  /* 料金テーブル */
  .p-usage-fee-section {
    margin-bottom: 4rem;
  }

  /* 設備使用料テーブル：ラッパーで横スクロール対応済み */

  /* メンバー募集ボックス */
  .p-usage-member-box {
    padding: 2rem 1.6rem;
  }

  .p-usage-member-box__title {
    font-size: 2rem;
  }

  .p-usage-member-group__title {
    font-size: 1.9rem;
  }

  .p-usage-member-group__text {
    font-size: 1.4rem;
  }
}