@charset "UTF-8";
/* ===================================================================
CSS information

file name  : spa.css
author     : Abilive
style info : お風呂
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@media only screen and (min-width: 768px) {
  .c-2columns {
    margin-top: 11.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-2columns {
    margin-top: 6em;
  }
}

@media only screen and (min-width: 768px) {
  .p-spa {
    margin-top: 11.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa {
    margin-top: 6em;
  }
}
.p-spa__inner {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  .p-spa__inner {
    gap: 12.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__inner {
    gap: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__inner {
    gap: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__inner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__inner {
    margin-top: 3em;
  }
}
.p-spa__intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-spa__intro {
    padding-left: calc(270 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro {
    padding-left: 0;
  }
}
.p-spa__intro .item {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .img {
    width: calc(600 / 1170 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .img {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .img {
    margin-top: 2rem;
  }
}
.p-spa__intro .item .info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .info {
    width: calc(490 / 1170 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .info {
    padding: calc(90 / 1170 * 100%) calc(96 / 1170 * 100%) 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .info {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .info {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .info {
    align-items: flex-start;
  }
}
.p-spa__intro .item .info .inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 460px;
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .info .img {
    margin-top: 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .info .img {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .info .img {
    margin-left: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .info .img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__intro .item .info .img {
    width: calc(300 / 490 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .info .img {
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .item .c-title.u-view--s .c-title__jp {
    margin-top: 0;
    text-align: center;
  }
  .p-spa__intro .item .info {
    padding: 2.5em;
  }
  .p-spa__intro .item .info .c-text-set__text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__intro .c-table {
    width: calc(760 / 1170 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__intro .c-table {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .c-table {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__intro .c-table {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__intro .c-table {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .c-table {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro .c-table {
    width: 85%;
    margin: auto;
  }
  .p-spa__intro .c-table__th {
    width: 28%;
  }
}
.p-spa__intro:after {
  content: "";
  display: block;
  background: url(../../spa/images/bg.webp) no-repeat center/cover;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .p-spa__intro:after {
    width: 28.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__intro:after {
    width: 22.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro:after {
    width: 16em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__intro:after {
    height: 21.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__intro:after {
    height: 17.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro:after {
    height: 16em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__intro:after {
    bottom: -24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__intro:after {
    bottom: -32%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro:after {
    bottom: 26%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__intro:after {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__intro:after {
    right: -1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__intro:after {
    right: -1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__onsen .slider {
    margin-top: 2.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__onsen .slider {
    margin-top: 1.25em;
  }
}
.p-spa__onsen .inner > .c-text-set {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .p-spa__onsen .inner > .c-text-set {
    width: calc(388 / 428 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__onsen .c-text-set__title + .c-text-set__text {
    margin-top: 0.71rem;
  }
}
.p-spa__about {
  box-sizing: border-box;
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .p-spa__about {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about {
    width: calc(348 / 428 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-spa__about .inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-spa__about .inner {
    margin-top: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__about .inner {
    gap: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner {
    gap: 3em;
  }
}
.p-spa__about .inner .item .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .p-spa__about .inner .item .info {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .info {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__about .inner .item .info .txt_set {
    width: calc(432 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__about .inner .item .info .txt_set {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .info .txt_set {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__about .inner .item .info .txt_set {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .info .txt_set {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__about .inner .item .info .txt_set .txt {
    margin-top: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .info .txt_set .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-spa__about .inner .item .info .img {
    width: calc(600 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__about .inner .item .info .img {
    width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .info .img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .info .img {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__about .inner .item .c-table {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item .c-table {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-spa__about .inner .item .c-table {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .p-spa__about .inner .item .c-table .c-table__th {
    width: 28%;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__about .inner .item:first-child .c-table {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__about .inner .item:first-child .c-table {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__rooms {
    padding: 0 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__rooms {
    padding: 0 3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__rooms .txt {
    margin-top: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__rooms .txt {
    margin-top: 1.5em;
  }
}
.p-spa__rooms .item_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .p-spa__rooms .item_list {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__rooms .item_list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__rooms .item_list {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__rooms .item_list {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-spa__rooms .item_list {
    gap: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-spa__rooms .item_list {
    gap: 2em;
  }
}
.p-spa__rooms .item_list .item a {
  text-decoration: none;
}
.p-spa__rooms .item_list .item a .c-btn {
  display: flex;
  margin-top: 1.5rem;
}
.p-spa__rooms .item_list .item a .c-btn__link {
  min-height: auto;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-spa__rooms .c-text-set__title + .c-text-set__text {
    margin-top: 0.71rem;
  }
}
