@charset "UTF-8";
:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

:root {
  --fvor: #ff941a;
  --bgor: #ffa743;
  --ftor: #ffb44f;
  --bg: #feeeca;
  --bgto: #fff7e7;
  --bgte: #fff7e5;
  --gr: #50ad41;
  --hvgr: rgb(140, 197, 131);
  --hvor: #fcbe78;
  --tx: #6d6c6c;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.06em;
  max-width: 100vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

strong {
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--orange);
  transition: all 0.3s ease;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

body {
  color: #6d6c6c;
  font-family: "Zen Maru Gothic", sans-serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/* 共通　page-fv */
.page-fv {
  background-color: var(--fvor);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: clamp(3.125rem, 1.91rem + 5.25vw, 6.875rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 30px;
}
@media (max-width: 400px) {
  .page-fv {
    max-height: 650px;
  }
}
@media (min-width: 768px) {
  .page-fv {
    align-items: center;
    flex-direction: row;
    height: auto;
    gap: 55px;
  }
}
.page-fv__img {
  width: 95%;
  height: 100%;
  border-radius: 0 0 20px 0;
  overflow: clip;
  aspect-ratio: 3/4.2;
}
@media (min-width: 576px) {
  .page-fv__img {
    border-radius: 0 0 30px 0;
    aspect-ratio: unset;
  }
}
@media (min-width: 768px) {
  .page-fv__img {
    width: 70%;
    margin-right: 55px;
    margin-bottom: 0;
    height: auto;
  }
}
.page-fv__img img {
  height: 100%;
}
@media (min-width: 576px) {
  .page-fv__img img {
    height: auto;
  }
}

.page_fv_img1 {
  display: none; 
  border-bottom-right-radius: 30px;
}

@media  (min-width: 576px) {
  .page_fv_img1{
    display: block;
  }
  .page_fv_img2{
  display: none; }
}

.page_fv_img2{
border-bottom-right-radius: 30px;
}

.page-fv__text {
  flex: 1;
  text-align: right;
}
@media (min-width: 768px) {
  .page-fv__text {
    text-align: left;
  }
}
.page-fv__text h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 170%;
  padding-left: 50px;
}
@media (min-width: 576px) {
  .page-fv__text h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page-fv__text h1 {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .page-fv__text h1 {
    font-size: 55px;
  }
}
.page-fv__text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .page-fv__text p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .page-fv__text p {
    font-size: 28px;
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .page-fv__text p {
    font-size: 35px;
  }
}
.page-fv__text .wrap {
  margin-bottom: 15px;
}
.page-fv__text .wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: white;
  border-radius: 99px;
}

/*お悩み別ケアページ　sec1*/
.page-worries .sec1 {
  background-color: var(--bgor);
  color: white;
  flex-direction: column;
  align-items: flex-start;
  padding-top: clamp(7.5rem, 6.285rem + 5.25vw, 11.25rem);
  padding-right: 0;
  padding-bottom: clamp(7.5rem, 6.285rem + 5.25vw, 11.25rem);
  padding-left: 0;
}  

.page-worries .sec1 .container h2 {
  font-size: clamp(1.25rem, 0.744rem + 2.19vw, 2.813rem);
  text-align: center;
  margin-bottom: 55px;
}

.page-worries .sec1 .container > p {
  font-size: 15px;
  text-align: center;
  line-height: 200%;
  padding: 0 25px;
}

.page-worries .sec1 .container > p br {
  display: none;
}

@media (min-width: 576px) {
  .page-worries .sec1 .container > p {
    font-size: 16px;
    padding: 0 25px;
  }
}

@media (min-width: 992px) {
  .container > p {
    font-size: 18px;
  }
  .page-worries .sec1 .container > p br {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .container > p {
    font-size: 20px;
  }
}

/* =============================
   ▼ 全体の共通設定
============================= */
.page-worries .sec1 .wrap {
  display: flex; /* 横に並べる（Flexbox） */
  flex-wrap: wrap; /* 幅が足りないときは折り返す */
  justify-content: center; /* 中央寄せ */
  text-align: center; /* テキストを中央揃え */
  gap: 100px; /* すき間（初期値は30px） */
  padding-top: 65px; /* 上に余白 */
}

/* 画像が枠にぴったり収まるように */
.page-worries .sec1 .box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

/* =============================
   ▼ 〜567px（スマホ）
   → 1列で縦並び・gapは30px
============================= */
.page-worries .sec1 .box {
  flex: 0 0 80%; /* 横幅80%で1列 */
  min-width: 0; /* 画像の最小幅に引っ張られないように */
}

/* =============================
   ▼ 576〜767px（小型タブレットなど）
   → 2列・gapは30pxのまま
============================= */
@media (min-width: 576px) {
  .page-worries .sec1 .wrap {
    gap: 100px 30px;
  }
  .page-worries .sec1 .box {
    /* 2列（gapが30px） */
    flex: 0 0 calc((100% - 30px) / 2);
    /* → gapが1つ（30px分）あるので、それを引いて2で割る */
  }
}

/* =============================
   ▼ 768〜1199px（タブレット・ノートPC）
   → 4列・gapを25pxに変更
============================= */
@media (min-width: 992px) {
  .page-worries .sec1 .wrap {
    gap: 25px; /* すき間を少し小さく */
  }
  .page-worries .sec1 .box {
    /* 合計幅100%から、gap(25px)が3つ分あるので「- 3 * 25px」。
     残った幅を4つのボックスで割って、1個あたりの幅を出してる。 */
    flex: 0 0 calc((100% - 3 * 25px) / 4);
  }
}

/* =============================
   ▼ 1200px〜（大きい画面）
   → 4列のまま・gapを65pxに変更
============================= */
@media (min-width: 1200px) {
  .page-worries .sec1 .wrap {
    gap: 65px; /* ゆったり配置 */
  }
  .page-worries .sec1 .box {
    /* 4列（gapが65px） */
    flex: 0 0 calc((100% - (3 * 65px)) / 4);
    /* → gapが3つ（65px×3=195px）あるので、それを引いて4で割る */
  }
}

.btn-wrap > a {
  background-color: var(--gr);
  display: flex;
  align-items: center;
  border-radius: 50px;
  width: 100%;
  padding: 12px 20px 12px 28px;
  margin-top: 40px;
}

.btn-wrap > a:hover {
  background-color: var(--hvgr);
}

.btn-wrap > a > p:nth-child(2) {
  margin-top: auto;
  margin-right: 15px;
}

.part {
  font-size: 25px;
}

.issue {
  font-size: 20px;
}

.btn-wrap a::after {
  content: "";
  background: url(../images/arrow.svg) center / contain no-repeat;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 37px;
  min-height: 37px;
}

/*お悩み別ケアsec2*/
.page-worries .sec2 .box {
  color: #6d6c6c;
  padding-top: clamp(7.5rem, 6.285rem + 5.25vw, 11.25rem);
  padding-right: 0;
  padding-bottom: clamp(7.5rem, 6.285rem + 5.25vw, 11.25rem);
  padding-left: 0;
}

.page-worries .sec2 .box:nth-child(odd) { /* 奇数の.boxに対しての装飾 */
  background-color: var(--bg);
}

.page-worries .sec2 .box:nth-child(even) {
  background-color: #fff;
}

.page-worries .sec2 .box .container {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}

.page-worries .sec2 .box .title h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 65px;
}

.page-worries .sec2 .box:nth-child(even) .title h2 {
  color: #50ad41;
}

@media (min-width: 992px) {
  .page-worries .sec2 .box:nth-child(even) .container {
    flex-direction: row-reverse;
  }
}

.page-worries .sec2 .box-left {
  width: 80%;
  margin: 0 auto;
}
.page-worries .sec2 .box-right {
  width: 100%;
}

@media (min-width: 992px) {
  .page-worries .sec2 .box .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 52px;
  }
}

.page-worries .sec2 .box-left {
  flex: 0 0 45%;
}

.page-worries .sec2 .box-left .img_neck {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 30px;
}

.page-worries .sec2 .title {
  position: relative;
}

.page-worries .sec2 .title .bg-text {
  position: absolute;
  top: 10%;
  left: 48%;
  transform: translate(-50%, -68%);
  font-family: "Zen Kaku Gothic Antique";
  font-size: clamp(5.313rem, 3.895rem + 6.13vw, 9.688rem);
  font-weight: 900;
  color: var(--bgto);
  pointer-events: none;
  z-index: 0;
  align-items: center;
}

.page-worries .sec2 .box:nth-child(even) .title .bg-text {
  color: var(--bgte);
}

.page-worries .sec2 .title h2 {
  position: relative;
  z-index: 1;
  color: var(--fvor);
  text-align: center;
  font-size: clamp(1.25rem, 0.744rem + 2.19vw, 2.813rem);
  margin-bottom: 65px;
}

.page-worries .sec2 .box-right > p {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  font-weight: 300;
  line-height: 200%;
  padding: 0 25px;
}

.page-worries .sec2 .point {
  display: flex;
  font-weight: bold;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  margin-top: 65px;
  padding: 0 25px;
}

.page-worries .sec2 .point-title strong {
  color: var(--fvor);
}

.page-worries .sec2 .box:nth-child(even) .point-title strong {
  color: #50ad41;
}

/*お悩み別ケアsec3*/
.page-worries .sec3 {
  background-color: var(--bg);
  text-align: center;
}

.page-worries .sec3 .container {
  padding-top: clamp(7.5rem, 6.285rem + 5.25vw, 11.25rem);
  padding-right: 0;
  padding-bottom: clamp(2.813rem, 1.8rem + 4.38vw, 5.938rem);
  padding-left: 0;
}

.page-worries .sec3 h2 {
  color: var(--fvor);
  font-size: clamp(1.25rem, 0.744rem + 2.19vw, 2.813rem);
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 4px dotted var(--gr);
  width: 70%;
  margin-bottom: 30px;
}

/*お悩み別ケアsec4*/
.page-worries .sec4 {
  background-color: var(--bg);
  color: #fff;
  text-align: center;
  padding-bottom: clamp(2.813rem, 1.901rem + 3.94vw, 5.625rem);
}

.page-worries .sec4 .dotted-line {
  width: 100%;
  border-bottom: 4px dotted var(--fvor);
  margin-bottom: 65px;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-btn {
  display: flex;
  align-items: center;
  background-color: var(--ftor);
  color: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  border: 3px solid #fff;
  min-width: 350px;
}

.contact-btn .phone_img {
  width: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);
  height: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);
}

