@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');

:root{
  --ink:#34464b;
  --muted:#718287;
  --accent:#8aaeb5;
  --accent-deep:#527983;
  --pale:#eef4f4;
  --line:#dce6e7;
  --white:#ffffff;
  --warm:#f8f8f5;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:"Inter","Noto Sans JP",sans-serif;
  font-weight:300;
  line-height:1.9;
}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
button{font:inherit}

.sample-bar{
  height:40px;
  padding:0 5vw;
  background:#34464b;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:11px;
  letter-spacing:.16em;
}
.sample-bar a{opacity:.88}
.sample-bar a:hover{opacity:1}

.site-header{
  height:92px;
  padding:0 5vw;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;
  top:0;
  z-index:30;
}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-small{
  font-size:10px;
  letter-spacing:.25em;
  color:var(--accent-deep);
  font-weight:500;
}
.brand strong{
  margin-top:9px;
  font-size:31px;
  letter-spacing:.18em;
  font-weight:500;
}
nav{
  display:flex;
  align-items:center;
  gap:30px;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:500;
}
nav a{transition:.2s}
nav a:hover{color:var(--accent-deep)}
nav .reserve{
  border:1px solid var(--accent);
  padding:13px 20px;
}
.menu-btn{display:none;border:0;background:none;font-size:24px;color:var(--ink)}
.mobile-nav{display:none}

.hero{
  min-height:690px;
  background:var(--pale);
  display:grid;
  grid-template-columns:42% 58%;
  position:relative;
  overflow:hidden;
}
.hero-photo{
  grid-column:2;
  min-height:690px;
  background:url("images/hero.jpg") center center/cover no-repeat;
}
.hero-panel{
  position:absolute;
  left:7vw;
  top:50%;
  transform:translateY(-50%);
  width:min(570px,47vw);
  padding:62px 64px;
  background:rgba(255,255,255,.94);
  border-left:5px solid var(--accent);
}
.eyebrow,.mini{
  margin:0 0 20px;
  color:var(--accent-deep);
  font-size:11px;
  font-weight:600;
  letter-spacing:.24em;
}
.hero h1{
  margin:0 0 24px;
  color:#294149;
  font-size:clamp(37px,4vw,62px);
  font-weight:400;
  line-height:1.42;
  letter-spacing:.04em;
}
.hero-panel>p:not(.eyebrow){
  margin:0 0 32px;
  font-size:15px;
  color:#5d7075;
}
.btn{
  display:inline-flex;
  min-width:210px;
  justify-content:center;
  padding:15px 24px;
  background:var(--accent-deep);
  color:#fff;
  font-size:13px;
  font-weight:500;
  letter-spacing:.08em;
}
.hero-location{
  position:absolute;
  right:28px;
  bottom:20px;
  margin:0;
  color:white;
  font-size:10px;
  letter-spacing:.22em;
  text-shadow:0 1px 6px rgba(0,0,0,.25);
}

.section{padding:120px 7vw}
.section-heading{max-width:900px;margin-bottom:65px}
.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2{
  margin:0;
  font-size:clamp(30px,3.6vw,50px);
  font-weight:400;
  line-height:1.55;
  letter-spacing:.04em;
}
.section-heading.center>span{
  display:block;
  margin-top:15px;
  color:var(--muted);
  font-size:13px;
}

.concept{background:#fff}
.concept-grid{
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:9vw;
  align-items:center;
}
.concept-copy{max-width:600px}
.concept-copy p{margin:0 0 20px}
.concept-copy .lead{
  font-size:19px;
  font-weight:400;
  color:#40575d;
}
.concept-photo{height:500px}
.concept-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:34px;
}
.concept-points span{
  padding:7px 14px;
  border:1px solid var(--line);
  background:var(--pale);
  color:var(--accent-deep);
  font-size:11px;
  font-weight:500;
}

