@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@400;500;700&family=Raleway:wght@500;600;700&display=swap");

:root{
  --bg:#faf7f3;
  --bg-soft:#fffaf4;
  --surface:#fffdf9;
  --surface-strong:#f2e7d4;
  --panel:#faf8f4;
  --panel-soft:rgba(250,248,244,.94);
  --text:#4c3f35;
  --text-soft:#796654;
  --heading:#3a2d24;
  --accent:#af9671;
  --accent-strong:#90715d;
  --accent-soft:#deccae;
  --accent-soft-2:#f2e7d4;
  --gold:#b69b54;
  --gold-soft:#e0d0a6;
  --olive:#a39635;
  --olive-light:#d6c766;
  --sakura:#f5a4b7;
  --line:#deccae;
  --line-strong:#cab298;
  --shadow:0 12px 30px rgba(100, 78, 54, .10);
  --shadow-sm:0 6px 18px rgba(100, 78, 54, .08);
  --radius:18px;
  --radius-sm:12px;
  --max:1170px;
  --header-gap:24px;
  --transition:.24s ease;
  --btn-dark:#a28a69;
  --btn-dark-2:#7f6a50;
  --btn-call-1:#deccae;
  --btn-call-2:#b89462;
  --btn-reserve-1:#cfb58c;
  --btn-reserve-2:#9c7a55;
  --footer:#b99b72;
  --footer-text:#fffaf2;
  --danger-bg:#af9671;
  --danger-bg-hover:#90715d;
  --danger-bg-active:#765a43;
  --danger-border:#af9671;
  --danger-border-hover:#90715d;
  --danger-shadow-focus:0 0 0 0.25rem rgba(175,150,113,.25);
  --font-body:"Noto Sans JP","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
  --font-en:"Raleway","Noto Sans JP",sans-serif;
  --font-deco:"Marcellus","Yu Mincho","Hiragino Mincho ProN",serif;
}

html{
  margin-top:0 !important;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-behavior:smooth;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

body{
  margin:0;
  min-width:320px;
  font-family:var(--font-body);
  color:var(--text);
  background:
    radial-gradient(circle at 1px 1px, rgba(222,204,174,.18) 1px, transparent 1.6px) 0 0/22px 22px,
    linear-gradient(180deg, rgba(255,253,248,.88), rgba(255,248,238,.96)),
    url("../img/bg.png") repeat top center;
  font-size:16px;
  line-height:1.75;
  letter-spacing:.01em;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transition:opacity .6s ease;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  background:#fffaf4;
  opacity:0;
  pointer-events:none;
  transition:opacity .6s ease;
  z-index:9999;
}

@media (max-width: 768px){
  body{
    background-color:var(--bg-soft);
    background-image:url("../img/main-visual.png");
    background-repeat:no-repeat;
    background-position:top center;
    background-size:100% auto;
  }
}

body.fadeout::after{
  opacity:1;
}

img{
  display:block;
  max-width:100%;
  height:auto;
  border:0;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
textarea,
select{
  font:inherit;
  color:inherit;
}

button{
  cursor:pointer;
}

ul,ol{
  margin:0;
  padding:0;
  list-style:none;
}

p,h1,h2,h3,h4,h5,h6,dl,dd,dt,figure{
  margin:0;
}

.clear{
  clear:both;
}

.owl-nav.disabled{
  display:none;
}

.line-green{
  color:#8f775a;
}

.fontStyle{
  font-family:var(--font-deco);
}

.site-shell{
  position:relative;
  overflow:hidden;
}

#top_line{
  height:0px;
  width:100%;
  background:linear-gradient(90deg, #f2e7d4 0%, #deccae 33%, #af9671 66%, #f2e7d4 100%);
  background-size:200% 200%;
  animation:topLineShift 10s ease infinite;
}

@keyframes topLineShift{
  0%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
  100%{background-position:0% 50%;}
}

.site-header{
  padding:28px 16px 18px;
}

.site-header__inner,
.site-main,
.site-footer__inner{
  width:min(100%, var(--max));
  margin-inline:auto;
}

.site-header__inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:var(--header-gap);
}

.site-logo{
  width:min(300px, 52vw);
  flex:0 0 auto;
}

.site-logo a{
  display:block;
}

.site-header__meta{
  margin-left:auto;
  max-width:640px;
  text-align:right;
}

.site-kicker{
  margin-bottom:6px;
  font-size:14px;
  line-height:1.5;
  color:var(--accent-strong);
  font-weight:600;
}

.site-kicker a{
  color:inherit;
}

.site-contact{
  display:inline-flex;
  align-items:flex-start;
  justify-content:flex-end;
  gap:12px;
}

.site-contact__icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg, #deccae 0%, #af9671 52%, #90715d 100%);
  color:#fffaf2;
  box-shadow:var(--shadow-sm);
  flex:0 0 auto;
}

