@charset "utf-8";
/* ============================================================
   CSS Custom Properties (変数)
   ============================================================ */ :root {
  --color-accent: #D87600;
  --color-text-sub: #8c8c8c;
  --color-border: #d8d8d8;
  --color-bg-tag: #fff;
  --color-bg-staff: #f7f7f7;
}
#shinkyu {
  --color-accent: #D87600;
}
#salon {
  --color-accent: #C37E99;
}
#fitness {
  --color-accent: #2BA3B1;
}
/* ============================================================
   共通 (Common)
   ============================================================ */
.featureBox.flexBox.flexCol2 .flexColCont {
  flex: inherit;
}
.featureBox .stpBox:not(:last-child) {
  margin-top: 0;
}
.featureBox .stpBox .stpNum {
  left: auto;
  right: 18px;
  transform: none;
  width: auto;
  background: none;
  opacity: .7;
}
#fitness .featureBox .stpBox .stpNum {
  color: rgba(43, 163, 177, .2);
}
#shinkyu .featureBox .stpBox .stpNum {
  color: rgba(216, 118, 0, 0.2);
}
#salon .featureBox .stpBox .stpNum {
  color: rgba(195, 126, 153, 0.2);
}
#fitness .featureBox .stpBox .stpNum, #salon .featureBox .stpBox .stpNum {
  background: none;
}
.featureBox .stpBox .stpNum span em {
  font-size: 90px;
  font-weight: 900;
}
.featureBox .hB {
  font-size: clamp(2rem, 1.5965rem + 1.096vw, 2.58rem);
}
.featureBox img {
  margin-bottom: 20px;
}
.listWorry {
  row-gap: 0;
}
.bgGray {
  position: relative;
  padding: 50px 0;
  margin-top: 80px;
}
.bgGray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: var(--color-bg-staff);
  transform: translateX(-50%);
  z-index: -1;
}
/* ============================================================
   スタッフセクション (Staff Section)
   ============================================================ */