.menu-section{background:var(--pale)}
.menu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:1180px;
  margin:0 auto;
}
.menu-card{
  min-height:400px;
  padding:42px 38px;
  background:#fff;
  border-top:4px solid #cfdddf;
  position:relative;
}
.menu-card.featured{border-top-color:var(--accent-deep)}
.menu-no{
  margin:0 0 30px;
  color:var(--accent);
  font-size:12px;
  letter-spacing:.2em;
  font-weight:600;
}
.menu-card h3{
  margin:0;
  font-size:21px;
  font-weight:500;
  letter-spacing:.03em;
}
.menu-card .jp{
  margin:7px 0 22px;
  color:var(--muted);
  font-size:12px;
}
.price{
  margin-bottom:25px;
  font-size:25px;
  color:var(--accent-deep);
  font-weight:500;
}
.menu-card>p:last-child{font-size:13px}
.tag{
  position:absolute;
  top:0;
  right:0;
  margin:0;
  padding:7px 11px;
  background:var(--accent-deep);
  color:#fff;
  font-size:9px;
  font-weight:600;
  letter-spacing:.15em;
}
.menu-note{
  max-width:1180px;
  margin:22px auto 0;
  color:#8a989b;
  font-size:11px;
}

.care-section{background:#fff}
.care-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:8vw;
  align-items:center;
}
.care-photo{height:650px}
.care-copy{max-width:580px}
.care-copy h2{
  margin:0 0 34px;
  font-size:clamp(30px,3.5vw,49px);
  font-weight:400;
  line-height:1.55;
}
.care-copy>p{margin:0 0 18px}
.care-list{
  margin-top:36px;
  border-top:1px solid var(--line);
}
.care-list div{
  display:flex;
  align-items:center;
  gap:24px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.care-list strong{
  color:var(--accent);
  font-size:12px;
  letter-spacing:.1em;
}
.care-list span{font-size:13px;font-weight:400}

.salon-section{background:var(--warm)}
.gallery{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  grid-template-rows:300px 300px;
  gap:15px;
}
.gallery .g1{grid-row:1/3}
.gallery .g2{grid-column:2;grid-row:1}
.gallery .g3{grid-column:2;grid-row:2}
.caption{
  max-width:1180px;
  margin:20px auto 0;
  text-align:center;
  color:#89979a;
  font-size:10px;
}

.access{background:#fff}
.access-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:7vw;
  align-items:center;
}
.access-copy h2{
  margin:0 0 25px;
  font-size:clamp(32px,4vw,52px);
  font-weight:400;
}
.access-copy>p{margin-bottom:28px}
.access-copy dl{margin:0}
.access-copy dl div{
  display:grid;
  grid-template-columns:100px 1fr;
  padding:15px 0;
  border-bottom:1px solid var(--line);
}
.access-copy dt{
  color:var(--accent-deep);
  font-size:11px;
  font-weight:600;
}
.access-copy dd{margin:0;font-size:13px}
.map-placeholder{
  height:170px;
  margin-top:22px;
  display:grid;
  place-items:center;
  background:var(--pale);
  color:#8a9a9e;
  font-size:12px;
}
.access-photo{height:630px}

.contact{
  padding:110px 7vw;
  background:#476a73;
  color:#fff;
  text-align:center;
}
.contact .mini{color:#cfe0e2}
.contact h2{
  margin:0 0 20px;
  font-size:clamp(32px,4vw,52px);
  font-weight:400;
}
.contact p{margin:0 0 28px}
.line-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 28px;
  background:#fff;
  color:#31535c;
  font-size:14px;
  font-weight:600;
}
.line-btn span{
  display:grid;
  place-items:center;
  width:43px;
  height:43px;
  border-radius:50%;
  background:#06c755;
  color:#fff;
  font-size:11px;
}
.contact-note{
  margin:18px 0 0!important;
  color:#d9e6e8;
  font-size:10px;
}

.site-footer{
  padding:50px 7vw;
  background:#283d43;
  color:#dbe5e7;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:end;
  gap:35px;
  font-size:10px;
}
.footer-brand{display:flex;flex-direction:column}
.footer-brand span{
  font-size:9px;
  letter-spacing:.2em;
}
.footer-brand strong{
  margin-top:6px;
  color:#fff;
  font-size:25px;
  letter-spacing:.16em;
  font-weight:500;
}
.site-footer p{margin:0}
.sample-credit{opacity:.75}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease,transform .8s ease;
}
.reveal.show{opacity:1;transform:none}

