/*
Theme Name: Mama Gen Theme
Theme URI: https://example.com/
Description: 都道府県別人妻出会い掲示板テーマ。SEOコンテンツと地域別一覧表示機能を搭載。
Author: InfinityDesign
Version: 2.0
Text Domain: mama-gen-theme
*/

/* ========================================
   基本設定
======================================== */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #f5f5f5;
  color: #333;
  line-height: 1.7;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px 40px;
}

/* ========================================
   ヘッダー
======================================== */
.site-header {
  text-align: center;
  padding: 40px 0 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  margin: 0 -16px 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.site-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 8px;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-title a:hover {
  opacity: 0.9;
}

.site-description {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

/* ========================================
   パンくずリスト
======================================== */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.breadcrumb a {
  color: #667eea;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .separator {
  margin: 0 8px;
  color: #999;
}

.breadcrumb .current {
  color: #666;
}

/* ========================================
   ヒーローセクション
======================================== */
.hero-section {
  background: linear-gradient(135deg, #ff6f91 0%, #ff9671 100%);
  color: #fff;
  padding: 60px 30px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(255,111,145,0.3);
}

.hero-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px;
}

.hero-description {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  opacity: 0.95;
}

/* ========================================
   都道府県ページヘッダー
======================================== */
.prefecture-header {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: center;
}

.prefecture-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #333;
}

.prefecture-intro {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.8;
}

/* ========================================
   セクション共通
======================================== */
.section-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #667eea;
  color: #333;
}

.section-description {
  font-size: 15px;
  color: #666;
  margin: 0 0 30px;
}

/* ========================================
   SEOコンテンツ
======================================== */
.seo-contents,
.top-seo-contents {
  margin-bottom: 50px;
}

.seo-contents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.seo-content-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-content-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.seo-content-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0f0f0;
}

.seo-content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seo-content-body {
  padding: 24px;
}

.seo-content-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #333;
}

.seo-content-excerpt,
.seo-content-full {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.seo-content-full {
  margin-bottom: 0;
}

.seo-content-full h3,
.seo-content-full h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #333;
}

.seo-content-full p {
  margin-bottom: 12px;
}

.seo-content-full ul,
.seo-content-full ol {
  margin: 12px 0;
  padding-left: 24px;
}

.read-more-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #667eea;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.read-more-btn:hover {
  background: #5568d3;
}

/* ========================================
   女性一覧
======================================== */
.girls-section {
  margin-bottom: 50px;
}

