/* =========================================
   下層ページ共通テンプレートスタイル
   ========================================= */

/* ユーティリティクラス */
.bg-washi {
  background: var(--bg-washi);
}

.text-muted-sm {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.8;
}

/* 下層ページの見出しを統一 */
/* 見出し（下層ページ） */
h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  color: var(--brand-navy);
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  border-bottom: none;
  padding-bottom: 0;
}

h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--accent-gold);
  margin: 15px auto 0;
}

/* アコーディオン見出し下線無効 */
.accordion-header::after,
.accordion-header h2::after,
h2.accordion-header::after {
  display: none !important;
  content: none !important;
}

/* ページヘッダー（共通） */
.page-header-new {
  background: var(--brand-navy);
  padding: 120px 0 60px;
  text-align: center;
}

.page-header-content {
  position: relative;
}

.page-header-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.page-header-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.page-header-content .breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.page-header-content .breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.page-header-content .breadcrumbs a:hover {
  color: var(--accent-gold);
}

/* セクションスタイル（各ページ共通） */

/* セクション共通 */
.section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

/* 英字ラベル */
.section-en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* サブタイトル（日本語） */
.section-subtitle {
  display: block;
  color: var(--text-muted);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

/* セクションタイトル */
.section-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  word-break: keep-all;
}

/* セクション導入文 */
.section-lead {
  font-size: 16px;
  line-height: 2;
  color: var(--text-main);
  max-width: 800px;
  margin: 0 auto;
}

/* セクション見出しブロック */
.section-head {
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }

  .section-en {
    font-size: 12px;
  }

  .section-subtitle {
    font-size: 12px;
  }

  .section-lead {
    font-size: 15px;
  }

  .section-head {
    margin-bottom: 3rem;
  }
}

/* ページ本文 */
.page-main {
  background: #fff;
}

.section-page-content {
  padding: 80px 0;
}

/* ベースタイポグラフィ（全ページ） */
h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.5;
  margin: 30px 0 20px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--brand-navy);
  margin: 20px 0 12px;
}

p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

