/* s-salon
======================================= */
.s-salon__inner {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .s-salon__inner {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}
.s-salon__inner_01 {
  z-index: inherit;
}
.s-salon__container {
  padding: 5em min(8.333vw, 160px);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(79, 79, 79, 0.1019607843), 0px 10px 10px 0px rgba(79, 79, 79, 0.0901960784), 0px 23px 14px 0px rgba(79, 79, 79, 0.0509803922), 0px 40px 16px 0px rgba(79, 79, 79, 0.0117647059), 0px 63px 18px 0px rgba(79, 79, 79, 0);
          box-shadow: 0px 3px 6px 0px rgba(79, 79, 79, 0.1019607843), 0px 10px 10px 0px rgba(79, 79, 79, 0.0901960784), 0px 23px 14px 0px rgba(79, 79, 79, 0.0509803922), 0px 40px 16px 0px rgba(79, 79, 79, 0.0117647059), 0px 63px 18px 0px rgba(79, 79, 79, 0);
}
@media (max-width: 768px) {
  .s-salon__container {
    padding: 2.5em 5.333%;
  }
}
.s-salon__btn {
  max-width: 335px;
  margin: auto;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .s-salon__btn {
    padding-bottom: 1.5em;
  }
}
.s-salon__btn a {
  font-size: 1.25em;
  padding: 1.625rem;
}
@media (max-width: 768px) {
  .s-salon__btn a {
    font-size: 1em;
    padding: 1em;
  }
}
.s-salon__links {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 12;
}
@media (max-width: 768px) {
  .s-salon__links {
    display: none;
  }
}
.s-salon__links-item {
  margin-bottom: 1rem;
}
.s-salon__links-item--tel a::before {
  content: "";
  width: 1.3125em;
  height: 1.3125em;
  display: block;
  background: url(../img/common/icons/icon_tel-white.svg) no-repeat center center/contain;
}
.s-salon__links-item--tel a:hover::before {
  background: url(../img/common/icons/icon_tel-black.svg) no-repeat center center/contain;
}
.s-salon__links-item a {
  font-size: 1.125em;
  padding: 1.15em;
}

/* info
======================================= */
.info__eyebrow {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  background-color: #BCA072;
  color: #fff;
  padding: 0.625rem 0.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .info__eyebrow {
    font-size: 0.875em;
    margin-bottom: 1.5rem;
  }
}
.info__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  .info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
  }
}
.info__list {
  width: 41%;
}
@media (max-width: 1024px) {
  .info__list {
    width: 100%;
    margin-bottom: 2em;
  }
}
.info__item-title {
  font-size: 1.125em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #030303;
  padding: 0.5em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .info__item-title {
    font-size: 0.875em;
  }
}
.info__item-text {
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .info__item-text {
    font-size: 0.9375em;
  }
}
.info__item-text--tel a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.5em 1em;
  border-bottom: 3px solid #030303;
}
.info__item-text--tel a img {
  width: auto;
  margin-right: 4px;
  margin-bottom: 4px;
}
.info__item-text--tel a span {
  line-height: 1;
}
.info__item-text--instagram {
  margin-bottom: 0;
}
.info__item-text--instagram a {
  background-color: #F8F8F8;
  display: inline-block;
  padding: 0.625em 0.5em;
}
.info__item-text--instagram a:hover {
  color: #FF5800;
}
.info__item-text--instagram a > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.info__item-text--instagram a span.text {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.info__item-text--instagram a img {
  width: auto;
}
.info__item-icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5em;
}
@media (max-width: 768px) {
  .info__item-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
.info__right {
  width: 48%;
}
@media (max-width: 1024px) {
  .info__right {
    width: 100%;
  }
}
.info__map {
  margin-bottom: 1.5em;
}
.info__map-iframe {
  position: relative;
  margin-bottom: 0.5rem;
}
.info__map-iframe::before {
  content: "";
  display: block;
  padding-top: 69.23%;
}
.info__map-iframe img, .info__map-iframe video, .info__map-iframe iframe, .info__map-iframe svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info__map-iframe iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.info__map-link {
  margin-left: auto;
  max-width: 160px;
}
.info__map-link a {
  font-size: 1.25em;
}
.info__map-link a::after {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
.info__service {
  background-color: #F8F8F8;
  padding: 2em;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .info__service {
    padding: 1em;
    margin-bottom: 2em;
  }
}
.info__service-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem 0.5rem;
  max-width: 944px;
  margin: auto;
}
@media (max-width: 1280px) {
  .info__service-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1024px) {
  .info__service-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .info__service-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.info__service-item-image {
  position: relative;
}
.info__service-item-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.info__service-item-image img, .info__service-item-image video, .info__service-item-image iframe, .info__service-item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info__service-item span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .info__service-item span {
    font-size: 0.625em;
  }
}

/* reviews
======================================= */
.reviews {
  background-color: #F8F8F8;
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .reviews {
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .reviews__inner {
    padding: 2em 0;
  }
}
.reviews .ti-review-item {
  background-color: #fff;
}
.reviews .ti-widget.ti-goog .ti-controls-line .dot {
  background: #FF5800;
}
.reviews .ti-widget.ti-goog .ti-controls .ti-next::after, .reviews .ti-widget.ti-goog .ti-controls .ti-next::before, .reviews .ti-widget.ti-goog .ti-controls .ti-prev::after, .reviews .ti-widget.ti-goog .ti-controls .ti-prev::before {
  background-color: #030303;
}
@media (max-width: 768px) {
  .reviews .ti-widget.ti-goog .ti-controls .ti-next::after, .reviews .ti-widget.ti-goog .ti-controls .ti-next::before, .reviews .ti-widget.ti-goog .ti-controls .ti-prev::after, .reviews .ti-widget.ti-goog .ti-controls .ti-prev::before {
    width: 10px;
  }
}
@media (max-width: 768px) {
  .reviews .ti-widget.ti-goog .ti-controls .ti-next::after, .reviews .ti-widget.ti-goog .ti-controls .ti-prev::after {
    top: 13px;
  }
}

/* images
======================================= */
.images__inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .images__inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.images__thumbnail {
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .images__thumbnail {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .images__thumbnail-item {
    position: relative;
  }
  .images__thumbnail-item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .images__thumbnail-item img, .images__thumbnail-item video, .images__thumbnail-item iframe, .images__thumbnail-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .images__sub-item {
    position: relative;
  }
  .images__sub-item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .images__sub-item img, .images__sub-item video, .images__sub-item iframe, .images__sub-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.images__sub .slick-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media (max-width: 768px) {
  .images__sub .slick-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
}
.images__sub .slick-track::before, .images__sub .slick-track::after {
  display: none;
}
.images__sub .slick-slide {
  width: 100% !important;
  overflow: hidden;
  cursor: pointer;
}
.images__sub .slick-slide.slick-current {
  position: relative;
}
.images__sub .slick-slide.slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
  mix-blend-mode: multiply;
}
.images__sub-img {
  position: relative;
}
.images__sub-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.images__sub-img img, .images__sub-img video, .images__sub-img iframe, .images__sub-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.images__sub-img::before {
  padding-top: 100%;
}

/* voice
======================================= */
.voice__inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .voice__inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.voice__container {
  margin-bottom: 4em;
}
@media (max-width: 768px) {
  .voice__container.pc_tb {
    display: none;
  }
}
.voice__container.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .voice__container.sp_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .voice__container {
    margin-bottom: 2em;
  }
}
.voice__btn {
  margin: auto;
  max-width: 500px;
}
.voice__btn a {
  font-size: 1.125em;
  padding: 1.375em;
}
@media (max-width: 768px) {
  .voice__btn a {
    font-size: 1em;
    padding: 1em;
  }
}

/* staff
======================================= */
.staff {
  position: relative;
  z-index: 9;
}
.staff.is-open {
  z-index: 10;
}
.staff__inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .staff__inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  .staff__container.pc_tb {
    display: none;
  }
}
.staff__container.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .staff__container.sp_only {
    display: block;
  }
}
.staff__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em 4em;
}
@media (max-width: 768px) {
  .staff__list {
    gap: 0;
  }
}
.staff__item {
  position: relative;
  overflow: hidden;
}
.staff__item:not(.is-open) {
  cursor: pointer;
}
.staff__item-image {
  position: relative;
}
.staff__item-image::before {
  content: "";
  display: block;
  padding-top: 136%;
}
.staff__item-image img, .staff__item-image video, .staff__item-image iframe, .staff__item-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .staff__item-image::before {
    padding-top: 66.67%;
  }
}
.staff__item-image > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-position: top;
     object-position: top;
}
.staff__item:hover-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.staff__item:hover-name::after {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.staff__item-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25em;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 1rem 2.5rem;
}
.staff__item-name::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/common/icons/icon_arrow-white.svg) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff__item-popup {
  display: none;
}
.staff__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
}
.staff__popup-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .staff__popup-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.staff__popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 5em;
  height: 5em;
  background-color: #030303;
  cursor: pointer;
}
.staff__popup-close::before, .staff__popup-close::after {
  content: "";
  width: 2.2em;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.staff__popup-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.staff__popup-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.staff__popup-image {
  width: 53.125%;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .staff__popup-image {
    width: 100%;
    position: relative;
  }
  .staff__popup-image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .staff__popup-image img, .staff__popup-image video, .staff__popup-image iframe, .staff__popup-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.staff__popup-image img {
    -o-object-position: top;
       object-position: top;
}

.staff__popup-contents {
  width: 46.875%;
  padding: 6vh 5.8333vw;
  background-color: #fff;
  overflow-y: scroll;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .staff__popup-contents {
    width: 100%;
    padding: 1.5em 10.667% 2.5em;
  }
}
.staff__popup-interview {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  color: #BCA072;
  line-height: 1;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .staff__popup-interview {
    font-size: 0.875em;
    margin-bottom: 0.75rem;
  }
}
.staff__popup-catch {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .staff__popup-catch {
    margin-bottom: 1.5em;
  }
}
.staff__popup-catch > span {
  display: block;
}
.staff__popup-catch > span:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .staff__popup-catch > span:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.staff__popup-catch > span > span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2em;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #030303;
}
@media (max-width: 768px) {
  .staff__popup-catch > span > span {
    font-size: 1.25em;
    padding: 0 0.25rem;
  }
}
.staff__popup-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .staff__popup-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.5em 1em;
    margin-bottom: 0.5rem;
  }
}
.staff__popup-info-title {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .staff__popup-info-title {
    font-size: 1.25em;
  }
}
.staff__popup-info-qualification {
  font-size: 0.875em;
  line-height: 1;
  border: 1px solid #030303;
  padding: 0.25rem;
}
.staff__popup-info-instagram a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  background-color: #F8F8F8;
  padding: 0.625em 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.staff__popup-info-instagram a span {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.staff__popup-info-instagram a img {
  width: 1.5em;
  height: 1.5em;
}
.staff__popup-info-instagram a:hover {
  opacity: 0.7;
}
.staff__popup-text {
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .staff__popup-text {
    font-size: 0.9375em;
  }
}
.staff__popup-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #BBBBBB;
}
.staff__popup-item-title {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .staff__popup-item-title {
    font-size: 1em;
  }
}
.staff__popup-item-text {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .staff__popup-item-text {
    font-size: 0.9375em;
  }
}
.staff__popup.is-open {
  display: block;
}

