@charset "UTF-8";

.u-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: none;
  }
}

@-webkit-keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 1049px) {
  html {
    font-size: 1.5252621544vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

/* 全体設定 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #432316;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

body.noscroll {
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-calender {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 57.2%;
}

@media screen and (max-width: 767px) {
  .c-calender {
    padding-bottom: 140.7%;
  }
}

.c-calender iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-gmap {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 45.2%;
}

@media screen and (max-width: 767px) {
  .c-gmap {
    padding-bottom: 88.7%;
  }
}

.c-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-img {
  position: relative;
}

.c-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-leader {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.l-family-bath {
  margin: 105px 0 0;
  margin: 6.5625rem 0 0;
}

@media screen and (max-width: 767px) {
  .l-family-bath {
    margin: 3.8125rem 0 0;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

/* .l-footer {
  margin: 170px 0 0;
  margin: 10.625rem 0 0;
} */

/* @media screen and (max-width: 767px) {
  .l-footer {
    margin: 4.25rem 0 0;
  }
} */

.l-scroll {
  margin: 140px 0 0;
  margin: 8.75rem 0 0;
}

@media screen and (max-width: 767px) {
  .l-scroll {
    margin: 3.75rem 0 0;
  }
}

.p-drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in 0.1s;
  transition: 0.2s ease-in 0.1s;
  padding: 75px 0 700px;
  padding: 4.6875rem 0 43.75rem;
  overflow: scroll;
}

.p-drawer-menu__info {
  margin: 56px 0 0;
  margin: 3.5rem 0 0;
  text-align: center;
  border-top: 1px solid #432316;
  font-weight: 600;
}

.p-drawer-menu__content {
  height: inherit;
  width: 100%;
  padding: 75px 0 0;
  padding: 4.6875rem 0 0;
  max-width: 540px;
  max-width: 33.75rem;
  width: 100%;
  margin: auto;
}

.p-drawer-menu__head {
  max-width: 184px;
  max-width: 11.5rem;
  width: 100%;
  margin: -12px auto;
  margin: -0.75rem auto;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-drawer-menu__tel a {
  display: block;
}

.p-drawer-menu__tel {
  max-width: 268px;
  max-width: 16.75rem;
  width: 100%;
  margin: 19px auto 0;
  margin: 1.1875rem auto 0;
}

.p-drawer-menu__supplement {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #feeebc;
  display: inline-block;
  padding: 4px;
  padding: 0.25rem;
  font-weight: 600;
  margin: 13px 0 0;
  margin: 0.8125rem 0 0;
  letter-spacing: -0.06em;
}

.p-drawer-menu__items {
  padding: 0 20px;
}

.p-drawer-menu__item--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-drawer-menu__item {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.p-drawer-menu__item:first-child {
  margin: 0;
}

.p-drawer-menu__subItem--2col {
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}

.p-drawer-menu__subItem a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-drawer-menu__subItem a::before {
  content: "";
  background-image: url(../images/common/triangle.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 5px;
  width: 0.3125rem;
  height: 10px;
  height: 0.625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.p-drawer-menu.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s ease-in 0.1s;
  transition: 0.2s ease-in 0.1s;
  visibility: visible;
}

.p-family-bath {
  background-color: #F9F4F2;
  padding: 121px 0 155px;
  padding: 7.5625rem 0 9.6875rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-family-bath {
    padding: 5rem 0;
  }
}

.p-family-bath__topBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-family-bath__content {
  margin: 95px 0 0;
  margin: 5.9375rem 0 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-family-bath__content {
    max-width: 33.75rem;
    margin: 2.3125rem auto 0;
  }
}

.p-family-bath__title {
  width: 270px;
  width: 16.875rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-family-bath__title {
    width: 9.375rem;
  }
}

.p-family-bath__wrap {
  margin: 59px 0 0;
  margin: 3.6875rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-family-bath__wrap {
    margin: 1.25rem 0 0;
  }
}

.p-family-bath__subTitle,
.p-family-bath__subTitle02 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #F73823;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0 20px;
}

.p-family-bath__subTitle span,
.p-family-bath__subTitle02 span {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .p-family-bath__subTitle,
  .p-family-bath__subTitle02 {
    display: block;
    font-size: 1.25rem;
  }

  .p-family-bath__subTitle02 {
    margin-top: 30px;
  }
}

.p-family-bath__subTitle::before,
.p-family-bath__subTitle::after {
  content: "";
  /*  max-width: 235px;*/
  max-width: 14.6875rem;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #F73823;
  flex-basis: 33%;
}

.p-family-bath__subTitle02::before,
.p-family-bath__subTitle02::after {
  content: "";
  /*max-width: 235px;*/
  max-width: 7rem;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #F73823;
  flex-basis: 33%;
}

@media screen and (max-width: 767px) {

  .p-family-bath__subTitle::before,
  .p-family-bath__subTitle::after,
  .p-family-bath__subTitle02::before,
  .p-family-bath__subTitle02::after {
    display: none;
  }
}

/*.p-family-bath__subTitle::before,.p-family-bath__subTitle02::before, {
  margin-right: auto;
}*/

/*.p-family-bath__subTitle::after, .p-family-bath__subTitle02::after {
  margin-left: auto;
}*/

.p-family-bath__copy {
  margin: 16px 0 0;
  margin: 1rem 0 0;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-family-bath__copy {
    margin: 1.0625rem 0 0;
    text-align: left;
    letter-spacing: -0.005em;
  }
}

.p-family-bath__items {
  margin: 55px 0 0;
  margin: 3.4375rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .p-family-bath__items {
    margin: 2.625rem 0 0;
  }
}

.p-family-bath__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-family-bath__item {
    display: block;
    margin: 1.4375rem 0 0;
  }
}

.p-family-bath__item:first-of-type {
  margin: 0;
}

.p-family-bath__typeName {
  background-color: #fff;
  max-width: 185px;
  max-width: 11.5625rem;
  width: 100%;
  padding: 5px 0;
  padding: 0.3125rem 0;
  text-align: center;
  border-radius: 0.3125rem;
  margin: 0 24px 0 0;
  margin: 0 1.5rem 0 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-family-bath__typeName {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-family-bath__feature {
    margin: 0.9375rem 0 0;
  }
}

.p-family-bath__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: 74px 0 0;
  margin: 4.625rem 0 0;*/
  margin: 2rem 0 0;
}

.p-family-bath__img {
  width: 23.95%;
  margin-right: 1.4%;
}

@media screen and (max-width: 767px) {
  .p-family-bath__img {
    /* margin-right: 3.55%;
    width: 48.225%;*/
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-family-bath__img:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-family-bath__img:nth-child(n+3) {
    margin-top: 0.625rem;
  }
}

.p-family-bath__img:nth-child(n+5) {
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-family-bath__img:nth-child(n+5) {
    margin-top: 0.625rem;
  }
}

.p-family-bath__img:nth-child(4n) {
  margin-right: 0px;
  margin-right: 0rem;
}

.p-family-bath__priceList {
  margin: 118px 0 0;
  /*margin: 7.375rem 0 0;*/
  margin: 2rem 0 0;
}

.p-family-priceList {
  border: 3px solid #432316;
  border: 0.1875rem solid #432316;
  border-radius: 1.25rem;
}

.p-family-priceList__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #F9F4F2;
  max-width: 260px;
  max-width: 23.25rem;
  width: 100%;
  margin: -28px auto;
  margin: -1.75rem auto;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__title {
    margin: -1.125rem auto;
    font-size: 1.25rem;
    max-width: 16.625rem;
  }
}

.p-family-priceList__title span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__title span {
    font-size: 0.875rem;
  }
}

.p-family-priceList__body {
  max-width: 922px;
  max-width: 57.625rem;
  width: 100%;
  padding: 56px 0 44px;
  padding: 3.5rem 0 2.75rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__body {
    padding: 1.75rem 0.875rem;
    max-width: 100%;
  }
}

.p-family-priceList__content:last-of-type {
  margin: 41px 0 0;
  margin: 2.5625rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__content:last-of-type {
    margin: 1.5625rem 0 0;
  }
}

.p-family-priceList__items {
  margin: 13px 0 0;
  margin: 0.8125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__items {
    margin: 0.3125rem 0 0;
    display: block;
  }
}

.p-family-priceList__item {
  margin-right: 1%;
  margin: 0 2% 0 0;
  padding: 23px 0 23px;
  padding: 1.4375rem 0 1.4375rem;
  border-radius: 1.25rem;
  background-color: #fff;
  width: 49%;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__item {
    border-radius: 0.625rem;
    width: 100%;
    padding: 0.875rem 0;
  }
}

.p-family-priceList__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__item:last-child {
    margin-top: 0.625rem;
  }
}

