/* mixin
----------------------------------------------------*/
/* variable
----------------------------------------------------*/
/* p-esthe
----------------------------------------------------*/
@media screen and (max-width: 640px) {
  .p-esthe .l-local__wrap .l-kv {
    height: 100svh;
    padding-bottom: 0;
  }
  .p-esthe .l-local {
    display: none;
  }
  .p-esthe .l-kv--esthe .l-kv__img {
    background-image: url(../images/esthe/kv.jpg);
  }
}
.p-esthe__lead {
  position: relative;
  margin: 120px auto 0;
  writing-mode: vertical-rl;
  vertical-align: middle;
  transition: 0.4s ease;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 640px) {
  .p-esthe__lead {
    margin-top: 55px;
    writing-mode: horizontal-tb;
  }
}
.p-esthe__lead__title {
  margin-left: 80px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .p-esthe__lead__title {
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    writing-mode: vertical-rl;
  }
}
.p-esthe__lead__txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 3.5;
}
@media screen and (max-width: 640px) {
  .p-esthe__lead__txt {
    margin: 55px auto 0;
    writing-mode: vertical-rl;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 3;
  }
}
.p-esthe__wrap {
  width: 1100px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1200px) {
  .p-esthe__wrap {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-esthe__wrap {
    margin-top: 80px;
  }
}
.p-esthe__title {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-esthe__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-esthe__section {
  margin: 150px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-esthe__section {
    display: block;
    margin-top: 88px;
  }
}
.p-esthe__section:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .p-esthe__section:first-of-type {
    margin-top: 25px;
  }
}
.p-esthe__section__img {
  position: relative;
}
.p-esthe__section__img .slick-dots {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__img .slick-dots {
    left: auto;
    right: 0;
    bottom: -10px;
  }
}
.p-esthe__section__img .slick-dots li {
  width: 30px;
  font-size: 0;
  line-height: 0;
}
.p-esthe__section__img .slick-dots li button {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  white-space: nowrap;
  text-indent: 30px;
  transition: 0.4s ease;
}
.p-esthe__section__img .slick-dots li.slick-active {
  background: #000;
}
.p-esthe__section__title {
  margin-top: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.p-esthe__section__txt {
  margin-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__txt {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-esthe__section__table {
  border-collapse: collapse;
}
.p-esthe__section__table__wrap {
  display: inline-block;
  margin: 70px 0 0;
  padding: 10px 80px;
  background: #F9F9F9;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__table__wrap {
    margin-top: 30px;
    padding: 10px 15px;
  }
}
.p-esthe__section__table th, .p-esthe__section__table td {
  padding: 15px 0;
  border-bottom: 1px dotted #E2E2E2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
}
.p-esthe__section__table th {
  font-weight: 700;
}
.p-esthe__section__table tr.sub th, .p-esthe__section__table tr.sub td {
  border: none;
  padding-bottom: 0;
}
.p-esthe__section__table tr.sub2 td {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-esthe__section__table tr:last-of-type th, .p-esthe__section__table tr:last-of-type td {
  border: none;
}
.p-esthe__section__btn {
  position: relative;
  display: inline-block;
  width: 320px;
  margin-top: 45px;
  padding: 20px;
  border: 1px solid #222;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  transition: 0.4s ease;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__btn {
    width: 100%;
    margin-top: 20px;
  }
}
.p-esthe__section__btn::before, .p-esthe__section__btn::after {
  content: "";
  position: absolute;
  top: 50%;
}
.p-esthe__section__btn::before {
  right: 17px;
  height: 15px;
  margin-top: -8px;
  border-right: 1px solid #222;
  transform: 0.4s ease;
}
.p-esthe__section__btn.open::before {
  opacity: 0;
}
.p-esthe__section__btn::after {
  right: 10px;
  width: 15px;
  margin-top: -1px;
  border-top: 1px solid #222;
}
.p-esthe__section__btn:hover {
  opacity: 0.6;
}
.p-esthe__section__hidden {
  display: none;
}
.p-esthe__section__menu {
  margin: 55px 0 0 0;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__menu {
    margin-top: 40px;
  }
}
.p-esthe__section__menu__title {
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__menu__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-esthe__section__menu__lead {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__menu__lead {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }
}
.p-esthe__section__menu__price {
  width: 100%;
  margin: 20px 0 0 0;
  border-collapse: collapse;
}
.p-esthe__section__menu__price th, .p-esthe__section__menu__price td {
  padding: 30px 20px 20px;
  border-bottom: 1px dotted #E2E2E2;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-esthe__section__menu__price th, .p-esthe__section__menu__price td {
    padding: 15px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-esthe__section__menu__price th {
  font-weight: normal;
}
.p-esthe__section__menu__price th span {
  font-weight: 900;
}
.p-esthe__section__menu__price td {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .p-esthe__section__menu__price td {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .p-esthe__section__menu__price td {
    white-space: nowrap;
    width: auto;
    padding-left: 15px;
  }
}
.p-esthe__section__menu__price tr:first-of-type th, .p-esthe__section__menu__price tr:first-of-type td {
  border-top: 1px solid #8C8B8A;
}
