@charset "utf-8";

body {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.3;
    /* font-family: 'Noto Serif JP', serif; */
}

p {
    font-size: 25px;
    font-family: 'Noto sans JP', sans-serif;
}

dd,
dt {
    font-size: 20px;
    font-family: 'Noto sans JP', sans-serif;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー・MV */
header#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

header#top > #header.header-inner {
  position: static !important;
  width: 100% !important;
  max-width: 650px;
  margin: -1px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body {
  padding-top: 50px;
}

html { 
	scroll-padding-top: 96px; 
}

@media (max-width: 767px){
	html {
		scroll-padding-top: 64px; 
	} 
}



.header-inner h1 {
    padding: 0;
}


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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 電話・WEB予約 */
.header-right {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: flex-end;
}
.hd-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-decoration: none;
}
.hd-btn--tel {
    background: linear-gradient(to bottom, #bda893, #9b8672);
}
.hd-btn--web {
    background: linear-gradient(to bottom, #8b3e2f, #5a2a1f);
}
.hd-btn__icon {
    width: 40px;
    height: 32px;
    display: grid;
    place-items: center;
}
.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 {
    top: 0;
}
.menu-btn span {
    top: 9px;
}
.menu-btn::after {
    bottom: 0;
}
.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;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* SPメニュー(オーバーレイ＋パネル) */
#sp-nav.menu-overlay {
    display: block !important;
	position: fixed;
    inset: 0;
    z-index: 10000; /* ヘッダーより上に */
}

.menu-overlay .menu-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 96px;                 /* PCヘッダー高さ */
  height: calc(100vh - 96px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#sp-nav {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
}
#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: 0px 0 10px;
    box-sizing: border-box;
}
.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 {
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.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;
}
/* SPメニュー(アクティブ) */
#sp-nav.is-active {
    opacity: 1;
    pointer-events: auto;
}
#sp-nav.is-active .menu-panel {
    transform: translateX(0);
}
.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);
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* KV */
.kv img {
    width: 100%;
    height: auto;
    display: block;
}
/* KVメッセージ */
.nose-hero {
    padding: 22px 16px;
}
.nose-hero__inner {
    margin: 0 auto;
    text-align: center;
}
.nose-hero__title {
    margin: 0;
    line-height: 1.25;
    letter-spacing: 0.06em;
    color: #4a4a4a;
}
/* 強調（大きめ） */
.nose-hero__title .t-strong {
    font-size: clamp(36px, 7.2vw, 64px);
    font-weight: 500;
}
/* 通常（少し小さめ） */
.nose-hero__title .t-regular {
    font-size: clamp(28px, 6.2vw, 54px);
    font-weight: 300;
}
/* 鼻治療*/
.nose-hero__title .t-accent {
    font-size: clamp(40px, 8vw, 72px);
    font-weight: 500;
    color: #b07a60;
}
/* 罫線 */
.nose-hero__rule {
    width: min(560px, 92%);
    height: 1px;
    margin: 16px auto;
    background: rgba(74, 74, 74, 0.45);
}
/* サブコピー */
.nose-hero__sub {
    margin: 0;
    font-size: clamp(19px, 3.2vw, 32px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #4a4a4a;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 当院の強み */
.strengths {
    width: 100%;
    padding: 50px 0;
    background: #f6ebe9;
}
.strengths-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    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.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;
}
.strength-card.wide p {
    width: 65%;
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 0;
	font-family: 'Noto Serif JP', serif;
}
.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: 80px;
}

.nowrap p {
	font-size: 1.4rem;
}

.strength-card p {
    margin: 0;
	font-family: 'Noto Serif JP', serif;
}
.strength-card-text span {
    font-size: 1.9rem;
    color: #723C2C;
}
.strength-card img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 修正手術について */
.repair {
    padding: 40px 0px;
    background: #fff;
}
/* 濃紺ラベル（2行） */
.repair__badge {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.repair__badge h2 {
    padding: 10px 17px;
    margin-bottom: 15px;
    background: #0f2a44;
    letter-spacing: 0.1em;
	font-weight:300;
	font-family: 'Noto sans JP', sans-serif;
}
/* 斜線付きコピー */
.repair__catch {
    margin: 15px auto;
    text-align: center;
    align-items: center;
}
.repair__catch-text {
    font-weight: 500;
    font-size: 30px;
    padding: 0 10%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
    color: #4a4a4a;
}
.repair__catch-text::before {
    left: 0px;
    transform: translateY(-10%) rotate(-100deg);
}
.repair__catch-text::after {
    right: 0px;
    transform: translateY(-10%) rotate(100deg);
}
.repair__catch-text::before,
.repair__catch-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 90px;
    height: 2.5px;
    background: #4a4a4a;
}
/* 見出し */
.repair__title {
    text-align: center;
    margin: 20px ;
}
.repair__title h2 {
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 500;
    color: #4a4a4a;
    font-size: 35px;
    padding-bottom: 5px;
}
.repair__title-accent {
    color: #d49f96;
    font-weight: 700;
    font-size: 43px;
}
.repair__title-accent02 {
    color: #d49f96;
    font-weight: 700;
	 font-size: 35px;
}

.repair__title_line {
    display:inline-block;
    padding-bottom:4px;
    border-bottom:1px solid #d49f96;
}
/* 画像 */
.repair__photo {
    margin: 0 auto 20px;
    width: 80%;
}
.repair__photo img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.08);
    }
/* 本文 */
.repair__body {
    margin: 0 auto;
    width: 80%;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #2f2f2f;
}

/* ========================================= */
/* 修正手術例えば */
.nose-example {
    padding-bottom:40px;
    color: #4a4a4a;
}

.nose-example__inner {
    /* max-width: 420px;     */
    margin: 0 auto;
    text-align: center;
}

.nose-example__title {
    font-size: 30px;
    /* font-weight: 500; */
    letter-spacing: 0.06em;
    margin: 0 0 40px;
    color: #5a5a5a;
}
.nose-card {
    position: relative;
    background: #f5f0e7;       /* 薄いベージュ */
    border-radius: 0;          /* 角丸なし寄り */
    padding-top: 22px;         /* pillの分スペース */
}
.nose-card__pill {
    margin-top: 20px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    background: #c9ae7a;       /* ゴールド系 */
    color: #fff;
    font-size: 25px;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 999px;
    letter-spacing: 0.08em;
}
.nose-card__body {
    padding: 18px 18px 50px;
}
.nose-compare {
    position: relative;
    margin: 16px auto 0;
    max-width: 450px;
}
.nose-compare img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}
.nose-card__note {
    text-align: right;
    margin: 10px auto 0;
    font-size: 18px;
    color: #6b6b6b;
    max-width: 450px;
}

.nose-card__lead {
	font-family: 'Noto Serif JP', serif !important;
    margin: 14px 0 10px;
    font-size: 30px;
    letter-spacing: 0.08em;
    color: #6b5a49;
    /* font-weight: 500; */
}

.nose-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 10px;
    text-align: left;
    max-width: 450px;
    color: #6b5a49;
}

