@charset "UTF-8";

/* 共通CSS */
:root {
  --color-accent: #e5730c;
  --font-yu-gothic: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-footer: Avenir, 'segoe UI', '游ゴシック Medium', 'Yu Gothic Medium', 'YuGothic M', '游ゴシック体', YuGothic, 'Hiragino Maru Gothic W4 JIS2004', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --max-width: 102rem;
}

html {
  font-size: 62.5%;
}

@media (768px <=width <=1440px) {
  html {
    font-size: 0.7142857142857143vw;
  }
}

@media (width >=768px) {
  .sp {
    display: none;
  }
}

@media (width < 768px) {
  html {
    font-size: 1.303780964797914vw;
  }
}

@media (width < 768px) {
  .pc {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

picture {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

[href*=tel] {
  pointer-events: none;
}

small {
  font-size: 88%;
}

@media (width < 768px) {
  [href*=tel] {
    pointer-events: revert;
  }
}

*[data-anime="true"] {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease;
}

*[data-anime="false"] {
  opacity: 0;
  transform: translateY(2rem);
}

/* コンテンツCSS */

#l-header {
  font-size: 14px;
}

main {

  font-family: var(--font-noto-sans-jp);
  font-weight: 500;
  font-feature-settings: "palt";
}

.reservation-required {
  position: relative;
}

.reservation-required::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  aspect-ratio: 1;
  background: url(/cp/wellnessstyledays/common/img/common/reservation.svg) no-repeat center / contain;
}

.wellnessstyledays {
  background: url(/cp/wellnessstyledays/common/img/wellnessstyledays/bg.png) repeat-y top center / 100% auto;
}

.wellnessstyledays .copy {
  padding-block: 10rem;
}

.wellnessstyledays .copy h1 {
  text-align: center;
  margin-inline: auto;
  max-width: 56rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.667;
  /* background-image: repeating-linear-gradient(to bottom,
      transparent 0,
      transparent calc(2.667em - 1px),
      #000 calc(2.667em - 1px),
      #000 2.667em); */
}

.wellnessstyledays .copy h1 span {
  display: block;
  border-bottom: 1px solid #000;
}

.wellnessstyledays .anchor-links {
  background-color: rgba(255, 255, 255, 0.65);
  padding-block: 7.8rem;
}

.wellnessstyledays .anchor-links ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2.2rem;
  margin-inline: auto;
  max-width: 87rem;
}

.wellnessstyledays .anchor-links ul li {
  aspect-ratio: 1;
}

.wellnessstyledays .anchor-links ul li a {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #db7791;
  border-radius: calc(infinity * 1px);
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #db7791;
  box-shadow: 0 0 6.96px rgba(52, 9, 44, 0.2);
}

.wellnessstyledays .anchor-links ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3.2rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4rem 0.8rem 0;
  border-color: currentColor transparent transparent;
}

.wellnessstyledays .anchor-links ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wellnessstyledays .content-wrapper {
  margin-inline: auto;
  padding-block: 12rem;
  width: min(100% - var(--padding, 0rem), var(--max-width, 102rem));
}

.wellnessstyledays .content-wrapper.item {
  padding-block: 12rem 0;
}

.wellnessstyledays .bg {
  background-color: #ffffff;
}

.wellnessstyledays .content-wrapper>.heading {
  text-align: center;
  padding-bottom: 6.5rem;
}

.wellnessstyledays .content-wrapper>.heading h2 {
  position: relative;
  display: inline-block;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.wellnessstyledays .content-wrapper>.heading h2::before,
.wellnessstyledays .content-wrapper>.heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.2rem;
  height: 0.9em;
  background-color: currentColor;
}

.wellnessstyledays .content-wrapper>.heading h2::before {
  left: 0;
  transform: translate(calc(-100% - 5.2rem), -50%) rotate(-20deg);
}

.wellnessstyledays .content-wrapper>.heading h2::after {
  right: 0;
  transform: translate(calc(100% + 5.2rem), -50%) rotate(20deg);
}

