@charset "UTF-8";
:root {
  --header-height: 5.5rem;
  --overall-padding: 7rem;
  --footer_sp_nav-height: 7rem;
}



.lower_common_main_text {
  text-shadow: 0 0 0.3rem #000, 0 0 0.3rem #000;
}

.wrap972 {
  width: min(100%, 97.2rem + var(--overall-padding) * 2);
  margin: 0 auto;
  padding: 0 var(--overall-padding);
}

.common_page_decoration::after {
  left: calc(50% - 43.34rem);
}

.lower_common_content {
  display: block;
}

.relaxation_lead {
}

/*.relaxation_lead_title {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}

.relaxation_lead_title_en {
  margin: -0.6rem 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.relaxation_lead_body {
  margin: 1rem 0 0;
  font-size: 1.8rem;
  line-height: 2.153;
  letter-spacing: 0.1em;
}

.beautysalon_main_pic {
  display: block;
  width: 100vw;
  height: 46.7rem;
  margin: 6rem calc(50% - 50vw) 0;
}

.beautysalon_main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relaxation_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 82rem;
  margin: 6.5rem 0 0;
  translate: 13.8rem 0;
}

.relaxation_text {
  width: 56.92%;
}

.relaxation_title {
  padding: 0 0 1.3rem;
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}

.relaxation_body {
  margin: 1.6rem 0 0;
  font-size: 1.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.relaxation_pic {
  display: block;
  width: 37.09%;
  aspect-ratio: 304/211;
  margin: 0.6rem 0 0;
}

.relaxation_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relaxation_time {
  margin-top: 5.8rem;
  background: #e5e5e5;
  padding: 3rem 3rem 3rem 18.2rem;
}

.relaxation_time_body {
  font-size: 1.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

#spamenu {
  margin-top: 10.9rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.spamenu_title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
}
.spamenu_title::after {
  position: absolute;
  top: -4.5rem;
  left: calc(50% - 2.2rem);
  content: "";
  width: 3rem;
  height: 3.1rem;
  background: url("../img/beautysalon/ico_spamenu.svg") center center/cover;
  speak: none;
}

.spamenu_list {
  display: flex;
  justify-content: space-between;
  margin: 6.5rem 0 0;
  text-align: center;
}

.spamenu_list_item {
  width: 32%;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.75);
  font-size: 1.4rem;
  line-height: 1.71;
}
.spamenu_list_item:last-child {
  font-size: 1.4rem;
}

.spamenu_list_link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.9rem 1rem;
}
.spamenu_list_link::after {
  position: absolute;
  bottom: 1.3rem;
  left: calc(50% - 0.6rem);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border: solid 1px rgba(0, 0, 0, 0.75);
  border-width: 0 1px 1px 0;
  rotate: 45deg;
  speak: none;
}

.spamenu_list_item_lead {
  font-size: 1.2rem;
}

.spamenu_item {
  scroll-margin: var(--header-height);
  margin: 9.3rem 0 0;
}

.spamenu_item_main_pic {
  display: block;
  width: 100vw;
  height: 46.7rem;
  margin: 0 calc(50% - 50vw);
}

.spamenu_item_main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spamenu_box {
  position: relative;
  z-index: 1;
  margin: -14.8rem 0 0;
  padding: 5.1rem 8.1rem 7.6rem;
  background: #f4f4f4;
}

.spamenu_item_title {
  position: relative;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.8rem;
}
.spamenu_item_title::before, .spamenu_item_title::after {
  position: absolute;
  top: 1.1rem;
  left: calc(50% - 11.36rem);
  content: "";
  width: 23.22rem;
  height: 1.38rem;
  background: url("../img/beautysalon/title_decoration.svg") center center/cover;
  speak: none;
}
.spamenu_item_title::after {
  top: auto;
  bottom: 0.5rem;
  transform: scale(1, -1);
}

.spamenu_item_title_en {
  display: block;
  margin: -1.4rem 0 0;
  font-size: 1.2rem;
}

.spamenu_box_list {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  margin: 1rem 0 0;
}

.spamenu_box_list_item {
  padding: 2rem 0 1.6rem;
  border-bottom: solid 1px rgba(160, 128, 109, 0.73);
}

.spamenu_box_list_title {
  font-size: 1.6rem;
}

.spamenu_box_list_body {
  font-size: 1.4rem;
  line-height: 1.714;
}
.spamenu_box_list_body + .spamenu_box_list_body {
  margin: 2.1rem 0 0;
}

.spamenu_box_list_price_item {
  text-align: right;
  font-size: 1.4rem;
}

.spamenu_box_caution {
  margin: 0.2rem 0 0;
  text-align: right;
  font-size: 1.4rem;
}

html[lang=en] .relaxation_lead_body {
  line-height: 1.7;
}
html[lang=en] .relaxation_title {
  line-height: 1.7;
}
@media screen and (max-width: 1050px) and (min-width: 621px) {
  //
  // タブレットサイズのみ
  //
}*/
@media screen and (max-width: 1380px) {  }
@media screen and (max-width: 1240px) {  }
@media screen and (max-width: 1050px) {
  :root {
    --overall-padding: 12rem;
  }
  body::after {
    left: calc(var(--overall-padding) / 2);
  }
  .common_page_decoration::after {
    left: calc(-1 * var(--overall-padding) / 2 - 1.5rem);
  }
  .relaxation_lead {
    padding: 6.3rem 0 0 0;
  }
  .relaxation_lead {
    padding: 3.5rem 0 0;
  }

  /*.beautysalon_main_pic {
    height: auto;
    aspect-ratio: 2800/999;
  }
  .relaxation_wrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem 0;
    translate: 0 0;
    max-width: initial;
  }
  .relaxation_text {
    width: 100%;
  }
  .relaxation_pic {
    width: 100%;
    max-width: 45rem;
  }
  .relaxation_time {
    padding: 3rem 4.5rem;
  }
  .spamenu_list {
    flex-direction: column;
    gap: 2rem 0;
  }
  .spamenu_list_item {
    width: 100%;
  }
  .spamenu_list_link {
    padding: 1rem 1rem 2.5rem;
  }
  .spamenu_box {
    padding: 5.1rem 6rem 7.6rem;
  }*/
}
@media screen and (max-width: 620px) {
  /******************************
  スマホサイズ以下
  ******************************/
  :root {
    --overall-padding: 4rem;
  }
  .beautysalon_main_pic {
    height: 21rem;
    margin: 3rem calc(50% - 50vw) 0;
  }
  .relaxation_wrap {
    margin: 3rem 0 0;
  }
  .relaxation_time {
    margin-top: 3rem;
    padding: 2rem 2.5rem;
  }
  .spamenu_title {
    line-height: 1.5;
  }
  .spamenu_list {
    margin: 3rem 0 0;
  }
  .spamenu_item {
    margin: 5.3rem 0 0;
  }
  .spamenu_item_main_pic {
    height: 21rem;
  }
  .spamenu_box {
    margin: -5.5rem 0 0;
    padding: 2.8rem 1.5rem 4rem;
  }
  .spamenu_item_title {
    padding: 3.8rem 0;
    line-height: 1.5;
  }
  /*#watergold .spamenu_item_title {
    margin: 0 -3rem;
  }*/
  .spamenu_item_title_en {
    margin: 0.4rem 0 0;
  }
}