.nose-list__item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 23px;
    line-height: 1.7;
    padding-left: 8%;
}
.nose-list__item img {
    width: 25px;
    flex-shrink: 0;
    display: block;
    padding-top: 8px;
}
.nose-card__cta {
	font-family: 'Noto Serif JP', serif !important;
    margin: 6px 0 0;
    font-size: 30px;
    /* font-weight: 500; */
    letter-spacing: 0.06em;
    color: #6b5a49;
}
.nose-card__cta span {
	padding: 10px;
    border-bottom: #6b5a49 dashed  1px;
}

/* ========================================= */
/* 手術イメージ */
.doctor-message {
    padding-bottom: 28px;
    margin: 0 auto;
}
.doctor-message__inner {
    text-align: center;
}
/* 画像 */
.doctor-message__img {
    margin: 0 1rem;
}
.doctor-message__img img {
    width: 100%;
    height: auto;
    display: block;
}
/* テキスト */
.doctor-message__text {
    margin: 18px 0 0;
    font-family: "Noto Serif JP", serif;
    font-size: 33px;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.doctor-message__text_accent {
    color: #894839; /* 茶系 */
    font-weight: 300;
	font-size: 50px;
	line-height: 1.3;
	display: inline-block; 
    margin-top: 25px;      
}

/* 「培った経験」背景ハイライト */
.hl-bg {
    display: inline-block;
    background: #d7bf8a; /* ゴールド系 */
    color: #fff;
    padding: 2px 10px 4px;
    /* margin: 0 4px; */
}

/* 「医療技術」枠ハイライト */
.hl-box {
    display: inline-block;
    background: #0f2a44; /* 紺色系 */
    color: #fff;
    padding: 1px 10px 3px;
    /* margin: 0 4px; */
}

/* ========================================= */
/* 鼻整形の特徴 */
.feature{
    background:#f5f0e7;
    padding: 80px 0px ;
}

.feature__inner{
  /* max-width: 420px; */
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

/* 見出し */
.feature__head{
    margin-bottom: 14px;
}

.feature__pill{
    position: relative;
    display:inline-block;
    background:#d49f96;
    color:#fff;
    font-size:33px;
    letter-spacing:.12em;
    padding: 8px 25px;
    border-radius: 999px;
    line-height: 1;
}
/* ▼ 下の三角 */
.feature__pill::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-10px;
    transform: translateX(-50%);
    width:0;
    height:0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d49f96;
}
.feature__title{
    margin: 10px 0 0;
    font-size: 42px;
    letter-spacing: .14em;
    color:#6b5a49;
    font-weight: 600;
}
.feature__title_accent1,
.feature__title_accent2 {
    font-size: 47px;
}
.feature__title_accent1 {
    color: #d49f96;
}
.feature__title_accent2 {
    color: #a7653d;
}
/* 画像 + コピー */
.feature__hero{
    position: relative;
    margin-top: 12px;
}

.feature__heroImg{
    width:95%;
    height:auto;
    display:block;
    margin-left: auto;  
}

.feature__copy{
    position:absolute;
    left: 18px;
    bottom: -155px;
    display: grid;
    gap: 8px;
    align-items: start;
}

.copy-line{
    display:inline-block;
    width: fit-content;
    max-width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    font-size: 37px;
    letter-spacing: .08em;
    color:#6b5a49;
    line-height: 1.2;
    text-align: left;
    border-radius: 10px 0 10px 0;
    font-family: 'Noto Serif JP', serif;
}

.copy-line--accent{
    color:#b5643b; /* オレンジ寄り */
}

/* 本文 */
.feature__body,
.feature__note {
    padding: 0 20px;
}

.feature__body{
    text-align: left;
    margin-top: 130px;
    color:#333;
}

.feature__text{
    margin: 0;
    line-height: 1.9;
    letter-spacing: .02em;
	padding-top: 45px;
}
.feature__list{
    margin: 15px 0 0 15px;
}
.feature__item{
    display:flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: .03em;
    color:#6b5a49;
}
.feature__item img {
    width: 35px;
    flex-shrink: 0;
    display: block;
    padding-top: 15px;
}

.feature__lead {
    margin: 7px 0 30px 0;
    font-size: 35px;
    line-height: 1.5;
    color:#6b5a49;
    letter-spacing: .06em;
    font-family: "Noto Serif JP", serif;
}
.feature__lead span {
	padding: 10px;
    border-bottom: #d49f96 dashed  1px;
}
/* 文章2 */
.feature__note{
    margin-top: 14px;
    text-align: left;
    color:#222;
}

.feature__note p{
  margin:0;
  line-height: 1.9;
  letter-spacing: .02em;
}

/* ===== 画像エリア ===== */
.menu-hero{
    width: 100%;
    position: relative;
}
.menu-hero__img{
    width: 100%;
    height: auto;
    display:block;
}
/* キャッチ（半透明ベージュの帯） */
.menu-hero__copy{
    position:absolute;
    top: 100px;
    display:flex;
    flex-direction: column;
    gap: 10px;
}
.menu-hero__badge{
    display:inline-block;
    width: fit-content;
    background: #d49f96;
    color:#ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    letter-spacing: .12em;
    padding: 5px 30px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.menu-hero__badge__orange {
    display:inline-block;
    width: fit-content;
    background: #bf8360;
    color:#ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    letter-spacing: .12em;
    padding: 5px 30px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.menu-hero__badge__pink{
    display:inline-block;
    width: fit-content;
    background: #bf6d65;
    color:#ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    letter-spacing: .12em;
    padding: 5px 30px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
/* ===== タイトル ===== */
.menu-title{
    display:flex;
    align-items: flex-start;
    gap: 10px;
    padding: 60px 15px 8px;
}
.menu-title__sq{
    width: 35px;
    height: 35px;
    background:#d49f96;
    display:inline-block;
    margin-top:12px
}

.menu-title__sq__orange {
    width: 35px;
    height: 35px;
    background:#bf8360;
    display:inline-block;
    margin-top:12px
}

.menu-title__sq__pink {
    width: 35px;
    height: 35px;
    background:#bf6d65;
    display:inline-block;
    margin-top:12px
}
.menu-title__text{
    margin:0;
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    color:#d49f96;
    font-weight: 300;
}

.menu-title__text__orange {
    margin:0;
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    color:#bf8360;
    font-weight: 300;
}

.menu-title__text__pink {
    margin:0;
    font-family: "Noto Serif JP", serif;
    font-size: 45px;
    color:#bf6d65;
    font-weight: 300;
}

.nosehighbackground{
	background: #fffbfa;
	padding-bottom: 50px;
}

.nosesmallerbackground{
	background: #fdfbfa;
	padding-bottom: 50px;
}

.otherhospitalbackground{
	background: #fcf9f9;
	padding-bottom: 50px;
}

.ctbackground{
	background: #fcf9f9;
	padding: 50px 0;
}

.suitableperson{
	background: #fff;
	margin: 30px 20px;
	padding: 20px 50px;
}

.suitableperson02 {
	background: #fff;
	margin: 30px 0 ;
	padding: 20px 50px;
}

/* ===== ベージュタグ ===== */
.menu-tags{
    padding: 2px 2px 10px;
    display: grid;
}

.menu-tag{
    margin: 8px 0 0;
    display:inline-block;
    width: fit-content;
    max-width: 100%;
    background:#d1b79d;
    color:#fff;
    font-size: 25px;
    letter-spacing: .05em;
    line-height: 1.4;
    padding: 8px 12px;
}

.menu-tag02{
    margin: 8px 0 0;
    display:inline-block;
    width: fit-content;
    max-width: 100%;
    background:#bc9e83;
    color:#fff;
    font-size: 25px;
    letter-spacing: .05em;
    line-height: 1.4;
    padding: 8px 12px;
}

.menu-tag03{
    margin: 8px 0 0;
    display:inline-block;
    width: fit-content;
    max-width: 100%;
    background:#bc9196;
    color:#fff;
    font-size: 25px;
    letter-spacing: .05em;
    line-height: 1.4;
    padding: 8px 12px;
}
/* ===== サブ見出し ===== */
.menu-subhead{
    margin: 30px 0 30px;
    font-family: "Noto Serif JP", serif;
    font-size: 33px;
    letter-spacing: .12em;
    color:#6b5a49;
    font-weight: 300;
    text-align: center;
	line-height: 1.8;
}

.menu-subhead span{
	padding: 10px;
    border-bottom: #d49f96 dashed 1px;
}
/* ===== リスト ===== */
.menu-list{
    list-style: none;
    padding: 0px;
    color:#3f3a34;
    font-size: 25px;
    line-height: 1.3;
	background-color: #eee2d1;
	font-family: 'Noto sans JP', sans-serif;
}
.menu-item{
    display:flex;
    align-items:flex-start;  /* ←中央落ち防止 */
    gap: 12px;
    padding: 10px 0px;
    text-align: left;
    background-color: #fff;
	font-family: 'Noto sans JP', sans-serif;
}
.menu-item img {
    width: 25px;
    display: block;
    padding-top: 5px;
}

/* 追加分は最初は非表示 */
.menu-item--more{
    display:none;
}

.menu-list.is-open .menu-item--more{
    display:flex;
}

/* ===== すべてを見るボタン ===== */
.menu-more{
    width: 350px;
    margin: 16px auto 0;
    border: 0;
    border-radius: 999px;
    padding: 14px 18px;
    background: #1f2d3d;
    color:#fff;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 12px;
    letter-spacing: .12em;
    font-size: 25px;
}

.menu-more__chev{
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg); /* 下向き */
    transition: transform .2s ease;
}

.menu-more[aria-expanded="true"] .menu-more__chev{
    transform: rotate(-135deg); /* 上向き */
}

/* ========================================= */
/* ===== すべて見る：詳細ブロック ===== */
.menu-detail{
    margin-top: 18px;
    background: #fff;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    display: none;
}

.menu-detail.is-open{
    display: block;
}

.menu-rel__title_sub {
	font-size: 25px;
	line-height: 1.5;
    margin: 0 0 16px;
    letter-spacing: .03em;
    color: #3f3a34;
    text-align: center;
}

.menu-detail p {
    line-height: 1.5;
    margin: 10px 0 ;
    letter-spacing: .03em;
    color: #3f3a34;
    text-align: left;  
}
.menu-detail img {
    width: 100%;
    margin: 20px 0;
}

.symptoms__images img {
    width: 80%;
    margin: 20px 0;
}

.menu-detail-top {
    background-color: #fff;
    padding: 50px 20px;
}
.menu-detail-top02 {
    background-color: #fcf9f9;
    padding: 50px 20px;
}

.menu-detail-top__pink {
    background-color: #fdfbfa;
    padding: 50px 20px;
}

.trouble {
    background-color: #f9f5ef;
    padding: 50px 20px;
}

/* タイトル＋リード */
.menu-detail__title{
    margin: 0 0 10px;
    font-size: 35px;
    letter-spacing: .12em;
    color: #3f3a34;
    font-weight: 300;
    margin-top: 40px;
    }

.menu-example__title{
    margin: 0 0 50px;
    font-size: 35px;
    letter-spacing: .12em;
    color: #3f3a34;
    font-weight: 300;
    margin-top: 40px;
    }


/* 比較ブロック */
.menu-compare{
    padding: 10px 0 4px;
}

.menu-compare__example {
    padding: 20px;
	background-color: #fff;
}


.menu-compare__img{
    margin: 0;
    width: 90%;
    max-width: 150px; 
}

.menu-compare__img img{
    width: 100%;
    height: auto;
    display: block;
    background: #f4f4f4;
}

/* 結論ボックス */
.menu-detail__conclusionText {
    text-align: center !important; /* 全体を中央ぞろえ */
    font-size: 30px;
}

/* 共通：下線 span */
.menu-detail__border {
    display: inline-block;           
    padding-bottom: 5px;
    border-bottom: 1px dashed #e6b8a2;
	font-family: 'Noto Serif JP', serif !important;
}

.menu-detail__accent{
    color: #723C2C; 
}

/* 理事長/院長紹介 */
.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;
    text-align: left;
}
.doc-header .name {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-size: 2.5rem;
    color: #2f2a28;
    font-weight: 100;
    text-align: left;
}
.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;
}

.menu-rel__title {
    font-size: 35px;
    margin: 60px auto 30px;
	font-weight: 500;
}

.menu-rel__images {
    margin-bottom: 30px;
}

.menu-rel-rapper{
	background-color: #fff;
	padding: 20px;
}
/* ===== 適応のブロック（ラベル＋説明） ===== */
.menu-pick{
    background: #fff;
    padding: 26px 0 60px;
}

.menu-pick__inner{
    margin: 0 auto;
    display: grid;
    gap: 22px;
}
.menu-pick-lead {
    font-size: 25px;
    text-align: left;
	margin-left: 14px;
}
.menu-pick__item{
    text-align: left;
	font-family: 'Noto sans JP', sans-serif;
}
.menu-pick__badge{
    display: inline-block;
    width: 210px;
    font-size: 25px;
    margin: 0 0 10px;
    padding: 7px 14px;
    letter-spacing: .04em;
    color: #fff;
}

/* ラベル色（スクショの淡いベージュ系を段階で） */
.menu-pick__badge--a{ background: #9a847b; }
.menu-pick__badge--b{ background: #cdb78e; }
.menu-pick__badge--c{ background: #b79c85; }
.menu-pick__badge--d{ background: #d6b2a8; }

/* ===== 手術の特徴 ===== */
.menu-feature{
    background: #f4efe6; /* 薄いベージュ */
    padding: 50px 0 40px;
}

.menu-feature__inner{
    width: min(650px, 92%);
    margin: 0 auto;
}

.menu-feature__head{
    background: #f4efe6; /* 薄いベージュ */
    display: block;
    margin-bottom: 60px;
}
.menu-feature__title{
    font-size: 30px;
    margin: 0 0 12px;
    letter-spacing: .08em;
    color: #2a2a2a;
    text-align: center !important;
	font-family: 'Noto Serif JP', serif !important;
}
/* 「特徴」だけ強調 */
.menu-feature__title_accent{
    color: #a7653d; /* 茶系 */
    font-weight: 300;
}
/* 下線＋中央V字 */
.menu-feature__decor{
    position: relative;
    display: block;
    width: 180px;
    height: 1px;
    margin: 0 auto;
    background: #9a9a9a;
}
/* V字部分 */
.menu-feature__decor::after{
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #f4efe6;
    transform: translateX(-50%) rotate(45deg);
    border-right: 1px solid #9a9a9a;
}
/* リスト */
.menu-feature__list{
    display: grid;
    gap: 18px;
}

/* カード */
.menu-feature__item{
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    padding: 22px 18px 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}

/* 左上の Feature タグ */
.menu-feature__tag{
    position: absolute;
    top: -15px;
    left: 12px;
    display: inline-block;
    padding: 4px 10px;
    letter-spacing: .06em;
    color: #fff;
    background: #c9a9a0;
    border-radius: 10px 0;
}

/* 鼻中隔延長術手術の方法 */
.menu-rel__lead span {
    color: #723C2C;
	font-weight: 600;
}

.menu-text-accent {
    color: #723C2C;
	font-weight: 600;
}

/* ===== グレー帯 ===== */
.menu-ref{
    padding: 10px 0 26px;
}
.menu-ref__inner{
    margin: 0 auto;
    display: grid;
    gap: 10px;
}
.menu-ref__text{
    display: block;
    padding: 5px 20px;
    font-size: 17px;
    background-color: #f2f2f7;
}


/* <!-- 鼻中隔延長術＋鼻背部軟骨移植術 --> */
.menu-procedure{
    padding: 1px 16px 50px;
}
.menu-procedure-beige {
    background: #efe7d8;
}

.menu-procedure__example {
    background: #f9f5ef;
	padding: 50px 20px;
}

.menu-procedure-beige02 {
    background: #f9f5ef;
}

.lateralcruralgraft{
	background: #f9f6f1;
	padding: 10px 20px 50px;
}

.menu-procedure-light_beige {
    background: #f4f2e9;
}
.menu-procedure-light_brown {
    background: #f1eceb;
}

.menu-procedure-light_brown02 {
    background: #f1eceb;
	padding: 50px 20px;
}

.menu-procedure__inner{
    margin: 0 auto;
}

/* ====== 白いカード ====== */
.menu-procedure__card{
    position: relative;
    background: #fff;
    padding: 34px 16px 28px;
    margin-top: 60px;
    text-align: center;
}

/* ====== ベージュカード ====== */
.menu-procedure__card__beige {
    position: relative;
    background: #f3eee7;
    padding: 34px 16px 28px;
    margin-top: 60px;
    text-align: center;
}

.video-instructions__card {
    position: relative;
    background: #fff;
    padding: 34px 16px 28px;
    text-align: center;
}

/* 帯見出し */
.menu-procedure__ribbon{
    max-width: 230px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c9ae7a;
    color: #fff !important;
    text-align: center !important;
    padding: 5px 50px;
    white-space: nowrap;
}
.ribbon-pink {
    background: #d49f96;
}

.ribbon-brown {
    background: #8f7d71;
}

.menu-procedure__img img{
    width: 100%;
    height: auto;
    display: block;
}

.ingenuity__img img{
    width: 70%;
    height: auto;
}


.menu-procedure__body p{
    margin: 0;
}

.menu-procedure__body p + p{
    margin-top: 18px;
}
/* 「鼻中隔延長術の修正について」内のチェックマーク */
.check_mark {
    width: 30px !important;
    padding-top: 5px !important;
    margin: 0 auto !important;
}

/* ===== 鼻中隔延長術の動画 ===== */
.menu-movie{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
/* 各動画 */
.menu-movie__item{
    background: #f0f0f0; /* 仮背景（読み込み前の余白） */
}
/* アスペクト比固定（16:9） */
.menu-movie__iframe{
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
}
.menu-movie__iframe iframe{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ========================================= */
/* ====== 鼻中隔延長術の症例写真 ====== */
.menu-case{
    background: #f3eee7; /* 薄いベージュ */
    padding: 70px 16px 20px;
    position: relative;
    overflow: hidden;
}

.menu-case02{
    background: #f8f5f1; /* 薄いベージュ */
    padding: 70px 16px 20px;
    position: relative;
    overflow: hidden;
}

.menu-case03{
    background: #e7dad7; /* 薄いベージュ */
    padding: 70px 16px 20px;
    position: relative;
    overflow: hidden;
}

.menu-case04{
    background: #dedad5; /* 薄いベージュ */
    padding: 70px 16px 20px;
    position: relative;
    overflow: hidden;
}

.menu-case::before{
    content: "CASE";
    position: absolute;
    left: -6px;
    top: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 90px;
    letter-spacing: .12em;
    color: #ffffff;
    opacity: .55;
    font-weight: 700;
    pointer-events: none;
    }

.menu-case__inner{
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}

/* ====== タイトル ====== */
.menu-case__head{
    text-align: center;
    margin-bottom: 35px;
}

.menu-case__title{
    margin: 0;
    color: #2a2a2a;
    letter-spacing: .12em;
    font-weight: 300;
    line-height: 1.3;
    font-size: 35px;
}

.menu-case__sub {
    margin: 8px 0 10px !important;
    font-size: 25px;
    color: #fff !important;
    /* letter-spacing: .06em; */
    text-align: center !important;
    background-color: #d49f96;
    display: inline-block;
}

/* ====== 図（上の説明図） ====== */
.menu-case__figure{
    background: #fff;
    padding: 10px;
    margin: 0 auto 30px;
}

.menu-case__figure img{
    width: 100%;
    height: auto;
    display: block;
}
/* ====== 症例カード ====== */
.case-card{
    background: #fff;
    border: 1px solid #ded6c5;
    overflow: hidden;
    margin-top: 30px;
}

/* カード見出し */
.case-card__head{
    background: #7a6f63; /* ブラウン */
    padding: 14px 16px;
}

.case-card__headText{
    color: #fff !important;
    margin: 0 !important;
}

/* 比較画像 */
.case-card__block{
    padding: 14px 12px 0;
}

.case-card__block img{
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
    background: #f2f2f2;
}
/* 説明文 */
.case-card__body{
    padding: 14px 14px 18px;
}
/* ===== 費用・リスクBOX ===== */
.menu-infoBox{
    padding-top: 18px;
    background: #fff;
    padding: 14px;
}

.menu-infoBox__section + .menu-infoBox__section{
    margin-top: 14px;
}

/* 見出しバー */
.menu-infoBox__cap{
    /* margin: 0 0 12px !important; */
    background: #7a6f63;
    color: #fff !important;
    /* font-weight: 700; */
    letter-spacing: .06em;
    font-size: 16px;
    padding: 3px 5px;
    max-width: 360px;
}

/* 料金リスト */
.menu-infoBox__price{
    margin: 0;
}

.menu-infoBox__row{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 6px 2px;
}

.menu-infoBox__row dt{
    margin: 0;
    color: #3f3a34;
    letter-spacing: .04em;
    line-height: 1.6;
    text-align: left;
}

.menu-infoBox__row dd{
    margin: 0;
    color: #3f3a34;
    letter-spacing: .06em;
    white-space: nowrap;
}

/* リスク本文 */
.menu-infoBox__text{
    font-size: 20px;
}


/* ======================= */
/* FAQ */
.faq {
    background: #faf7f2;
    padding: 20px 14px 60px;
}
.faq-inner {
    max-width: 650px;
    margin: 0 auto;
}
.faq-title {
    text-align: center !important;
    font-size: 35px;
    margin: 50px !important;
	font-family: 'Noto Serif JP', serif !important;
}
.faq-title-accent {
    color: #d49f96;
}
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-q {
    width: 100%;
    min-height: 120px;
    text-align: left;
    background: #fff;
    padding: 16px 44px 16px 84px;
    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', serif !important;
	background
}
.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: "-";
}
.faq-q:hover {
    background: #fbf8f5;
    border-color: #d9cabe;
}
.faq-item .faq-q[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faq-a__body {
    text-align: left;
    padding: 15px;
    color: #2f2a28;
	font-family: 'Noto Serif JP', sans-serif;
	background: #fff;
}
/* ======================= */

/* =======================*/
/* 料金 */
.price{
    margin-bottom: 60px;
}
.price-head {
    text-align: center;
    margin-top: 40px;
}
.price-head .en {
    color: #cfa7a3;
    letter-spacing: .18em;
    font-size: 1.2rem;
    margin: 0 0 2px;
    text-align: center;
}
.price-head .ja {
    font-size: 3rem;
    margin: 0;
    color: #4c4a48;
    letter-spacing: .04em;
    font-weight: 400;
}
.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;
}
.price-tn {
    text-align: right !important;
}
.price-sub {
    text-align: center;
    font-size: 2.2rem;
    margin: 10px 0 12px;
    color: #4c4a48;
	font-family: 'Noto Serif JP', serif !important;
}
.price-row.is-accent {
    background: #e9dfd3d5;
}
.price-row {
    display: flex;
    align-items: flex-start;
    padding: 16px 5%;
    border-bottom: 2px dashed #b7a99b;
    justify-content: space-between;
	align-items:flex-end;
}
.price-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.price-name {
    font-size: 2rem;
    line-height: 1.3;
    color: #4c4a48;
	text-align: left;
	margin: 10px 0;
	font-family: 'Noto sans JP', sans-serif;
}
.price-note {
    margin: 0;
    font-size: 22px;
    color: #4c4a48;
	margin: 10px 0 ;
	font-family: 'Noto sans JP', sans-serif;
}

.Price-note-cc{
	font-size: 17px;
}

.dots {
    margin-top: 10px;
    display: none;
}
.amount {
    margin-left: auto;
    white-space: nowrap;
    color: #4c4a48;
	margin: 10px 0 ;
}
.amount {
    font-size: 22px;
}
/* 軟骨採取部の “サブ構成” */
.accSub{
    display: block;
}

.accSub__block + .accSub__block{
    margin-top: 12px;
}

.accSub__head{
    margin: 0 0 6px;
    color: #2f2a28;
    letter-spacing: .03em;
    font-size: 20px;
}

.accSub__text{
    margin: 0 !important;
    color: #2f2a28;
    line-height: 1.9;
    font-size: 20px;
    letter-spacing: .02em;
}

/* 箇条書きっぽい密度（画像寄せ） */
.accSub__text + .accSub__text{
    margin-top: 4px;
}


/* ===== 術後経過･ダウンタイム・リスク･副作用･合併症 ===== */
.postop{
    background: #f4f2e9;
    padding: 44px 14px 56px;
}

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

.postop__head{
    margin-bottom: 18px;
}

.postop__title{
  margin: 0 0 35px;
    text-align: center;
    color: #2f2a28;
    letter-spacing: .10em;
    font-weight: 500;
      line-height: 1.2;
    font-size: clamp(22px, 5.8vw, 40px);
}
/* ===== アコーディオン ===== */
.acc{
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.acc__item{
    border: 1px solid #ded6c5;
    background: #fff;
    }

/* 見出しボタン */
.acc__btn{
    width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 14px 44px 14px 14px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #7a6f63;
    position: relative;
}

/* 右の＋/− */
.acc__btn::after{
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    background: #7a6f63;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
}

.acc__btn[aria-expanded="true"]::after{
    content: "−";
}

/* 開いた中身 */
.acc__panel{
    border-top: 1px solid #ded6c5;
    background: #faf7f2; /* 薄いグレー/ベージュ */
}

.acc__content{
    padding: 14px 12px;
}

/* 中の項目（オレンジ見出し＋説明） */
.accList{
    margin: 0;
    text-align: left;
}

.accList__row{
     padding: 10px 0;
}
.accList__dt{
    margin: 0 0 6px;
    color: #b07a4e; 
    font-weight: 800;
    letter-spacing: .05em;
    position: relative;
    padding-left: 10px;
}

.accList__dt::before{
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 3px;
    height: 1.1em;
    background: #c98a59;
}

.accList__dd{
    margin: 0;
    color: #2f2a28;
    line-height: 1.9;
    letter-spacing: .02em;
}

/* 下の「閉じる」バー */
.acc__close{
    width: 100%;
    border: none;
    cursor: pointer;
    background: #7a6f63;
    color: #fff;
    font-weight: 800;
    letter-spacing: .14em;
    padding: 14px 0;
    font-size: 14px;
}

/* ========================================= */
/* オーダーメイド 特別注文プロテーゼ */
/* =========================
   オーダーメイド 特別注文プロテーゼ
========================= */
.order {
    background: #f4f2e9;
    padding: 44px 14px 54px;
    }

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

/* 見出し */
.order__head {
    text-align: center;
    margin-bottom: 50px;
}

.order__title {
    margin: 0;
    color: #2f2a28;
    letter-spacing: .14em;
    font-weight: 500;
    line-height: 1.5;
    font-size: clamp(22px, 5.8vw, 30px);
}

.order__title span {
        color: #a7653d;
}

.order__body p + p {
    margin-top: 14px;
}

/* =========================
   画像＋説明（交互）
========================= */
.order__images {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
/* 画像下の説明テキスト */
.fitme__title {
    margin: 0;
    text-align: center !important;
    color: #2f2a28;
	font-family: 'Noto Serif JP', serif ;
}

/* =========================
   FITme Doctor セクション
========================= */
/* テキスト */
.fitme-ribbon__text{
    position: relative;
    display: block;
    color: #2f2a28;
    font-weight: 800;
    letter-spacing: .12em;
    font-size: 30px;
}

/* 認定カード */
.fitmeCard {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
}

.fitmeCard__img {
    margin: 0;
    padding: 12px;
}

.fitmeCard__img img {
    width: 90%;
    height: auto;
    margin-top: 0;
}

.fitmeCard__body {
     padding: 0 14px 16px;
}

.fitmeCard__body p {
    margin: 0 auto;
    width: 90%;
}

/* ===== 方法セクション ===== */
.menu-method{
    margin: 0 auto;
    background: #fff;
    color: #2a2a2a;
    }

/* 茶色の帯（タイトル） */
.menu-method__top{
    background: #8b7764;   
    padding: 10px 12px;
    text-align: center;
    margin-top: 50px;
    display: block;
}
.menu-method__topTitle{
    margin: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: .06em;
}

/* メイン画像 */
.menu-method__hero{
    margin: 0;
}
.menu-method__heroImg{
    width: 100%;
    height: auto;
    display: block;
    margin:  0 !important;
}

/* ベージュ帯（方法） */
.menu-method__barTitle{
    margin-top: 30px;
    background: #d6c3a0;   
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 25px;
}

/* 本文エリア */
.menu-method__body{
    padding: 12px 12px 18px;
}
.menu-method__text{
    margin: 0 0 12px;
    line-height: 1.9;
}
/* 画像2枚 */
.menu-method__figure{
    margin: 14px 0;
}
.menu-method__img{
    width: 100%;
    height: auto;
    display: block;
}

/* ===== 斜鼻の修正について ===== */
.skew-nose__title {
  display: block;
  position: relative;
  background: #d2ae9d;          
  padding: 20px 0;             
  text-align: center;
  font-size: 35px;
  color: #fff;
}

/* ===== 鼻プロテーゼ抜去術：方法カード ===== */
.removal-step__desc{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 14px 18px;
}

/* 01 四角ラベル */
.removal-step__no{
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: #b89e8f; 
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .06em;
  margin: 10px 0;
}

/* CTタイトル */
.CT-title{
    text-align: center;
}

.CT-img {
    width: 90%;
}

/* CT_被ばく量の低減 */
.menu-rel{
	background-color: #efe7d8;
	padding: 50px 20px; 
}

.method{
	background-color: #fff;
	padding: 50px 20px; 
}

.skinexcision{
	background-color: #efe7d8;
	padding: 50px 20px; 
}
.menu-rel__text{
  list-style: none;
  padding-left: 0;
}

.menu-rel__text .li-ct{
  position: relative;
  padding-left: 1.2em;
  font-size: 25px;
  margin-bottom: 15px;
  font-family: 'Noto sans JP', sans-serif;
}

.menu-rel__text .li-ct::before{
  content: "●";
  position: absolute;
  left: 0;
  top: .15em;
  color: #d49f96; /* ← 指定色 */
  font-size: 0.8em;
}
.CT-inner ul {
    margin-bottom: 60px;
}

/* ===== 被曝線量比較 ===== */
.dose-compare{
    margin: 0 auto;
    background: #fff;
}

/* タイトル帯 */
.dose-compare__title{
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #d6c3a0;
    color: #fff;
    font-weight: 700;
    letter-spacing: .12em;
    font-size: 30px;
}

/* リスト */
.dose-compare__list{
    list-style: none;
    margin: 0;
}

/* 行 */
.dose-compare__item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 8px;
    border-bottom: 1px dashed #bfb7ad;
    font-size: 20px;
    line-height: 1.6;
}

/* 左テキスト */
.dose-compare__label{
    flex: 1;
    color: #2a2a2a;
}

/* 右数値 */
.dose-compare__value{
    flex: 0 0 auto;
    font-weight: 600;
    color: #2a2a2a;
    white-space: nowrap;
}

/* 強調行（下2行） */
.dose-compare__item.is-emphasis{
    color: #c04a2a;
    background-color: #F7F1E8;
}

.dose-compare__item.is-emphasis .dose-compare__label,
.dose-compare__item.is-emphasis .dose-compare__value{
    color: #c04a2a;
    font-weight: 700;
}

.menu-rel__subtitle {
    text-align: center;
}
.menu-rel__subtitle p{
    font-size: 30px;
	color: #fff;
    padding: 20px;
    margin: 15px 0;
    background-color: #8f7d71;
	font-weight: 600;
}

.menu-rel__subtitle02 p{
	font-size: 30px;
	color: #fff;
    padding: 20px;
    margin: 15px 0;
	background-color: #d6c29e;
	font-weight: 600;
}

.menu-rel__subtitle03 p{
	font-size: 30px;
	color: #fff;
    padding: 20px;
    margin: 15px 0;
	background-color: #d1b79d;
	font-weight: 600;
}

.CT-inner img {
    width: 100%;
}

.menu-img {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.faq-ja,
.faq-en {
    text-align: center;
}
.faq-en {
    color: #caa39a;
}
.faq-ja {
    margin-bottom: 30px;
}

/* ========================================= */
/* 支払い方法 */
.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: 500;
    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%;
}
.pay-subheading {
    margin: 18px 0 10px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: .12em;
    color: #4c4a48;
    font-weight: 500;
}
.pay-text {
    font-size: 1.3rem;
    color: #2f2a28;
    padding: 20px;
    font-family: 'Noto sans JP', sans-serif;
}

/* ========================================= */
/* クリニック情報 */
.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-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;
}
.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;
}
.slide img {
    width: 100%;
    height: auto;
    display: block;
}
.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;
}
a {
    text-decoration: none;
}
.clinic-contact p {
    margin: 4px 0;
}
.tel {
    font-size: 2.4rem;
    font-weight: 700;
}
.tel img {
    width: 35px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 5px;
}
a img {
    transition: 0.1s;
}
.tel span {
    font-size: 2.6rem;
    color: #4c4a48;
}
.clinic-contact p {
    margin: 4px 0;
}
.time {
    font-size: 1.5rem;
    color: #4c4a48;
}
.clinic-policy, .clinic-facility, .clinic-access {
    background: #fff;
    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;
}
.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;
}
.facility-wrapper {
    margin-bottom: 30px;
}
.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;
}
.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: #fff;
    padding: 16px 14px 28px;
	margin: 20px;
	
}
.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;
}
footer {
    padding: 45px 10px 50px;
    margin-bottom: 40px;
}
footer img {
    width: 50%;
    display: block;
    margin: 0px auto 20px auto;
    align-items: center;
}
.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));
}
.float-cta__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 12px;
}
.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;
	font-family: 'Noto Serif JP', serif !important;
}
.br-sp,
.sp-only {
  display: none;
}

