@charset "UTF-8";
/*!
 * kotetsu clinic — renewal.css
 * ※ css/style.css は読み込まない（下層ページ用スタイルは必要に応じてここへ追加）
 */

/* ===================================================
   Design tokens & base overrides
=================================================== */
:root {
  --color-bg: #fbfaf7;
  --color-text: #42210a;
  --color-sub: #91684b;
  --color-sub-2: #EAE0D7;
  --color-accent: #f7a100;
  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-heading: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  --container: min(1220px, calc(100% - 48px));
  --section-py: clamp(50px, 7vw, 80px);
  --section-pysub: clamp(30px, 6vw, 60px);
  --shadow-1: 0 8px 28px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 16px 40px rgba(0, 0, 0, 0.1);
  --header-h: 124px;
}
@media screen and (max-width: 820px) {
  :root {--header-h: 50px}
}
::selection {
	background: rgba(255, 214, 121, 0.33);
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
  font-family: var(--font-base);
  color: var(--color-text);
  background: var(--color-bg);
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  padding: 0;
  margin: 0;
	
}
@media screen and (max-width: 820px) {
  body {
    font-size: 1.4rem;
  }
}
/* --- ローディング画面のスタイル --- */
.loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background-color: var(--color-bg);
	/* サイトの背景色に合わせて変更 */
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* 読み込み完了後にクラスを付与して消す */
.loader.is-loaded {
	opacity: 0;
	visibility: hidden;
}

/* --- コンテンツのふわっとエフェクト --- */
body {
	opacity: 1;
/*	transform: translateY(20px);*/
	transition: opacity 1s ease, transform 1s ease;

}

/* 読み込み完了後に表示 */
body.is-active {
	opacity: 1;
/*	transform: translateY(0);*/
}
a {
  color: inherit;
  text-decoration: none;
	transition: .3s all;
}

a:hover {
  opacity: 0.85;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul,ol,p,dd{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
	font-weight: 500;
}
.my-icon {
  width: 36px;
  height: 36px;
  vertical-align: middle;
}

#wraper {
  overflow: visible;
}

.inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 40px);
  padding-right: clamp(16px, 4vw, 40px);
}
#top_page {
  overflow: hidden;
}
.l-section {
  padding-block: var(--section-py);
}

.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  .brsp {
    display: inline;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 820px) {
  br.sp {
    display: inline;
  }
}
/* ===================================================
   レイアウト
=================================================== */
.l-row{
	display: flex;
	flex-wrap: wrap;
}
.sub-page__body{
	margin-top: 60px
}
.archive .sub-page__body{
	margin-top: 30px
}
.sub-page__body .l-section__pbl{
padding-bottom: 120px}
.img img{
	border-radius: 5px
}
.bg-wh{
	background: #fff;
}
@media screen and (max-width: 820px) {
	.archive .sub-page__body{
	margin-top: 0px
}
}
/* ===================================================
   Site header — フル幅 / 左右 30px（SP は狭める）
=================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  background-color: var(--color-bg);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 28px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 30px 30px;
  min-height: var(--header-h);
  box-sizing: border-box;
}

.site-header__logo {
  margin: 0;
  width: min(280px, 90%);
}

.site-header__logoLink {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}

.site-header__logoSub {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #9a6b5a;
}

.site-header__logoImg,
.site-header__logo img {
  display: block;
  height: clamp(38px, 4.5vw, 50px);
  width: auto;
}

/* ロゴ画像に「心療内科」が含まれる場合は非表示に: .site-header__logoSub { display: none; } */

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: end;
  min-width: 0;
}

.site-header__navList {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__navItem {
  position: relative;
}

.site-header__navItem:not(:first-child) {
  padding-left: clamp(10px, 1.725px + 0.873vw, 16px);
  margin-left: clamp(10px, 1.725px + 0.873vw, 16px);
}

.site-header__navItem:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #d4ccc4;
}

.site-header__link {
  display: block;
  padding: 6px 0;
  font-size: clamp(12px, 10.690px + 0.349vw, 17px);
  letter-spacing: 0.04em;
  white-space: nowrap;
	font-family: var(--font-heading);
  transition: color 0.2s ease, opacity 0.2s ease;
	position: relative;
}

.site-header__link:hover {
  color: var(--color-accent);
  opacity: 1;
}
.site-header__link.is-active {
    color: var(--color-accent);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-header__ctaGroup {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(10px, 1.2vw, 16px);
  align-items: flex-start;
}

/* 電話：バッジ上 + アイコンと番号 */
.site-header__ctaBtn--tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.site-header__ctaBadge {
  display: block;
  padding: 3px 30px;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.16em;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}

.site-header__ctaBadge--accent {
  background: var(--color-accent);
  color: #fff;
}

.site-header__ctaBadge--brown {
  background:var(--color-sub);
  color: #fff;
}

.site-header__ctaTelRow {
  display: inline-flex;
  align-items: center;
}
.site-header__ctaTelRow .my-icon{
flex: 0 0 auto;
  display: block;
  margin-top: -14px;
	margin-right: 8px
}


.site-header__ctaTelNum {
  font-size:3.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color:var(--color-text);
	margin-top: -15px;
	font-family: var(--font-heading);
}
.site-header__ctaTelNum span{
  font-size: 1.3rem;
}

/* Web予約：バッジ浮き + 白枠ボタン */
.site-header__ctaWebWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.site-header__ctaWebWrap > .site-header__ctaBadge--brown {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.site-header__ctaBtn--web {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 45px;
  padding: 6px 24px 2px;
  margin-top: 4px;
  border-radius: 5px;
  border: 1.5px solid rgba(92, 61, 46, 0.55);
  background: #fff;
  color: #42210a;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header__ctaBtn--web:hover {
  background: rgba(92, 61, 46, 0.04);
  border-color: #5c3d2e;
  opacity: 1;
}

.site-header__ctaWebLabel {
  white-space: nowrap;
}

.site-header__ctaWebLinkIcon {
  flex: 0 0 auto;
  display: block;
}

.site-header__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 10px 3px;
  border-radius: 50%;
  background: var(--color-sub-2);
  cursor: pointer;
	border: none;
	width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
}

.site-header__burgerLines {
  display: flex;
  gap: 5px;
}

.site-header__burgerLines span {
 display: block;
  width: 3px;
  height: 3px;
  background: #91684b;
  border-radius: 50%;
}

.site-header__burgerText {
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 400;
	color: var(--color-text)
	
}
@media screen and (max-width: 1519px) {
	.site-header__link{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1480px) {
  .site-header__nav {
    display: none;
  }


  .site-header__burger {
    display: flex;
  }
/*
	.site-header__brand{
	width: min(250px, 90%);
}
*/
/*
.site-header__logo {
  margin: 0;
  width: min(250px, 90%);
}
*/

}

@media screen and (max-width: 820px) {
  .site-header__ctaGroup--header {
    display: none;
  }
  .site-header__inner {
    padding: 10px 16px;
  }
}

/* ===================================================
   Site header — レガシー（ctaTop / ctaBottom のみの header 用・CSS のみ）
   新マークアップは `.site-header__ctaWebWrap` 内に Web ボタンがあるため、
   直下の `.site-header__ctaBtn--web` だけをレガシーとして扱う
=================================================== */
.site-header__ctaBtn--tel > .site-header__ctaTop {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  background: var(--color-accent);
  color: #fff;
  letter-spacing: 0.04em;
}

.site-header__ctaBtn--tel > .site-header__ctaBottom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: clamp(1.45rem, 1.5vw, 1.65rem);
  font-weight: 700;
  color: #42210a;
}

.site-header__ctaBtn--tel > .site-header__ctaBottom img {
  width: 22px;
  height: 22px;
}

/* 旧: ctaGroup の直下に Web ボタン1つ（ctaTop + ctaBottom） */
.site-header__ctaGroup--header > .site-header__ctaBtn--web {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px 10px;
  margin-top: 0;
  border-radius: 8px;
  border: 1.5px solid rgba(92, 61, 46, 0.55);
  background: #fff;
  color: #42210a;
  min-height: 44px;
  text-decoration: none;
}

.site-header__ctaGroup--header > .site-header__ctaBtn--web > .site-header__ctaTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  background: #5c3d2e;
  color: #fff;
  white-space: nowrap;
}