.wellnessstyledays .content-wrapper>.heading p {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.wellnessstyledays .content-wrapper>.inner {
  column-count: 2;
  column-gap: 3rem;
}

.wellnessstyledays .content-wrapper>.inner dl {
  break-inside: avoid;
  padding: 3rem;
  width: 49rem;
  background-color: #fff;
}

.wellnessstyledays .content-wrapper>.inner dl:not(.grabel) {
  margin-bottom: 4rem;
}

.wellnessstyledays .content-wrapper.popup>.inner dl.ruelle {
  margin-bottom: 0;
}

.wellnessstyledays .content-wrapper>.inner dl>div+div {
  margin-top: 2.4rem;
}

.wellnessstyledays .content-wrapper>.inner dl dt figure {
  width: 100%;
}

.wellnessstyledays .content-wrapper>.inner dl dt figure figcaption {
  display: flex;
  gap: 2rem;
}

.wellnessstyledays .content-wrapper>.inner dl dt figure figcaption {
  margin-top: 3rem;
}

.wellnessstyledays .content-wrapper .date.day1 {
  width: 12.8rem;
}

.wellnessstyledays .content-wrapper .date.day2,
.wellnessstyledays .content-wrapper .date.day3,
.wellnessstyledays .content-wrapper .date.day4 {
  width: 7rem;
}

.wellnessstyledays .content-wrapper .title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #db7791;
}

.wellnessstyledays .content-wrapper .title.fz27 {
  font-size: 2.7rem;

}

.wellnessstyledays .content-wrapper.popup .title {
  font-size: 2.3rem;
}

.wellnessstyledays .content-wrapper .title span {
  display: block;
  font-size: 1.4rem;
}

.wellnessstyledays .content-wrapper .gurlut .title span {
  font-size: 2.8rem;
}

.wellnessstyledays .content-wrapper .title img {
  display: block;
  margin-bottom: 0.5rem;
  width: 12rem;
  aspect-ratio: 120 / 30;
}

.wellnessstyledays .content-wrapper .title.img01 img {
  width: 18.5rem;
  aspect-ratio: initial;
}

.wellnessstyledays .content-wrapper .title.img02 img {
  width: 30.6rem;
  aspect-ratio: initial;
}

.wellnessstyledays .content-wrapper .detail {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.6;
}

.wellnessstyledays .content-wrapper dd {
  margin-top: 1.6rem;
  border-top: 1px solid #000000;
}

.wellnessstyledays .content-wrapper .sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

.wellnessstyledays .content-wrapper dl .sub-title {
  padding-top: 1.6rem;
}

.wellnessstyledays .content-wrapper .intro {
  margin-top: 0.8rem;
}

.wellnessstyledays .content-wrapper .intro li {
  font-size: 1.4rem;
  line-height: 1.8;
}

.wellnessstyledays .content-wrapper .intro li+li {
  margin-top: 0.2rem;
}

.wellnessstyledays .content-wrapper .intro p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.wellnessstyledays .content-wrapper .intro span {
  font-weight: 700;
}

.wellnessstyledays .content-wrapper .external-link {
  position: relative;
  text-align: center;
  display: block;
  margin-top: 1.6rem;
  border: 2px solid #db7791;
  background-color: #fff;
  padding: 0.8rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #db7791;
}

.wellnessstyledays .content-wrapper .external-link span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}

.wellnessstyledays .content-wrapper .external-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 1rem;
  border-color: transparent transparent transparent currentColor;
}

.wellnessstyledays .content-wrapper .external-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wellnessstyledays .content-wrapper .event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.wellnessstyledays .content-wrapper .event-list dl .title {
  margin-top: 1.6rem;
  font-size: 2.2rem;
  color: #000;
}

.wellnessstyledays .content-wrapper .event-list dl .title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.wellnessstyledays .content-wrapper .event-list .sub-title {
  padding-block: 0.8rem;
  color: #db7791;
}