.site-contact__body{
  text-align:left;
}

.site-contact__phone{
  font-family:var(--font-en);
  font-size:clamp(18px, 3vw, 32px);
  font-weight:500;
  line-height:1.05;
  letter-spacing:.02em;
  color:var(--accent-strong);
}

.site-contact__phone a{
  color:inherit;
}

.site-contact__time{
  display:block;
  margin-top:4px;
  font-size:14px;
  line-height:1.45;
  color:var(--text-soft);
  font-weight:500;
}

.site-access-chip{
  display:inline-block;
  margin-top:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(250,247,243,.96), rgba(222,204,174,.50));
  color:var(--heading);
  font-size:14px;
  line-height:1.4;
  font-weight:600;
}

.global-nav{
  padding:0 16px;
}

.global-nav__inner{
  width:min(100%, var(--max));
  margin-inline:auto;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(250,247,243,.94), rgba(235,222,200,.88));
  box-shadow:var(--shadow-sm);
  border:1px solid rgba(222,204,174,.68);
  backdrop-filter:blur(8px);
}

.global-nav__list{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
}

.global-nav__item{
  border-left:1px solid rgba(175,150,113,.22);
}

.global-nav__item:first-child{
  border-left:0;
}

.global-nav__link{
  min-height:72px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:10px 8px;
  color:var(--accent-strong);
  transition:background-color var(--transition), color var(--transition), transform var(--transition);
}

.global-nav__link:hover,
.global-nav__link:focus-visible,
.global-nav__link.is-active{
  background:linear-gradient(135deg, rgba(255,252,247,.98), rgba(226,210,182,.72));
  color:var(--heading);
}

.global-nav__en{
  font-family:var(--font-en);
  font-size:16px;
  font-weight:700;
  letter-spacing:.05em;
}

.global-nav__jp{
  font-size:12px;
  color:#796654;
  font-weight:500;
}

.site-main{
  padding:40px 6px 80px;
}

.section{
  margin-top:40px;
}

.hero-slider{
  margin:0;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}

.hero-slider a{
  display:block;
}

.hero-slider img{
  width:100%;
  height:auto;
  object-fit:cover;
}


.section:first-child{
  margin-top:0;
}

.section-heading{
  margin-bottom:18px;
  text-align:center;
}

