@charset "utf-8";

.bg {
  position: relative;
  margin-top: 20px;
  background-image: url(../images/bg_top.jpg);
  height: 400px;
}

.bg,
.bg02 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg02 {
  background-image: url(../images/bg02_top.jpg);
  background-position: center;
  height: 300px;
}

.bg .fv_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 100%;
}

.bg .fv_title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.bg .fv_title-ja {
  font-size: 42px;
  line-height: 1.42;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#breadcrumb {
  background-color: #262322;
  padding: 14px 40px;
}

#breadcrumb li {
  display: inline;
  color: #8a8a8a;
  font-size: 13px;
}

#breadcrumb li span {
  padding-left: 10px;
}

section {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 50px;
  }
}

.section_title {
  margin-bottom: 77px;
}

@media screen and (max-width: 600px) {
  .section_title {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .section_title-en {
    font-size: 25px;
  }
}
.section_title-main {
  font-size: 32px;
  line-height: 1.43;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_title-main {
    font-size: 25px;
  }
}

.section_title-main::after {
  background-color: #787573;
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}

.tab_area {
  display: flex;
  column-gap: 2px;
  justify-content: center;
  margin: auto;
  max-width: 900px;
}

.tab_area .tab {
  background-color: #262322;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 25px 0;
  text-align: center;
  width: calc(100% / 3);
}

.tab_area .tab.active {
  background-color: #312c29;
  border-top: 1px solid #958348;
}

.panel_area {
  display: none;
  background-color: #332e2b;
  padding: 100px 0;
}

.panel_area.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .panel_area {
    padding: 50px 0;
  }
}

.service_inner {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}

.service_text {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service_text {
    text-align: left;
  }
}

.service_text + .service_text {
  margin-top: 25px;
}