.p-family-priceList__day {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__day {
    font-size: 0.875rem;
  }
}

.p-family-priceList__textBox {
  margin: 33px 0 0;
  margin: 2.0625rem 0 0;
}

.p-family-priceList__text {
  margin: 18px 0 0;
  margin: 1.125rem 0 0;
}

.p-family-priceList__text:first-of-type {
  margin: 0;
}

.p-family-priceList__supplement {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__supplement {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}

.p-family-priceList__entry {
  font-weight: 600;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.625rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
}

.p-spring-priceList__price {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__price {
    letter-spacing: 0.04em;
    font-size: 1rem;
  }
}

.p-footer-contact {
  border-radius: 0.625rem;
  padding: 15px 0 19px;
  padding: 0.9375rem 0 1.1875rem;
  background-color: #432316;
}

.p-footer-contact__head {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-footer-contact__head::before,
.p-footer-contact__head::after {
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 1px;
  display: inline-block;
  background-color: #fff;
}

.p-footer-contact__head::before {
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.p-footer-contact__head::after {
  margin-left: 7px;
  margin-left: 0.4375rem;
}

.p-footer-contact__text {
  color: #fff;
  text-align: center;
  letter-spacing: -0.1em;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
  font-weight: 400;
  letter-spacing: 0;
}

.p-footer-contact__img {
  width: 267px;
  width: 16.6875rem;
  margin: auto;
  /* margin: 0.625rem auto 0; */
}

.p-footer-contact__img a {
  cursor: pointer;
  display: block;
}

.p-footer-info {
  border-top: 1px solid #432316;
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  z-index: 100;
}

.p-footer-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-footer-info__left {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.p-footer-info__tel {
  display: block;
  max-width: 198px;
  max-width: 12.375rem;
  width: 100%;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-footer-info__contact {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-footer-info__contact::before,
.p-footer-info__contact::after {
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 1px;
  display: inline-block;
  background-color: #432316;
}

.p-footer-info__contact:before {
  margin-right: auto;
}

.p-footer-info__contact::after {
  margin-left: auto;
}

.p-footer-info__accses {
  max-width: 58px;
  max-width: 3.625rem;
  width: 100%;
  background-color: #432316;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 6px 4px;
  padding: 0.375rem 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 6px 0 0;
  margin: 0 0.375rem 0 0;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.p-footer-info__time {
  max-width: 58px;
  max-width: 3.625rem;
  width: 100%;
  background-color: #432316;
  color: #fff;
  border-radius: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 4px;
  padding: 0.375rem 0.25rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.p-footer-info__supplement {
  text-align: center;
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  padding: 4px 0 4px;
  padding: 0.25rem 0 0.25rem;
  background-color: #FEEEBC;
  font-weight: 600;
}

.p-footer-info.is-active {
  visibility: visible;
  opacity: 1;
}

.p-footer-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-footer-media {
    display: block;
  }

  .p-footer-info__inner {
    align-items: flex-end;
  }
}

.p-footer-media__logo {
  width: 268px;
  width: 16.75rem;
}

@media screen and (max-width: 767px) {
  .p-footer-media__logo {
    width: 13.25rem;
    margin: auto;
  }
}

.p-footer-media__gmap {
  max-width: 667px;
  max-width: 41.6875rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-footer-media__gmap {
    margin-top: 1.875rem;
  }
}

.p-footer-media__body {
  max-width: 440px;
  max-width: 27.5rem;
  width: 100%;
  margin-right: 6.71%;
  padding: 50px 0 0;
  padding: 3.125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-footer-media__body {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-footer-media__address {
  margin: 17px 0 0;
  margin: 1.0625rem 0 0;
}

.p-footer-prise {
  background: #F9F4F2;
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto 0;
  width: 360px;
}

.p-footer-prise p {
  text-align: center;
  font-weight: bold;
}

.p-footer-prise dl {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  border-bottom: 1px solid;
}

.p-footer-media__car {
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
}

.p-footer-media__saleTime {
  margin: 35px 0 0;
  margin: 2.1875rem 0 0;
  letter-spacing: 0.25em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-footer-media__saleTime {
    margin: 2.125rem 0 0;
  }

  .p-footer-prise {
    width: 100%;
  }
}

.p-footer-media__img {
  margin: 18px 0 0;
  margin: 1.125rem 0 0;
}

.p-footer-media__contact {
  margin: 32px 0 0;
  margin: 2rem 0 0;
}

.p-footer {
  position: relative;
  /* padding: 6.9444444444vw 0 16px;
  padding: 6.9444444444vw 0 1rem; */
  margin-bottom: 1rem;
  margin-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .p-footer {
    /* padding: 15.8285714286vw 0 6.875rem; */
    margin-bottom: 6.875rem;
    margin-top: 3.75rem;
  }
}

.p-footer__topBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
}

.p-footer__inner.l-inner {
  max-width: 1360px;
  max-width: 85rem;
}

@media screen and (max-width: 767px) {
  .p-footer__inner.l-inner {
    max-width: 33.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-footer__header {
  margin-bottom: 16.875rem;
  padding-top: 6.9444444444vw;
}

@media screen and (max-width: 767px) {
  .p-footer__header {
    margin-bottom: clamp(1px, 38.5714285714vw, 135px);
    padding-top: 15.8285714286vw;
  }
}

.p-footer__copy {
  display: block;
  width: clamp(1px, 48.9583333333vw, 705px);
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-footer__copy {
    width: clamp(1px, 84.2857142857vw, 380px);
  }
}

.p-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 1.3125rem;
  }
}

.p-footer__topbtn {
  margin-top: 40px;
  margin-top: 1.5rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-footer__topbtn {
    margin-top: 1.875rem;
    padding-right: 0rem;
  }
}

.p-footer__topbtnImg {
  margin-left: auto;
  width: 70px;
  width: 4.375rem;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .p-footer__topbtnImg {
    margin: auto;
  }
}

.p-footer__topbtnImg:hover {
  opacity: 0.6;
}

/* .p-footer__media {
  margin: 270px 0 0;
  margin: 16.875rem 0 0;
} */

/* @media screen and (max-width: 767px) {
  .p-footer__media {
    margin: clamp(1px, 38.5714285714vw, 135px) 0 0;
  }
} */

.sns-area {
  position: relative;
  margin: 90px auto 0;
}

.sns-area>img {
  width: 217px;
  margin: 0 auto 10px;
}

.sns-area ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sns-area li {
  width: 53px;
}

@media screen and (max-width: 767px) {
  .sns-area {
    margin: 30px auto 0;
  }
}

.p-gnav {
  height: inherit;
}

@media screen and (max-width: 767px) {
  .p-gnav {
    display: none;
  }
}

.p-gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-gnav__item {
  height: inherit;
}

.p-gnav__item a {
  font-size: clamp(1px, 1.25vw, 18px);
  font-weight: 600;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  padding: 0 clamp(1px, 1.5277777778vw, 22px);
}

.p-hamburger {
  display: none;
  width: 40px;
  width: 2.5rem;
  z-index: 9999;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-hamburger {
    display: block;
  }
}

.p-hamburger__content {
  width: 28px;
  width: 1.75rem;
  margin: auto;
}

.p-hamburger__open.open {
  visibility: visible;
  opacity: 1;
}

.p-hamburger__close.open {
  visibility: visible;
  opacity: 1;
}

.p-hamburger__close {
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 36px;
  width: 2.25rem;
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-hamburger__open {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -12px;
  bottom: -0.75rem;
  left: 50%;
  width: 36px;
  width: 2.25rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 7.4305555556vw;
  background-color: #fff;
  z-index: 30;
  padding: 0 2.4305555556vw 0 2.5694444444vw;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .p-header {
    visibility: visible;
    height: 3.5rem;
    opacity: 1;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
}

.p-header__logo {
  height: inherit;
  width: 17.0138888889vw;
  max-width: 245px;
  max-width: 15.3125rem;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 9.3125rem;
  }
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-header__info {
    display: none;
  }
}

.p-header__info a {
  display: block;
}

.p-header__tel {
  width: 17.5694444444vw;
  max-width: 253px;
  max-width: 15.8125rem;
}

.p-header__supplement {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #FEEEBC;
  text-align: center;
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
}

.p-header.is-active {
  visibility: visible;
  opacity: 1;
}

.p-header__hamburger {
  margin: -5px 0 0;
  margin: -0.3125rem 0 0;
}

.p-hot-spring {
  position: relative;
  padding: 126px 0 0;
  padding: 7.875rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hot-spring {
    padding: 4.375rem 0 0;
  }
}

.p-hot-spring__title {
  width: 150px;
  width: 9.375rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__title {
    width: 5.375rem;
  }
}

.p-hot-spring__bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.p-sauna__bg2 {
  position: absolute;
  right: 0;
  bottom: -86px;
  bottom: -5.375rem;
  width: 395px;
  width: 24.6875rem;
}

@media screen and (max-width: 767px) {
  .p-sauna__bg2 {
    width: 20.5714285714vw;
    bottom: -4.4328552803vw;
  }
}

.p-hot-spring__wrap {
  margin: 52px 0 0;
  margin: 3.25rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__wrap {
    margin: 1.5rem 0 0;
  }
}

.p-hot-spring__text {
  margin: 47px auto 0;
  margin: 2.9375rem auto 0;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__text {
    margin: 1.625rem 0 0;
    line-height: 2;
  }
}

.p-hot-spring__inner.l-inner {
  max-width: 1134px;
  max-width: 70.875rem;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-hot-spring__japan {
  margin: 84px 0 0;
  margin: 5.25rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__japan {
    margin: 3.375rem 0 0;
  }
}

.p-hot-spring__western {
  margin: 130px 0 0;
  /* margin: 8.125rem 0 0;*/
  margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__western {
    margin: 3rem 0 0;
  }
}

.p-hot-spring__thumbnails {
  margin: 58px auto 0;
  margin: 3.625rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__thumbnails {
    margin: 1.375rem auto 0;
  }
}

.p-hot-spring__priceList {
  margin: 118px auto 0;
  margin: 7.375rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-hot-spring__priceList {
    margin: 3.375rem auto 0;
  }
}

.p-mainview-slider {
  height: 605px;
  height: 605px;
  height: 37.8125rem;
  width: 74.3%;
}

@media screen and (max-width: 767px) {
  .p-mainview-slider {
    height: 30.6875rem;
    width: 100%;
    position: relative;
  }
}

.p-mainview-slider__container {
  height: inherit;
}

.p-mainview-slider__container {
  height: inherit;
}

.p-mainview-slider__container {
  height: inherit;
}

.p-mainview-slider__swiperImg {
  position: relative;
  height: inherit;
  display: block;
}

.p-mainview-slider__swiperImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-mainview {
  position: relative;
}

.p-mainview__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: clamp(12px, 43.8888888889vw, 632px);
  width: 632px;
  width: 39.5rem;
}

@media screen and (max-width: 767px) {
  .p-mainview__bg {
    display: none;
  }
}

.p-mainview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mainview__logo {
  flex-shrink: 0;
  width: 206px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin: 129px 5.9097222222vw auto auto;
  margin: 8.0625rem 5.9097222222vw auto auto;
}

@media screen and (max-width: 767px) {
  .p-mainview__logo {
    display: none;
  }
}

.p-mainview__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -158px 0 0 auto;
  margin: -9.875rem 0 0 auto;
  /* padding: 0 6.6666666667vw 0 0; */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
  /* width: 1200px; */
  width: 100%;
  margin: -140px auto 0;
}

@media screen and (max-width: 767px) {
  .p-mainview__foot {
    margin: -26rem 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
    height: 26.6875rem;
  }
}

.p-mainview__copy {
  z-index: 10;
  margin: 0 0 0 80px;
}

@media screen and (max-width: 767px) {
  .p-mainview__copy {
    margin: 0;
  }
}


.p-mainview__copy>div {
  display: block;
  background-color: #fff;
  border-radius: 0 50px 50px 0;
  padding: 15px 40px 15px 0;
}

@media screen and (max-width: 767px) {
  .p-mainview__copy>div {
    padding: 10px 30px 10px 10px;
  }
}

.p-mainview__copy--first {
  width: 267px;
}

@media screen and (max-width: 767px) {
  .p-mainview__copy--first {
    width: 181px;
  }
}


.p-mainview__copy--first>div {
  width: 227px;
  padding: 20px 30px 20px 0;
  border-top-right-radius: 48px;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 68px;
  border-bottom-right-radius: 4.25rem;
}

.p-mainview__copy--second {
  width: 537px;
  padding: 15px 40px 15px 160px !important;
}

@media screen and (max-width: 767px) {
  .p-mainview__copy--second {
    width: 288px;
    margin: 0;
    padding: 10px 30px 10px 50px !important;
  }
}

.p-mainview__copy--second>div {
  padding: 20px 30px 20px 0;
  border-top-right-radius: 56px;
  border-top-right-radius: 3.5rem;
  border-bottom-right-radius: 74px;
  border-bottom-right-radius: 4.625rem;
  margin-top: -40px;
  letter-spacing: 0.08em;
  width: 337px;
}

.p-mainview__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  margin-top: 91px;
  /* margin-top: 5.6875rem; */
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .p-mainview__images {
    margin-top: 0rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
    padding: 0 0 0 15px;
    gap: 5px;
  }
}

.p-mainview__hot-spring {
  /* margin-right: 17px; */
  /* margin-right: 1.0625rem; */
  width: 71px;
  width: 4.4375rem;
}

@media screen and (max-width: 767px) {
  .p-mainview__hot-spring {
    width: 3rem;
  }
}

.p-mainview__price {
  width: 98px;
  width: 6.125rem;
}

@media screen and (max-width: 767px) {
  .p-mainview__price {
    width: 3rem;
  }
}

.p-mv-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 18px 45px 0 0;
  padding: 1.125rem 2.8125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-mv-header {
    display: none;
  }
}

.p-mv-header__text {
  letter-spacing: 0.03em;
}

.p-mv-header__content {
  margin: 34px 0 0;
  margin: 2.125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: flex-end;
}

.p-mv-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-mv-header__contact::before,
.p-mv-header__contact::after {
  content: "";
  width: 35px;
  width: 2.1875rem;
  height: 1px;
  display: inline-block;
  background-color: #432316;
}

.p-mv-header__contact:before {
  margin-right: 6px;
  margin-right: 0.375rem;
}

.p-mv-header__contact::after {
  margin-left: 6px;
  margin-left: 0.375rem;
}

.p-mv-header__tel {
  width: 244px;
  width: 15.25rem;
  /* margin-top: 4px; */
  /* margin-top: 0.25rem; */
}

.p-mv-header__map {
  width: 56px;
  width: 3.5rem;
  /* padding-top: 4px; */
  /* padding-top: 0.25rem; */
}

.p-mv-header__map a {
  display: block;
}

.p-mv-header__info a {
  display: block;
  margin: 0 26px 0 0;
  margin: 0 1.625rem 0 0;
}

.p-mv-header__supplement {
  background-color: #FEEEBC;
  max-width: 321px;
  max-width: 20.0625rem;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 8px 0 0 auto;
  margin: 0.5rem 0 0 auto;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.p-scroll {
  position: relative;
}

.p-scroll__noren {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.p-scroll__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 810px;
  top: 50.625rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-scroll__content {
    top: 56.1875rem;
  }
}

.p-scroll__content.is-fixed {
  position: fixed;
  top: 7.4305555556vw;
}

@media screen and (max-width: 767px) {
  .p-scroll__content.is-fixed {
    top: 3rem;
  }
}

.p-scroll__noren.is-scroll {
  height: 300vh;
}

.p-scroll__content.is-top {
  top: 2px;
  top: 0.125rem;
}

.p-preforce {
  padding: 265px 0 115px;
  padding: 16.5625rem 0 7.1875rem;
  background-color: #feeebc;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-preforce {
    padding: 4.875rem 0 3.4375rem;
  }
}

.p-preforce__bg1--sp {
  position: absolute;
  bottom: 0;
  left: 30.2857142857vw;
  width: 6px;
  width: 0.375rem;
}

.p-preforce__bg2--sp {
  position: absolute;
  bottom: 0;
  right: 30.2857142857vw;
  width: 6px;
  width: 0.375rem;
}

.p-preforce__bg3--sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.8571428571vw;
  max-width: 344px;
  max-width: 21.5rem;
}

.p-preforce__bg1--pc {
  position: absolute;
  top: clamp(-25px, -1.7361111111vw, 1px);
  left: 0;
  width: 30.0694444444vw;
  max-width: 433px;
  max-width: 27.0625rem;
}

.p-preforce__bg2--pc {
  position: absolute;
  top: 0;
  top: clamp(-25px, -0.9722222222vw, 1px);
  right: 0;
  width: 38.8888888889vw;
  max-width: 560px;
  max-width: 35rem;
}

.p-preforce__bg3--pc {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 2000px;
  max-width: 125rem;
}

.p-preforce__inner.l-inner {
  max-width: none;
  position: relative;
  margin: auto;
  /* width: 1270px; */
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-preforce__inner.l-inner {
    max-width: 33.75rem;
    width: 100%;
    padding: 0 20px;
  }
}

.p-preforce__bigCopy {
  width: 168px;
  width: 10.5rem;
  margin: 0 0 0 96px;
  margin: 0 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .p-preforce__bigCopy {
    max-width: 15.9375rem;
    width: 100%;
    margin: 0;
  }
}

.p-preforce__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-preforce__wrapper {
    display: block;
  }
}

.p-preforce__text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .p-preforce__text {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.p-preforce__text {
  margin-left: 80px;
  margin-left: 2rem;
  line-height: 2.7;
}

@media screen and (max-width: 767px) {
  .p-preforce__text {
    margin-left: 0rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-preforce__text:first-of-type {
    margin-top: 2.5rem;
  }
}

.p-preforce__text:last-of-type {
  margin-left: 0px;
  margin-left: 0rem;
}

.p-preforce__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-preforce__body {
    display: block;
    max-width: 23.4375rem;
    width: 100%;
  }
}

.p-reflexology2col__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__items {
    display: block;
  }
}

.p-reflexology2col__item {
  margin-right: 1%;
  margin: 0 2% 0 0;
  padding: 20px 0 20px 24px;
  padding: 1.25rem 0 1.25rem 1.5rem;
  border-radius: 0.625rem;
  width: 49%;
  background-color: #F9F4F2;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__item {
    text-align: left;
    width: 100%;
    padding: 1rem 0.625rem;
    margin: 0;
  }
}

.p-reflexology2col__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__item:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-reflexology2col__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__item:last-child {
    margin-top: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__item:last-child .p-reflexology2col__entry {
    max-width: 16.8125rem;
    width: 100%;
  }
}

.p-reflexology2col__rightItem {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__rightItem {
    font-size: 1rem;
    padding-left: 0.9375rem;
    letter-spacing: 0;
  }
}

.p-reflexology2col__time {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__time {
    padding-left: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-reflexology2col__priceItem {
  padding-left: 7px;
  padding-left: 0.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__priceItem {
    font-size: 1rem;
  }
}

.p-reflexology2col__priceItem--left {
  padding-left: 7px;
  padding-left: 0.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__priceItem--left {
    font-size: 1rem;
  }
}

.p-reflexology2col__priceFoot {
  display: block;
  text-align: right;
  padding-right: 23px;
  padding-right: 1.4375rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .p-reflexology2col__priceFoot {
    font-size: 1rem;
    padding-right: 0.1875rem;
    letter-spacing: 0;
  }
}

.p-reflexology2col__entry {
  font-weight: 600;
}

.p-reflexology2col__leader {
  padding: 0;
}

.p-reflexology2col__leader--right {
  padding: 0 7px 0 6px;
  padding: 0 0.4375rem 0 0.375rem;
}

.p-relaxation-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body {
    display: block;
  }
}

.p-relaxation-body__item {
  margin-right: 1%;
  width: 49%;
  margin: 0 2% 0 0;
  padding: 21px 0;
  padding: 1.3125rem 0;
  border-radius: 0.625rem;
  background-color: #F9F4F2;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__item {
    width: 100%;
    text-align: left;
    padding: 1rem 0.625rem;
  }
}

.p-relaxation-body__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__item:last-child {
    margin-top: 0.75rem;
  }
}

.p-relaxation-body__text {
  font-weight: 600;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__text {
    padding: 0;
  }
}

.p-relaxation-body__entry {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__entry {
    width: 100%;
  }
}

.p-relaxation-body__item:first-of-type .p-relaxation-body__entry {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__item:first-of-type .p-relaxation-body__entry {
    max-width: 16.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__item:last-of-type .p-relaxation-body__entry {
    max-width: 16.8125rem;
  }
}

.p-relaxation-body__time {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__time {
    font-size: 1rem;
  }
}

.p-relaxation-body__price {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__price {
    font-size: 1rem;
  }
}

.p-relaxation-body__part {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding-left: 18px;
  padding-left: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__part {
    padding-left: 0rem;
    font-size: 0.75rem;
  }
}

.p-relaxation-body__new {
  display: block;
  text-align: right;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__new {
    padding-right: 0.625rem;
  }
}

.p-relaxation-body__newPrice {
  padding-left: 7px;
  padding-left: 0.4375rem;
}

.p-relaxation-body__leader--right {
  padding: 0 2px 0 0;
  padding: 0 0.125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-body__leader--right {
    padding: 0 1.125rem 0 0;
  }
}

.p-relaxation-bodycare {
  border-radius: 0.625rem;
  padding: 23px 0 23px 24px;
  padding: 1.4375rem 0 1.4375rem 1.5rem;
  background-color: #F9F4F2;
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare {
    padding: 0.875rem 0.625rem;
  }
}

.p-relaxation-bodycare__priceHead {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare__priceHead {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-relaxation-bodycare__price {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare__price {
    font-size: 1rem;
    text-align: right;
    display: block;
    padding-right: 0.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare__priceRight {
    padding-left: 0.2rem;
  }
}

.p-relaxation-bodycare__entry {
  font-weight: 600;
}

.p-relaxation-bodycare__leader {
  letter-spacing: -0.016em;
  padding: 0 5px 0 10px;
  padding: 0 0.3125rem 0 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare__leader {
    /* padding: 0 1.25rem 0 0rem;*/
    padding: 0 2.2rem 0 0rem;
    letter-spacing: 0;
  }
}

.p-relaxation-facial {
  border-radius: 0.625rem;
  padding: 23px 0 23px 20px;
  padding: 1.4375rem 0 1.4375rem 1.25rem;
  background-color: #F9F4F2;
}

@media screen and (max-width: 767px) {
  .p-relaxation-facial {
    padding: 0.875rem 0.625rem;
    text-align: left;
  }
}

.p-relaxation-facial__priceItem {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-relaxation-facial__priceItem {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.p-relaxation-facial__price {
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-facial__price {
    font-size: 1rem;
  }
}

.p-relaxation-facial__entry {
  font-weight: 600;
  letter-spacing: -0.03em;
}

.p-relaxation-facial__leader {
  letter-spacing: 0.07em;
  padding: 0 12px 0 0;
  padding: 0 0.75rem 0 0;
}

.p-relaxation-head {
  border-radius: 0.625rem;
  padding: 21px 0 21px 22px;
  padding: 1.3125rem 0 1.3125rem 1.375rem;
  background-color: #F9F4F2;
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-relaxation-head {
    padding: 0.875rem 0.625rem;
    max-width: 100%;
    text-align: left;
  }
}

.p-relaxation-head__priceItem {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-relaxation-head__priceItem {
    font-size: 1rem;
    letter-spacing: 0;
    padding-left: 0.375rem;
  }
}

.p-relaxation-head__price {
  padding-left: 4px;
  padding-left: 0.25rem;
}

.p-relaxation-head__entry {
  font-weight: 600;
}

.p-relaxation-head__leader {
  padding: 0 5px 0 8px;
  padding: 0 0.3125rem 0 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-head__leader {
    padding: 0 1rem 0 0;
  }
}

.p-relaxation-head__Item {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-head__Item {
    font-size: 1rem;
  }
}

.p-relaxation-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-relaxation-media {
    display: block;
  }
}

.p-relaxation-media__img {
  max-width: 616px;
  max-width: 38.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-relaxation-media__img {
    max-width: 100%;
  }
}

.p-relaxation-media__body {
  max-width: 490px;
  max-width: 30.625rem;
  width: 100%;
  margin-right: -45px;
  margin-right: -2.8125rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-media__body {
    margin-top: 1.5625rem;
    margin-right: 0rem;
    max-width: 100%;
  }
}

.p-relaxation-media__title {
  color: #F73823;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-relaxation-media__title {
    font-size: 1.25rem;
  }
}

.p-relaxation-media__title--top {
  padding-left: 12px;
  padding-left: 0.75rem;
}

.p-relaxation-media__title--under {
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
}

.p-relaxation-media__text {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-relaxation-media__text {
    padding-left: 0rem;
    margin: 1.125rem 0 0;
  }
}

.p-relaxation-priceList {
  border: 3px solid #432316;
  border: 0.1875rem solid #432316;
  border-radius: 1.25rem;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

.p-relaxation-priceList__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #fff;
  max-width: 433px;
  max-width: 27.0625rem;
  width: 100%;
  margin: -22px auto;
  margin: -1.375rem auto;
  letter-spacing: 0.01em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__title {
    font-size: 1.25rem;
    margin: -1.125rem auto;
    max-width: 17.5rem;
  }
}

.p-relaxation-priceList__title span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__title span {
    font-size: 0.875rem;
  }
}

.p-relaxation-priceList__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__name {
    font-size: 0.875rem;
  }
}

.p-relaxation-priceList__body {
  max-width: 960px;
  max-width: 60rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
  margin: 50px auto 45px;
  margin: 3.125rem auto 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__body {
    margin: 2.1875rem auto 1.9375rem;
  }
}

.p-relaxation-priceList__content:first-of-type {
  margin: 66px 0 0;
  margin: 4.125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__content:first-of-type {
    margin: 0;
  }
}

.p-relaxation-priceList__content:nth-of-type(n + 2) {
  margin: 44px 0 0;
  margin: 2.75rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__content:nth-of-type(n + 2) {
    margin: 1.875rem 0 0;
  }
}

.p-relaxation-priceList__items {
  margin: 13px 0 0;
  margin: 0.8125rem 0 0;
}

.p-relaxation-priceList__all {
  font-weight: 600;
  border-radius: 0.625rem;
  text-align: center;
  margin: 22px 0 0;
  margin: 1.375rem 0 0;
  padding: 22px 0;
  padding: 1.375rem 0;
  background-color: #F9F4F2;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__all {
    font-size: 0.875rem;
    padding: 0.875rem 0.625rem;
    text-align: left;
  }
}

.p-relaxation-priceList__facialPlus {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__facialPlus {
    font-size: 0.75rem;
    display: block;
  }
}

.p-relaxation-priceList__time {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__time {
    font-size: 1rem;
  }
}

.p-relaxation-priceList__price {
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__price {
    font-size: 1rem;
    padding-left: 0.625rem;
    letter-spacing: 0;
  }
}

.p-relaxation-priceList__head {
  margin: 14px 0 0;
  margin: 0.875rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__head {
    margin: 0.3125rem 0 0;
  }
}

.p-relaxation-priceList__facial {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare__text {
    max-width: 20.8125rem;
    width: 100%;
  }
}

.p-relaxation-priceList__bodycare {
  margin: 13px 0 0;
  margin: 0.8125rem 0 0;
}

.p-relaxation-priceList__leader {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__leader {
    padding: 0 0.5625rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__leader--left {
    padding: 0 0.375rem 0 0;
  }
}

.p-relaxation-priceList__h4 {
  font-weight: 600;
  letter-spacing: -0.09em;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-relaxation-priceList__h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.p-relaxation {
  padding: 125px 0 0;
  padding: 7.8125rem 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-relaxation {
    padding: 4.5rem 0 0;
  }
}

.p-relaxation__topBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-relaxation__inner.l-inner {
  max-width: 1147px;
  max-width: 71.6875rem;
}

@media screen and (max-width: 767px) {
  .p-relaxation__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-relaxation__title {
  width: 450px;
  width: 28.125rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-relaxation__title {
    width: 18.625rem;
  }
}

.p-relaxation__media {
  margin: 64px 0 0;
  margin: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation__media {
    margin: 1.875rem 0 0;
  }
}

.p-relaxation__priceList {
  margin: 122px auto 0;
  margin: 7.625rem auto 0;
}

@media screen and (max-width: 767px) {
  .p-relaxation__priceList {
    margin: 2rem auto 0;
  }
}

.p-relaxation-priceList__reflexology2col {
  margin: 22px 0 0;
  margin: 1.375rem 0 0;
}

.p-roop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.p-roop__wrap {
  margin: 46px 0 0;
  margin: 2.875rem 0 0;
}

.p-roop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll 30s infinite linear 0.5s both;
  animation: infinity-scroll 30s infinite linear 0.5s both;
}

.p-roop__item {
  width: 38.19vw;
  margin-right: 1.4%;
}

@media screen and (max-width: 767px) {
  .p-roop__item {
    width: 87vw;
  }
}

.p-roop__item img {
  border-radius: 1.25rem;
}

.p-sauna-point__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 146px 0 0;
  margin: 9.125rem 0 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-sauna-point__title {
    font-size: 1rem;
    margin: 3.375rem 0 0;
  }
}

.p-sauna__inner.l-inner {
  max-width: 1200px;
  max-width: 75rem;
}

@media screen and (max-width: 767px) {
  .p-sauna__inner.l-inner {
    max-width: 33.75rem;
  }
}

.p-sauna-point__title::before {
  content: "";
  background-image: url("../images/common/sauna_point-smoke01.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 67px;
  width: 4.1875rem;
  height: 86px;
  height: 5.375rem;
  margin-right: 14px;
  margin-right: 0.875rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-sauna-point__title::before {
    width: 2.4375rem;
    height: 3.1875rem;
  }
}

.p-sauna-point__title::after {
  content: "";
  background-image: url("../images/common/sauna_point-smoke02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 67px;
  width: 4.1875rem;
  height: 86px;
  height: 5.375rem;
  margin-left: 14px;
  margin-left: 0.875rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-sauna-point__title::after {
    width: 2.4375rem;
    height: 3.1875rem;
  }
}

.p-sauna-point__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 53px 0 0;
  margin: 3.3125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-sauna-point__items {
    display: block;
    margin: 1.25rem 0 0;
  }
}

.p-sauna-point__item {
  margin: 0 2.2% 0 0;
}

@media screen and (max-width: 767px) {
  .p-sauna-point__item {
    margin: 0;
  }
}

.p-sauna-point__item:last-of-type {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-sauna-point__item:last-of-type {
    margin-top: 2.125rem;
  }
}

.p-sauna-recommendation__body {
  max-width: 420px;
  max-width: 26.25rem;
  width: 100%;
  margin: 0 auto;
}

.p-sauna-recommendation__point {
  font-size: 30px;
  font-size: 1.675rem;
  color: #F73823;
  margin: 31px 0 0;
  margin: 1.9375rem 0 0;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-sauna-recommendation__point {
    margin: 0.875rem 0 0;
    font-size: 1.25rem;
  }
}

.p-sauna-recommendation__text {
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
  line-height: 2.2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .p-sauna-recommendation__text {
    margin: 0.5rem 0 0;
  }
}

.p-sauna {
  padding: 200px 0 107px;
  padding: 12.5rem 0 6.6875rem;
  background-color: #F9F4F2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-sauna {
    padding: 4.5rem 0 4.9375rem;
  }
}

.p-sauna__title {
  width: 169px;
  width: 10.5625rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-sauna__title {
    width: 6rem;
  }
}

.p-sauna__text {
  margin: 47px auto 0;
  margin: 2.9375rem auto 0;
  letter-spacing: 0.01em;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-sauna__text {
    margin: 2rem auto 0;
    line-height: 2.2;
  }
}

.p-sauna__wrap {
  margin: 54px 0 0;
  margin: 3.375rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-sauna__wrap {
    margin: 1.6875rem 0 0;
  }
}

.p-schedule__inner.l-inner {
  /* max-width: 1250px;
  max-width: 78.125rem; */
  max-width: none;
}

/* @media screen and (max-width: 767px) {
  .p-schedule__inner.l-inner {
    max-width: 33.75rem;
  }
} */

.p-schedule__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 0 0;
  margin: 3.4375rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-schedule__items {
    display: block;
    margin: 2.1875rem 0 0;
  }
}

.p-schedule__sns {
  max-width: 285px;
  max-width: 17.8125rem;
  width: 100%;
  margin-right: 3.04%;
}

@media screen and (max-width: 767px) {
  .p-schedule__sns {
    margin-right: 0;
    max-width: 100%;
  }
}

.p-schedule__calender {
  max-width: 880px;
  max-width: 55rem;
  width: 100%;
}

/* @media screen and (max-width: 767px) {
  .p-schedule__calender {
    margin-top: 2.875rem;
  }
} */

.p-schedule__calenderText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-sns {
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
}

@media screen and (max-width: 767px) {
  .p-sns {
    max-width: 100%;
  }
}

.p-sns__content {
  border: 2px solid #0F1419;
  border-radius: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.p-sns__text {
  border-top-left-radius: 18px;
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 18px;
  border-top-right-radius: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #0F1419;
  color: #fff;
  padding: 18px 0 12px;
  padding: 1.125rem 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-sns__text::before {
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
  background-image: url(../images/common/X.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.p-sns iframe {
  width: 100% !important;
  height: 480px !important;
  height: 30rem !important;
}

.p-spring-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-spring-media {
    display: block;
  }
}

.p-spring-media__img {
  max-width: 597px;
  max-width: 35.3125rem;
  width: 100%;
  -webkit-box-shadow: -5px;
  box-shadow: -5px;
  margin-bottom: 20px;
  margin-left: 33px;
}

@media screen and (max-width: 767px) {
  .p-spring-media__img {
  margin-left: 0;
  }
}

.p-spring-media__body {
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
  margin-right: -36px;
  margin-right: -2.25rem;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
}

@media screen and (max-width: 767px) {
  .p-spring-media__body {
    margin: 2.375rem 0 0;
  }
}

.p-spring-media__title {
  color: #F73823;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-spring-media__title {
    font-size: 1.25rem;
  }
}

.p-spring-media__text {
  margin: 14px 0 0;
  margin: 0.875rem 0 0;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-spring-media__text {
    line-height: 2.3;
    margin: 0.5rem 0 0;
  }
}

.p-spring-priceList {
  border: 3px solid #432316;
  border: 0.1875rem solid #432316;
  border-radius: 1.25rem;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList {
    border-radius: 0.875rem;
  }
}

.p-spring-priceList__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  background-color: #fff;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  margin: -25px auto;
  margin: -1.5625rem auto;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__title {
    margin: -1.125rem auto;
    font-size: 1.25rem;
    max-width: 13.8125rem;
  }
}

.p-spring-priceList__title span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__title span {
    font-size: 0.875rem;
  }
}

.p-spring-priceList__body {
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
  padding: 71px 0 50px;
  padding: 4.4375rem 0 3.125rem;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__body {
    padding: 0 0.875rem 3.375rem;
    max-width: 100%;
  }
}

.p-spring-priceList__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__items {
    display: block;
    margin: 2.1875rem 0 0;
  }
}

.p-spring-priceList__item {
  margin-right: 1%;
  width: 49.5%;
  padding: 21px 0;
  padding: 1.3125rem 0;
  border-radius: 0.625rem;
  background-color: #F9F4F2;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__item {
    width: 100%;
    padding: 0.875rem 0;
  }
}

.p-spring-priceList__textBox {
  margin: 29px 0 0;
  margin: 1.8125rem 0 0;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__textBox {
    margin: 1.3125rem 0 0;
  }
}

.p-spring-priceList__text {
  margin: 11px 0 0;
  margin: 0.6875rem 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__text {
    margin: 0.5rem 0 0;
  }
}

.p-spring-priceList__text:first-of-type {
  margin: 0;
}

.p-spring-priceList__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__item:last-child {
    margin-top: 0.625rem;
  }
}