.br-pc {
  display: block;
}

.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);
}
.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;
}

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

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

.menu-detail__lead {
    margin-bottom: 40px;
}

.menu-rel__textStrong {
    font-weight: 600;
    margin-top: 30px;
}

.menu-rel__subtitle-brown{
    background-color: #9A8A7D !important;
}
.menu-rel__subtitle-warmbeige {
    background-color: #D9C7A3 !important;
}
.menu-rel__subtitle-brown ,
.menu-rel__subtitle-warmbeige {
    color: #fff;
    padding: 10px 0 !important;
}
.dose-compare__title-beigegray {
    color: #CBB89E;
	font-family: 'Noto sans JP', sans-serif;
    color: #fff;
}

/*
.price-column {
    flex-direction: column !important;
}
 */

.CT-inner p {
    margin-bottom: 20px;
	line-height:1.5;
}

.dose-compare__item-accent {
    background-color: #F5F5F8;
}

/* ========================================= */
/* ボタンカラー */
.btn-nose-raise {
    background-color: #4a4a4a;
}

.btn-revision{
    background-color: #894839;
}

/* ========================================= */
.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: #723C2C;
    font-size: 3rem;
    letter-spacing: .06em;
    margin: 0;
}
.doctor-tabs {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 14px 0 12px;
    list-style: none;
}
section.doctors .doctor-tabs .tab {
    overflow: hidden;
    display: grid;
    place-items: center;
    cursor: pointer;
}
.doctor-tabs .tab.is-active {
    background: #d6c49a;
    opacity: 1;
}
.doctor-tabs .tab:not(.is-active) {
    opacity: .85;
}
.doctor-tabs .tab {
    flex: 1 1 0;
    background: #cbc5b9;
    color: #fff;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 5px gray solid;
}
section.doctors .doctor-tabs .tab.is-active img {
    filter: none;
}
section.doctors .doctor-tabs .tab img {
    /* filter: grayscale(100%) brightness(0.9); */
    transition: filter .2s ease;
    width: 80%;
    padding: 20px 0;
}
.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;
}
.pubmsg-sec-ttl.pink {
    color: #d4a4a6;
}
.pubmsg-sec-ttl {
    font-size: 1.6rem;
    color: #8c847c;
    margin: 8px 0 10px;
    border-bottom: 1px solid #e1d3c6;
    padding-bottom: 6px;
    font-family: 'Noto sans JP', sans-serif;
}
.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: #2f2a28;
    margin: 0;
    font-family: 'Noto sans JP', sans-serif;
}
.blk-ttl {
    font-size: 1.5rem;
    color: #d49f96;
    border-bottom: 1px solid #e1d3c6;
    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;
}
.doc-block {
    padding: 8px 14px 10px;
    font-family: 'Noto sans JP', sans-serif;
}
.doc-cta {
    text-align: center;
    padding: 14px;
}
.blk-ttl {
    font-size: 1.5rem;
    color: #d49f96;
    border-bottom: 1px solid #e1d3c6;
    padding-left: 8px;
    margin: 6px 0 8px;
}
.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-more[hidden] {
    display: none !important;
}
.doc-more {
    padding: 0 14px 14px;
}
.dotlist li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.8;
    font-size: 1.6rem;
}
.pubmsg {
    background: #fff;
    padding: 16px 14px 28px;
    font-family: 'Noto sans JP', sans-serif;
}