.contact-btn .line_img {
  width: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);;
  height: clamp(3.125rem, 2.113rem + 4.38vw, 6.25rem);
}

.contact-text {
  text-align: left;
  margin-left: 30px;
  line-height: 220%;
}

.title {
  display: flex;
  align-items: baseline;
}

.title .big {
  font-weight: 500;
  font-size: clamp(1.563rem, 1.36rem + 0.88vw, 2.188rem);
}

.title .small {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

.contact-text .text {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.902rem + 0.96vw, 1.813rem);
  margin: 0;
}

.contact-text .number {
  display: block;
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

/* LINEボタン */
.contact-btn.line {
  background-color: var(--gr);
}
.contact-btn.line:hover {
  background-color: var(--hvgr);
}

/* 電話ボタン */
.contact-btn.phone:hover {
  background-color: var(--hvor);
}

/* 注意文 */
.contact-note {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  color: var(--tx);
  text-align: center;
  margin-top: 30px;
}

/*店舗情報ページ*/
.page-information{
  background-color: var(--bg);
}

.page-information .container{
  padding-bottom: clamp(2.813rem, 1.8rem + 4.38vw, 5.938rem)} 

.page-information .section-title {
  position: relative;
  z-index: 1;
}
.page-information .section-title > h2 {
  font-weight: bold;
  color: var(--fvor);
  text-align: center;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}

.page-information .section-title > p {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  top: clamp(-76px, -5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
}

.page-information .section-title >p {
 color: var(--bgto);
}

.page-information .info-pic1{
  border-radius: 30px;
}

.page-information .info-pic2{
  border-radius: 30px;
}
  
 .page-information .info-table {
  background: #fff;
  border-radius: 30px;
  padding: 10px 60px;
  max-width: 1300px;
  margin: 0 auto;
}

.page-information .info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 3px dotted var(--gr);
}

.page-information .info-row:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .page-information .info-row {
    flex-direction: column;
  }
}

