@charset "UTF-8";
/*
Theme Name:  Classy Spa
Description: Classy Spa様用のテンプレートです
Version:     1.0
Suthor: Aoi Design
*/
body {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.6;
}

.pc_br {
  display: block;
}
@media (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  background: #a18762;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: clamp(3.125rem, 2.042rem + 4.62vw, 5rem);
}
.header__logo-link {
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
}
.header__logo-link:hover {
  opacity: 1;
}
.header__language-link {
  background: #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #a18762;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 55px;
}
@media screen and (max-width: 768px) {
  .header__language-link {
    margin-right: 5px;
  }
}
.header__language-link--icon {
  margin-right: 3px;
}
.header__logo-name {
  font-size: clamp(1.125rem, 0.692rem + 1.85vw, 1.875rem);
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
}
.header__logo-tagline {
  font-size: 0.5625rem;
}
.header__inner {
  height: clamp(3.125rem, 2.042rem + 4.62vw, 5rem);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 10px;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__contact {
  background-color: #4c9c55;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: 15px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .header__contact {
    display: none;
  }
}
.header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.header__contact-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.header__contact-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__contact-subtext {
  font-size: 0.6875rem;
}
.header__contact-line {
  display: none;
}
@media (max-width: 768px) {
  .header__contact-line {
    background: #4c9c55;
    border-radius: 50px;
    width: clamp(2.688rem, 1.972rem + 3.05vw, 3.438rem);
    height: clamp(2.688rem, 1.972rem + 3.05vw, 3.438rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 40px;
  }
  .header__contact-line-img {
    width: clamp(1.875rem, 1.577rem + 1.27vw, 2.188rem);
    height: clamp(1.75rem, 1.452rem + 1.27vw, 2.063rem);
  }
}
.header__nav-toggle {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 20000;
}
@media screen and (max-width: 768px) {
  .header__nav-toggle {
    top: 35%;
    right: 10px;
  }
}
.header__nav-toggle-icon {
  width: 35px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .header__nav-toggle-icon {
    margin-bottom: 6px;
    width: 25px;
  }
}
.header__nav-toggle-icon::before,
.header__nav-toggle-icon::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__nav-toggle-icon::before,
  .header__nav-toggle-icon::after {
    width: 25px;
  }
}
.header__nav-toggle-icon::before {
  top: -8px;
}
@media screen and (max-width: 768px) {
  .header__nav-toggle-icon::before {
    top: -6px;
  }
}
.header__nav-toggle-icon::after {
  top: 8px;
}
@media screen and (max-width: 768px) {
  .header__nav-toggle-icon::after {
    top: 6px;
  }
}
.header__nav-toggle.is-active .header__nav-toggle-icon {
  background-color: transparent;
}
.header__nav-toggle.is-active .header__nav-toggle-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.header__nav-toggle.is-active .header__nav-toggle-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.header__nav-menu {
  position: fixed;
  top: clamp(3.125rem, 2.042rem + 4.62vw, 5rem);
  right: -100%;
  width: 26%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  list-style: none;
  margin: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header__nav-menu {
    width: 80%;
  }
}
.header__nav-menu.header__nav-menu--open {
  right: 0;
}
.header__nav-menu-label {
  font-size: clamp(0.875rem, 0.803rem + 0.31vw, 1rem);
}
.header__nav-link {
  padding: 15px 30px;
  border-bottom: 1px solid #ddd5c6;
  font-size: 1.0625rem;
  display: block;
  color: #887044;
}
@media screen and (max-width: 768px) {
  .header__nav-link {
    font-size: 1rem;
    padding: 10px 30px;
  }
}
.header__nav-link:hover {
  background: #887044;
  color: #fff;
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  display: none;
}