/* サイトマップ用見出しスタイルの上書き */
ul[class^="wsp-"]::before {
  color: var(--brand-navy) !important;
  font-family: "Noto Serif JP", serif;
  font-size: 22px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid var(--accent-gold);
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

/* カテゴリタイトル（ブログ等）も同様のデザインに */
.wsp-category-title {
  display: block;
  border-bottom: 1px solid var(--accent-gold);
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.wsp-category-title a {
  color: var(--brand-navy) !important;
  font-family: "Noto Serif JP", serif;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* ページ下部のコンタクトリンクをボタン化（btn-arrowスタイル） */
.section-page-content a[href="/contact"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 240px;
  margin: 50px auto 0;
  padding: 12px 36px;
  background: #fff;
  color: var(--text-main) !important;
  border: 1px solid var(--text-main) !important;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: none;
}

.section-page-content a[href="/contact"]::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.section-page-content a[href="/contact"]:hover {
  background: var(--brand-navy);
  color: #fff !important;
  border-color: var(--brand-navy) !important;
  transform: none;
  box-shadow: none;
  opacity: 1;
}

.section-page-content a[href="/contact"]:hover::after {
  transform: translateX(5px);
}

/* 最初の要素のみマージン調整 */
.section-page-content > div > div > div > ul:first-child::before,
.section-page-content .wsp-category-title:first-child {
  margin-top: 0;
}

.section-page-content ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0;
}

.section-page-content ul li:last-child {
  border-bottom: none;
}

.section-page-content ul li a {
  display: block;
  color: var(--brand-navy);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-page-content ul li a:hover {
  color: var(--accent-gold);
  padding-left: 10px;
}

li {
  margin-bottom: 6px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-size: 15px;
}

table th,
table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

table th {
  background: var(--brand-navy);
  color: #fff;
  font-weight: 600;
}

table tr:nth-child(even) {
  background: #f9f9f9;
}

/* 汎用ページ用テーブル（company風） */
.section-page-content table {
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}

.section-page-content table th,
.section-page-content table td {
  padding: 20px 25px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.section-page-content table th {
  width: 210px;
  font-weight: 500;
  color: var(--accent-gold);
  background: transparent;
}

.section-page-content table td {
  color: var(--text-main);
}

.section-page-content table tr:nth-child(even) {
  background: transparent;
}

.section-page-content table td a {
  color: var(--brand-navy);
}

.section-page-content table td a:hover {
  color: var(--accent-gold);
}

@media (max-width: 767px) {
  .section-page-content table th,
  .section-page-content table td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .section-page-content table th {
    padding-bottom: 5px;
    border-bottom: none;
  }

  .section-page-content table td {
    padding-top: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

a {
  color: var(--accent-gold);
  text-decoration: none;
}

a:hover {
  color: var(--brand-navy);
}

/* レスポンシブ */
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

/* お問い合わせ導線 */
.page-cta {
  background: var(--bg-gray);
  padding: 60px 0;
}

.cta-box {
  background: #fff;
  border-radius: 16px;
  padding: 50px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin: 0 auto;
}

.cta-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.cta-text {
  color: var(--text-muted);
  margin-bottom: 30px;
  font-size: 15px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.btn-cta i {
  font-size: 16px;
}

.btn-phone {
  background: var(--brand-navy);
  color: #fff;
}

.btn-phone:hover {
  background: #2a3d50;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.btn-mail {
  background: var(--accent-gold);
  color: #fff;
}

.btn-mail:hover {
  background: var(--accent-gold-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .page-header-new {
    padding: 100px 0 40px;
  }
  .page-header-title {
    font-size: 28px;
  }
  .section-page-content {
    padding: 50px 0;
  }
  .cta-box {
    padding: 30px 20px;
  }
  .cta-title {
    font-size: 22px;
  }
  .btn-cta {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================
   特徴ページ
   ========================================= */

/* ヒーローブロック（画像＋キャッチ） */
.about-hero-block {
  position: relative;
  margin-bottom: 100px;
}

.about-hero-image {
  width: 100%;
}

.about-hero-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 16px;
}

.about-hero-text {
  position: absolute;
  right: 40px;
  bottom: -50px;
  background: var(--brand-navy);
  padding: 50px;
  border-radius: 12px;
  max-width: 480px;
  box-shadow: 0 20px 60px rgba(30, 60, 90, 0.25);
}

.about-catchphrase {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  margin: 0;
}

.about-catchphrase .gold {
  color: var(--accent-gold);
}

/* コンテンツブロック */
.about-blocks {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 50px 60px;
  background: var(--bg-gray);
  border-radius: 12px;
}

.about-block:last-child {
  margin-bottom: 0;
}

.about-block-heading {
  flex: 0 0 280px;
  padding-left: 20px;
}

.block-label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block-title {
  margin: 0;
}

.about-block .block-label {
  margin: 0;
}

.about-block-body {
  flex: 1;
}

.about-block-body p {
  font-size: 16px;
  line-height: 2.2;
  color: var(--text-main);
  margin: 0;
}

.about-block-body strong {
  color: var(--brand-navy);
  font-weight: 600;
}

@media (max-width: 991px) {
  .about-hero-image img {
    height: 350px;
  }

  .about-hero-text {
    right: 20px;
    padding: 35px;
    max-width: 400px;
  }

  .about-catchphrase {
    font-size: 20px;
  }

  .about-blocks {
    gap: 25px;
  }

  .about-block {
    gap: 35px;
    padding: 35px;
  }

  .about-block-heading {
    flex: 0 0 180px;
  }

  .block-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .about-hero-block {
    margin-bottom: 60px;
  }

  .about-hero-image img {
    height: 280px;
    border-radius: 12px 12px 0 0;
  }

  .about-hero-text {
    position: static;
    max-width: none;
    margin: 0 0 0 0;
    padding: 35px 25px;
    border-radius: 0 0 12px 12px;
  }

  .about-catchphrase {
    font-size: 18px;
    text-align: center;
  }

  .about-blocks {
    gap: 20px;
  }

  .about-block {
    flex-direction: column;
    gap: 15px;
    padding: 25px;
  }

  .about-block-heading {
    flex: none;
    padding-left: 0;
  }

  .about-block-body {
    max-width: none;
  }
}

/* 特徴詳細 */
.section-features-fee {
  background: #fff;
}

/* 料金レイアウト */
.fee-section-layout {
  display: flex;
  gap: 60px;
  align-items: stretch;
}

.fee-section-content {
  flex: 1;
}

/* 料金カード */
.fee-highlight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f7f7f7;
  border: none;
  border-radius: 16px;
  padding: 50px 50px;
  flex: 0 0 320px;
}

.fee-highlight-icon {
  width: 70px;
  height: 70px;
  background: var(--brand-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.fee-highlight-icon i,
.fee-highlight-icon svg {
  font-size: 28px;
  color: var(--accent-gold);
}

.fee-highlight-title {
  font-size: 24px;
  margin: 0 0 16px;
}

.fee-highlight-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: var(--accent-gold);
  margin: 0;
  line-height: 1;
}

.fee-highlight-value span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.fee-highlight-value span.num {
  font-size: 82px;
}
.fee-highlight-value span.unit {
  font-size: 54px;
}
.fee-highlight-value span.small {
  font-size: 24px;
  vertical-align: 0.5em;
}

@media (max-width: 991px) {
  .fee-section-layout {
    gap: 40px;
  }

  .fee-highlight-card {
    flex: 0 0 280px;
    padding: 40px 35px;
  }
}

@media (max-width: 767px) {
  .fee-section-layout {
    flex-direction: column;
    gap: 40px;
  }

  .fee-highlight-card {
    flex: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 40px 30px;
  }
}

.feature-detail-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.feature-detail-icon {
  font-size: 24px;
  font-weight: 400;
  color: var(--brand-navy);
  line-height: 1;
}

.feature-detail-title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--brand-navy);
  margin: 0;
  text-decoration: none;
  border-bottom: none;
}

.feature-detail-title::after {
  display: none;
}

.feature-detail-badge {
  display: inline-flex;
  align-items: center;
  background: var(--brand-navy);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 30px;
  margin-left: 15px;
}

.feature-detail-body {
  max-width: 900px;
}

.feature-detail-body p {
  font-size: 16px;
  line-height: 2;
  color: var(--text-main);
  margin: 0 0 10px 0;
}

.feature-detail-body p:last-of-type {
  margin-bottom: 0;
}

.feature-detail-action {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .feature-detail-header {
    justify-content: center;
  }

  .feature-detail-icon {
    display: none;
  }

  .feature-detail-title {
    font-size: 22px;
    text-align: center;
  }

  .feature-detail-body p {
    font-size: 15px;
  }

  .feature-detail-action {
    text-align: center;
  }
}

/* ワンストップ */
.section-features-service p {
  margin-bottom: 60px;
}

.service-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-flow-item {
  background: var(--bg-gray);
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}

.service-flow-num {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 15px;
}

.service-flow-content h4 {
  font-size: 24px;
  font-weight: 500;
  color: var(--brand-navy);
  line-height: 1.5;
}

@media (max-width: 767px) {
  .service-flow {
    grid-template-columns: 1fr 1fr;
  }
  .service-flow-content h4 {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .service-flow {
    grid-template-columns: 1fr;
  }
}

/* ビフォーアフター */
.before-after-showcase {
  background: var(--brand-navy);
  border-radius: 12px;
  padding: 40px;
  margin-top: 30px;
}

.before-after-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.before-after-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.ba-item {
  flex: 1;
  max-width: 400px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.ba-item img {
  width: 100%;
  display: block;
}

.ba-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ba-arrow {
  color: var(--accent-gold);
  font-size: 36px;
}

@media (max-width: 767px) {
  .before-after-images {
    flex-direction: column;
    gap: 20px;
  }

  .ba-item {
    max-width: 100%;
  }

  .ba-arrow {
    transform: rotate(90deg);
  }
}

/* 清掃セクション */
.features-cleaning {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.cleaning-content {
  flex: 1.5;
}

.cleaning-content p {
  font-size: 16px;
  line-height: 1.9;
}

.cleaning-content .small {
  font-size: 12px;
}

.cleaning-content .cleaning-features {
  margin-bottom: 42px;
}
.cleaning-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
}

.cleaning-features li i,
.cleaning-features li svg {
  color: var(--accent-gold);
  font-size: 18px;
  margin-top: 5px;
  flex-shrink: 0;
}

.cleaning-price-info {
  background: var(--bg-gray);
  padding: 20px 25px;
  border-radius: 8px;
  border-left: 4px solid var(--accent-gold);
}

.cleaning-image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.cleaning-image img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .features-cleaning {
    flex-direction: column-reverse;
  }
}

/* 共通パーツ（トップと共通） */

/* 強みグリッド */
.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 767px) {
  .strengths-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.strength-item {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: block;
  color: var(--text-color);
  height: 100%;
}

.strength-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.strength-icon {
  width: 80px;
  height: 80px;
  background: var(--brand-navy);
  color: var(--accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
}

.strength-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.strength-desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 991px) {
  .strength-title {
    font-size: 18px;
  }
}

/* 理由アコーディオン */
.reasons-accordion {
  margin: 0 auto;
}

.reasons-accordion .reason-item {
  background: var(--brand-navy);
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.reasons-accordion .reason-item dt {
  margin: 0;
}

.reasons-accordion .reason-item .reason-toggle {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 50px 25px 25px;
  width: 100%;
  background: var(--brand-navy);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  position: relative;
  transition: background 0.3s ease;
}

.reasons-accordion .reason-item .reason-toggle:hover {
  background: #162636;
}

.reasons-accordion .reason-item .reason-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--accent-gold);
  color: #fff;
  font-family: "Cormorant Garamond", "Times New Roman", serif !important;
  font-style: italic !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  border-radius: 50%;
  flex-shrink: 0;
}

.reasons-accordion .reason-item .reason-title {
  flex: 1;
  line-height: 1.5;
}

.reasons-accordion .reason-item .reason-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--accent-gold);
  transition: transform 0.3s;
}

.reasons-accordion .reason-item .reason-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.reasons-accordion .reason-item dd {
  margin: 0;
  background: #fff;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

.reasons-accordion .reason-item dd .highlight {
  color: var(--accent-gold);
  font-weight: 600;
}

.reasons-accordion .reason-item dd .underline {
  text-decoration: underline;
  text-decoration-color: var(--accent-gold);
  text-underline-offset: 3px;
}

.reasons-accordion .reason-item dd strong {
  color: var(--accent-red);
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}

.reasons-accordion .reason-item .link-bd a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-navy);
  background: transparent;
  text-decoration: none;
  border: 1px solid var(--brand-navy);
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.reasons-accordion .reason-item .link-bd a svg,
.reasons-accordion .reason-item .link-bd a i,
.reasons-accordion .reason-item .link-bd a .fa-arrow-right,
.reasons-accordion .reason-item .link-bd a .svg-inline--fa {
  color: inherit;
  fill: currentColor;
}

.reasons-accordion .reason-item .link-bd a:hover {
  background: var(--brand-navy);
  color: #fff;
}

.reasons-accordion .reason-item .link-bd a:hover svg,
.reasons-accordion .reason-item .link-bd a:hover i,
.reasons-accordion .reason-item .link-bd a:hover .fa-arrow-right,
.reasons-accordion .reason-item .link-bd a:hover .svg-inline--fa {
  color: #fff;
  fill: #fff;
}

@media (max-width: 767px) {
  .reasons-accordion .reason-item .reason-toggle {
    flex-wrap: wrap;
    padding: 20px 45px 20px 20px;
    font-size: 17px;
    gap: 15px;
  }
  .reasons-accordion .reason-item .reason-num {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* =========================================
   料金ページ
   ========================================= */

/* セクション見出し */
.section-price-comparison,
.section-price-options,
.section-price-revenue {
  padding-top: 50px;
}

/* プラン比較バー */
.plan-graph {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: var(--bg-gray);
  border-radius: 12px;
}

@media (max-width: 767px) {
  .section-price-comparison,
  .section-price-options,
  .section-price-revenue {
    padding-top: 30px;
  }
}

.plan-bars {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan-bar-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* 料金カード内のプラン名ラベル */
.plan-name {
  display: block;
  width: 90%;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #fff;
  color: var(--brand-navy);
  display: inline-block;
  padding: 6px 8px;
  border-radius: 3px;
  margin-bottom: 11px;
}

.plan-bar-label {
  flex: 0 0 140px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-navy);
  line-height: 1.4;
}

.plan-bar-container {
  flex: 1;
  height: 30px;
  background: #e9ecef;
  border-radius: 6px;
  overflow: visible;
  position: relative;
}

/* グレーバー右端の％表記 */
.plan-bar-percent {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}

.plan-bar {
  height: 100%;
  border-radius: 6px;
  transition: width 0.5s ease;
}

.plan-bar-legend {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
  padding: 0 160px 0 0;
}

@media (max-width: 767px) {
  .plan-bar-label {
    flex: 0 0 100px;
    font-size: 12px;
  }

  .plan-bar-legend {
    padding: 0;
  }
}

/* 利益例アコーディオン */
.profit-accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.section-price-revenue .profit-accordion {
  text-align: left;
}

.profit-accordion-button {
  background: var(--brand-navy) !important;
  color: #fff !important;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: none;
  box-shadow: none !important;
  width: 100%;
}

.profit-accordion .accordion-header {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  width: 100%;
}

.profit-accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: var(--accent-gold);
  background-image: none;
  width: auto;
  height: auto;
  transition: transform 0.3s;
}

.profit-accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.profit-model-num {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--accent-gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.profit-model-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.profit-model-title::after {
  display: none !important;
}

/* 料金プラン（カード） */
.price-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 60px;
}

/* プランカード */
.plan-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* おすすめプラン */
.plan-card--featured {
  border: 3px solid var(--accent-gold);
  transform: scale(1.03);
  z-index: 2;
}

.plan-card--featured:hover {
  transform: scale(1.03) translateY(-10px);
}

/* 人気バッジ */
.plan-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gold);
  color: #fff;
  padding: 8px 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 0 0 8px 8px;
}

/* プラン見出し */
.plan-header {
  background: linear-gradient(
    135deg,
    var(--brand-navy) 0%,
    var(--brand-navy-light) 100%
  );
  color: #fff;
  padding: 15px 20px 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .plan-header {
    min-height: 168px;
  }
}

.plan-card--featured .plan-header {
  background: linear-gradient(
    135deg,
    var(--accent-gold) 0%,
    var(--accent-gold-dark) 100%
  );
}

.plan-features--small {
  font-size: 13px;
}

.plan-card--message .plan-header {
  background: linear-gradient(135deg, #5c9ec7 0%, #4a8ab8 100%);
}

.plan-card--airbnb .plan-header {
  background: linear-gradient(135deg, #5cb85c 0%, #4cae4c 100%);
}

.plan-card--airbnb-plus .plan-header {
  background: linear-gradient(135deg, #f0ad4e 0%, #eea236 100%);
}

.plan-card--full .plan-header {
  background: linear-gradient(135deg, #d9534f 0%, #c9302c 100%);
}

.plan-card--message .fa-bullseye {
  background: #5c9ec7;
}

.plan-card--airbnb .fa-bullseye {
  background: #5cb85c;
}

.plan-card--airbnb-plus .fa-bullseye {
  background: #f0ad4e;
}

.plan-card--full .fa-bullseye {
  background: #d9534f;
}

.plan-card--message .plan-cta .btn-arrow {
  background: #5c9ec7;
  border-color: #5c9ec7;
  color: #fff;
}

.plan-card--message .plan-cta .btn-arrow:hover {
  background: #4a8ab8;
  border-color: #4a8ab8;
  color: #fff;
}

.plan-card--airbnb .plan-cta .btn-arrow {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

.plan-card--airbnb .plan-cta .btn-arrow:hover {
  background: #4cae4c;
  border-color: #4cae4c;
  color: #fff;
}

.plan-card--airbnb-plus .plan-cta .btn-arrow {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.plan-card--airbnb-plus .plan-cta .btn-arrow:hover {
  background: #eea236;
  border-color: #eea236;
  color: #fff;
}

.plan-card--full .plan-cta .btn-arrow {
  background: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

.plan-card--full .plan-cta .btn-arrow:hover {
  background: #c9302c;
  border-color: #c9302c;
  color: #fff;
}

.plan-bar--message {
  width: 5%;
  background: #5c9ec7;
}

.plan-bar--airbnb {
  width: 10%;
  background: #5cb85c;
}

.plan-bar--airbnb-plus {
  width: 12%;
  background: #f0ad4e;
}

.plan-bar--full {
  width: 15%;
  background: #d9534f;
}

.price-table-head--message {
  background: #5c9ec7;
}

.price-table-head--airbnb {
  background: #5cb85c;
}

.price-table-head--airbnb-plus {
  background: #f0ad4e;
}

.price-table-head--full {
  background: #d9534f;
}

.profit-accordion-body {
  padding: 50px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-right: 10px;
}

.plan-price-label {
  font-size: 10px;
  line-height: 1.3;
  opacity: 0.85;
  text-align: right;
  align-self: center;
}

.plan-price-value {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.plan-price-unit {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 700;
  align-self: baseline;
  position: relative;
  top: -2px;
  margin-left: -3px;
}

.plan-price-note {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.2;
}

/* plan-header内の微調整 */
.plan-card--message .plan-price {
  display: block;
  text-align: center;
  gap: 4px;
  margin-top: 6px;
  margin-right: 0;
}

.plan-card--message .plan-price-label {
  display: block;
  text-align: center;
  margin-bottom: 4px;
}

.plan-card--message .plan-price-value,
.plan-card--message .plan-price-unit {
  display: inline-block;
}

.plan-card--message .plan-price-value {
  font-size: 42px;
}

.plan-card--message .plan-price-unit {
  font-size: 20px;
}

/* プラン本文 */
.plan-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.plan-description {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 15px;
  line-height: 1.6;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  min-height: 60px;
}

/* 機能一覧 */
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  flex-grow: 1;
  min-height: 342px;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 12px;
  color: var(--text-main);
  border-bottom: 1px solid #f5f5f5;
  min-height: 28px;
}

.plan-features li:last-child {
  border-bottom: none;
}

/* 掲載サイト名 */
.plan-features li.sub-item {
  padding-left: 24px;
  font-size: 11px;
  color: #888;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 2px;
  min-height: auto;
  line-height: 0.7;
}

.plan-features li i.fa-check,
.plan-features li i.fa-times,
.plan-features li svg.fa-check,
.plan-features li svg.fa-times {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.plan-features li .fa-check {
  color: var(--accent-red);
  fill: var(--accent-red);
}

.plan-features li .fa-times {
  color: #ccc;
  fill: #ccc;
}

.plan-features li.included {
  color: var(--text-main);
}

.plan-features li.not-included {
  color: #bbb;
}

/* お問い合わせボタン */
.plan-cta {
  text-align: center;
  padding-top: 10px;
}

.plan-cta .btn-arrow {
  width: 100%;
  justify-content: center;
  background: var(--brand-navy);
  color: #fff;
  border-color: var(--brand-navy);
  padding: 15px 30px;
}

.plan-cta .btn-arrow:hover {
  background: var(--brand-navy-light);
  border-color: var(--brand-navy-light);
}

.plan-card--featured .plan-cta .btn-arrow {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
}

.plan-card--featured .plan-cta .btn-arrow:hover {
  background: var(--accent-gold-dark);
  border-color: var(--accent-gold-dark);
}

/* プラットフォームタグ */
.plan-platforms {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.platform-tag {
  background: #f5f5f5;
  color: var(--text-muted);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* 料金比較表 */

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.price-table thead th {
  background: var(--brand-navy);
  color: #fff;
  padding: 20px 15px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.price-table thead th:first-child {
  text-align: left;
  padding-left: 25px;
}

.price-table thead th.featured {
  background: var(--accent-gold);
}

.price-table tbody td {
  padding: 18px 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.5;
}

.price-table tbody td:first-child {
  text-align: left;
  padding-left: 25px;
  font-weight: 500;
  color: var(--brand-navy);
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-table tbody tr:hover {
  background: #faf9f7;
}

.price-table .check {
  color: var(--accent-red);
  font-size: 18px;
}

.price-table .cross {
  color: #ddd;
  font-size: 14px;
}

.price-table .highlight {
  color: var(--accent-red);
  font-weight: 600;
}

/* オプション料金 */

.options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.option-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.option-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.option-name {
  font-size: 18px;
  color: var(--text-main);
}

.option-price {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: var(--accent-gold);
  font-weight: 600;
}

/* 収益シミュレーション */
.section-price-revenue {
  background: #fff;
  border-radius: 20px;

  color: var(--text-main);
}

.section-price-revenue .subtitle {
  text-align: left;
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 40px;
  line-height: 1.8;
}

.revenue-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.revenue-left,
.revenue-right {
  flex: 1;
}

.revenue-right {
  margin-top: 0;
  padding-top: 0;
}

/* 左カラム: 物件情報 */
.revenue-property {
  background: #f0f7ff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  border: none;
  box-shadow: none;
}

.revenue-property h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  color: var(--brand-navy);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.revenue-property ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.revenue-property li {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--text-main);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 5px;
}

.revenue-property li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.revenue-property li span:first-child {
  width: 80px;
  font-weight: 600;
  color: var(--text-muted);
}

.revenue-property li span:last-child {
  flex: 1;
  color: var(--text-main);
}

/* 左カラム: 棒グラフタイトル */
.revenue-chart-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--text-main);
  display: flex;
  align-items: baseline;
  gap: 15px;
  border-bottom: 2px solid var(--accent-gold);
  padding-bottom: 10px;
}

.revenue-chart-header .price {
  font-size: 36px;
  color: var(--accent-red);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 220px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 20px;
  position: relative;
}

/* 縦軸の目盛り線（簡易） */
.chart-bars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 99px,
    #f5f5f5 100px
  );
  z-index: 0;
}

.chart-bar-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.chart-bar {
  width: 100%;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  transition: all 0.5s ease;
  position: relative;
}

.chart-bar-group:nth-child(-n + 3) .chart-bar {
  background: var(--accent-red);
  opacity: 0.7;
}

.chart-bar-group.active .chart-bar {
  background: var(--accent-red);
  opacity: 1;
}

.chart-label {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 500;
}

/* 右カラム: 内訳テーブル */
.section-price-revenue .revenue-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.revenue-table thead th {
  background: var(--brand-navy);
  color: #fff;
  padding: 25px 20px;
  font-weight: 600;
  text-align: right;
  border-radius: 0;
}
.revenue-table thead th:first-child {
  text-align: left;
}
.revenue-table thead th:last-child {
  text-align: right;
}

.section-price-revenue .revenue-body td {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  text-align: right;
  color: var(--text-main);
}

.section-price-revenue .revenue-body td:first-child {
  text-align: left;
  color: var(--text-main);
  font-weight: 500;
}

.revenue-body tr:last-child td {
  border-bottom: 1px solid #eee;
}

.revenue-body tr.highlight td {
  padding-top: 25px;
  font-weight: 700;
  font-size: 18px;
  color: var(--accent-red);
  border-bottom: 1px solid #eee;
}

.revenue-body tr.highlight td.profit {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  color: var(--accent-red);
}

@media (max-width: 991px) {
  .price-plans {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .plan-card--featured {
    transform: none;
    order: -1;
  }

  .plan-card--featured:hover {
    transform: translateY(-10px);
  }

  .plan-features {
    min-height: auto;
  }

  .plan-features:first-of-type {
    min-height: 264px;
  }

  /* オプション一覧 */
  .options-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 収益例 */
  .revenue-container {
    gap: 30px;
  }

  .revenue-chart-title .price {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .section-price-comparison h3,
  .section-price-options h3,
  .section-price-revenue h3 {
    font-size: 22px;
  }

  .plan-card--message .plan-header {
    padding: 20px 15px 34px;
  }

  .plan-card--message .plan-price {
    margin-top: 8px;
  }

  .plan-card--message .plan-price-value {
    font-size: 52px;
  }

  .plan-card--message .plan-price-unit {
    font-size: 28px;
  }
  /* プラン一覧 */
  .price-plans {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .plan-header {
    padding: 20px 15px;
  }

  .plan-price-value {
    font-size: 64px;
  }

  .plan-price-label {
    font-size: 13px;
  }

  .plan-price-unit {
    font-size: 40px;
  }

  .plan-price-note {
    font-size: 15px;
    margin-top: -14px;
  }

  .plan-body {
    padding: 25px 20px;
  }

  .plan-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .plan-features li {
    font-size: 15px;
  }

  .plan-features--small li {
    font-size: 14px;
    line-height: 1.5;
  }

  .plan-features,
  .plan-features:first-of-type {
    min-height: auto;
  }

  /* 比較表 */
  .price-table {
    font-size: 10px;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }

  .price-table thead th,
  .price-table tbody td {
    padding: 8px 4px;
  }

  .price-table thead th {
    padding: 8px 4px;
  }

  .price-table thead th:first-child,
  .price-table tbody td:first-child {
    padding-left: 8px;
  }

  .price-table small {
    line-height: 1.1;
    display: block;
  }

  /* オプション一覧 */
  .options-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* 収益例 */
  .section-price-revenue .revenue-body td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .revenue-container {
    flex-direction: column;
    gap: 30px;
  }

  .revenue-left,
  .revenue-right {
    width: 100%;
    flex: 1 1 100%;
  }

  .revenue-table thead th {
    padding: 15px 12px;
    font-size: 13px;
  }

  .revenue-item .value {
    font-size: 24px;
  }

  .revenue-item.highlight .value {
    font-size: 36px;
  }

  .profit-accordion-body {
    padding: 20px;
  }
}

/* =========================================
   施設一覧ページ
   ========================================= */

/* 導入 */
.section-facilities-intro {
  padding-bottom: 60px;
}

/* 施設一覧 */
.section-facilities-list {
  padding: 80px 0;
}

/* 施設アイテム */
.facility-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.facility-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.facility-item:last-child {
  margin-bottom: 0;
}

/* 施設ヘッダー */
.facility-header {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.facility-header:hover {
  background: var(--bg-gray);
}

/* サムネイル */
.facility-thumbnail {
  flex: 0 0 150px;
  width: 150px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.facility-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.facility-header:hover .facility-thumbnail img {
  transform: scale(1.05);
}

/* 施設情報 */
.facility-info {
  flex: 1;
}

.facility-category {
  display: inline-block;
  background: var(--brand-navy);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.facility-title {
  font-size: 22px;
  margin: 0;
  line-height: 1.4;
}

/* トグルアイコン */
.facility-toggle {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-gray);
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease;
}

.facility-toggle i,
.facility-toggle svg {
  font-size: 16px;
  color: var(--brand-navy);
  transition: transform 0.3s ease;
}

.facility-toggle.rotated {
  transform: rotate(180deg);
}

.facility-header:hover .facility-toggle {
  background: var(--brand-navy);
}

.facility-header:hover .facility-toggle i,
.facility-header:hover .facility-toggle svg {
  color: #fff;
}

/* 展開内容 */
.facility-content {
  border-top: 1px solid var(--bg-gray);
}

.facility-content-inner {
  padding: 40px;
}

.facility-content-inner img {
  margin-bottom: 20px;
}

.facility-content-inner p {
  font-size: 16px;
  line-height: 2;
  color: var(--text-main);
  margin-bottom: 1em;
}

.facility-content-inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .facility-thumbnail {
    flex: 0 0 120px;
    width: 120px;
    height: 80px;
  }

  .facility-title {
    font-size: 20px;
  }

  .facility-content-inner {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .section-facilities-list {
    padding: 60px 0;
  }

  .facility-header {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 15px;
  }

  .facility-thumbnail {
    flex: 0 0 100px;
    width: 100px;
    height: 75px;
    border-radius: 6px;
  }

  .facility-info {
    flex: 1;
    min-width: 0;
  }

  .facility-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .facility-category {
    font-size: 10px;
    padding: 3px 8px;
    margin-bottom: 6px;
  }

  .facility-toggle {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    align-self: center;
  }

  .facility-toggle i,
  .facility-toggle svg {
    font-size: 12px;
  }

  .facility-header[aria-expanded="true"] .facility-thumbnail {
    display: none;
  }

  .facility-content-inner {
    padding: 20px;
  }

  .facility-content-inner p {
    font-size: 15px;
  }
}

/* =========================================
   ご利用の流れ
   ========================================= */

/* フローセクション */
.section-flow {
  background: #fff;
}

/* ステップ一覧 */
.flow-steps {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

/* 縦ライン */
.flow-steps::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  height: calc(100% - 80px);
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--accent-gold) 0%,
    var(--brand-navy) 100%
  );
}

/* 各ステップ */
.flow-step {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 30px 0;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.flow-step.in-view {
  opacity: 1;
  transform: translateY(0);
}

.flow-step:nth-child(1) {
  transition-delay: 0s;
}
.flow-step:nth-child(2) {
  transition-delay: 0.1s;
}
.flow-step:nth-child(3) {
  transition-delay: 0.2s;
}
.flow-step:nth-child(4) {
  transition-delay: 0.3s;
}
.flow-step:nth-child(5) {
  transition-delay: 0.4s;
}
.flow-step:nth-child(6) {
  transition-delay: 0.5s;
}

.flow-step:first-child {
  padding-top: 0;
}

.flow-step:last-child {
  padding-bottom: 0;
}

.flow-step-num {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  background: var(--brand-navy);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.flow-step-num .num {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
}

.flow-step-num .label {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

/* ステップ本文 */
.flow-step-content {
  flex: 1;
  background: var(--bg-gray);
  border-radius: 12px;
  padding: 30px 35px;
}

.flow-step-title {
  font-size: 22px;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.flow-step-desc {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-main);
  margin: 0;
}

@media (max-width: 767px) {
  .flow-steps::before {
    left: 25px;
    top: 25px;
    height: calc(100% - 50px);
  }

  .flow-step {
    gap: 20px;
    padding: 20px 0;
    flex-wrap: wrap;
  }

  .flow-step-num {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }

  .flow-step-num .num {
    font-size: 18px;
  }

  .flow-step-num .label {
    font-size: 8px;
  }

  .flow-step-content {
    padding: 20px;
    flex: 0 0 calc(100% - 70px);
    order: 1;
  }

  .flow-step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .flow-step-desc {
    font-size: 14px;
  }

  .flow-step-image {
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
    order: 2;
    margin-top: -5px;
    margin-left: 70px;
    margin-right: 0;
  }

  .flow-step-image img {
    height: 140px;
    width: 100%;
  }
}

/* ステップ画像 */
.flow-step-image {
  flex: 0 0 240px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.flow-step-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* 画像レイアウト調整 */
.flow-steps {
  max-width: 950px;
}

.flow-step-content {
  flex: 1;
}

@media (max-width: 991px) {
  .flow-step-image {
    flex: 0 0 200px;
  }

  .flow-step-image img {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .flow-step-image {
    flex: 0 0 calc(100% - 70px) !important;
    width: calc(100% - 70px);
    margin-left: 70px;
    margin-top: -5px;
  }
}

/* =========================================
   会社概要
   ========================================= */

.section-company {
  background: #fff;
}

.company-table-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.company-table th,
.company-table td {
  padding: 20px 25px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.company-table th {
  width: 210px;
  font-weight: 500;
  color: var(--accent-gold);
  background: transparent;
}

.company-table td {
  color: var(--text-main);
}

.company-table tr:nth-child(even) {
  background: transparent;
}

.company-table td a {
  color: var(--brand-navy);
  text-decoration: none;
}

.company-table td a:hover {
  color: var(--accent-gold);
}

@media (max-width: 767px) {
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .company-table th {
    padding-bottom: 5px;
    border-bottom: none;
  }

  .company-table td {
    padding-top: 0;
  }
}

/* アクセス */
.section-company-access {
  background: var(--bg-washi);
}

.access-map-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.access-map {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.access-map iframe {
  display: block;
}

/* =========================================
   FAQ
   ========================================= */

.section-faq {
  background: #fff;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

.faq-item dt {
  margin: 0;
}

.faq-toggle {
  display: flex;
  align-items: baseline;
  gap: 15px;
  width: 100%;
  padding: 25px 0;
  text-decoration: none;
  color: var(--text-main);
  cursor: pointer;
  position: relative;
}

.faq-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--accent-gold);
  transition: transform 0.3s ease;
}

.faq-toggle:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

.q-label {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--brand-navy);
  line-height: 1.7;
  padding-right: 40px;
}

.faq-item dd {
  margin: 0;
}

/* 回答ラッパー */
.faq-answer {
  display: flex;
  align-items: baseline;
  gap: 15px;
  padding: 0 0 25px 0;
}

.a-label {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-navy);
  flex-shrink: 0;
}

.a-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--text-main);
}

@media (max-width: 767px) {
  .faq-toggle {
    padding: 20px 0;
    gap: 10px;
  }

  .q-label,
  .a-label {
    font-size: 18px;
  }

  .q-text {
    font-size: 15px;
    padding-right: 30px;
  }

  .faq-toggle::after {
    font-size: 20px;
  }

  .faq-item dd {
    gap: 10px;
    padding-bottom: 20px;
  }

  .a-text {
    font-size: 14px;
  }
}

/* =========================================
   ブログ一覧
   ========================================= */

.section-blog {
  background: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.blog-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.blog-card.in-view {
  opacity: 1;
  transform: translateY(0);
}

.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-card-thumbnail {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}

.blog-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card-link:hover .blog-card-thumbnail img {
  transform: scale(1.05);
}

.blog-card-content {
  padding: 0 5px;
}

.blog-card-date {
  display: block;
  font-size: 13px;
  color: var(--accent-gold);
  margin-bottom: 8px;
}

.blog-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-main);
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ブログタイトル下線無効 */
.blog-card-title::after {
  display: none !important;
  content: none !important;
}

.blog-card-link:hover .blog-card-title {
  color: var(--accent-gold);
}

/* ページネーション */
.blog-pagination {
  margin-top: 60px;
  text-align: center;
}

.blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  color: var(--brand-navy);
  transition: all 0.3s ease;
}

.blog-pagination .page-numbers:hover {
  background: var(--bg-gray);
}

.blog-pagination .page-numbers.current {
  background: var(--brand-navy);
  color: #fff;
}

.blog-pagination .prev,
.blog-pagination .next {
  width: auto;
  padding: 0 15px;
}

.no-posts {
  text-align: center;
  padding: 60px 0;
  color: var(--text-muted);
}

@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .blog-card-title {
    font-size: 14px;
  }

  .blog-pagination {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .blog-grid {
    gap: 15px;
  }

  .blog-card-thumbnail {
    margin-bottom: 10px;
  }

  .blog-card-date {
    font-size: 12px;
  }

  .blog-card-title {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

/* =========================================
   ブログ詳細本文
   ========================================= */
/* 記事見出しリセット */
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
  font-family: inherit !important;
  color: inherit !important;
  display: block !important;
  position: static !important;
  border-bottom: none !important;
  letter-spacing: normal !important;
}

.blog-single-content h2::after,
.blog-single-content h3::after {
  display: none !important;
  content: none !important;
}

/* 記事メタ */
.blog-single-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.blog-single-category a {
  display: inline-block;
  background: var(--brand-navy);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

.blog-single-category a:hover {
  background: var(--accent-gold);
}

.blog-single-date {
  color: var(--text-muted);
  font-size: 14px;
}

/* アイキャッチ */
.blog-single-thumbnail {
  margin-bottom: 30px;
}

.blog-single-thumbnail img {
  width: 100%;
}

/* ナビ */
.blog-single-nav {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* 前後ナビ */
.blog-single-pager {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.blog-single-pager .prev-link {
  justify-self: start;
}

.blog-single-pager .to-list {
  justify-self: center;
}

.blog-single-pager .next-link {
  justify-self: end;
}

.blog-single-pager a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-navy);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.blog-single-pager a:hover {
  color: var(--accent-gold);
}

.blog-single-pager .prev-link i {
  margin-right: 5px;
}

.blog-single-pager .next-link i {
  margin-left: 5px;
}

.blog-single-pager .to-list a {
  border: 1px solid var(--brand-navy);
  padding: 10px 20px;
  border-radius: 30px;
}

.blog-single-pager .to-list a:hover {
  background: var(--brand-navy);
  color: #fff;
}

/* =========================================
   メンバー
   ========================================= */

/* 導入 */
.members-intro-content {
  display: flex;
  gap: 50px;
  align-items: center;
}

.members-intro-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.members-intro-image img {
  width: 100%;
  display: block;
}

.members-intro-text {
  flex: 1;
}

.members-intro-text p {
  font-size: 16px;
  line-height: 2;
  color: var(--text-main);
  margin-bottom: 20px;
}

.members-intro-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .members-intro-content {
    flex-direction: column;
    gap: 30px;
  }
}

/* メンバーカード */
.member-card {
  display: flex;
  gap: 60px;
  align-items: center;
}

.member-card-reverse {
  flex-direction: row-reverse;
}

.member-card-image {
  flex: 0 0 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.member-card-image img {
  width: 100%;
  display: block;
}

.member-card-content {
  flex: 1;
}

.member-card-header {
  margin-bottom: 25px;
}

.member-card-label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--accent-gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.member-card-title {
  margin: 0;
}

.member-card-body p {
  font-size: 16px;
  line-height: 2;
  color: var(--text-main);
  margin-bottom: 15px;
}

.member-card-body p:last-child {
  margin-bottom: 0;
}

/* 専門家リスト */
.expert-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.expert-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-main);
}

.expert-list li:last-child {
  margin-bottom: 0;
}

.expert-list li i,
.expert-list li svg {
  color: var(--accent-gold);
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.expert-list li strong {
  color: var(--brand-navy);
  font-weight: 600;
}

@media (max-width: 991px) {
  .member-card {
    gap: 40px;
  }

  .member-card-image {
    flex: 0 0 320px;
  }
}

@media (max-width: 767px) {
  .member-card,
  .member-card-reverse {
    flex-direction: column;
    gap: 30px;
  }

  .member-card-image,
  .members-intro-image {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }

  .member-card-image img,
  .members-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .member-card-header {
    text-align: center;
  }

  .member-card-title {
    font-size: 22px;
  }

  .member-card-body p {
    font-size: 15px;
  }
}

/* =========================================
   古民家サービスページ
   ========================================= */

/* 強み */
.kominka-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 50px auto 0;
}

.kominka-feature-item {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.kominka-feature-icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: var(--brand-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kominka-feature-icon i,
.kominka-feature-icon svg {
  font-size: 28px;
  color: var(--accent-gold);
}

.kominka-feature-title {
  font-size: 22px;
  margin: 0;
  word-break: keep-all;
}

.kominka-feature-text {
  font-size: 15px;
  line-height: 2;
  color: var(--text-main);
  margin: 0;
}

@media (max-width: 767px) {
  .kominka-feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 25px;
    gap: 20px;
  }

  .kominka-feature-icon {
    width: 60px;
    height: 60px;
  }

  .kominka-feature-icon i,
  .kominka-feature-icon svg {
    font-size: 24px;
  }

  .kominka-feature-text {
    font-size: 14px;
  }
}

/* 料金プラン */
.kominka-price-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.kominka-price-main {
  background: var(--brand-navy);
  border-radius: 16px;
  padding: 50px 40px;
}

.kominka-price-label {
  font-size: 14px;
  color: var(--accent-gold);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.kominka-price-value {
  font-family: "Noto Serif JP", serif;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.kominka-price-value .yen {
  font-size: 36px;
  font-weight: 500;
}

.kominka-price-note {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}

.kominka-options {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}

.kominka-options li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--text-main);
  word-break: keep-all;
}

.kominka-options li i,
.kominka-options li svg {
  color: var(--accent-gold);
  font-size: 14px;
}

.section-kominka-pricing .kominka-options .pc-br {
  display: none;
}

@media (min-width: 992px) {
  .section-kominka-pricing .kominka-options .pc-br {
    display: inline;
  }
}

@media (max-width: 767px) {
  .kominka-price-main {
    padding: 40px 25px;
  }

  .kominka-price-value {
    font-size: 52px;
  }

  .kominka-price-value .yen {
    font-size: 28px;
  }

  .kominka-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 全国対応ボックス */
.kominka-nationwide-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 60px 40px;
  margin-top: 80px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.kominka-nationwide-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/japan-map.png") no-repeat 60% center;
  background-size: auto 76%;
  opacity: 0.04;
  pointer-events: none;
}

.nationwide-content {
  position: relative;
  z-index: 1;
}

.nationwide-title {
  margin: 0 0 24px;
  padding-bottom: 16px;
  position: relative;
}

.nationwide-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--accent-gold);
}

.nationwide-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-main);
  margin: 0 0 24px;
}

.kominka-nationwide-box .btn-arrow {
  background-color: var(--brand-navy);
  color: var(--accent-gold);
  border-color: var(--brand-navy);
}

.kominka-nationwide-box .btn-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--brand-navy);
  border-color: var(--brand-navy);
}

@media (max-width: 767px) {
  .kominka-nationwide-box {
    text-align: center;
    padding: 30px 25px;
  }

  .nationwide-title {
    font-size: 18px;
  }

  .nationwide-text {
    font-size: 14px;
  }
}

/* オリジナルプラン */
.kominka-original-content strong {
  color: var(--accent-gold);
}

/* 導入実績 */
.kominka-case-list {
  max-width: 900px;
  margin: 0 auto;
}

.kominka-case-item {
  background: var(--bg-gray);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.kominka-case-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.kominka-case-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.kominka-case-thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
}

.kominka-case-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kominka-case-info {
  flex: 1;
}

.kominka-case-category {
  display: inline-block;
  font-size: 12px;
  color: var(--accent-gold);
  background: var(--brand-navy);
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.kominka-case-title {
  font-size: 18px;
  margin: 0;
}

.kominka-case-toggle {
  font-size: 14px;
  color: var(--text-muted);
  transition: transform 0.3s ease;
}

.kominka-case-toggle.rotated {
  transform: rotate(180deg);
}

.kominka-case-content {
  padding: 0 20px;
}

.kominka-case-content-inner {
  padding: 20px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  line-height: 2;
}

.kominka-no-cases {
  background: linear-gradient(135deg, var(--bg-gray) 0%, #f5f5f5 100%);
  padding: 80px 30px;
  border-radius: 16px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}

.kominka-no-cases::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 48px;
  color: rgba(0, 0, 0, 0.08);
  display: block;
  margin-bottom: 20px;
}

/* オプションリスト */
.kominka-options {
  list-style: none;
  padding: 0;
  margin: 30px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.kominka-options li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-main);
  background: var(--bg-gray);
  padding: 12px 16px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.kominka-options .br-577-767 {
  display: none;
}

@media (min-width: 992px) {
  .kominka-options .br-992-up {
    display: inline;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .kominka-options .br-577-767 {
    display: inline;
  }
}

.kominka-options li:hover {
  background: #eee;
}

.kominka-options li i,
.kominka-options li svg {
  color: var(--accent-gold);
  font-size: 14px;
}

@media (max-width: 991px) {
  .kominka-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .kominka-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .kominka-options {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .kominka-case-header {
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
  }

  .kominka-case-thumbnail {
    width: 100px;
    height: 70px;
  }

  .kominka-case-title {
    font-size: 16px;
  }
}

/* =========================================
   Contact Form 7 スタイル
   ========================================= */

/* フォームラッパー */
.wpcf7 {
  max-width: 700px;
  margin: 0 auto;
}

/* フォーム内の p 要素の余白縮小 */
.wpcf7 p {
  margin-bottom: 0;
}

/* フォームラベル */
.wpcf7 label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--brand-navy);
  margin-bottom: 0;
}

/* 必須マーク */
.wpcf7 .required,
.wpcf7 label .required {
  color: var(--accent-gold);
  font-size: 12px;
  margin-left: 5px;
}

/* 入力欄共通 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 14px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: var(--brand-navy);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(197, 165, 114, 0.15);
}

/* テキストエリア */
.wpcf7 textarea {
  min-height: 180px;
  resize: vertical;
}

/* セレクトボックス */
.wpcf7 select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%230f1b26' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

/* チェックボックス・ラジオ */
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7 .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"],
.wpcf7 .wpcf7-list-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-gold);
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 8px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--accent-gold);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: var(--accent-gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* 送信ボタン中央寄せ */
.wpcf7-form p:last-of-type {
  text-align: center;
  margin-top: 0;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
}

/* 送信完了メッセージ */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: rgba(39, 174, 96, 0.1);
  border: 1px solid #27ae60;
  color: #27ae60;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  background: rgba(192, 57, 43, 0.1);
  border: 1px solid #c0392b;
  color: #c0392b;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .wpcf7 {
    padding: 0 15px;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea,
  .wpcf7 select {
    padding: 12px 14px;
    font-size: 16px; /* iOS のズーム防止 */
  }

  .wpcf7 input[type="submit"] {
    max-width: 100%;
  }
}

/* =========================================
   Contact Form 7
   ========================================= */

/* 余白リセット */
dl.contact-dl,
dl.contact-dl dt,
dl.contact-dl dd,
dl.contact-dl p,
dl.contact-dl div {
  margin: 0;
  padding: 0;
}

/* 項目間の余白 */
dl.contact-dl {
  margin-bottom: 24px;
  line-height: 1.6;
}

/* ラベルの縦位置を入力欄に合わせる */
dl.contact-dl dt {
  font-weight: 500;
  color: var(--brand-navy);
  padding-top: 10px;
  width: 300px;
  margin-left: -5rem;
}

dl.contact-dl dd {
  /* リセット済み */
}

/* 入力欄の余白もリセット */
dl.contact-dl input[type="text"],
dl.contact-dl input[type="email"],
dl.contact-dl input[type="tel"],
dl.contact-dl textarea,
dl.contact-dl select {
  margin: 0;
}

/* 必須マーク (.pink) をゴールドに変更 */
dl.contact-dl .pink,
.wpcf7 .pink {
  color: var(--accent-gold) !important;
  font-size: 12px;
}

/* 送信ボタン */
.wpcf7 .link,
.wpcf7-form .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

input.contact-btn {
  display: block;
  margin: 0 auto;
  background: var(--accent-gold);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  padding: 16px 50px;
  transition: all 0.3s ease;
}

input.contact-btn:hover {
  background: var(--accent-gold-dark);
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* レスポンシブ */
@media (max-width: 767px) {
  dl.contact-dl {
    flex-direction: column;
  }

  dl.contact-dl dt {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0;
  }
}
