/* =========================
   RESET / BASE
========================= */

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #faf6ee;
  color: #333;
}

a { color: inherit; }

/* 表示制御（PC / SP） */
.pc-only { display: flex; }
.sp-only { display: none; }
html{
  scroll-behavior: smooth;
}
/* =========================
   HEADER
========================= */
.site-header {
position:relative;
  height: 100px;
  padding: 0 32px;
  display: flex;
  align-items: center;
}

/* header-inner（ロゴ・ナビ・ハンバーガーを横並び） */
.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ロゴ */
.site-logo img {
width:300px;
}

/* PCナビ */
.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-nav a {
  text-decoration: none;
  font-size: 15px;
  transition: opacity .2s ease;
}

.header-nav a:hover { opacity: .75; }

/* 電話・予約ボタン */
.header-tel {
  background: #6a8f3a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.header-reserve {
  background: #f08a24;
  color: #fff;
  padding: 12px 24px;
  border-radius:10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
/* =========================
   FV
========================= */
.fv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

.fv-inner {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

/* スライド */
.fv-slides {
  position: relative;
  height: 580px;
}

.fv-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.8s ease, transform 6s ease;
}
.fv-slide.is-active {
  transform: scale(1);
  opacity: 1;
}
/* キャッチコピー */
.fv-copy {
  position: absolute;
  left: 48px;
  bottom: 48px;
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

/* 診療日テーブル */
.fv-schedule {
  position: absolute;
  right: 50px;
  bottom: 30px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
}

.fv-schedule table { border-collapse: collapse; }

.fv-schedule th {
  background: #6a8f3a;
  color: #fff;
  padding: 8px 12px;
}

.fv-schedule td {
  padding: 10px 12px;
  text-align: center;
  border-top: 1px solid #eee;
}
/* =========================
   ABOUT US
========================= */
.aboutus{
  background: #faf6ee;
  padding: 90px 0 0; /* 下は画像があるので0寄り */
}

.aboutus-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;

  display: grid;
  grid-template-columns: 1fr 520px; /* 右画像の存在感 */
  gap: 56px;
  align-items: start;
}

/* ---- 左：テキスト ---- */
.aboutus-kicker{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.aboutus-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #6a8f3a; /* 緑 */
}

.aboutus-kicker-text{
  font-size: 16px;
  letter-spacing: .12em;
  font-weight: 700;
  color: #444;
}

.aboutus-kicker-line{
  height: 2px;
  width: 90px;         /* スクショの短め線 */
  background: #9c9c9c; /* グレー線 */
  margin-left: 10px;
  opacity: .9;
}

.aboutus-title{
  margin: 0 0 28px;
  font-size: 44px;
  font-weight: 600;
  color: #555;
  line-height: 1.2;
}

.aboutus-lead{
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 700;
  color: #555;
  line-height: 1.9;
}

.aboutus-desc{
  margin: 0 0 32px;
  font-size: 14px;
  font-weight:600;
  color: #666;
  line-height: 2.2;
  max-width: 560px; /* 左の文章幅を締めてスクショっぽく */
}

/* ---- 右：画像（右下に寄せる） ---- */
.aboutus-media{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; /* 下寄せが肝 */
  padding-top: 120px;    /* 上が空いて画像が下に落ちる */
  min-height: 520px;     /* セクションの高さを担保 */
}

.aboutus-img{
  width: 100%;
  max-width: 420px;
  height: 250px;       
  object-fit: cover;
  display: block;
  border-radius: 0;   
}
/* =========================
   SYMPTOMS SECTION
========================= */
.symptoms{
  position: relative;
  padding: 100px 20px 80px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
/* グラデーションレイヤー */
.symptoms::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f6b27a 0%, #f68b2c 100%);
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: -1;
}

/* 表示されたらフェードイン */
.symptoms.is-visible::before{
  opacity: 1;
}
.symptoms-inner{
  max-width: 900px;
  margin: 0 auto;
}

/* タイトル */
.symptoms-title{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* グレーのカード */
.symptoms-card{
  background: #eee;
  border-radius: 30px;
  padding: 40px 50px;
  text-align: left;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
  margin-bottom: 40px;
}

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

.symptoms-list li{
  position: relative;
  padding-left: 34px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.8;
  color: #444;
}

/* チェックアイコン */
.symptoms-list li::before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #6a8f3a;
  font-weight: bold;
}

/* 下テキスト */
.symptoms-desc{
  font-size: 17px;
  margin-bottom: 40px;
  opacity: .95;
}

/* ボタン */
.symptoms-btn-wrap{
  margin-bottom: 60px;
}

.symptoms-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #fff;
  color: #f68b2c;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  transition: all .3s ease;
}