.service_lead {
  color: #a58c1b;
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service_lead {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.service_content {
  border-top: 1px solid #707070;
  margin-top: 138px;
}

@media screen and (max-width: 600px) {
  .service_content {
    margin-top: 100px;
  }
}

.service_content-v2 {
  display: flex;
  gap: 190px;
  justify-content: center;
  margin-top: 94px;
}

@media screen and (max-width: 1200px) {
  .service_content-v2 {
    gap: 150px;
  }
}

@media screen and (max-width: 991px) {
  .service_content-v2 {
    gap: 100px;
  }
}

@media screen and (max-width: 767px) {
  .service_content-v2 {
    display: block;
    margin-top: 60px;
  }
}

.service_content-v2 figure {
  flex: 1;
  margin: auto;
  max-width: 496px;
}

.service_content-v2 dl {
  max-width: 344px;
}

@media screen and (max-width: 767px) {
  .service_content-v2 dl {
    margin: 40px auto 0;
  }
}

.service_content-v2 dl + dl {
  margin-top: 16px;
}

.service_content-v2 dt {
  color: #a58c1b;
  font-size: 20px;
  margin-bottom: 6px;
}

.service_content-v2 dd {
  font-size: 15px;
  line-height: 1.4;
}

.service_logo {
  text-align: center;
  position: relative;
  top: -45px;
}

.service_list {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .service_list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .service_list {
    margin-top: 0;
  }
}

.service_item {
  display: flex;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .service_item {
    gap: 40px;
  }
}

.service_item.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 991px) {
  .service_item,
  .service_item.reverse {
    flex-direction: column;
  }
}

.service_item + .service_item {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .service_item + .service_item {
    margin-top: 40px;
  }
}

.service_body {
  max-width: 430px;
}

@media screen and (max-width: 991px) {
  .service_body {
    max-width: initial;
    width: 100%;
  }
}

.service_name {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .service_name {
    margin-bottom: 30px;
  }
}

.service_name-en {
  font-size: 40px;
  line-height: 1.43;
  margin-bottom: 4px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .service_name-en {
    font-size: 30px;
  }
}

.service_name-ja {
  color: #a58c1b;
  font-size: 16px;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .service_name-ja {
    font-size: 15px;
  }
}

.service_content-text {
  border-bottom: 1px solid #707070;
  font-size: 15px;
  line-height: 1.91;
  padding-bottom: 20px;
}

.service_body.-v2 {
  max-width: 730px;
}

.service_body.-v3 {
  max-width: 570px;
}

@media screen and (max-width: 991px) {
  .service_body.-v2,
  .service_body.-v3 {
    max-width: 100%;
  }
}

.service_body.-v2 .service_name,
.service_body.-v3 .service_name {
  color: #a58c1b;
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .service_body.-v2 .service_name,
  .service_body.-v3 .service_name {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.service_body.-v2 .service_content-text,
.service_body.-v3 .service_content-text {
  border-bottom: none;
}

.service_content-list {
  padding-top: 20px;
}

.service_content-list li {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.service_content-list li + li {
  margin-top: 20px;
}

.service_content-list li span {
  color: #a58c1b;
}

.service_img {
  text-align: center;
}

/* 施術の流れ */
.service_flow {
  background-color: #403936;
  margin-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .service_flow {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.service_flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .service_flow-list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .service_flow-item:not(:last-child) {
    margin-bottom: 55px;
    position: relative;
  }

  .service_flow-item:not(:last-child)::after {
    background: url(../images/service/arrow.svg) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}

.service_flow-item:not(:last-child) figure {
  position: relative;
}

.service_flow-item:not(:last-child) figure::after {
  background: url(../images/service/arrow.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .service_flow-item:not(:last-child) figure::after {
    display: none;
  }
}

.service_flow-thumb {
  margin-bottom: 20px;
  text-align: center;
}

.service_flow-heading {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.service_flow-heading span {
  color: #a58c1b;
}

.service_flow-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
}

/* 10種類の天然ハーブをMIX */
.service_herbs {
  margin: auto;
  max-width: 1240px;
  padding: 80px 20px 0;
}

@media screen and (max-width: 767px) {
  .service_herbs {
    padding: 50px 20px 0;
  }
}

.scroll_area {
  overflow-x: scroll;
}

.service_herbs-table {
  margin-bottom: 80px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .service_herbs-table {
    margin-bottom: 50px;
    min-width: 640px;
  }
}

.service_herbs-table th {
  background-color: #a58c1b;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.service_herbs-table th:not(:last-child),
.service_herbs-table td:not(:last-child) {
  border-right: 1px solid #b9b9b9;
  width: 192px;
}

@media screen and (max-width: 991px) {
  .service_herbs-table th:not(:last-child),
  .service_herbs-table td:not(:last-child) {
    width: 152px;
  }
}

@media screen and (max-width: 767px) {
  .service_herbs-table th:not(:last-child),
  .service_herbs-table td:not(:last-child) {
    width: 132px;
  }
}

.service_herbs-table td {
  background-color: #fff;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  padding: 16px 30px;
  vertical-align: middle;
}

@media screen and (max-width: 860px) {
  .service_herbs-table td {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 767px) {
  .service_herbs-table td {
    padding: 12px 15px;
  }
}

@media screen and (max-width: 840px) {
  .service_herbs-table td br {
    display: none;
  }
}

.service_herbs-table tr:nth-child(odd) td {
  background-color: #f9f7ef;
}

/* 各店舗 */
.menu_contact {
  margin-bottom: 100px;
}

.menu_contact .contact_list {
  column-gap: 69px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1058px;
}

@media screen and (max-width: 1080px) {
  .menu_contact .contact_list {
    column-gap: 40px;
  }
}

@media screen and (max-width: 940px) {
  .menu_contact .contact_list {
    display: block;
  }
}

.menu_contact .contact_item {
  margin: 0;
  padding: 0;
  width: auto;
}

@media screen and (max-width: 940px) {
  .menu_contact .contact_item {
    margin: 50px auto 0;
  }
}

.contact_item + .contact_item {
  padding-left: 69px;
}

@media screen and (max-width: 1080px) {
  .contact_item + .contact_item {
    padding-left: 40px;
  }
}

@media screen and (max-width: 940px) {
  .contact_item + .contact_item {
    border-left: none;
    padding-left: 0;
  }
}

.menu_contact .btn {
  margin-bottom: 24px;
}

.menu_contact .btn a {
  background-color: #b48e12;
  width: 100%;
  height: 50px;
}

.menu_thumb {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 940px) {
  .menu_thumb {
    gap: 20px;
    margin-bottom: 40px;
  }
}

.menu_thumb figure:nth-child(2) {
  margin-top: 50px;
}

@media screen and (max-width: 940px) {
  .menu_thumb figure:nth-child(2) {
    margin-top: 30px;
  }
}

.sns {
  padding: 80px 20px 100px;
}

.sns .section_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sns {
    padding: 50px 20px 80px;
  }

  .sns .section_title {
    margin-bottom: 40px;
  }
}

.hide {
  display: none;
}