.page-information .info-title {
  font-size: clamp(1.188rem, 1.066rem + 0.53vw, 1.563rem);
  color: var(--fvor);
  font-weight: 500;
  width: 200px
}

@media (max-width: 768px) {
  .page-information .info-title {
   width: auto
  }
}

.page-information .info-text {
  flex: 1;
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}

@media (max-width: 768px) {
  .page-information .info-text {
   display: flex;
    text-align: center;
   justify-content: center;
  }
}
/*店舗情報access*/
.access {
  background-color: var(--bg);
  text-align: center;
  padding: 100px 20px;
}

.gm {
 border-radius: 30px;
 height: clamp(12.5rem, 6.425rem + 26.27vw, 31.25rem);
}

/*健康浴ドームのページsec1*/
.page-kenkoyoku {
  font-family: "Zen Maru Gothic", sans-serif;
 }

.page-kenkoyoku .sec01 {
  background-color: var(--bgor);
  color: #fff;
 }

.page-kenkoyoku .sec01 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (min-width: 992px) {
  .page-kenkoyoku .sec01 .box-wrap {
    flex-direction: row;
    gap: 80px;
  }
}

.page-kenkoyoku .sec01 .box-wrap .box {
  width: 100%;
}

@media (min-width: 992px) {
  .page-kenkoyoku .sec01 .box-wrap .box {
    width: 50%;
  }
}