.symptoms-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* ボタン横の丸 */
.symptoms-btn .circle{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f68b2c;
}

/* =========================
   DOUBLE ARROW ANIMATION
========================= */

.symptoms-arrow{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.symptoms-arrow span{
  width: 26px;
  height: 26px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  animation: arrowFlow 2.4s infinite;
}

/* 2本目は遅らせる */
.symptoms-arrow span:nth-child(2){
  animation-delay: 0.4s;
}

/* 流れるアニメーション */
@keyframes arrowFlow {
  0%{
    transform: rotate(45deg) translateY(-10px);
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  60%{
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) translateY(-10px);
    opacity: 0;
  }
}
.symptoms-card{
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.symptoms.is-visible .symptoms-card{
  opacity: 1;
  transform: translateY(0);
}
/* =========================
   SOLVE SECTION
========================= */
.solve{
  background: #faf6ee;
  padding: 80px 0 90px;
  border-bottom: 3px solid #f08a24; /* 下のオレンジライン */
}

.solve-inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 32px;
}

/* =========================
   SOLVE HEAD (改良版)
========================= */

.solve-head{
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

/* 吹き出しタグ */
.solve-chip{
  display: inline-block;
  position: relative;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  background: #fff;
  border: 2px solid #f08a24;
  border-radius: 16px;
  transform: rotate(-6deg);
}

/* 吹き出しの尻尾 */
.solve-chip::after{
  content:"";
  position: absolute;
  bottom: -8px;
  left: 40px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-left: 2px solid #f08a24;
  border-bottom: 2px solid #f08a24;
  transform: rotate(-45deg);
}

/* メイン見出し */
.solve-title{
  font-size: 44px;
  font-weight: 800;
  color: #555;
  margin: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
  letter-spacing: .05em;
}

/* 解決の強調 */
.solve-accent{
  color: #f08a24;
}

/* 下線（二重） */
.solve-title::before{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  background: #f08a24;
}

.solve-title::after{
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #f08a24;
  opacity: .6;
}

.solve-chip{
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 999px;
  border: 1px solid #f08a24;
  color: #f08a24;
  background: #fff;
  margin-bottom: 30px;
}
.solve-accent{
  color: #f08a24;
}

/* ---- list ---- */
.solve-list{
  display: grid;
  gap: 54px;
}

.solve-item{
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start;
}

/* 交互レイアウト */
.solve-item.is-image-right{
  grid-template-columns: 1fr 340px;
}

/* 画像 */
.solve-media img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  background: #fff;
}

/* テキスト */
.solve-body{
  padding-top: 8px;
}

.solve-strong{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  color: #6a8f3a; /* 緑 */
}

.solve-sub{
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

/* 見出し下の細線 */
.solve-line{
  width: 260px;
  height: 1px;
  background: rgba(0,0,0,0.25);
  margin-bottom: 18px;
}

/* 本文 */
.solve-text{
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 2.1;
  color: #666;
}
/* =========================
   FEATURES (Orange bg on scroll)
========================= */
.features{
  position: relative;
  padding: 90px 20px 80px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* 背景レイヤー（最初は透明） */
.features::before{
  content:"";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f6b27a 0%, #f68b2c 100%);
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 0;
}

/* スクロールで表示（JSで is-visible を付与） */
.features.is-visible::before{
  opacity: 1;
}

.features-inner{
  position: relative;
  z-index: 1; /* 背景より上 */
  max-width: 980px;
  margin: 0 auto;
}

/* タイトル */
.features-title{
  margin: 0 0 44px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .06em;
}

/* 3×2 グリッド */
.features-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  justify-items: center;
  margin-bottom: 40px;
}

/* カード */
.feature-card{
  width: 100%;
  max-width: 340px;
  min-height: 300px; /* ← ここで縦長化 */
  background: #fff;
  color: #444;
  border-radius: 12px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
  text-align: left;
}

/* カード上段（番号＋見出し） */
.feature-head{
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}

.feature-num{
  font-size: 26px;
  font-weight: 900;
  color: rgba(240,138,36,.45); /* 薄いオレンジ */
  line-height: 1;
}

.feature-name{
  margin: 0;
  font-size: 13px;
  font-weight: 800;
}

/* 見出し下の線 */
.feature-line{
  height: 1px;
  background: rgba(0,0,0,0.2);
  margin: 8px 0 10px;
}

/* 本文 */
.feature-text{
  margin: 0;
  font-size: 12px;
  line-height: 2.0;
  color: #666;
}

/* 下の説明文 */
.features-desc{
  margin: 0 auto 24px;
  max-width: 720px;
  font-size: 12px;
  line-height: 2.0;
  opacity: .95;
}

/* ボタン */
.features-btn-wrap{
  margin-top: 6px;
}

.features-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: #fff;
  color: #f68b2c;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 15px 30px rgba(0,0,0,0.18);
  transition: transform .25s ease, box-shadow .25s ease;
}

.features-btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.22);
}