.subTitle{
  color:var(--olive);
  font-family:var(--font-deco);
  font-size:clamp(28px, 3vw, 36px);
  line-height:1.2;
  font-weight:600;
  letter-spacing:.04em;
  background:linear-gradient(180deg, var(--olive-light) 0%, var(--olive) 52%, #6f6126 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 1px 0 rgba(255,255,255,.72);
}

.section-heading .fs14{
  position:relative;
  display:inline-block;
  margin-top:10px;
  padding-inline:58px;
  font-size:14px;
  line-height:1.4;
  color:#5b4b3b;
  font-weight:600;
  letter-spacing:.08em;
}

.section-heading .fs14::before,
.section-heading .fs14::after{
  content:"";
  position:absolute;
  top:50%;
  width:42px;
  border-bottom:1px solid #deccae;
}

.section-heading .fs14::before{
  left:0;
}

.section-heading .fs14::after{
  right:0;
}

.panel,
#seo_come,
#access,
#menu,
.footer-nav,
.profile-panel,
.news-panel{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

#seo_come,
#access,
#menu{
  padding:24px;
  background:linear-gradient(180deg, rgba(255,253,248,.96), rgba(250,247,243,.94));
  box-shadow:var(--shadow), inset 0 0 0 1px rgba(202,178,152,.62);
}

.news-list{
  display:grid;
  gap:18px;
}

.news-item{
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}

.news-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.STYLE1,
.news-date{
  display:block;
  margin-bottom:8px;
  color:var(--accent-strong);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}

.newsTit{
  margin-bottom:10px;
  color:var(--heading);
  font-size:18px;
  line-height:1.65;
  font-weight:700;
}

.news-photos{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:12px;
}

.news_photo{
  margin:0;
  flex:0 0 auto;
}

.news_photo img{
  width:130px;
  height:auto;
  border-radius:12px;
  box-shadow:var(--shadow-sm);
}

.news-body,
.open dd,
.open p{
  color:var(--text);
  line-height:1.85;
  word-break:break-word;
}

.open .new_mark{
  display:inline-block;
  margin-left:6px;
  color:#d98fa1 !important;
  font-size:12px !important;
  font-weight:700;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  width:100%;
  padding:.8rem 1rem;
  border:1px solid transparent;
  border-radius:12px;
  font:700 14px/1 var(--font-body);
  letter-spacing:.03em;
  color:#fffaf2;
  background-color:var(--danger-bg);
  box-shadow:0 8px 18px rgba(175,150,113,.18);
  transition:background-color .2s ease,border-color .2s ease,transform .05s ease,box-shadow .2s ease;
}

.btn:hover{
  background-color:var(--danger-bg-hover);
  border-color:var(--danger-border-hover);
}

.btn:active{
  background-color:var(--danger-bg-active);
  transform:translateY(1px);
}

.btn:focus-visible{
  outline:none;
  box-shadow:var(--danger-shadow-focus);
}

.btn[aria-disabled="true"],
.btn:disabled,
.btn.disabled{
  opacity:.6;
  pointer-events:none;
}

.therapist-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.therapist-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:var(--surface);
  border:1px solid rgba(202,178,152,.48);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
}

.therapist-card__media,
.therapist_image{
  position:relative;
  display:block;
  background:#f4eadb;
  aspect-ratio:3 / 4.1;
  overflow:hidden;
}

.therapist-card__media img,
.therapist_image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.therapist-card:hover .therapist-card__media img,
.therapist-card:hover .therapist_image img{
  transform:scale(1.03);
}

.therapist_name_tag{
	/* position: absolute; 
    left: 12px;
    right: 12px;
    bottom: 12px;*/
    padding: 10px 12px;
    border-radius: 5px;
    background: rgba(255,250,242,.92);
    backdrop-filter: blur(6px);
    text-align: center;
    box-shadow: 0 5px 3px rgba(100, 78, 54, .08);
}

.therapist_name{
  color:var(--heading);
  font-size:20px;
  font-weight:700;
  letter-spacing:.03em;
  line-height:1.35;
}

.therapist_name small,
.therapist_time{
  display:block;
  margin-top:2px;
  color:var(--text-soft);
  font-size:13px;
  font-weight:500;
}

.therapist_info{
  padding:14px 14px 0;
  color:var(--text);
  font-size:14px;
  line-height:1.8;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
  min-height:112px;
}

.therapist-card__actions{
  display:grid;
  gap:8px;
  margin-top:auto;
  padding:14px;
}

.cta-btn,
.more_info,
.tel_order,
.web_order,
.detail_tel,
.detail_web,
.more,
.menu_min{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  border:0;
  border-radius:12px;
  font-weight:700;
  letter-spacing:.03em;
  transition:transform var(--transition), filter var(--transition), box-shadow var(--transition);
  box-shadow:0 8px 18px rgba(100,78,54,.13);
}