@media (max-width:900px){
  .sample-bar{padding:0 20px}
  .site-header{height:76px;padding:0 22px}
  .brand strong{font-size:25px}
  nav{display:none}
  .menu-btn{display:block}
  .mobile-nav{
    display:none;
    position:fixed;
    z-index:25;
    top:116px;
    left:0;
    right:0;
    padding:20px 28px 28px;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:0 12px 22px rgba(0,0,0,.06);
  }
  .mobile-nav.open{display:grid}
  .mobile-nav a{
    padding:12px 0;
    border-bottom:1px solid var(--line);
    font-size:12px;
    letter-spacing:.12em;
  }

  .hero{
    display:block;
    min-height:auto;
    padding-bottom:0;
  }
  .hero-photo{
    min-height:420px;
    background-position:center;
  }
  .hero-panel{
    position:relative;
    left:auto;
    top:auto;
    transform:none;
    width:calc(100% - 36px);
    margin:-55px 18px 0;
    padding:36px 28px;
    z-index:3;
  }
  .hero h1{font-size:37px}
  .hero-location{display:none}

  .section{padding:80px 22px}
  .section-heading{margin-bottom:45px}
  .concept-grid,.care-grid,.access-grid{grid-template-columns:1fr;gap:40px}
  .concept-photo{height:390px}
  .concept-copy{order:2}
  .concept-photo{order:1}
  .menu-grid{grid-template-columns:1fr}
  .menu-card{min-height:auto}
  .care-photo{height:480px}
  .gallery{
    grid-template-columns:1fr 1fr;
    grid-template-rows:380px 220px;
  }
  .gallery .g1{
    grid-column:1/3;
    grid-row:1;
  }
  .gallery .g2{grid-column:1;grid-row:2}
  .gallery .g3{grid-column:2;grid-row:2}
  .access-photo{height:450px;order:1}
  .access-copy{order:2}
  .site-footer{
    grid-template-columns:1fr;
    align-items:start;
    gap:16px;
  }
}

@media (max-width:560px){
  .sample-bar{font-size:9px;letter-spacing:.09em}
  .sample-bar span{display:none}
  .sample-bar{justify-content:flex-end}
  .hero-photo{min-height:350px}
  .hero-panel{
    padding:30px 22px;
    border-left-width:4px;
  }
  .hero h1{font-size:32px}
  .concept-photo{height:320px}
  .care-photo{height:360px}
  .gallery{
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:300px 210px 210px;
  }
  .gallery .g1,.gallery .g2,.gallery .g3{
    grid-column:1;
  }
  .gallery .g1{grid-row:1}
  .gallery .g2{grid-row:2}
  .gallery .g3{grid-row:3}
  .access-copy dl div{
    grid-template-columns:85px 1fr;
  }
  .access-photo{height:350px}
  .contact{padding:80px 22px}
}
/* =========================
   THERAPIST
========================= */

.therapist-section {
  background: #f7f9f9;
}

.therapist-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: center;
}

.therapist-photo {
  min-height: 620px;
}

.therapist-photo-placeholder {
  width: 100%;
  height: 620px;
  display: grid;
  place-items: center;
  background: #e8eff0;
  color: #8aa2a7;
  font-size: 11px;
  letter-spacing: .18em;
}

.therapist-copy {
  max-width: 610px;
}

.therapist-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(32px, 3.7vw, 52px);
  font-weight: 400;
  line-height: 1.55;
}

.therapist-copy > p {
  margin: 0 0 20px;
}

.therapist-name {
  margin-bottom: 32px !important;
}

.therapist-name span {
  display: block;
  margin-bottom: 5px;
  color: #78959b;
  font-size: 11px;
  letter-spacing: .16em;
}

.therapist-name strong {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .08em;
}

.therapist-values {
  margin-top: 34px;
  border-top: 1px solid #dce6e7;
}

.therapist-values div {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #dce6e7;
}

.therapist-values span {
  color: #8aaeb5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.therapist-values p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

.therapist-note {
  margin-top: 22px !important;
  color: #8a989b;
  font-size: 10px;
}

/* mobile */
@media (max-width: 900px) {
  .therapist-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .therapist-photo,
  .therapist-photo-placeholder {
    min-height: 460px;
    height: 460px;
  }
}

@media (max-width: 560px) {
  .therapist-photo,
  .therapist-photo-placeholder {
    min-height: 360px;
    height: 360px;
  }
}
.therapist-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 900px) {
  .therapist-photo img {
    height: 460px;
  }
}

