@charset "UTF-8";
.p-luxe-spa {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  line-height: 2;
  overflow: hidden;
  color: #000;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa {
    padding-bottom: 40px;
  }
}
.p-luxe-spa__campaign {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__campaign {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__campaign {
    max-width: 480px;
    margin: 0 auto 60px;
  }
}
.p-luxe-spa__campaign-head {
  background-color: #32653a;
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-size: 24px;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__campaign-head {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__campaign-head {
    padding: 12px;
  }
}
.p-luxe-spa__campaign-text {
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__campaign-text {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__campaign-text {
    padding: 20px;
  }
}
.p-luxe-spa__content {
  grid-area: content;
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content {
    padding: 0 20px;
  }
}
.p-luxe-spa__content-heading {
  color: #32653a;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  margin-bottom: 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-heading {
    font-size: 40px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-heading {
    font-size: 32px;
    margin: 0 auto 50px;
  }
}
.p-luxe-spa__content-heading img {
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-heading img {
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-heading img {
    right: -10px;
    transform: translate(100%, -50%);
  }
}
.p-luxe-spa__content-heading--h3 {
  color: #32653a;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-heading--h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-heading--h3 {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.p-luxe-spa__content-image {
  position: relative;
  grid-column: 1/3;
}
.p-luxe-spa__content-image-text {
  position: absolute;
  font-family: "Imperial Script", cursive;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1581px) {
  .p-luxe-spa__content-image-text {
    font-size: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1580px) {
  .p-luxe-spa__content-image-text {
    font-size: 12.65vw;
  }
}
.p-luxe-spa__content-image-text--right {
  bottom: 5%;
  right: 5%;
}
.p-luxe-spa__content-image-text--left {
  bottom: -5%;
  left: 0;
}
.p-luxe-spa__content-image-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: image;
}
.p-luxe-spa__content-image-wrap img {
  width: 100%;
}
.p-luxe-spa__content-list {
  list-style: decimal;
  padding-left: 20px;
}
.p-luxe-spa__content-table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-table tr:not(:last-of-type) {
    border-bottom: 1px solid #32653a;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-table tr:not(:last-of-type) {
    display: block;
    margin-bottom: 30px;
  }
}
.p-luxe-spa__content-table th {
  background-color: #ecf4ed;
  border: none;
  color: #32653a;
  font-size: 20px;
  line-height: 1.6;
}
.p-luxe-spa__content-table th span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-table th {
    width: 30%;
    padding: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-table th {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-luxe-spa__content-table td {
  border: none;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-table td {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-table td {
    display: block;
    width: 100%;
  }
}
.p-luxe-spa__content-wrap {
  width: 100%;
  max-width: 1560px;
  display: grid;
  gap: 40px 2%;
  align-items: start;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-wrap {
    padding-right: 20px;
    margin-bottom: 70px;
    grid-template-areas: "image content";
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-wrap {
    margin-bottom: 40px;
    grid-template-areas: "content" "image";
  }
}
.p-luxe-spa__content-wrap--right {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-wrap--right {
    padding-right: 0;
    padding-left: 20px;
    grid-template-areas: "content image";
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-wrap--right {
    grid-template-areas: "image" "content";
  }
}
.p-luxe-spa__content-wrap--center {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__content-wrap--center:not(:last-of-type) {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__content-wrap--center:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.p-luxe-spa__cta {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #fff;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 30px 9%;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__cta {
    grid-template-columns: 38% 1fr;
    grid-template-areas: "image heading" "image content" "button button";
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__cta {
    justify-items: center;
    max-width: 480px;
    grid-template-areas: "heading" "image" "content" "button";
  }
}
.p-luxe-spa__cta-button {
  grid-area: button;
  width: 100%;
  max-width: 540px;
  margin: 20px auto 0;
  background-color: #e2fa07;
  font-weight: 900;
  font-size: 24px;
  color: #000;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  padding: 18px 50px 18px 33px;
  display: block;
  position: relative;
}
.p-luxe-spa__cta-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 30px;
  background-image: url(../../../uploads/2025/09/luxe-spa_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-luxe-spa__cta-button:hover {
  color: #000;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__cta-button {
    text-align: left;
  }
}
.p-luxe-spa__cta-content {
  grid-area: content;
}
.p-luxe-spa__cta-heading {
  grid-area: heading;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 40px;
}
.p-luxe-spa__cta-image {
  grid-area: image;
}
.p-luxe-spa__cta-link {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.p-luxe-spa__cta-link:hover {
  color: #fff;
  opacity: 0.7;
}
.p-luxe-spa__cta-text {
  margin-block-start: 0;
  margin-block-end: 30px;
}
.p-luxe-spa__cta-wrap {
  background-color: #32653a;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__cta-wrap {
    padding: 105px 20px 85px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__cta-wrap {
    padding: 45px 20px 60px;
  }
}
.p-luxe-spa__header {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__header {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__header {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__header--02 {
    padding-top: 160px;
  }
}
.p-luxe-spa__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__header-bg {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__header-bg {
    height: 180px;
  }
}
.p-luxe-spa__header-content {
  position: relative;
  z-index: 1;
  margin: 0 auto 100px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__header-content {
    max-width: 1200px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__header-content {
    width: calc(100% - 40px);
    padding: 10px 0;
  }
}
.p-luxe-spa__header-content--01 {
  display: grid;
  gap: 30px 4.5%;
}
@media screen and (min-width: 1081px) {
  .p-luxe-spa__header-content--01 {
    grid-template-columns: 1fr 395px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .p-luxe-spa__header-content--01 {
    grid-template-columns: 1fr 39.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__header-content--01 {
    justify-items: center;
  }
}
.p-luxe-spa__header-content--02 {
  padding: 24px 12px;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__header-content--02 {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
  }
}
.p-luxe-spa__header-figure figcaption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__header-text span {
    font-size: 18px;
    font-weight: 900;
  }
}
.p-luxe-spa__heading {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #32653a;
  margin-block-start: 0;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__heading {
    font-size: 32px;
    text-align: center;
  }
}
.p-luxe-spa__point {
  position: relative;
}
.p-luxe-spa__point-bg {
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__point-bg {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__point-bg {
    opacity: 0.3;
  }
}
.p-luxe-spa__point-bg--01 {
  top: 5%;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__point-bg--01 {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__point-bg--01 {
    width: 174px;
    transform: translateX(15%);
  }
}
.p-luxe-spa__point-bg--02 {
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__point-bg--02 {
    top: 55%;
    transform: translate(-100%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__point-bg--02 {
    top: 26.5%;
    transform: translateX(-35%);
    width: 194px;
  }
}
.p-luxe-spa__point-bg--03 {
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__point-bg--03 {
    bottom: 10%;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__point-bg--03 {
    top: 41.5%;
    width: 154px;
    transform: translateX(10%);
  }
}
.p-luxe-spa__point-comment {
  font-size: 14px;
}
.p-luxe-spa__point-figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 20px 3%;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__point-figure img {
    width: 162px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__point-figure img {
    width: 30%;
  }
}
.p-luxe-spa__point-heading {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}
.p-luxe-spa__point-heading span {
  background: linear-gradient(transparent 60%, #cfebd3 60%);
}
.p-luxe-spa__point-item-name {
  font-size: 24px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  color: #32653a;
  margin-block-start: 25px;
  margin-block-end: 10px;
}
.p-luxe-spa__point-item-price {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-luxe-spa__point-item-price span {
  display: inline-block;
  font-size: 15px;
  vertical-align: baseline;
  margin-left: 5px;
  margin-right: 5px;
}
.p-luxe-spa__point-item-text {
  text-align: left;
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 1em;
}
.p-luxe-spa__point-list {
  display: grid;
  gap: 75px 5%;
}
@media screen and (min-width: 641px) {
  .p-luxe-spa__point-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .p-luxe-spa__point-list {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.p-luxe-spa__point-num {
  font-size: 24px;
  color: #32653a;
  font-weight: bold;
  display: block;
  width: 104px;
  height: 52px;
  line-height: 1.4;
  margin: 0 auto;
  background-image: url(../../../uploads/2025/09/luxe-spa_number.png);
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__point-text {
    text-align: left;
  }
}
.p-luxe-spa__point-wrap {
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 80px;
  position: relative;
}
.p-luxe-spa__title {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__title {
    font-size: 18px;
    max-width: 480px;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
}
.p-luxe-spa__title-text {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-luxe-spa__title-text--top {
    top: 15%;
  }
  .p-luxe-spa__title-text--bottom {
    bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .p-luxe-spa__title-text--top {
    top: 10%;
  }
  .p-luxe-spa__title-text--bottom {
    bottom: 5%;
  }
}

.u-disp--bl {
  display: block;
}
.u-disp--ib {
  display: inline-block;
}
.u-disp--in {
  display: inline;
}
.u-disp--fl {
  display: flex;
}
.u-disp--gr {
  display: grid;
}
.u-disp--no {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-disp--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-disp--pc {
    display: none;
  }
}