.cta-btn:hover,
.more_info:hover,
.tel_order:hover,
.web_order:hover,
.detail_tel:hover,
.detail_web:hover,
.more:hover,
.menu_min:hover{
  filter:brightness(1.02);
  transform:translateY(-1px);
}

.more_info{
  background:linear-gradient(135deg, #e7d6b5 0%, #c0a06d 54%, #a88a5e 100%);
  color:#fffaf2;
}

.tel_order,
.detail_tel{
  background:linear-gradient(135deg, #cfb58c 0%, #a9855a 100%);
  color:#fffaf2;
}

.web_order,
.detail_web{
  background:linear-gradient(135deg, #a28a69 0%, #7f6a50 100%);
  color:#fffaf2;
}

.type1{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  margin-top:10px;
  padding:8px 14px;
  border-radius:12px;
  background:linear-gradient(135deg, #e7d6b5 0%, #c0a06d 100%);
  color:#fffaf2;
  font-weight:700;
  letter-spacing:.03em;
  box-shadow:0 8px 18px rgba(175,150,113,.18);
}

.section-cta,
#more{
  margin-top:22px;
  text-align:center;
}

.more{
  min-width:240px;
  padding:12px 18px;
  background:linear-gradient(135deg, #f4e7c9 0%, #d2b178 55%, #b89462 100%);
  color:#4b3928;
}

.pickup-slider{
  margin:0;
}

.pickup-slider li{
  padding:0 4px;
}

.profile-panel{
  padding:24px;
  background:linear-gradient(180deg, rgba(255,253,248,.96), rgba(250,247,243,.94));
  box-shadow:var(--shadow), inset 0 0 0 1px rgba(202,178,152,.62);
}

#cast_profile{
  display:grid;
  grid-template-columns:minmax(320px, 44%) minmax(0, 1fr);
  gap:24px;
  width:100%;
  margin:0;
  padding:0;
  overflow:visible;
}

#profile-left,
#profile_right{
	padding:10px;
  width:100%;
  overflow:visible;
}

#profile-left .bx-wrapper,
#profile-left .bx-viewport{
  box-shadow:none !important;
  border:0 !important;
  left:0 !important;
  background:transparent !important;
}

.profile-slider img{
  width:100%;
  border-radius:var(--radius);
  box-shadow:var(--shadow-sm);
}

.prof_big{
  display:block;
  margin-bottom:12px;
  color:var(--heading);
  font-family:var(--font-en);
  font-size:clamp(28px, 3vw, 34px);
  line-height:1.25;
  font-weight:700;
  letter-spacing:.04em;
}

.thum-size2{
  display:block;
  margin-bottom:12px;
  color:var(--text-soft);
  font-size:16px;
  font-weight:600;
}

.profile_title{
  margin:24px 0 12px;
  color:var(--accent-strong);
  font-family:var(--font-en);
  font-size:22px;
  font-weight:700;
  letter-spacing:.05em;
}

.profile_title .fs12{
  margin-left:8px;
  color:var(--text-soft);
  font-size:12px;
  font-weight:500;
  letter-spacing:.08em;
}

#profile_area02{
  color:var(--text);
  line-height:1.95;
}

.profile-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px;
}

#menu{
  display:grid;
  gap:26px;
}

#menu_title{
  color:var(--accent-strong);
  font-family:var(--font-en);
  font-size:clamp(24px, 3vw, 30px);
  font-weight:700;
  letter-spacing:.04em;
}

.menu_intro{
  color:var(--text);
  line-height:1.9;
}

.menu_price_row{
  display:grid;
  grid-template-columns:minmax(120px, 180px) minmax(0, 1fr);
  gap:20px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px dashed var(--line-strong);
}

.menu_price_row:last-child{
  border-bottom:0;
}