.features-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f68b2c;
}
/* =========================
   VOICE SECTION
========================= */
.voice{
  background:#f5efe5;
  padding:90px 20px 80px;
}

.voice-inner{
  max-width:1000px;
  margin:0 auto;
}

/* =========================
   TITLE
========================= */
.voice-head{
  text-align:center;
  margin-bottom:60px;
}

.voice-small{
  margin:0;
  font-size:14px;
  color:#666;
}

.voice-title{
  margin:10px 0 12px;
  font-size:26px;
  font-weight:800;
  color:#444;
}

.voice-title .accent{
  color:#f08a24;
}

.voice-divider{
  width:200px;
  height:1px;
  background:#444;
  margin:0 auto;
  position:relative;
}

.voice-divider::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-6px;
  width:12px;
  height:12px;
  background:#f5efe5;
  border-left:1px solid #444;
  border-bottom:1px solid #444;
  transform:translateX(-50%) rotate(-45deg);
}

/* =========================
   LARGE CARDS
========================= */

.voice-list{
  display:flex;
  flex-direction:column;
  gap:40px;
  margin-bottom:70px;
}

.voice-card{
  background:#fff;
  border:3px solid #f08a24;
  border-radius:16px;
  padding:20px 24px;
  width:80%;
}

.voice-card.left{
  align-self:flex-start;
}

.voice-card.right{
  align-self:flex-end;
}

.voice-card-head{
  font-weight:700;
  font-size:14px;
  margin-bottom:8px;
}

.voice-card-line{
  height:2px;
  background:#f08a24;
  margin-bottom:14px;
}

.voice-card-body{
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.voice-card-body img{
  width:160px;
  height:110px;
  object-fit:cover;
  border-radius:6px;
}

.voice-card-body p{
  font-size:13px;
  line-height:1.9;
  color:#555;
}

/* =========================
   GRID
========================= */

.voice-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-bottom:40px;
}

.voice-grid-item img{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:12px;
}

.grid-title{
  font-size:12px;
  margin:8px 0 4px;
  font-weight:700;
}

.grid-text{
  font-size:12px;
  color:#555;
}

/* =========================
   BOTTOM
========================= */

.voice-bottom-text{
  text-align:center;
  font-size:12px;
  color:#666;
  margin-bottom:24px;
}

.voice-btn-wrap{
  text-align:center;
  margin-top:70px;
}

.voice-btn{
  background:#6a8f3a;
  color:#fff;
  padding:10px 30px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  transition:.3s;
}

.voice-btn:hover{
  opacity:.8;
}
/* =========================
   MENU SECTION
========================= */

.menu-section{
  position: relative;
  padding: 90px 20px 80px;
  text-align: center;
  overflow: hidden;
  color:#fff;
}

/* 背景フェード用 */
.menu-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,#f6b27a 0%, #f68b2c 100%);
  opacity:0;
  transition:opacity 1.2s ease;
  z-index:0;
}

.menu-section.is-visible::before{
  opacity:1;
}

.menu-inner{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
}

/* タイトル */
.menu-title{
  font-size:22px;
  font-weight:800;
  margin-bottom:50px;
  border-bottom:2px solid #fff;
  display:inline-block;
  padding-bottom:6px;
}

/* カードリスト */
.menu-list{
  display:flex;
  flex-direction:column;
  gap:40px;
  margin-bottom:40px;
}

