@charset "UTF-8";

/* =========================================
   1. 変数定義・基本設定
========================================= */
:root {
  --orion-blue: #003399;
  --primary-navy: #060d22;
  --accent-gold: #fdb813;
  --matsuri-red: #e60012;
  --matsuri-sub: #111a36;
  --bg-light: #fffdf9;
  --lp-text: #222222;
}

* { box-sizing: border-box; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0; padding: 0; padding-bottom: 110px; 
  background-color: var(--bg-light); color: var(--lp-text);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.matsuri-pattern-bg {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDQwIDQwIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmMGZkZmMiIGZpbGwtb3BhY2l0eT0iMC40Ij48cGF0aCBkPSJNMDAgaDB2NDBoNDBWMEgwem0yMCAyMGgtMTB2MTBoMTBWMjB6bTAtMTBIMTAgdjEwaDEwVjEwek0xMCAyMEgwdjEwaDEwVjIwek0xMCAxMEgwVjBoMTB2MTBoMTB2MTBoMTBWMTB6bS0xMCAxMEgxMHYxMGgxMFYyMHoiLz48L2M+PC9nPjwvc3ZnPg==');
  background-attachment: fixed;
}

.matsuri-light-section-bg {
  background-color: #f4f7f6 !important;
  color: var(--lp-text) !important;
}

.fa-lantern-matsuri::before {
  content: '\f185';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--accent-gold);
}