.menu_min{
  padding:10px 14px;
  background:linear-gradient(135deg, #b99b72 0%, #90715d 100%);
  color:#fffaf2;
  text-align:center;
}

.menu_min small{
  margin-left:2px;
  font-size:.9em;
  font-weight:600;
}

.menu_price{
  text-align:right;
  color:var(--accent-strong);
  font-weight:600;
}

.menu_price strong{
  font-family:var(--font-en);
  font-size:clamp(30px, 4vw, 38px);
  font-weight:700;
  letter-spacing:.02em;
}

.menu_price span{
  margin-left:6px;
  font-size:16px;
}

.menu-note{
  margin-top:18px;
  color:var(--text);
  line-height:1.9;
}

.note-box{
  margin-top:20px;
  padding:18px;
  border-radius:16px;
  background:rgba(250,247,243,.92);
  border:1px solid var(--line);
}

.note-box dt{
  margin-bottom:10px;
  color:var(--heading);
  font-weight:700;
}

.note-list{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.note-list li{
  position:relative;
  padding-left:1.2em;
  color:var(--text);
  line-height:1.85;
}

.note-list li::before{
  content:"※";
  position:absolute;
  left:0;
  color:var(--accent-strong);
}

#access{
  display:grid;
  gap:18px;
}

.access_space{
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}

.access_space:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.access_title{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
  padding:12px 16px;
  border-radius:14px;
  color:#fffaf2;
  font-family:var(--font-body);
  font-size:18px;
  line-height:1.4;
  font-weight:700;
  background:linear-gradient(135deg, #cdb28a 0%, #a88a62 100%);
}

.access_title::before{
  content:"";
  width:16px;
  height:16px;
  border-radius:999px;
  background:#fffaf4;
  flex:0 0 auto;
}

.access_text{
  color:var(--text);
  font-size:16px;
  line-height:1.9;
}

.access_text p + p{
  margin-top:8px;
}

.access_text ul{
  margin-top:12px;
  display:grid;
  gap:8px;
}

.access_text li{
  position:relative;
  padding-left:1.2em;
}

.access_text li::before{
  content:"・";
  position:absolute;
  left:0;
  color:var(--accent-strong);
}

.access_attention{
  padding:18px;
  border-radius:16px;
  background:rgba(250,247,243,.92);
  border:1px solid var(--line);
  color:var(--text);
  line-height:1.9;
}

.access_attention span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(250,247,243,.96), rgba(222,204,174,.58));
  color:var(--heading);
  font-weight:700;
}

.link-grid{
  display:grid;
  gap:16px;
}

.link-card{
  padding:16px;
  border-radius:16px;
  background:var(--surface);
  border:1px solid rgba(202,178,152,.48);
  box-shadow:var(--shadow-sm);
}

.link-card a{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  line-height:1.8;
}

.site-footer{
  margin-top:40px;
  background:linear-gradient(135deg, rgba(185,155,114,.96), rgba(144,113,93,.98));
  color:var(--footer-text);
}

.site-footer__inner{
  padding:34px 16px 22px;
  text-align:center;
}

.footer-logo{
  width:min(320px, 72vw);
  margin:0 auto 22px;
}

.footer-nav__list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.footer-nav__item{
  min-width:148px;
}

.footer-nav__link{
  min-height:56px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  padding:10px 14px;
  border-radius:14px;
  background:rgba(255,250,242,.14);
  color:var(--footer-text);
  transition:background-color var(--transition), transform var(--transition);
}

.footer-nav__link:hover,
.footer-nav__link:focus-visible{
  background:rgba(255,250,242,.24);
  transform:translateY(-1px);
}

.footer-nav__en{
  font-family:var(--font-en);
  font-size:15px;
  font-weight:700;
  letter-spacing:.04em;
}

.footer-nav__jp{
  font-size:12px;
  opacity:.92;
}

#copyright{
  padding:16px 16px 92px;
  background:var(--footer);
  color:rgba(255,250,242,.94);
  text-align:center;
  font-size:12px;
  line-height:1.9;
  letter-spacing:.02em;
}