/* カード */
.menu-card{
  background:#eee;
  border-radius:16px;
  padding:26px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

/* 左コンテンツ */
.menu-content{
  text-align:left;
  flex:1;
}

.menu-name{
  margin:0;
  font-size:16px;
  font-weight:800;
  color:#444;
}

.menu-line{
  height:1px;
  background:#999;
  margin:8px 0 16px;
}

.menu-prices{
  margin-bottom:14px;
}

.price-row{
  display:flex;
  gap:18px;
  margin-bottom:6px;
  font-size:17px;
  color:#444;
}

.price{
  color:#6a8f3a;
  font-weight:800;
}

.menu-text{
  font-size:12px;
  line-height:1.9;
  color:#666;
  margin-bottom:14px;
}

.menu-btn{
  display:inline-block;
  padding:8px 22px;
  background:#6a8f3a;
  color:#fff;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  transition:.3s;
}

.menu-btn:hover{
  opacity:.85;
}

/* 右画像エリア */
.menu-image{
  width:220px;
  height:150px;
  border-radius:20px;
}
.menu-image img{
	width:220px;
    height:150px;
}
/* 下テキスト */
.menu-bottom-text{
  font-size:12px;
  opacity:.9;
  margin-bottom:20px;
}

/* 下ボタン */
.menu-bottom-btn{
  background:#fff;
  color:#f68b2c;
  padding:10px 28px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
}
.menu-bottom-btn-wrap{
	margin-top:70px;
}
/* =========================
   REASONS
========================= */
.reasons{
  background:#faf6ee;
  padding: 90px 20px 100px;
}

.reasons-inner{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.reasons-title{
  margin: 0 0 60px;
  font-size: 18px;
  font-weight: 800;
  color:#555;
  letter-spacing: .06em;
}

/* 2×2 */
.reasons-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 70px; /* 縦/横の余白感をスクショ寄せ */
  justify-items: center;
}

/* カード */
.reason-card{
  position: relative;
  width: 100%;
  max-width: 320px;
  min-height: 250px;
  background: transparent;
  border: 2px solid #f08a24;
  border-radius: 12px;
  padding: 28px 26px 22px;
  text-align: left;
}
/* 左上の番号タグ */
.reason-num{
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #f08a24;
  border: 2px solid #f08a24;
  background: #faf6ee;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1;
}

/* 見出し */
.reason-head{
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 800;
  color:#444;
  padding-left: 2px;
}

/* 見出し下線 */
.reason-line{
  height: 1px;
  background: rgba(0,0,0,0.25);
  margin-bottom: 14px;
}

/* 本文 */
.reason-text{
  margin: 0;
  font-size: 12px;
  color:#666;
  line-height: 2.0;
}
/* =========================
   MESSAGE SECTION
========================= */
.message-section{
  background:#faf6ee;
  padding:100px 20px;
}

.message-inner{
  max-width:1100px;
  margin:0 auto;
  position: relative;
}
/* 右の小画像 */
.message-floating-img{
  position: absolute;
  right: 0;
  top: 260px;  /* ← テキスト上部に合わせて調整 */
  width: 240px;
  z-index: 3;
  
  left: 100%;                 /* コンテナ右端から */
  margin-left: calc(50vw - 50% - 240px);
  /* ↑ これがキモ */
}

.message-floating-img img{
  width: 70%;
  height: 200px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* ===== 上部レイアウト ===== */
.message-top{
  display:grid;
  grid-template-columns: 1fr 320px; /* 左画像 / 右テキスト */
  align-items: start;
  gap: 40px;
  margin-bottom: 40px;
   margin-left: calc(50% - 50vw);   /* 画面左まで引っ張る */
  padding-left: calc(50vw - 50%);  /* 中身は崩さない */
}
/* 横長画像：左寄せ + 右だけ角丸 */
.message-main-img{
    position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.message-main-img img{
  width: 70%;
  height:300px;            /* ← スクショの太さに寄せ */
  object-fit: cover;
  display:block;

  /* 右側だけ角丸 */
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* 右側：Message */
.message-heading{
  padding-top: 40px;  /* スクショの位置感 */
  text-align: left;
  margin-top:30px;
}

.message-heading h2{
  margin:0 0 10px;
  font-size: 40px;
  font-weight: 700;
  color:#444;
}
.message-sub{
  margin:0;
  font-size:18px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#444;
}
.message-sub span{
  width:8px;
  height:8px;
  background:#6a8f3a;
  border-radius:50%;
  display:inline-block;
}

/* ===== メイン文章 ===== */
.message-text{
  margin:50px 0 70px;
  line-height:2;
  font-size:14px;
  color:#444;
  width:800px;
}

/* ===== 下部 ===== */
.message-bottom{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:60px;
  margin-bottom:60px;
  font-weight:600;
}

/* 縦長写真 */
.message-profile{
  text-align:center;
  position:relative;
}

.message-profile img{
  width:280px;
  height:420px;
  object-fit:cover;
  border-radius:6px;
}

.profile-name{
  display:inline-block;
  margin-top:16px;
  padding:6px 20px;
  border:2px solid #6a8f3a;
  border-radius:30px;
  font-size:13px;
  background:#e9e3d7;
}

/* 経歴カード */
.profile-card{
  width:320px;
  padding:30px;
  border:2px solid #6a8f3a;
  border-radius:26px;
  background:#f4f1e9;
}

.profile-card h3{
  font-size:16px;
  margin-bottom:12px;
  border-bottom:1px solid #aaa;
  padding-bottom:6px;
}

.profile-card ul{
  list-style:none;
  padding:0;
  margin:0 0 20px;
  font-size:14px;
  line-height:1.8;
}

/* ===== 補足 ===== */
.message-note{
  text-align:center;
  font-size:13px;
  margin-bottom:40px;
  color:#444;
}

/* 予約ボタン */
.reserve-btn{
  display:inline-block;
  padding:12px 32px;
  background:#6a8f3a;
  color:#fff;
  border-radius:30px;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.message-btn{
  text-align:center;
}
.qa-section{
  background:#f5efe5;
  padding:100px 20px;
}

.qa-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  gap:80px;
}

/* 左 */
.qa-left{
  width:240px;
}

.qa-title-big{
  font-size:90px;
  font-weight:700;
  color:#e7c8a6;
  line-height:1;
}

.qa-title-big span{
  font-size:60px;
}

.qa-sub{
  margin-top:20px;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
}

.qa-sub span{
  width:8px;
  height:8px;
  background:#6a8f3a;
  border-radius:50%;
}

/* 右 */
.qa-list{
  flex:1;
}

.qa-item{
  margin-bottom:24px;
  border-radius:10px;
  border:2px solid #f08a24;
  background:#fff;
  overflow:hidden;
}

.qa-question{
  width:100%;
  padding:18px 20px;
  background:none;
  border:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  font-size:14px;
}

.qa-q{
  color:#f08a24;
  font-weight:700;
  margin-right:10px;
}

.qa-text{
  flex:1;
  text-align:left;
}

.qa-icon{
  font-size:18px;
  color:#f08a24;
  transition:.3s;
}

.qa-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
  padding:0 20px;
  font-size:13px;
  line-height:1.8;
  background:#f7f7f7;
}

.qa-item.active .qa-answer{
  padding:18px 20px;
  max-height:300px;
}
/* =========================
   HOME BLOG
========================= */
.home-blog{
  padding: 90px 20px 110px;
  background: #f39b3b; /* オレンジ */
  opacity: 0;
  transition: opacity .8s ease, transform .8s ease;
  transform: translateY(20px);
}
.home-blog.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.home-blog-inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.home-blog-head{
  margin-bottom: 40px;
}

.home-blog-title{
  margin: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: .12em;
  font-weight: 700;
}

.home-blog-sub{
  margin: 8px 0 0;
  color: rgba(255,255,255,.95);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home-blog-sub span{
  width: 8px;
  height: 8px;
  background: #6a8f3a;
  border-radius: 50%;
  display: inline-block;
}

/* グリッド */
.home-blog-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  justify-items: center;
}

.home-blog-card{
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  color: #fff;
  text-align:left;
}

.home-blog-thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.home-blog-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* カテゴリ */
.home-blog-cat{
  margin-top: 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.45);
  text-align:left;
}

/* カテゴリ別に色味変えたい場合（任意） */
.home-blog-cat.is-blog{ /* slugが blog の時 */
  background: rgba(255,255,255,.18);
}
.home-blog-cat.is-oshirase,
.home-blog-cat.is-news{ /* slugが oshirase/news の時 */
  background: rgba(0,0,0,.12);
}

.home-blog-card-title{
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  color: rgba(255,255,255,.95);
  text-align:left;
}

/* もっと見る */
.home-blog-btn{
  margin-top: 36px;
}

.btn-more{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  color: #f08a24;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0,0,0,0.15);
  transition: transform .2s ease, opacity .2s ease;
}
.btn-more:hover{
  transform: translateY(-2px);
  opacity: .92;
}

/* 投稿がない時 */
.home-blog-empty{
  color: rgba(255,255,255,.9);
  margin: 0;
}
/* =========================
   OUTLINE SECTION
========================= */
.outline-section{
  background:#f5efe5;
  padding:100px 20px;
}

.outline-inner{
  max-width:1000px;
  margin:0 auto;
}

/* 見出し */
.outline-head{
  margin-bottom:40px;
}

.outline-title{
  font-size:18px;
  letter-spacing:.15em;
  font-weight:700;
  margin:0;
}

.outline-sub{
  margin-top:10px;
  font-size:13px;
  display:flex;
  align-items:center;
  gap:8px;
}

.outline-sub span{
  width:8px;
  height:8px;
  background:#6a8f3a;
  border-radius:50%;
  display:inline-block;
}

/* テーブル風レイアウト */
.outline-table{
  margin-top:40px;
}

.outline-row{
  display:flex;
  padding:18px 0;
  border-bottom:1px dashed #cfc6b7;
}

.outline-label{
  width:120px;
  font-weight:500;
  color:#444;
}

.outline-value{
  flex:1;
  color:#555;
}

/* MAP */
.outline-map{
  margin-top:60px;
  border-radius:16px;
  overflow:hidden;
}

.outline-map iframe{
  width:100%;
  height:320px;
  border:0;
  display:block;
}
/* =========================
   FOOTER
========================= */
.site-footer{
  background:#f08a24;
  padding:70px 20px;
  color:#fff;
}

.footer-inner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:60px;
}

/* 左 */
.footer-left{
  max-width:420px;
}

.footer-name{
  font-size:18px;
  margin-bottom:18px;
  font-weight:700;
}

.footer-address{
  font-size:13px;
  line-height:1.8;
  margin-bottom:16px;
}

.footer-time{
  font-size:13px;
  line-height:1.8;
  margin-bottom:20px;
}

.footer-tel a{
  color:#fff;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
}

.footer-btn{
  display:inline-block;
  margin-top:18px;
  padding:10px 22px;
  background:#fff;
  color:#f08a24;
  border-radius:999px;
  font-size:13px;
  text-decoration:none;
  font-weight:600;
  transition:.3s;
}

.footer-btn:hover{
  opacity:.8;
}

/* 右 */
.footer-right{
  min-width:200px;
}

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

.footer-nav li{
  margin-bottom:18px;
}

.footer-nav a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  transition:.3s;
}