/* ── リード ── */
.staffSectionModern {
  margin-bottom: 80px;
  color: #222;
}
.staffSectionModern .staffLead {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto 80px;
}
.staffLeadPhoto {
  position: relative;
  padding-left: 48px;
}
.staffLeadEn {
  position: absolute;
  left: -20px;
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  height: 460px;
  color: rgba(51, 51, 51, 0.11);
  font-size: 4.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
.staffLeadImgWrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: visible;
  background: #f4f1ea;
  z-index: 1;
}
.staffLeadImgWrap::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border: 18px solid #f2eee5;
  z-index: -1;
}
.staffLeadImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.staffLeadInfo {
  padding-top: 10px;
}
/* ── 共通テキスト要素 ── */
.staffRole {
  margin: 0 0 10px;
  color: var(--color-accent);
  font-size: 2rem !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.staffName {
  margin: 0 0 20px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.12em;
}
.staffName ruby rt {
  font-size: 0.4em;
  font-weight: 500;
  margin-bottom: 4px;
}
.staffQualList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.staffQualList li {
  padding: 5px 18px;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.84em;
  line-height: 1.5;
}
.staffLeadInfo .staffQualList {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-border);
}
.staffMessage {
  line-height: 2.1;
}
/* ── スタッフ一覧エリア ── */
.staffListArea {
  position: relative;
  padding: 80px 0;
}
.staffListArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: var(--color-bg-staff);
  transform: translateX(-50%);
  z-index: -1;
}
.staffSubTitle {
  position: relative;
  margin: 0 0 34px;
  font-size: 1.45em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.25em;
}
.staffSubTitle::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  margin: 14px auto 0;
  background: var(--color-accent);
}
.staffCardGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 auto;
}
/* ── スタッフカード ── */
.staffCard {
  padding: 34px 30px 32px;
  background: #fff;
}
.staffCardImgWrap {
  width: 150px;
  height: 150px;
  margin: 0 auto 26px;
  overflow: hidden;
  border-radius: 50%;
  background: #f4f1ea;
}
.staffCardImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.staffCardBody .staffRole {
  margin-bottom: 8px;
  font-size: 0.82em;
}
.staffCardBody .staffName {
  margin-bottom: 16px;
  font-size: 1.16em;
  letter-spacing: 0.06em;
}
.staffCardBody .staffNameKana {
  font-size: 0.62em;
}
.staffCardBody .staffQualList {
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
.staffCardBody .staffQualList li {
  padding: 4px 13px;
  font-size: 0.76em;
}
.staffCardBody .staffMessage {
  margin: 0;
  color: #555;
  font-size: 0.9em;
  line-height: 2;
}
/* ============================================================
   料金表 (Price Table) ── #shinkyu
   ============================================================ */
.priceTable {
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.priceTable .hB {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 80px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(176, 141, 87, 0.5);
  color: #2a2520;
}
.priceTable .hB::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b08d57;
  margin-right: 18px;
  vertical-align: middle;
  transform: rotate(45deg);
}
.priceTable .tblA {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  background: #f5efe6;
  color: var(--color-accent);
  border-top: 2px solid var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
}
.priceTable .tblA tr {
  border-bottom: 1px solid var(--color-accent);
}
.priceTable .tblA tr:last-child {
  border-bottom: none;
}
.priceTable .tblA th, .priceTable .tblA td {
  padding: 28px 35px;
  vertical-align: middle;
}
.priceTable .tblA th {
  text-align: left;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #2a2520;
  width: 60%;
  background: transparent;
}
.priceTable .tblA td {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.05em;
}
.fitnessPrice table th {
  text-align: center !important;
}
.tblPlan th span {
  font-size: 80%;
  font-weight: 500;
}
/* ============================================================
   imageTitle ── #fitness / #salon
   ============================================================ */
.page_hD {
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--color-accent) !important;
  margin-bottom: 2.4rem;
  margin-top: 1rem;
}
.main_hA {
  position: relative;
  padding-top: 130px;
}
.main_hA::before {
  content: '' !important;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  rotate: inherit !important;
  translate: inherit !important;
}
#fitness .main_hA::before {
  background-image: url("../../img/page/fitness/logo.png") !important;
}
#shinkyu .main_hA::before {
  background-image: url("../../img/page/shinkyu/logo.png") !important;
}
#salon .main_hA::before {
  background-image: url("../../img/page/salon/logo.png") !important;
}
.page_recommend {
  background-color: rgba(255, 255, 255, 0.53);
  position: relative;
  z-index: 9;
}
#fitness .imageTitle, #salon .imageTitle {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
  height: 400px;
}
#fitness .imageTitle::after, #salon .imageTitle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 400px;
  transform: translateX(-50%);
  z-index: -1;
}
#fitness .imageTitle::after {
  background: url("../../img/page/fitness/img-fitness-02.jpg");
  -webkit-background-size: cover;
  background-repeat: no-repeat;
}
#fitness .imageTitle, #salon .imageTitle {
  position: relative;
  margin: 60px 0 30px;
}
#fitness span.note {
  font-size: 68%;
  color: #666666;
  margin-left: 1.2rem;
}
#salon .imageTitle::after {
  background: url("../../img/page/salon/img-salon-02.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.imageTitle_hD {
  background: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  display: inline-block;
  padding: 0 10px;
}
#fitness .imageTitle_hD {
  color: var(--c-fitness);
}
#salon .imageTitle_hD {
  color: var(--c-salon);
}
.imageTitle .point_title {
  display: inline-block !important;
  line-height: 1.4 !important;
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin: 60px 0;
  color: #fff;
  padding: 0 10px;
}
#fitness .imageTitle .point_title {
  background-color: var(--c-fitness);
}
#salon .imageTitle .point_title {
  background-color: var(--c-salon);
  margin: 10px 0;
}
.featureBox .decBox {
  background: #fff;
}
.featureBox.flexBox {
  column-gap: 1%;
}
.featureBox .stpBox {
  padding: 3.2rem;
  margin-bottom: 2rem;
}
/* ============================================================
   featureBox 背景 ── #fitness / #salon
   ============================================================ */
#fitness .featureBox .decBox02 {
  background: var(--bg-fitness);
}
#salon .featureBox .decBox02 {
  background: var(--bg-salon);
}
/* ============================================================
   メディカルフィットネス ── #fitness
   ============================================================ */
#fitness .medicalFitnessImg {
  margin-bottom: 1em;
  display: block;
}
/* ============================================================
   FAQ ── #fitness
   ============================================================ */
#fitness .faqList dt {
  position: relative;
  padding: 24px 40px 23px 90px;
  margin: 0;
}
#fitness .faqList .toggleBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 3px solid var(--c-fitness);
  border-right: 3px solid var(--c-fitness);
}
#fitness .faqList .toggleBtn.is-active::after {
  transform: rotate(-45deg);
}
#fitness .faqList dd {
  position: relative;
  padding: 30px 0 30px 90px;
}
#fitness .faqList .child {
  display: none;
}
#fitness .faqList .qa {
  position: absolute;
  left: 24px;
  aspect-ratio: 1 / 1;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#fitness .faqList .qa.q {
  top: 18px;
  background: var(--c-fitness);
  color: #fff;
}
#fitness .faqList .qa.a {
  font-size: var(--fs-hC);
  font-weight: 600;
  top: 18px;
  background: var(--bg-fitness);
  color: var(--c-fitness);
}
/* ============================================================
   TimeSchedule ── #access
   ============================================================ */
.TimeSchedule {
  text-align: center;
}
/* ============================================================
   PC（768px 以上）
   ============================================================ */