.mobile-bottom-nav{
  display:none;
}

.mobile-bottom-nav__inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-around;
  gap:10px;
  padding:0 12px max(10px, env(safe-area-inset-bottom));

}

.mobile-bottom-nav__item{
  flex:1 1 0;
  text-align:center;
}

.mobile-circle-btn{
  width:84px;
  height:84px;
  margin:0 auto;
  margin-top:-18px;
  border:0;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  box-shadow:0 10px 24px rgba(100,78,54,.20);
  color:#fffaf2;
  font-size:13px;
  font-weight:700;
  letter-spacing:.02em;
}

.mobile-circle-btn--menu{
  background:linear-gradient(135deg, #d9c4a2 0%, #af9671 100%);
}

.mobile-circle-btn--tel{
  background:linear-gradient(135deg, #a28a69 0%, #7f6a50 100%);
}

.mobile-circle-btn--map{
  background:linear-gradient(135deg, #fffaf2 0%, #eadcc4 100%);
  color:#4b3928;
}

.mobile-circle-btn .fas,
.mobile-circle-btn .fa{
  font-size:28px;
  line-height:1;
}

.mobile-overlay{
  display:none;
  position:fixed;
  inset:0;
  z-index:2000;
  background:rgba(58, 48, 38, .58);
  backdrop-filter:blur(4px);
}

.mobile-overlay[aria-hidden="false"]{
  display:block;
}

.mobile-overlay__dialog{
  position:relative;
  width:min(92vw, 420px);
  margin:7vh auto 0;
  padding:24px 20px 20px;
  border-radius:22px;
  background:rgba(255,250,242,.97);
  box-shadow:0 24px 48px rgba(58, 48, 38, .28);
}

.mobile-overlay__close{
  position:absolute;
  top:10px;
  right:10px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:rgba(222,204,174,.44);
  color:var(--accent-strong);
  font-size:28px;
  line-height:1;
}

.mobile-overlay__list{
  display:grid;
  gap:10px;
  margin-top:22px;
}

.mobile-overlay__link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(255,252,247,.96), rgba(235,222,200,.82));
  color:var(--heading);
  font-weight:700;
  line-height:1.4;
  border:1px solid rgba(175,150,113,.24);
}

.mobile-overlay__link small{
  color:var(--text-soft);
  font-size:12px;
  font-weight:500;
}

.empty-state{
  padding:32px 20px;
  border-radius:16px;
  background:var(--surface);
  text-align:center;
  color:var(--text-soft);
  border:1px dashed var(--line-strong);
}

figure{
  padding:0;
  margin:0;
}

.partner_text,
.option-caption{
  color:var(--text);
  line-height:1.8;
}

#pankuzu_list ol li{
  display:inline;
}

#pankuzu_list ol li::before{
  content:" > ";
}

#pankuzu_list ol li:first-child::before{
  content:"";
}

section#pankuzu{
  margin-bottom:20px;
  color:#90715d;
  font-size:14px;
  width:100%;
  padding:10px;
  background:#fffaf4;
  text-align:center;
}

section#pankuzu a{
  color:#90715d;
  text-decoration:none;
}

@media (max-width: 1100px){
  .therapist-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  #cast_profile{
    grid-template-columns:1fr;
  }
}

