body {
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  text-align: justify;
  text-justify: inter-ideograph;
  word-wrap: break-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #333;
  font-family: "Zen Kaku Gothic New", system-ui;
  letter-spacing: 0.06em;
  font-size: 26px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 13px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #333 !important;
}
.col-main {
  color: #898989 !important;
}
.col-sub {
  color: #ccc !important;
}
.col-bg {
  color: #f1f1f1 !important;
}
.col-bdr {
  color: #cdcdcd !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #333 !important;
}
.bg-main {
  background-color: #898989 !important;
}
.bg-sub {
  background-color: #ccc !important;
}
.bg-bg {
  background-color: #f1f1f1 !important;
}
.bg-bdr {
  background-color: #cdcdcd !important;
}

.ptn-wall {
  background: url("/img/common/ptn-wall.png") center top;
  background-size: 100%;
  background-repeat: repeat-y;
}

.btn-01__link, .btn-02__link, .btn-03__link {
  line-height: 1;
}
.btn-01__link, .btn-03__link {
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-02__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 250/80;
  background: #fff;
  border: solid 1px #cdcdcd;
}
.btn-03__link {
  background: #fff;
  border: solid 1px #cdcdcd;
  color: #333;
}

.ic-ig-20 {
  position: relative;
}
.ic-ig-20::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-ig.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
.ic-tab-wht, .ic-tab-gry {
  position: relative;
}
.ic-tab-wht::after, .ic-tab-gry::after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/10;
  background-image: url("/img/common/ic-tab-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.ic-tab-gry::after {
  background-image: url("/img/common/ic-tab-gry.png");
  background-size: 100%;
}
.ic-hb {
  flex-direction: column;
  row-gap: 5px;
}
.ic-hb::before {
  content: "";
  display: block;
  width: 62px;
  aspect-ratio: 108/35;
  background-image: url("/img/common/logo-hotpepper-beauty.png");
  background-size: 100%;
}

.arw-wht {
  position: relative;
}
.arw-wht::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 18/6;
  background-image: url("/img/common/arrow-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

.deco-side-line {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.deco-side-line::before, .deco-side-line::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #333;
}

.tbl {
  width: 100%;
  table-layout: fixed;
}
.tbl-01 th,
.tbl-01 td {
  display: block;
  width: 100%;
  text-align: center;
}
.tbl-01 th {
  padding: 12px 20px;
  background: #333;
  color: #fff;
}
.tbl-01 td {
  padding: 25px;
}

#header-bar {
  width: 100%;
  aspect-ratio: 750/150;
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
#header-bar .hd-logo {
  width: 12.4%;
  max-width: 12.4%;
}
@media screen and (min-width: 769px) {
  #header-bar .hd-logo {
    max-width: 46.5px;
  }
}
#header-bar .hd-logo {
  margin-left: 6.67%;
}

.mv,
.sv {
  width: 100%;
  position: relative;
}
.mv img,
.sv img {
  display: block;
  width: 100%;
}