.pubmsg-inner {
    max-width: 650px;
    margin: 0 auto;
}
.pub-box {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 12px;
    align-items: start;
    margin-bottom: 18px;
}
.pub-name {
    font-size: 1.5rem;
    color: #2f2a28;
    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 #e1d3c6;
    border-radius: 4px;
    background: #fff;
}
section.doctors[hidden] {
    display: none !important;
}
.doctors {
    background: #f6efe9;
    padding: 18px 14px 28px;
}

.menu-text ,.menu-detail__lead {
    padding: 10px 20px;
}

.menu-rel__subtitle {
    padding: 10px 0;
}

/* ========================================= */
@media (max-width: 650px) {
    .doc-header .name {
        display: inline-grid;
    }
        .float-cta__btn img {
        width: 250px;
        height: auto;
    }
}

/* ========================================= */
 @media (max-width: 551px) {
     .sp-hide {
        display: none;
    }
    .sp-break::after {
        content: "\A";
        white-space: pre;
    }
}
/* ========================================= */
@media (max-width: 510px) {
    .title-long-sp-hide {
       display: none;
    }
}
/* ========================================= */
@media (max-width: 394px) {
    .menu-btn-wi {
        padding: 12px 10px;
    }
	 .hd-btn__label {
    font-size: 10px;
    padding: 2px 3px;
  }
}