/* price
======================================= */
.price__inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .price__inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.price__item:nth-child(n+2) {
  margin-top: 6em;
}
@media (max-width: 768px) {
  .price__item:nth-child(n+2) {
    margin-top: 3em;
  }
}
.price__item-title {
  font-size: 1.25em;
  line-height: 1;
  color: #fff;
  background-color: #BCA072;
  padding: 1.2em 2em;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .price__item-title {
    font-size: 1.125em;
    padding: 1.1875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
}
.price__item-title.mb0 {
  margin-bottom: 0;
}
.price__item-title::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/common/icons/icon_triangle-white.svg) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media (max-width: 768px) {
  .price__item-title::after {
    display: block;
  }
}
.price__item-title.is-open::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media (max-width: 768px) {
  .price__item-table {
    display: none;
  }
}
.price__item-table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #BBBBBB;
}
.price__item-table table tr:nth-child(2n-1) {
  background-color: #EAE8E5;
}
@media (max-width: 768px) {
  .price__item-table table tr:nth-child(2n-1) {
    background-color: inherit;
  }
}
.price__item-table table tr:nth-child(2n) {
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .price__item-table table tr:nth-child(2n) {
    background-color: inherit;
  }
}
.price__item-table table th, .price__item-table table td {
  border: 2px solid #BBBBBB;
}
.price__item-table table th {
  background-color: #030303;
  color: #fff;
  text-align: center;
  font-size: 1.25em;
  line-height: 1;
  white-space: nowrap;
  padding: 1.2em 0;
}
@media (max-width: 768px) {
  .price__item-table table th {
    display: none;
  }
}
.price__item-table table th.course {
  width: 85.7%;
}
.price__item-table table th.course1 {
  width: 30%;
}
.price__item-table table th.times {
  width: 7.857%;
}
.price__item-table table th.detail {
  width: 47.857%;
}
.price__item-table table th.price {
  width: 14.2857%;
}
.price__item-table table td {
  font-size: 1.125em;
  letter-spacing: 0.05em;
  padding: 1.2rem;
}
@media (max-width: 768px) {
  .price__item-table table td {
    font-size: 0.9375em;
    display: block;
    background-color: #F8F8F8;
    padding: 1rem;
  }
}
.price__item-table table td.course {
  font-weight: bold;
}
@media (max-width: 768px) {
  .price__item-table table td.course {
    background-color: #EAE8E5;
  }
}
.price__item-table table td.times {
  text-align: center;
}
.price__item-table table td.price {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2em;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .price__item-table table td.price {
    font-size: 1.5em;
  }
}
.price__item-table table td.price.text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 1.2em 0;
}
.price__item-note {
  padding: 2em 1.2em;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  background-color: #F8F8F8;
  border: 2px solid #BBBBBB;
}
@media (max-width: 768px) {
  .price__item-note {
    font-size: 1.125em;
    padding: 1rem;
  }
}

