@media print {

  /* ===== リンクURL表示を消す ===== */
  a[href]::after {
    content: none !important;
  }

  /* ===== 非表示 ===== */
  header,
  footer,
  .sidebar,
  .reserve-methods,
  .btn,
  .wave-line,
  nav,
  .fixed-cta,
  picture,
  .no-print {
    display: none !important;
  }

  /* ===== 基本 ===== */
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 !important;
  }

  * {
    box-sizing: border-box;
  }

  /* ===== hero対策 ===== */
  .course-hero {
    height: auto !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
  }

  .course-hero::after {
    display: none !important;
  }

  /* ===== レイアウト ===== */
  .container,
  .row,
  .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    float: none !important;
  }
  
  section {
    margin: 10px 0 !important;
    padding: 0 !important;
  }
.hero-inner {
    position: static !important;
    transform: none !important;
  /* ===== 見出し ===== */
  h1, h2, h3 {
    color: #000 !important;
    margin: 10px 0 !important;
  }

  /* ===== テキスト調整 ===== */
  .reserve-box p.lead,
  .reserve-box p.note {
    text-align: left !important;
  }

  /* ===== ボタン ===== */
  .reserve-btn {
    background: none !important;
    color: #000 !important;
    border: 1px solid #000;
  }

  /* ===== フォーム ===== */
  .wpcf7 {
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 20px;
  }

  input,
  textarea,
  select {
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
  }

  /* ===== コース ===== */
  .course-box {
    background: none !important;
    border: 1px solid #ccc;
  }

  /* ===== グリッド解除 ===== */
  .course-grid {
    display: block !important;
  }

  .course-card {
    width: 100% !important;
    margin-bottom: 15px;
    display: block;
  }

  /* ===== 画像 ===== */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* ===== 用紙余白 ===== */
@page {
  margin: 10mm;
}
