/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


/* --- 変数・基本設定 --- */
:root {
  --main-color: #143228;
  --accent-color: #c5a059; /* 畳の縁をイメージしたゴールド系 */
  --text-white: #ffffff;
}

/* --- ヘッダー --- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 40px;
  transition: background-color 0.3s, transform 0.3s;
  background-color: var(--main-color); /* 下層ページのデフォルト */
}

/* トップページMV上のみ透明にしたい場合はJSで制御 */
.is-transparent { background-color: transparent; }

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.logo img { height: 50px; width: auto; }

/* PCナビ */
.pc-nav ul { display: flex; list-style: none; gap: 20px; }
.pc-nav a {
  color: var(--text-white);
  text-decoration: none;
  font-size: 0.95rem;
  text-align: center;
  display: block;
}
.pc-nav a span {
  display: block;
  font-size: 0.65rem;
  opacity: 0.7;
  text-transform: uppercase;
  margin-top: 2px;
}

/* --- ハンバーガーメニュー --- */
.menu-trigger {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.menu-trigger span:nth-child(1) { top: 0; }
.menu-trigger span:nth-child(2) { top: 11px; }
.menu-trigger span:nth-child(3) { bottom: 0; }

/* 閉じる状態の形 */
.is-active span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.is-active span:nth-child(2) { opacity: 0; }
.is-active span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* --- スマホドロワー --- */
.sp-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: var(--main-color);
  transition: 0.5s;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.sp-drawer.is-active { right: 0; }
.sp-drawer ul { list-style: none; text-align: center; width: 100%; }
.sp-drawer li { margin-bottom: 25px; }
.sp-drawer a { color: #fff; text-decoration: none; font-size: 1.2rem; display: block; }
.sp-drawer a span { display: block; font-size: 0.7rem; opacity: 0.6; }

/* --- 右サイドボタン & スマホCTA --- */
.side-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}
.side-contact a {
  display: flex;
	gap: 10px;
  align-items: center;
  background: var(--main-color);
  color: #fff;
  padding: 20px 10px;
  writing-mode: vertical-rl;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 2px 10px rgba(0,0,0,0.2);
}

.sp-footer-cta {
  position: fixed;
  bottom: -100px; /* 初期は非表示 */
  left: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  transition: 0.4s;
}
.sp-footer-cta.is-show { bottom: 0; }
.sp-footer-cta a {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}
.cta-tel { background: #8d744a; }
.cta-mail { background: var(--main-color); }
.sp-footer-cta i { font-size: 1.2rem; margin-bottom: 5px; }

/* --- レスポンシブ --- */
@media screen and (max-width: 1151px) {
  .pc-nav, .side-contact { display: none; }
  .menu-trigger { display: block; }
  .header-inner { padding: 0; }
}

/* --- MV (Main Visual) --- */
.mv-container {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱいに表示 */
  overflow: hidden;
  background-color: #000; /* 画像読み込み前のバックアップ */
}

/* MV上部のグラデーション（ロゴ・ナビの視認性確保） */
.mv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px; /* 上部から徐々に透明に */
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  z-index: 5;
}

/* スライドショー本体 */
.mv-slider {
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: mv-crossfade 15s infinite; /* 15秒で1周 */
  z-index: 1;
}

/* 画像パスの指定 */
.item-1 {
  background-image: url('/wp-content/uploads/mv_001.jpg');
  animation-delay: 0s;
}
.item-2 {
  background-image: url('/wp-content/uploads/mv_002.jpg');
  animation-delay: 5s;
}
.item-3 {
  background-image: url('/wp-content/uploads/mv_003.jpg');
  animation-delay: 10s;
}

/* クロスフェードのアニメーション */
@keyframes mv-crossfade {
  0% { opacity: 0; transform: scale(1.0); }
  10% { opacity: 1; }
  33% { opacity: 1; }
  43% { opacity: 0; transform: scale(1.1); } /* 少しズームアウトさせる演出 */
  100% { opacity: 0; }
}

/* 中央の縦書きコピー */
.mv-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

.vertical-text {
  writing-mode: vertical-rl; /* 縦書き */
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.5em;
  line-height: 2;
  text-shadow: 0 0 15px rgba(0,0,0,0.3);
  opacity: 0;
  animation: fadeUpCopy 2s ease forwards 1s; /* 1秒遅れてフェードイン */
}

@keyframes fadeUpCopy {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* スマホ時のコピー調整 */
@media screen and (max-width: 768px) {
  .vertical-text {
    height: 12em; /* 縦の長さを制限 */
  }
}

/* --- 施工の流れ ページ用 --- */
.flow-container {
  max-width: 800px;
  margin: 0 auto 80px;
  position: relative;
}

/* ステップをつなぐ縦線 */
.flow-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 2px;
  height: 100%;
  background: #eee;
  z-index: 1;
}

.flow-step {
  display: flex;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.flow-step:last-child {
  margin-bottom: 0;
}

.flow-icon-area {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.flow-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #143228;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #143228;
  font-size: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.flow-num {
  font-size: 0.7rem;
  font-weight: bold;
  color: #c5a059;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.flow-content {
  padding-left: 30px;
  padding-top: 5px;
}

.flow-content h3 {
  font-size: 1.4rem;
  color: #143228;
  margin-bottom: 10px;
}

.flow-content p {
  line-height: 1.8;
  color: #555;
  font-size: 0.95rem;
}

/* 補足エリア */
.flow-support {
  display: flex;
  gap: 30px;
  margin-top: 100px;
}

.support-box {
  flex: 1;
  background: #f9f7f2; /* 畳のい草をイメージした淡いベージュ */
  padding: 30px;
  border-radius: 8px;
  border-top: 3px solid #c5a059;
}

.support-box h4 {
  color: #143228;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
}

.support-box p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .flow-container::before {
    left: 35px;
  }
  .flow-icon-area {
    width: 70px;
  }
  .flow-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .flow-content h3 {
    font-size: 1.2rem;
  }
  .flow-support {
    flex-direction: column;
  }
}

/* --- 商品紹介・料金表 ページ用 --- */
.section-intro {
  margin-bottom: 50px;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}

.product-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}
.product-item:hover {
  transform: translateY(-5px);
}

.product-img {
  position: relative;
  width: 100%;
  height: 240px;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #c5a059;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.8rem;
  border-radius: 20px;
  font-weight: bold;
}

.product-info {
  padding: 25px;
}
.product-info h3 {
  font-size: 1.3rem;
  color: #143228;
  margin-bottom: 15px;
  border-bottom: 1px solid #c5a059;
  padding-bottom: 10px;
  display: inline-block;
}
.product-info p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666;
}

