/*
Theme Name: SALON CMS Type-B
Theme URI: https://type-b.salon-cms.com/
Author: BizCraft AI
Description: Jewel / feminine / booking-focused SALON CMS template for larger men's esthe shops.
Version: 0.2.2
Text Domain: salon-cms-type-b
*/

:root{
  --tlb-ink:#31211f;
  --tlb-brown:#5f4b40;
  --tlb-deep:#4a1631;
  --tlb-rose:#b5184f;
  --tlb-pink:#e62478;
  --tlb-pale:#fff6fb;
  --tlb-gold:#b89250;
  --tlb-gold-2:#ead8ad;
  --tlb-line:#c7aa78;
  --tlb-mint:#1fb99a;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.tlb-body{
  margin:0;
  padding:0 0 92px;
  color:var(--tlb-ink);
  font-family:"Hiragino Mincho ProN","Yu Mincho","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,serif;
  line-height:1.55;
  letter-spacing:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.78),rgba(255,255,255,.92)),
    repeating-linear-gradient(135deg,#f8f4ed 0,#f8f4ed 16px,#fff 17px,#fff 46px);
}
.tlb-body a{color:inherit}
.tlb-site{
  width:min(1000px,100%);
  margin:0 auto;
  padding:0 10px 34px;
}

.tlb-menu-float{
  position:fixed;
  top:12px;
  right:18px;
  z-index:1000;
  display:grid;
  gap:5px;
  width:42px;
  height:42px;
  padding:9px;
  border-radius:5px;
  background:rgba(55,55,55,.84);
  box-shadow:0 5px 15px rgba(0,0,0,.22);
}
.tlb-menu-float span{
  display:block;
  height:5px;
  border-radius:2px;
  background:#e8e2da;
}

