@charset "UTF-8";
/* ===================================================================
CSS information

file name  : rooms.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);
  }
}
.p-rooms__inner {
  overflow-x: visible;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__inner {
    gap: 10em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__inner {
    gap: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__inner {
    gap: 8em;
  }
}
.p-rooms__intro .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .inner {
    padding-bottom: 6vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .inner {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .inner {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .inner {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .inner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .inner {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .inner {
    flex-direction: column-reverse;
  }
}
.p-rooms__intro .img_main {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .img_main {
    width: calc(790 / 1170 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .img_main {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .img_main {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main {
    margin-top: 2rem;
  }
}
.p-rooms__intro .img_main:after {
  content: "";
  display: block;
  background: url(../../rooms/images/bg_leaf_left.webp) no-repeat center/contain;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .img_main:after {
    width: calc(370 / 790 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .img_main:after {
    width: 18em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main:after {
    width: 14em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .img_main:after {
    height: calc(285 / 790 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .img_main:after {
    height: 14em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main:after {
    height: 12em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .img_main:after {
    top: 38vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .img_main:after {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main:after {
    top: 160%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .img_main:after {
    bottom: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .img_main:after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main:after {
    bottom: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .img_main:after {
    left: -2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .img_main:after {
    left: 14em;
  }
}
.p-rooms__intro .thumb {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .thumb {
    width: calc(330 / 1170 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .thumb {
    right: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .thumb {
    right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .thumb {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .thumb {
    top: 43vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .thumb {
    top: 38vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .thumb {
    top: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .thumb {
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .thumb {
    bottom: -6em;
  }
}
.p-rooms__intro .info {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .info {
    width: calc(330 / 1170 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .info {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .info {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .info {
    margin-top: 5.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .info {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .info {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .info {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .info {
    padding: 0 1.5em;
  }
}
.p-rooms__intro .info .inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 460px;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__intro .info .img {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms__intro .info .img {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .info .img {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__intro .info .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .info .img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__intro .c-title.u-view--s .c-title__jp {
    margin-top: 0;
    text-align: center;
  }
  .p-rooms__intro .info {
    padding: 2.5em;
  }
  .p-rooms__intro .info .c-text-set__text {
    margin-top: 0;
  }
}
.p-rooms__item .c-text-set {
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .c-text-set {
    width: calc(388 / 428 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .slider {
    margin-top: 2.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .slider {
    margin-top: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .slider .c-swiper__right {
    width: auto;
  }
}
.p-rooms__item .item_list {
  display: flex;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list {
    margin-top: 4.28rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list {
    width: calc(1130 / 1170 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list {
    gap: calc(24 / 1130 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list {
    gap: 4em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list {
    padding: 0 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list .item {
    width: calc(265 / 1130 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list .item {
    width: 48%;
  }
}
.p-rooms__item .item_list .item a {
  text-decoration: none;
}
.p-rooms__item .item_list .item a .img {
  overflow: hidden;
}
.p-rooms__item .item_list .item a .img img {
  transition: all 1s ease;
}
@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list .item a .c-title-sub {
    margin-top: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list .item a .c-title-sub {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  html:lang(en) .p-rooms__item .item_list .item a .c-title-sub--m {
    font-size: 1.21rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  html:lang(en) .p-rooms__item .item_list .item a .c-title-sub--m {
    font-size: 1.21rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-rooms__item .item_list .item a .txt {
    margin-top: 0.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms__item .item_list .item a .txt {
    margin-top: 0.75em;
  }
}
.p-rooms__item .item_list .item a .o-arrow {
  margin-top: 1em;
  width: 100%;
  align-items: flex-end;
}
@media only screen and (min-width: 1025px) {
  .p-rooms__item .item_list .item a:hover .img img {
    transition: all 1s;
    transform: scale(1.1);
  }
}
