@charset "UTF-8";

.read_wrap {
  width: min(1920px, 100%);
  margin: clamp(89px, 120 / 1600 * 100vw ,120px) auto 0;
}

.read_inner {
  width: min(1608px, 96%);
  display: flex;
  justify-content: flex-end;
  gap: min(56px, 76 / 1600 * 100vw, 76px);
  margin-left: auto;
}

.read_text_warp {
  width: 551px;
  width: clamp(507px, 551 / 1600 * 100vw, 551px);
}

.read_heading {
  font-size: clamp(22px, 26 / 1600 * 100vw, 26px);
  font-family: var(--web-font-heading-jp);
  font-weight: 500;
  color: var(--color-dark-blue);
  position: relative;
}

.read_heading::before {
  content: "";
  position: absolute;
  left: -51px;
  top: -42px;
  width: clamp(90px, 90 / 1600 * 100vw, 90px);
  height: clamp(90px, 90 / 1600 * 100vw, 90px);
  background: #EAF6F4;
  border-radius: 50%;
  /* width: 82px;
  height: 74px;
  background: url(../images/spa/heading_bg.svg) 0 0 no-repeat;
  background-size: cover; */
  z-index: -1;
}

.read_text {
  margin-top: 40px;
  margin-left: 1em;
}

.read_image_warp p {
  font-size: 14px;
  margin-top: 1em;
}

.read_image_warp img {
  border-radius: 10px 0 0 10px;
}

/* YouTubeサムネイルをモーダルウィンドウで再生する */
#youtube_wrap {
  width: min(240px, 100%);
  margin-top: 78px;
}

.youtube_modal {
  position: relative;
}

.youtube_modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube_modal a {
  display: block;
  transition: all .6s ease;
}

.youtube_modal a::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/spa/icon_movie.svg) 0 0  no-repeat;
  z-index: 1;
  pointer-events: none;
  transition: all .6s ease;
}
.youtube_modal a:hover {
  opacity: .8;
}

.youtube_modal a:hover::before {
  background-image: url(../images/spa/icon_movie_hover.svg);
}

.youtube_modal img {
  border-radius: var(--image-radius);
  position: relative;
  z-index: -1;
}

.anchor_wrap {
  margin-top: clamp(126px, 170 / 1600 * 100vw, 170px);
}


.spa_wrap {
  margin-top: clamp(126px, 170 / 1600 * 100vw, 170px);
  padding-bottom: clamp(312px, 380 / 1600 * 100%, 380px);
  background: url(../images/spa/bg_wave.png) center bottom no-repeat;
  background-size: contain;
  margin-bottom: clamp(104px, 120 / 1600 * 100vw, 120px);
}

.con_read {
  width: min(887px, 100%);
  margin: clamp(63px ,85 / 1600 * 100vw ,85px) auto 0;
  padding-left: 57px;
  padding-top: 46px;
}

.con_read_column {
  display: flex;
  gap: 74px;
  margin-top: 40px;
}

.con_read_text {
  width: 425px;
}

.con_read_info {
  width: 332px;
}

.con_read_info_heading {
  font-size: 20px;
  font-family: var(--web-font-heading-en);
  font-weight: 500;
  color: var(--color-dark-blue);
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}

.con_read_info_list {
  margin-top: .5em;
}

.con_read_info_list li {
  line-height: 1.5;
  margin-top: .5em;
}
.text_indent5 {
  display: inline-block;
  text-indent: 5em;
}

.spa_item_wrap {
  width: min(1190px, 96%);
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(56px, 75 / 1600 * 100vw, 75px) clamp(70px, 100 / 1600 * 100vw, 100px);
}

/* 表示数が5の場合に使う */
/* .spa_item_wrap::after {
  content: "";
  display: block;
  width: 329px;
} */

.spa_item {
  width: 329px;
}

.spa_item img {
  border-radius: var(--image-radius);
}

.spa_item_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}

.ganbanyoku_wrap {
  width: min(1190px, 96%);
  margin: 80px auto 0;
  display: flex;
  gap: 95px;
}

/* .ganbanyoku_image {
  width: min(643px, 100%);
} */

.ganbanyoku_image img {
  border-radius: var(--image-radius);
}

.ganbanyoku_text_wrap {
  width: 370px;
}

.ganbanyoku_heading_column {
  display: flex;
}

.ganbanyoku_heading {
  font-size: 26px;
  font-family: var(--web-font-heading-jp);
  color: var(--color-dark-blue);
  font-weight: 500;
  position: relative;
  padding-bottom: 16px;
}

.ganbanyoku_heading::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--color-green);
}

.ganbanyoku_label {
  width: 118px;
  height: 32px;
  display: grid;
  place-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--color-green);
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 20px;
}

.ganbanyoku_text {
  margin-top: 22px;
}

.ganbanyoku_wrap .con_read_info {
  margin-top: 22px;
}


.spa_note_wrap {
  width: 894px;
  margin: 80px auto 0;
  border: 1px solid #787B7F;
  border-radius: 10px;
  padding: 26px;
}

.note_heading {
  font-size: 12px;
  font-weight: bold;
  color: #787B7F;
}

.note_list:not(:last-of-type) {
  border-bottom: 1px solid #787B7F;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.note_list li {
  font-size: 12px;
  line-height: 1.5;
  color: #787B7F;
  margin-top: .5em;
  margin-left: 1em;
  text-indent: -1em;
}



.relaxation_heading_column {
  display: flex;
}

.relaxation_label {
  width: 118px;
  height: 32px;
  display: grid;
  place-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--color-green);
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 20px;
}


.menu_wrap {
  width: min(1190px, 96%);
  margin: 65px auto 0;
}

.menu_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(89px, 120 / 1600 * 100vw, 120px);
}

.menu_item + .menu_item {
  margin-top: clamp(119px, 160 / 1600 * 100vw, 160px);
}

.menu_heading {
  font-size: 26px;
  font-family: var(--web-font-heading-jp);
  font-weight: 500;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.5;
}

.menu_heading::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--color-green);
}

.menu_heading-sub {
  font-size: 18px;
  font-family: var(--web-font-heading-jp);
  font-weight: 500;
  color: var(--color-dark-blue);
  line-height: 1.5;
}

.menu_text {
  margin-top: 60px;
  margin-left: .5em;
}

.menu_slide {
  max-width: 690px;
}

.menu_slide_item {
  width: min(690px, 100%);
}

.menu_slide_item img {
  border-radius: 10px 10px 10px 0;
}

.menu_slide_item p {
  width: 350px;
  height: 42px;
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: var(--color-green);
  text-align: center;
  border-radius: 0 0 10px 10px;
}

.menu_slide .slick-dots {
  width: 350px;
  bottom: -30px;
}
.menu_slide .slick-dots li button:before {
  font-size: 30px;
  color: var(--color-light-blue);
  opacity: 1;
}
.menu_slide .slick-dots li.slick-active button:before {
  color: var(--color-green);
}

.menu_item:nth-child(even) {
  flex-direction: row-reverse;
  gap: clamp(80px, 108 / 1600 * 100vw, 108px);
}
.menu_item:nth-child(even) .menu_text_wrap {
  width: 392px;
}

.relaxation_note_wrap {
  width: 894px;
  margin: clamp(119px, 160 / 1600 * 100vw, 160px) auto 0;
  border: 1px solid #BFC8D1;
  border-radius: 10px;
  padding: 26px 118px;
}