@charset "utf-8";
.gothic { font-family: "游ゴシック","Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo",sans-serif;}
header#top{ position: absolute; width: 100%; }
.lp-hd { width: 95%; max-width: 1280px; margin: 0 auto;}
.lp-hd .lp-logo { display: inline-block; width: 48%; vertical-align: middle;}
.lp-hd .lp-logo h1 { display: block; width: 85%; max-width: 500px;}
.lp-hd .lp-logo h1 img{ width: 100%;}
.lp-hd .lp-snav { display: inline-block; width: 50%; vertical-align: middle;}
.lp-hd .lp-snav ul { font-size: 0; text-align: center;}
.lp-hd .lp-snav ul li { display: inline-block; }
.lp-hd .lp-snav ul li.hd-tel { width: 57%;}
.lp-hd .lp-snav ul li.hd-btn { width: 42%;}
.lp-hd .lp-snav ul li.hd-tel img,
.lp-hd .lp-snav ul li.hd-btn img { width: 98%;}
/* p { font-family: "游ゴシック","Yu Gothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "メイリオ","Meiryo",sans-serif;} */
p {  font-family: 'Noto Serif JP', serif;}

img{
	width: 100%;
	height: auto;
}

body {
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.3;

}

header {
  background: #fff;
  height: auto;
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-inner h1 {
	padding: 0;
}
.logo {
  width: 80%;
  display: block;
  object-fit: contain;
  position: static !important;
  top: auto !important;
  left: auto !important;
}

.header-right {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
}

.cta-btn  img{
  height: 55px;
  width: 280px;
}

/* ヘッダーの画像が伸びないように（全体の img{width:100%} を上書き） */
.header-right img { width: auto; height: auto; display: block; }

/* 予約ミニボタン（電話・WEB） */
.hd-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}

.hd-btn__icon{
  width: 44px;
  height: 31px;
  display: grid;
  place-items: center;
  /* box-shadow: 0 3px 6px rgba(0,0,0,.15); */
}
.hd-btn--tel {
  background: linear-gradient(to bottom, #bda893, #9b8672);
}

.hd-btn--web {
  background: linear-gradient(to bottom, #8b3e2f, #5a2a1f);
}


/* クリック演出 */
.hd-btn:active .hd-btn__icon{ transform: translateY(1px); }

  .hd-btn__icon{
    width: 40px; height: 32px;  /* 画像枠を小さめに */
  }
  .hd-btn__icon img{
    width: 18px; height: auto;  /* 比率維持で小さく */
    display: block;
  }
  .hd-btn__label{
    font-size: 10px;
    padding: 2px 6px;
    color: #fff;
  }

.menu-btn-wi {
  padding: 12px 7px;
  background: #dfd1c3;
}

/* ハンバーガーメニュー */
.menu-btn {
  width: 35px;
  height: 22px;
  position: relative;
  border: none;
  cursor: pointer;
  margin: 0 2px;
  top: 3px;
}

.menu-btn::before,
.menu-btn::after,
.menu-btn span {
  content: "";
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
  border-radius: 9999px;      /* 端をまん丸に */
}

.menu-btn span {
  top: 9px;
}

.menu-btn::before {
  top: 0;
}

.menu-btn::after {
  bottom: 0;
}

/* === Overlay（画面全体の暗幕） === */
/* 初期は非表示（透明＋クリック不可） */
#sp-nav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* is-active が付いたら表示 */
#sp-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}


/* === 右ドロワーパネル === */
#sp-nav .menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #e9d9c6;
  border-left: 1px solid #bfae97;
  box-shadow: -12px 0 24px rgba(0,0,0,.15);
  overflow: auto;
  transform: translateX(100%);  
  transition: transform .30s ease;
  will-change: transform; 
  padding: 8px 0 10px;
  box-sizing: border-box;
}

/* is-active が付いたら画面内にスライドイン */
#sp-nav.is-active .menu-panel {
  transform: translateX(0);
}


/* ×ボタン */
.menu-close{
  position:absolute; top:8px; right:8px;
  width:24px; height:24px; background:transparent; border:1px solid rgba(255,255,255,.9);
}
.menu-close::before,.menu-close::after{
  content:""; position:absolute; left:50%; top:50%;
  width:14px; height:2px; background:rgba(255,255,255,.95);
  transform-origin:center;
}
.menu-close::before{ transform:translate(-50%,-50%) rotate(45deg); }
.menu-close::after { transform:translate(-50%,-50%) rotate(-45deg); }

/* リスト体裁（区切り線・中央寄せ） */
.menu-list a{
  display:block;
  text-align:center;
  text-decoration:none;
  color:#3a2a23;
  font-size:1rem;
  padding:12px 8px;
  font-weight: 600;
  font-family: "Yu Gothic";
}
.menu-list a + a{
  border-top:1px solid rgba(74,53,43,.25);
}

/* メニュー開いてる間の背面スクロール停止 */
.is-menu-open{ overflow:hidden; }

.catch-copy {
  background: #d8a6a6;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 0.4rem;
  max-width: 650px;
  margin: 0 auto;
  box-sizing: border-box;
}

.kv{
  width: 100%;
}

.kv img {
  width: 100%;
  height: auto;
  display: block;
}


/* クリニック・医師の強み選ばれる理由 */
.strengths {
  width: 100%;
  padding-top: 2rem;
  background: #f6ebe9;
}

.strengths-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 100;
}

.strengths-title span {
  font-size: 3rem;
}

.strengths-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.strength-card {
  background: #fff;
  border: 1px solid #e6dcd5;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 1rem;
  padding:0;
}

.strength-card-text{
  padding: 1rem 5% 0 5%;
  height: 106px;  
}

.strength-card-text span {
  font-size: 1.9rem;
  color: #723C2C;
}

.strength-card img{
  display:block; 
  width:100%;
  height:auto;
  margin:0;
}

.strength-card p{
  margin:0;         /* pのデフォルト余白を消す */
  fo
}

.nowrap p{
  font-size: 1.4rem; /* 改行させない */
}

.strength-card.wide {
  grid-column: span 2; 
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left; 
}

.strength-card.wide img {
  width: 30%;         /* 左側の幅 */
  height: auto;
  object-fit: cover;
  margin: 0;          /* 既存のmarginをリセット */
}

/* テキストを右に */
.strength-card.wide p {
  width: 65%;         /* 右側の幅 */
  font-size: 1.9rem;
  line-height: 1.5;
  margin: 0;
}

/* =========================
   修正手術セクション
========================= */
.repair{
  background: #f7ece2;
  padding:20px 16px 28px;
  position:relative;
  text-align:center;
}

.repair-inner{ position:relative; z-index:1; }

/* リボン風ボックス */
.repair-ribbon{
  font-size:1.8rem;
  line-height:1.8;
  border-radius:6px;
  text-align:center;
  padding:10px 14px;
  margin:60px auto 14px;
  position:relative;
  max-width: 92%;
}
.repair-ribbon::before,
.repair-ribbon::after{
  content:"";
  position:absolute; top:50%;
  width:90px; height:1px; background:#8b7a72;
}
.repair-ribbon::before{ left:20px; transform:translateY(-10%) rotate(-100deg); }
.repair-ribbon::after { right:20px; transform:translateY(-10%) rotate(100deg); }

/* サブコピー＋ピル */
.repair-sub{
  text-align:center;
  color:#d4a4a6; 
  margin:6px 0 6px;
  font-size:2rem;
}

