/*
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.3.18
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{
  display:none!important;
  position:fixed;
  top:12px;
  right:18px;
  z-index:1000;
  display:none;
  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.is-single-image .tlb-kv__photos{
  display:block;
  opacity:.9;
}
.tlb-kv.is-single-image .tlb-kv__photos img{
  display:none;
  transform:none;
}
.tlb-kv.is-single-image .tlb-kv__photos img:first-child{
  display:block;
}
.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:56px;
  top:62px;
  display:block;
  width:auto;
  height:auto;
  min-width:250px;
  padding:16px 24px 14px;
  border-left:1px solid rgba(232,201,139,.7);
  color:#fff7e6;
  text-align:left;
  background:linear-gradient(90deg,rgba(22,11,12,.42),rgba(22,11,12,0));
  box-shadow:none;
  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:flex;
  align-items:baseline;
  gap:15px;
  margin:0;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
  font-size:45px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:.18em;
  text-shadow:0 3px 8px rgba(0,0,0,.34);
}
.tlb-kv__logo strong span{
  padding-right:15px;
  border-right:1px solid rgba(232,201,139,.62);
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  font-weight:400;
  letter-spacing:.28em;
}
.tlb-kv__logo em{
  display:block;
  width:100%;
  margin-top:11px;
  padding-top:8px;
  border-top:1px solid rgba(232,201,139,.32);
  color:#f3dca7;
  font-family:Georgia,"Times New Roman",serif;
  font-size:9px;
  font-style:normal;
  font-weight:500;
  letter-spacing:.55em;
}
.tlb-kv__copy{
  position:absolute;
  z-index:2;
  right:50px;
  bottom:34px;
  color:#fff;
  text-align:left;
  text-shadow:0 3px 8px rgba(0,0,0,.62);
}
.tlb-kv__copy p{
  margin:0 0 10px;
  color:#e8c988;
  font-size:12px;
  font-weight:500;
  letter-spacing:.18em;
}
.tlb-kv__copy b{
  display:inline-block;
  padding:0 0 8px;
  border:0;
  border-bottom:1px solid rgba(255,231,170,.68);
  color:#fff8ef;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:25px;
  font-weight:400;
  letter-spacing:.08em;
  background:none;
}

.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.is-single-image .tlb-feature-board__faces{
  display:block;
  opacity:.95;
}
.tlb-feature-board.is-single-image .tlb-feature-board__faces img{
  display:none;
  width:100%;
  height:100%;
  object-fit:cover;
  border:0;
}
.tlb-feature-board.is-single-image .tlb-feature-board__faces img:first-child{
  display:block;
}
.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-news-list span b{
  font-weight:500;
}
.tlb-news-list span em{
  display:none;
}
.tlb-news-list--page a{
  grid-template-columns:118px minmax(0,1fr);
  align-items:start;
  min-height:66px;
  padding:14px 16px;
}
.tlb-news-list--page span{
  display:grid;
  gap:5px;
  white-space:normal;
}
.tlb-news-list--page span b{
  color:#2d101c;
  font-size:15px;
  font-weight:700;
}
.tlb-news-list--page span em{
  display:block;
  color:#7b6871;
  font-size:12px;
  font-style:normal;
  line-height:1.7;
}
.tlb-page-card--news .tlb-page-body{
  white-space:normal;
}

.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 14px;
  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{
  display:none;
}
.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{
  min-height:86px;
  padding:17px 14px 12px;
  background:linear-gradient(90deg,rgba(16,10,8,.35),rgba(16,10,8,.8)),var(--tlb-banner-image,none) center/cover no-repeat;
  border-color:#b89556;
  text-shadow:0 1px 5px #000;
}
.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-mutual-banner{
  margin-bottom:8px;
}
.tlb-mutual-banner a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid #89c8c8;
  color:#d8176c;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  background:#fff;
  box-shadow:0 5px 11px rgba(91,61,45,.08);
}
.tlb-mutual-banner a::before,
.tlb-mutual-banner a::after{display:none}
.tlb-mutual-banner img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}
.tlb-mutual-banner a:not(:has(img)){
  min-height:48px;
  padding:9px 10px;
  background:linear-gradient(#fff,#f9edf3);
  font-size:13px;
  font-weight:700;
}

.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-sns-section{
  margin:26px 0;
  padding-bottom:8px;
}
.tlb-sns-section .tlb-subject{
  margin-bottom:14px;
  padding-bottom:12px;
  border-bottom:1px solid #9d8961;
}
.tlb-sns-embed{
  width:min(100%,620px);
  margin:0 auto;
  padding:12px;
  border:1px solid #ead8ad;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 18px rgba(91,61,45,.08);
}
.tlb-sns-embed iframe,
.tlb-sns-embed blockquote,
.tlb-sns-embed .twitter-timeline,
.tlb-sns-embed .twitter-tweet,
.tlb-sns-embed .bluesky-embed{
  max-width:100%!important;
  margin:0 auto!important;
}
.tlb-sns-embed iframe{
  display:block!important;
}
.tlb-sns-embed .twitter-timeline{
  min-height:360px;
}
.tlb-sns-embed .bluesky-embed{
  width:100%;
}
.tlb-sns-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:12px 16px;
  border:1px solid #f0c6d7;
  color:#c21867;
  text-decoration:none;
  font-weight:800;
  background:#fff7fb;
}
.tlb-sns-fallback--x{
  color:#111;
  border-color:#d9d9d9;
  background:#fff;
}
.tlb-sns-fallback--bluesky{
  color:#0969b8;
  border-color:#b6dcff;
  background:#f4faff;
}
.tlb-front-concept{
  margin:30px 0 34px;
  padding:0 0 4px;
}
.tlb-front-concept > .tlb-subject{
  margin-bottom:18px;
  padding-bottom:12px;
  border-bottom:1px solid #9d8961;
}
.tlb-front-concept__lead{
  width:min(100%,620px);
  margin:0 auto 26px;
  color:#5d514a;
  font-size:14px;
  line-height:2;
  text-align:center;
}
.tlb-front-concept__list{
  display:grid;
  gap:42px;
}
.tlb-concept-story{
  width:min(100%,720px);
  margin:0 auto;
}
.tlb-concept-story .tlb-subject{
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:1px solid #b99b5e;
}
.tlb-concept-story__image{
  width:min(100%,620px);
  margin:0 auto;
  background:#fff;
  box-shadow:0 14px 26px rgba(80,56,41,.22);
}
.tlb-concept-story__image img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.tlb-concept-story__body{
  width:min(100%,560px);
  margin:24px auto 0;
  color:#4d403d;
  text-align:left;
}
.tlb-concept-story__body h3{
  margin:0 0 16px;
  color:#9e7d51;
  font-family:"Hiragino Mincho ProN","Yu Mincho",Georgia,serif;
  font-size:27px;
  font-weight:400;
  line-height:1.4;
  text-align:center;
}
.tlb-concept-story__body p{
  margin:0;
  font-size:15px;
  line-height:2.1;
  letter-spacing:.03em;
}
.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-grid--archive{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid #9d8961;
}
.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__attend{
  position:absolute;
  top:8px;
  right:-31px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:102px;
  min-height:25px;
  transform:rotate(45deg);
  color:#fff;
  background:linear-gradient(#e61535,#b40022);
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.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-cast-card__catch{
  min-width:0;
  min-height:17px;
  margin:2px 0 1px;
  overflow:hidden;
  color:#967665;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:10px;
  font-weight:400;
  line-height:17px;
  letter-spacing:.055em;
  white-space:nowrap;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.tlb-cast-card__catch-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:tlb-catch-flow 14s linear infinite;
}
.tlb-cast-card__catch-track > span{
  flex:none;
  padding-right:42px;
}
.tlb-cast-card__catch:hover .tlb-cast-card__catch-track{
  animation-play-state:paused;
}
@keyframes tlb-catch-flow{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media (prefers-reduced-motion:reduce){
  .tlb-cast-card__catch-track{animation:none}
  .tlb-cast-card__catch-track > span[aria-hidden="true"]{display:none}
}
.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);
}
#recruit.tlb-reserve-panel{
  position:relative;
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  background:linear-gradient(90deg,rgba(18,10,8,.35),rgba(18,10,8,.78)),var(--tlb-recruit-image,none) center/cover no-repeat;
  border-color:#b89556;
  text-shadow:0 2px 8px rgba(0,0,0,.9);
  text-decoration:none;
}
#recruit.tlb-reserve-panel:hover{filter:brightness(1.08)}
#recruit.tlb-reserve-panel h2,
#recruit.tlb-reserve-panel span{color:#fff!important}
.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:repeat(auto-fit,minmax(0,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-page-card--system .tlb-page-body{
  padding:18px;
  background:
    linear-gradient(135deg,rgba(255,246,251,.72),rgba(255,255,255,.96)),
    #fff;
  white-space:normal;
}
.tlb-page-card--schedule{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.tlb-page-card--schedule .tlb-subject{
  margin:0 0 22px;
  padding-bottom:13px;
  border-bottom:1px solid #9d8961;
}
.tlb-page-card--schedule .tlb-page-body{
  padding:0;
  border:0;
  background:transparent;
  white-space:normal;
}
.tlb-schedule-page{
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
.tlb-schedule-date-wrap{
  display:grid;
  grid-template-columns:32px minmax(0,1fr) 32px;
  gap:7px;
  align-items:center;
  margin:0 0 26px;
}
.tlb-schedule-week-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:66px;
  color:#b0184b;
  text-decoration:none;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1;
}
.tlb-schedule-date-tabs{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  scrollbar-width:none;
}
.tlb-schedule-date-tabs::-webkit-scrollbar{
  display:none;
}
.tlb-schedule-date-tabs a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:66px;
  border:1px solid #c91956;
  border-right:0;
  color:#b0184b;
  text-align:center;
  text-decoration:none;
  background:rgba(255,255,255,.88);
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:18px;
  line-height:1.45;
}
.tlb-schedule-date-tabs a:last-child{border-right:1px solid #c91956}
.tlb-schedule-date-tabs a.is-active{
  color:#fff;
  background:#b1184a;
}
.tlb-schedule-area-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin:0 0 22px;
}
.tlb-schedule-area-tabs a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:86px;
  min-height:54px;
  padding:0 18px;
  color:#fff;
  text-decoration:none;
  background:#a91843;
  font-size:17px;
  font-weight:800;
  box-shadow:0 6px 12px rgba(117,20,58,.08);
}
.tlb-schedule-area{
  scroll-margin-top:18px;
  margin:0 0 28px;
}
.tlb-schedule-area h2{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  margin:0 0 28px;
  color:#fff;
  background:#a99467;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:28px;
  font-weight:400;
  line-height:1;
}
.tlb-schedule-area h2 span{
  font-size:29px;
  line-height:1;
}
.tlb-schedule-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.tlb-schedule-coming{
  margin:10px 0 34px;
  color:#3d3033;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  letter-spacing:.08em;
}
.tlb-schedule-card{
  min-width:0;
  overflow:hidden;
  border:1px solid #b8995d;
  background:#fffdfa;
  box-shadow:0 5px 12px rgba(102,74,54,.1);
}
.tlb-schedule-card__photo{
  position:relative;
  display:block;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f6dce9;
  text-decoration:none;
}
.tlb-schedule-card__photo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.tlb-schedule-card__rank{
  position:absolute;
  left:8px;
  top:8px;
  max-width:calc(100% - 16px);
  padding:4px 8px;
  color:#fff;
  background:rgba(55,17,34,.92);
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.03em;
}
.tlb-schedule-card__profile{
  padding:8px 6px 7px;
  text-align:center;
  background:#fffdfa;
}
.tlb-schedule-card__profile h3{
  margin:0 0 3px;
  color:#2d101c;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:20px;
  font-weight:400;
  line-height:1.25;
}
.tlb-schedule-card__profile h3 a{
  color:inherit;
  text-decoration:none;
}
.tlb-schedule-card__profile p{
  margin:0 0 7px;
  color:#251b20;
  font-size:12px;
  font-weight:700;
}
.tlb-schedule-card__tags{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
}
.tlb-schedule-card__tags span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 4px;
  border:2px solid #98702a;
  border-radius:4px;
  color:#8d620f;
  background:#fffdf8;
  font-size:11px;
  font-weight:900;
  line-height:1.1;
  text-align:center;
}
.tlb-schedule-card__shift{
  padding:8px 7px 7px;
  color:#fff;
  text-align:center;
  background:#5a4744;
}
.tlb-schedule-card__shift span,
.tlb-schedule-card__shift b{
  display:block;
}
.tlb-schedule-card__shift span{
  margin-bottom:2px;
  font-size:13px;
  font-weight:700;
}
.tlb-schedule-card__shift b{
  font-size:16px;
  line-height:1.2;
}
.tlb-schedule-card__status{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:36px;
  padding:0 8px;
  color:#fff;
  text-decoration:none;
  background:#ba1748;
  font-size:15px;
  font-weight:900;
}
.tlb-schedule-card__status em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  min-height:18px;
  padding:0 3px;
  color:#fff;
  background:#65b6c5;
  border-radius:2px;
  font-size:11px;
  font-style:normal;
}
.tlb-schedule-card__status.is-full{background:#5f4f54}
.tlb-schedule-card__status.is-off{background:#8c7f84}
.tlb-schedule-card__status.is-open{background:#b1184a}
.tlb-price-system{
  display:grid;
  gap:22px;
}
.tlb-price-section{
  position:relative;
  padding:24px 20px 22px;
  border:1px solid #d6b171;
  background:
    linear-gradient(#fff,#fffaf5),
    #fff;
  box-shadow:inset 0 0 0 3px #fff,0 10px 22px rgba(144,99,53,.08);
}
.tlb-price-section:before,
.tlb-price-section:after{
  content:"";
  position:absolute;
  width:74px;
  height:1px;
  background:#d6b171;
}
.tlb-price-section:before{top:10px;left:10px}
.tlb-price-section:after{right:10px;bottom:10px}
.tlb-price-heading{
  margin:0 0 20px;
  text-align:center;
  color:#2d101c;
}
.tlb-price-heading p{
  margin:0;
  color:#a47a3c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1;
}
.tlb-price-heading h2{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:3px 0 0;
  color:#3a1722;
  font-size:17px;
  font-weight:600;
  letter-spacing:.08em;
}
.tlb-price-heading h2:before,
.tlb-price-heading h2:after{
  content:"◇";
  color:#c59a55;
  font-size:12px;
}
.tlb-course-list{
  display:grid;
  gap:0;
  border-top:1px solid #d8bd84;
  border-bottom:1px solid #d8bd84;
  background:linear-gradient(90deg,rgba(255,250,240,.78),rgba(255,255,255,.96));
}
.tlb-course-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  min-height:66px;
  padding:13px 22px;
  border-bottom:1px solid #ead8ad;
  background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,246,251,.72));
  text-align:left;
}
.tlb-course-card:last-child{border-bottom:0}
.tlb-course-card.is-recommend{
  background:linear-gradient(90deg,#fff,rgba(255,244,248,.94));
}
.tlb-course-card__main{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:10px 14px;
  min-width:0;
}
.tlb-course-card__badge{
  display:inline-grid;
  place-items:center;
  min-width:46px;
  min-height:22px;
  padding:0 8px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(#d82270,#a51348);
  font-size:12px;
  font-weight:900;
  line-height:1;
  box-shadow:0 3px 8px rgba(181,24,79,.16);
}
.tlb-course-card__name{
  margin:0;
  color:#5b2435;
  font-size:17px;
  font-weight:900;
  letter-spacing:.02em;
}
.tlb-course-card__main.is-time-integrated .tlb-course-card__name{
  font-size:21px;
  letter-spacing:.04em;
}

/* Shared site footer */
.tlb-site-footer{
  position:relative;
  z-index:2;
  margin-top:72px;
  padding:54px 24px 82px;
  color:#f8eee4;
  background:
    linear-gradient(135deg,rgba(107,18,45,.94),rgba(42,16,24,.98)),
    radial-gradient(circle at 18% 0%,rgba(211,163,85,.22),transparent 38%);
  border-top:1px solid #c99b54;
  box-shadow:0 -14px 36px rgba(48,19,26,.12);
}
.tlb-site-footer__inner{
  display:grid;
  grid-template-columns:minmax(220px,1.25fr) minmax(280px,1.5fr) minmax(210px,.9fr);
  gap:38px;
  max-width:1040px;
  margin:0 auto;
}
.tlb-site-footer__brand{padding-right:30px;border-right:1px solid rgba(222,184,124,.3)}
.tlb-site-footer__eyebrow{margin:0 0 10px;color:#dfb86f;font:11px/1.4 Georgia,serif;letter-spacing:.22em}
.tlb-site-footer__logo{display:inline-block;color:#fff;text-decoration:none;font:30px/1.35 "Yu Mincho","Hiragino Mincho ProN",serif;letter-spacing:.12em}
.tlb-site-footer__tagline{margin:12px 0 0;color:#e8d7c6;font-size:13px;letter-spacing:.08em}
.tlb-site-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:0 24px;align-content:start}
.tlb-site-footer__nav a{padding:9px 4px;color:#f7eee6;text-decoration:none;border-bottom:1px solid rgba(222,184,124,.2);font-size:13px;letter-spacing:.08em}
.tlb-site-footer__nav a:hover{color:#efc77c;border-color:#efc77c}
.tlb-site-footer__info{color:#ead9ca;font-size:13px;line-height:1.9}
.tlb-site-footer__info p{margin:0 0 5px}
.tlb-site-footer__contact{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.tlb-site-footer__contact a{padding:8px 12px;color:#fff;text-decoration:none;border:1px solid rgba(222,184,124,.7);font-size:12px;letter-spacing:.05em}
.tlb-site-footer__bottom{max-width:1040px;margin:34px auto 0;padding-top:18px;text-align:center;border-top:1px solid rgba(222,184,124,.22);color:#bda898;letter-spacing:.08em}
@media (max-width:760px){
  .tlb-site-footer{margin-top:48px;padding:42px 20px 78px}
  .tlb-site-footer__inner{grid-template-columns:1fr;gap:28px}
  .tlb-site-footer__brand{padding:0 0 24px;border-right:0;border-bottom:1px solid rgba(222,184,124,.3)}
  .tlb-site-footer__logo{font-size:25px}
  .tlb-site-footer__nav{grid-template-columns:repeat(2,1fr)}
}
.tlb-course-card__time{
  display:inline-flex;
  align-items:baseline;
  justify-content:flex-start;
  gap:5px;
  color:#7f602c;
  font-family:Georgia,"Times New Roman",serif;
}
.tlb-course-card__time strong{
  color:#3a1722;
  font-size:28px;
  line-height:1;
  font-weight:400;
}
.tlb-course-card__time span{
  color:#a47a3c;
  font-family:"Hiragino Mincho ProN","Yu Mincho",serif;
  font-size:15px;
  letter-spacing:0;
}
.tlb-course-card__price{
  min-width:150px;
  color:#d21870;
  font-size:25px;
  font-weight:900;
  line-height:1.2;
  text-align:right;
}
.tlb-course-card p{
  margin:9px 0 0;
  color:#7d6470;
  font-size:12px;
  line-height:1.6;
}
.tlb-option-list{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  border-top:1px solid #d8bd84;
  border-bottom:1px solid #d8bd84;
  background:#fff;
}
.tlb-option-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:54px;
  padding:11px 18px;
  border:0;
  border-bottom:1px solid #ead8ad;
  background:linear-gradient(90deg,rgba(255,250,240,.82),rgba(255,255,255,.98));
}
.tlb-option-card:last-child{border-bottom:0}
.tlb-option-card span{
  display:grid;
  gap:2px;
  color:#3a1722;
  font-size:15px;
  font-weight:800;
}
.tlb-option-card span b{
  font-size:15px;
  line-height:1.25;
}
.tlb-option-card span small{
  color:#8a6a37;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
.tlb-option-card strong{
  flex:0 0 auto;
  color:#b5184f;
  font-size:19px;
  font-weight:900;
}
.tlb-price-note,
.tlb-price-notes{
  margin:0;
  padding:12px 14px;
  border:1px solid #ead8ad;
  color:#7a6247;
  background:#fffaf0;
  font-size:13px;
  line-height:1.8;
}
.tlb-price-notes{
  display:grid;
  gap:3px;
}
.tlb-price-notes p{
  margin:0;
}

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

@media(max-width:640px){
  .tlb-page-card--reserve{
    padding:7px!important;
  }
  .tlb-page-card--reserve .tlb-subject{
    margin:12px 0 10px!important;
  }
  .tlb-page-card--reserve .tlb-subject p{
    font-size:26px!important;
  }
  .tlb-page-card--reserve .tlb-page-body{
    padding:10px!important;
    border-width:3px!important;
  }
  .tlb-body .tlr-reserve{
    overflow:hidden!important;
  }
  .tlb-body .tlr-reserve__head{
    margin-bottom:12px!important;
    padding:18px 12px 16px!important;
  }
  .tlb-body .tlr-reserve__head h1{
    font-size:42px!important;
  }
  .tlb-body .tlr-reserve__head p{
    font-size:12px!important;
    line-height:1.7!important;
  }
  .tlb-body .tlr-reserve-progress{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    margin:0 0 14px!important;
    padding:0!important;
    overflow:visible!important;
  }
  .tlb-body .tlr-reserve-progress::-webkit-scrollbar{
    display:none!important;
  }
  .tlb-body .tlr-reserve-progress span{
    flex:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    min-height:58px!important;
    padding:8px 10px!important;
    writing-mode:horizontal-tb!important;
    text-orientation:mixed!important;
    white-space:normal!important;
    word-break:keep-all!important;
    font-size:13px!important;
    line-height:1.18!important;
    text-align:left!important;
  }
  .tlb-body .tlr-reserve-progress span em{
    display:block!important;
    margin-bottom:3px!important;
    font-size:11px!important;
    line-height:1!important;
  }
  .tlb-body .tlr-step{
    gap:9px!important;
    margin-top:10px!important;
    padding:14px 10px!important;
  }
  .tlb-body .tlr-step__num{
    font-size:12px!important;
  }
  .tlb-body .tlr-step__body h2{
    margin-bottom:14px!important;
    font-size:30px!important;
  }
  .tlb-body .tlr-free-booking{
    width:100%!important;
    min-height:44px!important;
    margin-bottom:14px!important;
    padding:10px 12px!important;
    font-size:14px!important;
  }
  .tlb-body .tlr-therapist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .tlb-body .tlr-therapist-card{
    min-width:0!important;
  }
  .tlb-body .tlr-therapist-card__photo{
    aspect-ratio:4/5!important;
  }
  .tlb-body .tlr-therapist-card__rank{
    top:6px!important;
    left:6px!important;
    max-width:calc(100% - 12px)!important;
    padding:4px 7px!important;
    font-size:9px!important;
  }
  .tlb-body .tlr-therapist-card__data{
    gap:5px!important;
    padding:7px 6px 8px!important;
    text-align:center!important;
  }
  .tlb-body .tlr-therapist-card__data strong{
    display:block!important;
    font-size:20px!important;
    line-height:1.15!important;
    white-space:normal!important;
    text-align:center!important;
  }
  .tlb-body .tlr-therapist-card__data strong small{
    display:inline-block!important;
    margin-left:4px!important;
    font-size:11px!important;
  }
  .tlb-body .tlr-therapist-card__time{
    min-height:38px!important;
    padding:5px 6px!important;
    font-size:12px!important;
    line-height:1.35!important;
    white-space:normal!important;
  }
  .tlb-body .tlr-therapist-card__catch{
    display:none!important;
  }
  .tlb-body .tlr-therapist-card__select{
    min-height:31px!important;
    font-size:11px!important;
    line-height:1.2!important;
  }
  .tlb-body .tlr-course-grid,
  .tlb-body .tlr-option-grid,
  .tlb-body .tlr-fields{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .tlb-body .tlr-choice,
  .tlb-body .tlr-selected-line,
  .tlb-body .tlr-reserve-summary{
    padding:12px!important;
  }
  .tlb-body .tlr-calendar-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .tlb-body .tlr-calendar-wrap{
    max-width:100%!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .tlb-body .tlr-submit{
    width:100%!important;
    min-height:46px!important;
    font-size:15px!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{
  position:relative;
  overflow:hidden;
  border:2px solid #d7bd8e;
  background:#fff5fa;
  box-shadow:inset 0 0 0 4px #fff;
}
.tlb-profile-main-photo:focus-visible{outline:2px solid #b98a45;outline-offset:3px}
.tlb-profile-slide-button{
  position:absolute;
  z-index:2;
  top:50%;
  display:grid;
  place-items:center;
  width:38px;
  height:54px;
  padding:0;
  border:1px solid rgba(255,240,211,.7);
  color:#fff;
  background:rgba(38,16,23,.52);
  box-shadow:0 4px 14px rgba(0,0,0,.18);
  font:300 35px/1 Georgia,serif;
  cursor:pointer;
  transform:translateY(-50%);
}
.tlb-profile-slide-button:hover{background:rgba(91,25,49,.78)}
.tlb-profile-slide-button.is-prev{left:8px}
.tlb-profile-slide-button.is-next{right:8px}
.tlb-profile-slide-count{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:4px 9px;
  border-radius:999px;
  color:#fff;
  background:rgba(24,12,15,.62);
  font-size:11px;
  letter-spacing:.08em;
}
.tlb-profile-slide-count b{font-weight:700}
.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 button{
  display:block;
  width:100%;
  padding:0;
  border:1px solid #e7c2d1;
  background:#fff4f8;
  cursor:pointer;
}
.tlb-profile-thumbs button.is-active{
  border-color:#c01864;
  box-shadow:0 0 0 2px #f5d478 inset;
}
.tlb-profile-thumbs img{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.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-catch{
  margin:-2px 0 14px;
  padding-left:12px;
  border-left:1px solid #c6a56c;
  color:#896a5c;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:13px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:.055em;
}
.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:28px;top:56px;min-width:220px;padding:13px 18px 12px}
  .tlb-kv__logo strong{gap:12px;font-size:38px}
  .tlb-kv__logo strong span{padding-right:12px;font-size:13px}
  .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:11px}
  .tlb-kv__copy b{font-size:21px}
  .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:12px;top:42px;width:auto;min-width:175px;height:auto;padding:10px 12px 9px;border-width:0 0 0 1px}
  .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{gap:9px;font-size:28px;letter-spacing:.12em}
  .tlb-kv__logo strong span{padding-right:9px;font-size:10px;letter-spacing:.18em}
  .tlb-kv__logo em{margin-top:8px;padding-top:6px;font-size:7px;letter-spacing:.4em}
  .tlb-kv__copy{right:10px;bottom:18px;max-width:190px}
  .tlb-kv__copy p{margin-bottom:6px;font-size:9px;letter-spacing:.08em}
  .tlb-kv__copy b{padding-bottom:5px;font-size:15px;letter-spacing:.04em}
  .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:left;
  }
  .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-front-concept{
    margin:22px 0 26px;
  }
  .tlb-front-concept__lead{
    margin-bottom:18px;
    font-size:13px;
    line-height:1.9;
    text-align:left;
  }
  .tlb-front-concept__list{
    gap:30px;
  }
  .tlb-concept-story .tlb-subject{
    margin-bottom:12px;
  }
  .tlb-concept-story__image{
    width:100%;
    box-shadow:0 10px 18px rgba(80,56,41,.18);
  }
  .tlb-concept-story__image img{
    aspect-ratio:4/3;
  }
  .tlb-concept-story__body{
    margin-top:16px;
  }
  .tlb-concept-story__body h3{
    margin-bottom:10px;
    font-size:22px;
  }
  .tlb-concept-story__body p{
    font-size:13px;
    line-height:1.9;
  }
  .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:repeat(auto-fit,minmax(0,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}
  .tlb-page-card{padding:12px}
  .tlb-page-card--system .tlb-page-body{padding:10px}
  .tlb-page-card--schedule .tlb-subject{
    margin-bottom:16px;
  }
  .tlb-schedule-date-wrap{
    grid-template-columns:24px minmax(0,1fr) 24px;
    gap:3px;
    margin-bottom:18px;
  }
  .tlb-schedule-week-arrow{
    min-height:54px;
    font-size:28px;
  }
  .tlb-schedule-date-tabs{
    display:flex;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .tlb-schedule-date-tabs a{
    flex:0 0 84px;
    min-height:54px;
    font-size:14px;
  }
  .tlb-schedule-area-tabs{
    gap:4px;
    margin-bottom:16px;
  }
  .tlb-schedule-area-tabs a{
    min-width:72px;
    min-height:42px;
    padding:0 13px;
    font-size:14px;
  }
  .tlb-schedule-area{
    margin-bottom:22px;
  }
  .tlb-schedule-area h2{
    min-height:42px;
    margin-bottom:16px;
    font-size:23px;
  }
  .tlb-schedule-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .tlb-schedule-card__profile{
    padding:7px 5px 6px;
  }
  .tlb-schedule-card__profile h3{
    font-size:17px;
  }
  .tlb-schedule-card__profile p{
    font-size:10px;
  }
  .tlb-schedule-card__tags{
    gap:3px;
  }
  .tlb-schedule-card__tags span{
    min-height:20px;
    border-width:1px;
    font-size:9px;
  }
  .tlb-schedule-card__shift{
    padding:7px 4px 6px;
  }
  .tlb-schedule-card__shift span{
    font-size:11px;
  }
  .tlb-schedule-card__shift b{
    font-size:14px;
  }
  .tlb-schedule-card__status{
    min-height:32px;
    font-size:13px;
  }
  .tlb-schedule-coming{
    margin:6px 0 26px;
    font-size:19px;
  }
  .tlb-price-section{padding:20px 12px 18px}
  .tlb-price-heading{margin-bottom:14px}
  .tlb-price-heading p{font-size:27px}
  .tlb-course-list,
  .tlb-option-list{grid-template-columns:1fr}
  .tlb-course-card{
    grid-template-columns:1fr;
    min-height:0;
    gap:6px;
    padding:13px 12px;
  }
  .tlb-course-card__main{gap:6px 10px}
  .tlb-course-card__name{font-size:15px}
  .tlb-course-card__time strong{font-size:24px}
  .tlb-course-card__time span{font-size:13px}
  .tlb-course-card__badge{min-height:20px;font-size:11px}
  .tlb-course-card__price{
    min-width:0;
    font-size:22px;
    text-align:left;
  }
  .tlb-option-card{
    min-height:52px;
    padding:11px 12px;
  }
  .tlb-option-card span{font-size:14px}
  .tlb-option-card strong{font-size:18px}
}

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