/* 料金表の装飾 */
.price-section {
  background: #fdfdfd;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.price-note {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
}
.price-table thead th {
  background-color: #143228;
  color: #fff;
  text-align: center;
}
.price-table tbody th {
  font-weight: bold;
  vertical-align: middle;
}
.price-table td {
  font-size: 1.4rem;
  font-weight: bold;
  color: #143228;
  text-align: center;
}
.price-table small {
  font-weight: normal;
  font-size: 0.8rem;
  color: #666;
  display: block;
  margin-top: 5px;
}

.price-footer {
  margin-top: 30px;
}
.btn-area {
  text-align: center;
  margin-top: 40px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .product-img {
    height: 200px;
  }
  .price-section {
    padding: 20px;
  }
  .price-table td {
    font-size: 1.1rem;
  }
}

/* --- メンテナンス・豆知識 ページ用 --- */
.maintenance-page .section-intro {
  margin-bottom: 40px;
}

/* 目次 */
.trivia-index {
  background: #f9f7f2;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 60px;
  border: 1px solid #e0ddd5;
}
.trivia-index h3 {
  font-size: 1.1rem;
  color: #143228;
  margin-bottom: 15px;
}
.trivia-index ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.trivia-index a {
  color: #143228;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s;
}
.trivia-index a:hover {
  color: #c5a059;
  text-decoration: underline;
}