.footer-nav a:hover{
  opacity:.7;
}
/* =========================
   CONTACT PAGE
========================= */
.contact-section{
  background:#f5f3f1;
  padding:100px 20px;
}

.contact-inner{
  max-width:900px;
  margin:0 auto;
}

.contact-title{
  font-size:28px;
  letter-spacing:.1em;
  color:#e3a86c;
  margin-bottom:10px;
}

.contact-sub{
  font-size:16px;
  font-weight:600;
  margin-bottom:15px;
}

.contact-desc{
  font-size:13px;
  line-height:1.8;
  margin-bottom:50px;
}

/* フォーム枠 */
.contact-form-wrap{
  background:#fff;
  padding:60px 60px 70px;
  border-radius:24px;
  border:3px solid #f08a24;
  box-shadow:8px 8px 0 rgba(0,0,0,.05);
}

/* ラベル */
.contact-form-wrap label{
  display:block;
  margin-bottom:20px;
  font-size:14px;
  font-weight:600;
}

.required{
  background:#000;
  color:#fff;
  font-size:10px;
  padding:2px 6px;
  margin-left:6px;
  border-radius:3px;
}

/* 入力 */
.contact-form-wrap input,
.contact-form-wrap textarea{
  width:100%;
  padding:10px;
  margin-top:8px;
  border:1px solid #f08a24;
  border-radius:4px;
  font-size:14px;
}

