@charset "UTF-8";

/* ==========================================================================
   1. 全体共通のベース設定
   ========================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 118px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.7;
  background-color: #fff;
}
*, *::before, *::after {
  box-sizing: border-box;
}

.min { font-family: "Noto Serif JP", serif; }

.sp-only { display: none; }

.lp-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.lp-section { padding: 64px 0; }

.bg-white {
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("../images/uzbek-pattern.jpg");
    
  background-repeat: repeat;
  background-position: top left;
  background-size: 400px 400px;
  background-color: #ffffff !important; 
}
.bg-sand {
  background-image: none; /* 念のため画像をオフにする */
  background-color: #f9f7f3 !important; 
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.font-serif {
  font-family: 'Noto Serif JP', serif;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 24px 0;
  font-size: 32px;
  color: #002F6C;
  font-weight: bold;
  line-height: 1.4;
}

.en-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #007A99;
  letter-spacing: 0.2em;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 8px;
}

.en-title::before,
.en-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #007A99;
  opacity: 0.6;
}
.section-lead {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px 0;
}
.section-lead span{
    display: block;
}
.section-lead .small{
    font-size: 12px;
    display: initial;
}

/* ==========================================================================
   2. メインビジュアル (MV) & イントロ
   ========================================================================== */
.lp-hero {
  background: linear-gradient(to bottom, rgba(0, 122, 153, 0) 20%, rgba(0, 122, 153, 0.6) 100%),
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("../images/MV.jpg") center center / cover no-repeat;
  color: #fff;
  padding: 96px 20px 60px;
  text-align: center;
}

.lp-hero-title {
  margin: 0;
  text-shadow: 0 2px 15px rgba(0,0,0,0.4);
  line-height: 1.1;
}
.hero-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-shadow: 
    0px 1px 3px rgba(0, 0, 0, 0.9),
    0px 4px 15px rgba(0, 0, 0, 0.7),
    0px 0px 30px rgba(0, 0, 0, 0.5);
}

.hero-logo {
  height: 40px;
  width: auto;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.5));
  margin-right: 8px;
}

.hero-particle {
  font-size: 20px;
}
.hero-main {
  display: block;
  font-size: 84px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.lp-intro-catch {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8;
  margin: 40px 0 0 0;
  letter-spacing: 0.02em;
}
/* ==========================================================================
   3. 固定ページ内メニュー（ナビゲーション）
   ========================================================================== */
.lp-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.lp-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.lp-nav-link {
  display: block;
  padding: 18px 24px;
  color: #444;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.lp-nav-link:hover,
.lp-nav-link.is-active {
  color: #007A99;
  border-bottom: 3px solid #007A99;
}


/* ==========================================================================
   ローカルナビゲーション（ページタイトル＆アコーディオン）
   ========================================================================== */
.page-header {
  display: none;
  padding: 0;
  background-color: #fff;
}

/* --- Menuボタン --- */
.local-nav-btn {
  width: 100%;
  background-color: #e5e5e5;
  border: none;
  padding: 12px;
  font-size: 14px;
  color: #555;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.local-nav-btn .nav-icon {
  position: absolute;
  right: 15px;
  color: #007A99;
}

/* --- メニューの中身 --- */
.local-nav-menu {
  background-color: #f5f5f5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.local-nav.is-open .local-nav-menu {
  max-height: 500px; 
}

/* リストのデザイン */
.local-nav-list {
  list-style: none;
  padding: 15px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}

.local-nav-list li {
  margin-bottom: 0;
}

.local-nav-list a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.local-nav-list a::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #ccc;
  margin-right: 10px;
}

.local-nav-list a.is-active {
  color: #007A99 !important;
  font-weight: bold;
}

.local-nav-list a.is-active::before {
  background-color: #007A99;
}


/* ==========================================================================
   4. 主要都市 ＆ グルメ（共通カードグリッド）
   ========================================================================== */
.card-grid {
  display: grid;
  gap: 30px;
}

.cities-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gourmet-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

.content-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  overflow: hidden;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.card-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-wrap .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.card-img-wrap .swiper-pagination-bullet-active {
  background: #007A99;
  opacity: 1;
}

/* ==========================================================================
   Swiper 矢印（ナビゲーション）
   ========================================================================== */
.card-img-wrap {
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #fff;  
}

.card-img-wrap .swiper-button-prev,
.card-img-wrap .swiper-button-next {
  top: auto;
  bottom: 6px;
  margin-top: 0;
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.6)); 
  z-index: 10;
}
.card-img-wrap .swiper-button-prev {
  left: 10px;
}
.card-img-wrap .swiper-button-next {
  right: 10px;
}
.card-img-wrap .swiper-button-lock {
  display: none !important;
}

.card-body {
  padding: 25px 20px;
  flex-grow: 1;
}
.card-body h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 8px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.sub-gourmet {
  font-size: 14px;
  color: #e67e22;
  display: block;
  margin-top: 4px;
  margin-left: 16px;
}

/* ==========================================================================
   5. 目的別モデルルート3選
   ========================================================================== */