/* ボックス共通 */
.trivia-box {
  margin-bottom: 80px;
}
.trivia-h3 {
  font-size: 1.6rem;
  color: #143228;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #143228;
  padding-bottom: 10px;
}
.trivia-h3 .num {
  font-family: 'Georgia', serif;
  background: #143228;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.trivia-content h4 {
  font-size: 1.2rem;
  color: #143228;
  margin: 25px 0 10px;
  padding-left: 10px;
  border-left: 4px solid #c5a059;
}
.trivia-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* トラブル対処 */
.trouble-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.trouble-item h5 {
  color: #d9534f; /* 警告色 */
  font-size: 1.1rem;
  margin-bottom: 10px;
}

/* 豆知識グリッド */
.trivia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.trivia-card {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.trivia-card i {
  font-size: 2rem;
  color: #c5a059;
  margin-bottom: 20px;
}
.trivia-card h5 {
  font-size: 1.1rem;
  color: #143228;
  margin-bottom: 15px;
}
.trivia-card p {
  font-size: 0.85rem;
  text-align: left;
}

/* 料金・タイミング表の調整 */
.timing-table th {
  width: 25%;
}

.maintenance-summary {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 20px;
  border-radius: 10px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .trivia-index ul { grid-template-columns: 1fr; }
  .trivia-grid { grid-template-columns: 1fr; }
  .trivia-h3 { font-size: 1.3rem; }
}

/* --- アパートオーナー・管理会社様 ページ用 --- */

/* メリットカード */
.owner-benefits {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

.benefit-card {
  flex: 1;
  background: #fdfdfd;
  border: 1px solid #eee;
  padding: 30px 20px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
}

.benefit-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-color: #c5a059;
}

.benefit-card i {
  font-size: 2.5rem;
  color: #c5a059;
  margin-bottom: 20px;
}

.benefit-card h3 {
  font-size: 1.1rem;
  color: #143228;
  margin-bottom: 15px;
}

.benefit-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
}

/* サービス内容 */
.owner-services {
  margin-bottom: 80px;
}

.service-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
}

.service-text {
  flex: 1.5;
}

.service-img {
  flex: 1;
}

.service-img img {
  width: 100%;
  border-radius: 5px;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #c5a059;
}

/* 信頼実績 */
.owner-trust {
  margin-bottom: 80px;
}

.trust-box {
  background: #143228;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

.trust-box h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.trust-box p {
  line-height: 1.8;
  opacity: 0.9;
}

/* 問い合わせエリア */
.owner-contact {
  text-align: center;
  background: #fdf7ee;
  padding: 60px 40px;
  border-radius: 10px;
}

.owner-contact h3 {
  color: #143228;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

/* レスポンシブ */
@media screen and (max-width: 960px) {
  .owner-benefits {
    flex-direction: column;
  }
  .service-flex {
    flex-direction: column-reverse;
    padding: 20px;
  }
}

/* --- よくある質問 ページ用 --- */
.faq-container {
  max-width: 900px;
  margin: 0 auto 60px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

/* 質問部分 */
.faq-question {
  position: relative;
  background: #f9f9f9;
  padding: 20px 60px 20px 60px;
  font-weight: bold;
  color: #143228;
  cursor: pointer;
  transition: 0.3s;
}

.faq-question:hover {
  background: #f0f0f0;
}

/* Qの疑似要素 */
.faq-question::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #c5a059;
  font-size: 1.4rem;
  font-family: 'Georgia', serif;
}

/* 開閉矢印 */
.faq-question::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: 0.4s;
}

/* アクティブ時の矢印回転 */
.faq-question.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

/* 回答部分 */
.faq-answer {
  display: none; /* JSで制御 */
  background: #fff;
  border-top: 1px solid #eee;
}

.faq-answer-content {
  position: relative;
  padding: 25px 60px 25px 60px;
  line-height: 1.8;
  color: #555;
}

/* Aの疑似要素 */
.faq-answer-content::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 25px;
  color: #143228;
  font-size: 1.4rem;
  font-family: 'Georgia', serif;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .faq-question, .faq-answer-content {
    padding-left: 50px;
    padding-right: 40px;
    font-size: 0.95rem;
  }
  .faq-question::before, .faq-answer-content::before {
    left: 15px;
  }
}