.contact-form-wrap textarea{
  height:160px;
  resize:none;
}

/* チェックボックス */
.wpcf7-checkbox{
  margin-top:10px;
  display:flex;
  gap:20px;
}

.wpcf7-list-item{
  margin:0;
}

.wpcf7-list-item input{
  margin-right:6px;
}

/* プライバシーBOX */
.privacy-box{
  margin-top:20px;
  padding:20px;
  border:1px solid #ccc;
  background:#f7f7f7;
  font-size:12px;
}

/* 同意 */
.wpcf7-acceptance{
  display:block;
  margin-top:20px;
  font-size:12px;
}

/* 送信ボタン */
.wpcf7-submit{
  margin-top:30px;
  background:#6a8f3a;
  color:#fff;
  padding:12px 30px;
  border:none;
  border-radius:999px;
  font-size:14px;
  cursor:pointer;
  transition:.3s;
}

.wpcf7-submit:hover{
  opacity:.85;
}
/* =========================
   NEWS ARCHIVE
========================= */
.news-archive{
  background:#f5f3f1;
  padding:100px 20px;
}

.news-inner{
  max-width:1100px;
  margin:0 auto;
}

.news-head{
  margin-bottom:60px;
}

.news-title{
  font-size:28px;
  letter-spacing:.1em;
  color:#e3a86c;
  margin-bottom:8px;
}

.news-sub{
  font-size:16px;
  font-weight:600;
}

/* グリッド */
.news-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:60px 40px;
}

.news-card{
  text-decoration:none;
  color:#333;
}

.news-thumb{
  width:100%;
  aspect-ratio:4/3;
  border-radius:18px;
  overflow:hidden;
  margin-bottom:14px;
}

.news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.4s;
}

.news-card:hover img{
  transform:scale(1.05);
}

/* カテゴリー */
.news-category{
  font-size:12px;
  display:inline-block;
  margin-bottom:6px;
  color:#666;
}

/* タイトル */
.news-card-title{
  font-size:14px;
  font-weight:600;
  line-height:1.6;
}
/* =========================
   SINGLE NEWS
========================= */
.single-news{
  background:#f5f3f1;
  padding:100px 20px 120px;
}

.single-inner{
  max-width:820px;
  margin:0 auto;
}

/* タイトル */
.single-title{
  font-size:22px;
  font-weight:700;
  margin-bottom:6px;
}