.tlb-kv{
  position:relative;
  height:306px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(120,82,52,.24);
  background:#51213a;
  box-shadow:0 12px 26px rgba(85,52,43,.18);
}
.tlb-kv__photos{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(8,1fr);
  opacity:.82;
}
.tlb-kv__photos img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.04);
}
.tlb-kv__photos img:nth-child(odd){transform:scale(1.05)}
.tlb-kv__shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(38,27,24,.86) 0,rgba(84,42,45,.62) 40%,rgba(134,15,59,.28) 70%,rgba(24,13,20,.66) 100%),
    radial-gradient(circle at 63% 18%,rgba(255,255,255,.45) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 42%,rgba(255,255,255,.55) 0 2px,transparent 3px),
    radial-gradient(circle at 48% 68%,rgba(255,255,255,.4) 0 2px,transparent 3px);
}
.tlb-kv__logo{
  position:absolute;
  z-index:2;
  left:95px;
  top:32px;
  display:grid;
  place-items:center;
  width:230px;
  height:230px;
  border-radius:50%;
  border:4px solid var(--tlb-gold-2);
  color:#fff7e6;
  text-align:center;
  background:rgba(83,65,57,.92);
  box-shadow:0 0 0 8px rgba(184,146,80,.24),0 16px 28px rgba(0,0,0,.28);
  text-decoration:none;
}
.tlb-kv__reserve{
  position:absolute;
  z-index:3;
  right:30px;
  top:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:142px;
  min-height:46px;
  padding:8px 18px;
  border:2px solid var(--tlb-gold);
  color:#fff8dc;
  text-decoration:none;
  font-size:16px;
  font-weight:900;
  background:linear-gradient(#db2c7d,#a91456);
  box-shadow:0 10px 22px rgba(0,0,0,.24);
}
.tlb-kv__reserve:hover{
  color:#fff;
  background:linear-gradient(#ef3a8c,#bb165f);
}
.tlb-body .tlb-kv__logo{
  color:#fff7e6;
}
.tlb-body .tlb-kv__reserve{
  color:#fff8dc;
  text-shadow:0 2px 4px rgba(55,8,28,.45);
}
.tlb-body .tlb-kv__reserve:hover{
  color:#fff;
}
.tlb-kv__mark{
  position:absolute;
  top:16px;
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border:2px solid var(--tlb-gold-2);
  transform:rotate(45deg);
  color:#fff;
  font-weight:900;
  font-family:Georgia,serif;
}
.tlb-kv__mark::first-letter{transform:rotate(-45deg)}
.tlb-kv__logo strong{
  display:block;
  margin-top:20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:58px;
  font-weight:400;
  line-height:.88;
  text-shadow:0 3px 8px rgba(0,0,0,.34);
}
.tlb-kv__logo em{
  margin-top:8px;
  color:#f3dca7;
  font-size:14px;
  font-style:normal;
  font-weight:800;
}
.tlb-kv__copy{
  position:absolute;
  z-index:2;
  right:50px;
  bottom:34px;
  color:#fff;
  text-align:right;
  text-shadow:0 3px 8px rgba(0,0,0,.62);
}
.tlb-kv__copy p{
  margin:0 0 6px;
  font-size:34px;
  font-weight:800;
  color:#fff8f2;
}
.tlb-kv__copy b{
  display:inline-block;
  padding:5px 12px;
  border:1px solid rgba(255,231,170,.7);
  color:#f4d58f;
  font-size:13px;
  background:rgba(48,19,32,.58);
}

.tlb-hours{
  margin:10px 0 8px;
  text-align:center;
  color:#917047;
  font-size:16px;
}
.tlb-menu-grid{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:3px;
  margin:0 0 18px;
}
.tlb-menu-grid a{
  display:grid;
  place-items:center;
  min-height:78px;
  padding:7px 4px 6px;
  border:1px solid var(--tlb-gold);
  text-decoration:none;
  color:#4b382f;
  background:linear-gradient(#fffdf8,#f3e8d9);
}
.tlb-menu-grid span{
  display:grid;
  place-items:center;
  width:28px;
  height:24px;
  color:#bc9657;
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:900;
}
.tlb-menu-grid b{
  font-size:13px;
  line-height:1.2;
}
.tlb-menu-grid small{
  color:#9b7345;
  font-family:Georgia,serif;
  font-size:13px;
}

.tlb-content-layout{
  display:grid;
  grid-template-columns:minmax(0,746px) 240px;
  gap:14px;
  align-items:start;
}
.tlb-main-column{min-width:0}
.tlb-feature-board{
  position:relative;
  min-height:360px;
  overflow:hidden;
  border:3px solid #c2a26b;
  background:
    linear-gradient(135deg,rgba(184,12,65,.94),rgba(241,38,109,.86)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.1) 16px,transparent 17px,transparent 38px);
  box-shadow:0 10px 20px rgba(122,74,58,.2);
}
.tlb-feature-board__faces{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  grid-auto-rows:120px;
  opacity:.9;
}
.tlb-feature-board__faces img{
  width:100%;
  height:100%;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.42);
}
.tlb-feature-board__faces img:nth-child(1),
.tlb-feature-board__faces img:nth-child(5),
.tlb-feature-board__faces img:nth-child(8){grid-row:span 2}
.tlb-feature-board__copy{
  position:absolute;
  z-index:2;
  inset:auto 28px 28px auto;
  max-width:380px;
  padding:20px 22px;
  color:#fff;
  text-align:right;
  background:rgba(72,19,44,.82);
  border:1px solid rgba(255,220,146,.7);
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
.tlb-feature-board__copy p{
  margin:0 0 7px;
  color:#f8d894;
  font-size:12px;
  font-weight:900;
}
.tlb-feature-board__copy h1{
  margin:0 0 8px;
  font-size:31px;
  line-height:1.18;
}
.tlb-feature-board__copy span{
  font-size:13px;
  font-weight:800;
}

.tlb-thumb-rail{
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:2px;
  margin:4px 0 22px;
}
.tlb-thumb-rail img{
  width:100%;
  height:48px;
  object-fit:cover;
  border:1px solid #caa972;
}
.tlb-subject{
  margin:24px 0 12px;
  text-align:center;
}
.tlb-subject p{
  margin:0;
  color:#9e7d51;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.15;
}
.tlb-subject h2{
  margin:1px 0 0;
  color:#775e45;
  font-size:15px;
  font-weight:500;
  line-height:1.3;
}
.tlb-subject h1{
  margin:1px 0 0;
  color:#775e45;
  font-size:20px;
  font-weight:500;
  line-height:1.3;
}
.tlb-subject.is-left{
  margin:0 0 14px;
  text-align:left;
}
.tlb-subject.is-left p{font-size:28px}
.tlb-subject.is-left h1{
  display:flex;
  align-items:baseline;
  gap:10px;
  color:#241521;
  font-size:34px;
  font-weight:800;
}
.tlb-subject.is-left small{
  color:#d42472;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:16px;
}
.tlb-info-box{
  position:relative;
  padding:18px;
  border:4px double #b99b5e;
  background:#fff;
  box-shadow:inset 0 0 0 1px #ead7aa,0 8px 16px rgba(99,72,52,.08);
}
.tlb-info-box:before,
.tlb-info-box:after{
  content:"";
  position:absolute;
  width:72px;
  height:72px;
  border:2px solid #c7aa78;
  pointer-events:none;
}
.tlb-info-box:before{
  left:8px;
  top:8px;
  border-right:0;
  border-bottom:0;
}
.tlb-info-box:after{
  right:8px;
  bottom:8px;
  border-left:0;
  border-top:0;
}
.tlb-info-scroll{
  max-width:520px;
  height:330px;
  margin:0 auto;
  padding:22px 22px 28px;
  overflow:auto;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:14px;
  line-height:1.78;
}
.tlb-info-scroll p{
  margin:0 0 10px;
}
.tlb-info-manual{
  color:#45333f;
  font-size:14px;
  line-height:1.9;
  white-space:normal;
}
.tlb-info-metrics{
  display:grid;
  gap:6px;
  margin:10px 0 16px;
  color:#8d1f4c;
  font-weight:900;
}
.tlb-info-area{
  display:grid;
  gap:3px;
  margin:0 0 15px;
}
.tlb-info-area b{
  margin-bottom:4px;
  color:#21131f;
}
.tlb-info-area span{
  display:block;
  color:#45333f;
}
.tlb-news-list{
  border:4px double #b99b5e;
  background:#fff;
}
.tlb-news-list a{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:12px;
  min-height:44px;
  padding:10px 14px;
  border-bottom:1px solid #ead7aa;
  color:#45333f;
  text-decoration:none;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
}
.tlb-news-list a:last-child{border-bottom:0}
.tlb-news-list time{
  color:#a17b43;
  font-weight:900;
}
.tlb-news-list span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.tlb-side-banners h2{
  margin:0 0 8px;
  color:#8f714a;
  text-align:center;
  font-size:18px;
  font-weight:500;
}
.tlb-side-banners a{
  position:relative;
  display:block;
  min-height:58px;
  margin-bottom:8px;
  padding:9px 10px 9px 72px;
  overflow:hidden;
  border:1px solid #d4b985;
  color:#fff;
  text-decoration:none;
  text-shadow:0 2px 6px rgba(0,0,0,.36);
  box-shadow:0 5px 11px rgba(91,61,45,.12);
}
.tlb-side-banners a::before{
  content:"";
  position:absolute;
  left:10px;
  top:9px;
  width:44px;
  height:38px;
  border-radius:4px;
  background:#fff;
  box-shadow:inset 0 0 0 2px rgba(0,0,0,.1);
}
.tlb-side-banners a::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,rgba(255,255,255,.45),transparent 38%,rgba(255,255,255,.18));
  pointer-events:none;
}
.tlb-side-banners b,
.tlb-side-banners span{
  position:relative;
  z-index:1;
  display:block;
}
.tlb-side-banners b{font-size:15px}
.tlb-side-banners span{font-size:12px}
.tlb-side-banners .is-card{background:linear-gradient(135deg,#1e1e1e,#6e5750)}
.tlb-side-banners .is-pay{background:linear-gradient(135deg,#d0184c,#f8adb3)}
.tlb-side-banners .is-line{background:linear-gradient(135deg,#2dbb6d,#f6fff8);color:#1c7f43;text-shadow:none}
.tlb-side-banners .is-recruit{background:linear-gradient(135deg,#5d1532,#b6265b)}
.tlb-side-banners .is-opinion{background:linear-gradient(135deg,#efe0c7,#aa7d54);color:#56371f;text-shadow:none}
.tlb-side-banners .is-media{
  min-height:44px;
  padding:7px 10px;
  color:#d8176c;
  text-align:center;
  text-shadow:none;
  background:linear-gradient(#fff,#f9edf3);
  border-color:#89c8c8;
}
.tlb-side-banners .is-media::before{display:none}
.tlb-side-banners .is-media b{font-size:13px}
.tlb-side-banners .is-media span{font-size:10px;color:#9a6a7c}

.tlb-area-strip{
  display:flex;
  gap:6px;
  overflow:auto;
  margin:14px 0;
  padding:8px;
  border:2px solid var(--tlb-gold);
  background:#fffaf0;
}
.tlb-area-strip button{
  flex:0 0 auto;
  min-height:38px;
  padding:0 18px;
  border:1px solid #cf9d57;
  border-radius:4px;
  color:#6b4525;
  background:linear-gradient(#fff,#f3e3cb);
  font-weight:900;
  cursor:pointer;
}
.tlb-area-strip button.is-active{
  color:#fff;
  background:linear-gradient(#ef4b91,#be1657);
  border-color:#a70f49;
}

.tlb-section,
.tlb-today{
  margin:14px 0;
  padding:0;
}
.tlb-area-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:47px;
  margin:20px 0 14px;
  color:#fff;
  border-top:1px solid #8e744c;
  border-bottom:1px solid #8e744c;
  background:linear-gradient(#ae9568,#91764e);
  font-size:26px;
  line-height:1;
}
.tlb-area-title[hidden]{display:none!important}
.tlb-area-title span{
  color:#fff;
  font-size:24px;
}

.tlb-cast-grid,
.tlb-pickup-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.tlb-cast-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid #d8b7c7;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.tlb-cast-card[hidden]{display:none!important}
.tlb-cast-card__photo{
  position:relative;
  display:block;
  aspect-ratio:175/232;
  min-height:0;
  overflow:hidden;
  background:#f6dce9;
  text-decoration:none;
}
.tlb-cast-card__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.tlb-cast-card__status{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  margin-top:3px;
  padding:0 8px;
  border:0;
  border-radius:0;
  color:#fff;
  background:#e62478;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  box-shadow:none;
}
.tlb-cast-card__status.is-open{background:#1fb99a}
.tlb-cast-card__status.is-soon{background:#df9b25}
.tlb-cast-card__status.is-full{background:#59515a}
.tlb-cast-card__status.is-off{background:#8d828e}
.tlb-cast-card__body{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:8px 8px 9px;
  min-width:0;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.tlb-cast-card h3{
  display:flex;
  align-items:baseline;
  gap:6px;
  min-width:0;
  margin:0;
  color:#21131f;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:20px;
  font-weight:800;
  line-height:1.15;
}
.tlb-cast-card h3 a{
  min-width:0;
  overflow:hidden;
  text-decoration:none;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tlb-cast-card h3 small{
  flex:0 0 auto;
  color:#d42472;
  font-size:12px;
}
.tlb-size{
  margin:0;
  color:#503f4b;
  font-size:12px;
  font-weight:800;
}
.tlb-tags{
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  min-height:66px;
}
.tlb-tags span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:calc(50% - 2px);
  min-height:21px;
  padding:0 4px;
  border:1px solid #f7d7e4;
  border-radius:0;
  color:#9f1e55;
  background:#fff4f8;
  font-size:10px;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}
.tlb-room-hour{
  margin-top:auto;
  padding-top:4px;
  color:#4a3945;
  text-align:center;
  border-top:1px solid #f1dae5;
  font-size:12px;
}
.tlb-room-hour span,
.tlb-room-hour b{
  display:block;
}
.tlb-room-hour b{
  color:#8c1f4f;
  font-size:15px;
}

.tlb-reserve-panel{
  margin:14px 0 18px;
  padding:22px;
  border:3px solid var(--tlb-gold);
  color:#fff7e6;
  text-align:center;
  background:linear-gradient(135deg,#4b1630,#b41850);
}
.tlb-reserve-panel p{
  margin:0 0 4px;
  color:#f8d894;
  font-size:12px;
  font-weight:900;
}
.tlb-reserve-panel h2{
  margin:0 0 4px;
  font-size:25px;
}
.tlb-reserve-panel span{
  color:#fff;
  font-size:13px;
}

.tlb-fixed-cta{
  position:fixed;
  left:50%;
  bottom:0;
  z-index:1000;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:4px;
  width:min(1000px,100%);
  transform:translateX(-50%);
  padding:5px;
  background:rgba(80,32,43,.9);
  box-shadow:0 -8px 24px rgba(0,0,0,.2);
}
.tlb-fixed-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:2px solid #b89250;
  color:#fff8dc;
  text-decoration:none;
  font-size:24px;
  font-weight:900;
  background:linear-gradient(#c52859,#9b1c44);
}
.tlb-fixed-cta__line{background:linear-gradient(#2fc474,#168e4d)!important}
.tlb-fixed-cta__web{background:linear-gradient(#db2c7d,#a91456)!important}

.tlb-content,
.tlb-profile{
  width:min(1000px,100%);
  margin:0 auto;
  padding:24px 10px 90px;
}
.tlb-sub-header{
  position:relative;
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:86px;
  padding:13px 18px;
  color:#fff;
  border:1px solid #b89250;
  background:
    linear-gradient(90deg,rgba(49,22,31,.88),rgba(104,39,52,.78)),
    linear-gradient(135deg,#4a1631,#7a2140);
  box-shadow:0 8px 18px rgba(75,39,35,.18);
}
.tlb-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
}
.tlb-logo span{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border:2px solid #ead8ad;
  border-radius:50%;
  background:#5f4b40;
  font-weight:900;
  font-family:Georgia,serif;
}
.tlb-logo strong{display:block;font-family:Georgia,serif;font-size:26px;font-weight:400;line-height:1.05}
.tlb-logo small{display:block;color:#f2dca9;font-size:12px}
.tlb-sub-header__reserve{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:128px;
  min-height:42px;
  border:2px solid #b89250;
  color:#fff8dc;
  text-decoration:none;
  font-weight:900;
  background:linear-gradient(#db2c7d,#a91456);
}
.tlb-page-card,
.tlb-profile-hero,
.tlb-profile-jewel,
.tlb-profile-week,
.tlb-profile-text{
  border:1px solid #d7bd8e;
  background:#fff;
  box-shadow:0 5px 14px rgba(102,74,54,.1);
}
.tlb-page-card{padding:20px}
.tlb-page-card--reserve{
  padding:14px!important;
  background:#fffdf8;
}
.tlb-page-card--reserve .tlb-subject{
  margin:18px 0 14px;
}
.tlb-page-card--reserve .tlb-subject p{
  font-size:30px;
}
.tlb-page-card--reserve .tlb-page-body{
  padding:18px!important;
  border:4px double #b99b5e;
  background:#fff;
  white-space:normal;
}
.tlb-page-body{
  padding:22px;
  border:4px double #b99b5e;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  white-space:pre-line;
}

.tlb-body .tlr-reserve{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  color:#31211f!important;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important;
}
.tlb-body .tlr-reserve__head{
  margin:0 0 16px!important;
  padding:26px 18px 24px!important;
  border:1px solid #c7aa78!important;
  background:linear-gradient(#fffdf8,#fff)!important;
  text-align:center!important;
}
.tlb-body .tlr-reserve__head span,
.tlb-body .tlr-step__num{
  color:#b89250!important;
  font-family:Georgia,"Times New Roman",serif!important;
  letter-spacing:.16em!important;
}
.tlb-body .tlr-reserve__head h1{
  margin:4px 0 10px!important;
  color:#9e7d51!important;
  font-family:Georgia,"Times New Roman","Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:clamp(36px,6vw,58px)!important;
  font-weight:400!important;
  letter-spacing:.02em!important;
  line-height:1.05!important;
  text-shadow:none!important;
}
.tlb-body .tlr-reserve__head p{
  max-width:620px;
  margin:0 auto!important;
  color:#6b8588!important;
  font-size:14px!important;
  font-weight:800!important;
}
.tlb-body .tlr-reserve-progress{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:7px!important;
  margin:0 0 16px!important;
}
.tlb-body .tlr-reserve-progress span{
  min-height:42px!important;
  padding:7px 6px!important;
  border:1px solid #d8c092!important;
  border-radius:4px!important;
  background:linear-gradient(#fff,#f4ead9)!important;
  color:#8a6b3e!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.tlb-body .tlr-reserve-progress span em{
  color:#c09855!important;
  font-size:10px!important;
}
.tlb-body .tlr-reserve-progress .is-current{
  border-color:#b5184f!important;
  background:linear-gradient(#df2e77,#b5184f)!important;
  color:#fff!important;
}
.tlb-body .tlr-reserve-progress .is-current em{
  color:#ffe4ef!important;
}
.tlb-body .tlr-reserve-progress .is-done{
  border-color:#b89250!important;
  background:#fffaf0!important;
  color:#b5184f!important;
}
.tlb-body .tlr-step{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  width:100%!important;
  margin:14px 0 0!important;
  padding:18px!important;
  overflow:visible!important;
  border:1px solid #c7aa78!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(102,74,54,.08)!important;
}
.tlb-body .tlr-step__num{
  justify-self:center!important;
  font-size:13px!important;
}
.tlb-body .tlr-step__body{
  width:100%!important;
  min-width:0!important;
}
.tlb-body .tlr-step__body h2{
  margin:0 0 18px!important;
  color:#6fa9ad!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:32px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  text-align:center!important;
  text-shadow:none!important;
}
.tlb-body .tlr-free-booking{
  width:min(360px,100%)!important;
  min-height:46px!important;
  margin:0 auto 18px!important;
  border-radius:4px!important;
  background:linear-gradient(#ff454b,#d51f33)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:900!important;
  box-shadow:0 14px 26px rgba(213,31,51,.22)!important;
}
.tlb-body .tlr-therapist-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
.tlb-body .tlr-therapist-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  overflow:hidden!important;
  border:1px solid #d8b7c7!important;
  border-radius:0!important;
  background:#fff!important;
  color:#21131f!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transform:none!important;
}
.tlb-body .tlr-therapist-card:hover{
  border-color:#b5184f!important;
  box-shadow:0 8px 18px rgba(135,70,94,.12)!important;
}
.tlb-body .tlr-therapist-card:after{
  display:none!important;
}
.tlb-body .tlr-therapist-card__photo{
  display:block!important;
  aspect-ratio:3/4!important;
  width:100%!important;
  min-height:0!important;
  background:#f6dce9!important;
}
.tlb-body .tlr-therapist-card__photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
.tlb-body .tlr-therapist-card__data{
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  min-width:0!important;
  padding:8px!important;
  text-align:left!important;
}
.tlb-body .tlr-therapist-card__rank{
  position:absolute!important;
  top:8px!important;
  left:8px!important;
  z-index:2!important;
  min-width:0!important;
  max-width:calc(100% - 16px)!important;
  padding:4px 8px!important;
  border:0!important;
  border-radius:4px!important;
  background:#341238!important;
  color:#fff!important;
  font-size:9px!important;
  line-height:1!important;
  letter-spacing:.04em!important;
}
.tlb-body .tlr-therapist-card__data strong{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  min-width:0!important;
  color:#21131f!important;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif!important;
  font-size:19px!important;
  font-weight:800!important;
  line-height:1.18!important;
  white-space:nowrap!important;
}
.tlb-body .tlr-therapist-card__data strong small{
  color:#d42472!important;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif!important;
  font-size:11px!important;
  white-space:nowrap!important;
}
.tlb-body .tlr-therapist-card__time{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:0 6px!important;
  border-radius:0!important;
  background:#fffaf0!important;
  color:#8a5a08!important;
  font-size:11px!important;
  font-weight:900!important;
}
.tlb-body .tlr-therapist-card__time:before{
  display:none!important;
}
.tlb-body .tlr-therapist-card__time--off{
  color:#8d828e!important;
  background:#f7f1f4!important;
}
.tlb-body .tlr-therapist-card__catch{
  display:block!important;
  min-height:39px!important;
  padding:6px 0 0!important;
  border-top:1px solid #f1dae5!important;
  color:#9f1e55!important;
  font-size:10px!important;
  line-height:1.5!important;
  word-break:keep-all!important;
}
.tlb-body .tlr-therapist-card__select{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  margin-top:auto!important;
  border-radius:0!important;
  background:linear-gradient(#e62478,#b5184f)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:900!important;
  box-shadow:none!important;
}
.tlb-body .tlr-choice,
.tlb-body .tlr-selected-line,
.tlb-body .tlr-calendar-head,
.tlb-body .tlr-reserve-summary{
  border-color:#d8c092!important;
  background:#fffdf8!important;
}
.tlb-body .tlr-choice b,
.tlb-body .tlr-submit{
  background:linear-gradient(#e62478,#b5184f)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.tlb-profile-jewel{
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:18px;
  padding:16px;
}
.tlb-profile-gallery-panel{min-width:0}
.tlb-profile-main-photo{
  overflow:hidden;
  border:2px solid #d7bd8e;
  background:#fff5fa;
  box-shadow:inset 0 0 0 4px #fff;
}
.tlb-profile-main-photo img{
  display:block;
  width:100%;
  height:438px;
  object-fit:cover;
}
.tlb-profile-thumbs{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:4px;
  margin-top:7px;
}
.tlb-profile-thumbs img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border:1px solid #e7c2d1;
  background:#fff4f8;
}
.tlb-profile-summary{
  min-width:0;
  padding:2px 0 0;
}
.tlb-profile-kicker{
  color:#a47a3c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  line-height:1;
}
.tlb-profile-summary h1{
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin:4px 0 10px;
  padding-bottom:10px;
  border-bottom:1px solid #ead8ad;
  color:#2d101c;
  font-size:40px;
  font-weight:500;
  line-height:1.12;
}
.tlb-profile-summary h1 small{
  color:#d42472;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
}
.tlb-profile-badges{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:0 0 12px;
}
.tlb-profile-badges span,
.tlb-profile-badges a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 10px;
  border:1px solid #9d8961;
  border-radius:5px;
  color:#9d8961;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:12px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
}
.tlb-profile-badges .is-rank{
  border-color:#4a1631;
  color:#f2dca9;
  background:#4a1631;
}
.tlb-profile-size-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin:0 0 12px;
  border:1px solid #ead8ad;
  background:#fffdf8;
}
.tlb-profile-size-list div{
  display:grid;
  gap:3px;
  padding:10px 6px;
  border-right:1px solid #ead8ad;
  text-align:center;
}
.tlb-profile-size-list div:last-child{border-right:0}
.tlb-profile-size-list dt{
  color:#a47a3c;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:11px;
  font-weight:900;
}
.tlb-profile-size-list dd{
  margin:0;
  color:#2d101c;
  font-size:16px;
  font-weight:900;
  line-height:1.1;
}
.tlb-profile-labels{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  margin:0 0 13px;
  padding:0;
  list-style:none;
}
.tlb-profile-labels li{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:31px;
  padding:5px 10px;
  border:1px solid #9d8961;
  border-radius:5px;
  color:#9d8961;
  background:#fff;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  text-align:center;
}
.tlb-profile-status-card{
  display:grid;
  gap:4px;
  margin-top:10px;
  padding:13px 14px;
  border:1px solid #e7b4cb;
  background:#fff8fb;
}
.tlb-profile-status-card b{
  color:#e62478;
  font-size:22px;
  line-height:1.15;
}
.tlb-profile-status-card span{
  color:#5f4b40;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:12px;
  font-weight:800;
}
.tlb-profile-status-card em{
  display:block;
  color:#8a5a08;
  font-style:normal;
  font-weight:900;
}
.tlb-profile-status-card.is-full b,
.tlb-profile-status-card.is-off b{color:#7b6871}
.tlb-profile-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:14px;
}
.tlb-profile-actions a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  color:#fff;
  text-decoration:none;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-weight:900;
  background:linear-gradient(#2fc474,#168e4d);
}
.tlb-profile-actions a:last-child{background:linear-gradient(#db2c7d,#a91456)}
.tlb-profile-week{
  margin-top:16px;
  padding:18px;
}
.tlb-profile-section-title{
  margin:0 0 14px;
  text-align:center;
}
.tlb-profile-section-title p{
  margin:0;
  color:#a47a3c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1;
}
.tlb-profile-section-title h2{
  margin:2px 0 0;
  color:#3d2325;
  font-size:18px;
  font-weight:500;
}
.tlb-profile-week-list{
  border:4px double #c6a56c;
  background:#fffdf8;
}
.tlb-profile-week-row{
  display:grid;
  grid-template-columns:82px minmax(0,1fr) 112px 102px;
  gap:10px;
  align-items:center;
  min-height:58px;
  padding:8px 10px;
  border-bottom:1px solid #ead8ad;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.tlb-profile-week-row:last-child{border-bottom:0}
.tlb-profile-week-date{
  display:flex;
  align-items:center;
  gap:5px;
  color:#2d101c;
  font-weight:900;
}
.tlb-profile-week-date b{font-size:16px}
.tlb-profile-week-date span{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:#fff;
  background:#b5184f;
  font-size:12px;
}
.tlb-profile-week-main{
  display:grid;
  gap:2px;
  min-width:0;
}
.tlb-profile-week-main strong{
  color:#2d101c;
  font-size:16px;
  line-height:1.1;
}
.tlb-profile-week-main span{
  overflow:hidden;
  color:#9d8961;
  font-size:12px;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tlb-profile-week-state{
  color:#d42472;
  font-size:12px;
  font-weight:900;
  text-align:center;
}
.tlb-profile-week-reserve{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:5px 8px;
  border:1px solid #c91464;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  background:linear-gradient(#e62478,#b5184f);
}
.tlb-profile-week-reserve.is-disabled{
  border-color:#e6d7c2;
  color:#9b8b78;
  background:#f8f0e6;
}
.tlb-profile-week-row.is-off{
  color:#8d828e;
  background:#faf7f4;
}
.tlb-profile-week-row.is-off .tlb-profile-week-date span,
.tlb-profile-week-row.is-full .tlb-profile-week-date span{background:#7b6871}
.tlb-profile-text{
  margin-top:16px;
  padding:22px;
}
.tlb-profile-text > p{
  margin:0 0 16px;
  color:#2d101c;
  font-size:14px;
  line-height:2;
}
.tlb-profile-text h3{
  margin:20px 0 8px;
  color:#a47a3c;
  font-size:17px;
}
.tlb-empty{
  padding:20px;
  border:1px dashed #d7bd8e;
  color:#7a6247;
  background:#fffaf0;
  font-weight:800;
}

@media(max-width:900px){
  .tlb-site{padding-inline:8px}
  .tlb-kv{height:250px}
  .tlb-kv__logo{left:34px;top:26px;width:180px;height:180px}
  .tlb-kv__logo strong{font-size:44px}
  .tlb-kv__reserve{right:18px;top:18px;min-width:124px;min-height:42px;font-size:14px}
  .tlb-kv__copy{right:24px;bottom:24px}
  .tlb-kv__copy p{font-size:26px}
  .tlb-menu-grid{grid-template-columns:repeat(4,1fr)}
  .tlb-content-layout{grid-template-columns:1fr}
  .tlb-side-banners{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
  .tlb-side-banners h2{grid-column:1/-1}
  .tlb-side-banners a{margin:0}
  .tlb-cast-grid,.tlb-pickup-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:640px){
  body.tlb-body{padding-bottom:78px}
  .tlb-site{padding-inline:6px}
  .tlb-menu-float{top:8px;right:8px;width:38px;height:38px}
  .tlb-kv{height:214px}
  .tlb-kv__photos{grid-template-columns:repeat(5,1fr)}
  .tlb-kv__photos img:nth-child(n+6){display:none}
  .tlb-kv__logo{left:14px;top:20px;width:146px;height:146px;border-width:3px}
  .tlb-kv__reserve{right:10px;top:12px;min-width:96px;min-height:36px;padding:5px 8px;font-size:12px}
  .tlb-kv__mark{top:10px;width:40px;height:40px;font-size:12px}
  .tlb-kv__logo strong{font-size:34px}
  .tlb-kv__logo em{font-size:10px}
  .tlb-kv__copy{right:10px;bottom:18px;max-width:190px}
  .tlb-kv__copy p{font-size:20px}
  .tlb-hours{font-size:13px}
  .tlb-menu-grid{grid-template-columns:repeat(4,1fr);gap:2px}
  .tlb-menu-grid a{min-height:62px;padding:5px 2px}
  .tlb-menu-grid span{width:22px;height:18px;font-size:14px}
  .tlb-menu-grid b{font-size:11px}
  .tlb-menu-grid small{font-size:10px}
  .tlb-feature-board{min-height:260px}
  .tlb-feature-board__faces{grid-template-columns:repeat(3,1fr);grid-auto-rows:90px}
  .tlb-feature-board__copy{
    left:12px;
    right:12px;
    bottom:12px;
    max-width:none;
    padding:13px;
    text-align:center;
  }
  .tlb-feature-board__copy h1{font-size:22px}
  .tlb-side-banners{grid-template-columns:1fr}
  .tlb-area-strip{position:sticky;top:0;z-index:20;margin:10px 0;padding:6px}
  .tlb-area-strip button{min-height:34px;padding:0 13px}
  .tlb-info-scroll{height:260px;padding:18px 14px;font-size:13px}
  .tlb-subject p{font-size:25px}
  .tlb-subject h1,.tlb-subject h2{font-size:14px}
  .tlb-news-list a{grid-template-columns:92px minmax(0,1fr);font-size:12px}
  .tlb-cast-grid,.tlb-pickup-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .tlb-cast-card__body{gap:5px;padding:7px}
  .tlb-cast-card h3{font-size:16px}
  .tlb-cast-card h3 small{font-size:10px}
  .tlb-size{font-size:10px}
  .tlb-tags{gap:3px;min-height:39px}
  .tlb-tags span{min-height:18px;padding:0 5px;font-size:9px}
  .tlb-room-hour{font-size:10px}
  .tlb-room-hour b{font-size:13px}
  .tlb-fixed-cta{grid-template-columns:1fr 1fr 1fr;padding:4px}
  .tlb-fixed-cta a{min-height:42px;font-size:15px}
  .tlb-profile-jewel{grid-template-columns:1fr;padding:10px}
  .tlb-profile-main-photo img{height:auto;max-height:560px}
  .tlb-profile-summary h1{font-size:32px}
  .tlb-profile-size-list{grid-template-columns:repeat(2,1fr)}
  .tlb-profile-size-list div:nth-child(2){border-right:0}
  .tlb-profile-size-list div:nth-child(-n+2){border-bottom:1px solid #ead8ad}
  .tlb-profile-labels{grid-template-columns:1fr 1fr}
  .tlb-profile-actions{grid-template-columns:1fr}
  .tlb-profile-week{padding:10px}
  .tlb-profile-week-row{
    grid-template-columns:64px minmax(0,1fr);
    gap:7px;
    align-items:start;
  }
  .tlb-profile-week-state{
    grid-column:2;
    text-align:left;
  }
  .tlb-profile-week-reserve{
    grid-column:2;
    width:100%;
  }
  .tlb-profile-text{padding:14px}
}

@media(max-width:380px){
  .tlb-cast-card h3{font-size:15px}
  .tlb-cast-grid,.tlb-pickup-grid{gap:5px}
}