/* faq
======================================= */
.faq__inner {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-top: 0;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 768px) {
  .faq__list {
    margin-bottom: 0;
  }
}

/* features
======================================= */
.features__inner {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .features__inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .features__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features__item:nth-child(n+2) {
  margin-top: 6em;
}
@media (max-width: 768px) {
  .features__item:nth-child(n+2) {
    margin-top: 3em;
  }
}
.features__item-img {
  width: 46.428%;
}
@media (max-width: 768px) {
  .features__item-img {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.features__item-contents {
  width: 46.428%;
}
@media (max-width: 768px) {
  .features__item-contents {
    width: 100%;
  }
}
.features__item-title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .features__item-title {
    font-size: 1.125em;
    margin-bottom: 1rem;
  }
}
.features__item-text {
  font-size: 1.125em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .features__item-text {
    font-size: 0.9375em;
  }
}

/* flow
======================================= */
.flow__inner {
  padding-top: 3em;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-top: 1.5em;
  }
}
.flow__item {
  background-color: #F8F8F8;
  padding: 2em 10%;
  position: relative;
}
@media (max-width: 1024px) {
  .flow__item {
    width: 100%;
    padding: 3em 1em 2.3125em;
  }
}
.flow__item:nth-child(n+2) {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .flow__item:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
.flow__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-100% - 4px));
          transform: translate(-50%, calc(-100% - 4px));
  width: 3.5em;
  height: 3.5em;
  background: url(../img//common/icons/icon_triangle-black-lower.svg) no-repeat center center/contain;
}
@media (max-width: 1024px) {
  .flow__item:nth-child(n+2)::before {
    top: 0;
    left: 50%;
    width: 1.75em;
    height: 1.75em;
  }
}
.flow__item-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #030303;
  padding: 0.625rem;
}
@media (max-width: 768px) {
  .flow__item-num {
    font-size: 1em;
  }
}
.flow__item-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .flow__item-title {
    font-size: 1em;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.flow__item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .flow__item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__item-img {
  width: 35.714%;
}
@media (max-width: 768px) {
  .flow__item-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.flow__item-text {
  width: 62.5%;
  font-size: 1.125em;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .flow__item-text {
    width: 100%;
    font-size: 0.9375em;
  }
}

/* salon
======================================= */
@media (max-width: 768px) {
  .salon__inner {
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}