/* ========================================= */
@media (max-width: 500px) {
    .strength-card p,
    .strength-card-text span {
        font-size: 1.3rem;
    }

    .feature__copy{
        left: 0;
    }

    .copy-line ,
    .feature__item ,
    .feature__lead  {
        font-size: 30px;
    }

}
/* ========================================= */
@media (max-width: 450px) {
    .menu-item {
        margin: auto;
    }
}

/* ========================================= */
@media (max-width: 435px){
    /* font-size */
    p {
        font-size:20px;
    }
    .repair__badge h2 {
        font-size: 23px;
    }
    .repair__catch-text , .copy-line , .feature__item , .feature__lead , .menu-rel__title , .faq-title {
        font-size: 22px;
    }
    .menu-tag, .menu-tag02, .menu-tag03 {
        font-size: 17px;
    }
    .menu-subhead {
        font-size: 27px;
    }
    .menu-title__sq {
        width: 25px;
        height: 25px;
        margin-top: 11px;
    }
	
    .menu-list {
        font-size: 20px;
    }
    .menu-hero__badge, .menu-hero__badge__orange, .menu-hero__badge__pink{
        font-size: clamp(33px, 4vw, 35px);
    }
    .menu-pick__badge {
        font-size: 20px;
    }
    .menu-case__title ,
    .postop__title {
        font-size: 30px;
    }
    .menu-case__sub{
        font-size: 18px;
    }
    dt,dd {
        font-size: 16.6px;
    }
    .menu-infoBox__cap {
        font-size: 14px;
    }
    .menu-infoBox__text {
        font-size: 15px;
    }
    .faq-q::before {
        font-size: 46.8px;
    }
    .faq-q {
        font-size: 18px;
    }
    .price-head .ja {
        font-size: 30px;
    }

    .clinic-facility h3 {
        font-size: 35px;
    }
    .clinic-facility .facility-sub ,
    .clinic-access p ,
    .bycar-note p{
        font-size: 20px;
    }


    /* about */
    .strength-card {
        margin: 0 0;
    }
    .menu-pick {
        padding: 26px 0px;
    }
    .menu-pick__badge {
        width: 180px;
        padding: 7px 10px;
    }
    .menu-case {
        padding: 10px 0px 20px;
    }
    .faq-title {
        margin: 20px !important;
    }
    .faq-q::before {
        left: 15px;
    }
    .faq-q {
        min-height: 75px;
        padding: 16px 35px 16px 64px;
    }
    .price-row {
        padding: 5px 5px;
		gap:10px;
    }
    .order {
        padding: 50px 10px;
    }
    .order__head {
        margin-bottom: 25px;
    }
    .menu-rel__title {
        margin: 10px auto 30px;
		
    }.menu-pick__inner {
        gap: 10px;
    }

    .case-card__body {
        padding: 0px 5px;
    }
	
    .menu-case::before {
        left: -28px;
    }
    .price-row-column-media {
        flex-direction: column !important;
    }
}