.page-kenkoyoku .sec01 .box-wrap .box:first-child {
  padding-block: 80px;
  padding-inline: 20px;
}

@media (min-width: 992px) {
  .page-kenkoyoku .sec01 .box-wrap .box:first-child {
    padding-block: 100px;
    padding-inline: 50px 0;
  }
}

@media (min-width: 992px) {
  .page-kenkoyoku .sec01 .box-wrap .box:first-child > h2, .page-kenkoyoku .sec01 .box-wrap .box:first-child > p {
    max-width: 540px;
    margin-left: auto;
  }
}

.page-kenkoyoku .sec01 .box-wrap .box:first-child > h2 {
  color: #fff;
  font-size: clamp(1.563rem, 1.158rem + 1.75vw, 2.813rem);
  font-weight: bold;
}

.page-kenkoyoku .sec01 .box-wrap .box:last-child {
  width: 75%;
  margin-inline: auto;
  padding-bottom: 80px;
  border-radius: 25px;
  overflow: clip;
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec01 .box-wrap .box:last-child {
    width: 50%;
    padding-bottom: 0;
    border-radius: 0;
  }
}


/*健康浴ドームsec02*/
.page-kenkoyoku .sec02 {
  background-color: #fff;
  color: var(--tx);
  padding: 100px 0;
}

@media (min-width: 576px) {
  .page-kenkoyoku .sec02 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec02 {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec02 {
    padding: 200px 0;
  }
}

.page-kenkoyoku .sec02 .section-title {
  position: relative;
  z-index: 1;
}

.page-kenkoyoku .sec02 .section-title > h2 {
  font-weight: bold;
  color: var(--gr);
  text-align: center;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}

.page-kenkoyoku .sec02 .section-title > p {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  color: var(--bgte);
  top: clamp(-76px, -5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
}

.page-kenkoyoku .sec02 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 768px) {
  .page-suiso .sec02 .box-wrap {
    gap: 60px;
  }
}
.page-kenkoyoku .sec02 .box-wrap .box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec02 .box-wrap .box {
    gap: 60px;
    flex-direction: row;
  }
}
.page-kenkoyoku .sec02 .box-wrap .box-img {
  position: relative;
  z-index: 1;
  overflow: clip;
  border-radius: 20px;
  width: 100%;
}

.page-kenkoyoku .sec02 .box-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  aspect-ratio: 1;
}

@media(max-width: 768px) {
  .page-kenkoyoku .sec02 .box-img img {
  aspect-ratio: unset;
 }
}

@media(min-width: 992px) {
  .page-kenkoyoku .sec02 .box-img img {
  aspect-ratio: unset;
 }
}