.p-spring-priceList__h4 {
  font-weight: 600;
  letter-spacing: -0.09em;
  padding-left: 1.5625rem;
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__h4 {
    padding-left: 0.875rem;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.p-spring-priceList__div {
  margin-top: 1%;
  width: 100%;
  padding: 21px 0;
  padding: 1.3125rem 0;
  border-radius: 0.625rem;
  background-color: #F9F4F2;
}

.p-spring-priceList__entry {
  font-weight: 600;
  letter-spacing: -0.09em;
  padding-left: 25px;
  padding-left: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__entry {
    padding-left: 0.875rem;
  }
}

.p-spring-priceList__font {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__font {
    font-size: 1rem;
  }
}

.p-spring-priceList__leader {
  padding: 0 8px 0 21px;
  padding: 0 0.5rem 0 1.3125rem;
}

@media screen and (max-width: 767px) {
  .p-spring-priceList__leader {
    padding: 0 0.625rem 0 0rem;
  }
}

.p-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
}

.p-thumbnail__item {
  margin-right: 2.3%;
}

.p-thumbnail__item:last-child {
  margin-right: 0;
}

td.fc-day-sat {
  background-color: #F3F3F3;
}

td.fc-day-sun {
  background-color: #F3F3F3;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #fff;
}

.fc-h-event {
  border: none;
}

.swiper-container {
  height: inherit;
}

.swiper-wrapper {
  height: inherit;
}

.swiper-slide {
  height: inherit;
}

/*# sourceMappingURL=styles.css.map */


/*2206追加css*/
.p-preforce__text span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.p-relaxation-body__items {
  display: block;
  text-align: left;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
}

.p-mv-header__text {
  letter-spacing: 0;
  font-size: 0.9em;
}

.private_sauna {
  /* padding: 50px 150px 0; */
  /* gap: 50px; */
  justify-content: center;
  margin: 30px auto 0;
}

.p-spring-media02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
}

