/* =====================================================
   冬旅 Fuyutabi — 全ページ共通スタイル
   参考デザイン: LUXUNA伊勢志摩 / 配色: 冬の白×淡い水色
   ===================================================== */
:root{
  --ink:#173a52;          /* 基本テキスト（冬のネイビー） */
  --ink-soft:#5f7d92;     /* 補助テキスト */
  --ink-deep:#0f2c40;     /* 濃色（フッター等） */
  --bg:#eff7fc;           /* ページ背景（ごく淡い水色） */
  --ice:#dcedf7;          /* 淡水色バンド */
  --ice-deep:#c4e0f0;     /* 淡水色（濃） */
  --blue:#8fc7e8;         /* 水色アクセント */
  --blue-deep:#2e7fb8;    /* リンク・ボタン */
  --sun:#ffd95e;          /* CTA黄色（差し色） */
  --sun-deep:#f2c73b;
  --white:#ffffff;
  --radius:22px;
  --radius-s:14px;
  --shadow:0 8px 26px rgba(23,58,82,.08);
  --side-w:300px;
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{
  font-family:"IBM Plex Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.9;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:var(--blue-deep);text-decoration:none;}
a:hover{text-decoration:underline;}
h1,h2,h3,h4{line-height:1.5;margin:0 0 .6em;color:var(--ink);font-weight:700;}
p{margin:0 0 1em;}
ul{margin:0;padding:0;list-style:none;}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px;}

/* ---------- 固定サイドメニュー ---------- */
.side-menu{
  position:fixed;top:24px;left:24px;bottom:24px;width:var(--side-w);
  background:var(--white);border-radius:26px;box-shadow:var(--shadow);
  padding:28px 22px;overflow-y:auto;z-index:80;
}
.side-logo{display:block;text-align:center;margin-bottom:22px;color:var(--ink);}
.side-logo:hover{text-decoration:none;}
.side-logo{
  background:linear-gradient(180deg,#9ecbe9,#c9e3f4);
  border-radius:20px;padding:18px 16px;
}
.side-logo img{
  width:200px;margin:0 auto;
  filter:drop-shadow(0 1px 1px rgba(23,58,82,.35)) drop-shadow(0 6px 14px rgba(23,58,82,.28));
}

.tile-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px;}
.tile{
  background:var(--bg);border-radius:18px;padding:16px 6px 12px;text-align:center;
  color:var(--ink);transition:transform .2s, background .2s;
}
.tile:hover{background:var(--ice);transform:translateY(-2px);text-decoration:none;}
.tile .ico{font-size:24px;line-height:1;display:block;margin-bottom:8px;}
.tile .lab{font-size:12px;font-weight:700;letter-spacing:.02em;display:block;line-height:1.4;}

.side-sub{border-top:2px dotted var(--ice-deep);padding-top:16px;}
.side-sub a{
  display:flex;align-items:center;gap:8px;color:var(--ink);
  font-size:13px;font-weight:600;padding:7px 8px;border-radius:10px;
}
.side-sub a:hover{background:var(--bg);text-decoration:none;}
.side-sub a::before{content:"–";color:var(--blue-deep);font-weight:700;}

.side-banner{
  display:block;background:var(--ink);color:#fff;border-radius:18px;
  padding:16px 18px;margin-top:18px;text-align:center;
}
.side-banner:hover{background:var(--ink-deep);text-decoration:none;}
.side-banner strong{display:block;font-size:15px;color:var(--sun);}
.side-banner span{font-size:12px;color:#dcebf5;}

/* ---------- 右上固定CTA ---------- */
.fixed-cta{
  position:fixed;top:24px;right:24px;z-index:90;
  display:flex;align-items:center;gap:12px;
}
.cta-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 26px;border-radius:999px;font-weight:700;font-size:14px;
  box-shadow:var(--shadow);
}
.cta-pill:hover{text-decoration:none;}
.cta-pill.grad{
  background:linear-gradient(90deg,#4aa3df,#7ec3e8,#a9d9f2);color:var(--ink-deep);
}
.cta-pill.yellow{background:var(--sun);color:var(--ink);}
.cta-pill.yellow:hover{background:var(--sun-deep);}
.nav-toggle{
  display:none;width:52px;height:52px;border-radius:50%;border:none;cursor:pointer;
  background:var(--blue-deep);flex-direction:column;align-items:center;justify-content:center;gap:5px;
  box-shadow:var(--shadow);
}
.nav-toggle span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;}

/* ---------- メインカラム ---------- */
.main-col{margin-left:calc(var(--side-w) + 48px);padding:24px 40px 0;}

/* ---------- トップ: メインビジュアル ---------- */
.mv{padding:80px 0 30px;position:relative;}
.mv-eyebrow{
  display:inline-block;background:var(--white);border-radius:999px;
  padding:6px 18px;font-size:12.5px;font-weight:700;letter-spacing:.12em;
  color:var(--blue-deep);margin-bottom:16px;box-shadow:var(--shadow);
}
.mv h1{font-size:clamp(26px,3.4vw,44px);letter-spacing:.04em;margin-bottom:.5em;}
.mv .lead{max-width:620px;font-size:15.5px;color:var(--ink-soft);}
.mv-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin:0 0 30px;}
.mv-photo img{width:100%;height:440px;object-fit:cover;}
.mv-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}