.body-overlay.active {
  display: block;
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("img/fv-back.webp") no-repeat center;
  background-size: cover;
  text-align: center;
  height: 681px;
}
.fv__inner {
  max-width: 1024px;
  padding-top: 170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .fv {
    height: 66.50390625vw;
  }
  .fv__inner {
    max-width: 100vw;
    padding-top: 16.6015625vw;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: none;
    width: 100%;
    height: auto;
  }
  .fv__inner {
    padding: 0;
    text-align: center;
  }
}
/*----------------------------------------
CTA
----------------------------------------*/
.cta {
  background: #f7f3ec;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 30px 0;
  }
}
.cta__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cta__header {
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.cta__subtitle {
  font-size: clamp(1rem, 0.783rem + 0.92vw, 1.375rem);
}
.cta__heading {
  position: relative;
}
.cta__heading-title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: clamp(1.5rem, 1.139rem + 1.54vw, 2.125rem);
  color: #fff;
}
.cta__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .cta__images {
    padding: 0 5px;
  }
}
.cta__link {
  width: 45%;
  margin: 0 10px 10px;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .cta__link {
    width: 100%;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
  }
}
.cta__image--first {
  position: relative;
}
.cta__circle {
  position: absolute;
  top: -40px;
  left: -60px;
  width: clamp(4.375rem, 2.967rem + 6.01vw, 6.813rem);
}
@media screen and (max-width: 768px) {
  .cta__circle {
    top: -15px;
    left: -25px;
  }
}
.cta__button {
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  min-width: 311px;
  color: #fff;
  background-color: #b68618;
  border: none;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.cta__button-icon {
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
}
.cta__button-icon::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.slash {
  position: relative;
  letter-spacing: 0.05em;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #555;
  width: 1px;
  height: 1.3em;
  margin: 0 0.5em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash:before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.slash:after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

/*----------------------------------------
イントロダクション
----------------------------------------*/
.intro {
  padding: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 30px 0;
  }
}
.intro__inner {
  position: relative;
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
.intro__heading {
  font-size: clamp(1.5rem, 0.994rem + 2.16vw, 2.375rem);
  color: #887044;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro__heading {
    line-height: 1.5;
  }
}
.intro__description {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .intro__description {
    margin-top: 20px;
  }
}
.intro__description--brawn {
  color: #b88a2c;
  font-weight: 600;
}
.intro__list {
  margin-top: 10px;
  line-height: 2;
  font-size: 1.0625rem;
  background: #f7f3ec;
  display: inline-block;
  padding: 10px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .intro__list {
    font-size: 0.875rem;
    width: 100%;
  }
}
.intro__list-icon {
  margin-right: 10px;
  margin-bottom: 8px;
}
.intro__image {
  position: absolute;
  top: 0;
  right: -212px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .intro__image {
    position: static;
    margin-top: 15px;
    text-align: center;
  }
}
.intro__deco {
  position: absolute;
  top: -100px;
  left: -110px;
  width: clamp(6.25rem, 3.578rem + 11.4vw, 10.875rem);
}
@media screen and (max-width: 768px) {
  .intro__deco {
    left: 0;
    top: -70px;
  }
}

/*----------------------------------------
当サロンの特徴
----------------------------------------*/
.feature {
  background: #f7f3ec;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 30px 0;
  }
}
.feature__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.feature__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature__items {
    margin-top: 10px;
  }
}
.feature__list {
  width: 45%;
  background: #fff;
  position: relative;
  padding: 28px 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .feature__list {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
  }
}
.feature__decor-left {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 0;
}
.feature__decor-right {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.feature__number {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature__title {
  font-size: clamp(1.375rem, 1.158rem + 0.92vw, 1.75rem);
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #b88a2c;
  margin-top: 25px;
}
.feature__text {
  margin-top: 10px;
  text-align: left;
}
.feature__text--bold {
  font-weight: 600;
}

/*----------------------------------------
施術事例
----------------------------------------*/
.example {
  background: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .example {
    padding: 30px 0;
  }
}
.example__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.example__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.example__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .example__items {
    margin-top: 10px;
  }
}
.example__list {
  width: 48%;
  background: #f7f3ec;
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .example__list {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    margin-top: 30px;
  }
}
.example__title {
  font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin-bottom: 25px;
  padding: 5px;
  background: #b88a2c;
}

/*----------------------------------------
お客さまの声
----------------------------------------*/
.voice {
  background: url("img/voice-back.webp") no-repeat center;
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 30px 0;
  }
}
.voice__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.voice__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.voice__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .voice__items {
    grid-template-columns: 1fr;
  }
}
.voice__list {
  background: #fff;
  border-radius: 20px;
  border: 2px solid #d1cfcb;
  -webkit-box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.16);
  padding: 42px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__list {
    padding: 20px 16px 50px;
  }
}
.voice__list-inner {
  width: 78%;
  text-align: left;
}
.voice__text {
  margin-top: 10px;
}
.voice__img {
  width: 18%;
}
.voice__name {
  position: absolute;
  bottom: 15px;
  right: 42px;
}