/* caution */
.caution-ttl {
  font-size: 2.8rem;
  color: #a0806d;
  line-height: 2;
  margin-bottom: 4rem;
  text-align: center;
}
.caution-list {
  margin-bottom: 6.5rem;
}
.caution-list dt {
  font-size: 2.4rem;
  color: #a0806d;
  margin-bottom: 2rem;
}
@media screen and (max-width: 620px) {
  .caution-ttl {
    font-size: 2.4rem;
  }
  .caution-list dt {
    font-size: 2.0rem;
    margin-bottom: 1.5rem;
  }
}



/* 固定ボタン */
.fixed-btns {
  position: absolute;
  z-index: 500;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
  gap: 6px;
}
.fixed-btns a {
  display: flex;
  align-items: center;
  width: 170px;
  height: 34px;
  padding: 0 1em;
}
.fixed-btns a span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}
.fixed-btns a.fixed-btns-tel {
  background-color: #565452;
  color: #fff;
  width: 190px;
}
.fixed-btns a.fixed-btns-btn {
  background-color: #e5ddd6;
}
.fixed-btns a.fixed-btns-det {
  background-color: #014126;
  color: #fff;
}
.fixed-btns a.fixed-btns-tel strong {
  display: block;
  font-size: 1.5rem;
}
.fixed-btns a.fixed-btns-tel small {
  display: block;
  font-size: .85rem;
}
@media screen and (max-width: 620px) {
  .fixed-btns {
    flex-wrap: wrap;
  }
  .fixed-btns a {
    padding: 0 .5em;
  }
  .fixed-btns a.fixed-btns-tel {
    width: 170px;
  }
}