/* 日付 */
.single-date{
  font-size:12px;
  color:#777;
  margin-bottom:20px;
  border-bottom:1px dashed #ccc;
  padding-bottom:10px;
}

/* 画像 */
.single-thumb{
  margin:40px 0 40px;
}

.single-thumb img{
  width:100%;
  height:auto;
  border-radius:6px;
  display:block;
}

/* 本文 */
.single-content{
  font-size:14px;
  line-height:2;
  color:#444;
}

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

/* 戻るボタン */
.single-back{
  margin-top:60px;
  text-align:center;
}

.single-back a{
  display:inline-block;
  padding:10px 28px;
  background:#6a8f3a;
  color:#fff;
  border-radius:999px;
  text-decoration:none;
  font-size:13px;
  transition:.3s;
}

.single-back a:hover{
  opacity:.85;
}
.sp-menu {
  display: none;
}







/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  /* PC/SP切替 */
  .pc-only { display: none; }
  .sp-only { display: inline-flex; }

  .site-header {
    height: 84px;
    padding: 0 16px;
  }
  .fv {
    padding: 24px 16px 48px;
  }

  .fv-slides { height: 420px; }

  .fv-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 20px;
  }

  /* 診療日：SPは下に回す */
  .fv-schedule {
    position: static;
    margin: 16px;
    width: fit-content;
    max-width: calc(100% - 32px);
  }
/* =========================
   PERFECT HAMBURGER
========================= */
	.sp-menu {
  display: block;
}
.hamburger {
  width: 40px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10000;
}

.hamburger span {
  position: absolute;
  left: 6px;
  width: 28px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: .3s ease;
}

/* 3本線の位置 */
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 19px;
}
.hamburger span:nth-child(3) {
  top: 26px;
}

/* OPEN時 */
.hamburger.is-open span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}
/* =========================
   SP MENU（スライド）
========================= */
.sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: #fff;
  padding-top: 90px;
  transform: translateX(100%);
  transition: transform .3s ease;
  z-index: 9999;
  box-shadow: -10px 0 30px rgba(0,0,0,0.12);
}

/* 開いた状態（JSで .is-open を付与する想定） */
.sp-menu.is-open {
  transform: translateX(0);
}

.sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.sp-menu a {
  display: block;
  padding: 14px 12px;
  border-radius: 12px;
  text-decoration: none;
  background: #faf6ee;
  transition: opacity .2s ease;
}

.sp-menu a:hover { opacity: .8; }

