@charset "UTF-8";

/* =========================================
   1. 基本設定
========================================= */
:root {
    --theme-main: #2e7d32;    /* 緑 */
    --theme-accent: #e65100;  /* オレンジ */
    --theme-sub: #1565c0;     /* 青 */
    --bg-light: #f4f9f5;      /* 背景色 */
    --text-main: #333333;
    --text-light: #555555;
    --btn-grad: linear-gradient(135deg, var(--theme-accent) 0%, #ff8f00 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-size: 16px;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    line-height: 1.8;
    color: var(--text-main);
    background-color: var(--bg-light);
    margin: 0; padding: 0;
    padding-bottom: 100px;
}

img { max-width: 100%; height: auto; display: block; border: 0; }
.mincho { font-family: 'Shippori Mincho', serif; font-weight: 700; }

/* =========================================
   2. ヘッダー・ドロワー
========================================= */
.global-header { background: #fff; border-bottom: 3px solid var(--theme-main); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; }
.header-logo img { height: 35px; width: auto; }
.hamburger-btn { display: none; background: none; border: none; cursor: pointer; padding: 10px; color: var(--theme-main); font-size: 1.5rem; }

.header-nav { display: flex; gap: 15px; list-style: none; margin: 0; padding: 0; }
.header-nav a { color: var(--theme-main); text-decoration: none; font-weight: bold; font-size: 13px; transition: 0.3s; white-space: nowrap; }
.header-nav a:hover { color: var(--theme-accent); }

.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.6); z-index: 9998; opacity: 0; visibility: hidden; transition: 0.3s; }
.menu-overlay.open { opacity: 1; visibility: visible; }
.drawer-menu { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: #fff; z-index: 9999; transition: 0.3s ease; }
.drawer-menu.open { right: 0; }
.drawer-content a { display: block; padding: 15px 20px; color: var(--text-main); text-decoration: none; font-weight: bold; border-bottom: 1px solid #f0f0f0; }

/* =========================================
   3. パンくず ＆ ヒーローエリア
========================================= */
.breadcrumbs { background-color: #fff; border-bottom: 1px solid #eaeaea; padding: 10px 0; font-size: 12px; color: #666; }
.breadcrumbs-inner { max-width: 1000px; margin: 0 auto; padding: 0 15px; }
.breadcrumbs a { color: var(--theme-main); text-decoration: none; }

.hero { 
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('https://www.orion-tour.co.jp/bustour/nobeyama/img/nobeyama-001.jpg') center/cover;
    height: 60vh; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff;
}
.hero-catch { background: var(--theme-accent); padding: 5px 20px; border-radius: 30px; font-size: 14px; font-weight: bold; margin-bottom: 20px; display: inline-block; }
.hero h1 { font-size: clamp(1.4rem, 4.5vw, 2.5rem); margin: 0 0 20px; line-height: 1.4; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }

/* =========================================
   4. 共通コンテナ ＆ カード枠
========================================= */
.container { max-width: 950px; margin: 0 auto; padding: 0 15px; }

.card-section {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    margin-bottom: 40px;
    border: 1px solid #e0e0e0;
}

.section-title { text-align: center; margin-top: 0; margin-bottom: 30px; color: var(--theme-main); font-size: clamp(1.4rem, 4vw, 1.8rem); font-weight: bold; line-height: 1.4; }
.section-title::after { content: ''; display: block; width: 50px; height: 3px; background-color: var(--theme-accent); margin: 15px auto 0; }

.sub-title { font-size: 1.3rem; color: var(--theme-main); border-bottom: 2px solid #eee; padding-bottom: 15px; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }

/* =========================================
   5. おすすめポイント
========================================= */
.point-list { display: grid; grid-template-columns: 1fr; gap: 12px; list-style: none; padding: 0; margin: 0; }
.point-list li { position: relative; padding-left: 28px; font-weight: bold; color: #333; font-size: 1rem; line-height: 1.6;}
.point-list li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 0; color: var(--theme-accent); font-size: 1.1rem; }

/* =========================================
   6. 施設説明 ＆ 動画
========================================= */
.spot-desc { font-size: 1rem; color: var(--text-light); line-height: 1.8; margin-bottom: 30px; padding: 20px; background: #fdfdfd; border-radius: 8px; border: 1px solid #eee; }
.spot-desc strong { color: var(--theme-main); }

.video-wrapper { position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 10px; overflow: hidden; margin-bottom: 30px; background: #000; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* =========================================
   7. 画像スライダー（⇦ ⇨ ・・・）
========================================= */
.slider-outer { position: relative; margin-bottom: 10px; }
.visual-slider { 
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 15px; 
    scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 10px;
}
.visual-slider::-webkit-scrollbar { display: none; }
.slide-item { flex: 0 0 88%; scroll-snap-align: center; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; }
.slide-item img { width: 100%; height: 100%; object-fit: cover; }

.slide-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.9); border: 1px solid #ddd;
    color: var(--theme-main); font-size: 1.2rem;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 10; box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.prev-arrow { left: -15px; }
.next-arrow { right: -15px; }

.slide-dots { display: flex; justify-content: center; gap: 8px; margin: 5px 0 20px; }
.dot { width: 10px; height: 10px; background: #ccc; border-radius: 50%; transition: 0.3s; cursor: pointer; }
.dot.active { background: var(--theme-accent); width: 25px; border-radius: 5px; }

.photo-credit { font-size: 12px; color: #888; text-align: right; margin: -10px 0 25px; }

/* =========================================
   8. 聖地・食べ歩きチケット
========================================= */
.seichi-card { background: #fffbe6; border-left: 6px solid var(--theme-accent); padding: 25px; border-radius: 0 10px 10px 0; margin-bottom: 30px; }
.seichi-card h4 { color: var(--theme-accent); margin: 0 0 15px; font-size: 1.15rem; display: flex; align-items: center; gap: 10px; border-bottom: 1px dashed #e0d0b0; padding-bottom: 10px;}
.seichi-card p { font-size: 0.95rem; margin-bottom: 15px; line-height: 1.7; }
.seichi-card p:last-child { margin-bottom: 0; padding-bottom: 0; }
.seichi-card strong { color: var(--theme-main); font-size: 1.05rem; display: block; margin-bottom: 3px; }

/* チケット特別枠 */
.ticket-box { background: #fff; border: 2px dashed var(--theme-accent); border-radius: 12px; padding: 25px; display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px;}
.ticket-tag { background: var(--theme-accent); color: #fff; padding: 4px 15px; border-radius: 4px; font-weight: bold; font-size: 13px; display: inline-block; margin-bottom: 10px; }
.ticket-tags { list-style: none; padding: 0; margin: 15px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ticket-tags li { background: #fdf2e9; color: var(--theme-accent); padding: 5px 12px; border-radius: 20px; font-size: 13px; font-weight: bold; border: 1px solid #fde0c5; }

/* =========================================
   9. 高原グルメ（カードグリッド）
========================================= */
.gourmet-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
.gourmet-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e0e0e0; box-shadow: 0 4px 10px rgba(0,0,0,0.03); }
.gourmet-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 1px solid #eee; }
.gourmet-body { padding: 25px; }
.gourmet-body h4 { color: var(--theme-main); margin: 0 0 15px; font-size: 1.15rem; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.product-list { list-style: none; padding: 0; margin: 0; }
.product-list li { padding: 12px 0; border-bottom: 1px dashed #eee; font-size: 0.9rem; line-height: 1.5;}
.product-list li:last-child { border-bottom: none; padding-bottom: 0; }
.product-list strong { color: var(--theme-accent); display: block; font-size: 0.95rem; margin-bottom: 3px;}
.product-price { display: inline-block; font-size: 11px; background: #fff3e0; color: var(--theme-accent); border: 1px solid var(--theme-accent); padding: 1px 6px; border-radius: 3px; margin-left: 5px; font-weight: normal; vertical-align: middle;}

/* =========================================
   10. 詳細スケジュール ＆ 集合場所
========================================= */
.timeline { border-left: 3px solid var(--theme-accent); margin: 0 0 40px 15px; padding-left: 25px; }
.tl-item { position: relative; margin-bottom: 30px; }
.tl-item::before { content: ''; position: absolute; left: -34px; top: 4px; width: 16px; height: 16px; background: #fff; border: 4px solid var(--theme-accent); border-radius: 50%; }
.tl-day { font-weight: bold; color: var(--theme-main); font-size: 1.2rem; margin-bottom: 15px; display: block; }
.tl-content p { margin: 0 0 8px; font-size: 0.95rem; }
.transit-badge { display: inline-block; background: #e3f2fd; color: var(--theme-sub); font-size: 12px; font-weight: bold; padding: 6px 15px; border-radius: 5px; margin: 10px 0; border: 1px solid #bbdefb; }
.transit-bus { background: #e8f5e9; color: var(--theme-main); border-color: #c8e6c9; }

/* ★修正: 画像が上、マップが下で横幅を揃えるレイアウト */
.meeting-media { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; }
.meeting-photo { width: 100%; border-radius: 10px; border: 1px solid #eee; object-fit: cover; }
.map-iframe { width: 100%; padding-bottom: 56.25%; position: relative; border-radius: 10px; overflow: hidden; border: 1px solid #eee; }
.map-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* =========================================
   11. 旅行代金 ＆ 注意事項
========================================= */
.price-section { background: #fff; border: 3px solid var(--theme-main); border-radius: 20px; padding: 40px 20px; text-align: center; margin-bottom: 40px; }
.price-title { font-size: 1.2rem; color: var(--theme-main); margin-bottom: 10px; font-weight: bold; }
.price-large { font-size: clamp(2.5rem, 8vw, 3.8rem); color: var(--theme-accent); font-weight: 900; line-height: 1; margin-bottom: 15px; }
.price-large span { font-size: 1.2rem; color: #666; font-weight: normal; }
.price-info-labels { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-top: 20px; }
.p-label { background: var(--theme-main); color: #fff; padding: 6px 15px; border-radius: 5px; font-weight: bold; font-size: 14px; }

.notice-details summary { background: #f8fafc; padding: 18px 25px; font-weight: bold; cursor: pointer; border-radius: 8px; border: 1px solid #eee; list-style: none; position: relative; }
.notice-details summary::after { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 20px; transition: 0.3s; }
.notice-details[open] summary::after { transform: rotate(180deg); }
.notice-content { padding: 25px; background: #fff; border: 1px solid #eee; border-top: 0; font-size: 0.95rem; line-height: 1.8; }

/* =========================================
   12. 特集リンク
========================================= */
.feature-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 20px; }
.f-card { text-decoration: none; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #eee; transition: 0.3s; }
.f-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.f-card img { height: 120px; width: 100%; object-fit: cover; }
.f-text { padding: 12px; text-align: center; font-weight: bold; color: #333; font-size: 13px; line-height: 1.4; border-top: 3px solid var(--theme-accent); }

/* =========================================
   13. フッター ＆ 固定ボタン
========================================= */
.global-footer { background: #2c3e50; color: #fff; padding: 50px 15px; text-align: center; font-size: 13px;}
.footer-links { list-style: none; padding: 0; margin-bottom: 25px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.footer-links a { color: #ccc; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-company { margin-bottom: 10px; color: #bbb; line-height: 1.8;}
.copyright { color: #888; margin: 0; }

.fixed-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(255,255,255,0.95); padding: 15px; display: flex; justify-content: center; z-index: 9999; backdrop-filter: blur(5px); box-shadow: 0 -3px 15px rgba(0,0,0,0.1); }
.fixed-btn { width: 100%; max-width: 450px; background: var(--btn-grad); color: #fff; text-decoration: none; text-align: center; padding: 18px; border-radius: 50px; font-weight: bold; font-size: 1.2rem; box-shadow: 0 5px 15px rgba(230,81,0,0.4); transition: 0.3s; }
.fixed-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(230,81,0,0.5); }

/* =========================================
   14. レスポンシブ (PC)
========================================= */
@media (min-width: 768px) {
    .hamburger-btn { display: none; }
    .point-list { grid-template-columns: 1fr 1fr; }
    
    .slide-item { flex: 0 0 calc(50% - 7.5px); }
    .ticket-box { grid-template-columns: 350px 1fr; align-items: center; }
    .gourmet-grid { grid-template-columns: 1fr 1fr; }
    .feature-links { grid-template-columns: repeat(4, 1fr); }
    .f-card img { height: 150px; }
}

@media (max-width: 767px) {
    .header-nav { display: none; }
    .hamburger-btn { display: block; }
    .card-section { padding: 25px 20px; margin-bottom: 25px; }
    .prev-arrow { left: 5px; }
    .next-arrow { right: 5px; }
}