  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;700;900&family=Playfair+Display:ital,wght@1,700&display=swap');

  *{margin:0;padding:0;box-sizing:border-box}
  :root{
    --bor:#5C1F33; --bor2:#7A2B44; --bor3:#3D0E1F;
    --gld:#C99846; --gld2:#E8BE6A; --gld-soft:#F5E6C8;
    --ivy:#FAF5E8; --ivy2:#F0E6D2; --paper:#FFFCF5;
    --ink:#2A1F1F; --ink2:#5A4F4F; --ink3:#8A7F7F;
    --day1:#B85432; --day2:#5C1F33;
    --grn:#4A7C59; --blue:#4A6B8A;
    --shadow-sm:0 2px 8px rgba(92,31,51,.08);
    --shadow-md:0 4px 20px rgba(92,31,51,.12);
    --shadow-lg:0 8px 32px rgba(92,31,51,.16);
  }
  body{
    background:var(--ivy);
    font-family:'Noto Sans JP','Yu Gothic',sans-serif;
    color:var(--ink);
    width:100%; max-width:none; margin:0 auto;
    padding-bottom:60px;
    line-height:1.6;
  }

  /* ── ヘッダー ── */
  .hero{
    background:
      radial-gradient(ellipse 60% 40% at 20% 15%, rgba(201,152,70,.18) 0%, transparent 60%),
      radial-gradient(ellipse 50% 40% at 80% 85%, rgba(232,190,106,.12) 0%, transparent 60%),
      radial-gradient(ellipse at bottom right, rgba(122,43,68,.5) 0%, transparent 65%),
      linear-gradient(165deg, var(--bor3) 0%, #4A1526 40%, var(--bor) 100%);
    padding:clamp(44px,5vw,76px) clamp(20px,5vw,80px) clamp(48px,6vw,84px);
    position:relative;
    overflow:hidden;
  }
  .hero::before{
    content:''; position:absolute;
    top:0; left:0; right:0; height:2px;
    background:linear-gradient(90deg, transparent, var(--gld), transparent);
  }

  /* SVG装飾 */
  .deco{
    position:absolute;
    width:110px;height:110px;
    color:var(--gld);
    pointer-events:none;
  }
  .deco-tl{top:24px;left:20px;transform:rotate(-15deg)}
  .deco-br{bottom:24px;right:20px;transform:rotate(15deg)}

  /* 星装飾 */
  .hero-stars{
    position:absolute;inset:0;
    color:var(--gld);opacity:.5;
    pointer-events:none;font-size:12px;
  }
  .hero-stars span{
    position:absolute;
    animation:twinkle 3s ease-in-out infinite;
  }
  .hero-stars span:nth-child(2){animation-delay:0.5s}
  .hero-stars span:nth-child(3){animation-delay:1s}
  .hero-stars span:nth-child(4){animation-delay:1.5s}
  .hero-stars span:nth-child(5){animation-delay:2s}
  @keyframes twinkle{
    0%,100%{opacity:.3;transform:scale(1)}
    50%{opacity:1;transform:scale(1.2)}
  }

  .hero-inner{position:relative;z-index:2;text-align:center;max-width:520px;margin:0 auto}

  /* 上部エンブレム */
  .hero-emblem{
    display:flex;align-items:center;justify-content:center;gap:12px;
    margin-bottom:28px;
  }
  .emblem-line{
    flex:0 0 40px;height:1px;
    background:linear-gradient(90deg, transparent, var(--gld));
  }
  .emblem-line:last-child{
    background:linear-gradient(90deg, var(--gld), transparent);
  }
  .emblem-text{
    font-family:'Playfair Display',serif;
    font-size:10px;font-style:italic;
    color:var(--gld);letter-spacing:.35em;
    font-weight:700;
  }

  /* ようこそ */
  .hero-welcome{
    font-family:'Noto Serif JP',serif;
    font-size:44px;font-weight:900;
    color:var(--gld2);
    letter-spacing:.15em;
    margin-bottom:8px;
    text-shadow:0 4px 20px rgba(0,0,0,.4);
    line-height:1.1;
  }
  .hero-sub-jp{
    font-size:11px;font-weight:500;
    color:rgba(255,255,255,.6);
    letter-spacing:.3em;
    margin-bottom:24px;
  }

  .hero-logo{
    height:56px;filter:brightness(0) invert(1);
    margin-bottom:20px;
  }

  /* ディバイダー */
  .hero-divider{
    display:flex;align-items:center;justify-content:center;
    margin:0 auto 20px;max-width:280px;
  }
  .hero-divider::before,
  .hero-divider::after{
    content:'';flex:1;height:1px;
    background:linear-gradient(90deg, transparent, rgba(201,152,70,.4), transparent);
  }
  .hero-divider span{
    padding:0 14px;font-size:16px;
    filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));
  }

  .hero-catch{
    font-size:15px;font-weight:500;
    color:rgba(255,255,255,.9);
    line-height:2;letter-spacing:.05em;
    margin-bottom:26px;
  }
  .hero-catch em{
    color:var(--gld2);font-style:normal;font-weight:700;
    font-family:'Noto Serif JP',serif;
    font-size:17px;letter-spacing:.08em;
  }

  .hero-badges{
    display:flex;justify-content:center;gap:10px;flex-wrap:wrap;
    margin-bottom:28px;
  }
  .hero-badge{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.2);
    border-radius:24px;padding:9px 20px;
    color:#fff;font-size:12px;font-weight:600;
    display:flex;align-items:center;
    font-family:'Playfair Display',serif;letter-spacing:.08em;
  }
  .hero-badge.gold{
    background:linear-gradient(135deg, var(--gld), var(--gld2));
    color:var(--bor);border:none;font-weight:900;
    font-family:inherit;letter-spacing:.05em;
    box-shadow:0 4px 12px rgba(201,152,70,.3);
  }

  /* 統計 */
  .hero-stats{
    display:flex;justify-content:center;align-items:center;
    gap:12px;margin-bottom:28px;
    padding:14px 20px;
    background:rgba(0,0,0,.15);
    border-radius:12px;
    border:1px solid rgba(255,255,255,.1);
    max-width:400px;margin-left:auto;margin-right:auto;
    margin-bottom:28px;
  }
  .stat-item{flex:1;text-align:center}
  .stat-num{
    font-family:'Noto Sans JP','Yu Gothic',Meiryo,sans-serif;
    font-size:22px;font-weight:900;
    color:var(--gld2);line-height:1;
  }
  .stat-num small{font-size:11px;font-weight:500;margin-left:2px}
  .stat-label{
    font-size:9px;letter-spacing:.15em;
    color:rgba(255,255,255,.6);
    margin-top:4px;text-transform:uppercase;
  }
  .stat-sep{
    width:1px;height:32px;
    background:linear-gradient(180deg, transparent, rgba(255,255,255,.2), transparent);
  }

  .hero-note{
    background:rgba(255,252,245,.06);
    border:1px solid rgba(245,230,200,.15);
    border-radius:12px;
    padding:18px 22px;
    font-size:12px;color:rgba(255,255,255,.85);
    line-height:2;font-weight:400;
    text-align:center;
  }
  .hero-note em{
    color:var(--gld2);font-style:normal;font-weight:700;
    font-family:'Noto Serif JP',serif;
  }

  /* ── 荒井さんカード ── */
  .arai-card{
    margin:32px clamp(16px,4vw,72px) 40px;
    background:linear-gradient(135deg, #FFFCF5 0%, var(--paper) 100%);
    border-radius:20px;
    box-shadow:var(--shadow-md);
    overflow:hidden;
    position:relative;
  }
  .arai-card::before{
    content:''; position:absolute;
    top:0; left:0; right:0; height:4px;
    background:linear-gradient(90deg, var(--gld), var(--gld2), var(--gld));
  }
  .arai-inner{padding:24px 22px;display:flex;gap:18px;align-items:flex-start}
  .arai-photo{flex-shrink:0;text-align:center}
  .arai-photo img{
    width:88px;height:88px;border-radius:50%;
    object-fit:cover;border:3px solid var(--gld);
    box-shadow:var(--shadow-sm);
  }
  .arai-name{
    margin-top:8px;
    font-family:'Noto Serif JP',serif;
    font-size:13px;font-weight:700;color:var(--bor);
  }
  .arai-title{font-size:9px;color:var(--ink3);letter-spacing:.15em;font-weight:700;margin-top:2px}
  .arai-message{flex:1;position:relative}
  .arai-quote{
    font-family:'Playfair Display',serif;
    font-size:60px;color:var(--gld);
    line-height:1;position:absolute;
    top:-14px;left:-6px;opacity:.4;font-style:italic;
  }
  .arai-body{
    font-size:13px;color:var(--ink);line-height:2;
    padding-left:20px;padding-top:8px;
  }
  .arai-highlight{
    display:block;
    color:var(--bor);font-weight:900;font-size:14px;
    margin:6px 0;padding:4px 0;
    border-bottom:2px dotted var(--gld);
    line-height:1.6;
  }

  /* ── セクション ── */
  .section{margin:0 clamp(16px,4vw,72px) 32px}
  .sec-header{
    display:flex;align-items:baseline;justify-content:space-between;
    margin-bottom:14px;padding:0 4px;
  }
  .sec-num{
    font-family:'Playfair Display',serif;
    font-size:14px;font-style:italic;
    color:var(--gld);letter-spacing:.15em;
  }
  .sec-title{
    font-family:'Noto Serif JP',serif;
    font-size:20px;font-weight:900;
    color:var(--bor);letter-spacing:.02em;
    display:flex;align-items:center;gap:10px;
    background:transparent;padding:0;
    border-radius:0;margin:0;
  }
  .sec-title .icon{font-size:22px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.08))}
  .sec-body{
    background:var(--paper);
    border:none;
    border-radius:16px;
    padding:clamp(18px,2.4vw,34px);
    box-shadow:var(--shadow-sm);
    position:relative;
  }

  /* ── INFO グリッド ── */
  .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .info-item{
    background:linear-gradient(135deg, var(--ivy) 0%, #FBF5E5 100%);
    border-radius:12px;padding:14px 16px;
    border:1px solid var(--ivy2);
  }
  .info-key{
    font-family:'Playfair Display',serif;
    font-size:10px;font-style:italic;
    color:var(--gld);letter-spacing:.2em;
    margin-bottom:6px;
  }
  .info-val{font-size:14px;font-weight:700;color:var(--ink);line-height:1.5}
  .info-val small{font-size:10px;font-weight:400;color:var(--ink2);display:block;margin-top:2px}

  /* ── DAY タイムライン ── */
  .day-header{
    display:flex;align-items:center;gap:12px;
    padding:14px 20px;border-radius:12px;
    margin-bottom:16px;
    box-shadow:var(--shadow-sm);
    position:relative;overflow:hidden;
  }
  .day-header::before{
    content:''; position:absolute;
    top:0; right:0; width:120px; height:100%;
    background:radial-gradient(circle at right, rgba(255,255,255,.15) 0%, transparent 70%);
  }
  .day-header.day1{background:linear-gradient(135deg, var(--day1), #A34428)}
  .day-header.day2{background:linear-gradient(135deg, var(--day2), var(--bor2))}
  .day-label{
    font-family:'Playfair Display',serif;
    font-size:10px;font-style:italic;
    color:var(--gld2);letter-spacing:.2em;
    position:relative;z-index:1;
  }
  .day-name{
    font-family:'Noto Serif JP',serif;
    font-size:20px;font-weight:900;color:#fff;
    line-height:1;position:relative;z-index:1;
  }
  .day-desc{
    font-size:11px;color:rgba(255,255,255,.85);
    margin-left:auto;text-align:right;line-height:1.5;
    position:relative;z-index:1;font-weight:500;
  }

  .timeline{display:flex;flex-direction:column;gap:0}
  .tl-row{
    display:flex;gap:16px;align-items:flex-start;
    padding:14px 0;border-bottom:1px dashed var(--ivy2);
  }
  .tl-row:last-child{border-bottom:none}
  .tl-time{
    font-family:'Noto Sans JP','Yu Gothic',sans-serif;
    font-size:13px;font-weight:700;color:var(--bor);
    min-width:56px;padding-top:2px;flex-shrink:0;
    letter-spacing:0;
    background:var(--ivy);border-radius:6px;
    padding:4px 8px;text-align:center;
    line-height:1.2;
  }
  .tl-time.day2c{color:var(--day2)}
  .tl-content{font-size:12px;color:var(--ink);line-height:1.85;flex:1}
  .tl-content strong{font-weight:700;color:var(--ink);font-size:13px}
  .tl-badge{
    display:inline-block;background:var(--gld);color:var(--bor);
    font-size:9px;font-weight:800;padding:2px 8px;border-radius:12px;
    margin-left:4px;letter-spacing:.05em;
  }

  /* ── 店舗カード ── */
  .shop-intro{
    font-size:12px;color:var(--ink2);margin-bottom:16px;
    line-height:1.8;padding:12px 16px;
    background:var(--ivy);border-radius:10px;
    border-left:3px solid var(--gld);
  }
  .shop-intro strong{color:var(--bor)}
  .shop-card{
    border:1px solid var(--ivy2);border-radius:12px;
    padding:14px 16px;background:#fff;
    transition:transform .2s, box-shadow .2s;
  }
  .shop-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}
  .shop-card.ok{border-left:4px solid var(--grn)}
  .shop-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}
  .shop-card-name{
    font-size:14px;font-weight:700;color:var(--ink);
    display:flex;align-items:center;
  }
  .shop-card-status{
    font-size:9px;font-weight:800;padding:3px 10px;
    border-radius:12px;flex-shrink:0;letter-spacing:.05em;
  }
  .ok-badge{background:#E8F5EC;color:var(--grn)}
  .caution-badge{background:#FFF3CD;color:#856404}
  .stay-badge{background:#E8E0F0;color:#5A2B82}
  .shop-card-status:not(.ok-badge):not(.caution-badge):not(.stay-badge){background:var(--ivy2);color:var(--ink2)}
  .shop-card-desc{font-size:11px;color:var(--ink2);line-height:1.75;margin-bottom:8px}
  .shop-link{
    font-size:10px;color:var(--bor);text-decoration:none;
    display:block;padding:2px 0;
  }
  .shop-link:hover{text-decoration:underline}
  .shop-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:8px}

  /* ── グループ ── */
  .group-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
  .group-card{
    border:1px solid var(--ivy2);border-radius:12px;overflow:hidden;
    background:#fff;box-shadow:var(--shadow-sm);
  }
  .group-head{
    padding:10px 14px;font-family:'Noto Serif JP',serif;
    font-size:14px;font-weight:900;color:#fff;
    display:flex;align-items:center;gap:8px;
    letter-spacing:.05em;
  }
  .g1{background:linear-gradient(135deg, var(--bor), var(--bor2))}
  .g2{background:linear-gradient(135deg, var(--day1), #A34428)}
  .g3{background:linear-gradient(135deg, var(--blue), #3A5A78)}
  .g4{background:linear-gradient(135deg, var(--grn), #3A6C49)}
  .group-body{padding:12px 14px;background:#fff}
  .group-member{
    font-size:12px;color:var(--ink);padding:5px 0;
    border-bottom:1px dashed var(--ivy2);
  }
  .group-member:last-child{border-bottom:none}
  .group-member small{font-size:9px;color:var(--ink3)}
  .group-shop{
    margin-top:10px;font-size:11px;font-weight:700;
    color:var(--bor);background:var(--ivy);
    padding:8px 12px;border-radius:8px;text-align:center;
    letter-spacing:.02em;
  }
  .tbd{color:#bbb;font-style:italic}

  /* ── 部屋割り ── */
  .room-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}
  .room-card{border:1px solid var(--ivy2);border-radius:12px;overflow:hidden;background:#fff}
  .room-head{
    padding:9px 14px;font-size:12px;font-weight:900;color:#fff;
    font-family:'Noto Serif JP',serif;letter-spacing:.05em;
  }
  .room-body{padding:10px 14px;background:#fff}
  .room-member{
    font-size:12px;padding:4px 0;
    border-bottom:1px dashed var(--ivy2);
  }
  .room-member:last-child{border-bottom:none}

  /* ── 宿泊 ── */
  .stay-card{
    background:linear-gradient(135deg, var(--bor), var(--bor2));
    color:#fff;border-radius:14px;
    padding:20px 22px;
    box-shadow:var(--shadow-md);
  }
  .stay-name{
    font-family:'Noto Serif JP',serif;
    font-size:22px;font-weight:900;margin-bottom:8px;
    letter-spacing:.03em;
  }
  .stay-detail{font-size:12px;color:rgba(255,255,255,.85);line-height:1.9}
  .stay-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(4px);
    color:#fff;border:1px solid rgba(255,255,255,.25);
    font-size:10px;font-weight:700;padding:3px 10px;border-radius:12px;
    margin-right:4px;margin-bottom:4px;letter-spacing:.05em;
  }

  /* ── チェックリスト ── */
  .checklist{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .checklist li{
    display:flex;align-items:center;gap:10px;
    font-size:12px;padding:8px 12px;
    background:var(--ivy);border-radius:8px;
    transition:background .2s;
  }
  .checklist li:hover{background:var(--ivy2)}
  .check-box{
    width:18px;height:18px;border:2px solid var(--bor);
    border-radius:4px;flex-shrink:0;background:#fff;
  }

  /* ── 連絡先 ── */
  .contact-row{
    display:flex;align-items:center;gap:12px;
    padding:12px 0;border-bottom:1px dashed var(--ivy2);font-size:12px;
  }
  .contact-row:last-child{border-bottom:none}
  .contact-label{
    font-family:'Playfair Display',serif;
    font-style:italic;font-weight:700;
    color:var(--gld);min-width:80px;font-size:11px;
    letter-spacing:.1em;
  }

  /* ── フッター ── */
  .footer{
    background:linear-gradient(135deg, var(--bor), var(--bor2));
    padding:24px;text-align:center;
    color:rgba(255,255,255,.7);font-size:10px;
    margin:32px clamp(16px,4vw,72px) 0;border-radius:14px;
    box-shadow:var(--shadow-md);
  }
  .footer strong{
    color:var(--gld2);display:block;font-size:14px;
    font-family:'Noto Serif JP',serif;font-weight:900;
    margin-bottom:6px;letter-spacing:.05em;
  }

  .notice{
    background:linear-gradient(135deg, #FFF8E6 0%, #FFF3E0 100%);
    border-left:3px solid var(--gld);
    padding:12px 16px;border-radius:0 8px 8px 0;
    font-size:11px;color:var(--ink2);margin-bottom:8px;
    line-height:1.8;
  }

  /* ── 装飾要素 ── */
  .ornament{
    text-align:center;font-family:'Playfair Display',serif;
    color:var(--gld);font-size:16px;letter-spacing:.5em;
    padding:8px 0;opacity:.5;
  }

  @media (min-width:1100px){
    .shop-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  }

  @media (max-width:720px){
    body{padding-bottom:32px}
    .hero{padding:40px 16px 46px}
    .hero-inner{max-width:none}
    .hero-welcome{font-size:clamp(30px,9vw,42px);letter-spacing:.08em}
    .hero-sub-jp{font-size:10px;letter-spacing:.2em}
    .hero-catch{font-size:13px;line-height:1.9}
    .hero-catch em{font-size:15px}
    .hero-badge{font-size:11px;padding:8px 14px}
    .hero-stats{gap:7px;padding:12px 10px}
    .stat-num{font-size:19px}
    .hero-note{padding:14px 16px;font-size:11px;line-height:1.85}
    .deco{width:78px;height:78px}
    .arai-card{margin:24px 12px 30px;border-radius:16px}
    .arai-inner{padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:12px}
    .arai-message{width:100%}
    .arai-body{font-size:12px;line-height:1.9;padding-left:8px;padding-top:6px}
    .arai-highlight{font-size:13px}
    .section{margin:0 12px 24px}
    .sec-header{gap:8px;align-items:flex-start;margin-bottom:10px}
    .sec-title{font-size:17px;gap:7px;line-height:1.4}
    .sec-title .icon{font-size:19px}
    .sec-num{font-size:10px;white-space:nowrap;padding-top:3px}
    .sec-body{padding:16px;border-radius:13px}
    .info-grid,.group-grid,.room-grid,.checklist,.shop-list{grid-template-columns:1fr}
    .shop-list{display:grid;gap:10px}
    .shop-card{padding:13px 14px}
    .shop-card-head{flex-direction:column;gap:5px}
    .shop-card-status{align-self:flex-start}
    .day-header{padding:12px 14px;gap:8px;flex-wrap:wrap}
    .day-name{font-size:18px}
    .day-desc{width:100%;margin-left:0;text-align:left;font-size:10px}
    .tl-row{gap:8px;padding:12px 0}
    .tl-time{min-width:54px;font-size:12px;padding:4px 5px}
    .tl-content{font-size:11px;line-height:1.75}
    .tl-content strong{font-size:12px}
    .group-head{font-size:13px}
    .room-head{font-size:11px}
    .room-member{font-size:11px}
    .stay-card{padding:18px 16px}
    .stay-name{font-size:19px}
    .stay-detail{font-size:11px}
    .footer{margin:24px 12px 0;padding:20px 14px}
  }

  @media print{
    body{max-width:100%}
    .section{margin:0 0 20px}
    .shop-card:hover{transform:none;box-shadow:none}
  }