.btn{
  display:inline-block;background:var(--blue-deep);color:#fff;
  padding:12px 26px;border-radius:999px;font-weight:700;font-size:14px;
}
.btn:hover{background:var(--ink);text-decoration:none;}
.btn.yellow{background:var(--sun);color:var(--ink);}
.btn.yellow:hover{background:var(--sun-deep);}
.btn.ghost{background:transparent;border:2px solid var(--ink);color:var(--ink);}
.btn.ghost:hover{background:var(--ink);color:#fff;}

/* ---------- セクション共通 ---------- */
section{padding:54px 0;position:relative;}
section.tight{padding:28px 0 44px;}
.sec-head,.section-head{margin-bottom:30px;}
.sec-head .en,.section-head .kicker{
  font-family:"Playfair Display",serif;font-style:italic;
  font-size:15px;letter-spacing:.08em;color:var(--blue-deep);display:block;
  text-transform:none;font-weight:400;
}
.sec-head h2,.section-head h2{font-size:clamp(22px,2.6vw,30px);margin:.1em 0 .4em;}
.sec-head p,.section-head p{color:var(--ink-soft);max-width:660px;font-size:14.5px;}
.sec-head.center,.section-head.center{text-align:center;}
.sec-head.center p,.section-head.center p{margin:0 auto;}

.sec-word{
  position:absolute;top:10px;left:-14px;
  font-family:"Playfair Display",serif;font-weight:700;
  font-size:clamp(60px,7vw,96px);color:var(--ink);opacity:.07;
  pointer-events:none;line-height:1;white-space:nowrap;
}
.dots{border:none;border-top:4px dotted var(--ice-deep);margin:0;}

/* ---------- 下層: ページヒーロー ---------- */
.page-hero{
  position:relative;color:#fff;overflow:hidden;
  border-radius:var(--radius);margin-top:80px;box-shadow:var(--shadow);
}
.page-hero img{width:100%;height:320px;object-fit:cover;filter:brightness(.72);}
.page-hero-text{
  position:absolute;left:0;bottom:0;width:100%;
  background:linear-gradient(180deg,transparent,rgba(15,44,64,.78));
  padding:30px 0 24px;
}
.page-hero-text .wrap{padding:0 28px;}
.page-hero-text .kicker{
  font-family:"Playfair Display",serif;font-style:italic;
  font-size:13px;letter-spacing:.1em;color:var(--ice);
}
.page-hero-text h1{color:#fff;font-size:clamp(22px,3vw,34px);margin:.2em 0 0;}

/* ---------- カード ---------- */
.grid{display:grid;gap:22px;}
.grid.cols-2{grid-template-columns:repeat(2,1fr);}
.grid.cols-3{grid-template-columns:repeat(3,1fr);}
.grid.cols-4,.cols-4{grid-template-columns:repeat(4,1fr);}
.card-link{display:flex;flex-direction:column;color:inherit;}
.card-link:hover{text-decoration:none;}
.card{
  background:var(--white);border:none;border-radius:var(--radius-s);box-shadow:var(--shadow);
  overflow:hidden;display:flex;flex-direction:column;flex:1;transition:transform .2s;
}
.card-link:hover .card{transform:translateY(-4px);}
.card img{width:100%;height:170px;object-fit:cover;}
.card .card-body{padding:18px 20px 20px;display:flex;flex-direction:column;align-items:flex-start;}
.card h3{font-size:17px;margin-bottom:.35em;}
.card p{color:var(--ink-soft);font-size:13.5px;margin-bottom:.7em;}
.card .tag{
  display:inline-block;background:var(--ice);color:var(--blue-deep);
  font-size:11.5px;font-weight:700;padding:3px 12px;border-radius:999px;margin-bottom:10px;
}
.card .tag.coral{background:var(--blue-deep);color:#fff;}
.card .more{margin-top:auto;font-weight:700;font-size:13px;color:var(--blue-deep);}
.card .more::after{content:" →";}
.card .menu-photo{height:150px;}

/* ---------- トップ: Topicsカード ---------- */
.topics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.topic-card{
  background:var(--white);border-radius:var(--radius-s);box-shadow:var(--shadow);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .2s;color:var(--ink);
}
.topic-card:hover{transform:translateY(-4px);text-decoration:none;}
.topic-card img{height:150px;object-fit:cover;width:100%;}
.topic-card .body{padding:14px 16px 16px;}
.topic-card .date{
  display:inline-block;background:var(--bg);border-radius:8px;
  font-size:11.5px;font-weight:700;padding:2px 10px;margin-bottom:8px;color:var(--blue-deep);
}
.topic-card h3{font-size:14.5px;margin:0;line-height:1.6;}

/* ---------- バンド ---------- */
.band{background:var(--ice);border-radius:var(--radius);padding:56px 48px;margin:30px 0;}
.band section,.band .wrap{padding-left:0;padding-right:0;}
.band-navy,.band-green{
  background:var(--ink);border-radius:var(--radius);
  padding:56px 48px;margin:30px 0;color:#fff;
}
.band-navy h2,.band-green h2,
.band-navy .section-head h2,.band-green .sec-head h2{color:#fff;}
.band-navy .kicker,.band-green .en{color:var(--sun) !important;}
.band-navy .section-head p,.band-green .sec-head p{color:#c8dcea;}
.band-navy .card .tag,.band-green .card .tag{background:var(--ice);color:var(--ink);}
.band-navy section{padding:0;}

.band-olive{background:var(--ice);border-radius:var(--radius);padding:0;overflow:hidden;margin:30px 0;}
.band-olive .inner{padding:56px 48px;position:relative;}
.band-olive .mountain{display:block;width:100%;height:60px;}
.concept-card{
  background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);
  padding:40px 44px;position:relative;
}
.concept-card .en-vert{
  position:absolute;top:-34px;left:-18px;
  font-family:"Playfair Display",serif;font-weight:700;font-style:italic;
  font-size:56px;color:var(--ink);line-height:1;
}

/* ---------- エリアタブ ---------- */
.area-nav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px;}
.area-nav a{
  padding:9px 18px;border:1.5px solid var(--ice-deep);border-radius:999px;
  font-weight:700;font-size:14px;color:var(--ink);background:var(--white);
}
.area-nav a.current,.area-nav a:hover{
  background:var(--blue-deep);color:#fff;border-color:var(--blue-deep);text-decoration:none;
}

/* ---------- リゾートカード ---------- */
.resort-card{
  background:var(--white);border:none;border-radius:var(--radius);
  overflow:hidden;margin-bottom:34px;box-shadow:var(--shadow);
}
.resort-card .rc-media{position:relative;}
.resort-card .rc-media img{width:100%;height:300px;object-fit:cover;}
.resort-card .rc-media .rc-num{
  position:absolute;top:16px;left:16px;background:var(--blue-deep);color:#fff;font-weight:800;
  font-size:14px;padding:6px 14px;border-radius:999px;letter-spacing:.05em;
}
.rc-thumbs{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;
  padding:12px 28px 0;
}
.rc-thumbs img{
  width:100%;height:150px;object-fit:cover;border-radius:var(--radius-s);
}
.resort-card .rc-body{padding:24px 28px 28px;}
.resort-card .rc-area{
  font-family:"Playfair Display",serif;font-style:italic;
  color:var(--blue-deep);font-weight:400;font-size:13px;letter-spacing:.06em;
}
.resort-card h3{font-size:24px;margin:.15em 0 .5em;}
.resort-card .rc-copy{color:var(--ink-soft);margin-bottom:16px;}
.data-table{width:100%;border-collapse:collapse;font-size:14px;}
.data-table th,.data-table td{
  text-align:left;padding:9px 12px;border-bottom:1px solid var(--ice);vertical-align:top;
}
.data-table th{width:120px;color:var(--ink-soft);font-weight:600;white-space:nowrap;}
.rc-links{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap;}

/* ---------- スポット（おでかけ） ---------- */
.spot{
  display:grid;grid-template-columns:280px 1fr;gap:28px;
  background:var(--white);border-radius:var(--radius-s);box-shadow:var(--shadow);
  padding:22px;margin-bottom:22px;border-bottom:none;
}
.spot:last-child{margin-bottom:0;}
.spot img{border-radius:var(--radius-s);width:100%;height:190px;object-fit:cover;}
.spot .cat{
  font-family:"Playfair Display",serif;font-style:italic;
  color:var(--blue-deep);font-weight:400;font-size:13px;letter-spacing:.05em;text-transform:none;
}
.spot h3{font-size:20px;margin:.2em 0 .5em;}
.spot .meta{font-size:13.5px;color:var(--ink-soft);margin-top:10px;}
.spot .meta div{margin-bottom:2px;}
.spot .badge{
  display:inline-block;background:var(--sun);color:var(--ink);font-size:11.5px;font-weight:700;
  padding:3px 10px;border-radius:999px;margin-right:6px;
}

/* ---------- クーポン ---------- */
.coupon{
  border:1.5px dashed var(--blue);border-radius:var(--radius-s);padding:18px 20px;background:var(--white);
  display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow);
}
.coupon h4{margin:0;font-size:15.5px;color:var(--ink);}
.coupon .price-before{color:var(--ink-soft);text-decoration:line-through;font-size:13px;}
.coupon .price-after{color:var(--blue-deep);font-weight:800;font-size:20px;}
.coupon .desc{font-size:13px;color:var(--ink-soft);}

/* ---------- ステップ ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.step{background:var(--white);border:none;border-radius:var(--radius-s);padding:22px;box-shadow:var(--shadow);}
.step .num{
  display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;
  background:var(--blue-deep);color:#fff;border-radius:50%;font-weight:800;margin-bottom:12px;
}

/* ---------- タグリスト ---------- */
.taglist{display:flex;flex-wrap:wrap;gap:8px;}
.taglist span{
  background:var(--white);color:var(--ink);font-size:13px;padding:5px 12px;border-radius:999px;
  box-shadow:var(--shadow);
}

/* ---------- お知らせボックス ---------- */
.notice{
  background:var(--white);border:2px dashed var(--ice-deep);border-radius:var(--radius-s);
  padding:20px 26px;font-size:13.5px;color:var(--ink-soft);margin:24px 0;
}
.notice strong{color:var(--ink);}
.notice.warn{background:#fff9e8;border-color:var(--sun);}

/* ---------- ユーティリティ ---------- */
.mt-0{margin-top:0;}
.center{text-align:center;}
.small{font-size:13px;color:var(--ink-soft);}

/* ---------- フッター ---------- */
.site-footer{
  margin-left:calc(var(--side-w) + 48px);
  background:var(--ink);color:#dcebf5;
  border-radius:26px 26px 0 0;margin-top:40px;
}
.footer-inner{
  max-width:1080px;margin:0 auto;padding:56px 40px 30px;
  display:grid;grid-template-columns:1.3fr 3fr;gap:40px;
}
.footer-logo{margin-bottom:10px;}
.footer-logo img{width:180px;filter:drop-shadow(0 2px 10px rgba(0,0,0,.35));}
.footer-brand p{font-size:13px;color:#a9c6da;}
.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.footer-links h3{color:var(--sun);font-size:13.5px;margin-bottom:12px;}
.footer-links ul{display:flex;flex-direction:column;gap:8px;}
.footer-links a{color:#c3dcec;font-size:13px;}
.footer-links a:hover{color:#fff;text-decoration:underline;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14);
  padding:18px 24px;text-align:center;font-size:12px;color:#8fb3c9;
}
.footer-bottom p{margin:.2em 0;}

/* ---------- レスポンシブ ---------- */
@media (max-width:1180px){
  .side-menu{display:none;}
  .side-menu.open{
    display:block;top:90px;left:16px;right:16px;bottom:auto;width:auto;
    max-height:calc(100vh - 120px);
  }
  .nav-toggle{display:flex;}
  .main-col,.site-footer{margin-left:0;}
  .main-col{padding:16px 20px 0;}
}
@media (max-width:900px){
  .topics-row,.grid.cols-4,.cols-4{grid-template-columns:repeat(2,1fr);}
  .grid.cols-3{grid-template-columns:repeat(2,1fr);}
  .mv-photo img{height:320px;}
  .footer-inner{grid-template-columns:1fr;}
  .footer-links{grid-template-columns:repeat(2,1fr);}
  .band,.band-navy,.band-green,.band-olive .inner{padding:40px 24px;}
  .spot{grid-template-columns:1fr;}
  .spot img{height:220px;}
  .steps{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
  .topics-row,.grid.cols-4,.cols-4,.grid.cols-3,.grid.cols-2{grid-template-columns:1fr;}
  .fixed-cta .cta-pill.grad{display:none;}
  .mv{padding-top:96px;}
  .mv-photo img{height:230px;}
  .concept-card{padding:28px 22px;}
  .page-hero{margin-top:88px;}
  .page-hero img{height:240px;}
  .rc-thumbs{padding:10px 20px 0;}
  .rc-thumbs img{height:110px;}
  .resort-card .rc-body{padding:20px;}
}

/* ---------- スマリフ漫画 ---------- */
.manga{max-width:640px;margin:0 auto;background:var(--white);border-radius:var(--radius-s);box-shadow:var(--shadow);padding:18px;}
.manga img{width:100%;display:block;margin:0 0 6px;}