@media (max-width: 900px){
  .site-header__inner{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .site-header__meta{
    margin-left:0;
    text-align:center;
  }

  .site-contact{
    justify-content:center;
  }

  .global-nav__list{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

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

  .menu_price_row{
    grid-template-columns:1fr;
    gap:10px;
  }

  .menu_price{
    text-align:left;
  }
}

@media (max-width: 768px){
  body{
    font-size:15px;
    line-height:1.8;
  }

  .site-main{
    padding-top:28px;
    padding-bottom:60px;
  }

  .site-logo{
    width:min(340px, 76vw);
  }

  .site-kicker{
    font-size:15px;
  }

  .site-contact__phone{
    font-size:clamp(28px, 7vw, 40px);
  }

  .site-access-chip{
	display:block;
    font-size:13px;
  }

  .global-nav{
    padding-inline:12px;
  }

  .global-nav__inner{
    border-radius:20px;
  }

  .global-nav__link{
    min-height:64px;
    padding:10px 6px;
  }

  .global-nav__en{
    font-size:14px;
  }

  .global-nav__jp{
    font-size:11px;
  }

  #seo_come,
  #access,
  #menu,
  .profile-panel{
    padding:18px;
  }

  .therapist_info{
    min-height:96px;
  }

  .link-card a{
    align-items:flex-start;
  }

  .footer-nav__item{
    min-width:calc(50% - 8px);
  }
}

@media (max-width: 480px){
  body{
    font-size:14px;
  }

  .site-header{
    padding:20px 12px 14px;
  }

  .site-logo{
    width:min(550px, 88vw);
  }

  .site-kicker{
    font-size:12px;
  }

  .site-contact{
    gap:10px;
  }

  .site-contact__icon{
    width:38px;
    height:38px;
  }

  .site-contact__phone{
    font-size:24px;
  }

  .site-contact__time{
    font-size:11px;
  }

  .site-access-chip{
	  display:block;
    margin-top:8px;
    padding:7px 12px;
    font-size:12px;
  }

  .global-nav{
    padding-inline:12px;
  }

  .global-nav__inner{
    border-radius:18px;
  }

  .global-nav__list{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .global-nav__link{
    min-height:60px;
  }

  .global-nav__en{
    font-size:12px;
    letter-spacing:.03em;
  }

  .global-nav__jp{
    font-size:10px;
  }

  .subTitle{
    font-size:26px;
  }

  .section-heading .fs14{
    padding-inline:44px;
    font-size:13px;
  }

  .section-heading .fs14::before,
  .section-heading .fs14::after{
    width:32px;
  }

  .newsTit{
    font-size:16px;
  }

  .news-photos{
    gap:8px;
  }

  .news_photo img{
    width:110px;
  }

  .therapist-grid{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .therapist_name{
    font-size:16px;
  }

  .therapist_info{
    padding:12px 12px 0;
    font-size:12px;
    min-height:88px;
    -webkit-line-clamp:5;
  }

  .therapist-card__actions{
    padding:12px;
    gap:6px;
  }

  .more_info,
  .tel_order,
  .web_order,
  .detail_tel,
  .detail_web,
  .more,
  .menu_min{
    min-height:42px;
    font-size:13px;
  }

  .profile-panel{
    padding:16px;
  }

  .prof_big{
    font-size:24px;
  }

  .profile_title{
    font-size:20px;
  }

  .profile-actions{
    grid-template-columns:1fr;
  }

  .access_title{
    font-size:16px;
    padding:10px 12px;
  }

  .access_text{
    font-size:14px;
  }

  .footer-logo{
    width:min(300px, 78vw);
  }

  .footer-nav__item{
    min-width:calc(50% - 6px);
  }

  .footer-nav__link{
    min-height:52px;
    padding:8px 10px;
  }

  .footer-nav__en{
    font-size:13px;
  }

  .footer-nav__jp{
    font-size:10px;
  }

  .mobile-bottom-nav{
    display:block;
    position:fixed;
    inset:auto 0 0 0;
    z-index:1500;
  }

  #copyright{
    padding-bottom:96px;
  }
}

@media (max-width: 360px){
  .therapist-grid{
    grid-template-columns:1fr;
  }

  .global-nav__link{
    min-height:56px;
  }

  .global-nav__en{
    font-size:11px;
  }

  .global-nav__jp{
    font-size:10px;
  }

  .mobile-circle-btn{
    width:76px;
    height:76px;
    font-size:12px;
  }

  .mobile-circle-btn .fas,
  .mobile-circle-btn .fa{
    font-size:24px;
  }
}