.site-header__ctaGroup--header > .site-header__ctaBtn--web > .site-header__ctaBottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
}

.site-header__ctaGroup--header > .site-header__ctaBtn--web > .site-header__ctaBottom img {
  width: 16px;
  height: 16px;
}

/* ===================================================
   Drawer
=================================================== */
.site-drawer__overlay {
  position: fixed;
  inset: 0;
 backdrop-filter: blur(40px);
  z-index: 240;
}

.site-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 250;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}
.site-drawer .site-footer{
	height: 100%;
	background: var(--color-bg);
	display: flex;
  justify-content: center;
  align-items: center;
}
.site-drawer .site-footer__grid{
	grid-template-columns: 1fr;
}
.site-drawer .site-footer__copy{
	display: none
}
body.is-drawerOpen .site-drawer {
  transform: translateX(0);
}

.site-drawer__inner {
  height: 100%
}

.site-drawer__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--color-text);
}

.site-drawer__nav {
  margin-top: 32px;
}

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

.site-drawer__list a {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid var(--color-sub-2);
  font-weight: 500;
  font-size: 1.6rem;
	font-family: var(--font-heading);
}

.site-drawer__list--sub a {
  font-weight: 500;
  font-size: 1.4rem;
}

.site-header__ctaGroup--drawer {
  margin-top: 28px;
  flex-direction: column;
  align-items: stretch;
}

.site-header__ctaGroup--drawer .site-header__ctaBtn--tel {
  width: 100%;
}

.site-header__ctaGroup--drawer .site-header__ctaWebWrap {
  width: 100%;
}

.site-header__ctaGroup--drawer .site-header__ctaBtn--web {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
@media screen and (max-width: 820px) {
	.site-drawer{
		width: 90%
	}
}
/* ===================================================
   Hero (TOP) — フルワイド（.inner なし）／ボタンは .c-btn コンポーネント任せ
=================================================== */
.hero {
  width: 100%;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;

}

/* 左：メイン写真（カラムいっぱい・高さはグリッドに合わせる） */
.hero__left {
  position: relative;
  min-height: 0;
}



.hero__slider img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 5px 5px 0;
}

/* 右：白エリア（カラム内パディングのみ） */
.hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding-left: 70px;
  position: relative;
}
.hero__right:before{
  content: "";
  position: absolute;
  z-index: -1;
  right: -200px;
  top: -100px;
  width: 100%;
    height: 100%;
  background: url(../images/bg-fuwa.png) no-repeat center center / cover;
  pointer-events: none;
}
.hero__panel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 4vw, 36px);
	margin-top: -8vw;
}


/* キャッチ：暖かいブラウン＋背後の淡いオレンジのにじみ */
.hero__catch {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: var(--color-sub);
}
/* CTA：縦並びのみ（色・角・hover は .c-btn / .c-btn--outline / .c-btn--accent） */
.hero__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero .hero__btns .c-btn--hero {
  width: 100%;
  max-width: 320px;
}

/* 装飾写真：右下寄せ・軽くオーバーラップ */
.hero__imgs {
  position: absolute;
  bottom: 0;
  right: 0; 
  display: block;
  width: calc(50% - 20px);
  max-width: 480px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  bottom: -18vw;
}

.hero__img {
  height: auto;
  object-fit: cover;
}

.hero__img--1 {
  
  z-index: 2;
}

.hero__img--2 {
  z-index: 1;
  width: 60%;
  margin: -60px 0 0 -70px;
}
@media screen and (max-width: 1180px) {
  .hero__catch{
    font-size: 3rem;
    padding-right: 5%;
  }
  .hero__right{
    padding-left: 40px;
  }
  .hero__right:before{
    background-size: contain;
    right: -80px;
  }
	.hero__panel{
		margin-top: 0;
	}
	.hero__imgs{
		display: none
	}
}
@media screen and (max-width: 820px) {
  .hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero__left {
    border-radius: 0 0 clamp(14px, 3vw, 24px) clamp(14px, 3vw, 24px);
    min-height: min(42vh, 420px);
    max-height: 52vh;
    box-shadow: 0 16px 40px rgba(66, 33, 10, 0.1);
  }

  .hero__slider {
    min-height: 0;
    height: 100%;
  }

  .hero__slider img {
    min-height: 240px;
    max-height: 52vh;
	  border-radius: 0;
  }

  .hero__right {
    padding: clamp(28px, 5vw, 48px) clamp(20px, 5vw, 32px) clamp(40px, 8vw, 64px);
  }

  .hero__imgs {
    max-width: 280px;
    margin-left: auto;
    margin-right: 0;
    height: auto;
    position: initial;
	  display: block
  }
  .hero__right:before{
    width: 120%;
    right: -100px;
    top: -140px;
  }
  .hero__catch{
    font-size: 2.6rem;
	  padding-right: 0;
  }
  .hero .hero__btns .c-btn--hero{
    max-width: stretch;
  }
	
}