@media screen and (max-width: 767px) {
  .p-preforce__text span {
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
  }

  .p-relaxation-body__items {
    display: block;
    text-align: justify;
    margin: 0.5rem 0;
    padding-right: 0;
    letter-spacing: 0.06em;
    font-size: 0.75rem;
  }

  .private_sauna {
    padding: 20px 0 0;
  }

  .p-spring-media02 {
    display: block;
  }
}

/* 20250307追加分 */
span.underline {
  text-decoration: underline;
  padding-left: 1rem;
}

.Precautions {
  text-indent: -1em;
  padding-left: 1em;
}

.dis-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.p-relaxation-bodycare__entry.dis-flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-relaxation-bodycare__entry.dis-flex {
    display: none;
  }
}

.p-family-priceList__title span {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-family-priceList__title span {
    font-size: 0.875rem;
  }
}


/* 250618追加分 */

.reserve-btn {
  display: block;
  background-color: #432316;
  color: #fff;
  width: 31.25rem;
  padding: 1.5rem;
  text-align: center;
  margin: 4.265rem auto 0;
  border-radius: 0.825rem;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .reserve-btn {
    padding: 1rem;
    font-size: 22px;
    width: 100%;
    margin: 2.265rem auto 0;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/* 20251111キャンペーンバナー追加 */
.pc_only_campaign {
  display: block;
  width: 73.5%; 
  margin-top: 50px; 
  margin-left: auto;
}

.sp_only_campaign {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only_campaign {
    display: none;
  }

  .sp_only_campaign {
    display: block;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

