/* 店舗情報 */
.staff_profile,
.store_type .staff h2,
.store_memu_box h2:after,
.store_memu_table,
.salon_baccor_a .store_memu_box .form_btn h2{
  width: 100%;
}

.staff_profile {
  margin: 5rem 0;
  padding: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.staff .staff_profile_ul {
  gap: 1rem;
  align-items: flex-end;
  justify-content: center;
}

.staff .staff_profile_ul li {
  border-radius: 50%;
  overflow: hidden;
  width: calc(100% / 4);
}
.staff .staff_profile_ul a:hover{
  opacity: 1;
}

.staff .staff_profile_ul img {
  transition: 0.5s ease;
  border: 1px solid #cfcfcf;
}
.staff .staff_profile_ul img:hover {
  transform: scale(1.2);
}
@media (width < 900px) {
  .staff_profile {
    padding: 10rem 0 0 0;
    margin-top: -5rem;
}
.terms_of_use{
  /* padding: 10rem 0 0 0;
        margin-top: -10rem; */
}
.staff .staff_profile_ul {
  flex-wrap: wrap;
  width: 100%;
  justify-content:unset;
}
.staff .staff_profile_ul li {
    width: calc(90% / 2);
}
#store_memu_box {
  margin-top: -60px;
  padding-top: 70px;
}

}



/* ストア　メニュー */
.salon_baccor_a .store_memu_box h2 {
  text-align: center;
  width: 30%;
  margin: 0 auto;
  font-size: clamp(12px, 2vw, 28px);
}

.store_memu_box h2:after {
  content: "";
  border-bottom: 1px solid #4d4d4d;
  height: 1px;
  display: block;
}

/* 表 */
.store_memu {
  padding: 3rem 5rem;
  background-color: #fff;
  margin: 2rem 0;
}

.store_memu_table {
  border-collapse: collapse;
}
.store_memu_table th,
.store_memu_table td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.store_memu_table th:first-child, .store_memu_table td:first-child {
  padding-left: 3rem;
  width: 40%;
}

@media (width < 900px) {
  .salon_baccor_a .store_memu_box h2 {
    width: 80%;
    font-size: 24px;
  }
  .store_memu {
    padding: 1rem;
  }

  .store_memu_table th, .store_memu_table td {
    font-size: 12px;
}
  .store_memu_table th:first-child, .store_memu_table td:first-child {
    padding-left: 0;
}
  }

  .form_btn a {  /** 予約へボタン **/
    padding: 1rem;
    text-align: center;
    background: #70727e;
    color: #fff;
}


  /* 予約カレンダー */
@media (width < 900px) {
  #calendar_form{
    /* margin-top:-60px;
   padding-top:100px; */
   }
 #calendar_form h2{
  font-size: 16px;
 }
}

.store_type .top_salon {
  margin-top: 0;
}


.form_btn h2::after {
  content: none;
}