/* ===================================================
   Home info（お知らせ / コラム）— カンプ寄せ
=================================================== */
.home-info {
  background: var(--color-bg);
}

.home-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.home-info__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.home-info__item {
  border-bottom: 1px solid var(--color-sub-2);
}

.home-info__item:first-child {
  border-top: 1px solid var(--color-sub-2);
}

.home-info__link {
  display: flex;
  padding: 14px 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.home-info__link:hover {
  opacity: 0.82;
}

/* お知らせ：日付 + タイトル1行 */
.home-info__list--news .home-info__link {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.home-info__list--news .home-info__date {
  flex: 0 0 auto;
  margin: 0;
  min-width: 8.8em;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-sub);
}

.home-info__list--news .home-info__title {
  flex: 1;
  min-width: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive .home-info__list--news .home-info__title{
	font-size: 1.8rem;
	font-weight: 400
}
/* コラム：サムネ（3:2）+ 日付・タイトル */
.home-info__link--media {
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.home-info__list--column .home-info__thumb {
  flex: 0 0 108px;
  width: 108px;
  aspect-ratio: 3 / 2;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #eae5df;
}

.home-info__list--column .home-info__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-info__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-info__list--column .home-info__date {
  display: block;
  margin: 0;
  font-size: 1.2rem;
}

.home-info__list--column .home-info__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

/* 一覧リンク：右寄せ・黄矢印・下線（テキスト幅に合わせた短いライン） */
.home-info__more {
  margin-top: 18px;
  text-align: right;
	margin: 40px 0 0 auto;
	width: min(160px,100%);
	padding-bottom: 10px;
	letter-spacing: .1em;
	position: relative
}
.home-info__more:before{
	content: '';
	width: 100%;
	height: 1px;
	background: var(--color-text);
	position: absolute;
	bottom: 0;
	right: 0
}
.home-info__more a{
	display: flex;
  align-items: center;
	justify-content: space-between;
  gap: 10px;
}

@media screen and (max-width: 820px) {
	.home-info{
		padding-top: 0
	}
  .home-info__grid {
    grid-template-columns: 1fr;
  }

  .home-info__list--news .home-info__link {
    flex-wrap: wrap;
  }

  .home-info__list--news .home-info__date {
    min-width: auto;
  }
	.archive .home-info__list--news .home-info__title{
	font-size: 1.4rem;
}
}

/* ===================================================
   Section heading（共通コンポーネント）
   ※ 中央寄せが必要なブロックは `c-sectionHeading--center` を追加
=================================================== */
.c-sectionHeading {
  margin: 0 0 clamp(20px, 3vw, 60px);
  padding: 0;
  border: none;
  text-align: left;
}

.c-sectionHeading__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-family: "Fustat", var(--font-base);
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: none;
  color: var(--color-accent);
}

.c-sectionHeading__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  flex-shrink: 0;
  transform: translateY(-2px);
}

.c-sectionHeading__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: var(--color-sub);
}

/* メッセージ：左寄せのまま（タイトルは長文） */
.c-sectionHeading--message .c-sectionHeading__title {
  text-align: left;
}


.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.c-btn:hover {
  opacity: 1;
}

.c-btn__inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.c-btn__main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.c-btn__label {
  white-space: nowrap;
}

.c-btn__trail {
  display: flex;
  align-items: center;
}

.c-btn__arrow {
  display: block;
}

.c-btn--outline {
  position: relative;
  padding: 12px 22px;
  border: 1px solid var(--color-sub);
  color: var(--color-text);
  background: transparent;
  min-width: 280px;
  font-family: var(--font-heading);
  z-index: 1; 
  overflow: hidden;
  transition: .3s all;
}

.c-btn--outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-fuwa.png) no-repeat;
  background-size: 230%;
  background-position: center center;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s ease; 
}


.c-btn--outline:hover::before {
  opacity: 1; 
}


.c-btn--accent {
  padding: 12px 22px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #ffb23a 0%, var(--color-accent) 100%);
  color: #fff;
  box-shadow: var(--shadow-1);
}

.c-btn--accent:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-1px);
}

.c-btn--18 .c-btn__label {
  font-size: 1.8rem;
}

.c-btn--hero {
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.8rem;
}

.c-btn__icon {
  display: block;
}
@media screen and (max-width: 820px) {
  .c-sectionHeading--message .c-sectionHeading__title {
    font-size: 2.2rem;
  }
  .c-btn--18 .c-btn__label{
    font-size: 1.6rem;
  }
}
/* ===================================================
   Top message / features / signs / services / payment
=================================================== */

.top-message{
  background: url(../images/bg-fuwa.png) no-repeat;
  background-size: contain;
background-position: left -15vw top -100px;
}
.top-message__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.top-message__text {
  margin: 0 0 24px;
  line-height: 1.9;
  color: var(--color-text);
}

.top-message__visual img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
	.top-message{
		background-position: left 15vw top -40px;
	}
  .top-message__grid {
    grid-template-columns: 1fr;
  }
}


/* こてつクリニックの特徴（カンプ寄せ） */
.top-features {
	padding-top: 0;
}

.top-features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 56px);
}

.top-features__item {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap:32px;
  align-items: start;
  padding: 0;
}

.top-features__thumb {
  overflow: hidden;
}

.top-features__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 5px;
}

.top-features__body {
  min-width: 0;
}

/* 番号（オレンジ・下線は番号幅のみ）＋ タイトル */
.top-features__heading {
  margin: 0 0 14px;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.45;
}

.top-features__num {
  display: inline-block;
  margin-right: 0.35em;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-accent);
  font-family: "Fustat", var(--font-base);
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--color-accent);
  line-height: 1.15;
  vertical-align: baseline;
}

.top-features__titleText {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 1.9vw, 2.2rem);
  font-weight: 500;
  color: var(--color-sub);
  letter-spacing: 0.02em;
}

.top-features__highlight {
  margin: 0 0 12px;
  border-radius: 4px;
  background: #fff4e1;
  font-size: 2rem;
  font-weight: 5500;
  line-height: 1.75;
  color: var(--color-sub);
}