@media (max-width: 560px) {
  .therapist-photo img {
    height: 360px;
  }
}
/* ========================================
   CLEAN HERO / PC 最終調整
======================================== */

@media (min-width: 901px) {

  /* THERAPIST追加後もナビをゆったり収める */
  nav {
    gap: 24px;
  }

  /* 白いパネルを少し横長にして、
     写真へしっかり重ねる */
  .hero-panel {
    left: 7vw;
    width: min(650px, 50vw);
    padding: 56px 60px;
  }

  /* タイトルを意図した2行に */
  .hero h1 {
    font-size: clamp(40px, 3.6vw, 56px);
    line-height: 1.45;
    letter-spacing: .03em;
    white-space: nowrap;
  }

}
/* ========================================
   CLEAN HERO / PC 最終調整
======================================== */

@media (min-width: 901px) {

  nav {
    gap: 24px;
  }

  .hero {
    min-height: 740px;
  }

  .hero-panel {
    left: 3.5vw;
    top: 30%;
    width: min(650px, 50vw);
    padding: 44px 56px;

    /* スケルトン感を強める */
    background: rgba(255, 255, 255, 0.60);
  }

  .hero h1 {
    font-size: clamp(40px, 3.6vw, 56px);
    line-height: 1.42;
    letter-spacing: .03em;
    white-space: nowrap;
  }

}
/* ===== THERAPIST 本文の改行調整 ===== */

.therapist-copy > p:not(.mini):not(.therapist-name):not(.therapist-note) {
  max-width: 720px;
  line-height: 2;
  letter-spacing: 0.02em;
}

/* THERAPIST右カラムを少し広げる */
.therapist-grid {
  grid-template-columns: 0.9fr 1.1fr;
}
.nowrap {
  white-space: nowrap;
}
/* ========================================
   SAMPLE NAVIGATION
======================================== */

.sample-navigation {
  padding: 90px 6% 80px;
  text-align: center;
  background: #f8fbfb;
  color: #34464b;
}

.sample-navigation-label {
  margin: 0 0 24px;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #8aaeb5;
  font-weight: 600;
}

.sample-navigation h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.sample-navigation-text {
  margin: 24px 0 46px;
  font-size: 14px;
  color: #718287;
}

.sample-navigation-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}

.sample-navigation-links a {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #cfdfe1;
  background: #fff;
  color: #34464b;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.03em;
  transition: 0.3s ease;
}

.sample-navigation-links a span {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #8aaeb5;
  font-weight: 500;
}

.sample-navigation-links a:hover {
  background: #eef4f4;
  border-color: #8aaeb5;
}

.sample-navigation-all {
  border-color: #8aaeb5 !important;
}