/*----------------------------------------
メニュー・料金
----------------------------------------*/
.menu {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 30px 0;
  }
}
.menu__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.menu__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.menu__trial {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .menu__trial {
    margin-top: 40px;
  }
}
.menu__detail {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .menu__detail {
    margin-top: 40px;
  }
}
.menu__item {
  width: 30%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu__item {
    width: 80%;
  }
}
.menu__title {
  font-size: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #887044;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .menu__title {
    margin-top: 30px;
  }
}
.menu__box {
  margin-top: 13px;
  background: #f5f3ec;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__text {
  margin-top: 15px;
}
.menu__price {
  font-size: 1.25rem;
  color: #b88a2c;
  font-weight: 500;
  line-height: 1.5;
}
.menu__price--large {
  font-size: 2.2em;
}
.menu__button {
  background: #fff;
  border: 1px solid #b88a2c;
  border-radius: 30px;
  color: #b88a2c;
  width: 80%;
  padding: 8px 0;
  margin-top: 5px;
}
.menu__othes {
  text-decoration: underline;
  margin-top: 50px;
  display: block;
  font-size: clamp(1rem, 0.928rem + 0.31vw, 1.125rem);
}

/*----------------------------------------
流れ
----------------------------------------*/
.flow {
  background: #f7f3ec;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 30px 0;
  }
}
.flow__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.flow__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.flow__items {
  margin-top: 50px;
  padding: 0 20px;
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 40px;
}
.flow__list:first-child {
  margin-top: 0;
}
.flow__list-inner {
  text-align: left;
  width: 55%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .flow__list-inner {
    width: 100%;
  }
}
.flow__img {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .flow__img {
    width: 70%;
  }
}
.flow__list-title {
  font-size: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #b88a2c;
  border-bottom: 1px solid #b88a2c;
}
.flow__list-text {
  margin-top: 15px;
}
.flow__line {
  text-decoration: underline;
  color: #4c9c55;
  font-weight: 600;
}

.contactpage-flow {
  background: #fff;
}

/*----------------------------------------
オーナーのあいさつ
----------------------------------------*/
.profile {
  padding: 70px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 30px 0;
  }
}
.profile__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.profile__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.profile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .profile__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 40px;
    padding: 0;
  }
}
.profile__text {
  text-align: left;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .profile__text {
    margin-right: 0;
    margin-top: 20px;
  }
}
.profile__name {
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #b88a2c;
  border-bottom: 1px solid #b88a2c;
  font-size: 1.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile__back-img {
  position: absolute;
  top: 140px;
  left: 650px;
  width: 100%;
  z-index: -1;
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  padding: 70px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 30px 0;
  }
}
.faq__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.faq__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}

.accordion {
  margin-top: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 30px;
    padding: 0;
  }
}
.accordion__item {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__item {
    margin-top: 10px;
  }
}
.accordion__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .accordion__item {
    width: 100%;
    margin-right: 0;
  }
}
.accordion__btn {
  background: #f2ebdd;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 10px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .accordion__btn {
    padding: 5px;
    padding-right: 35px;
  }
}
.accordion__btn--icon {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .accordion__btn--icon {
    margin-right: 10px;
  }
}
.accordion__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #887043;
  border-bottom: 2px solid #887043;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.accordion__btn.accordion__btn--active::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.accordion__body {
  text-align: left;
  display: none;
  padding: 20px;
  padding-left: 10px;
}
.accordion__body--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion__text--six {
  display: block;
}
.accordion__text--brawn {
  text-decoration: underline;
  color: #b88a2c;
}