/* --- お問い合わせページ用 --- */
.contact-tel-box {
  background: #f9f7f2;
  padding: 30px;
  border-radius: 8px;
  margin: 30px auto 60px;
  max-width: 500px;
}
.tel-label { font-weight: bold; margin-bottom: 10px; color: #143228; }
.tel-number { font-size: 2rem; font-weight: bold; color: #143228; text-decoration: none; display: block; margin-bottom: 5px; }
.tel-time { font-size: 0.9rem; color: #666; }

.form-container { max-width: 800px; margin: 0 auto; }

/* CF7 カスタムレイアウト */
.cf7-custom-form dl { margin-bottom: 40px; }
.cf7-custom-form dt { font-weight: bold; margin-bottom: 10px; color: #143228; }
.cf7-custom-form dt span { background: #d9534f; color: #fff; font-size: 0.7rem; padding: 2px 8px; border-radius: 3px; margin-left: 10px; vertical-align: middle; }
.cf7-custom-form dd { margin-bottom: 25px; margin-left: 0; }

.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fdfdfd;
}

.submit-btn-wrap { text-align: center; margin-top: 40px; }
.wpcf7-submit {
  background: #143228;
  color: #fff;
  padding: 18px 80px;
  border: none;
  border-radius: 35px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7-submit:hover { background: #c5a059; }

.recaptcha-policy { font-size: 0.75rem; color: #888; text-align: center; margin-top: 20px; line-height: 1.6; }


/* --- お知らせ一覧・詳細 共通 --- */
.news-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
time {
  font-size: 0.9rem;
  color: #888;
  font-family: 'Georgia', serif;
}
.news-category {
  background: #c5a059;
  color: #fff;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 3px;
}

/* 一覧ページ */
.news-list {
  border-top: 1px solid #eee;
  margin-bottom: 50px;
}
.news-item {
  border-bottom: 1px solid #eee;
}
.news-item a {
  display: block;
  padding: 25px 0;
  text-decoration: none;
  transition: 0.3s;
}
.news-item a:hover {
  background: #fdfdfd;
  padding-left: 10px;
}
.news-title {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.5;
}

/* ページネーション */
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  color: #143228;
  text-decoration: none;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  background: #143228;
  color: #fff;
  border-color: #143228;
}
.pagination .page-numbers:hover:not(.current) {
  background: #f4f4f4;
}

/* 詳細ページ */
.post-header {
  margin-bottom: 40px;
  text-align: center;
}
.post-title {
  font-size: 2rem;
  color: #143228;
  line-height: 1.4;
  margin-top: 15px;
}
.post-eyecatch {
  margin-bottom: 40px;
  text-align: center;
}
.post-eyecatch img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.entry-content {
  line-height: 2;
  margin-bottom: 60px;
}
.entry-content p { margin-bottom: 2em; }

/* 記事ナビゲーション */
.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.post-nav div a {
  color: #143228;
  text-decoration: none;
  font-size: 0.9rem;
}
.post-nav .back a {
  background: #f4f4f4;
  padding: 10px 20px;
  border-radius: 20px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .post-title { font-size: 1.5rem; }
  .post-nav { flex-direction: column; gap: 20px; }
}

/* --- プライバシーポリシー専用 --- */
.privacy-page {
  background: #fff;
}

.priv-content {
  max-width: 800px; /* 読みやすいように幅を絞る */
  margin: 0 auto;
}

.sub-title-center {
  text-align: center;
  font-size: 1.8rem;
  color: #143228;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.sub-title-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #c5a059;
}

.priv-lead-txt {
  margin-bottom: 50px;
  line-height: 1.8;
  color: #555;
}

.priv-section {
  margin-bottom: 40px;
}

.priv-section h3 {
  font-size: 1.2rem;
  color: #143228;
  margin-bottom: 15px;
  background: #f9f7f2;
  padding: 10px 15px;
  border-left: 4px solid #143228;
}

.priv-section p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* 制定日エリア */
.priv-footer-info {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  text-align: right;
  color: #666;
  font-size: 0.95rem;
}

.priv-date {
  margin-top: 20px;
  line-height: 1.8;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .sub-title-center {
    font-size: 1.4rem;
  }
  .priv-section h3 {
    font-size: 1.1rem;
  }
}


/* --- Footer Styles --- */
.site-footer {
  background-color: #fff;
  padding-top: 60px;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "serif"; /* 画像の雰囲気に合わせた明朝体 */
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 280px; /* 画像のサイズに合わせて調整 */
  height: auto;
}

.footer-info {
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
}

.footer-address,
.footer-hours {
  font-size: 1rem;
  margin-bottom: 5px;
}

.footer-tel {
  margin-top: 20px;
}

.footer-tel a {
  font-size: 2.5rem; /* 電話番号を強調 */
  color: #143228;
  text-decoration: none;
  font-family: "Georgia", serif; /* 数字を綺麗に見せるフォント */
  letter-spacing: 0.05em;
}

/* 最下部コピーライトエリア */
.footer-copy {
  background-color: #143228; /* 画像通りの濃いグリーン */
  padding: 20px 0;
}

.footer-copy p {
  color: #fff;
  font-size: 0.85rem;
  margin: 0;
  letter-spacing: 0.05em;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .footer-tel a {
    font-size: 1.8rem;
  }
  .footer-address,
  .footer-hours {
    font-size: 0.9rem;
  }
}


/* --- 選ばれる理由 ページ用 --- */
.reason-lead {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 60px;
  line-height: 1.8;
  color: #143228;
}

.reason-card {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}

.reason-card.reverse {
  flex-direction: row-reverse;
}

.reason-card-img {
  flex: 1;
}

.reason-card-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.reason-card-body {
  flex: 1;
}

.reason-num {
  font-family: 'Georgia', serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: rgba(20, 50, 40, 0.1);
  display: block;
  line-height: 1;
  margin-bottom: -20px;
}

.reason-title {
  font-size: 1.8rem;
  color: #143228;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4;
}

.reason-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #c5a059;
  margin-top: 15px;
}

.reason-text {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .reason-card, 
  .reason-card.reverse {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  
  .reason-title {
    font-size: 1.5rem;
  }
  
  .reason-num {
    font-size: 2.5rem;
  }
}


.l-article {
    max-width: unset;
}



.vertical-text {
		
  writing-mode: vertical-rl; /* 縦書き */
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.5em;
  line-height: 2;
  text-shadow: 0 0 15px rgba(0,0,0,0.3);
  opacity: 0;
  animation: fadeUpCopy 2s ease forwards 1s;
	font-family: serif;
}

/* --- 下層共通スタイル --- */
.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-header {
  background-color: #254d40; /* 指定のメインカラー */
  padding: 150px 0 60px; /* ヘッダーがfixedなので余白多め */
  text-align: center;
}

.page-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title {
  color: #fff;
}

.page-title i {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
  color: #c5a059; /* ゴールド系アクセント */
}

.page-title h1 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

.page-title h1 span {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 0.3em;
  opacity: 0.8;
}

/* パンくず */
.breadcrumb {
  background: #f4f4f4;
  padding: 10px 0;
  font-size: 0.85rem;
}
.breadcrumb a { color: #666; text-decoration: none; }
.breadcrumb span { margin: 0 10px; color: #ccc; }

/* コンテンツセクション */
.content-section {
  padding: 80px 0;
}

.sub-title {
  font-size: 1.6rem;
  border-left: 4px solid #143228;
  padding-left: 15px;
  margin-bottom: 30px;
  color: #143228;
}

/* 共通テーブル */
.common-table {
  width: 100%;
  border-collapse: collapse;
}

.common-table th, .common-table td {
  padding: 20px !important;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.common-table th {
  background-color: #f9f9f9;
  width: 30%;
  font-weight: bold;
}

/* --- 店舗案内専用スタイル --- */
.shop-flex {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}

.shop-image {
  flex: 1;
}

.shop-image img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.shop-details {
  flex: 1.2;
}

.google-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  margin-bottom: 20px;
}

.google-map iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

.map-btn {
  text-align: center;
}

.btn-link {
  display: inline-block;
  background: #143228;
  color: #fff;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-link:hover {
  background: #c5a059;
}

/* レスポンシブ */
@media screen and (max-width: 960px) {
  .shop-flex {
    flex-direction: column;
  }
  .common-table th {
    width: 100%;
    display: block;
    padding-bottom: 5px;
  }
  .common-table td {
    width: 100%;
    display: block;
    padding-top: 5px;
  }
}

.top-wabi {
  position: relative;
  background: url("/wp-content/uploads/bg01.jpg") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
  min-height: 560px;
}

.top-wabi__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 560px;
  padding: 70px 20px 0;
}

.top-wabi__wagara {
  position: absolute;
  top: 70px;
  left: 25px;
  width: 190px;
  max-width: 22vw;
}

.top-wabi__copy {
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  height: 290px;
  display: flex;
  gap: 34px;
  align-items: flex-start;
  justify-content: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-wabi__copy h2 {
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin: 0 0 0 20px;
}

.top-wabi__copy p {
  font-size: 0.95rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin: 0;
}

.top-wabi__catch {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: min(520px, 48vw);
  line-height: 0;
  z-index: 3;
}

.top-wabi__catch img {
  width: 100%;
  display: block;
}

.top-reason {
  position: relative;
  background: url("/wp-content/uploads/bg02.jpg") center / cover no-repeat;
  padding: 85px 20px 70px;
  color: #fff;
}

.top-reason__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.top-reason__title {
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  margin: 0 0 55px;
}

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

.top-reason__card {
  background: #fff;
  color: #222;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.top-reason__card img {
  width: 100%;
  aspect-ratio: 4 / 2.8;
  object-fit: cover;
  display: block;
}

.top-reason__body {
  padding: 28px 28px 34px;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.top-reason__body h3 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}

.top-reason__body p {
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0;
}

.top-reason__btn-wrap {
  text-align: center;
  margin-top: 55px;
}

.top-reason__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.12em;
  background: linear-gradient(90deg, #b88618, #e8c86a, #b88618);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}

.top-reason__btn:hover {
  opacity: 0.85;
}

@media (max-width: 900px) {
  .top-wabi,
  .top-wabi__inner {
    min-height: 520px;
  }

  .top-wabi__copy {
    height: 300px;
    gap: 20px;
  }

  .top-wabi__copy h2 {
    font-size: 1.6rem;
  }

  .top-wabi__copy p {
    font-size: 0.82rem;
  }

  .top-reason__cards {
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .top-wabi {
    min-height: auto;
  }

  .top-wabi__inner {
    min-height: auto;
    padding: 70px 20px 0;
  }

  .top-wabi__wagara {
    top: 35px;
    left: 18px;
    width: 120px;
  }

  .top-wabi__copy {
    writing-mode: horizontal-tb;
    height: auto;
    display: block;
    text-align: center;
    padding-bottom: 220px;
  }

  .top-wabi__copy h2 {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 0 0 25px;
  }

  .top-wabi__copy p {
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 10px;
  }

  .top-wabi__catch {
    width: 82vw;
  }

  .top-reason {
    padding: 60px 20px;
  }

  .top-reason__title {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }

  .top-reason__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .top-reason__body {
    padding: 24px 22px 30px;
  }
}