/* ========================================= */
/* 修正手術例えば */
@media (max-width: 380px) {
    /* KV下のメッセージ */
    .nose-hero__title { letter-spacing: 0.04em; }
    .nose-hero__rule { margin: 12px auto; }

    /* 修正手術について */
    .repair__badge { font-size: 14px; }
    .repair__title { font-size: 24px; }
    .repair__catch-text { font-size: 15px; }

    /* 「すべて見る」ボタン */
    .menu-more{
        width: 80%;        /* ← 350px を無効化 */
        font-size: inherit; /* ← 25px を無効化（親に戻す） */
		
    }

    /* フローティング */
    .float-cta__btn img {
        width: 200px;
        height: auto;
    }

}


/* 追加 */
.paper__head {
	text-align: center!important;
	font-weight: 600;	
}

.menu-pick__text{
	margin-left: 14px !important;
}

.price-body{
  text-align: left; /* ← ここで一括左寄せ */
}

.price-categorytitle{
  font-size: 38px;
  display: inline-block;
  margin: 20px 0 20px 27px;
}

.menu-subtitle{
	font-size: 30px;
	background-color: #8f7d71;
	color: #fff !important;
	padding: 20px;
	font-weight: 600;
	text-align: center !important;
}

.CT__img{
	text-align: center;
}