.top-features__text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  color: #705441;
}

@media screen and (max-width: 820px) {
	.top-features{
		background: #fff;
		padding-top: 50px
	}
  .top-features__item {
    grid-template-columns: 1fr;
	  gap:1.2rem
  }

  .top-features__thumb img {
    aspect-ratio: 16 / 10;
    max-height: 240px;
  }
	.top-features__highlight{
		font-size: 1.6rem
	}
}

/* 症状とサイン（カンプ寄せ：2カラム5カード・ヘッダー帯・チェックリスト） */
.signs-symptoms{
	padding-bottom: 120px
}
.signs-symptoms .c-sectionHeading{
	margin-bottom: 0px
}
.signs-symptoms__header {
  margin-bottom: clamp(10px, 2vw, 30px);
}

.signs-symptoms__intro{
	margin:0 auto 60px
}
.signs-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 28px);
  align-items: start;
}

.signs-symptoms__card {
  margin: 0;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

/* カード見出し：ベージュ帯・中央揃え（#signs-symptoms-h-sleep 等） */
.signs-symptoms__cardHead {
  margin: 0;
  padding: 14px 16px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  background: #EAE0D7;
  border: none;
}

.signs-symptoms__list {
  list-style: none;
  margin: 0;
  padding: 4px 16px 14px;
}

.signs-symptoms__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid rgba(112, 84, 65, 0.12);
}

.signs-symptoms__item:first-child {
  border-top: none;
}

.signs-symptoms__check {
  flex: 0 0 auto;
  margin-top: 9px;
  color: #5c4334;
}

.signs-symptoms__checkSvg {
  display: block;
}

.signs-symptoms__line {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.7;
  color: #705441;
}

.signs-symptoms__main {
  font-size: 2rem;
  font-family: var(--font-heading);
}

.signs-symptoms__sep {
  margin: 0 0.2em;
  color: rgba(112, 84, 65, 0.45);
  letter-spacing: 0;
}

.signs-symptoms__detail {
  font-weight: 400;
  color: rgba(112, 84, 65, 0.92);
}

@media screen and (max-width: 820px) {
	.signs-symptoms{
		padding-bottom: 40px;
	}
  .signs-symptoms__grid {
    grid-template-columns: 1fr;
  }
  .signs-symptoms__main{
    font-size: 1.6rem;
  }
  .signs-symptoms__check{
    margin-top: 5px;
  }
	.signs-symptoms__intro{
		margin-bottom: 20px
	}
	.signs-symptoms__cardHead{
		font-size: 1.8rem
	}
}

.top-services {
  background: url(../images/bg-img1.jpg) no-repeat center center / cover;
}

.top-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 16px);
}

.top-services__card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(18px, 2.5vw, 24px);
  box-shadow: var(--shadow-1);
  text-align: center;
}

.top-services__iconWrap {
  margin-bottom: 12px;
}

.top-services__iconImg {
  width: 72px;
  height: auto;
}

.top-services__title {
  margin: 0 0 10px;
  font-size: 2.4rem;
  color: var(--color-sub);
  font-family: var(--font-heading);
  font-weight: 500;
}

.top-services__text {
  margin: 0;
  font-size: 1.35rem;
  color: var(--color-text-muted);
  text-align: left;
}

.top-services__action {
  margin-top: clamp(28px, 4vw, 40px);
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .top-services__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 540px) {

	.top-services__title{
		font-size: 1.8rem;
  border-radius: 4px;
  background: #fff4e1;
	}
}

.top-payment{
  padding-bottom: 0;
}
.top-payment__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.top-payment__lead {
  font-size: 1.5rem;
  line-height: 1.85;
  color: var(--color-text-muted);
}

.top-payment__estimate{
  width: min(360px,100%);
}
.top-payment__estimateHead {
  margin-bottom: 0;
  font-size: 1.5rem;
  padding: 4px 5%;
  text-align: center;
  background-color: var(--color-sub-2);
}

.top-payment__estimateList {
  margin: 0;
  background-color: #fff;
  padding: 10px 30px;
}

.top-payment__estimateItem {
  margin: 4px 0;
}

.top-payment__visual img {
  border-radius: 5px;
}

.top-payment__action {
  margin-top: 24px;
}

@media screen and (max-width: 820px) {
  .top-payment__grid {
    grid-template-columns: 1fr;
  }
	.top-payment__action{
		text-align: center;
	}
	.top-payment__estimate{
width: 100%}
}

/* ===================================================
   Hours & access
=================================================== */
.hours-access .inner{
  padding-top: 60px;
  border-top: 1px solid var(--color-sub-2);
}
.hours-access__header {
  margin-bottom: clamp(20px, 3vw, 32px);
}

.gmap iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0;
}

.hours-access__addressWrap {
  margin: clamp(20px, 3vw, 32px) auto 0;
}

.clinic-address__line {
  margin: 0.25em 0;
  font-size: 1.5rem;
}

.hours-access__rule {
  margin: clamp(28px, 4vw, 40px) auto;
  border: none;
  border-top: 1px solid var(--color-sub-2);
}

.hours-access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 4vw, 48px);
  align-items: start;
}

.hours-access__subTitle {
  margin: 0 0 16px;
  font-size: 2.4rem;
  font-family: var(--font-heading);
  color: var(--color-sub);
  font-weight: 500;
}

.hours-access__notes {
  margin-top: 16px;
}

.hours-access__note {
  margin: 4px 0;
  font-size: 1.35rem;
  color: var(--color-text-muted);
}

.clinic-hours-table {
  overflow-x: auto;
}

.clinic-hours-table__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.clinic-hours-table__th,
.clinic-hours-table__time,
.clinic-hours-table__cell {
  border-bottom: 1px solid var(--color-sub-2);
  padding: 8px 6px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}


.clinic-hours-table__open {
  color: var(--color-accent);
  font-weight: 500;
}

.clinic-hours-table__closed {
  color: rgba(66, 33, 10, 0.35);
}