.sample-navigation-top {
  display: inline-block;
  margin-top: 38px;
  padding-bottom: 4px;
  border-bottom: 1px solid #8aaeb5;
  color: #527983;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

/* SP */
@media (max-width: 767px) {

  .sample-navigation {
    padding: 70px 24px 65px;
  }

  .sample-navigation h2 {
    font-size: 28px;
  }

  .sample-navigation-text {
    margin: 20px 0 34px;
    font-size: 13px;
  }

  .sample-navigation-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sample-navigation-links a {
    min-height: 82px;
  }

  .sample-navigation-top {
    margin-top: 30px;
    font-size: 12px;
  }
}
/* ==================================================
   CLEAN / SMARTPHONE FINAL ADJUSTMENT
================================================== */

.sp-only {
  display: none;
}

@media (max-width: 767px) {

  .sp-only {
    display: inline;
  }


  /* ========================================
     HERO
  ======================================== */

  .hero {
    min-height: 0;
    overflow: visible;
    padding-bottom: 54px;
    background: #eef4f5;
  }

  .hero-photo {
    height: 560px;
    min-height: 0;
  }

  .hero-panel {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;

    width: calc(100% - 48px);
    margin: -125px auto 0;
    padding: 34px 28px 32px;

    background: rgba(255, 255, 255, 0.70);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    z-index: 3;
  }

  .hero-panel .eyebrow {
    margin-bottom: 24px;
    font-size: 11px;
    letter-spacing: .22em;
  }

  .hero-panel h1 {
    margin-bottom: 24px;
    font-size: 39px;
    line-height: 1.48;
    letter-spacing: .02em;
    white-space: normal;
  }

  .hero-panel > p:not(.eyebrow) {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 2;
  }

  .hero-panel .btn {
    padding: 16px 24px;
    font-size: 14px;
  }

  .hero-location {
    display: none;
  }


  /* ========================================
     CONCEPT
  ======================================== */

  .concept .section-heading h2 {
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: .015em;
  }

  .concept-copy {
    font-size: 15px;
    line-height: 2;
  }

  .concept-copy .lead {
    font-size: 17px;
    line-height: 1.9;
  }

  .concept-copy p {
    margin-bottom: 24px;
  }


  /* ========================================
     THERAPIST
     PCの2カラムをスマホでは完全解除
  ======================================== */

  .therapist-section {
    padding-left: 0;
    padding-right: 0;
  }

  .therapist-grid {
    display: flex;
    flex-direction: column;
    gap: 0;

    width: 100%;
    max-width: none;
    margin: 0;
  }

  .therapist-photo {
    width: calc(100% - 48px);
    margin: 0 auto 48px;
  }

  .therapist-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .therapist-copy {
    width: calc(100% - 48px);
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }

  .therapist-copy h2 {
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: .015em;
  }

  .therapist-name {
    margin: 32px 0 36px;
  }

  .therapist-copy > p:not(.mini):not(.therapist-name):not(.therapist-note) {
    max-width: none;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .015em;
  }

  .therapist-values {
    margin-top: 38px;
  }

  .therapist-values div {
    padding: 18px 0;
  }

  .therapist-note {
    margin-top: 28px;
    font-size: 12px;
    line-height: 1.8;
  }


  /* ========================================
     CONTACT
  ======================================== */

  .contact-inner > p:not(.mini):not(.contact-note) {
    line-height: 2;
  }

}
/* ==================================================
   CLEAN / SMARTPHONE FINAL FIX
   ※ このCSSをファイルの一番最後に追加
================================================== */

@media (max-width: 767px) {

  /* ========================================
     1. HERO
     スケルトン感を残しつつ全体バランス調整
  ======================================== */

  .hero {
    min-height: 0;
    overflow: visible;
    padding-bottom: 50px;
    background: #eef4f5;
  }

  .hero-photo {
    height: 520px;
    min-height: 0;
  }

  .hero-panel {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;

    width: calc(100% - 40px);
    margin: -105px auto 0;
    padding: 30px 26px 30px;

    background: rgba(255, 255, 255, 0.70);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    z-index: 3;
  }

  .hero-panel .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: .20em;
  }

  .hero-panel h1,
  .hero h1 {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 1.55;
    letter-spacing: .01em;
    white-space: normal;
  }

  .hero-panel > p:not(.eyebrow) {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.9;
  }

  .hero-panel .btn {
    min-width: 0;
    padding: 14px 22px;
    font-size: 13px;
  }


  /* ========================================
     2. CONCEPT
     見出しと本文をスマホ向けに整える
  ======================================== */

  .concept .section-heading h2 {
    font-size: 32px;
    line-height: 1.55;
    letter-spacing: .01em;
  }

  .concept-copy {
    font-size: 14px;
    line-height: 2;
  }

  .concept-copy .lead {
    font-size: 16px;
    line-height: 1.9;
  }


  /* ========================================
     3. MENU
     本文の横幅を少しだけ確保
  ======================================== */

  .menu-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu-card > p:last-child {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
  }


  /* ========================================
     4. THERAPIST
     写真下の大きすぎる余白を解消
  ======================================== */

  .therapist-section {
    padding-left: 0;
    padding-right: 0;
  }

  .therapist-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .therapist-photo {
    width: calc(100% - 48px);
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto 28px !important;
  }

  .therapist-photo img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover;
  }

  .therapist-copy {
    width: calc(100% - 48px);
    max-width: none;
    margin: 0 auto !important;
    padding: 0;
  }

  .therapist-copy .mini {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .therapist-copy h2 {
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: .01em;
  }

  .therapist-copy > p:not(.mini):not(.therapist-name):not(.therapist-note) {
    max-width: none;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }


  /* ========================================
     5. nowrap
     指定した言葉を途中で分割させない
  ======================================== */

  .nowrap {
    white-space: nowrap;
  }

}