.matsuri-border-rope { border: 4px double #8b4513; }
.matsuri-border-pattern { border: 3px solid var(--accent-gold); box-shadow: 0 0 10px rgba(253, 184, 19, 0.2); }

/* =========================================
   2. ヘッダー ＆ ドロワーメニュー
========================================= */
.global-header { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: relative; z-index: 1000; }
.header-inner { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; }
.header-logo img { height: 35px; width: auto; display: block; }
.hamburger-btn { font-size: 1.5rem; color: var(--orion-blue); cursor: pointer; background: none; border: none; padding: 5px; transition: opacity 0.3s; }
.hamburger-btn:hover { opacity: 0.7; }

.menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; 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: 80%; max-width: 320px; height: 100%; background: #fff; z-index: 9999; box-shadow: -5px 0 15px rgba(0,0,0,0.1); transition: right 0.3s ease; display: flex; flex-direction: column; }
.drawer-menu.open { right: 0; }
.drawer-header { display: flex; justify-content: space-between; align-items: center; padding: 20px; border-bottom: 1px solid #eee; }
.drawer-header img { height: 25px; }
.close-btn { background: none; border: none; font-size: 1.5rem; color: #666; cursor: pointer; }
.drawer-content { overflow-y: auto; padding: 0; margin: 0; list-style: none; flex-grow: 1; }
.drawer-content li { border-bottom: 1px solid #f0f0f0; }
.drawer-content a { display: flex; align-items: center; padding: 15px 20px; color: #333; text-decoration: none; font-weight: bold; font-size: 0.95rem; transition: 0.3s; }
.drawer-content a i { width: 25px; color: var(--orion-blue); text-align: center; margin-right: 10px; font-size: 1.1rem; }
.drawer-footer { background: #f8f9fa; padding: 20px; text-align: center; }
.drawer-footer a { display: inline-block; background: #fff; border: 1px solid #ccc; color: #555; text-decoration: none; padding: 8px 15px; border-radius: 50px; font-size: 0.8rem; font-weight: bold; margin: 0 5px 10px; }

/* =========================================
   3. パンくずリスト
========================================= */
.breadcrumbs { width: 100%; max-width: 1000px; margin: 0 auto; padding: 15px 20px; font-size: 12px; color: #666; background-color: #fff; border-bottom: 1px solid #ddd; white-space: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.breadcrumbs a { color: var(--orion-blue); text-decoration: none; }

/* =========================================
   4. ランディングページ本体スタイル
========================================= */
.tour-lp-main { font-family: "Noto Sans JP", sans-serif; line-height: 1.85; }
.tour-lp-main img { max-width: 100%; height: auto; display: block; }
.mincho { font-family: 'Shippori Mincho', serif; font-weight: 800; }
.lp-container { max-width: 1000px; margin: 0 auto; padding: 0 16px; }

.lp-hero { position: relative; width: 100%; height: auto; min-height: 420px; padding: 40px 0; background: #020715; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; color: #fff; }
.lp-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://www.orion-tour.co.jp/bustour/awaodori/img/awaodori1200x900-001.jpg'); background-size: cover; background-position: center; opacity: 0.45; z-index: 0; }
.lp-hero::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 40%; background: linear-gradient(to top, rgba(6,13,34,1), rgba(6,13,34,0)); z-index: 1; }

.lp-hero-content { position: relative; z-index: 3; padding: 10px; width: 100%; display: flex; flex-direction: column; align-items: center; }
.lp-hero-catch { margin-bottom: 15px; }
.lp-hero-catch span { font-size: 12px; color: #ffffff; background: var(--matsuri-red); font-weight: bold; padding: 4px 12px; border-radius: 4px; letter-spacing: 0.05em; display: inline-block; box-shadow: 0 2px 8px rgba(230,0,18,0.5); }

.hero-title-container { 
  position: relative; 
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 55px; 
}
.lp-hero-title { 
  font-size: clamp(18px, 4.8vw, 26px);
  line-height: 1.5; 
  margin: 0; 
  text-shadow: 0 0 12px rgba(253,184,19,0.3), 0 2px 10px rgba(0,0,0,0.9); 
  word-break: break-all;
  overflow-wrap: break-word;
  text-align: center;
}
.lp-hero-title .highlight { color: var(--accent-gold); font-size: 1.05em; display: inline-block; }

.matsuri-deco-chochin, .matsuri-deco-uchiwa { position: absolute; opacity: 1; }
.matsuri-deco-chochin { 
  right: 5px; top: 0; 
  transform: rotate(12deg) scale(0.6); 
  transform-origin: right top;
  width: 46px; height: 68px; 
  background: linear-gradient(to right, #ff2e3b, #e60012, #b3000a); 
  border-radius: 18px / 28px; 
  box-shadow: 0 0 15px rgba(230,0,18,0.6); 
  display: flex; align-items: center; justify-content: center; 
}
.matsuri-deco-chochin::before, .matsuri-deco-chochin::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 22px; height: 4px; background: #111; }
.matsuri-deco-chochin::before { top: -4px; } .matsuri-deco-chochin::after { bottom: -4px; }
.matsuri-deco-chochin span { writing-mode: vertical-rl; font-family: 'Shippori Mincho', serif; font-weight: 900; color: #fff; font-size: 13px; text-shadow: 1px 1px 2px rgba(0,0,0,0.6); }

.matsuri-deco-uchiwa { 
  left: 5px; bottom: -5px; 
  transform: rotate(-15deg) scale(0.6); 
  transform-origin: left bottom;
  width: 60px; height: 60px; 
  background: radial-gradient(circle, #e60012 60%, #cc000e 100%); 
  border-radius: 50% 50% 45% 45%; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.4); 
  display: flex; align-items: center; justify-content: center; 
}
.matsuri-deco-uchiwa::after { content: ''; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); width: 4px; height: 18px; background: #3e2723; }
.matsuri-deco-uchiwa span { writing-mode: vertical-rl; font-family: 'Shippori Mincho', serif; font-weight: 900; color: #fff; font-size: 12px; border: 1px dashed rgba(255,255,255,0.4); padding: 2px; border-radius: 4px; }

.hero-badge-wrap { margin-top: 15px; }
.lp-hero-badge { font-size: 14px; font-weight: bold; background: linear-gradient(135deg, #fdb813 0%, #ff8c00 100%); color: #000; display: inline-block; padding: 6px 18px; border-radius: 50px; box-shadow: 0 4px 12px rgba(253, 184, 19, 0.4); border: 1px solid #fff; }

.lp-section-title { 
  text-align: center; 
  font-size: clamp(19px, 5.5vw, 25px); 
  margin-top: 0; 
  margin-bottom: 35px; 
  color: var(--matsuri-sub) !important; 
  font-weight: bold; 
  line-height: 1.45; 
  padding: 0 10px;
  word-break: break-all;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  width: 100%;
}
.title-text-main {
  display: inline-block;
  text-align: center;
  max-width: 100%; 
  overflow-wrap: break-word;
}
.title-icon { font-size: 16px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.red-icon { color: var(--matsuri-red) !important; }
.gold-icon { color: var(--accent-gold) !important; }

.point-box { background: #fffbf4; border-radius: 8px; padding: 20px; max-width: 850px; margin: -30px auto 35px; position: relative; z-index: 10; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.point-box-title { color: var(--matsuri-red); font-size: 19px; text-align: center; margin-top: 0; margin-bottom: 20px; }
.point-list { display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; margin: 0; }
.point-list li { position: relative; padding-left: 24px; font-weight: bold; color: #111; font-size: 14px; line-height: 1.5; text-align: left; }
.point-list li::before { content: '\f526'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 2px; color: var(--matsuri-red); font-size: 14px; }

.benefit-grid { 
  display: flex; 
  flex-direction: column; 
  gap: 16px; 
  margin: 0 auto 20px; 
  max-width: 850px; 
  width: 100%;
}
.benefit-card { 
  background: #ffffff !important; 
  border-radius: 12px; 
  padding: 20px; 
  text-align: center; 
  border: 3px solid var(--accent-gold) !important; 
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.benefit-icon { font-size: 34px; color: var(--accent-gold) !important; margin-bottom: 10px; }
.benefit-card h3 { font-size: 16px; color: #111111 !important; margin: 0 0 10px; font-weight: bold; }
.benefit-card p { font-size: 13.5px; color: #444444 !important; margin: 0; text-align: left; line-height: 1.6; overflow-wrap: break-word; }

.feature-block { max-width: 850px; margin: 0 auto; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.07); border: 1px solid #f0e6d2; }
.visual-header { padding: 20px 16px 5px; }

.feature-title { 
  font-size: 20px; 
  color: var(--matsuri-red); 
  margin: 0; 
  border-bottom: 3px double #f0e6d2; 
  padding-bottom: 8px; 
  font-weight: bold; 
  text-align: center !important; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.feature-title.feature-drum { color: var(--matsuri-red) !important; }
.feature-title.feature-drum i { color: var(--accent-gold) !important; }

.visual-area { padding: 10px 16px 0; }
.carousel-wrapper { width: 100%; max-width: 750px; margin: 0 auto; position: relative; }
.carousel-container { position: relative; width: 100%; overflow: hidden; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.horizontal-slider { display: flex !important; overflow-x: auto !important; scroll-snap-type: x mandatory; gap: 0; padding-bottom: 0; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; scrollbar-width: none; }
.horizontal-slider::-webkit-scrollbar { display: none; }
.horizontal-slider .visual-box { flex: 0 0 100% !important; width: 100% !important; aspect-ratio: 4 / 3; background-color: #fff; scroll-snap-align: center; border: none; }
.visual-box img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(6, 13, 34, 0.75); border: 1px solid rgba(253, 184, 19, 0.3); color: #fff; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; transition: all 0.25s ease; padding: 0; }
.carousel-btn:hover { background: var(--matsuri-red); border-color: #fff; }
.carousel-btn.prev { left: 10px; } .carousel-btn.next { right: 10px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 12px; margin-bottom: 5px; background-color: #fff; }
.carousel-dots .dot { width: 8px; height: 8px; background: #ddd; border-radius: 50%; cursor: pointer; transition: all 0.3s ease; }
.carousel-dots .dot.active { background: var(--matsuri-red); transform: scale(1.25); box-shadow: 0 0 8px rgba(230, 0, 18, 0.65); }
.feature-content { padding: 10px 16px 25px; }
.feature-subtitle { font-size: 16px; font-weight: bold; color: var(--primary-navy); margin: 20px 0 10px; border-left: 4px solid var(--matsuri-red); padding-left: 10px; background: #fff9ee; padding-top: 4px; padding-bottom: 4px; text-align: left; }
.matsuri-desc-text { font-size: 14px; color: #333; text-align: left; margin-bottom: 12px; line-height: 1.75; overflow-wrap: break-word; }

/* =========================================
   ★プランセクション共通スタイル
========================================= */
.plan-section {
  background: #fff;
  border: 3px solid var(--matsuri-red);
  border-radius: 12px;
  padding: 25px 15px;
  margin-bottom: 50px;
  box-shadow: 0 8px 25px rgba(230,0,18,0.08);
}
#plan-nagoya { border-color: var(--orion-blue); box-shadow: 0 8px 25px rgba(0,51,153,0.08); }

.plan-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #eee;
}
.plan-badge {
  display: inline-block;
  background: var(--matsuri-red);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 25px;
  border-radius: 50px;
  margin-bottom: 15px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.plan-header h3 {
  font-size: clamp(18px, 5vw, 24px);
  color: var(--primary-navy);
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
}

.matsuri-price-container { 
  max-width: 650px; 
  margin: 0 auto 35px; 
  background: #fffbf4 !important; 
  border: 3px solid var(--accent-gold); 
  border-radius: 12px; 
  overflow: hidden; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.15); 
}
.price-box-header { 
  background: linear-gradient(135deg, #222 0%, var(--primary-navy) 100%); 
  color: var(--accent-gold); 
  text-align: center; 
  padding: 12px; 
  font-size: 18px; 
  font-weight: bold; 
  border-bottom: 2px solid var(--accent-gold); 
  letter-spacing: 0.1em;
}
.price-box-body { padding: 30px 20px; text-align: center; }
.price-target { margin: 0 0 5px 0; font-size: 14px; color: #666 !important; font-weight: bold; }

.price-display { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px 8px; margin-bottom: 25px; }
.price-group { display: inline-block; white-space: nowrap; }
.price-amount { font-size: clamp(32px, 6vw, 44px); font-weight: 900; color: var(--matsuri-red) !important; letter-spacing: -0.02em; line-height: 1.1; }
.price-unit { font-size: 16px; font-weight: bold; color: #333 !important; margin-left: 2px; }
.price-wave { font-size: 24px; color: #888 !important; font-weight: bold; display: inline-block; padding: 0 4px; }

.price-booking-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(135deg, #fdb813 0%, #ff6f00 100%); color: #fff; font-size: 18px; font-weight: bold; text-decoration: none; padding: 14px 20px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(253,111,0,0.35); border: 1px solid rgba(255,255,255,0.2); width: 100%; transition: transform 0.2s; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
.price-booking-btn:active { transform: scale(0.98); }

.price-included-box { background: #fff !important; border: 1px solid #e2d7c3; border-radius: 8px; padding: 18px 20px; text-align: left; margin-bottom: 15px; }
.included-title { font-size: 13px; font-weight: bold; color: var(--primary-navy) !important; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.included-list { list-style: none; padding: 0; margin: 0; }
.included-list li { font-size: 13.5px; color: #444444 !important; margin-bottom: 6px; display: flex; align-items: flex-start; gap: 6px; line-height: 1.5; }
.included-list li:last-child { margin-bottom: 0; }
.included-list i { color: #4CAF50; font-size: 15px; margin-top: 3px; flex-shrink: 0; }
.included-list strong { color: var(--matsuri-red); }
.price-notice { margin: 0; font-size: 11px; color: #888 !important; line-height: 1.5; text-align: left; }

.nagoya-spots-wrap { margin-bottom: 30px; }
.spot-card-single {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.spot-single-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.spot-single-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.spot-content-block h4 {
  margin: 0 0 10px 0;
  color: var(--orion-blue);
  font-size: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.spot-content-block p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #444;
  margin: 0;
  text-align: left;
}

.matsuri-schedule-box { 
  max-width: 850px; 
  margin: 0 auto; 
  background: transparent !important; 
  border: none; 
  padding: 10px 0; 
}
.schedule-day-badge { display: table; margin: 0 auto 35px; background: linear-gradient(135deg, var(--accent-gold) 0%, #ff8c00 100%); color: #000; font-weight: 900; font-size: 16px; padding: 6px 25px; border-radius: 50px; box-shadow: 0 0 15px rgba(253, 184, 19, 0.4); }

.new-timeline { position: relative; padding-left: 20px; text-align: left; }
.new-timeline::after { content: ''; position: absolute; top: 5px; left: 2px; width: 2px; height: calc(100% - 20px); background: linear-gradient(to bottom, var(--matsuri-red) 0%, var(--accent-gold) 70%, #444 100%); }

.timeline-step { display: flex; flex-direction: column; position: relative; margin-bottom: 25px; padding-left: 12px; }
.timeline-step:last-child { margin-bottom: 0; }

.timeline-step::before { content: ''; position: absolute; left: -15px; top: 12px; width: 8px; height: 8px; background: #fff; border: 2px solid var(--matsuri-red); border-radius: 50%; z-index: 2; }
.timeline-step.main-event-step::before { content: '🏮'; position: absolute; left: -21px; top: 2px; font-size: 14px; background: none; border: none; width: auto; height: auto; }
.timeline-step.warning-step::before { border-color: #ff4b4b; background: #ff4b4b; }

.step-time { width: 100%; text-align: left; padding: 0; margin-bottom: 6px; display: flex; flex-direction: row; align-items: center; gap: 6px; }
.day-label { font-size: 11px; background: var(--matsuri-red); color: #fff; padding: 2px 5px; border-radius: 3px; font-weight: bold; }
.label-dark { background: #555 !important; }
.time-num { font-size: 16px; font-weight: bold; color: var(--matsuri-sub) !important; text-shadow: none; }
.color-red { color: #d9162f !important; }

.tl-card { 
  background: #ffffff !important; 
  padding: 22px; 
  border-radius: 8px; 
  box-shadow: 0 4px 15px rgba(0,0,0,0.08); 
  border-left: 4px solid var(--matsuri-red);
}
.card-matsuri-highlight { border-left-color: var(--accent-gold); background: #fffbf0 !important; }

.step-title { font-size: 16px; font-weight: bold; color: #111111 !important; margin-bottom: 6px; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; text-align: left; }
.highlight-title { color: var(--matsuri-red) !important; font-size: 17px; font-family: 'Shippori Mincho', serif; }
.step-desc { margin: 0; font-size: 14px; color: #444444 !important; line-height: 1.65; text-align: left; overflow-wrap: break-word; }
.step-desc strong { color: var(--matsuri-red); }

.badge { font-size: 11px; padding: 2px 8px; border-radius: 4px; color: #fff; font-weight: bold; flex-shrink: 0; }
.badge-accent { background: var(--matsuri-red); }
.badge-blue { background: #2196F3; }
.badge-success { background: #4CAF50; }
.badge-gray { background: #757575; }
.badge-danger { background: #ff4b4b; }

.duration-tag { display: inline-block; background: #eef2f7; color: #444; font-size: 12px; padding: 2px 8px; border-radius: 4px; font-weight: 500; margin-top: 4px; border: 1px solid #d1d9e6; }
.tag-red { background: #fff0f0 !important; border: 1px solid #ffcccc; color: var(--matsuri-red); }
.meal-summary { margin-top: 8px; }
.meal-tag { display: inline-block; background: #f8f9fa; color: #555; font-size: 11px; padding: 2px 8px; border-radius: 4px; margin-right: 4px; border: 1px solid #e9ecef; }

.new-warning-card { background-color: #fff4f4 !important; border: 1px dashed #ff4b4b; border-radius: 8px; padding: 15px; margin-top: 12px; text-align: left; }
.new-warning-card h5 { margin: 0 0 6px 0; color: #d9162f !important; font-size: 14px; font-weight: bold; }
.new-warning-card p { margin: 0; font-size: 13px; line-height: 1.6; color: #333333 !important; }

/* 注意事項 */
.attention-wrap { background: #fff; border-radius: 8px; max-width: 850px; margin: 0 auto; padding: 0 4px; }
.attention-details { margin-bottom: 8px; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.attention-summary { background: #fdfaf4; padding: 14px 16px; font-weight: bold; cursor: pointer; list-style: none; position: relative; font-size: 14.5px; color: var(--primary-navy); border-left: 4px solid var(--matsuri-red); text-align: left; }
.attention-summary::-webkit-details-marker { display: none; }
.attention-summary::after { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 16px; transition: transform 0.3s; color: #888; font-size: 12px; }
.attention-details[open] .attention-summary::after { transform: rotate(180deg); }
.attention-content { padding: 16px; font-size: 13.5px; color: #444; border-top: 1px solid #ddd; line-height: 1.65; background: #fff; text-align: left; }
.attention-content ul { padding-left: 16px; margin: 0; }
.attention-content li { margin-bottom: 6px; }

/* 追従ボタン（2つ並び対応） */
.fixed-bottom-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(255, 255, 255, 0.98); box-shadow: 0 -3px 25px rgba(0,0,0,0.18); z-index: 9999; padding: 12px 16px; backdrop-filter: blur(8px); }
.fixed-bottom-inner { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; justify-content: center; align-items: center; }
.fixed-btn { color: #fff; font-size: 15px; font-weight: bold; padding: 12px 20px; border-radius: 50px; text-decoration: none; width: 100%; max-width: 440px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; gap: 8px; letter-spacing: 0.03em; }

.global-footer { background: var(--orion-blue); color: #fff; padding: 35px 16px 40px; font-size: 0.78rem; text-align: center; }
.footer-inner { max-width: 1000px; margin: 0 auto; }
.footer-links { list-style: none; padding: 0; margin: 0 0 20px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.footer-links a { color: #fff; text-decoration: none; opacity: 0.85; }
.company-info { opacity: 0.85; margin: 0 0 10px; font-size: 0.75rem; line-height: 1.5; }
.copyright { opacity: 0.6; margin: 0; font-size: 0.7rem; }

/* =========================================
   7. レスポンシブ駆動用メディアクエリ
========================================= */
@media screen and (min-width: 768px) {
  .lp-container { padding: 0 20px; }
  .lp-section { padding: 60px 0; }
  .lp-section-title { font-size: 26px; margin-bottom: 40px; }
  
  .point-box { padding: 30px; margin: -50px auto 45px; }
  .point-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 40px; }
  
  .benefit-grid { display: grid !important; grid-template-columns: 1fr 1fr 1fr !important; gap: 20px !important; }
  .benefit-card { padding: 25px; }
  
  .hero-title-container { display: block; position: relative; padding: 0 85px; width: auto; }
  .lp-hero-title { font-size: clamp(22px, 5.5vw, 44px); text-align: center; }
  .matsuri-deco-chochin { position: absolute; right: 0; top: -10px; transform: rotate(12deg) scale(1); margin: 0; }
  .matsuri-deco-uchiwa { position: absolute; left: 0; bottom: -5px; transform: rotate(-15deg) scale(1); margin: 0; }

  .feature-block { border-radius: 16px; }
  .visual-header { padding: 30px 30px 5px; }
  
  .feature-title { font-size: 24px; text-align: center !important; justify-content: center; }
  
  .visual-area { padding: 15px 30px 0; }
  
  .carousel-btn { width: 44px; height: 44px; }
  .carousel-btn i { font-size: 16px; }
  .carousel-btn.prev { left: 10px; background: rgba(6, 13, 34, 0.75); }
  .carousel-btn.next { right: 10px; background: rgba(6, 13, 34, 0.75); }
  .carousel-container { overflow: hidden; }
  .carousel-dots { margin-top: 15px; gap: 10px; }
  .carousel-dots .dot { width: 9px; height: 9px; }

  .feature-content { padding: 15px 30px 35px; }

  .plan-section { padding: 40px 25px; margin-bottom: 60px; }
  
  .spot-single-body { flex-direction: row; gap: 30px; }
  .spot-content-block { flex: 1; }
  .spot-content-block h4 { font-size: 16px; }
  .spot-single-img { height: 300px; }

  .matsuri-schedule-box { padding: 20px; background: transparent; border: none; }
  .schedule-day-badge { font-size: 16px; padding: 6px 25px; margin-bottom: 35px; }
  .new-timeline { padding-left: 0; }
  .new-timeline::after { left: 95px; top: 5px; height: calc(100% - 30px); }
  .timeline-step { flex-direction: row; padding-left: 0; margin-bottom: 30px; }
  .timeline-step::before { left: 91px; top: 22px; width: 11px; height: 11px; }
  .timeline-step.main-event-step::before { left: 87px; top: 14px; font-size: 16px; }
  .step-time { width: 95px; flex-shrink: 0; padding-right: 15px; text-align: right; margin-bottom: 0; flex-direction: column; justify-content: flex-start; padding-top: 16px; }
  .day-label { align-self: flex-end; margin-bottom: 3px; font-size: 11px; padding: 2px 4px; }
  .time-num { font-size: 16px; text-align: right; width: 100%; color: #333 !important; }
  .step-content { padding-left: 25px; }
  .step-title { font-size: 16px; margin-bottom: 5px; }
  .highlight-title { font-size: 18px; }
  .step-desc { font-size: 14px; }
  .badge { font-size: 11px; padding: 2px 8px; }
  .duration-tag { font-size: 12px; padding: 2px 8px; margin-left: 8px; margin-top: 0; }
  
  .matsuri-price-container { margin: 0 auto 40px; }
  .price-box-header { font-size: 18px; padding: 12px; }
  .price-box-body { padding: 30px 20px; }
  .price-booking-btn { font-size: 18px; padding: 14px 20px; margin-bottom: 25px; }
  
  .attention-wrap { padding: 0; }
  .attention-summary { padding: 15px 20px; font-size: 15px; }
  .attention-content { padding: 20px; font-size: 14px; }
  
  .fixed-bottom-inner { flex-direction: row; gap: 20px; }
  .fixed-btn { font-size: 17px; max-width: 350px; padding: 14px 20px; }
  .fixed-bottom-bar { padding: 14px 20px; }
}