.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.tour-card {
  background: #fff;
  border: 2px solid #eef2f6;
  border-radius: 12px;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tour-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.tour-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}
.bg-orange {background-color: #e58843;}
.bg-green  {background-color: #63bfb2;}
.bg-purple {background-color: #b6436d;}

.tour-name {
  font-size: 18px;
  color: #002F6C;
  margin: 0 0 16px 0;
  line-height: 1.4;
  font-weight: bold;
}
.tour-target {
  font-size: 14px;
  color: #555;
  background: #f5f7fa;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 24px;
}
.tour-timeline {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex-grow: 1;
}
.tour-timeline li {
  font-size: 14px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.tour-timeline li span {
  background: #007A99;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 8px;
  white-space: nowrap;
}
.tour-btn {
  display: block;
  text-align: center;
  background: #002F6C;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}
.tour-btn:hover { background: #007A99; }

/* ==========================================================================
   詳細を見るボタン
   ========================================================================== */
.btn-route {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: #e67e22; 
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
  padding: 16px 48px;
  position: relative; 
}

.btn-route:hover {
  opacity: 0.8;
}

.btn-route .material-symbols-outlined {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  margin-top: 0;
}

.btn-wrapper {
  text-align: center;
  margin-top: 40px;
  /* margin-bottom: 20px; */
}

.btn-wrapper .btn-route {
  width: 100%;
  max-width: 360px;
}

/* ==========================================================================
   6. 旅の安心ガイド ＆ おすすめツアー
   ========================================================================== */
.safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.safety-item {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  border: solid 1px #007A99;
}
.safety-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #002F6C;
  margin: 0 0 12px 0;
  font-weight: bold;
}

.safety-item .guide-icon {
  font-size: 26px;
  color: #007A99;
  flex-shrink: 0;
}

/* ==========================================================================
   7. ウズベキスタン基本情報＆渡航条件
   ========================================================================== */
.info-tables {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
}

.info-table th, .info-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.info-table th {
  background-color: #f5f7fa;
  color: #333;
  width: 22%;
  text-align: left;
  font-weight: bold;
}

.info-table td .small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.visa-box {
  width: 100%;
  background-color: #fff4e6;
  border: 2px dashed #e67e22;
  padding: 24px;
  border-radius: 12px;
}

.visa-box h3 {
  font-size: 18px;
  color: #e67e22;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: bold;
}

.visa-box ul {
  padding-left: 20px;
  margin: 0;
}

.visa-box li {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.visa-box li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   8. よくある質問 (FAQ)
   ========================================================================== */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  margin-bottom: 16px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.faq-question {
  padding: 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  color: #999;
}
.faq-item[open] .faq-question::after { content: "−"; }
.faq-answer {
  padding: 0 20px 20px 20px;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.faq-answer p {
  margin: 20px 0 0 0;
  font-size: 14px;
  color: #555;
}
.faq-q {color: #007A99;font-size: 20px;font-weight: bold;margin-right: 8px;}
.faq-a {color: #e67e22; font-size: 20px; font-weight: bold; margin-right: 8px;}

/* ==========================================================================
   バナー
   ========================================================================== */
.lp-banner {
  padding: 40px 0;
}

.bn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.bn {
  width: calc(50% - 12px); 
  max-width: 530px;
  text-align: center;
}

.bn img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}

.bn a:hover img.fade {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* ==========================================================================
   観光スポットランキング
   ========================================================================== */
.ranking-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
}

.ranking-card {
  position: relative;
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.rank-1 { background: linear-gradient(135deg, #d4af37, #aa7c11); }
.rank-2 { background: linear-gradient(135deg, #b0b0b0, #707070); }
.rank-3 { background: linear-gradient(135deg, #cd7f32, #8c4b15); }

.rank-place {
  font-size: 18px;
  color: #e67e22;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 4px;
}

.ranking-card .card-body h3 {
  display: block;
  line-height: 1.5;
  font-size: 16px;
}

/* ==========================================================================
   参加者の声
   ========================================================================== */
.voices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.voice-card {
  background: #f9f7f3;
  border-radius: 12px;
  padding: 0;
  position: relative;
  box-shadow: 0 4px 15px rgb(0 0 0 / 30%);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.voice-img-wrap {
  width: 360px; 
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f0f0f0;
}

.voice-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-content {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.voice-content-wrap {
  flex-grow: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.voice-meta {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  z-index: 1;
}

.voice-meta, .voice-text {
  padding-left: 0;
  padding-right: 0;
}

.voice-tour {
  display: block;
  font-weight: bold;
  color: #002F6C;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.voice-tags {
  display: inline-block;
  font-size: 12px;
  color: #e67e22;
  background: #fff4e6;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.voice-text {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.voice-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.voice-card::before {
  content: "“";
  font-family: 'Noto Serif JP', serif;
  font-size: 60px;
  color: #007A99;
  opacity: 0.1;
  position: absolute;
  bottom: 15px;
  right: 20px;
  line-height: 1;
  z-index: 0;
}