.clinic-event-calendar {
  margin-top: 8px;
}
.xo-event-calendar table.xo-month .month-dayname td div{
	text-align: center;
}
.xo-event-calendar .holiday-all{
	color: #fff;
}
.xo-event-calendar table.xo-month .month-dayname td div.today{
	color: var(--color-accent);
}
.hours-access.sub-page-content{
	margin-bottom: 120px
}
.clinic_page .hours-access.sub-page-content{
	margin-bottom: 0;
}
.hours-access.sub-page-content .inner{
	display: flex;
	flex-direction: column;
	gap: clamp(36px, 4vw, 40px);
	border-top: none
}
.hours-access.sub-page-content .hours-access__grid{
	border-bottom: 1px solid var(--color-sub-2);
	padding-bottom: clamp(36px, 4vw, 40px);
}
@media screen and (max-width: 820px) {
	.hours-access{
		padding-top: 100px
	}
	.hours-access.sub-page-content{
		padding-top: 0!important;
		margin-bottom: 60px
	}
  .hours-access__grid {
    grid-template-columns: 1fr;
  }
	.clinic-hours-table__th, .clinic-hours-table__time, .clinic-hours-table__cell{
		font-size: 1.2rem;
		padding: 0
	}
	.hours-access__subTitle{
		font-size: 2rem;
		margin-bottom: 8px
	}
	.hours-access__note{
		font-size: 1.2rem;
	}
}

/* ===================================================
   Site footer
=================================================== */
.site-footer {
  background: #ECE4DC;
  padding: clamp(40px, 6vw, 72px) 0 clamp(24px, 4vw, 40px);
}

.site-footer__inner {
  max-width: 1120px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: end;
}

.site-footer__logo {
  max-width: 260px;
  height: auto;
}

.site-footer__address {
  margin-top: 16px;
}

.site-footer__addressLine {
  margin: 4px 0;
  font-size: 1.35rem;
  line-height: 1.7;
  opacity: 0.92;
}

.site-footer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.site-footer__cta{
	width: calc(50% - 8px);
}
.site-footer__ctas a{
	width: 100%
}
.site-footer__ctaLead {
  margin: 0 0 8px;
  font-size: 1.5rem;
  color: var(--color-sub);
	font-weight: 500
}
.site-footer__cta .my-icon{
	width: 24px;
}

.site-footer .c-btn--outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.site-footer .c-btn--outline:hover {
  background: #fff;
  color: var(--color-text);
}

.site-footer .c-btn--accent {
  box-shadow: none;
}
.site-footer__telBtn{
	background: #fff;
	border: 1px solid var(--color-text);
	padding: 12px 22px;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 32px;
}

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

.site-footer__navLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-sub);
  font-size: 1.4rem;
}

.site-footer__navLink:hover {
  opacity: 1;
}
.site-footer__navArrowSvg {
    color: var(--color-accent);
}
.site-footer__navLink:hover .site-footer__navArrowSvg {
    color: var(--color-sub);
    transform: translateX(5px); 
    transition: all 0.3s ease;
}
.site-footer__copy {
  margin: clamp(32px, 4vw, 48px) 0 0;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  opacity: 0.75;
}

@media screen and (max-width: 820px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__copy {
    text-align: center;
  }
	.site-footer__cta{
		width: 100%
	}
	.site-footer__navLink{
		font-size: 1.15rem
	}
	.site-footer__nav{
		gap: 8px 12px;
	}
}

/* ===================================================
   Pagetop
=================================================== */
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 150;
}

#page_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: var(--color-bg);
  border: 1px solid rgba(66, 33, 10, 0.35);
  color: var(--color-text);
  box-shadow: var(--shadow-1);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
}

#page_top a:hover {
  background: #fff;
  color: var(--color-accent);
  border-color: rgba(247, 161, 0, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

#page_top a i {
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 820px) {
  #page_top {
    right: 1.2rem;
    bottom: 1rem;
  }

  #page_top a {
    width: 4.4rem;
    height: 4.4rem;
  }

  #page_top a i {
    font-size: 1.5rem;
  }
}

/* ===================================================
   Sub page: KV + shell
=================================================== */
.sub-page__body > section {
  padding-block: var(--section-pysub);
}

.page-kv {
/*  padding: clamp(40px, 6vw, 72px) 0 clamp(32px, 5vw, 56px);*/
}

.page-kv__inner {
  margin: 0 auto;
}

.page-kv__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 54%);
  gap: clamp(24px, 5vw, 64px);
/*  align-items: center;*/
}
.page-kv__text{
	padding-left: 18%;
	margin-top: 40px
}
/*
.page-kv__grid--textOnly {
  grid-template-columns: minmax(0, 1fr);
}
*/

.page-kv__eyebrow {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(60px, 42.969px + 4.541vw, 112px);
  font-weight: 500;
  color: #E3A874;
	opacity: .15;
	line-height: 1;
}
.page-kv--price .page-kv__eyebrow{
	 font-size: clamp(60px, 42.969px + 3.541vw, 112px);
}

.page-kv__eyebrow::first-letter {
  color: var(--color-accent);
}
.page-kv__title {
  margin: -0.65em 0 0.65em;
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: var(--color-sub);
}