/* dotmark → 上に丸をつける */
.dotmark {
  background-image: radial-gradient(circle at center, #d4a4a6 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .2em; /* 縦方向の位置調整 */
}

.repair-pill{
  display:inline-block;
  background:#727171; 
  color:#fff;
  padding:0px 40px;
  margin:0 auto 14px auto;
  border-radius:9999px;
  text-align:center;
  font-size:2rem;
}

/* 見出し */
.repair-title{
  text-align:center;
  color:#723C2C;
  font-size:3rem;
  letter-spacing:.03em;
  line-height:1.6;
  font-weight: 100;
}
.repair-title span{
  color:#625e5a;
  font-size:1.8rem;
}

/* 本文＋透かしロゴ */
.repair-body{
  position:relative;
  border-radius:8px;
  padding:18px 14px;
  overflow:hidden;
}
.repair-body p{
  margin-top:90px;
  font-size:1.7rem;
  line-height:1.5;
}

.repair-watermark {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;           
  z-index: 0;           
}

.repair-body h2,
.repair-body p {
  position: relative;
  z-index: 1; 
  font-family: 'Noto sans JP', sans-serif;
  text-align:justify;

}

/* =========================
   目もと修正：例示セクション
========================= */
:root {
  --ere-brown: #723C2C;     /* 見出し・本文の茶色 */
  --ere-text: #2f2a28;      /* 通常本文 */
  --ere-khaki: #b8ab91;     /* タグ背景色 */
  --ere-khaki-txt: #fff;    /* タグ文字色 */
  --ere-bg: #f8f2ec;        /* セクション背景色 */
  --ere-frame: #e1d3c6;     /* 枠線色 */
  --ere-pink: #e3b7bd;      /* ピンク強調 */
}

.eye-repair-examples {
  background-color: #F7ECE2;
  padding: 20px 14px 28px;
}

.ere-inner {
  max-width: 650px;
  margin: 0 auto;
}

.ere-title {
  color: #555;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 0 14px;
  font-weight: 100;
}
.ere-title span {
  /* display: block; */
  font-size: 1.8rem;
  color: #555;
  border-bottom: #8b7a72 2px solid;
}

/* タグ群 */
/* タグ群を 2列×2行 + 下に1行 の構造に */
.ere-tags{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 左右同幅の2列 */
  gap: 12px 0; /* 行間/列間 */
  margin: 10px 0 16px;
  font-size: 2rem;
}

/* 3行目だけは横並び（左タグ＋右「などで」） */
.ere-row3{
  grid-column: 1 / -1;            /* 3行目は2列ぶち抜き */
  display:flex;
  align-items:center;
  position:relative;
  /* gap:12px; */
}

/* タグの共通体裁：完全センター */
.ere-tag{
  width: 250px;
  /* display:flex; */
  margin: 0 auto;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 12px 16px;
  min-height: 52px;               /* 高さを揃える */
  background: var(--ere-khaki, #b8ab91);
  color: var(--ere-khaki-txt, #fff);
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-radius: 22px 0px 22px 0px; 
  align-content: center;
}
.ere-tag small{
  display:block;
  font-size: 1rem;
}

/* 「などで」 */
.ere-note{
  position: absolute;
  align-self:center;
  color:#555;
  font-size: 1.8rem;
  right: 5%;
}

/* リード文 */
.ere-lead {
  text-align: center;
  color: #4c4a48;
  font-size: 2rem;
  line-height: 1.8;
  margin: 0 auto 20px auto;
}

.ere-lead span {
  display: inline-block;
  border-bottom: #d49f96 2px dashed;
}

/* 写真エリア */
.ere-photo {
  position: relative;
  padding: 10px;
}
.ere-photo img {
  /* display: block; */
  width: 100%;
  height: auto;
}

/* 左上 */
.ere-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;   /* 横の長さ */
  height: 40px;  /* 縦の長さ */
  border-top: 2px solid #dac3b1;   /* 上の線 */
  border-left: 2px solid #dac3b1;  /* 左の線 */
}

/* 右下 */
.ere-photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;   /* 横の長さ */
  height: 40px;  /* 縦の長さ */
  border-bottom: 2px solid #dac3b1; /* 下の線 */
  border-right: 2px solid #dac3b1;  /* 右の線 */
}

/* 結びの文 */
.ere-closing {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
 margin-top: 20px;
}
.ere-hi1,
.ere-hi2 {
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
  margin: 0 2px;
}
.ere-hi1 {
  background: #363c48;
}

.ere-hi2 {
  background: #6e7b99;
}

/* ===== プリモの二重・目もと：特徴セクション ===== */
.primo-features{
  background-color: #f4f0ea;
  padding:16px 12px 24px;
}
.pf-inner{
  max-width:650px; margin:0 auto;
}

/* 見出し */
.pf-title{
  margin:0 0 6px;
  font-size:2.5rem;
  line-height:1.5;
  color:#2e2a27;
  letter-spacing:.02em;
  text-align: center;
  font-weight:100;
}

.pf-title .pf-em{
  color:#723C2C;
  font-weight:100;
}

.pf-title .pf-sub{
  color:#3f3a35;
}

/* Features ラベル */
.pf-label{
  font-size:1.2rem;
  color:#b7b0aa;
  text-align:center;
  letter-spacing:.18em;
  margin:0 0 10px;
}

/* 画像＋コーナーフレーム（左上＆右下） */
.pf-photo{
  margin:0 0 14px;
}

.pf-photo img{
  display:block;
  width:100%;
  height:auto;
}

/* 本文 */
.pf-text p{
  margin:0 0 12px;
  font-size:1.7rem;
  line-height:1.7;
  color:#333;
  padding:12px 12px;
  font-family: 'Noto sans JP', sans-serif;
  text-align:justify;
}

.pf-strong{
  font-weight:700;
  color:#723C2C;
} 

/* ===== 修正手術===== */
.revise{
  background: var(--ere-bg);
}

.revise-tag{
  background:#c3ad77;
  color:#fff;
  text-align:center;
  padding:12px 10px;
  letter-spacing:.02em;
  margin:0;
  font-size: 2.3rem;
}

.revise-tag__icon{
  margin-right:.4em;
}

  .revise-tag__icon img {
    width: 9%;
  }
 
  .wish-tag__icon img{
    width: 9%;
  }

  .enlarge-tag__icon img{
    width: 9%;
  }

/* カード */
.revise-card{
  overflow:hidden;
}

/* Hero（背景画像＋左端にリボン） */
.revise-hero{
  position:relative;
}

.revise-hero img{
  display:block; 
  width:100%;
  height: auto;
}

 .revise-title{
  margin-top:20px;
}

.trapezoid {
  display: inline-block;
  background: #c3ad77;
  color: #fff;
  font-size: 2.7rem;
  line-height:1.3;
  padding: 10px 50px 10px 30px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  font-weight: 100;
}

.trapezoid .sub{
  display:block;
  font-size:1.3rem;
  opacity:.9;
  margin-top:2px;
  text-align: left;
}

/* 説明文 */
.revise-desc{
  font-size: 1.7rem;
  padding:20px 25px 15px;
  color:#4c4a48;
  line-height:1.7;
  margin:0;
  font-family: 'Noto sans JP', sans-serif;
  text-align:justify;
}

/* 向いている方ボックス */
.revise-suits{
  background:#fff;
  margin:12px;
  padding:14px;
  border-radius:4px;
}
.revise-suits__ttl{
  font-size: 1.8rem;
  text-align:center;
  color:#4c4a48;
  margin:0 0 10px;
  font-weight:100;
}

.revise-list{
  list-style:none;
  align-items: center;
  padding:0;
  margin:0;
}

.revise-list li{
  display: flex;
  /* align-items: center; */
  font-size: 1.4rem;
  padding-left:40px;
  font-weight: 100;
  margin:6px 0;
  font-family: 'Noto sans JP', sans-serif;
}

.revise-list li img {
  width: 27px;
  margin-right: 10px;
  height: fit-content;
  margin-top: 5px;
}

/* CTA */
.revise-cta{
  margin: 40px auto;
  padding:4px 12px 16px;
  text-align:center;
}
.revise-btn{
  width: 50%;
  display:inline-block;
  padding:10px 22px;
  border-radius:70px;
  background:#2F2E42;
  color:#fff;
  text-decoration:none;
  letter-spacing:.04em;
  font-size: 1.5rem;
}
.revise-btn:active{
  transform:translateY(1px);
}

.revise-detail,
.feature-list {
  background-color: #fff;
  padding: 1.5rem 2rem;
}
.revise-detail-variations{
  background-color: #efe3d2;
  padding: 1.5rem 2rem;
}

.detailed-symptoms,
.feature-list {
  background-color: #fff;
  padding: 1.5rem 2rem;
}

.revise-feature{
	background-color: #f5efe7;
	margin-bottom: 50px;
}

revise-feature,.feature-list  {
	background-color:#f5efe7;
	padding: 1.5rem 2rem;
}

.revise-detail-title,
.revise-detail-title {
  text-align: center;
  font-size: 1.8rem;
  color: #4c4a48;
  margin-bottom:1.5rem;
  font-weight: 400;
  padding-top: 2rem;
  background-color: #fff;
}

.epicanthus-visual-title{
  text-align: center;
  font-size: 1.8rem;
  color: #4c4a48;
  margin-bottom:1.5rem;
  font-weight: 400;
  padding-top: 2rem;
  background-color: #fcfbf9;
}
.revise-detail-variations-title {
  text-align: center;
  font-size: 1.8rem;
  color: #4c4a48;
  margin-bottom:1.5rem;
  font-weight: 400;
  padding-top: 2rem;
  background-color: #efe3d2;
}

.revise-feature-title {
  text-align: center;
  font-size: 1.8rem;
  color: #4c4a48;
  margin-bottom:1.5rem;
  font-weight: 400;
  padding-top: 2rem;
  background-color: #f5efe7;
}

.revise-detail-illust {
  text-align: center;
  margin: 2.2rem 0;
}
.revise-detail-illust img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.5rem auto;
}
.revise-detail-illust p {
  text-align: left;
}
.arrow {
  display: block;
  font-size: 1.4rem;
  color: #d4a4a6;
  margin: 0.5rem auto;
  text-align: center;
}

.revise-detail-text {
  font-family: 'Noto sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4c4a48;
  text-align: justify;
}
.revise-detail-variations-text {
  font-family: 'Noto sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4c4a48;
  text-align: justify;
}

.feature-list {
  list-style: none;
  padding: 0 2rem;
  margin: 1rem 0;
}
.feature-list li {
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #4c4a48;
  
}
.feature-list .feature-label ,
.feature-list .feat-no {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  background: #d4a4a6;
  padding: 6px 16px;
  margin-right: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  line-height:1.7;
}

/* === Revise accordion === */
.revacc-intro {
	padding: 30px 14px;
	background-color: #fff;
}
.revacc-intro .revacc-h{
  text-align:center; font-size:1.8rem; color:#4c4a48; margin:0 0 10px; font-weight:100;
}
.revacc-intro p{
	font-family: 'Noto sans JP', sans-serif;
	font-size:1.5rem;
	line-height:1.7;
	color:#4c4a48;
	text-align:justify;
}

/* コンテナ */
.rev-accordion{
	padding: 8px 10px 18px;
	display:flex;
	flex-direction:column;
	gap:24px;
	background-color: #fff;
}

/* ヘッダー行（ベージュの帯） */
.revacc-head{
  width:100%; text-align:left; border:none; cursor:pointer;
  background:#faf7f2; color:#4c4a48; padding:12px 44px 12px 14px;
  font-size:1.6rem; position:relative; display:block;
}
.revacc-head .revacc-ttl{
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.5rem;
	display:block;
	line-height:1.6; 
}
.revacc-head .revacc-sign{
  position:absolute; right:14px; top:50%; transform:translateY(-50%); font-size:2rem; color:#8f8277;
}
.revacc-head[aria-expanded="true"] .revacc-sign{ content:"−"; }