.sv {
  aspect-ratio: 750/370;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sv-ttl {
  padding: 22px 55px;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-size: 38px;
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 769px) {
  .sv-ttl {
    font-size: 19px;
  }
}
.sv-bg-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu {
  background: url("/img/menu/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-menu-other {
  background: url("/img/menu-other/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-info {
  background: url("/img/info/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-news {
  background: url("/img/news/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-privacypolicy {
  background: url("/img/privacypolicy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-site {
  background: url("/img/site/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-bg-notfound {
  background: url("/img/notfound/sv.png") center center no-repeat;
  background-size: cover;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-full {
  width: 100%;
}
.cts-650 {
  width: 86.6666666667%;
  max-width: 86.6666666667%;
}
@media screen and (min-width: 769px) {
  .cts-650 {
    max-width: 325px;
  }
}
.cts-700 {
  width: 93.3333333333%;
  max-width: 93.3333333333%;
}
@media screen and (min-width: 769px) {
  .cts-700 {
    max-width: 350px;
  }
}

.list-info dt,
.list-info dd {
  text-align: center;
  padding: 5px 0;
}
.list-info dt {
  background: #898989;
  color: #fff;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .list-info dt {
    font-size: 10px;
  }
}
.list-info dd {
  white-space: pre-wrap;
  line-height: 1.6666666667;
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .list-info dd {
    font-size: 12px;
  }
}
.list-check {
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .list-check {
    font-size: 14px;
  }
}
.list-check__item {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px 0;
  border-bottom: solid 1px #cdcdcd;
}
.list-check__item::before {
  content: "";
  display: block;
  width: 3%;
  aspect-ratio: 18/20;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  transform: translateY(50%);
}
.list-reason-top__item, .list-reason-low__item {
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}
.list-reason-top__img,
.list-reason-top .ttl-01__txt, .list-reason-low__img,
.list-reason-low .ttl-01__txt {
  text-align: left;
}
.list-reason-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2.86%;
}
.list-reason-top .list-item,
.list-reason-top .layout-item {
  width: 48.57%;
}
.list-reason-top {
  row-gap: 20px;
}
.list-reason-top__item {
  padding: 30px 0;
  row-gap: 20px;
}
.list-reason-top__img {
  width: 85.29%;
  margin: 0 auto;
}
.list-reason-top__ttl {
  padding-left: 7.5%;
}
.list-reason-low__item {
  padding: 40px 6.15%;
  row-gap: 30px;
}
.list-staff-top__img, .list-staff-low__img {
  aspect-ratio: 1/1;
}
.list-staff-top {
  display: flex;
  flex-wrap: wrap;
  gap: 7.69%;
}
.list-staff-top .list-item,
.list-staff-top .layout-item {
  width: 46.155%;
}
.list-staff-top {
  row-gap: 56px;
}
.list-staff-top__item:nth-child(odd) {
  transform: translateY(30%);
}
.list-staff-top__img {
  width: 100%;
}
.list-staff-low__item {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.list-staff-low__item:not(:first-child) {
  border-top: solid 1px #cdcdcd;
  padding-top: 60px;
}
.list-staff-low__img {
  width: 46.1538461538%;
  max-width: 46.1538461538%;
}
@media screen and (min-width: 769px) {
  .list-staff-low__img {
    max-width: 150px;
  }
}
.list-staff-low__img {
  margin: 0 auto;
}
.list-staff-low dl {
  display: flex;
  justify-content: space-between;
}
.list-staff-low dt,
.list-staff-low dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-staff-low dt {
  width: 30.7692307692%;
  max-width: 30.7692307692%;
}
@media screen and (min-width: 769px) {
  .list-staff-low dt {
    max-width: 100px;
  }
}
.list-staff-low dt {
  background: #898989;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.list-staff-low dd {
  width: 66.1538461538%;
  max-width: 66.1538461538%;
}
@media screen and (min-width: 769px) {
  .list-staff-low dd {
    max-width: 215px;
  }
}
.list-staff-low dd {
  padding: 15px 0;
}
.list-news__item {
  padding: 40px 0;
  border-top: solid 1px #cdcdcd;
}
.list-news__item:last-child {
  border-bottom: solid 1px #cdcdcd;
}
.list-news__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-news__bx {
  width: 64.6153846154%;
  max-width: 64.6153846154%;
}
@media screen and (min-width: 769px) {
  .list-news__bx {
    max-width: 210px;
  }
}
.list-news__bx {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-news__img {
  width: 30.7692307692%;
  max-width: 30.7692307692%;
}
@media screen and (min-width: 769px) {
  .list-news__img {
    max-width: 100px;
  }
}
.list-news__img {
  aspect-ratio: 200/150;
  overflow: hidden;
}
.list-news__ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-news time {
  color: #ccc;
  text-align: right;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .list-news time {
    font-size: 10px;
  }
}
.list-products {
  display: flex;
  flex-wrap: wrap;
  gap: 7.69%;
}
.list-products .list-item,
.list-products .layout-item {
  width: 46.155%;
}
.list-products {
  row-gap: 40px;
}
.list-products__img {
  width: 100%;
  aspect-ratio: 300/200;
  overflow: hidden;
}
.list-products__link,
.list-products dl {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list-products dt span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list-products dd {
  color: #898989;
  text-align: right;
  line-height: 1;
}
.list-thumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5.26%;
}
.list-thumb .list-item,
.list-thumb .layout-item {
  width: 47.37%;
}
.list-thumb {
  row-gap: 30px;
}
.list-thumb__item {
  aspect-ratio: 270/200;
  overflow: hidden;
}
.list-menu__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.list-menu .ttl-04 {
  text-align: center;
}
.list-menu .txt-01 {
  white-space: pre-wrap;
}
.list-menu .list-wrp {
  background: #f1f1f1;
  font-size: 22px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .list-menu .list-wrp {
    font-size: 11px;
  }
}
.list-menu dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
  padding: 15px 20px;
}
.list-menu dl:not(:first-child) {
  border-top: solid 1px #cdcdcd;
}
.list-menu dd {
  margin-left: auto;
  text-align: right;
  color: #898989;
}
.list-menu__img {
  width: 100%;
  aspect-ratio: 650/400;
  overflow: hidden;
}

.com-gmap {
  width: 100%;
  aspect-ratio: 650/400;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-tel .tel {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.com-shadow-bx {
  box-shadow: 0px 0px 18px 12px rgba(51, 51, 51, 0.05);
}
.com-shadow-txt {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.tag-main__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.tag-main__link {
  display: block;
  background: #fff;
  border: solid 1px #cdcdcd;
  font-weight: 500;
  padding: 10px 20px;
  font-size: 30px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .tag-main__link {
    font-size: 15px;
  }
}
.tag-sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tag-sub__item {
  line-height: 1;
  background: #fff;
  border: solid 1px #cdcdcd;
  padding: 8px 10px;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .tag-sub__item {
    font-size: 10px;
  }
}

.ttl-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 70px;
}
.ttl-main__en, .ttl-main__rb {
  letter-spacing: 0.06em;
}
.ttl-main__en {
  color: #ccc;
  line-height: 1;
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .ttl-main__en {
    font-size: 12px;
  }
}
.ttl-main__rb {
  line-height: 1.9117647059;
  font-size: 34px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-main__rb {
    font-size: 17px;
  }
}
.ttl-01, .ttl-02 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.ttl-01__num, .ttl-02__num {
  width: 30px;
  aspect-ratio: 1/1;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-01__num, .ttl-02__num {
    font-size: 11px;
  }
}
.ttl-01__txt, .ttl-02__txt {
  font-size: 24px;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .ttl-01__txt, .ttl-02__txt {
    font-size: 12px;
  }
}
.ttl-02 {
  background: #333;
  padding: 10px;
}
.ttl-02__num {
  width: 40px;
  background: #fff;
  color: #333;
}
.ttl-02__txt {
  color: #fff;
  font-size: 26px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl-02__txt {
    font-size: 13px;
  }
}
.ttl-03 {
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 5px;
  font-size: 26px;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 769px) {
  .ttl-03 {
    font-size: 13px;
  }
}
.ttl-04, .ttl-sub {
  background: #333;
  color: #fff;
  font-size: 28px;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .ttl-04, .ttl-sub {
    font-size: 14px;
  }
}
.ttl-04, .ttl-sub {
  padding: 10px 20px;
}
.ttl-sub {
  margin-bottom: 30px;
}

.txt-plain {
  line-height: 2.3076923077;
}
.txt-01 {
  line-height: 1.9230769231;
}

#main-contents {
  background: #fff;
}
#main-contents section {
  padding: 150px 0;
}

#side-bar {
  width: 13.3333333333%;
  max-width: 13.3333333333%;
}
@media screen and (min-width: 769px) {
  #side-bar {
    max-width: 50px;
  }
}
#side-bar {
  position: fixed;
  right: 15px;
  bottom: 45px;
  z-index: 99;
}
#side-bar .btn-hb {
  width: 100%;
}
#side-bar .btn-totop {
  width: 60%;
}

.top-worry .bx {
  width: 93.3333333333%;
  max-width: 93.3333333333%;
}
@media screen and (min-width: 769px) {
  .top-worry .bx {
    max-width: 350px;
  }
}
.top-worry .bx {
  background: #fff;
  padding: 60px 45px;
  box-shadow: 0px 0px 18px 12px rgba(51, 51, 51, 0.05);
}
.top-worry .bx:first-child .btn-01__link {
  width: 66.67%;
}
.top-worry .bx:not(:first-child) .btn-01__link {
  width: 83.33%;
}

.top-greeting::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/165;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-reason .ttl-main__en,
.lower-reason .ttl-main__en {
  font-size: 60px;
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .top-reason .ttl-main__en,
  .lower-reason .ttl-main__en {
    font-size: 30px;
  }
}
.top-reason .btn-01__link,
.lower-reason .btn-01__link {
  width: 35.7142857143%;
  max-width: 35.7142857143%;
}
@media screen and (min-width: 769px) {
  .top-reason .btn-01__link,
  .lower-reason .btn-01__link {
    max-width: 125px;
  }
}

.top-staff .ttl-main {
  align-items: flex-start;
  row-gap: 15px;
}
.top-staff .btn-01__link {
  width: 38.4615384615%;
  max-width: 38.4615384615%;
}
@media screen and (min-width: 769px) {
  .top-staff .btn-01__link {
    max-width: 125px;
  }
}

.top-contact .ttl-main {
  row-gap: 20px;
}
.top-contact .bx {
  background: url("/img/top/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.top-contact .inner {
  width: 70%;
  max-width: 70%;
}
@media screen and (min-width: 769px) {
  .top-contact .inner {
    max-width: 227.5px;
  }
}
.top-contact .tel,
.top-contact .txt {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.top-contact .btn-03 {
  width: 86.92%;
}
.top-contact .btn-03__link {
  width: 100%;
}

.top-news .ttl-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.top-news .ttl-main__en {
  border-left: solid 1px #cdcdcd;
  padding-left: 20px;
  color: #898989;
}
.top-news .btn-01 {
  width: 38.4615384615%;
  max-width: 38.4615384615%;
}
@media screen and (min-width: 769px) {
  .top-news .btn-01 {
    max-width: 125px;
  }
}
.top-news .btn-01 {
  position: absolute;
  top: 0;
  right: 0;
}
.top-news .btn-01__link {
  width: 100%;
}

#ctn-lower #main-contents .btn-01__link {
  width: 38.4615384615%;
  max-width: 38.4615384615%;
}
@media screen and (min-width: 769px) {
  #ctn-lower #main-contents .btn-01__link {
    max-width: 125px;
  }
}

#footer {
  background: url("/img/common/footer-bg.png") center bottom no-repeat;
  background-size: 100%;
}
#footer .ft-logo {
  width: 23.0769230769%;
  max-width: 23.0769230769%;
}
@media screen and (min-width: 769px) {
  #footer .ft-logo {
    max-width: 75px;
  }
}
#footer .ft-logo {
  margin: 0 auto;
}
#footer .btn-02 {
  width: 38.4615384615%;
  max-width: 38.4615384615%;
}
@media screen and (min-width: 769px) {
  #footer .btn-02 {
    max-width: 125px;
  }
}
#footer .btn-02__link {
  width: 100%;
  font-size: 20px;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  #footer .btn-02__link {
    font-size: 10px;
  }
}
#footer .btn-02__link img {
  width: 43.2%;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
  font-size: 19px;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .footer-nav__list {
    font-size: 9.5px;
  }
}
.footer-nav__item {
  width: 50%;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}
.footer-nav__item:nth-child(odd) {
  border-right: solid 1px #333;
}/*# sourceMappingURL=style.css.map */