.page-kv__lead {
  margin: 0;
  max-width: 40em;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

.page-kv__visual {
  border-radius: 5px;
  overflow: hidden;
}

.page-kv__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 852 / 381;
  object-fit: cover;
}
.breadcrumbswrap{
	border-top: 1px solid var(--color-sub-2);
	background: #f4f1ed;
}
.breadcrumbs{
	margin: 50px auto 0;
	font-family: var(--font-heading);
	font-size: 1.4rem;
	display: flex;
  gap: 10px;
}
.breadcrumbswrap .breadcrumbs{
	padding: 30px;
  margin: 0 auto;
}
.breadcrumbs a{
	color: var(--color-accent);
}
@media screen and (max-width: 1320px) {
	.page-kv__text{
		padding-left: clamp(16px, 4vw, 40px);
	}
}
@media screen and (max-width: 1120px) {
  .page-kv__grid {
    grid-template-columns: 1fr;
  }

  .page-kv__visual {
    order: -1;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
	.page-kv__text .breadcrumbs{
		font-size: 1.2rem
	}
	
}

@media screen and (max-width: 820px) {
  .page-kv__inner {
    padding: 0
  }
	.page-kv__text{
		padding-right: 16px;
		padding-left: 16px;
	}
}
/* ===================================================
   visitor
=================================================== */
.visitor-about .l-row{
	gap:32px;
	flex-wrap: nowrap;
}
.visitor-about .txtarea{
	width: 60%
}
.visitor-about .img{
	width: 40%
}
#sub_page.visitor_page .visitor-flow ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5% auto; }
    #sub_page.visitor_page .visitor-flow ul li {
      width: calc(100% / 5 - 5%);
      list-style-type: none;
      text-align: center;
      border-radius: 12px; }
      #sub_page.visitor_page .visitor-flow ul li:last-child .visitor-flow__box::after {
        display: none; }
      @media screen and (max-width: 820px) {
        #sub_page.visitor_page .visitor-flow ul li {
          width: calc(100% / 5 - 3%); } }
      #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box {
        margin-top: 75px;
        position: relative;
        z-index: 1; }
        #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box::after {
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          font-weight: 900;
          color: var(--color-accent);
          position: absolute;
          top: 150px;
          right: -25%;
          font-size: 2.4rem; }
          @media screen and (max-width: 820px) {
            #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box::after {
              font-size: 1.4rem;
              top: 100px;
              right: -18%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%); } }
        #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img {
          position: relative;
          max-width: 150px;
          margin: auto;
          margin-top: -75px;
          border-radius: 100vw; }
          #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img.step01 {
            background: url("../images/visitor/step01.jpg") no-repeat center;
            background-size: cover; }
          #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img.step02 {
            background: url("../images/visitor/step02.jpg") no-repeat center;
            background-size: cover; }
          #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img.step03 {
            background: url("../images/visitor/step03.jpg") no-repeat center;
            background-size: cover; }
          #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img.step04 {
            background: url("../images/visitor/step04.jpg") no-repeat center;
            background-size: cover; }
          #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img.step05 {
            background: url("../images/visitor/step05.jpg") no-repeat center;
            background-size: cover; }
          #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box .flow_img.circle::before {
            display: block;
            content: '';
            padding-top: 100%; }
        #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box strong {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%;
          font-size: 2.4rem;
          letter-spacing: .1em;
          margin: auto;
          -ms-writing-mode: tb-rl;
          /*IE*/
          -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
          white-space: nowrap;
			font-family: var(--font-heading);
          margin-top: -75px;
          padding: 95px 0 35px;
			font-weight: 500;
          border-radius: 12px;
          text-align: center; }
          @media screen and (max-width: 820px) {
            #sub_page.visitor_page .visitor-flow ul li .visitor-flow__box strong {
              padding: 80% 0 50%;
              font-size: 1.6rem;
              margin-top: -50%; } }
      #sub_page.visitor_page .visitor-flow ul li span {
        display: block;
        color: var(--color-accent);
        font-size: 1.2em;
        font-weight: bold;
        margin-top: .5em; }
        @media screen and (max-width: 820px) {
          #sub_page.visitor_page .visitor-flow ul li span {
            font-size: 1.1rem; } }
  #sub_page.visitor_page .visitor-list .col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sub_page.visitor_page .visitor-list .col2 .lt, #sub_page.visitor_page .visitor-list .col2 .rt {
      width: calc(100% / 2 - 20px); }
      @media screen and (max-width: 820px) {
        #sub_page.visitor_page .visitor-list .col2 .lt, #sub_page.visitor_page .visitor-list .col2 .rt {
          width: calc(100%); } }
  #sub_page.visitor_page .visitor-list .down_arrow {
    text-align: center;
    font-size: 4rem;
    color: var(--color-accent); }
  #sub_page.visitor_page .visitor-list .visitor-list__box {
    border-radius: 5px;
    background: #fff;
    padding: 30px 56px; }
    #sub_page.visitor_page .visitor-list .visitor-list__box dl dd ol li {
      border: none;
      list-style-type: none; }
      #sub_page.visitor_page .visitor-list .visitor-list__box dl dd ol li::before {
        display: inline-block;
        content: '・';
        color: #bb2f43;
        margin-right: .5em; }
.reserve-btnarea{
	background: var(--color-accent);
	width: min(912px,100%);
	padding: 40px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:24px;
	margin: 0 auto;
}
.reserve-btnarea .ttl,.reserve-btnarea p{
	color: #fff;
}
.reserve-btnarea .ttl{
	font-size: 2.4rem;
	letter-spacing: .08em;
	font-family: var(--font-heading);
}
.reserve-btnarea .btn{
		width: min(518px,100%);
	margin: 0 auto;
}
.reserve-btnarea .btn a{
	font-size: 2.8rem;
	background: #fff;
	font-weight: 500;
	padding: 20px;
width: 100%;
	display: flex;
	gap:10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: var(--font-heading);
	border-radius: 5px;
	box-shadow: var(--shadow-1);
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.reserve-btnarea .btn a:hover{
	opacity: 1;
	box-shadow: var(--shadow-2);
  transform: translateY(-1px);
}
.reserve-btnarea .c-btn__icon{
	width: 3rem;
	height: 3.4rem;
}
.center_line_index .ttl{
	color: var(--color-sub);
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 10px
}
.center_line_index .ttl:before{
	content: '';
	width: 40px;
	height: 2px;
	background: var(--color-accent);
	position: absolute;
	top: 50%;
	left: -56px
}
.visitor-list__box .stripe_index{
	border-bottom: 1px solid var(--color-sub);
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 2rem;
}
@media screen and (max-width: 820px) {
	.visitor-about .l-row{
		flex-wrap: wrap;
	}
	.visitor-about .txtarea,.visitor-about .img{
		width: 100%
	}
	#sub_page.visitor_page .visitor-list .visitor-list__box{
		padding: 30px 16px;
	}
	.center_line_index .ttl,.reserve-btnarea .ttl{
		font-size: 1.8rem
	}
	.center_line_index .ttl::before{
		left: -16px;
		width: 10px
	}
	.visitor-list__box .stripe_index{
		font-size: 1.6rem
	}
	.reserve-btnarea .btn a{
		font-size: 2rem
	}
	
}
.main--sub .home-info__col{
	background: #fff;
}
.main--sub .home-info__col .right{
	padding-top: 40px;
	text-align: right
}
.main--sub .home-info__list--column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px; 
    list-style: none;
    padding: 0;
}

.main--sub .home-info__link--media {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding-bottom: 15px;
}


.main--sub .home-info__thumb {
    flex-shrink: 0;
    width: 120px; 
    aspect-ratio: 3 / 2;
    margin-right: 20px;
}