/* 本文パネル */
.revacc-body{
  background:#fff; border:1px solid #faf7f2; border-top:none;
}
.revacc-inner{ padding:14px; }
.revacc-inner p{
	font-family: 'Noto sans JP', sans-serif;
	font-size:1.5rem;
	line-height:1.7;
	color:#4c4a48;
	margin:0 0 10px;
	text-align:justify;
}

/* 閉じるバー */
.revacc-close{
  width:100%; display:block; border:none; cursor:pointer;
  background:#e9dfd3; color:#4c4a48; padding:10px 44px 10px 14px; font-size:1.6rem; text-align:center;
  position:relative;
}
.revacc-close span{ position:absolute; right:14px; top:50%; transform:translateY(-50%); font-size:2rem; color:#8f8277; }


/* 偶数番目のアコーディオンだけ背景色を濃くする */
.rev-accordion .revacc-item:nth-of-type(even) .revacc-head {
  background: #e1d3c6; /* ← 元の #e9dfd3 より少し暗め */
}

.rev-accordion .revacc-item:nth-of-type(even) .revacc-close {
  background: #e1d3c6; /* 閉じるバーも揃える */
}

/* アクセシビリティ */
.revacc-head:focus-visible, .revacc-close:focus-visible { outline:2px solid #bfae97; outline-offset:2px; }

.revacc-text p {
  font-family: 'Noto sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #4c4a48;
  text-align: justify;
  margin: 30px 0px;
}


/* セクション体裁（見出しなど任意で） */
.revsec {
	padding: 30px 20px;
    background-color: #faf7f2;
}

.revsec-ttl {
  margin: 0 0 10px;
  font-size: 1.8rem;
  color: #4c4a48;
  text-align: center;
  letter-spacing: .06em;
  font-weight: 500;
}

/* YouTube埋め込み：16:9でレスポンシブ */
.yt-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;                 /* 対応ブラウザではこれでOK */
  background: #222;                      /* 読み込み前のプレースホルダ色 */
  border: 1px solid #cfc6bf;
  border-radius: 6px;
  overflow: hidden;
}

/* aspect-ratio 非対応対策（古い端末でも崩れないように） */
@supports not (aspect-ratio: 16 / 9) {
  .yt-wrap { height: 0; padding-top: 56.25%; }
  .yt-wrap iframe { position: absolute; inset: 0; }
}

.yt-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ===== 症例写真 ===== */
.case-sec { padding: 30px 10px; background: #f8f2ec; }
.case-ttl {
  text-align: center; font-size: 1.8rem; color:#4c4a48; margin: 0 0 30px; font-weight: 100;
}
.case-card {
  background: #fff; margin: 0 0 16px; 
}
.case-head {
  background:#c9c1b4; color:#fff; font-size:1.5rem; padding:16px 10px; text-align: center;
}
.case-photo { margin:0 0 10px; }
.case-photo img { display:block; width:100%; height:auto; }

.case-text {
  font-size:1.3rem;
  color:#2f2a28;
  margin: 6px 20px ;
  text-align:justify;
  font-family: 'Noto sans JP', sans-serif;
 line-height:1.5;
}

.epicanthus-visual-text{
	font-size:1.3rem;
  color:#2f2a28;
  margin: 10px 0px ;
  text-align:justify;
  font-family: 'Noto sans JP', sans-serif;
 line-height:1.5;
}

.chip {
  display:inline-block;
	background:#efe8df;
	color:#4c4a48;
	padding:6px 12px;
  border-radius:9999px;
	font-size:1.2rem;
	margin: 20px 10px;
	font-family: 'Noto sans JP', sans-serif;
}
/* .chip--gray { background:#e1ddd8; } */

.fee-list { margin: 4px 0 6px; }
.fee-list > div {
	display:flex; gap:8px;
	align-items:center;
	padding:6px 20px;
	font-family: 'Noto sans JP', sans-serif;
}
.fee-list div dt { font-size:1.5rem; color:#4c4a48; }
.fee-note { font-size:1.2rem; color:#4c4a48; margin: 2px 0 0; }
.fee-list dd { margin-left:auto; font-size:1.6rem; color:#4c4a48; }
.fee-note span { margin-left:6px; }

.risk-text {
	font-size:1.3rem;
	line-height:1.5;
	color:#4c4a48;
	margin: 6px 20px;
	padding-bottom: 20px;
	font-family: 'Noto sans JP', sans-serif;
}



/* ===== 料金（スリム） ===== */
.price-slim { background:#fff; border-top:1px solid #eee; padding: 18px 10px 8px; }
.price-slim-ttl { text-align:center; font-size:2rem; color:#4c4a48; font-weight:100; margin:0 0 10px; }
.price-slim-list { list-style:none; padding:0; margin:0; border-top:1px solid #e6dfd6; }
.price-slim-list li {
  display:flex; align-items:center; gap:10px; padding:12px 10px;
  border-bottom:1px solid #e6dfd6; background:#f5efe8;
}
.price-slim-list li + li { background:#efe6dc; }
.price-slim-list span { font-size:1.8rem; color:#4c4a48; }
.price-slim-list em { margin-left:auto; font-style:normal; font-size:1.8rem; color:#4c4a48; }
.price-slim-note, .price-slim-tn { text-align:center; font-size:1.2rem; color:#7b6f64; margin:8px 0 0; }

/* ===== リスク見出し（前置き） ===== */
.risk-lead { background:#f6f6f6; padding: 50px 20px 5px; }
.risk-lead__ttl{
  text-align:center; font-size:1.8rem; color:#4c4a48; margin:0 0 10px; font-weight:100;
}
.risk-lead__txt{
  font-size:1.4rem;
	line-height:1.7;
	color:#2f2a28;
	margin:0 0 10px;
	text-align:justify;
	font-family: 'Noto sans JP', sans-serif;
}

/* ===== ミニアコーディオン（details版） ===== */
.mini-acc {
	padding: 28px 8px;
	background:#f6f6f6;
}

.mini-acc__head{
  display:flex; justify-content:space-between; align-items:center;
  list-style:none; cursor:pointer; padding:10px 12px;
  background:#a09276; color:#fff; font-size:1.5rem;
}
.mini-acc:nth-of-type(2n) .mini-acc__head{ background:#a09276; } /* 偶数だけ少し暗く */

.mini-acc[open] .mini-acc__icon{ transform:rotate(180deg); }
.mini-acc__icon{ transition: transform .2s ease; }

.mini-acc__body{
  background:#fff;
  border: 2px solid #a09276;
}
.mini-acc__body h4{
  font-size:1.5rem;
	color:#4c4a48;
	padding:20px 12px 10px;
	font-family: 'Noto sans JP', sans-serif;
}
.mini-acc__body p{
  font-size:1.4rem;
	line-height:1.7;
	color:#4c4a48;
	padding:0 12px;
	text-align:justify;
	font-family: 'Noto sans JP', sans-serif;
}

/* ===== アコーディオン用 閉じる（フラットタイプ） ===== */
.mini-acc__close {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  background-color:#a09276;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
}
.mini-acc__close:active {
  opacity: 0.85;
}

/* ===== 医師コメント用 閉じる（丸タイプ） ===== */
.doctor-comment__close {
  display: block;
  width: 50%;
  margin: 16px auto ;
  background: #723C2C;
  color: #fff;
  border: none;
  padding: 10px 14px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 9999px;  /* 丸ボタン */
  letter-spacing: .08em;
}

.doctor-comment__close:active {
  transform: translateY(1px);
}

.mini-acc__close:active{ transform:translateY(1px); }

/* ===== 医師コメント ===== */
.doctor-comment{
  padding: 16px 12px 22px;
  background-image:  url("../img_250901/アセット 55.png");
}

.doctor-comment__ttl{
  text-align:center; font-size:1.8rem; color:#5b5651; margin:20px 20px; font-weight:100;
}
.doctor-comment__box{ 
	margin: 10px 20px 0px;
	display:grid;
	grid-template-columns: 1fr 190px;
	gap:10px; align-items:start;
}
.doctor-comment__txt{
	font-size:1.4rem;
	color:#2f2a28;
	font-family: 'Noto sans JP', sans-serif;
	line-height :1.7;
}
.doctor-comment__photo{ margin:0; }
.doctor-comment__photo img{ display:block; width:100%; height:auto; border-radius:6px; }
.doctor-comment__close{ margin-top:16px; }
.doctor-comment p{
	font-size:1.4rem;
	margin: 8px 20px 30px;
	font-family: 'Noto sans JP', sans-serif;
}



/* ===== ぱっちりまぶた ===== */
.wish{
  background: var(--ere-bg);
}

.wish-tag{
  background:#d4a4a6;
  color:#fff;
  text-align:center;
  padding:12px 10px;
  letter-spacing:.02em;
  margin:0;
  font-size: 2.3rem;
}

.wish-tag__icon{
  margin-right:.4em;
}

/* カード */

/* Hero（背景画像＋左端にリボン） */
.wish-hero{
  position:relative;
}

.wish-hero img{
  display:block; 
  width:100%;
  height: auto;
}

.wish-hero .trapezoid {
  background: #d4a4a6;
}

 .wish-title{
  margin-top:20px;
}

/* 説明文 */
.wish-desc{
  font-size: 1.7rem;
  padding:20px 25px 15px;
  color:#4c4a48;
  line-height:1.4;
  margin:0;
  font-family: 'Noto sans JP', sans-serif;
  text-align:justify;
}

/* 向いている方ボックス */
.wish-suits{
  background:#fff;
  margin:12px;
  padding:14px;
  border-radius:4px;
}
.wish-suits__ttl{
  font-size: 2rem;
  text-align:center;
  color:#4c4a48;
  margin:0 0 10px;
  font-weight:100;
}

.wish-list{
  list-style:none;
  align-items: center;
  padding:0;
  margin:0;
}

.wish-list li{
  display: flex;
  /* align-items: center; */
  font-size: 1.4rem;
  padding-left:60px;
  font-weight: 100;
  margin:6px 0;
  font-family: 'Noto sans JP', sans-serif;
}

.wish-list li img {
  width: 27px;
  margin-right: 10px;
  height: fit-content;
  margin-top: 5px;
}

/* CTA */
.wish-cta{
  margin: 40px auto;
  padding:4px 12px 16px;
  text-align:center;
}
.wish-btn{
  width: 50%;
  display:inline-block;
  padding:10px 22px;
  border-radius:70px;
  background:#723C2C;
  color:#fff;
  text-decoration:none;
  letter-spacing:.04em;
  font-size: 1.5rem;
}
.wish-btn:active{
  transform:translateY(1px);
}

/* ===== 埋没法：施術内容 ===== */
:root{
  --mb-text:#4c4a48;
  --mb-beige:#f6efe9;
  --mb-chip:#efe6db;
  --mb-frame:#e6dbcf;
}

.mb-method{ background:#fff; padding:18px 12px 28px; }
.mb-inner{ max-width:650px; margin:0 auto; }

.mb-title{
  margin:0 0 10px;
  text-align:center;
  color:#4c4a48;
  font-weight:100;
  font-size:1.8rem;
  line-height:1.5;
}
.mb-lead{
  margin:0 0 14px;
  color:var(--mb-text);
  font-size:1.6rem;
  line-height:1.7;
  font-family:'Noto Sans JP', sans-serif;
  text-align:justify;
}

/* カード */
.mb-card{
  background:#fff;
  border:1px solid var(--mb-frame);
  margin-top: 30px;
}
.mb-card__head{
  margin:0 0 10px;
  background:var(--mb-chip);
  color:var(--mb-text);
  font-size:1.8rem;
  font-weight:500;
  padding:8px 10px;
}

/* シェーマ画像 */
.mb-illust{
  margin:0 12px 12px 12px;
  background:#fff;
}
.mb-illust img{
  display:block;
  width: 100%;
  height:auto;
}

/* アスフレックスASFLEX */
.asflex-titl{
	font-family: 'Noto sans JP', sans-serif;
	font-size:1.5rem;
	text-align:center;
	margin: 30px 0 10px;
}
.asflex-illust{
  display:flex;
  align-items:center;
}

.asflex-illust img{
  width:100%;
  height:100%;
}

.asflex-note{
  font-family: 'Noto sans JP', sans-serif;
  font-size:1.3rem;
  text-align:justify;
  line-height:1.4;
  margin-left: 5px;
}
.writtenpaper{
	padding: 50px 2rem;
	background-color: #fff
}

.writtenpaper-title{
	margin: 0 0 10px;
	font-size: 1.8rem;
	color: #4c4a48;
	text-align: center;
	letter-spacing: .06em;
	font-weight: 500;
}
.writtenpaper-text{
	font-size: 1.5rem;
	color: #4c4a48;
	margin: 20px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.writtenpaper-illust  {
	display: flex;
	justify-content: space-around;
}
.writtenpaper-illust img {
	width: 45%;
	height: auto;
}

@media (max-width:650px){
	.writtenpaper-text{
		font-size: 1.3rem;
	}
}

.mb-note-writing-paper{
	margin-top: 30px;
}

.mb-note-writing-paper p{
	font-family: 'Noto Sans JP', sans-serif;
    background: #efe3d2;
    padding: 12px;
}
	

/* スマホ：縦並びに */
@media (max-width:650px){
  .asflex-illust{
   flex-direction:column;
	}
  .asflex-illust img{
    width:60%;
    height:60%;
	  }
  .asflex-note{
  font-size:1rem;  
  margin:0;
	}
}


/* 注釈ボックス */
.mb-note{
  background:var(--mb-chip);
  color:var(--mb-text);
  font-size:1.5rem;
  line-height:1.7;
  padding:12px;
  font-family:'Noto Sans JP', sans-serif;
  margin: 12px;
}

/* 動画 */
.yt-wrap iframe {
  margin-bottom: 15px;
}


/* 蒙古襞修正セクション */
/*.revise-more  {padding: 1.5rem 2rem;}*/
/* .epicanthus-intro {padding: 1.5rem 2rem; } */
.epicanthus-intro,
.feature-list {
  background-color: #fcfbf9;
  padding: 1.5rem 2rem;
}
.epicanthus-ttl { font-size: 1.8rem; color: #4c4a48; text-align: center; margin-bottom: 10px; font-weight: 100; }
.epicanthus-intro p {
	font-size: 1.5rem;
	line-height: 1.7;
	color: #2f2a28;
	text-align: justify;
	margin-bottom: 10px;
	font-family: 'Noto sans JP', sans-serif;
}

.epicanthus-visual {
	background-color: #fcfbf9;
	padding: 1.5rem 2rem;
}
.epicanthus-subttl { background: #c3ad77; color:#fff; font-size:1.6rem; text-align:center; padding:12px; }

.epicanthus-subttl small{ display:block; font-size:1.2rem; opacity:.9; }

.epicanthus-visual figure img{ display:block; width:100%; height:auto; margin:0 auto; }

.epicanthus-directions {
	background-color: #fcfbf9;
	padding: 2rem;
}
	

.epicanthus-directions img {
	display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.epicanthus-legend { list-style:none; padding:0; margin:10px 0; font-size:1.4rem; line-height:1.6; }

.epicanthus-feature{ background:#f7f2ed; padding:14px; margin-top:20px; }
.epicanthus-feature-ttl{ font-size:2rem; text-align:center; color:#4c4a48; margin-bottom:12px; font-weight:100; }
.feature-list{
	list-style:none;
	padding:0;
	margin:50px 0;
	font-size:1.4rem;
	line-height:1.7;
	background-color: #f5efe7;
}
.feature-list li{
	margin:0px 10px;
    font-family: 'Noto sans JP', sans-serif;
	background-color: #fff;
}
/* .feat-no{ display:block; font-size:1.2rem; color:#b48c6e; margin-bottom:2px; } */

:root{
  --proc-brown:#723C2C;
  --proc-beige:#f6efe9;
  --proc-frame:#e6dbcf;
  --proc-chip:#e9dfd3;
  --proc-text:#4c4a48;
}

/* セクション外側 */
.proc{ background:#fff; padding:18px 12px 28px; }
.proc-inner{ max-width:650px; margin:0 auto; }

/* 見出し */
.proc-ttl{
  text-align:center; color:#4c4a48;
  font-weight:100; font-size:1.8rem; margin:0 0 12px;
}

/* 術式カード */
.proc-card{
  background:#fff;
  border:1px solid var(--proc-frame);
  margin-top: 30px;
}
.proc-sub{
  background:var(--proc-chip);
  color:#4c4a48; font-size:1.8rem; font-weight:500;
  margin:0 0 10px; padding:8px 10px;
}
.proc-lead{
  font-size:1.6rem; color:var(--proc-text);
  margin:0 0 12px; font-family:'Noto Sans JP',sans-serif;
  padding: 20px 22px; /* 矢印スペース */
}
.epicanthus-visual-lead{
  font-size:1.6rem; 
  color:var(--proc-text);
  margin:20px 0x; 
  font-family:'Noto Sans JP',sans-serif;
}

/* ステップリスト */
.proc-steps{
  list-style:none; margin:20px 0 0; padding:0;
  display:flex; flex-direction:column; gap:18px;
}
.proc-step{
  position:relative;
  padding: 0 20px 22px 20px; /* 矢印スペース */
}

 /* 執筆論文 */
.writing-paper-ttl{
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
color: var(--proc-text);
text-align: center;
font-weight: 100;
}

.writing-paper p{
	font-family: 'Noto Sans JP', sans-serif;
	background: #efe3d2;
	margin: 20px 0;
	padding: 10px;
}

/* 横並びの1行（画像3.5 : テキスト6.5） */
.proc-line{
  display:flex;
  align-items:stretch;            /* 同じ高さに */
  width:100%;
}

/* 画像側 */
.proc-img{
  flex:3.5 0 0;                   /* 比率 3.5 */
  margin:0;
  border:1px solid var(--proc-frame);
  border-right:none;
  overflow:hidden;
  background:#fff;
}
.proc-img img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  justify-content:center;   /* 横中央 */
}

/* テキスト側 */
.proc-cap{
  flex:6.5 0 0;                   /* 比率 6.5 */
  /* display:flex;                   縦センター */
  align-items:center;
  padding:12px 16px;
  background:#efe6db;
  color:#4c4a48;
  font-size:1.2rem;
  line-height:1.8;
  border:1px solid var(--proc-frame);
  font-family: 'Noto sans JP', sans-serif;
}

/* ラベル/番号 */
.proc-tag{ font-weight:700; margin-right:.5em; color:#3f3a35; }
.proc-num{
  display:inline-block;
  font-size:1.2rem;
  background:#d49f96;
  color:#fff;
  padding:2px 6px;
  margin-right:6px;
  border-radius:2px;
}

/* 下向きの薄い矢印（△） */
.proc-step::after{
  content:""; position:absolute; left:50%; bottom:-11px; transform:translateX(-50%);
  border-width:25px 30px 0 30px; border-style:solid;
  border-color:#e7d9c9 transparent transparent transparent;
}
/* 最後は矢印・罫線なし */
.proc-step:last-child{
  border-bottom:none; padding-bottom:0;
  margin-bottom: 30px;
}

.proc-step-top,
.proc-step:last-child::after{ content:none; }

#back-top {
  position: fixed;
  z-index: 20000;
  right: 2%;
  bottom: 130px;
}

/* スマホ：縦並びに */
@media (max-width:650px){
  .proc-img{ border-right:1px solid var(--proc-frame); }
}

/* ===== 目尻切開：施術内容 ===== */
:root{
  --oc-brown:#4c4a48;
  --oc-beige:#f6efe9;
  --oc-frame:#e6dbcf;
  --oc-chip:#e9dfd3;
  --oc-pink:#d49f96;
}

.oc-proc{ padding:18px 12px 28px; background:#fff; }
.oc-proc__title{
  margin:0 0 12px;
  text-align:center;
  color:#4c4a48;
  font-weight:100;
  font-size:1.8rem;
  line-height:1.5;
}

.oc-proc__card{
  background:var(--oc-beige);
  border:1px solid var(--oc-frame);
  padding:14px 12px;
}

/* リスト */
.oc-proc__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.oc-proc__item{
  display:grid;
  grid-template-columns: auto 1fr;    /* 番号 / 本文 */
  align-items:start;
  column-gap:12px;
}

.oc-proc__num{
  display:inline-block;
  min-width:36px;
  text-align:center;
  font-size:1.3rem;
  line-height:1;
  color:#fff;
  background:var(--oc-pink);
  padding:8px 0px;
  border-radius:3px;
  letter-spacing:.06em;
}

.oc-proc__text{
  margin:0;
  font-size:1.6rem;
  line-height:1.7;
  color:var(--oc-brown);
  font-family:'Noto Sans JP', sans-serif;
}

/* 少しだけ余白感を強める（任意） */
@media (min-width: 650px){
  .oc-proc__card{ padding:18px 16px; }
  .oc-proc__list{ gap:18px; }
  .oc-proc__num{ min-width:40px; padding:9px 0px; }
}


/* ===== 目を大きくしたい ===== */
.enlarge{
  background: var(--ere-bg);
}

.enlarge-tag{
  background:#dac3b1;
  color:#fff;
  text-align:center;
  padding:12px 10px;
  letter-spacing:.02em;
  margin:0;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.enlarge-tag__icon{
  margin-right:.4em;
}

/* カード */
.enlarge-card{
  overflow:hidden;
}

/* Hero（背景画像＋左端にリボン） */
.enlarge-hero{
  position:relative;
}

.enlarge-hero img{
  display:block; 
  width:100%;
  height: auto;      /* 縦横比を維持 */
}

.enlarge-hero .trapezoid {
  background:#dac3b1;
}

/* 説明文 */
.enlarge-desc{
  font-size: 1.7rem;
  padding:20px 25px 15px;
  color:#4c4a48;
  line-height:1.4;
  margin:0;
  font-family: 'Noto sans JP', sans-serif;
  text-align:justify;
}

/* 向いている方ボックス */
.enlarge-suits{
  background:#fff;
  margin:12px;
  padding:14px;
  border-radius:4px;
}
.enlarge-suits__ttl{
  font-size: 2rem;
  text-align:center;
  color:#4c4a48;
  margin:0 0 10px;
  font-weight:100;
}

.enlarge-list{
  list-style:none;
  align-items: center;
  padding:0;
  margin:0;
}

.enlarge-list li{
  display: flex;
  /* align-items: center; */
  font-size: 1.4rem;
  padding-left:60px;
  font-weight: 100;
  margin:6px 0;
  font-family: 'Noto sans JP', sans-serif;
}

.enlarge-list li img {
  width: 27px;
  margin-right: 10px;
  height: fit-content;
  margin-top: 5px;
}

.transconjunctival-list li{
  display: flex;
  font-size: 1.4rem;
  padding-left:60px;
  font-weight: 100;
  margin:6px 0;
  font-family: 'Noto sans JP', sans-serif;
}

.transconjunctival-list li img {
  width: 27px;
  margin-right: 10px;
  height: fit-content;
  margin-top: 5px;
}

@media (max-width: 467px) {
.transconjunctival-list li {
        font-size: 1.2rem;
        padding-left: 15px;
	}
}

.epicanthus-visual .writing-paper p{
	font-family: 'Noto Sans JP', sans-serif;
	background: #efe3d2;
	margin: 20px 0;
	padding: 10px;
}

/* CTA */
.enlarge-cta{
  margin: 40px auto;
  padding:4px 12px 16px;
  text-align:center;
}
.enlarge-btn{
  width: 50%;
  display:inline-block;
  padding:10px 22px;
  border-radius:70px;
  background:#723C2C;
  color:#fff;
  text-decoration:none;
  letter-spacing:.04em;
  font-size: 1.5rem;
}
.enlarge-btn:active{
  transform:translateY(1px);
}

/*=== 医師紹介 ====*/
:root{
  --brown:#723C2C;
  --beige:#f6efe9;
  --frame:#e2d9cf;
  --chip:#cbc5b9; 
  --chip-txt:#fff;
  --txt:#2f2a28;
}

/* セクション余白 */
.doctors{
  background:var(--beige);
  padding:18px 14px 28px;
}

/* 見出し */
.doctors-head{
  text-align:center;
  margin-bottom:10px;
}

.doctors-head .en{
  color:#c9a48b;
  letter-spacing:.18em;
  margin:0 0 2px;
  font-size:1.5rem;
}

.doctors-head .ja{
  color:var(--brown);
  font-size:3rem;
  letter-spacing:.06em;
  margin:0;
}

/* タブ（見た目のみ） */
.doctor-tabs{
  display:flex; gap:8px; padding:0; margin:14px 0 12px; list-style:none;
}
.doctor-tabs .tab{
  flex:1 1 0;
  background:var(--chip);
  color:var(--chip-txt);
  padding:8px 10px;
  display:flex;
  align-items:center;
  gap:8px;
  border-bottom: 5px gray solid;
}
.doctor-tabs .tab .ico{ filter:grayscale(100%); }
.doctor-tabs .tab .ttl{ line-height:1.3; font-size:1.2rem; }
.doctor-tabs .tab .ttl small{ display:block; opacity:.85; font-size:.95rem; }
.doctor-tabs .tab.is-active{ opacity:1; }
.doctor-tabs .tab:not(.is-active){ opacity:.85; }

section.doctors .doctor-tabs .tab{
  overflow:hidden;
  display:grid;
  place-items:center;
  cursor:pointer;
}
section.doctors .doctor-tabs .tab img{
  /* filter:grayscale(100%) brightness(0.9); */
  transition:filter .2s ease;
  width: 80%;
  padding: 20px 0;
}

.doctor-tabs .tab.is-active {
  background: #d6c49a; 
  opacity: 1;
}

section.doctors .doctor-tabs .tab.is-active img{
  filter:none;
}

/* パネル切替（このクラス/hiddenで制御） */
section.doctors[hidden]{ display:none !important; }
section.doctors.is-current{ display:block; }

/* カード */
.doctor-card {
  background-color: #fff;
}

.doc-header{
  display:grid;
  column-gap: 14px;
  align-items: end;
  padding: 12px 14px 10px;
}

/* 役職：薄いゴールドでやや大きめ */
.doc-header .role{
  color:#cdbf96;  
  font-size:1.6rem;
  letter-spacing:.06em;
  margin:0 ;
}

/* 氏名：大きく、ローマ字は右に小さく */
.doc-header .name{
  display:flex;
  align-items: baseline;
  gap: 7px;              
  font-size:2.5rem;          
  color:#2f2a28;
  font-weight:100;
}
.doc-header .name .rom{
  font-size:1.2rem;
  color:#b7b0aa;
  letter-spacing:.12em;
}

/* 写真は右上に寄せ、角丸・サイズ統一 */
.doc-hero{
  grid-column:2;
  grid-row:1 / span 2;
  text-align:right;
}
.doc-hero img{
  width:130px;
  height:auto;
}

/* ブロック共通 */
.doc-block{
	padding:8px 14px 10px;
	font-family: 'Noto sans JP', sans-serif;
}
.blk-ttl{
  font-size:1.5rem;
  color:#d49f96;
  border-bottom: 1px solid var(--pub-frame);
  padding-left:8px; margin:6px 0 8px;
}

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

.dotlist li{
  position:relative; padding-left:1.2em; line-height:1.8; font-size:1.6rem;
}

.dotlist li::before{
  content:"•"; position:absolute; left:0; top:0; color:#d4a4a6; font-weight:700;
}

.dotlist li.dotlist-last {
  font-size: 1.2rem;     /* 一回り小さく */
  text-align: right;     /* 右寄せ */
  padding-left: 0;       /* ●の余白を消す */
}
.dotlist li.dotlist-last::before {
  content: none;         /* ●を消す */
}
.dotlist p {
	font-family: 'Noto sans JP', sans-serif;
}
/* CTA */
.doc-cta{ text-align:center; padding:14px; }
.doc-btn{
  display:inline-block; width:min(92%, 420px);
  background:#8f8277; color:#fff; text-decoration:none;
  padding:12px 16px; border-radius:9999px; letter-spacing:.08em;
  font-size:1.5rem;
}
.doc-btn:active{ transform:translateY(1px); }

/* 展開エリア：初期は非表示 */
.doc-more[hidden] { display: none !important; }

/* 余白だけ付ける（色は変えない） */
.doc-more { padding: 0 14px 14px; }

/* ===== 執筆書籍 & 医師メッセージ ===== */
:root{
  --pub-frame:#e1d3c6;
  --pub-pink:#d4a4a6;
  --pub-text:#2f2a28;
}

.pubmsg{
  background:#fff;
  padding: 16px 14px 28px;
  font-family: 'Noto sans JP', sans-serif;
}

.pubmsg-inner{
	max-width:650px; margin:0 auto;
}

/* セクション小見出し */
.pubmsg-sec-ttl{
  font-size: 1.6rem;
  color:#8c847c;
  margin: 8px 0 10px;
  border-bottom: 1px solid var(--pub-frame);
  padding-bottom: 6px;
  font-family: 'Noto sans JP', sans-serif;
}
.pubmsg-sec-ttl.pink{ color: var(--pub-pink); }

/* 書籍ボックス（左テキスト／右表紙） */
.pub-box{
  display:grid;
  grid-template-columns: 1fr 140px;
  gap: 12px;
  align-items: start;
  margin-bottom: 18px;
}
.pub-name{
  font-size: 1.5rem;
  color: var(--pub-text);
  margin: 4px 0 0;
  font-family: 'Noto sans JP', sans-serif;
}
.pub-cover{ margin:0; }
.pub-cover img{
  display:block;
  width: 100%;
  height: auto;
  border: 1px solid var(--pub-frame);
  border-radius: 4px;
  background:#fff;
}

/* メッセージ本文ボックス */
.msg-card{
  background:#fff;
  padding: 12px;
  font-family: 'Noto sans JP', sans-serif;
}
.msg-card p{
  font-size: 1.4rem;
  line-height: 1.9;
  color: var(--pub-text);
  margin: 0;
  font-family: 'Noto sans JP', sans-serif;
}


/* ===== Price block ===== */
.wrapper-price {
  background: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), var(--beige);
}

.price{
  padding:30px 14px;
  max-width:650px;
  margin:0 auto;
  color:#2f2a28;
  background-color: #fff;
}
.price-head{
  text-align:center;
  margin-bottom:8px;
}
.price-head .en{
  color:#cfa7a3;
  letter-spacing:.18em;
  font-size:1.2rem;
  margin:0 0 2px;
}
.price-head .ja{
  font-size:3rem;
  margin:0;
  color:#4c4a48;
  letter-spacing:.04em;
  font-weight: 100;
}
.price-sub{
  text-align:center;
  font-size:1.8rem;
  margin:10px 0 12px;
  color:#4c4a48;
}


/* 1行(=1プラン)の体裁：下だけ破線 */
.price-row{
  display:flex;
  align-items:flex-start;      
  padding:16px 10px;
  border-bottom:2px dashed #b7a99b;
}

/* アクセント行（上の薄ベージュ行） */
.price-row.is-accent {
  background: #e9dfd3d5;
}

/* 左側（施術名＋注記）をまとめる箱 */
.price-info{
  display:flex;
  flex-direction:column;     
  gap:6px;
}

/* 施術名 */
.price-name{
  font-size:2.6rem;
  line-height:1.3;
  color:#4c4a48;
}

/* 注記（小さく・薄く） */
.price-note{
  margin:0;
  font-size:1.2rem;
  color:#4c4a48;
}

/* 右側の金額 */
.amount{
  margin-left:auto;
  white-space:nowrap;
  font-size:2.6rem;
  color:#4c4a48;
}

/* 旧リーダー線 */
.dots{ display:none; }

.price-off {
  padding: 14px 10px 0 10px;
  font-size: 1.6rem;
  font-family: 'Noto sans JP', sans-serif;
  line-height :1.7;
}

/* 右下注意書き */
.price-tn{
  text-align:right;
  font-size:1rem;
  color:rgba(0, 0, 0, 0.849);
  margin:10px 6px 0;
  font-family: 'Noto sans JP', sans-serif;
}

/* セクションの背景と余白 */
.payment {
  background: #f8f2ec;   
  padding: 18px 1px 1px;
  margin:10px 10px 80px;
}

/*カード */
.payment-wrap {
  background: #fff;
  border: 3px solid #f8f2ec;
}

/* 大見出し（支払い方法） */
.pay-heading {
  text-align: center;
  font-size: 1.4rem;
  color: #4c4a48;
  font-weight: 100;
  padding-bottom: 18px;
}

/* リード文 */
.pay-lead {
  font-size: 1.3rem;
  color: #4c4a48;
  margin: 20px 20px;
  font-family: 'Noto sans JP', sans-serif;
}

.brand-logos {
  width: 100%;
}

.brand-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
}

.brand-logos img {
  display: block;
  height: 32px;          /* ロゴの高さを統一 */
  width: auto;
}

/* サブ見出し（医療ローン） */
.pay-subheading {
  margin: 18px 0 10px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .12em;
  color: #4c4a48;
  font-weight: 100;
}

/* 説明本文 */
.pay-text {
  font-size: 1.3rem;
  color: #2f2a28;
  padding: 20px;
  font-family: 'Noto sans JP', sans-serif;
}

/* セクション背景・見出し */
.faq{
  background:#faf7f2;   
  padding:20px 14px 28px;
}

.faq-inner{
  max-width:650px;
  margin:0 auto;
}

  .faq-en{
  text-align:center;
  color:#caa39a;
  font-size:1.6rem;
}
.faq-ja{
  text-align:center;
  color:#5b5651;
  font-size:2.0rem;
  margin:0 0 20px 0;
  font-weight: 100;
}

/* リスト共通 */
.faq-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

/* カード（Q行ボタン） */
.faq-q{
  width:100%;
  min-height: 120px;
  text-align:left;
  background:#fff;
  padding:16px 44px 16px 84px; /* 右は＋、左はQスペース */
  font-size:1.5rem;
  color:#2f2a28;
  position:relative;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
  font-family: 'Noto Serif JP', sans-serif;
}
.faq-q:hover{ background:#fbf8f5; border-color:#d9cabe; }
.faq-q:focus-visible{ outline:2px solid #bfae97; outline-offset:2px; }

/* 左の大きい“Q”装飾 */
.faq-q::before{
  content:"Q";
  font-family: "Noto Serif JP", serif;
  position:absolute;
  left:10px;
  top:45%;
  transform:translateY(-50%);
  font-size:4.8rem;
  line-height:1;
  color:#e3dbd2; 
  font-weight:400;
}

/* 右の＋／－アイコン */
.faq-q::after{
  content:"+";
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  font-size:2.4rem;
  color:#c2b6aa;
  transition: transform .2s ease, color .2s ease;
}
.faq-q[aria-expanded="true"]::after{
  content:"−";
  color:#9b8f84;
}

/* 回答パネル */
.faq-a{
  background:#fff;
  border:1px solid #e1d3c6;
  border-top:none;
  border-radius:0 0 6px 6px;
  padding:0 16px 14px;
}
.faq-a__body{
  font-size:1.3rem;
  line-height:1.5;
  color:#2f2a28;
  padding-top:10px;
  font-family: 'Noto sans JP', sans-serif;
}

/* ボタンと回答を一体感あるカードに（角を繋ぐ） */
.faq-item .faq-q[aria-expanded="true"]{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}

.clinic {
  background:#f6f0eb;
  padding:20px 14px 40px;
}

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

.clinic-en {
  color:#caa39a;
  letter-spacing:.15em;
  margin:0 0 4px;
  font-size:1.6rem;
}

.clinic-ja {
  font-size:1.8rem;
  color:#444;
  font-weight: 100;
  margin: 10px 0 30px;
}

.clinic-box {
  background-color: #fff;
}

.clinic-logo {
  width:95%;
  display:block;
  margin:20px auto 20px auto;
  align-items: center;
}

.clinic-name {
  font-size:2rem;
  font-weight:100;
  margin:0;
}

.clinic-slider {
  position:relative;
  overflow:hidden;
}

.slides {
  display:flex;
  transition:transform .5s ease;
}

.slide {
  min-width:100%;
  opacity:0;
  transition:opacity .5s ease;
}

.slide.is-active {
  opacity:1;
}

.slide img {
  width:100%;
  height:auto;
  display:block;
}

.slider-btn {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.4);
  color:#fff;
  border:none;
  cursor:pointer;
  font-size:1.5rem;
  border-radius:50%;
}

.slider-btn.prev {
  left:10px;
  width: 30px;

}

.slider-btn.next {
  right:10px;
  width: 30px;
}

.dots {
  margin-top:10px;
}

.dot {
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ccc;
  margin:0 4px;
  cursor:pointer;
}

.dot.is-active {
  background:#333;
}

.clinic-contact {
  margin-top:20px;
}

.clinic-contact p {
  margin:4px 0;
}

.tel {
  font-size:2.4rem;
  font-weight:700;
}

.tel span {
  font-size:2.6rem;
  color:#4c4a48;
}
.tel img{
	width: 35px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 5px;
}

.time {
  font-size:1.5rem;
  color:#4c4a48;
}

/* 共通 */
.clinic-policy,
.clinic-facility,
.clinic-access {
  /* background:#f8f2ec; */
  padding:18px 14px 28px;
}

/* セクション見出し */
.clinic-policy h3,
.clinic-facility h3,
.clinic-access h3 {
  text-align:center;
  font-size:3rem;
  color:#4c4a48;
  letter-spacing:.06em;
  margin:0 0 14px;
  position:relative;
  font-weight: 100;
}
.clinic-policy h3::after,
.clinic-facility h3::after,
.clinic-access h3::after {
  content:"";
  display:block;
  height:1px;
  background:#cfc6bf;
  width:100%;
  margin:10px auto 0;
}

.facility-wrapper{
  margin-bottom: 30px;
}

/* 本文（理念）設備 */
.clinic-policy .policy-wrapper {
  font-size:1.5rem;
  color:#4c4a48;
  margin:0 0 13px;
  text-align:left;
}

.clinic-policy p, .clinic-facility .clinicphilosophy-sub{
	font-family: 'Noto sans JP', sans-serif;
	text-align:left;
}


.clinic-facility .facility-sub {
  background:#e7d6c6;
  color:#4c4a48;
  padding:5px 14px;
  font-size:1.7rem;
  text-align:center;
}

.clinic-facility .facility-infra {
  font-family: 'Noto sans JP', sans-serif;
  text-align:justify;
  margin-top: 10px;
}

/* アクセス */
.clinic-access p {
  font-size:1.6em;
  color:#2f2a28;
  margin:0 0 10px;
  text-align:left;
}

/* 路線3行にマーカー（丸）を付ける）
   3行目: 都営大江戸線 / 4行目: 南北線 / 5行目: 駐車場 */
.clinic-access p:nth-of-type(3),
.clinic-access p:nth-of-type(4),
.clinic-access p:nth-of-type(5) {
  position:relative;
  padding-left:32px;
}
.clinic-access p:nth-of-type(3)::before,
.clinic-access p:nth-of-type(4)::before,
.clinic-access p:nth-of-type(5)::before {
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:16px;
  height:16px;
  border:3px solid #999;
  border-radius:50%;
  background:#fff;
}

/* 色分け（画像の雰囲気） */
.clinic-access p:nth-of-type(3)::before { border-color:#922b5b; } 
.clinic-access p:nth-of-type(4)::before { border-color:#5bbcaf; } 
.clinic-access p:nth-of-type(5)::before { border-color:#8f8b86; } 

/* 車でお越しの方 */
.bycar{
  /* background:#f8f2ec; */
  padding:16px 14px 28px;
}
.bycar-title{
  margin:0 auto 18px;
  background:#d49f96;   
  color:#fff;
  text-align:center;
  font-size:1.8rem;
  line-height:1.5;
  padding:14px 10px;
  font-weight: 100;
}

.bycar img{
  display:block;
  width:100%;
  height:auto;
}
.bycar-note{
  background:#f6efe9;      
  border:1px solid #e6dbcf;
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 8px 14px rgba(0,0,0,.05); 
}
.bycar-note p{
  margin:0;
  font-size:1.8rem;
  line-height:1.9;
  color:#2f2a28;
  text-align:center;
}
.bycar-em{
  color:#b35b5c; 
  font-weight:200;
}

/* 順路案内 */
.route-guide{
  background:#fff;
  padding:20px 14px;
}

.route-step{
  margin-bottom:40px;
  text-align:center;
  position:relative;
}

.route-num{
  display:inline-block;
  background:#d4a4a6;       
  color:#fff;
  font-size:1.4rem;
  font-weight:100;
  padding:4px 10px;
  border-radius:3px;
  margin-bottom:6px;
}

.route-text{
  font-family: 'Noto sans JP', sans-serif;
  margin:4px 0 10px;
  font-size:1.6rem;
  color:#2f2a28;
  line-height:1.5;
}

.route-photo{
  margin:0;
  position:relative;
}

.route-photo img{
  display:block;
  width:80%;
  height:auto;
  margin: 0 auto;
}

/* 写真下に小さな三角を付ける */
.route-photo::after{
  content:"";
  position:absolute;
  bottom:-10px;
  left:50%;
  transform:translateX(-50%);
  border-width:10px 10px 0 10px;
  border-style:solid;
  border-color:#f6efe9 transparent transparent transparent;
}

footer p {
  margin-left: 25px;
}

footer img { 
  width: 50%;
  display:block;
  margin:20px auto 20px auto;
  align-items: center;
}

/* フローティングCTA */
.float-cta {
  position: fixed;
  inset: auto 0 0 0; /* 下に固定 */
  z-index: 1500;
  background:#fff;
  border-top:1px solid #ddd;
  box-shadow:0 -2px 10px rgba(0,0,0,.06);
  padding:20px 0 calc(10px + env(safe-area-inset-bottom));
}

/* SP-nav が開いている時だけ非表示 */
body.is-menu-open .float-cta { display:none !important; }

.float-cta__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 12px;
}

/* リード文（必ず1行） */
.float-cta__lead {
  margin:0 0 15px;
  text-align:center;
  color:#333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);  /* 小さめ */
  line-height: 1.2;
}

/* ボタンと電話番号を横並び＋縦中央 */
.float-cta__row {
  display:flex;
  align-items:center;   /* 縦中央 */
  justify-content:center;
  gap:20px;
}

/* 予約ボタン（画像） */
.float-cta__btn img {
  display:block;
  height: clamp(3.125rem, 2.67rem + 2.27vw, 4.375rem);
  width:auto;
}

/* 電話ブロック */
.float-cta__tel {
  display:block;
  flex-direction:none;
  justify-content:center;
  text-decoration:none;
  color:#333;
  font-size: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
}

/* 電話番号＋アイコンは必ず1行 */
.float-cta_grid {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  line-height:1;
}
.float-cta__icon-phone img {
  display:block;
  height: clamp(25px, 3vw, 22px);
  width:auto;
}

.float-cta__time{
  display:block;               /* 改行して下に出す */
  margin-top:4px;
  text-align:center;
  font-size: 12px;
}



.cta-btn {
  display: inline-flex;               /* アイコンと文字を横並びに */
  align-items: center;                /* 縦中央揃え */
  gap: 15px;                           /* アイコンと文字の間隔 */
  padding: 12px 10px;;
  background: linear-gradient(to bottom, #8b3e2f, #5a2a1f); /* 上から下にグラデーション */
  color: #fff;
  /* font-size: 12px; */
  font-size: clamp(6px, 2vw, 14px);
  font-weight: 500;
  border-radius: 8px;                 /* 角丸 */
  text-decoration: none;              /* リンク下線消す */
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  transition: opacity 0.4s ease;
  font-family: 'Noto Serif JP', serif;
}

.cta-btn:hover {
  opacity: 0.85;                      /* ホバーで少し暗くする */
}

.cta-btn .icon {
  width: 8%;
  height: 8%;
  margin-left: 20px;
}


/* 初期状態では改行なし */
.sp-br {
  display: none;
}


/* hidden 属性対策 */
#sp-nav.menu-overlay { display: block !important; }
#sp-nav[hidden]      { display: none !important; }


@media (max-width:650px){
  body {
    margin: 0 auto;
  }

  header {
    padding: 0;
    width: 100%;
  }


  .cta-btn img {
    width: 170px;
	height: 50px;
	}
	
  .catch-copy {
    justify-content:center;
    align-items:center;
  }

  .catch-copy p {
    font-size: 17px;
  }

  .strengths-title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  
  .strengths-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0.5rem;
	  margin: 0 10px;
  }
	
  .nowrap p{
   font-size: 0.9rem;	
	}
  
  .strength-card {
    font-weight: 400;
    margin: 0;
    padding:0;
  }

 .strength-card ,
 .strength-card-text span {
    font-size: 1.3rem;
	}

  .strength-card-text {
      padding: 0;
  }

  .strength-card-text{
  height: 35%;
  margin: 5px;
  }

  .ere-tag{
    width: 200px;
  }

  .repair-pill{
    padding:0px 15px;
    font-size:1.7rem;
  }

  .strength-card.wide p {
    font-size: 1.5rem;
  }

  .doc-header .name {
    display: inline-grid;
  }

  .trapezoid,
  .revise-tag,
  .wish-tag,
  .enlarge-tag {
    font-size: 2rem;
    letter-spacing: 0em;
  }
	
  .revise-list li img{
	height: fit-content;
	}
		
  .float-cta__btn img {
    width: 250px;
    height: auto;
  }	
	.float-cta__row{
		flex-direction:column;
		gap:10px;
	}	
	.float-cta__lead{
		margin-bottom: 10px;
	}
	.float-cta{
		padding: 10px 0;
	}
	
}
    /*△ @media (max-width:650px) */

@media (max-width:560px){
  header {
    padding: 0;
    /* height: 80px; */
    width: 100%;
  }
  .repair-ribbon::before{ 
    left:20px; 
    transform:translateY(-10%) rotate(-100deg);
  }

  .repair-ribbon::after { 
    right:20px; 
    transform:translateY(-10%) rotate(100deg);
  }

  .repair-ribbon {
    font-size: 1.3rem;
    margin: 15px auto;
  }

  .trapezoid,
  .revise-tag,
  .wish-tag,
  .enlarge-tag {
    font-size: 2.0rem;
  }

  .revise-suits__ttl {
    font-style: 1.3rem;
  }

  .revise-list li {
     padding-left: 0;
  }
  .proc-cap {
    line-height: 1.3;
    padding: 10px;
    font-size: 0.7rem;
  }
  .proc-num {
    font-size: 0.7rem;
  }
  .proc-img img {
    object-fit: contain !important; /* ← 歪ませず収める（必要なら cover に） */
  }

	.revise-list li img{
		height: fit-content;
	}
	.trapezoid .sub{
	font-size: 14px;
}
}


  @media screen and (max-width: 540px) {
    .logo {
      width: 95%;
    }

    .header-right {
      width: 60%;
    }

}

  @media screen and (max-width: 514px) {
  .sp-br {
    display: inline;
  }
}

  @media (max-width:500px){
	  header {
    padding: 0;
    /* height: 80px; */
    width: 100%;
  }
	
  .strength-card.wide p {
    font-size: 1.1rem;
	  margin: 10px;
  }

  .repair-watermark {
  top: 25%;
  }
  .ere-tag {
    width: 150px;
  }
  .ere-tags {
    font-size: 1.5rem;
  }
  .revise-tag,
  .wish-tag,
  .enlarge-tag {
    font-size: 1.5rem;
  }
  .trapezoid{
    font-size: 1.9rem;
	}
  .price-head .ja {
    font-size: 2.5rem;
  }
  .price-name,
  .amount {
    font-size: 1.5rem;
  }

  .clinic-policy h3, .clinic-facility h3, .clinic-access h3 {
    font-size: 2rem;
  }

  .bycar-title {
    font-size: 1.8rem;
  }

  .bycar-note p {
    font-size: 1.3rem;
  }

  .clinic-access p {
    font-size:1.1rem;
  }
  .revise-list li img{
		height: fit-content;
	}
  #back-top {
     right: 4%;
    bottom: 160px;
  }
.trapezoid .sub{
	font-size: 13px;
}
	
}

@media (max-width:467px){
  header {
    padding: 0;
    width: 100%;
  }	
  .cta-btn {
    gap: 4px;
    padding:12px 0;
	font-size:12px;
  }
  .ere-tag {
    width: 150px;
    padding: 10px 10px;
  }

  .ere-tags {
    font-size: 1.5rem;
  }
  
  .ere-note {
    font-size: 1.5rem;
    right: 10px;
  }

  .ere-lead span{
	font-size: 1.5rem;
	}
	
  .repair-title  {
    font-size: 2.6rem;
  }

  .repair-ribbon::before{ 
    left:-40px; 
    transform:translateY(-10%) rotate(-100deg);
  }

  .repair-ribbon::after { 
    right:-40px; 
    transform:translateY(-10%) rotate(100deg);
  }

  .repair-body p {
    margin-top: 100px;
    font-size: 1.3rem;
  }
  
  .ere-tag small {
    font-size: 0.8rem;
  }

  .ere-title ,
  .ere-title span {
    font-size: 1.5rem;
  }

  .ere-closing {
    font-size: 1.5rem;
  }

   .pf-title {
    font-size: 1.8rem;
  }

  .pf-text p {
    font-size: 1.3rem;
  }

 .revise-tag__icon {
   margin-right: 0;
 }

 .revise-tag,
 .wish-tag,
 .enlarge-tag {
    font-size: 1.5rem;
  }

  .revise-btn {
    font-size: 1rem;
  }
  .wish-btn {
    font-size: 1rem;
  }
  .enlarge-btn {
    font-size: 1rem;
  }

  .wish-desc,
  .enlarge-desc,
  .revise-desc{
	font-size: 1.3rem;
  }
  .revise-detail-text{
    font-size: 1.3rem;
  }
  .feature-list li{
    font-size: 1.3rem;
  }
  .revacc-intro p{
    font-size: 1.3rem;
  }
  .revacc-inner p{
    font-size: 1.3rem;
  }
  .revacc-text p{
      font-size: 1.3rem;	
  }
    .revise-list li {
    font-size: 1.2rem;
  }
  .proc-sub{
    font-size: 1.5rem;
  }
  .proc-lead{
    font-size: 1.3rem;
  }
	.epicanthus-visual-lead{
	font-size: 1.3rem;
	}
	
  .oc-proc{
    padding: 50px 12px;
  }
  .oc-proc__text{
    font-size: 1.3rem;
  }
  .mb-lead{
    font-size: 1.3rem;
  }
  .mb-card__head{
    font-size: 1.5rem;
  }
  .mb-note{
    font-size: 1.3rem;
  }
  .wish-list li{
    font-size: 1.2rem;
	padding-left: 0px;
  }
  .enlarge-list li{
    font-size: 1.2rem;
	padding-left: 0px;
  }
  .doctor-comment__ttl{
    font-size: 1.7rem
  }
  .price-tn{
    font-size: 0.8rem
  }
  .price-name,
  .amount {
    font-size: 1.3rem;
  }
	.faq-a__body{
		font-size: 1.1rem;
	}
	.price-off{
		font-size: 1rem;
	}
	.revise-detail-variations-text{
		font-size: 1.3rem;
	}
	.dotlist li,.pub-name,.msg-card p{
		font-size: 1.0rem;
	}
	.route-text{
		font-size: 1.3rem;
	}
	.clinic-facility .facility-sub{
		font-size: 1.5rem;
	}
	.revise-list li{
		padding-left: 0px;
	}
	.revise-list li img{
    height: fit-content;
		margin-top:3px;
	}

  .header-right {
    width: 90%;
  }
.trapezoid .sub{
	font-size: 12px;
}
}

/*△ @media (max-width:467px) */

  @media (max-width:376px){
  .cta-btn img {
    width: 150px;
    height: 30px;
  }
  .repair-ribbon {
    font-size: 1.2rem;
  }

  .repair-ribbon::before{ 
    left:-40px; 
    transform:translateY(-10%) rotate(-100deg);
  }

  .repair-ribbon::after { 
    right:-40px; 
    transform:translateY(-10%) rotate(100deg);
  }

  .repair-pill{
    font-size:1.4rem;
  }

  .repair-title {
    font-size: 2rem;
  }

  .repair-watermark {
  top: 18%;         
  }

  .strength-card-text,
  .strength-card, .strength-card-text span,
  .strength-card.wide p {
    font-size: 1rem;
  }

  .ere-title ,
  .ere-title span {
    font-size: 1.1rem;
  }

  .ere-lead {
    font-size: 1.6rem;
  }

  .ere-closing {
    font-size: 1.2rem;
  }

  .ere-note{
    font-size: 1.1rem;
    right: 0%
  }
  .ere-tag {
    width: 120px;
    padding: 5px 10px;
  }
  .ere-tags {
    font-size: 1.2rem;
  }

  .pf-title {
    font-size: 1.5rem;
  }

  .pf-text {
    font-size: 1.3rem;
  }

  .trapezoid,
  .revise-tag,
  .wish-tag,
  .enlarge-tag {
    font-size: 1.1rem;
  }
	.revise-list li img{
    height: fit-content;
  }

  .float-cta__btn img {
    width: 200px;
	  height: auto;
	  }
	  
.cta-btn {
    gap: 4px;
    padding:12px 0;
	font-size:11px;
  }
 .nowrap p{
   font-size: 0.8rem;	
	}
}
  /*△ @media (max-width:376px) */
 @media (max-width:394px) {
.header-right {
  width: 100%;
}

 .hd-btn__icon img {
  width: 15px;
 }

 .hd-btn__label {
    font-size: 10px;
    padding: 2px 3px;
  }

  .menu-btn-wi {
    padding: 12px 10px;
  }
  .menu-btn {
    width: 28px;
    margin-left: 0px;
  }
 }

  @media (max-width:333px){
    .menu-btn-wi {
      padding: 18px 5px;
    }
      .hd-btn__label{
        line-height:1.1;
    }

    /* 電話 */
    .hd-btn--tel .hd-btn__label{
      font-size: 0;                 /* 既存テキストは視覚的に消す（aria-labelがあるので可） */
      position: relative;
    }
    .hd-btn--tel .hd-btn__label::before{
      content: "電話\A予約";        /* \A = 改行 */
      white-space: pre;             /* \A を改行として扱う */
      font-size: 10px;              /* 見た目サイズはここで調整 */
      line-height: 1.1;
      display: block;
      color: #fff;                  /* ラベルの文字色に合わせる */
    }

    /* WEB予約 */
    .hd-btn--web .hd-btn__label{
      font-size: 0;
      position: relative;
    }
    .hd-btn--web .hd-btn__label::before{
      content: "WEB\A予約";
      white-space: pre;
      font-size: 10px;
      line-height: 1.1;
      display: block;
      color: #fff;
    }

    .hd-btn--tel,
    .hd-btn--web {
      padding: 2.5px 0;
    }
  }



  @media (max-width:321px){
  .catch-copy p {
    font-size: 14px;
  }
  .strength-card,
  .strength-card-text span,
  .strength-card.wide p {
    font-size: 1.0rem;
  }
  .repair-pill{
    font-size:1.4rem;
  }

  .repair-title span,
  .repair-title {
    font-size: 1.8rem;
  }

  .repair-watermark {
  top: 18%;         
  }

  .repair-body {
    padding: 0px 14px 18px 14px;
  }

  .ere-title ,
  .ere-title span {
    font-size: 1.5rem;
  }

  .pf-title {
    font-size: 1.7rem;
  }
  .ere-closing {
    font-size: 1rem;
  }
   
  .revise-btn {
    width: 70%;
  }
   .revise-list li img{
	 height: fit-content;
  }
  .float-cta__lead {
    white-space: wrap;
  }
  .sp-br {
    display: none;
  }
.cta-btn {
    gap: 4px;
    padding:12px 0;
	font-size:10px;
  }
.trapezoid .sub{
	font-size: 11px;
}
}

    /*△ @media (max-width:321px) */
 
/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/*パソコンの時だけ改行させるクラス*/
.br-pc {
    display: none;
}

@media (min-width: 600px) {
    .br-pc {
        display: block;
    }
}
