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: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .preamble {
  background: url(../images/shop/menu.png) 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-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: 44.964%;
  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.4;
  font-size: 18px;
}
@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.5;
    font-size: 15px;
  }
}
.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;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  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) {
  .asthenosphere .section-staff {
    margin-bottom: 90px;
  }
  .asthenosphere .section-staff .staffs {
    flex-wrap: wrap;
    width: 75%;
  }
  .asthenosphere .section-staff .staff {
    width: 48%;
    margin: 0 4% 8% 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: 0;
  }
  .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;
  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;
  }
}

.shop-area {
  width: 91.40625%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .shop-area {
    width: 90%;
    margin-bottom: 60px;
  }
}

.shop-area .price {
  color: #3B4043!important;
  font-size: 18px!important;
}

.shop-area a.button {
  display: none;
}

.shop-area h2.woocommerce-loop-product__title {
  color: #3B4043!important;
  padding-bottom: 0px!important;
  text-align: left!important;
  line-height: 1.5!important;
  padding-bottom: 10px!important;
}

.woocommerce ul.products li.product a img {
  margin: 0 0 5px!important;
}

@media (max-width: 767px) {

  .shop-area .price {
    font-size: 15px!important;
  }

  .shop-area h2.woocommerce-loop-product__title {
    font-size: 15px!important;
  }
}

.shop-area img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.items img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.asthenosphere .section-store__exterior .items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 91.40625%;
    margin: 0 auto 51px;
}

.asthenosphere .section-store__exterior .items .item {
    display: block;
    flex: 0 0 23%;
    width: 23%;
    color: inherit;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
}

