html {
  will-change: scroll-position;
}

.lithosphere {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lithosphere {
    font-size: 12px;
    background-color: #ffffff;
  }
}

.asthenosphere h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: min(8.984375vw, 115px);
}
@media (max-width: 767px) {
  .asthenosphere h2 {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
.asthenosphere .preamble {
  background: url(../images/salon/preamble.jpg) no-repeat center/cover;
  margin-bottom: 80px;
}

.asthenosphere .preamble-patio {
  background: url(../images/salon/patio.png) no-repeat center/cover;
}
@media (max-width: 767px) {
  .asthenosphere .preamble {
    margin-bottom: 50px;
  }
}
.asthenosphere .preamble::before {
  content: "";
  display: block;
  padding-top: 29%;
}
@media (max-width: 767px) {
  .asthenosphere .preamble::before {
    padding-top: 36%;
  }
}
.asthenosphere .section-salon {
  max-width: 1280px;
  margin: 0 auto min(14.453125vw, 185px);
}
.asthenosphere .section-salon .salon {
  display: flex;
  justify-content: space-between;
  width: 86.875%;
  margin: 0 auto;
}
.asthenosphere .section-salon .salon__image {
  width: 45.9%;
  margin-right: 8.00359%;
}
.asthenosphere .section-salon .salon__exterior {
  flex: 1;
}
.asthenosphere .section-salon .salon__h3 {
  line-height: 1.2;
  font-size: 25px;
  margin-bottom: 28px;
}
.asthenosphere .section-salon .salon__text {
  line-height: 1.8;
  font-size: 17px;
  font-weight: 300;
}
.salon__image2 {
  margin-right: 0%!important;
}
.salon__image3 {
  margin-right: 8.00359%!important;
}
@media (min-width: 768px) {
  .pc_none_salon {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .asthenosphere .section-salon {
    margin-bottom: 90px;
  }
  .asthenosphere .section-salon .salon {
    display: block;
    justify-content: unset;
    width: 90%;
  }
  .asthenosphere .section-salon .salon__image {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .asthenosphere .section-salon .salon__image img {
    width: 100%;
  }
  .asthenosphere .section-salon .salon__exterior {
    flex: unset;
  }
  .asthenosphere .section-salon .salon__h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-salon .salon__text {
    line-height: 1.6;
    font-size: 15px;
  }
  .sp_none_salon {
    display: none!important;
  }
}
.asthenosphere .section-staff {
  max-width: 1280px;
  margin: 0 auto min(11.40625vw, 146px);
}
.asthenosphere .section-staff h2 {
  margin-bottom: min(4.6875vw, 60px);
}
.asthenosphere .section-staff .staffs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 91.40625%;
  margin: 0 auto;
}
.asthenosphere .section-staff .staff {
  width: 23.5043%;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin: 0 1.9942666% 1.9942666% 0;
}
.asthenosphere .section-staff .staff__image {
  position: relative;
  margin-bottom: 18px;
}
.asthenosphere .section-staff .staff__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}
.asthenosphere .section-staff .staff__image::before {
  display: block;
  content: "";
  padding-top: 133.0909%;
}
.asthenosphere .section-staff .staff__name {
  font-size: 24px;
  margin-bottom: 25px;
}
.asthenosphere .section-staff .staff__more {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  line-height: normal;
  color: #4C5255;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  padding: 14px 0 11px 0;
  border: 2px solid #4C5255;
  margin-bottom: 15px;
  transition: background-color 0.5s, color 0.5s;
}
.asthenosphere .section-staff .staff__more:hover {
  background-color: #3B4043;
  color: #ffffff;
}
.asthenosphere .section-staff .staff__reserve {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  padding: 14px 0 11px 0;
  border: 2px solid #4C5255;
  background-color: #4c5255;
  margin-bottom: 15px;
  transition: background-color 0.5s, color 0.5s;
}
.asthenosphere .section-staff .staff__reserve:hover {
  background-color: #ffffff;
  color: #4C5255;
}
.asthenosphere .section-staff .staff:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 40px!important;
  }

  .asthenosphere .section-staff {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: 90px;
  }
  .asthenosphere .section-staff .staffs {
    flex-wrap: wrap;
    width: 75%;
  }
  .asthenosphere .section-staff .staff {
    width: 48%;
    margin: 0 4% 12% 0;
  }
  .asthenosphere .section-staff .staff__image {
    margin-bottom: 15px;
  }
  .asthenosphere .section-staff .staff img {
    margin-bottom: 16px;
  }
  .asthenosphere .section-staff .staff__name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .asthenosphere .section-staff .staff__more {
    height: 38px;
    font-size: 15px;
    padding: 2px 0 0 0;
    margin-bottom: 15px;
  }
  .asthenosphere .section-staff .staff__reserve {
    height: 38px;
    font-size: 13px;
    padding: 2px 0 0 0;
    margin-bottom: 15px;
    transition: background-color 0.5s, color 0.5s;
  }
  .asthenosphere .section-staff .staff__reserve:hover {
    background-color: #ffffff;
    color: #4C5255;
  }
  .asthenosphere .section-staff .staff:nth-of-type(2n) {
    margin-right: 0;
  }
}
.asthenosphere .section-menu {
  max-width: 1280px;
  margin: 0 auto min(14.375vw, 184px);
}
.asthenosphere .section-menu h2 {
  margin-bottom: min(6.25vw, 80px);
}
.asthenosphere .section-menu .section-menu__note {
  width: 87.1875%;
  line-height: 1.5;
  font-size: 15px;
  margin: 0 auto 50px;
}
.asthenosphere .section-menu .menus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 87.1875%;
  margin: 0 auto;
}
.asthenosphere .section-menu .menu {
  width: 48%;
  margin-bottom: 80px;
}
.asthenosphere .section-menu .menu__h3 {
  font-size: 36px;
  padding: 0 0 16px 0;
  border-bottom: 3px solid #707070;
  margin-bottom: 32px;
}
.asthenosphere .section-menu .menu dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #222222;
}
.asthenosphere .section-menu .menu dt {
  width: 50%;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
  margin-bottom: 38px;
}
.asthenosphere .section-menu .menu dd {
  width: 50%;
  text-align: right;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
  margin-bottom: 38px;
}
.asthenosphere .section-menu .menu dt:nth-last-child(2), .asthenosphere .section-menu .menu dd:nth-last-child(1) {
  margin-bottom: 0;
}
.asthenosphere .section-menu .menu:nth-last-child(1), .asthenosphere .section-menu .menu:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .asthenosphere .section-menu {
    margin-bottom: 90px;
  }
  .asthenosphere .section-menu .menus {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    width: 90%;
  }
  .asthenosphere .section-menu .menu {
    width: 100%;
    margin-bottom: 60px;
  }
  .asthenosphere .section-menu .menu__h3 {
    font-size: 20px;
    padding: 0 0 8px 0;
    border-bottom: 3px solid #707070;
    margin-bottom: 32px;
  }
  .asthenosphere .section-menu .menu dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    color: #222222;
  }
  .asthenosphere .section-menu .menu dt {
    width: 50%;
    padding-bottom: 16px;
    border-bottom: 1px solid #707070;
    margin-bottom: 38px;
  }
  .asthenosphere .section-menu .menu dd {
    width: 50%;
    text-align: right;
    padding-bottom: 16px;
    border-bottom: 1px solid #707070;
    margin-bottom: 38px;
  }
  .asthenosphere .section-menu .menu dt:nth-child(7), .asthenosphere .section-menu .menu dd:nth-child(8) {
    margin-bottom: 38px;
  }
  .asthenosphere .section-menu .menu:nth-last-child(1), .asthenosphere .section-menu .menu:nth-last-child(2) {
    margin-bottom: 60px;
  }
}
.asthenosphere .section-access {
  max-width: 1280px;
  margin: 0 auto min(14.375vw, 184px);
  /*.card::before {
    display: block;
    content: "";
    padding-top: 62.5%;
  }*/
}
.asthenosphere .section-access h2 {
  margin-bottom: min(6.25vw, 80px);
}
.asthenosphere .section-access .access {
  display: flex;
  justify-content: space-between;
  width: 87.1875%;
  margin: 0 auto 94px;
}
.asthenosphere .section-access .access__map {
  position: relative;
  width: 48%;
}
.asthenosphere .section-access .access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.asthenosphere .section-access .access__map::before {
  display: block;
  content: "";
  padding-top: 61.18881%;
}
.asthenosphere .section-access .access__exterior {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.asthenosphere .section-access .access__h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.asthenosphere .section-access .access__text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}
.asthenosphere .section-access .cards {
  display: flex;
  width: 100%;
  margin-top: auto;
}
.asthenosphere .section-access .card:not(:last-child) {
  margin-right: 2%;
  /*img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }*/
}
.asthenosphere .section-access .store {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.1875%;
  margin: 0 auto;
}
.asthenosphere .section-access .store__info {
  width: 49%;
}
.asthenosphere .section-access .store__info a {
  text-decoration: none;
  color: inherit;
}
.asthenosphere .section-access .store__info:nth-of-type(-n+2) {
  margin-bottom: 40px;
}
.asthenosphere .section-access .store h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.asthenosphere .section-access .store__text {
  font-size: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 767px) {
  .asthenosphere .section-access {
    margin-bottom: 90px;
  }
  .asthenosphere .section-access .access {
    display: block;
    justify-content: unset;
    width: 90%;
    margin-bottom: 32px;
  }
  .asthenosphere .section-access .access__map {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .asthenosphere .section-access .access__map::before {
    display: block;
    content: "";
    padding-top: 61.18881%;
  }
  .asthenosphere .section-access .access__exterior {
    width: 100%;
  }
  .asthenosphere .section-access .access__h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-access .access__text {
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-access .cards {
    display: flex;
    width: 100%;
    margin-top: auto;
  }
  .asthenosphere .section-access .store {
    display: block;
    justify-content: unset;
    flex-wrap: unset;
    width: 90%;
    margin: 0 auto;
  }
  .asthenosphere .section-access .store__info {
    width: 100%;
    margin-bottom: 20px;
  }
  .asthenosphere .section-access .store__info:nth-of-type(-n+2) {
    margin-bottom: 20px;
  }
  .asthenosphere .section-access .store h4 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .asthenosphere .section-access .store__text {
    font-size: 12px;
    padding-bottom: 8px;
  }
}

.salon-mb {
  margin-bottom: 100px!important;
}

.asthenosphere .section-salon2 {
  max-width: 1280px;
  margin: 0 auto min(16.484375vw, 211px);
}
.asthenosphere .section-salon2 h2 {
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: min(6.25vw, 80px);
}
.asthenosphere .section-salon2 h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .asthenosphere .section-salon2 h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-salon2 .salon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 78.4375%;
  margin: 0 auto;
  align-items:center;
}
.asthenosphere .section-salon2 .salon__image {
  width: 49.8008%;
}
.asthenosphere .section-salon2 .salon__exterior {
  width: 40%;
  padding-top: 19px;
}
.asthenosphere .section-salon2 .salon__h3 {
  font-size: 28px;
  color: #3B3B3B;
  margin-bottom: 25px;
}
.asthenosphere .section-salon2 .salon__address {
  line-height: 1.5;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;
}
.asthenosphere .section-salon2 .salon__info {
  display: flex;
  width: 330px;
  height: 60px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  border: 2px solid #3B4043;
}
.asthenosphere .section-salon2 .salon__info:hover {
  background-color: #3B4043;
  color: #ffffff;
}

h4.eye-h4 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: normal!important;
  text-align: center;
  color: #3B3B3B;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

h4.eye-h4 span {
  font-size: 24px;
}

.salon__address h5 {
  text-align: center;
  font-size: 17px;
  color: #3B3B3B;
}

@media (max-width: 767px) {
  h4.eye-h4 {
    font-size: 28px;
  }

  h4.eye-h4 span {
    font-size: 20px;
  }

  .asthenosphere .section-salon2 {
    margin-bottom: 90px;
  }
  .asthenosphere .section-salon2 .salon {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    width: 91.40625%;
  }
  .asthenosphere .section-salon2 .salon__image {
    width: 100%;
  }
  .asthenosphere .section-salon2 .salon__image img {
    width: 100%;
  }
  .asthenosphere .section-salon2 .salon__exterior {
    width: 100%;
    text-align: center;
    padding-top: 32px;
  }
  .asthenosphere .section-salon2 .salon__h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-salon2 .salon__address {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-salon2 .salon__address a {
    color: inherit;
    text-decoration: none;
  }
  .asthenosphere .section-salon2 .salon__info {
    display: inline-flex;
    width: 48vw;
    height: 47px;
    font-size: 15px;
  }
}

/*

.page-id-41 .asthenosphere .staff:nth-child(10) .staff__reserve {
  display: none!important;
}

*/