/*----------------------------------------
店舗情報・アクセス
----------------------------------------*/
.information {
  padding: 70px 0;
  background: #f7f3ec;
}
@media screen and (max-width: 768px) {
  .information {
    padding: 30px 0;
  }
}
.information__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.information__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.information .information__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .information .information__content {
    margin-top: 40px;
  }
}
.information .information__table,
.information .information__map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}
.information .information__table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  overflow: hidden;
}
.information .information__table th {
  background-color: #887043;
  color: #fff;
  padding: 12px 18px;
  border-bottom: 1px solid #f7f3ec;
  text-align: left;
  width: 20%;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .information .information__table th {
    width: 30%;
    padding: 10px;
  }
}
.information .information__table td {
  width: 80%;
  padding: 12px 18px;
  border-bottom: 1px solid #f7f3ec;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .information .information__table td {
    width: 70%;
    padding: 10px;
  }
}
.information .information__map iframe {
  border: none;
  width: 100%;
  height: 400px;
}

.information__table--small {
  font-size: 0.75rem;
}

.last-cta {
  padding: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  .last-cta {
    padding: 30px 0;
  }
}
.last-cta__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  text-align: center;
  padding: 13px 0;
  font-size: 0.75rem;
  background: #a18762;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer__text {
  color: #fff;
  margin-top: 10px;
}
.footer__link {
  color: #fff;
  font-size: 0.75rem;
}

/*----------------------------------------
メニュー・料金ページ
----------------------------------------*/
.menupage-cta,
.menupage-flow {
  background: #fff;
}

