/* =========================
  キャンセル規約 共通
========================= */

.page-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.2rem;
}

/* =========================
  見出し（yoyaku.css と同一）
========================= */

.section-title {
  font-size: 1.6rem;
  margin: 2.0rem 0 1.2rem;
  padding-left: 0.8rem;
  border-left: 5px solid #1e8c5a;
}

.section-subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e8c5a;
  margin: 2.8rem 0 1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #cfe4d9;
}



/* =========================
  小見出し（レンタルコート等）
========================= */

.subheading {
  font-size: 1rem;
  font-weight: 600;
  margin: 1.6rem 0 0.6rem;
  color: #333;
}

/* =========================
  リスト
========================= */

.info-list {
  list-style: disc;
  padding-left: 1.4rem;
  line-height: 1.7;
}

.info-list li + li {
  margin-top: 0.4rem;
}

/* =========================
  キャンセル料金表
========================= */

.cancel-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 1.6rem;
}

.cancel-table th,
.cancel-table td {
  border: 1px solid #ccc;
  padding: 0.6rem;
  text-align: center;
  font-size: 0.95rem;
}

.cancel-table th {
  background: #f1f7f4;
  font-weight: 600;
}

/* =========================
  リンク
========================= */

.page-section a {
  color: #1e8c5a;
  font-weight: 600;
}

/* =========================
  予約ページへ戻る
========================= */

.cancel-back {
  text-align: center;
  margin: 3rem 0;
}

.cancel-back .back-to-reserve {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  background: #1e8c5a;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.back-to-reserve:hover {
  background: #166a44;
}

/* =========================
  スマホ最適化
========================= */

@media (max-width: 768px) {

  .page-section {
    padding: 2rem 1rem;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
  }

  .subheading {
    font-size: 0.95rem;
  }

  .cancel-table th,
  .cancel-table td {
    font-size: 0.85rem;
    padding: 0.5rem;
  }

}