/* SPの予約ボタンだけ強調 */
.sp-menu .sp-reserve {
  background: #f08a24;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

/* 背景オーバーレイ（bodyに .menu-open を付ける想定） */
body.menu-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 9998;
}
	  .aboutus{
    padding: 64px 0 0;
  }

  .aboutus-inner{
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 16px;
  }

  .aboutus-title{
    font-size: 34px;
    margin-bottom: 18px;
  }

  .aboutus-desc{
    max-width: 100%;
  }

  .aboutus-media{
    padding-top: 0;
    min-height: auto;
    justify-content: flex-start;
  }

  .aboutus-img{
    max-width: 100%;
    height: 240px;
  }
	  .symptoms{
    padding: 80px 16px 60px;
  }

  .symptoms-title{
    font-size: 20px;
    margin-bottom: 30px;
  }

  .symptoms-card{
    padding: 30px 24px;
    border-radius: 20px;
  }

  .symptoms-list li{
    font-size: 13px;
  }

  .symptoms-btn{
    padding: 12px 26px;
  }
	  .solve{
    padding: 64px 0 70px;
  }

  .solve-inner{
    padding: 0 16px;
  }

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

  .solve-list{
    gap: 40px;
  }
	  .features{
    padding: 70px 16px 60px;
  }
  .features-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card{
    max-width: 420px;
  }
	  .voice-card{
    width:100%;
  }

  .voice-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .voice-card-body{
    flex-direction:column;
  }

  .voice-card-body img{
    width:100%;
    height:180px;
  }
	  .menu-card{
    flex-direction:column;
    align-items:flex-start;
  }

  .menu-image{
    width:100%;
    height:180px;
  }
	  .reasons{
    padding: 70px 16px 80px;
  }

  .reasons-grid{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .reason-card{
    max-width: 420px;
  }
	  .message-top{
    flex-direction:column;
    gap:30px;
  }

  .message-main-img img{
    width:100%;
  }

  .message-bottom{
    flex-direction:column;
    gap:40px;
  }

  .profile-card{
    width:100%;
  }

  .message-profile img{
    width:100%;
    height:auto;
  }
	  .message-top{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .message-heading{
    padding-top: 0;
    text-align: center;
  }

  .message-sub{
    justify-content: center;
  }

  .message-main-img img{
    height: 200px;
    border-radius: 18px; /* SPは全面角丸でOK */
  }
	  .qa-inner{
    flex-direction: column;
    gap:40px;
  }

  /* 左ブロック中央寄せ */
  .qa-left{
    width:100%;
    text-align:center;
  }

  .qa-title-big{
    font-size:60px;
  }

  .qa-title-big span{
    font-size:40px;
  }

  .qa-sub{
    justify-content:center;
  }

  /* アコーディオン余白調整 */
  .qa-item{
    margin-bottom:18px;
  }

  .qa-question{
    padding:16px;
    font-size:13px;
  }

  .qa-answer{
    font-size:12px;
  }
	  .home-blog-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-blog-card{
    max-width: 360px;
  }
  .home-blog-thumb{
    aspect-ratio: 16 / 9;
  }
	  .outline-row{
    flex-direction:column;
    gap:6px;
  }

  .outline-label{
    width:100%;
    font-weight:700;
  }

  .outline-map iframe{
    height:240px;
  }
	  .footer-inner{
    flex-direction:column;
    gap:40px;
  }

  .footer-right{
    width:100%;
  }

  .footer-nav{
    display:flex;
    flex-wrap:wrap;
    gap:16px 24px;
  }

  .footer-nav li{
    margin-bottom:0;
  }
	/* =========================
   CONTACT PAGE
========================= */
.contact-section{
  background:#f5f3f1;
  padding:100px 20px;
}

.contact-inner{
  max-width:900px;
  margin:0 auto;
}

.contact-title{
  font-size:28px;
  letter-spacing:.1em;
  color:#e3a86c;
  margin-bottom:10px;
}

.contact-sub{
  font-size:16px;
  font-weight:600;
  margin-bottom:15px;
}

.contact-desc{
  font-size:13px;
  line-height:1.8;
  margin-bottom:50px;
}

/* フォーム枠 */
.contact-form-wrap{
  background:#fff;
  padding:60px 60px 70px;
  border-radius:24px;
  border:3px solid #f08a24;
  box-shadow:8px 8px 0 rgba(0,0,0,.05);
}

/* ラベル */
.contact-form-wrap label{
  display:block;
  margin-bottom:20px;
  font-size:14px;
  font-weight:600;
}

.required{
  background:#000;
  color:#fff;
  font-size:10px;
  padding:2px 6px;
  margin-left:6px;
  border-radius:3px;
}

/* 入力 */
.contact-form-wrap input,
.contact-form-wrap textarea{
  width:100%;
  padding:10px;
  margin-top:8px;
  border:1px solid #f08a24;
  border-radius:4px;
  font-size:14px;
}

.contact-form-wrap textarea{
  height:160px;
  resize:none;
}

/* チェックボックス */
.wpcf7-checkbox{
  margin-top:10px;
  display:flex;
  gap:20px;
}

.wpcf7-list-item{
  margin:0;
}

.wpcf7-list-item input{
  margin-right:6px;
}

/* プライバシーBOX */
.privacy-box{
  margin-top:20px;
  padding:20px;
  border:1px solid #ccc;
  background:#f7f7f7;
  font-size:12px;
}

/* 同意 */
.wpcf7-acceptance{
  display:block;
  margin-top:20px;
  font-size:12px;
}

/* 送信ボタン */
.wpcf7-submit{
  margin-top:30px;
  background:#6a8f3a;
  color:#fff;
  padding:12px 30px;
  border:none;
  border-radius:999px;
  font-size:14px;
  cursor:pointer;
  transition:.3s;
}

.wpcf7-submit:hover{
  opacity:.85;
}
  .news-grid{
    grid-template-columns: repeat(2, 1fr);
    gap:30px 16px;
  }

  .news-thumb{
    border-radius:12px;
  }

  .news-card-title{
    font-size:13px;
  }
  .single-news{
    padding:80px 16px 100px;
  }

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

  .single-content{
    font-size:13px;
    line-height:1.8;
  }
	.solve-item{
  display:block;
  gap: 54px;
}
  .solve-item{
    grid-template-columns: 1fr;  /* 1列にする */
  }
	.aboutus-lead{
  margin: 0 0 34px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  line-height: 1.9;
}
	.message-floating-img img{
  display:none;
}
	.message-profile img{
  width:280px;
  height:420px;
  object-fit:cover;
  border-radius:6px;
}
	.message-text{
  margin:50px 0 70px;
  line-height:2;
  font-size:13px;
  color:#444;
  width:350px;
  font-weight:500;
}
	.message-main-img img{
  /* 右側だけ角丸 */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
	.site-logo img {
width:250px;
}
	.symptoms-desc{
		text-align:left;
	}
	.hamburger {
  position: relative;
  z-index: 10000;
}
}