.menupage-header {
  margin-top: clamp(3.125rem, 2.042rem + 4.62vw, 5rem);
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px;
  background: url("img/price-page-headerback.webp");
}
@media screen and (max-width: 768px) {
  .menupage-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.menupage-header__title {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}

.breadcrumb {
  background: #cab384;
}
.breadcrumb__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb__items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__items li {
  position: relative;
  font-size: 14px;
  color: #fff;
}

.breadcrumb__items li:not(:last-child)::after {
  content: ">";
  padding: 0 5px;
  color: #fff;
}

.breadcrumb__items a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb__items a:hover {
  text-decoration: underline;
}
.menupage-contact {
  background: #f7f3ec;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .menupage-contact {
    padding: 30px 0;
  }
}
.menupage-contact__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.menupage-contact__box {
  border: 1px solid #b09f7a;
  padding: 30px 20px;
  background: #fff;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.menupage-contact__deco-left {
  position: absolute;
  top: 8px;
  left: 8px;
}
.menupage-contact__deco-right {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menupage-contact__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
  font-size: clamp(1.25rem, 0.961rem + 1.23vw, 1.75rem);
  margin-top: 10px;
}
.menupage-contact__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .menupage-contact__text {
    margin-top: 20px;
  }
}
.menupage-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .menupage-contact__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.menupage-contact__button--line {
  background: #4c9c55;
  min-width: 300px;
  color: #fff;
  padding: 15px;
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.16);
  margin: 0 10px;
  display: block;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menupage-contact__button--line {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.menupage-contact__button--line-icon {
  margin-right: 10px;
  width: 24px;
  height: auto;
}
.menupage-contact__button--tel {
  background: #b68618;
  min-width: 300px;
  color: #fff;
  padding: 15px;
  margin: 0 10px;
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.16);
  display: block;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .menupage-contact__button--tel {
    margin-top: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.menupage-contact__button--tel-icon {
  margin-right: 10px;
  width: 24px;
  height: auto;
}
.menupage-contact--woman {
  position: absolute;
  bottom: 0;
  right: -44px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .menupage-contact--woman {
    display: none;
  }
}

.trial-detail {
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .trial-detail {
    margin-top: 70px;
  }
}
.trial-detail__item {
  margin: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .trial-detail__item {
    margin: 50px 0 30px;
  }
}
.trial-detail__title {
  font-size: clamp(1rem, 0.639rem + 1.54vw, 1.625rem);
  background: #fff;
  border: 1px solid #b09f7a;
  color: #b09f7a;
  font-weight: 600;
  padding: 5px 20px 4px 30px;
  text-align: left;
  position: relative;
}
.trial-detail__deco-left {
  position: absolute;
  top: 3px;
  left: 3px;
}
.trial-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .trial-detail__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.trial-detail__text {
  margin-right: 20px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .trial-detail__text {
    width: 100%;
  }
}
.trial-detail__text--bold {
  font-weight: 600;
}
.trial-detail__text-title {
  margin: 15px 0 10px;
  background: #b68618;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  padding: 3px 20px;
}
.trial-detail__text-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trial-detail__text-price {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.trial-detail__text-price-regular {
  position: relative;
}
.trial-detail__text-price-regular:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #98214d;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.trial-detail__text-price-regular--large {
  font-size: 1.4em;
}
.trial-detail__text-price-arrow {
  margin: auto 20px;
  width: 9px;
  height: 21px;
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .trial-detail__text-price-arrow {
    margin: auto 12px;
  }
}
.trial-detail__text-price-discount {
  line-height: 1.2;
  color: #98214d;
  font-size: 18px;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.trial-detail__text-price-discount--large {
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  .trial-detail__text-price-discount--large {
    font-size: 2em;
  }
}
.trial-detail__text-list {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .trial-detail__text-list {
    width: 100%;
  }
}
.trial-detail__image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .trial-detail__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.no-space {
  margin-top: 0;
}

/*----------------------------------------
通常メニュー・料金
----------------------------------------*/
.regular-price {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .regular-price {
    padding: 40px 0;
  }
}
.regular-price__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.regular-price__heading {
  font-size: clamp(1.75rem, 1.461rem + 1.23vw, 2.25rem);
  font-weight: 600;
  font-family: "Noto Serif CJK JP", sans-serif;
  font-style: normal;
  color: #887044;
}
.regular-price__box {
  margin-top: 40px;
}
.regular-price__title {
  background: #887044;
  color: #fff;
  text-align: left;
  font-size: clamp(1rem, 0.639rem + 1.54vw, 1.625rem);
  font-weight: 600;
  padding: 5px 20px 4px 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .regular-price__title {
    padding-left: 10px;
  }
}
.regular-price__man {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .regular-price__man {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.regular-price__man-img {
  width: 35%;
}
@media (max-width: 768px) {
  .regular-price__man-img {
    width: 70%;
    margin-bottom: 10px;
  }
}
.regular-price__man-inner {
  text-align: left;
  width: 60%;
}
@media (max-width: 768px) {
  .regular-price__man-inner {
    width: 100%;
  }
}
.regular-price__man-title {
  background: #b68618;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  padding: 3px 20px;
  margin-bottom: 10px;
}
.regular-price__woman {
  text-align: left;
  margin-top: 20px;
}
.regular-price__woman-title {
  background: #b68618;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  padding: 3px 20px;
  margin-bottom: 10px;
}
.regular-price__woman-items {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 15px;
}
@media (max-width: 768px) {
  .regular-price__woman-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.regular-price__woman-list {
  background: #f7f3ec;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 10px 20px;
  border-radius: 10px;
}
.regular-price__woman-list--bold {
  font-weight: 600;
  text-align: center;
  font-size: 1.1em;
}
.regular-price__caution-text {
  font-size: 0.85em;
  text-align: left;
  margin-top: 10px;
}

.regular-price__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border: 1px solid #887044;
}

.regular-price__table th {
  padding: 10px 15px;
  background: #f7f3ec;
  font-weight: 400;
  border: 1px solid #887044;
}
@media (max-width: 768px) {
  .regular-price__table th {
    padding: 8px;
    white-space: nowrap;
  }
}

.regular-price__table td {
  padding: 10px 20px;
  border: 1px solid #887044;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .regular-price__table td {
    padding: 8px;
  }
}

.regular-price__table tr:last-child th,
.regular-price__table tr:last-child td {
  border-bottom: none;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .table-man,
  .able-woman,
  .table-student,
  .table-student {
    width: auto;
  }
}

.table-man th {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 16.6666666667%;
}

.table-man td {
  vertical-align: middle;
  text-align: center;
  width: 16.6666666667%;
}

.table-pink {
  color: #cf175b;
}

.table-woman th {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.table-woman td {
  vertical-align: middle;
  text-align: center;
  width: 25%;
}

.table-student th {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  width: 20%;
}

.table-student td {
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

#corse01,
#corse02,
#corse03,
#corse04,
#corse05,
#facial,
#facial01,
#facial03,
#facial04,
#facial05,
#man,
#woman,
#student,
#student02,
#bustup,
#relaxation,
#slimming {
  scroll-margin-top: 100px;
}

.facial__detail {
  margin: 30px 0;
  text-align: left;
}
.facial__detail-title {
  font-size: clamp(1rem, 0.333rem + 1.39vw, 1.375rem);
  font-weight: 600;
  padding-left: 15px;
  border: 1px solid #887044;
  border-left: 7px solid #887044;
  color: #887044;
  padding: 3px 12px;
  margin-top: 15px;
}
.facial__detail-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .facial__detail-items {
    margin-top: 10px;
  }
}
.facial__detail-list {
  width: 30%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .facial__detail-list {
    width: 100%;
    margin-bottom: 0;
  }
}
.facial__detail-list:last-child {
  margin-bottom: 0;
}
.facial__detail-items-option {
  margin-left: 15px;
}
@media (max-width: 768px) {
  .facial__detail-items-option {
    margin-left: 0;
  }
}
.facial__detail-list-option {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .facial__detail-list-option {
    margin: 10px 0 15px;
  }
}
.facial__detail-list-option-title {
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  border-bottom: 1px solid #555;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .facial__detail-list-option-title {
    padding-left: 12px;
  }
}
.facial__detail-list-option-title::before {
  content: "■";
  color: #887044;
  position: absolute;
  left: 10px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .facial__detail-list-option-title::before {
    left: 0;
  }
}
.facial__detail-list-option-text {
  margin-top: 15px;
}

/*----------------------------------------
プライバシーポリシー、特商法ページ
----------------------------------------*/
.privacy-policy {
  padding: 50px 0;
}
.privacy-policy__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}

.policy-title {
  color: #887045;
  border-bottom: 1px solid #887045;
  font-size: 1.5em;
  margin: 40px 0 20px;
}

.privacy-tel {
  width: 200px;
  margin-top: 10px;
}

.legal-page {
  padding: 50px 0;
}
.legal-page__inner {
  max-width: 1050px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
.legal-page .legal-title {
  color: #887045;
  border-bottom: 1px solid #887045;
  font-size: 1.5em;
  margin: 40px 0 20px;
}
.legal-page .legal-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f7f3ec;
}
.legal-page .legal-table th,
.legal-page .legal-table td {
  padding: 15px;
}
.legal-page .legal-table th {
  background-color: #f7f3ec;
  text-align: left;
  width: 30%;
}
.legal-page .legal-table td {
  background-color: #fff;
  border-bottom: 1px solid #f7f3ec;
}

/*----------------------------------------
スマホカブ固定ヘッダー
----------------------------------------*/
.sp_fixbtn {
  display: none;
}
@media (max-width: 768px) {
  .sp_fixbtn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.sp_fixbtn-line {
  background: #4c9c55;
  padding: 8px;
  color: #fff;
  border-radius: 5px;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
}
.sp_fixbtn-icon {
  width: clamp(1.875rem, 1.577rem + 1.27vw, 2.188rem);
  height: clamp(1.75rem, 1.452rem + 1.27vw, 2.063rem);
  margin-right: 5px;
}
/*----------------------------------------
通常メニュー、料金一覧表
----------------------------------------*/
.regular-price-allmenu {
  margin-top: 40px;
}
.regular-price-allmenu-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.regular-price-allmenu-table {
  width: 49%;
  text-align: left;
}
.regular-price-allmenu-table a {
  text-decoration: underline;
  font-weight: 600;
}
.regular-price-allmenu-table th {
  padding: 5px 8px;
  width: 40%;
}
.regular-price-allmenu-table td {
  padding: 5px 8px;
}
@media (max-width: 768px) {
  .regular-price-allmenu-inner {
    flex-direction: column;
  }
  .regular-price-allmenu-table {
    width: 100%;
    table-layout: fixed;
  }
  .regular-price-allmenu-table {
    width: 100%;
    table-layout: fixed; /* 固定レイアウト */
    text-align: left;
  }

  .regular-price-allmenu-table th,
  .regular-price-allmenu-table td {
    padding: 5px 8px;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
  }
}