.lithosphere {
  font-size: 18px;
}

.mt0 {
  margin-top: 0!important;
  padding: 0!important;
}

a.taichi {
  color: #3b4043;
      font-size: 16px;
      text-align: center;
      margin: 0 auto;
      display: block;
      padding-top: 20px;
}

p.sbi_bio {
  display: none!important;
}

#sb_instagram {
  width: 80%!important;
  margin: 0 auto!important;
}

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

  #sb_instagram.sbi_width_resp {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }

  a.taichi {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.calendar_area {
    width: 78.4375%;
    margin: 0 auto;
}

.calendar_area iframe {
  width: 100%;
  margin-top: 80px;
}

.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: 28px;
    margin-bottom: 30px;
  }

  .calendar_area {
    width: 80%;
    margin: 0 auto;
  }

  .calendar_area iframe {
    width: 100%;
    margin-top: 40px;
  }

}
.asthenosphere .preamble {
  background: url(../images/staff/preamble.jpg) no-repeat center/cover;
  margin-bottom: 80px;
}
@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-staff {
  max-width: 1280px;
  margin: 0 auto min(11.40625vw, 146px);
}
.asthenosphere .section-staff h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: min(8.125vw, 104px);
}
@media (max-width: 767px) {
  .asthenosphere .section-staff h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-staff h2.name__space span:nth-of-type(1) {
  margin-right: 0.5em;
}
.asthenosphere .section-staff .staff {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 78.4375%;
  margin: 0 auto;
}
.asthenosphere .section-staff .staff__exterior {
  width: 26.49402%;
  margin-bottom: 100px;
}
.asthenosphere .section-staff .staff__image {
  position: relative;
  margin-bottom: clamp(12px, 3.203125vw, 41px);
  margin-bottom: min(41px, 3.2vw);
}
.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__reservation {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: clamp(12px, 1.484375vw, 19px);
  color: #ffffff;
  padding: 16px 0 13px;
  background-color: #4C5255;
  transition: background-color 0.5s, color 0.5s;
}
.asthenosphere .section-staff .staff__reservation:hover {
  color: #4C5255;
  background-color: #cccccc;
}
.asthenosphere .section-staff .staff .staff__introduction {
  width: 60.6574%;
  margin-bottom: 100px;
}
.asthenosphere .section-staff .staff .staff__introduction h3 {
  font-size: clamp(12px, 1.875vw, 24px);
  border-bottom: 1px solid #707070;
  margin-bottom: 25px;
}
.asthenosphere .section-staff .staff .staff__introduction h3 span {
  display: inline-block;
  padding: 0 32px 10px 0;
  border-bottom: 2px solid #707070;
}
.asthenosphere .section-staff .staff .staff__introduction p {
  line-height: 1.4;
  font-size: 18px;
}
.asthenosphere .section-staff .staff .staff__commitment {
  width: 44.82071%;
  font-size: 15px;
}
.asthenosphere .section-staff .staff .staff__commitment h3 {
  font-size: clamp(12px, 1.484375vw, 19px);
  padding: min(1.40625vw, 18px) 0 min(1.015625vw, 13px) min(1.71875vw, 22px);
  background-color: #EBEBEB;
  margin-bottom: 34px;
}
.asthenosphere .section-staff .staff .staff__commitment p {
  line-height: 1.4;
}
.asthenosphere .section-staff .staff .staff__skills {
  width: 44.82071%;
  font-size: 15px;
}
.asthenosphere .section-staff .staff .staff__skills h3 {
  font-size: clamp(12px, 1.484375vw, 19px);
  padding: min(1.40625vw, 18px) 0 min(1.015625vw, 13px) min(1.71875vw, 22px);
  background-color: #EBEBEB;
  margin-bottom: 34px;
}
.asthenosphere .section-staff .staff .staff__skills p {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .asthenosphere .section-staff {
    margin-bottom: 90px;
  }
  .asthenosphere .section-staff .staff {
    display: block;
    justify-content: unset;
    flex-wrap: unset;
    width: 100%;
    margin: 0 auto;
  }
  .asthenosphere .section-staff .staff__exterior {
    width: 50%;
    margin: 0 auto 32px;
  }
  .asthenosphere .section-staff .staff__image {
    position: relative;
    margin-bottom: 16px;
  }
  .asthenosphere .section-staff .staff__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .asthenosphere .section-staff .staff__image::before {
    display: block;
    content: "";
    padding-top: 133.0909%;
  }
  .asthenosphere .section-staff .staff__reservation {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    padding: 16px 0 13px;
    background-color: #4C5255;
  }
  .asthenosphere .section-staff .staff .staff__introduction {
    width: 80%;
    margin: 0 auto 32px auto;
  }
  .asthenosphere .section-staff .staff .staff__introduction h3 {
    font-size: 18px;
    border-bottom: 1px solid #707070;
    margin-bottom: 16px;
  }
  .asthenosphere .section-staff .staff .staff__introduction h3 span {
    display: inline-block;
    padding: 0 32px 10px 0;
    border-bottom: 2px solid #707070;
  }
  .asthenosphere .section-staff .staff .staff__introduction p {
    line-height: 1.6;
    font-size: 15px;
  }
  .asthenosphere .section-staff .staff .staff__commitment {
    width: 80%;
    margin: 0 auto 32px auto;
  }
  .asthenosphere .section-staff .staff .staff__commitment h3 {
    font-size: 16px;
    padding: min(2.3468057366vw, 18px) 0 min(1.6949152542vw, 13px) min(2.8683181226vw, 22px);
    background-color: #EBEBEB;
    margin-bottom: 16px;
  }
  .asthenosphere .section-staff .staff .staff__commitment p {
    line-height: 1.6;
    font-size: 15px;
  }
  .asthenosphere .section-staff .staff .staff__skills {
    width: 80%;
    margin: 0 auto 32px auto;
  }
  .asthenosphere .section-staff .staff .staff__skills h3 {
    font-size: 16px;
    padding: min(2.3468057366vw, 18px) 0 min(1.6949152542vw, 13px) min(2.8683181226vw, 22px);
    background-color: #EBEBEB;
    margin-bottom: 16px;
  }
  .asthenosphere .section-staff .staff .staff__skills p {
    line-height: 1.6;
    font-size: 15px;
  }
}
.asthenosphere .section-style {
  max-width: 1280px;
  margin: 0 auto min(11.40625vw, 146px);
}
.asthenosphere .section-style h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: min(2.5vw, 32px);
}
@media (max-width: 767px) {
  .asthenosphere .section-style h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .section-style .styles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 78.4375%;
  margin: 0 auto;
}
.asthenosphere .section-style .style {
  display: block;
  width: 23.50427%;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .asthenosphere .section-style {
    margin-bottom: 90px;
  }
  .asthenosphere .section-style #sb_instagram #sbi_images {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .asthenosphere .section-style #sb_instagram #sbi_images .sbi_item {
    width: 48%;
    padding: 0 0 4px 0 !important;
  }
  .asthenosphere .section-style .styles {
    justify-content: center;
    margin-bottom: 20px;
  }
  .asthenosphere .section-style .style {
    width: 33.333333%;
    margin-bottom: 0;
  }
  .asthenosphere .section-style .style img {
    display: block;
  }
}
.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 .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: 30px;
  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;
}

.caution {
  margin-top: 40px;
  width: 100%;
}

@media (max-width: 767px) {
  .asthenosphere .section-menu {
    margin-bottom: 90px;
  }

  .caution {
    font-size: 15px!important;
    margin-top: -10px;
  }

  .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: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;
  }
}

.postid-1730 .asthenosphere .section-staff .staff__reservation {
  display: none!important;
}
