/* ========================================
   SUMUKA 滞在プラン詳細ページ専用CSS
   taxonomy-stay_plan.php
   ======================================== */

/* ========================================
   プランヒーロー
   ======================================== */
.plan-hero {
  padding: 120px 0 60px;
  color: #fff;
  text-align: center;
}

.plan-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.plan-hero-icon {
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
}

.plan-hero-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.25em;
  opacity: 0.85;
  margin-bottom: 10px;
}

.plan-hero-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.plan-hero-period {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 15px;
}

.plan-hero-description {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.85;
}

/* ========================================
   セクション共通
   ======================================== */
.section {
  padding: 60px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #1a3a4a;
}

/* ========================================
   プラン特徴・料金ガイド・おすすめ
   ======================================== */
.plan-features,
.plan-price-guide,
.plan-recommend {
  border-bottom: 1px solid #eee;
}

.plan-features-content,
.plan-price-guide-content,
.plan-recommend-content {
  max-width: 800px;
  margin: 30px auto 0;
  font-size: 15px;
  line-height: 2;
  color: #444;
}

/* entry-content 内の基本スタイル */
.entry-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a3a4a;
  margin: 30px 0 15px;
}

.entry-content p {
  margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
  margin: 15px 0;
  padding-left: 1.5em;
}

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

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.entry-content th,
.entry-content td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.entry-content th {
  background: #f5f5f5;
  font-weight: 600;
}

/* ========================================
   対応物件一覧
   ======================================== */
.properties-list {
  background: #f5f5f5;
  padding: 60px 0;
  border-radius: 16px;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.properties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.no-results-text {
  text-align: center;
  font-size: 15px;
  color: #888;
  padding: 40px 0;
}

/* ========================================
   他のプランを見る（トップページと共通）
   ======================================== */
.other-plans {
  padding: 80px 0;
}

.stay-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stay-plan-card {
  display: block;
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s;
  border: 2px solid transparent;
}

.stay-plan-card:hover {
  border-color: #c9a86c;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.stay-plan-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.stay-plan-name {
  font-size: 18px;
  font-weight: 500;
  color: #1a3a4a;
  margin-bottom: 6px;
}

.stay-plan-name-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  color: #444;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.stay-plan-period {
  font-size: 14px;
  color: #c9a86c;
  font-weight: 500;
  margin-bottom: 12px;
}

.stay-plan-desc {
  font-size: 12px;
  color: #444;
  line-height: 1.7;
}

.stay-plan-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  color: #1a3a4a;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #1a3a4a;
  padding-bottom: 3px;
}

/* ========================================
   レスポンシブ
   ======================================== */
@media screen and (max-width: 1024px) {
  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .plan-hero {
    padding: 100px 0 50px;
  }

  .plan-hero-icon {
    font-size: 36px;
  }

  .plan-hero-title {
    font-size: 28px;
  }

  .section {
    padding: 40px 0;
  }

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

  .stay-plans-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .stay-plan-card {
    padding: 25px 15px;
  }

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

  .plan-features-content,
  .plan-price-guide-content,
  .plan-recommend-content {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .plan-hero {
    padding: 80px 0 40px;
  }

  .plan-hero-icon {
    font-size: 30px;
  }

  .stay-plan-icon {
    font-size: 30px;
  }

  .stay-plan-name {
    font-size: 15px;
  }

  .stay-plan-period {
    font-size: 12px;
  }

  .stay-plan-desc {
    font-size: 11px;
  }
}