.mutation.sight {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.asthenosphere .section-store__exterior .items .item__image {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
}

.asthenosphere .section-store__exterior .items .item__image::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.asthenosphere .section-store__exterior .items .item__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asthenosphere .section-store__exterior .items .item__name {
    margin-bottom: 11px;
}

.asthenosphere .section-store__exterior .items .item__price {
    text-align: center;
}

a.visi {
  visibility: hidden!important;
}

.user_box_area {
    margin-bottom: 80px!important;
}

.user_btnbox {
    display: flex;
    justify-content: center;
}

.user_login {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    width: 30%;
    padding: 2% 1.5% 1.5% 1.5%;
    text-align: center;
    margin: 1% 1% 3%;
    font-size: .9rem;
}

.all-btn {
    background-color: #dad6ce;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #dad6ce;
    width: 38%;
    margin: 0 auto;
    transition: all .3s;
}

.login-btn {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100%;
    margin-top: 5%;
}

.all-btn {
    background-color: #4C5255;
    border: 1px solid #4C5255;
    width: 480px;
}

.user_login .all-btn.login-btn {
    width: 70%;
    height: auto;
    line-height: 5px;
}

.login-btn a {
    color: #fff!important;
}

.all-btn a {
    letter-spacing: .2rem;
    display: block;
    position: relative;
    color: #fff;
    padding: 18px 0 16px;
    transition: all .3s;
  text-decoration: none;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: 60px!important;
}

@media screen and (max-width: 767px){
.user_box_area {
    margin-bottom: 40px!important;
}

.user_btnbox {
    display: block;
}

.user_login {
    width: 40%;
    padding: 3% 2% 0 2%;
}

.user_login {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3%;
}

.user_login p {
    font-size: .8rem;
    margin-bottom: 0;
    margin-top: 2%;
}

.login-btn a {
    font-size: .9rem;
}
}

.account {
  width: 86.875%;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .account {
    width: 90%;
  }
}


form.woocommerce-form.woocommerce-form-login.login {
    font-size: 18px;
}

@media screen and (max-width: 767px){
  form.woocommerce-form.woocommerce-form-login.login {
      font-size: 12px;
  }
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 30px 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}
.woocommerce form .form-row {
    margin: 0 0 24px !important;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
    content: " ";
    display: table;
}

.woocommerce form .form-row label {
    line-height: 2;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}
.woocommerce form .form-row label {
    line-height: 1 !important;
    margin-bottom: 8px !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 0 15px;
    color: #333;
    font-size: 16px;
    background-color: #EFEFEF;
    border: none;
    border-radius: 3px;
    outline: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
}

input {
    width: 20px;
    border: none;
    background: #fff;
    padding: 4px 2px;
    margin-right: 10px;
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input, textarea {
    margin: 0;
    padding: 0;
}

.woocommerce-form__label input {
  appearance: auto!important;
  -webkit-appearance: auto!important;
  appearance: checkbox!important;
  -webkit-appearance: checkbox!important;
}

.woocommerce a {
    text-decoration: none;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    margin-top: 10px;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 10px;
}

.woocommerce-form p {
  line-height: 1.6;
}

@media screen and (max-width: 767px){

  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 35px;
  }

  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
      margin: 20px 0 60px;
  }
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-info {
    border-top-color: #4C5255;
}

.woocommerce-info::before {
    color: #4C5255;
}

.account h2 {
    font-size: 1.5rem;
    color: #626262;
    padding-bottom: 2%;
    margin-bottom: 0;
}

.account a {
  color: #222!important;
}

.menu-area01 {
  display: block!important;
}

.menu-area {
  margin-bottom: 40px;
}

.menu-area h2 {
  font-size: 28px;
  background: #EBEBEB;
  text-align: left;
  padding-left: 30px;
  padding-top: 14px;
  padding-bottom: 8px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.menu-area p {
  padding-left: 30px;
  padding-bottom: 20px;
}

.menu-box {
  border: solid 1px #B9B9B9;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-box p {
  padding-left: 0!important;
  padding-top: 30px;
  line-height: 1.4;
}

.border-top-none {
  border-top: none;
}

.menu-box-ttl {
  display: flex;
}

.menu-box-ttl h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}

.menu-box-ttl h4 {
  font-size: 24px;
  font-weight: bold;
}

.menu-box-ttl h4 {
  margin-left: auto;
}

.menu-contact {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.menu-contact a {
  color: #3B4043;
  text-decoration: none;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 60px;
  display: block;
  text-align: center;
  border: solid 1px #3B4043;
  width: 320px;
  height: 60px;
}

a.a-02 {
  background: #4C5255!important;
  border: solid 1px #4C5255!important;
  color: #fff!important;
}

@media (max-width: 767px){
  .menu-area01 {
    display: block!important;
    width: 100%!important;
  }

  .menu-box {
    width: 90%;
    margin: 0 auto;
  }

  .menu-area p {
    padding-left: 0px;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
  }

  .menu-box-ttl h3 {
    font-size: 18px!important;
  }

  .menu-box-ttl h4 {
    font-size: 18px!important;
  }

  .menu-box {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-box p {
    padding-left: 0!important;
    padding-top: 20px;
    width: 100%!important;
  }


  .menu-contact {
      display: block;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      padding-top: 30px;
  }

  .menu-contact a {
      color: #3B4043;
      text-decoration: none;
      line-height: 52px;
      font-size: 18px;
      display: block;
      text-align: center;
      border: solid 1px #3B4043;
      width: 300px;
      height: 52px;
      margin: 0 auto;
  }

  a.a-02 {
    margin-top: 20px;
  }
}

p.biko {
  padding-top: 30px;
}

.accordion-faq .faq-q {
  background: #fff!important;
  display: flex!important;
  line-height: 1.8;
  align-items: center;
}

.accordion-faq .faq-q::after {
  margin-left: auto!important;
}

.faq-q span {
  display: block!important;
}

.accordion-faq .faq-q {
  padding-top: 22px!important;
  padding-bottom: 20px!important;
}

.accordion-faq .faq-item {
  border: none!important;
  margin-bottom: 10px!important;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px!important;
  padding-top: 0px;
  padding-bottom: 5px;
}

.faq-q span {
  font-size: 24px;
  background: #EBEBEB;
  padding: 20px 6px 19px;
  border-radius: 5px;
  margin-right: 17px;
}

.faq-a span {
  font-size: 24px;
  background: #EBEBEB;
  padding: 12px 8px 10px;
  border-radius: 5px;
}

.faq-a p {
  display: flex;
  gap: 20px;
  padding-right: 60px!important;
}

/* 親要素(faq-item)がホバーされたとき、中のqspanのスタイルを変える */
.faq-item:hover .faq-q .qspan {
    color: rgb(255, 255, 255) !important;
    background: rgb(59, 64, 67) !important;
    /* 変化を滑らかにするなら transition を追加 */
    transition: all 0.3s ease;
}

.faq-a p span.qspan {
  display: flex;
  justify-content: center;
  align-items: center;
}

span.qspan2 {
  color: #fff!important;
  background: #3B4043!important;
}

.tab_area {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.tabimg {
  margin-left: auto;
}

.faq_tab img {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

a.faq_tab {
  font-size: 16px;
  width: calc( (100% - 30px) / 4);
  background: #EBEBEB;
  padding: 20px 12px 18px;
  border-radius: 5px;
  text-decoration: none;
  color: #3B4043!important;
  display: block!important;
  text-decoration: none!important;
}

.faq_tab2 {
  display: flex;
  align-items: center;
}

.faq_tab {
  font-size: 16px;
  width: calc( (100% - 30px) / 4);
  background: #EBEBEB;
  display: flex;
  align-items: center;
  padding: 20px 12px 18px;
  border-radius: 5px;
}

.faqttl {
  color: #fff;
  background: #3B4043;
  padding: 4px 20px 2px;
  width: 100px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.faqbigttl {
  font-size: 32px;
  padding-bottom: 40px;
}

@media screen and (min-width: 767.1px){
  .pc_none {
    display: none!important;
  }
}

@media screen and (max-width: 767px){

  .tab_area {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      margin-bottom: 40px;
  }

  .faq_tab {
      font-size: 13px!important;
      width: calc((100% - 15px) / 2)!important;
      background: #EBEBEB!important;
      display: flex!important;
      align-items: center;
      padding: 2px 8px 0!important;
      height:58px!important;
      line-height: 62px!important;
      border-radius: 5px!important;
      line-height: 1.4!important;
  }

  .faq_tab2 {
    height: 100%;
    line-height: 1.2!important;
  }

  .faqttl {
    width: 70px;
  }

  .faq-q {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faq-q span {
    font-size: 18px;
  }

  .faq-a span {
    font-size: 18px;
  }

  .faq-q span {
    margin-right: 7px;
  }

  .accordion-faq .faq-q {
    gap: 10px;
    padding: 2px 10px!important;
    line-height: 1.6!important;
    font-size: 14px!important;
  }

  .accordion-faq .faq-a p {
    padding: 10px 10px 2px!important;
    line-height: 1.6!important;
    padding-right: 30px!important;
    font-size: 14px!important;
  }

  .faq-q span {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .faqbigttl {
      font-size: 22px;
      padding-bottom: 20px;
  }

  .section-salon-faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  p.biko {
    padding-top: 20px;
  }

  .account h2 {
      font-size: 18px;
      color: #626262;
      padding-bottom: 0;
      margin-bottom: 0;
  }

  .menu-area h2 {
    font-size: 24px!important;
  }
}

.all-btn a:hover {
  opacity: inherit;
  background: #fff!important;
  color: #4C5255!important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #FFF;
    border: 2px solid #9A9A9A;
    margin-top: 20px;
    color: #9A9A9A!important;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #ffffff!important;
  background-color: #4C5255;
  border-color: #4C5255;
}

.woocommerce-message {
    border-top-color: #4C5255!important;
}

.woocommerce-message::before {
    content: "\e015";
    color: #4C5255;
}