@media (min-width: 576px) {
  .page-kenkoyoku .sec02 .box-wrap .box-img {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec02 .box-wrap .box-img {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec02 .box-wrap .box-img {
    width: 415px;
  }
}
.page-kenkoyoku .sec02 .box-wrap .box-text {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 20px 0 0 20px;
}
.page-kenkoyoku .sec02 .box-wrap .box-text > h3 {
  font-weight: 500;
  font-size: clamp(1.25rem, 0.946rem + 1.31vw, 2.188rem);
  margin-bottom: 20px;
}
.page-kenkoyoku .sec02 .box-wrap .box-text > p {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  line-height: 2;
}
.page-kenkoyoku .sec02 .box-wrap .box-text .number {
  position: absolute;
  z-index: -1;
  font-weight: 900;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(5rem, 2.57rem + 10.51vw, 12.5rem);
  line-height: 1;
  top: -30px;
  left: -15px;
}
@media(max-width: 768px) {
  .page-kenkoyoku .sec02 .box-wrap .box-text .number{
      left: 0;
  }
}
  
.page-kenkoyoku .sec02 .box-wrap .box-text .red{
  color: #FFEDED;
}

.page-kenkoyoku .sec02 .box-wrap .box-text .white{
  color: #ECF3F8;
}

.page-kenkoyoku .sec02 .box-wrap .box-text .green{
  color: #E6F3EB;
}

.page-kenkoyoku .sec02 .box-wrap .box-text .yellow{
  color: #FEF6DF;
}

.page-kenkoyoku .sec02 .box-wrap .box-text .blue{
  color: #E6ECF3;
}

.page-kenkoyoku .sec02 .box-wrap .box-text .pink{
  color: #FFEEF6;
}

/*健康浴ドームsec03*/
.page-kenkoyoku .sec03 {
  background-color: var(--bgor);
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

@media (min-width: 576px) {
  .page-kenkoyoku .sec03 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec03 {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec03 {
    padding: 200px 0;
  }
}

.page-kenkoyoku  .sec03 .section-title {
  position: relative;
  z-index: 1;
}

.page-kenkoyoku  .sec03 .section-title > h2 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}
.page-kenkoyoku  .sec03 .section-title > p {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  color: FFB969;
  top: clamp(-76px, -5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
}

.page-kenkoyoku  .sec03 .no-wrap-text {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
@media (max-width: 768px) {
  .page-kenkoyoku  .sec03 .no-wrap-text  br {
    display: none;
  }
}

/*健康浴ドームsec04*/
.page-kenkoyoku .sec04 {
  background-color: #fff;
  color: var(--tx);
  padding: 100px 0;
}
@media (min-width: 576px) {
  .page-kenkoyoku .sec04 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec04 {
    padding: 150px 0;
  }
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec04 {
    padding: 200px 0;
  }
}

.page-kenkoyoku  .sec04 .section-title > h2 {
  position: relative;
  font-weight: bold;
  color: var(--gr);
  text-align: center;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}
.page-kenkoyoku  .sec04 .section-title > p {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  color: var(--bgte);
  top: clamp(-76px, -5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
}

.page-kenkoyoku .sec04 .text {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}
.page-kenkoyoku .sec04 .step-wrap .box {
  background-color: var(--bg);
}
.page-kenkoyoku .sec04 .step-wrap .box-head p {
  color: var(--gr);
}

.page-kenkoyoku .sec04 .bottom-text{
  width: 100%;        
  max-width: 900px;
  letter-spacing: 0;
  text-align: left;
  margin-inline: auto;
}


/*健康浴ドームsec05*/
.page-kenkoyoku .sec05 {
  background-color: var(--bg);
  padding: 100px 0 0;
}
@media (min-width: 576px) {
  .page-kenkoyoku .sec05 {
    padding: 120px 0 0;
  }
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec05 {
    padding: 150px 0 0;
  }
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec05 {
    padding: 200px 0 0;
  }
}

.page-kenkoyoku .sec05 .section-title {
  position: relative;
  z-index: 1;
}

.page-kenkoyoku .sec05 .section-title > h2 {
  font-weight: bold;
  color: var(--fvor);
  text-align: center;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}

.page-kenkoyoku .sec05 .section-title > p {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  color: var(--bgto);
  top: clamp(-76px, -5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
}


.page-kenkoyoku .sec05 .list {
  overflow: clip;
  border-radius: 20px;
  background-color: white;
}
@media (min-width: 576px) {
.page-kenkoyoku .sec05 .list {
    border-radius: 30px;
  }
}
.page-kenkoyoku .sec05 .list {
  padding: 15px 20px 20px 20px;
}
@media (min-width: 576px) {
  .page-kenkoyoku .sec05 .list {
    padding: 20px 30px 25px  30px;
  }
}
@media (min-width: 992px) {
  .page-kenkoyoku .sec05 .list {
    padding: 20px 55px 25px 55px;
  }
}
.page-kenkoyoku .sec05 .list .list-dl {
  display: flex;
  flex-direction: column;
  border-bottom: dotted 4px var(--gr);
  padding: 15px 0;
}
@media (min-width: 768px) {
  .page-kenkoyoku .sec05 .list .list-dl {
    flex-direction: row;
  }
}

.page-kenkoyoku .sec05 .-list .list-dl:first-child {
  padding-top: 0;
}
.page-kenkoyoku .sec05 .list .list-dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.page-kenkoyoku .sec05 .list .list-dt {
  display: flex;
  font-size: 23px;
  display: inline-block;
  font-weight: 600;
  color: var(--fvor);
  width: 300px;
     margin: 0 auto;
   text-align: center;
}

@media (min-width: 768px){
  .page-kenkoyoku .sec05 .list .list-dt  {
     width: 170px;
    font-size: 20px;
    text-align: left;
  }
}
  
@media (min-width: 992px){
  .page-kenkoyoku .sec05 .list .list-dt  {
     width: 220px;
    font-size: 23px;
    text-align: left;
  }
}

@media (min-width: 1200px){
  .page-kenkoyoku .sec05 .list .list-dt  {
     width: 300px;
    font-size: 30px;
    text-align: left;
  }
}
  
  
.page-kenkoyoku .sec05 .list .list-dd .price{
  font-size: 23px;
}

@media (min-width: 768px){
  .page-kenkoyoku .sec05 .list .list-dd .price  {
    font-size: 20px
  }
}

@media (min-width: 992px){
  .page-kenkoyoku .sec05 .list .list-dd .price {
    font-size: 23px
  }
}

@media (min-width: 1200px){
  .page-kenkoyoku .sec05 .list .list-dd .price {
    font-size: 30px
  }
}

.page-kenkoyoku .sec05 .list .list-dd .small{
  font-size: 15px;
  margin-left: 2px
}

@media (min-width: 768px){
  .page-kenkoyoku .sec05 .list .list-dd .small {
    font-size: 13px
  }
}

@media (min-width: 992px){
  .page-kenkoyoku .sec05 .list .list-dd .small {
    font-size: 17px
  }
}

@media (min-width: 1200px){
  .page-kenkoyoku .sec05 .list .list-dd .small {
    font-size: 20px
  }
}


.page-kenkoyoku .sec05 .list .list-dd {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 200px;
  margin: 0 auto;
   justify-content: center; 
}

 
@media (min-width: 768px){
  .page-kenkoyoku .sec05 .list .list-dd  {
     width: 120px;
     justify-content: left; 
  }
}

@media (min-width: 992px){
  .page-kenkoyoku .sec05 .list .list-dd  {
     width: 150px;
     justify-content: left; 
  }
}

@media (min-width: 1200px){
  .page-kenkoyoku .sec05 .list .list-dd {
     width: 200px;
     justify-content: left; 
  }
}

.page-kenkoyoku .sec05 .list .list-dp {
  display: flex; 
  align-items: flex-end;   
  justify-content: flex-end;
  white-space: nowrap; 
  flex: 1;
  margin: 0 auto;
    justify-content: center; 
  font-size: 15px;
}

@media (min-width: 768px){
  .page-kenkoyoku .sec05 .list .list-dp {
    font-size: 15px
  }
}

@media (min-width: 992px){
  .page-kenkoyoku .sec05 .list .list-dp {
    font-size: 17px
  }
}

@media (min-width: 1200px){
  .page-kenkoyoku .sec05 .list .list-dp {
    font-size: 20px
  }
}

/*Q&Aページ*/
.page-faq {
  background-color: var(--bg);
}

.page-faq .sec1 .section-title {
  position: relative;
  z-index: 1;
}

.page-faq .sec1 .section-title > h2 {
  font-weight: bold;
  color: var(--fvor);
  text-align: center;
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
}

.page-faq .sec1 .section-title > p {
  position: absolute;
  z-index: -1;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  color: var(--bgto);
  top: clamp(-76px, -5vw, -36px);
  left: 50%;
  transform: translateX(-50%);
 }


.Q-box  p, .Q-box h3{
  font-weight: bold;
  color: var(--fvor);
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}


.bb-dot {
  border-bottom: dotted 4px var(--gr);
}

.A-box  {
  background-color: #fff;
  border-radius: 15px; 
}