.wellnessstyledays .content-wrapper.item .event-list .sub-title {
  font-size: 2rem;
  color: #000;
}

.wellnessstyledays .content-wrapper .event-list .sub-title span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
}

.wellnessstyledays .content-wrapper.item .event-list .sub-title span {
  font-size: 1.6rem;
}

.wellnessstyledays .content-wrapper .event-list dl .detail {
  margin-top: 0;
}

.wellnessstyledays .content-wrapper .event-list dl .detail.letter {
  letter-spacing: -0.01em;
}

.wellnessstyledays .content-wrapper .event-list dl .detail small {
  text-wrap: nowrap;
  font-size: 1.8rem;
}

.wellnessstyledays .content-wrapper.item .event-list dl .detail span {
  display: block;
  font-size: 1.4rem;
}

.remarks .inner {
  margin-inline: auto;
  padding-top: 6rem;
  max-width: 102rem;
}

.remarks ul li {
  font-size: 1.8rem;
  line-height: 1.5;
}

.athlete .inner {
  margin-inline: auto;
  padding-block: 12rem 5rem;
  max-width: 102rem;
}

.athlete .inner p {
  /* text-align: center; */
  padding-bottom: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #db7791;
}

@media (max-width: 767px) {
  #l-header ul.sp-header-menu li {
    display: inline-block;
    vertical-align: top;
  }

  .reservation-required::after {
    width: 12rem;
  }

  .wellnessstyledays {
    background: url(/cp/wellnessstyledays/common/img/wellnessstyledays/bg.png) repeat-y top center / 100% auto;
  }

  .wellnessstyledays .copy {
    padding-block: 10rem 12rem;
  }

  .wellnessstyledays .copy h1 {
    max-width: 61rem;
    font-size: 3rem;
    letter-spacing: 0.09em;
  }

  .wellnessstyledays .copy h1 span {
    display: block;
  }

  .wellnessstyledays .anchor-links {
    padding-block: 10rem;
  }

  .wellnessstyledays .anchor-links ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 59rem;
  }

  .wellnessstyledays .anchor-links ul li a {
    font-size: 3rem;
    padding-bottom: 2.4rem;
  }

  .wellnessstyledays .anchor-links ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6rem;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.8rem 1rem 0;
    border-color: currentColor transparent transparent;
  }

  .wellnessstyledays .content-wrapper {
    margin: 0 auto;
    width: 65rem;
  }

  .wellnessstyledays .content-wrapper>.heading h2 {
    font-size: 6rem;
  }

  .wellnessstyledays .content-wrapper>.heading h2::before,
  .wellnessstyledays .content-wrapper>.heading h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.4rem;
    height: 1em;
    background-color: currentColor;
  }

  .wellnessstyledays .content-wrapper>.heading h2::before {
    left: 0;
    transform: translate(calc(-100% - 5.2rem), -50%) rotate(-30deg);
  }

  .wellnessstyledays .content-wrapper>.heading h2::after {
    right: 0;
    transform: translate(calc(100% + 5.2rem), -50%) rotate(30deg);
  }

  .wellnessstyledays .content-wrapper>.heading p {
    font-size: 3.2rem;
  }

  .wellnessstyledays .content-wrapper>.inner {
    display: flex;
    flex-direction: column;
    column-count: revert;
  }

  .wellnessstyledays .content-wrapper>.inner dl {
    margin-bottom: 0;
    padding: 4rem;
    width: 100%;
  }

  .wellnessstyledays .content-wrapper>.inner dl dt figure {
    width: 100%;
  }

  .wellnessstyledays .content-wrapper>.inner dl dt figure figcaption {
    margin-top: 4rem;
  }

  .wellnessstyledays .content-wrapper .date.day1 {
    width: 17rem;
  }

  .wellnessstyledays .content-wrapper .date.day2,
  .wellnessstyledays .content-wrapper .date.day3,
  .wellnessstyledays .content-wrapper .date.day4 {
    width: 9.2rem;
  }

  .wellnessstyledays .content-wrapper .title {
    font-size: 3.8rem;
  }

  .wellnessstyledays .content-wrapper.popup .title {
    font-size: 2.8rem;
  }

  .wellnessstyledays .content-wrapper .title span {
    font-size: 1.9rem;
  }

  .wellnessstyledays .content-wrapper.popup .title span {
    font-size: 3.8rem;
  }

  .wellnessstyledays .content-wrapper .title img {
    width: 18rem;
  }

  .wellnessstyledays .content-wrapper .detail {
    font-size: 3rem;
  }

  .wellnessstyledays .content-wrapper dd {
    margin-top: 1.6rem;
    border-top: 1px solid #000000;
  }

  .wellnessstyledays .content-wrapper .sub-title {
    font-size: 3rem;
  }

  .wellnessstyledays .content-wrapper .intro {
    margin-top: 0.8rem;
  }

  .wellnessstyledays .content-wrapper .intro li {
    font-size: 2.6rem;
  }

  .wellnessstyledays .content-wrapper .intro p {
    font-size: 3rem;
  }

  .wellnessstyledays .content-wrapper .external-link {
    margin-top: 3.2rem;
    padding: 0.8rem 4rem;
    font-size: 2.8rem;
  }

  .wellnessstyledays .content-wrapper .external-link span {
    font-size: 2rem;
  }

  .wellnessstyledays .content-wrapper .external-link::after {
    right: 2rem;
    border-width: 0.8rem 0 0.8rem 1.6rem;
  }

  .wellnessstyledays .content-wrapper .jumprun {
    order: 1;
  }

  .wellnessstyledays .content-wrapper .emily {
    order: 2;
  }

  .wellnessstyledays .content-wrapper .barefoot {
    order: 3;
  }

  .wellnessstyledays .content-wrapper .grabel {
    order: 4;
  }

  .wellnessstyledays .content-wrapper.popup .totonoe {
    order: 1;
  }

  .wellnessstyledays .content-wrapper.popup .gurlut {
    order: 2;
  }

  .wellnessstyledays .content-wrapper.popup .cronos {
    order: 3;
  }

  .wellnessstyledays .content-wrapper.popup .ruelle {
    order: 4;
  }

  .wellnessstyledays .content-wrapper .event-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .wellnessstyledays .content-wrapper .event-list dl .title {
    margin-top: 2.4rem;
    font-size: 3.2rem;
  }

  .wellnessstyledays .content-wrapper .event-list dl .title span {
    font-size: max(2rem, 14px);
  }

  .wellnessstyledays .content-wrapper .event-list .sub-title {
    padding-block: 0.8rem;
  }

  .wellnessstyledays .content-wrapper.item .event-list .sub-title {
    font-size: 3rem;
    line-height: 1.4;
  }

  .wellnessstyledays .content-wrapper .event-list .sub-title span {
    font-size: 2.2rem;
  }

  .wellnessstyledays .content-wrapper.item .event-list .sub-title span {
    font-size: max(2.4rem, 13px);
  }

  .wellnessstyledays .content-wrapper .event-list dl .detail {
    margin-top: 0;
  }

  .wellnessstyledays .content-wrapper.item .event-list dl .detail span {
    font-size: max(2rem, 13px);
  }

  .wellnessstyledays .content-wrapper .event-list dl .detail small {
    font-size: 3rem;
  }

  .wellnessstyledays .content-wrapper .title.img01 img {
    width: 25rem;
  }

  .wellnessstyledays .content-wrapper .title.img02 img {
    width: 50rem;
  }

  .remarks .inner {
    max-width: 65rem;
  }

  .remarks ul li {
    font-size: 3rem;
  }

  .athlete .inner {
    padding-block: 12rem 10rem;
    max-width: 65rem;
  }

  .athlete .inner p {
    padding-bottom: 0;
    font-size: 3rem;
  }
}