.main--sub .home-info__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main--sub .home-info__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.home-info__arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent var(--color-accent);
}
.main--sub .home-info__list--column .home-info__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.main--sub .home-info__item:nth-child(2) {
  border-top: 1px solid var(--color-sub-2);
}
.main--sub .archive .home-info__item:nth-child(2){
	border-top: none
}
/* スマホでは1列にする */
@media (max-width:820px) {
    .main--sub .home-info__list--column {
        grid-template-columns: 1fr;
    }
	.main--sub .home-info__item:nth-child(2){
		border-top: none
	}
	.main--sub .home-info__list--column .home-info__title{
		font-size: 1.4rem
	}
	.main--sub .home-info__link--media{
		gap:10px
	}
}
.c-reservation {
    padding: 120px 0;
    background: url('../images/bg-leaves.jpg') no-repeat center/cover;
}

.c-reservation__inner {
  width: min(1180px,90%);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
    padding: 40px;
    border-radius: 5px;
    text-align: center;
}

.c-reservation__heading {
    color: var(--color-sub);
    font-size: clamp(2.2rem, 2.6vw, 3rem);
    margin-bottom: 30px;
	font-family: var(--font-heading);
	line-height: 1.4;
	font-weight: 500
}

.c-reservation__content {
    display: flex;
    gap: 20px;
	font-family: var(--font-heading);
}

.c-reservation__box {
    flex: 1;
    padding: 40px 20px 30px;
    border-radius: 5px;
	position: relative;
	display: flex;
  flex-direction: column;
  justify-content: center;
	box-shadow: var(--shadow-2);
	background: #fff;
	transition: all .3s;
}
.c-reservation__box--web{
	border: 1px solid var(--color-sub);
}
.c-reservation__box--web:hover{
	background:var(--color-sub-2);
}
.c-reservation__box--tel{
	border: 1px solid var(--color-accent);
}

.c-reservation__lead {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 2.4rem;
	font-family: var(--font-heading);
	color: #fff;
	padding: 4px 1em 6px;
	line-height: 1;
	border-radius: 5px;
	display: ruby;
}
.c-reservation__box--web .c-reservation__lead{
	background: var(--color-sub);
}
.c-reservation__box--tel .c-reservation__lead{
	background: var(--color-accent);
}
.c-reservation__box .num{
	font-size: 4rem;
	color: var(--color-accent);
}
.c-reservation__box--tel:hover {
	background: var(--color-accent);
}
.c-reservation__box--tel:hover .num{
	color: #fff;
}
.c-reservation__box--tel:hover .c-reservation__lead{
	background: #f76800;
}
.c-btn__icon--calendar {
  width: 4rem;
  height: 4rem;
}
.c-btn__icon--phone{
	margin-bottom: -10px;
}
.c-reservation__box--tel:hover .c-btn__icon--phone{
	color: #fff;
}
.c-btn__icon--phone img,.c-btn__icon--calendar svg {
  width: 100%;
  height: auto;
}
.c-reservation__box .num small{
	font-size: .7em
}
.c-btn__wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px
}
.c-reservation__box--web .c-btn__wrap{
	padding: 10px 2em;
}
.c-reservation__box .txt{
	font-size: 2.4rem;
	border-radius: 5px
}
/*
.c-reservation__box .c-btn{
	width: min(410px,100%);
	font-size: clamp(18px, 14.725px + 0.873vw, 28px);
	font-family: var(--font-heading);
}
*/

/* Web予約ボタン（オレンジ） */
/*
.c-btn--web {
    padding: 12px 22px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #ffb23a 0%, var(--color-accent) 100%);
  color: #fff;
}
*/

/* 電話ボタン（枠線のみ） */
/*
.c-reservation__box .c-btn--tel {
   padding: 12px 22px;
  color: var(--color-text);
  background: transparent;
	font-size: 3.2rem
}
*/
/*
.c-btn--tel .c-btn__icon--phone,.c-btn--web .c-btn__icon--calendar{
	margin-right: 8px;
	width: 40px;
	height: 40px
}
.c-reservation__box .c-btn .c-btn__icon{
	width: 100%;
	height: 100%;
}
.c-btn--tel small {
    font-size: 0.7em;
    margin-right: 5px;
}
*/
.c-reservation .read{
	margin-bottom: 30px
}
.c-reservation .read strong{
	color: #f76800;
	font-weight: 400;
}

/* レスポンシブ */
@media (max-width: 900px) {
	.c-reservation{
		padding: 60px 0;
	}
    .c-reservation__content {
        flex-direction: column;
    }
	.c-reservation__box{
		width: 100%;
	}
	.c-btn--web{
		padding-left: 16px;
		padding-right: 16px;
	}
	.c-reservation__box .c-btn--tel{
		font-size: 2.6rem;
		padding: 0
	}
	.c-reservation__inner{
		background: none;
		padding: 40px 0;
	}
	.c-reservation__box{
		background: #fff;
	}
	.c-reservation__lead{
		font-size: 2rem;
		width: 80%;
	}
	.c-reservation__box .num{
		font-size: 3rem;
		color: #f76800
	}
	.c-reservation__box .txt {
  font-size: 1.8rem;
}
	.c-btn__icon--calendar {
  width: 3rem;
  height: 3rem;
}
	.c-reservation__box .my-icon{
		width: 3rem;
		height: 3rem
	}
}

.sub-page__body .treatment-about {
  padding: 100px 0;
  background: url('../images/bg-treatment.jpg') no-repeat center/cover;
}

.treatment-about__lead {
  margin-bottom: 50px;
  line-height: 2;
}
.treatment-about__lead p:not(:last-child){
	margin-bottom: 1em
}

.medical__list {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.medical__title {
  background-color: #EAE0D7;
  padding: 14px 16px;
  text-align: center;
}

.medical__title h3 {
  font-size: 2.4rem;
	font-family: var(--font-heading);
	font-weight: 400
}

.medical__content {
  padding: 40px 60px;
}

.medical__content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.medical__content li {
  position: relative;
  padding-left: 35px;/
  font-size: 1.8rem;
  font-weight: 400;
	font-family: var(--font-heading);
  display: flex;
  align-items: center;
  min-height: 1.5em;
}

.medical__content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #4E342E;
  border-radius: 2px;
}

.medical__content li::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


@media (max-width:820px) {
  .medical__content {
    padding: 30px 20px;
  }
  .medical__content ul {
	  grid-template-columns: repeat(2, 1fr);}
	.medical__content li{
		font-size: 1.6rem;
	}
	.medical__title h3{
font-size: 1.8rem}
}
.p-services {
    padding: 100px 0;
}

.p-services__content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.c-serviceCard {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.c-serviceCard__img {
    flex: 0 0 292px;
}

.c-serviceCard__img img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 5px;
}