.girls-list {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.girl {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.girl:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.girl-thumb {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.girl-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.girl:hover .girl-thumb img {
  transform: scale(1.05);
}

.girl-body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.girl-name {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
}

.girl-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.girl-meta span {
  font-size: 14px;
  color: #666;
}

.girl-meta-label {
  display: inline-block;
  background: #f0f0f0;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 6px;
  font-weight: 600;
  font-size: 12px;
}

.girl-comment {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 16px;
  flex: 1;
}

.girl-link {
  margin-top: auto;
}

.girl-link a {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.girl-link a:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.no-data {
  text-align: center;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  color: #999;
  font-size: 15px;
}

/* ========================================
   地域別都道府県一覧
======================================== */
.regions-section {
  margin-bottom: 50px;
}

.regions-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.region-block {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.region-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #667eea;
  padding-bottom: 8px;
  border-bottom: 2px solid #e0e0e0;
}

.prefecture-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prefecture-link {
  display: inline-block;
  padding: 8px 16px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.prefecture-link:hover {
  background: #667eea;
  color: #fff;
}

.prefecture-count {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}

.prefecture-link:hover .prefecture-count {
  color: rgba(255,255,255,0.8);
}

/* ========================================
   他の都道府県へのリンク
======================================== */
.other-prefectures {
  margin-bottom: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* ========================================
   特徴セクション
======================================== */
.features-section {
  margin-bottom: 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.feature-card {
  background: #fff;
  padding: 30px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #333;
}

.feature-description {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* ========================================
   FAQ
======================================== */
.faq-section {
  margin-bottom: 50px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.faq-question {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #667eea;
}

.faq-answer {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* ========================================
   フッター
======================================== */
.footer {
  margin-top: 60px;
  padding: 30px 0;
  text-align: center;
  color: #999;
  font-size: 13px;
  border-top: 1px solid #e0e0e0;
}

.footer p {
  margin: 0;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (max-width: 768px) {
  .site-header {
    padding: 30px 16px 20px;
  }

  .site-title {
    font-size: 24px;
  }

  .site-description {
    font-size: 13px;
  }

  .hero-section {
    padding: 40px 20px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-description {
    font-size: 14px;
  }

  .prefecture-header {
    padding: 30px 20px;
  }

  .prefecture-title {
    font-size: 24px;
  }

  .prefecture-intro {
    font-size: 14px;
  }

  .section-title {
    font-size: 22px;
  }

  .seo-contents-grid {
    grid-template-columns: 1fr;
  }

  .girls-list {
    grid-template-columns: 1fr;
  }

  .regions-container {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .region-block {
    padding: 20px;
  }

  .other-prefectures {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .wrap {
    padding: 0 12px 30px;
  }

  .hero-section {
    padding: 30px 16px;
    border-radius: 12px;
  }

  .hero-title {
    font-size: 22px;
  }

  .prefecture-header {
    padding: 24px 16px;
  }

  .prefecture-title {
    font-size: 20px;
  }

  .seo-content-body,
  .girl-body {
    padding: 16px;
  }

  .section-title {
    font-size: 20px;
  }
}


/* ========================================
   メインコンテンツセクション
======================================== */
.main-content-section {
  margin-bottom: 50px;
}

.main-content {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  line-height: 1.8;
}

.content-main-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px;
  padding-bottom: 16px;
  border-bottom: 4px solid #ff6f91;
  color: #333;
  text-align: center;
}

.content-intro {
  background: linear-gradient(135deg, #fff5f7 0%, #ffe8f0 100%);
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 40px;
  border-left: 4px solid #ff6f91;
}

.content-intro p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.9;
}

.content-intro p:last-child {
  margin-bottom: 0;
}

.content-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin: 50px 0 24px;
  padding-left: 16px;
  border-left: 5px solid #667eea;
  color: #333;
}

.main-content > p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.9;
}

/* 理由カード */
.reason-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 30px 0 40px;
}

.reason-card {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  padding: 30px 24px;
  border-radius: 12px;
  border: 2px solid #e0e7ff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(102,126,234,0.2);
}

.reason-number {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 16px;
}

.reason-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #333;
}

.reason-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* ハイライトボックス */
.highlight-box {
  background: linear-gradient(135deg, #fff9e6 0%, #fff4d6 100%);
  padding: 30px;
  border-radius: 12px;
  border: 2px solid #ffd700;
  margin: 30px 0;
  text-align: center;
}

.highlight-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* チェックリスト */
.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #4caf50;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
}

/* テクニックセクション */
.technique-section {
  margin: 30px 0 40px;
}

.technique-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 24px;
  border-left: 4px solid #667eea;
}

.technique-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
}

.technique-label {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  flex-shrink: 0;
}

.technique-item p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 16px;
}

.technique-item p:last-child {
  margin-bottom: 0;
}

.sub-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.sub-list li {
  padding: 8px 0;
  font-size: 14px;
  color: #555;
}

/* 例文ボックス */
.example-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  margin: 16px 0;
}

.example-label {
  font-size: 13px;
  font-weight: 700;
  color: #667eea;
  margin: 0 0 8px;
}

.example-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-style: italic;
}

/* 警告リスト */
.warning-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 30px 0;
}

.warning-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #f0f0f0;
  font-size: 15px;
  color: #555;
  transition: border-color 0.2s ease;
}

.warning-item:hover {
  border-color: #ff6f91;
}

.warning-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.safety-note {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  padding: 20px 24px;
  border-radius: 8px;
  border-left: 4px solid #4caf50;
  font-size: 15px;
  color: #2e7d32;
  margin: 30px 0;
}

/* CTAボックス */
.cta-box {
  background: linear-gradient(135deg, #ff6f91 0%, #ff9671 100%);
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 8px 24px rgba(255,111,145,0.3);
}

.cta-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.cta-text {
  font-size: 16px;
  color: rgba(255,255,255,0.95);
  margin: 0;
  line-height: 1.8;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .main-content {
    padding: 30px 20px;
  }

  .content-main-title {
    font-size: 26px;
  }

  .content-subtitle {
    font-size: 20px;
    margin: 40px 0 20px;
  }

  .content-intro {
    padding: 20px;
  }

  .reason-cards {
    grid-template-columns: 1fr;
  }

  .technique-item {
    padding: 20px;
  }

  .technique-title {
    font-size: 18px;
  }

  .cta-box {
    padding: 30px 20px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .main-content {
    padding: 24px 16px;
  }

  .content-main-title {
    font-size: 22px;
  }

  .content-subtitle {
    font-size: 18px;
    padding-left: 12px;
  }

  .content-intro {
    padding: 16px;
  }

  .reason-card {
    padding: 20px 16px;
  }

  .technique-item {
    padding: 16px;
  }

  .highlight-box {
    padding: 20px 16px;
  }

  .highlight-text {
    font-size: 16px;
  }
}


/* ========================================
   ヘッダー
======================================== */
.site-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
}

.site-branding {
  flex-shrink: 0;
}

.site-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.site-title a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.site-title a:hover {
  opacity: 0.8;
}

/* ハンバーガーメニューボタン */
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
  transform: translateY(10.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: translateY(-10.5px) rotate(-45deg);
}

/* ナビゲーションメニュー */
.main-navigation {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  align-items: center;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: block;
  padding: 10px 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.nav-menu > li > a:hover {
  background: rgba(255,255,255,0.15);
}

.arrow {
  font-size: 10px;
  margin-left: 4px;
}

/* ドロップダウンメニュー */
.menu-item-has-children {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  border-radius: 8px;
  min-width: 700px;
  max-width: 90vw;
  padding: 20px;
  list-style: none;
  margin: 8px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-height: 500px;
  overflow-y: auto;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.region-group {
  list-style: none;
}

.region-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #667eea;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e0e7ff;
}

.prefecture-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prefecture-list li {
  margin-bottom: 4px;
}

.prefecture-list a {
  display: block;
  padding: 6px 12px;
  color: #555;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.prefecture-list a:hover {
  background: #f0f4ff;
  color: #667eea;
  padding-left: 16px;
}

/* ========================================
   フッター
======================================== */
.site-footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 50px 20px 20px;
  margin-top: 80px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h3 {
  font-size: 20px;
  margin: 0 0 16px;
  color: #fff;
}

.footer-section h4 {
  font-size: 16px;
  margin: 0 0 12px;
  color: #fff;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #bdc3c7;
  margin: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #bdc3c7;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #34495e;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #95a5a6;
}

/* ========================================
   メインコンテンツエリア
======================================== */
.site-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  min-height: calc(100vh - 200px);
}

/* ========================================
   レスポンシブ: タブレット
======================================== */
@media (max-width: 1024px) {
  .sub-menu {
    min-width: 500px;
    max-width: 85vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================================
   レスポンシブ: スマホ
======================================== */
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 80px 0 20px;
  }

  .main-navigation.active {
    right: 0;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .nav-menu > li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-menu > li > a {
    color: #333;
    padding: 16px 20px;
    border-radius: 0;
  }

  .nav-menu > li > a:hover {
    background: #f8f9fa;
  }

  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    min-width: auto;
    max-height: none;
    padding: 0;
    margin: 0;
    display: none;
    grid-template-columns: 1fr;
    background: #f8f9fa;
  }

  .menu-item-has-children.active .sub-menu {
    display: grid;
  }

  .region-group {
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
  }

  .region-title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .prefecture-list a {
    padding: 8px 0;
    font-size: 13px;
  }

  .prefecture-list a:hover {
    background: transparent;
    color: #667eea;
    padding-left: 0;
  }

  .site-title {
    font-size: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .header-container {
    padding: 0 16px;
    min-height: 56px;
  }

  .site-title {
    font-size: 16px;
  }

  .main-navigation {
    width: 85%;
  }
}


/* ========================================
   都道府県別SEOコンテンツ
======================================== */
.prefecture-seo-content {
  background: #fff;
  border-radius: 16px;
  padding: 48px 40px;
  margin: 40px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.prefecture-seo-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 3px solid #f093fb;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prefecture-seo-intro {
  background: linear-gradient(135deg, #ffeef8 0%, #fff5f7 100%);
  border-left: 4px solid #f093fb;
  padding: 24px 28px;
  margin-bottom: 40px;
  border-radius: 8px;
  line-height: 1.9;
}

.prefecture-seo-intro p {
  margin: 0 0 16px;
  color: #444;
  font-size: 15px;
}

.prefecture-seo-intro p:last-child {
  margin-bottom: 0;
}

.intro-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.intro-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  color: #555;
  font-size: 15px;
}

.intro-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f093fb;
  font-weight: 700;
  font-size: 16px;
}

.prefecture-seo-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 48px 0 24px;
  padding-left: 12px;
  border-left: 5px solid #667eea;
}

.prefecture-seo-content > p {
  line-height: 1.9;
  color: #555;
  margin-bottom: 24px;
  font-size: 15px;
}

/* 特徴ボックス */
.feature-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.feature-box {
  background: linear-gradient(135deg, #f5f7fa 0%, #fafbfc 100%);
  border: 2px solid #e8ecf1;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}

.feature-box-title {
  font-size: 16px;
  font-weight: 700;
  color: #667eea;
  margin: 0 0 12px;
}

.feature-box p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

/* コツセクション */
.tips-section {
  background: #fafbfc;
  border-radius: 12px;
  padding: 32px;
  margin: 32px 0;
}

.tip-item {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.tip-item:last-child {
  margin-bottom: 0;
}

.tip-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tip-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

.tip-item p {
  margin: 0 0 12px;
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.tip-item p:last-child {
  margin-bottom: 0;
}

.tip-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 16px 20px;
}

.tip-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  color: #555;
  font-size: 14px;
}

.tip-list li:last-child {
  margin-bottom: 0;
}

.tip-list li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: 700;
}

/* メッセージ例 */
.message-example {
  background: linear-gradient(135deg, #e0e7ff 0%, #f0f4ff 100%);
  border-left: 4px solid #667eea;
  border-radius: 8px;
  padding: 20px;
  margin: 16px 0;
}

.example-label {
  font-size: 13px;
  font-weight: 700;
  color: #667eea;
  margin: 0 0 8px;
}

.example-text {
  font-size: 15px;
  color: #333;
  margin: 0;
  line-height: 1.8;
  font-style: italic;
}

/* カテゴリリスト */
.category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin: 32px 0;
}

.category-item {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e8ecf1;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-item:hover {
  transform: translateX(4px);
  border-color: #f093fb;
  box-shadow: 0 4px 16px rgba(240, 147, 251, 0.2);
}

.category-icon {
  font-size: 28px;
  flex-shrink: 0;
}

.category-name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.category-note {
  background: #fff9e6;
  border-left: 4px solid #ffc107;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 6px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

/* まとめセクション */
.prefecture-summary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  padding: 40px;
  margin-top: 48px;
  color: #fff;
  text-align: center;
}

.summary-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #fff;
}

.prefecture-summary p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 16px;
  color: #fff;
}

.prefecture-summary p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .prefecture-seo-content {
    padding: 32px 24px;
    margin: 24px 0;
  }

  .prefecture-seo-title {
    font-size: 22px;
  }

  .prefecture-seo-subtitle {
    font-size: 19px;
    margin: 32px 0 20px;
  }

  .feature-boxes {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tips-section {
    padding: 20px;
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .prefecture-summary {
    padding: 28px 20px;
  }

  .summary-title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .prefecture-seo-content {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .prefecture-seo-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .prefecture-seo-intro {
    padding: 20px;
  }

  .prefecture-seo-subtitle {
    font-size: 18px;
  }

  .tip-title {
    font-size: 16px;
  }
}


/* ========================================
   女性一覧
======================================== */
.girls-list {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.girl {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.girl:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.girl-thumb {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.girl-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.girl:hover .girl-thumb img {
  transform: scale(1.05);
}

.girl-body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.girl-name {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin: 0 0 16px;
}

.girl-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.girl-meta span {
  font-size: 14px;
  color: #666;
}

.girl-meta-label {
  display: inline-block;
  background: #f0f0f0;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 6px;
  font-weight: 600;
  font-size: 12px;
}

.girl-comment {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 16px;
  flex: 1;
}

.girl-link {
  margin-top: auto;
}

.girl-link a {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.girl-link a:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.no-data-message {
  max-width: 1200px;
  margin: 40px auto;
  padding: 60px 40px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  font-size: 16px;
  color: #666;
}

.page-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.page-hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.page-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #fff;
}

.page-description {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .girls-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .girls-list {
    grid-template-columns: 1fr;
  }

  .girl-thumb {
    height: 240px;
  }

  .girl-body {
    padding: 20px;
  }

  .page-title {
    font-size: 28px;
  }

  .page-description {
    font-size: 16px;
  }

  .no-data-message {
    padding: 40px 24px;
  }
}

@media (max-width: 480px) {
  .girl {
    margin-bottom: 16px;
  }

  .girl-thumb {
    height: 280px;
  }

  .girl-body {
    padding: 16px;
  }

  .page-title {
    font-size: 24px;
  }

  .page-description {
    font-size: 15px;
  }

  .no-data-message {
    padding: 32px 20px;
  }
}

/* ========================================
   ブログアーカイブページ
======================================== */
.blog-archive-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.blog-archive-header {
  text-align: center;
  margin-bottom: 50px;
}

.archive-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.archive-description {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.blog-post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.blog-post-card .post-thumbnail {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f0f0f0;
}

.blog-post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}

.blog-post-card .post-content {
  padding: 24px;
}

.blog-post-card .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px;
}

.blog-post-card .post-date {
  color: #999;
}

.blog-post-card .post-categories {
  display: flex;
  gap: 6px;
}

.category-badge {
  display: inline-block;
  padding: 4px 10px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.category-badge:hover {
  opacity: 0.8;
}

.blog-post-card .post-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.5;
}

.blog-post-card .post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-card .post-title a:hover {
  color: #667eea;
}

.blog-post-card .post-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
}

.blog-post-card .read-more {
  display: inline-block;
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-post-card .read-more:hover {
  color: #764ba2;
}

.no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}

/* ========================================
   ブログ記事個別ページ
======================================== */
.single-post-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.single-post {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

.single-post .post-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.single-post .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}

.single-post .post-date {
  color: #999;
}

.single-post .post-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.single-post .post-featured-image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.single-post .post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post .post-content {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

.single-post .post-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 40px 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid #667eea;
  color: #333;
}

.single-post .post-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 32px 0 16px;
  color: #333;
  padding-left: 12px;
  border-left: 4px solid #667eea;
}

.single-post .post-content p {
  margin: 0 0 20px;
}

.single-post .post-content ul,
.single-post .post-content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.single-post .post-content li {
  margin-bottom: 8px;
}

.single-post .post-content a {
  color: #667eea;
  text-decoration: underline;
}

.single-post .post-content a:hover {
  color: #764ba2;
}

.single-post .post-tags {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #f0f0f0;
}

.single-post .tags-label {
  font-weight: 600;
  color: #666;
  margin-right: 8px;
}

.tag-badge {
  display: inline-block;
  margin: 4px;
  padding: 6px 12px;
  background: #f0f0f0;
  color: #666;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.tag-badge:hover {
  background: #667eea;
  color: #fff;
}

/* ========================================
   記事ナビゲーション
======================================== */
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.post-navigation .nav-link {
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-navigation .nav-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.post-navigation .nav-label {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.post-navigation .nav-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

.post-navigation .nav-previous {
  text-align: left;
}

.post-navigation .nav-next {
  text-align: right;
}

/* ========================================
   関連記事
======================================== */
.related-posts {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.related-posts-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #333;
  text-align: center;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.related-post-card {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.related-post-card .related-post-thumbnail {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #e0e0e0;
}

.related-post-card .related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post-card .related-post-content {
  padding: 16px;
}

.related-post-card .related-post-date {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.related-post-card .related-post-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

.related-post-card .related-post-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-card .related-post-title a:hover {
  color: #667eea;
}

/* ========================================
   ページネーション
======================================== */
.pagination {
  text-align: center;
  margin-top: 60px;
}

.pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.pagination li {
  display: inline-block;
}

.pagination a,
.pagination span {
  display: block;
  padding: 10px 16px;
  background: #fff;
  color: #667eea;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.pagination a:hover {
  background: #667eea;
  color: #fff;
}

.pagination .current {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
}

/* ========================================
   レスポンシブ対応（ブログページ）
======================================== */
@media (max-width: 768px) {
  .blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .single-post {
    padding: 24px 20px;
  }
  
  .single-post .post-title {
    font-size: 24px;
  }
  
  .single-post .post-content h2 {
    font-size: 22px;
  }
  
  .single-post .post-content h3 {
    font-size: 19px;
  }
  
  .post-navigation {
    grid-template-columns: 1fr;
  }
  
  .related-posts {
    padding: 24px 20px;
  }
  
  .related-posts-grid {
    grid-template-columns: 1fr;
  }
}