@media (min-width: 768px) {
  .mt30_pc {
    margin-top: 30px !important;
  }
  .mt50_pc {
    margin-top: 50px !important;
  }
  .alignC_pc {
    text-align: center;
  }
  #salon .pageOmoi {
    height: 500px;
  }
  #fitness .pageOmoi {
    height: 600px;
  }
  .pageOmoi.grdImgBox .grdImg {
    grid-area: inherit;
    position: absolute;
    left: 0;
    overflow: hidden;
  }
  #shinkyu .pageOmoi.grdImgBox .grdImg {
    width: 45%;
  }
  #fitness .pageOmoi.grdImgBox .grdImg {
    width: 50%;
  }
  #salon .pageOmoi.grdImgBox .grdImg {
    width: 43%;
  }
  #fitness .pageOmoi.grdImgBox .grdImg img {
    height: 600px;
    object-fit: cover;
  }
  #salon .pageOmoi.grdImgBox .grdImg img {
    height: 500px;
    object-fit: cover;
  }
  #shinkyu .pageOmoi.grdImgBox .grdImg {
    height: 500px;
  }
  #fitness .pageOmoi.grdImgBox .grdImg {
    height: 650px;
  }
  #salon .pageOmoi.grdImgBox .grdImg {
    height: 400px;
  }
  .fitnessPrice table th:first-child {
    width: 30% !important;
  }
  .fitnessPrice table th:nth-child(2) {
    width: 50% !important;
  }
  .grdPic--C .grdPic--third {
    grid-area: 3 / 1 / 4 / 3;
  }
  .grdPic--C .grdPic--fl {
    grid-area: 4 / 1 / 5 / 2;
  }
  .grdPic--C .grdPic--fr {
    grid-area: 4 / 2 / 5 / 3;
  }
  #fitness .imageTitle::after {
    background-size: cover;
  }
  #fitness .imageTitle {
    padding: 80px 0;
  }
}
/* ============================================================
   タブレット（768px〜1200px）
   ============================================================ */
@media (max-width: 1200px) and (min-width: 768px) {
  /* 必要に応じて追記 */
}
/* ============================================================
   タブレット／SP 共通（900px 以下）
   ============================================================ */
@media screen and (max-width: 900px) {
  .staffSectionModern .staffLead {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 60px;
  }
  .staffLeadPhoto {
    padding-left: 34px;
  }
  .staffCardGrid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  #fitness .imageTitle {
    padding: 30px 0;
  }
}
/* ============================================================
   SP（767px 以下）
   ============================================================ */
@media (max-width: 767px) {
  /* ── スタッフ ── */
  .staffCardGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .staffLeadPhoto {
    padding-left: 0;
  }
  .staffLeadEn {
    display: none;
  }
  .staffName {
    font-size: 1.55em;
  }
  .staffNameKana {
    display: block;
    margin: 4px 0 0;
  }
  .staffCard {
    padding: 28px 22px;
  }
  .staffCardImgWrap {
    width: 130px;
    height: 130px;
  }
  .staffBottomMessage {
    display: block;
    text-align: left;
  }
  .staffBottomMessage::before {
    display: none;
  }
  /* ── 料金表 ── */
  .priceTable .hA {
    font-size: 30px;
    margin-bottom: 60px;
    padding-top: 55px;
  }
  .priceTable .hA::before {
    font-size: 16px;
  }
  .priceTable .hB {
    font-size: 20px;
    margin: 55px 0 22px;
    padding-bottom: 15px;
  }
  .priceTable .hB::before {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }
  .priceTable .tblA th, .priceTable .tblA td {
    padding: 20px 18px;
  }
  .priceTable .tblA th {
    font-size: 15px;
  }
  .priceTable .tblA td {
    font-size: 19px;
  }
  .fitnessPrice th, .fitnessPrice td {
    padding: 10px 5px !important;
    font-size: 13px !important;
  }
  .fitnessPrice table th:first-child {
    width: 40% !important;
  }
  .fitnessPrice table th:nth-child(2) {
    width: 35% !important;
  }
  .scrollTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .scrollTable table {
    min-width: 760px;
    width: 100%;
    white-space: nowrap;
  }
  .scrollTable th, .scrollTable td {
    white-space: nowrap;
  }
  /* ── section ── */
  .page_hD {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .imageTitle .point_title {
    font-size: 6vw;
    margin: 0 0 7vw;
  }
  .imageTitle_hD {
    font-size: 5vw;
  }
  #fitness .imageTitle::after, #salon .imageTitle::after {
    height: 250px;
  }
  #fitness .imageTitle {
    height: 230px;
  }
  #salon .imageTitle {
    height: 250px;
  }
  #fitness .faqList dt {
    padding: 17px 30px 17px 55px;
  }
  #fitness .faqList .toggleBtn::after {
    right: 10px;
  }
  #fitness .faqList dd {
    padding: 20px 0 10px 55px;
  }
  #fitness .faqList .qa {
    left: 10px;
    width: 35px;
  }
  #fitness .faqList .qa.q {
    top: 13px;
  }
  #fitness .faqList .qa.a {
    top: 14px;
  }
  /* ── TimeSchedule ── */
  table.TimeSchedule th, table.TimeSchedule td {
    padding: 3px;
    font-size: 4vw;
  }
  #fitness .imageTitle::after {
    background-size: contain;
  }
  #fitness .imageTitle {
    margin: 60px 0 0;
  }
}