.CT__img img {
	width: 80%;
}

/*共著論文*/
.reference-block {
  padding: 40px 16px;
  background-color: #fcfcfc;
}

.reference-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}

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

.reference-list li {
  margin-bottom: 18px;
}

.ref-meta {
  font-size: 20px;
  color: #666;
  line-height: 1.6;
}

.reference-doctor {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed #ddd;
}

.doctor-name {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (max-width: 750px) {
  .reference-title {
	  font-size: 22px;
	  }
  .ref-meta{
	  font-size: 15px;
	}
	.reference-block{
		padding: 50px 10px;
	}
	.doctor-name{
		font-size: 20px;
		padding: 0;
		margin: 0 10px;
	}
	.reference-doctor{
		padding: 0;
		margin: 0;
	}
	  }
@media (max-width: 750px) {

.strengths-title{
    font-size: 1.5rem;		
	}
	
 .strengths-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0.5rem;
	margin: 0 10px;
  }
	
.strength-card-text,.strength-card, .strength-card-text span, .strength-card.wide p {
    font-size: 1rem;
  }

.nowrap p {
	font-size: 0.8rem;
  }
	
.strength-card-text{
  height: 35%;
  margin: 5px;
  }

.nose-card{
  margin: 0 10px;
}
	
.nose-list__item{
  font-size: 20px;
  padding-left: 0%;
}
	
.nose-card__cta{
  font-size: 26px;
}
	
.doctor-message__text{
  font-size: 24px;	
	}
	
.doctor-message__text_accent{
  font-size: 26px;
	}

.feature__item img{
  width: 26px;
  padding-top: 7px;
	}
	
.feature__lead span{
  padding: 6px;
	}
	
.suitableperson{
  padding: 10px 18px;
	}
	
.br-sp,
.sp-only {
    display: block;
}
	
.br-pc {
    display: none;
  }

.doc-header .name{
	font-size: 2.0rem;
	}
	
.suitableperson02{
  padding: 10px 18px;	
	}

.menu-case__figure{
  margin: 20px 0;	
	}

.menu-case, .menu-case02 , .menu-case03, .menu-case04{
	padding: 50px 10px;
}

.menu-detail__conclusionText{
	font-size: 26px;
}

.case-card{
	margin: 30px 0;
}

.case-card__block,.menu-infoBox {
	padding: 0 10px;
	}

.price-row.is-accent,.price-row {
	margin: 0 10px;
}
.accSub__head {
	font-size: 17.6px;
	}
	
.accSub__text {
	font-size: 16.6px;
	}
	.menu-rel__title_sub{
		font-size: 20px
	}
	.menu-procedure-light_brown{
		padding: 50px 10px;
	}
	.price-categorytitle{
		font-size: 25px;
		margin: 10px 0 10px 10px;
	}
	.price-note,.price-name {
		font-size: 18px;
	}
	.menu-detail-top, .method, .menu-rel, .skinexcision, .menu-detail-top__pink, .ctbackground,.trouble, .menu-procedure__example{
		padding: 50px 10px;
	}
	.menu-detail__title{
		font-size: 32px;
	}
	.menu-text {
		padding: 10px;
	}
		
	.menu-detail__lead {
		padding: 0;
	}
		
	.menu-method{
		padding: 0 10px;
	}
	.menu-method__body{
		padding: 12px 5px;
	}
	
	.menu-procedure{
		padding: 50px 10px;
	}
	
	.menu-title__text, .menu-title__text__orange, .menu-title__text__pink {
	    font-size: 38px;
	}
	.skew-nose__title {
		font-size: 25px;
	}
	.menu-img{
		padding: 0 10px;
	}
	.menu-rel__subtitle p,.menu-rel__subtitle02 p, .menu-rel__subtitle03 p {
		font-size: 20px;
		padding: 10px;
	}
	.menu-title__sq__orange, .menu-title__sq__pink {
        width: 25px;
        height: 25px;
        margin-top: 11px;
}
	.menu-subtitle {
		font-size: 20px;
	}
	
	.menu-detail p {
		margin: 10px 0;
		padding: 10px;
	}

	
	.menu-rel__text .li-ct{
		font-size: 18px;
	}
	
	.footer {
		padding: 20px 10px 45px;
	}
	
	.price{
		margin: 0 10px 50px 10px;
	}
	.tel span{
		font-size: 2.0rem;
	}
	.tel img{
		width: 30px;
		margin-left: 0;
	}
	.clinic-policy h3, .clinic-facility h3, .clinic-access h3{
		font-size: 2.0rem;
	}
	.float-cta{
		padding: 10px 0;
	}
	.float-cta__lead{
		margin-bottom: 10px;
	}
	
	.float-cta__row{
		flex-direction:column;
		gap:10px;
	}

	#back-top{
		right: 6%;
		bottom: 170px;
}

	
	.price-sub{
		font-size: 23px;
	}
	
	.dotlist li, .pub-name, .msg-card p {
		font-size: 1rem;
	}
	
	.menu-infoBox__row{
		padding: 6px 0px;
	}
	
	.feature__copy{
		bottom: -120px;
		padding-left: 10px;
	}
	
	.feature__text{
		padding-top: 0;
	}
}

/* ===== SPだけ：ヘッダーをフローティング ===== */
@media (max-width: 767px) {
	.removal-step__no{
		margin: 20px 0 ;
	}
}

  /*△ @media (max-width:376px) */
  @media (max-width: 394px) {
.header-right {
  width: 100%;
}
.menu-btn {
    width: 28px;
    margin-left: 0px;
  }
}

 @media (max-width: 467px) {
  .header-right {
    width: 90%;
  }
}
	 
  @media screen and (max-width: 540px)  {
  .header-right {
    width: 100%;
  }
  .logo {
      width: 95%;
    }
}