.c-serviceCard__body {
    flex: 1;
}

.c-serviceCard__title {
    font-size: 2.4rem;
    color: var(--color-sub);
    margin-bottom: 1em;
    font-weight: 500;
    position: relative;
	font-family: var(--font-heading);
}

.c-serviceCard__text {
    line-height: 1.8;
}

@media (max-width:820px) {
    .c-serviceCard {
        flex-direction: column; /* 縦並びに */
        gap: 20px;
    }
    .c-serviceCard__img {
        width: 100%;
    }
}
/* 変数設定（念のため再定義） */
:root {
  --color-sub: #91684b;
  --color-sub-2: #EAE0D7;
  --color-accent: #f7a100;
  --color-text: #42210a;
}

.price_page {
  padding-bottom: 100px;
}

/* セクション共通 */
.price-about, 
.price-list__box {
  margin-bottom: 80px;
}

/* 見出しサイズ指定 */
.price-list__box .c-sectionHeading--services {
  margin-bottom: 30px;
}

/* h2以外の見出し（加算項目などのタイトル） */
.info__ttl {
  font-size: 1.8rem; /* PC時 */
  color: var(--color-sub);
  margin: 40px 0 15px;
  padding-left: 15px;
  border-left: 4px solid var(--color-accent);
}

/* テーブルの基本スタイル */
.table-base {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-top: 2px solid var(--color-sub);
	border-left: 1px solid #d8cdc0;
}

.table-base th,
.table-base td {
  padding: 20px;
  border-bottom: 1px solid #d8cdc0;
  border-right: 1px solid #d8cdc0;
  text-align: left;
  line-height: 1.6;
}

 .table-base thead th {
  background-color: var(--color-sub-2);
  width: 30%;
  font-weight: 500;
}
.table-base tbody th{
background: rgba(234, 224, 215, 0.32);
	font-weight: 400
}

.table-base.col3 th {
  width: auto;
  text-align: center;
}

/*
.table-base.col3 td:nth-child(2),
.table-base.col3 td:nth-child(3) {
  text-align: center;
}
*/

/* 注釈・小さなテキスト */
. {
  font-size: 0.85em;
  color: #666;
  display: block;
  margin-top: 5px;
}

/* リストスタイル */
.list-disc {
  padding-left: 1.5em;
  list-style: disc;
}

.list-disc li {
  margin-bottom: 0.5em;
}

/* 加算・決済ボックス */
.pay-box, 
.info-box {
  background: #fdfdfd;
  padding: 30px;
  border: 1px solid var(--color-sub-2);
  border-radius: 5px;
}

.info__read {
  margin-bottom: 30px;
  line-height: 1.8;
}


@media (max-width:820px) {
  .info__ttl {
    font-size: 1.6rem;
  }

  .table-base th,
  .table-base td {
    padding: 15px 10px;
  }

  /* スマホでテーブルが窮屈な場合、縦並びにする設定（必要に応じて） */
  .table-base:not(.col3) tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
  
  .table-base:not(.col3) th,
  .table-base:not(.col3) td {
    display: block;
    width: 100% !important;
    border-bottom: none;
  }

  .table-base:not(.col3) th {
    padding-bottom: 5px;
    background: none;
    color: var(--color-sub);
  }
}
.doctor_page{
	padding-bottom: 120px
}
.doctor-prof__read .ttl{
	padding-bottom: 30px;
font-family: var(--font-heading);
}
.doctor-prof__read .ttl span{
	font-size: 2.4rem;
}
.doctor_page .top-message{
	background: none
}
.doctor_page .top-message__grid{
	align-items: flex-start;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
@media (max-width:820px) {
	.doctor_page{
	padding-bottom: 60px
}
	.doctor_page .top-message__grid{
	align-items: flex-start;
	grid-template-columns: 1fr
}
	.doctor-prof__read .ttl{
		font-size: 1.4rem
}
	.doctor-prof__read .ttl span{
		font-size: 1.8rem
	}
}
.p-auto-slider {
    width: 100%;
    overflow: hidden;
}


.p-auto-slider .splide__slide img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
@media (max-width:820px) {
	.p-auto-slider .splide__slide img{
		height: 200px;
	}
}
.information{
	margin: 60px auto 0
}
#sp-ea-41.sp-easy-accordion > .sp-ea-single{
	border: none;
	background: none;
	border-bottom: 1px solid var(--color-sub-2);
}

.p-faq,.post_contents {
  max-width: calc(800px + 5%);
	padding: 0 5%
}
.p-faq{
	 margin: 0 auto;
}
.p-faq__item {
  border-bottom: 1px solid var(--color-sub-2);
  padding: 24px 0;
}
.p-faq__item a{
	color: #f76800;
	text-decoration: underline;
	font-weight: 600;
}
.p-faq__item:last-child {
  border-bottom: none;
}

.p-faq__question {
	position: relative;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
font-size: 2.4rem;
	font-family: var(--font-heading);
	padding-left: 40px;
}

.p-faq__question::before {
  content: "Q.";
  flex-shrink: 0;
  color: var(--color-sub);
	position: absolute;
  top: 0;
	left: 0
}

.p-faq__answer {
	position: relative;
  margin-left: 0;
  line-height: 1.8;
	opacity: .8;
	padding-left: 40px;
}

.p-faq__answer::before {
  content: "A.";
  flex-shrink: 0;
  color: var(--color-accent);
	font-size: 2.4rem;
	position: absolute;
  top: -7px;
	left: 0
}
@media (max-width:820px) {
	.p-faq__question,.p-faq__answer::before {
		font-size: 1.6rem;
	}
	.information{
		background: #fff
	}
	
}
.post_contents{
	margin-bottom: 120px
}
.post_contents .post__ttl,.archive__ttl{
	margin: -0.65em 0 1em;
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 3.2vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: var(--color-sub);
}
.post_contents .contents{
	margin-bottom: 60px
}
.post_contents .time {
  line-height: 1;
  margin-bottom: 2em;
  display: block;
	color: var(--color-sub);
}
.wp-pagenavi {
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	border: none;
	
}
.wp-pagenavi span.pages{
	display: none
}
.wp-pagenavi a, .wp-pagenavi span:not(.pages){
	width: 30px;
	display: flex;
  justify-content: center;
	
}
.wp-pagenavi span.current,.wp-pagenavi a:hover{
	background: var(--color-accent);
	color: #fff;
	border-radius: 5px
}