@charset "UTF-8";
/* ===================================================================
CSS information

file name  : deluxehighfloorroom.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.c-intro .inner, .c-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .c-intro .inner, .c-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-intro .inner, .c-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
    max-width: calc(1260px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-intro .inner, .c-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
    max-width: calc(1260px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-intro .inner, .c-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .c-intro .inner, .c-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
    width: calc(388 / 428 * 100%);
  }
}

#rooms_deluxehighfloorroom {
  --title-color: --color-text-2;
  --color-f: #fff;
}

.c-intro {
  padding: 2.85rem 0;
}

@media only screen and (min-width: 1025px) {
  .c-sf_room {
    padding: 2.85rem 0 0.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sf_room {
    padding: 2.85rem 0 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-sf_room {
    padding: 2.85rem 0 1.42rem;
  }
}
.c-sf_room .inner {
  max-width: 1180px;
}
@media only screen and (min-width: 1441px) {
  .c-sf_room .inner {
    max-width: calc(1180 / 1440 * 100%);
  }
}
.c-sf_room .c-title {
  margin-bottom: 2.71rem;
}
.c-sf_room .c-swiper__thumb {
  margin-top: 0;
  transform: translateY(-50%);
}
.c-sf_room .c-swiper__thumb__inner {
  display: flex;
  justify-content: center;
}

.c-premium {
  padding: 2.85rem 0;
  position: relative;
}
.c-premium:before {
  content: '';
  width: 100%;
  height: 130%;
  background: url(./../../rooms/superiorfloorroom/images/bg_premium.webp) center right no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 3.57rem;
  right: 0;
}
.c-premium .inner {
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1441px) {
  .c-premium .inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-premium .c-text-box {
    margin-bottom: 4.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-premium .c-text-box {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-premium .c-text-box {
    margin-bottom: 1.42rem;
  }
}
.c-premium .c-title {
  margin-bottom: 1.42rem;
}
.c-premium--items {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1.71rem;
}
@media only screen and (min-width: 1441px) {
  .c-premium--items {
    gap: 4.28rem 2.5rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .c-premium--items {
    gap: 2.85rem 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-premium--items {
    gap: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-premium--items {
    gap: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-premium--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .c-premium--items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-premium--item .img {
  margin-bottom: 1.28rem;
}
.c-premium--item .c-table caption {
  margin-bottom: 1.28rem;
}
.c-premium--item .c-table > tbody > tr > th {
  padding: 0.57rem;
}
.c-premium--item .c-table > tbody > tr > td {
  padding: 0.57rem;
}

.c-modal {
  padding: 1.42rem 0;
}
.c-modal .inner {
  max-width: 1089px;
}
@media only screen and (min-width: 1441px) {
  .c-modal .inner {
    max-width: calc(1089 / 1440 * 100%);
  }
}
.c-modal .c-btn_arr--down .ic {
  transform: translate(50%, -50%) rotate(90deg);
}
.c-modal .c-btn--dark .c-btn__link {
  background: var(--color-accent-3);
  border-color: var(--color-accent-3);
  color: var(--color-f);
}
.c-modal .c-btn--dark--light .c-btn__link {
  background: var(--color-accent-2);
  border-color: var(--color-accent-2);
  color: var(--color-f);
}
.c-modal--items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.14rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-modal--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1025px) {
  .c-modal--items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-modal--content {
  display: none;
}

.c-floor {
  margin-bottom: 1.14rem;
}
.c-floor span {
  color: #fff;
  background: url(./../../rooms/superiorfloorroom/images/bg_cat.webp) center right no-repeat;
  background-size: cover;
  padding: 0.1em 1.3em;
  font-weight: 300;
}

@media only screen and (min-width: 1025px) {
  .c-information {
    padding: 10rem 0 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-information {
    padding: 7.14rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-information {
    padding: 5.71rem 0;
  }
}
.c-information .inner {
  max-width: 1000px;
}
@media only screen and (min-width: 1441px) {
  .c-information .inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-information .c-title {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-information .c-title {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-information .c-title {
    margin-bottom: 1.42rem;
  }
}
.c-information .c-table--respon caption {
  font-size: 1.28rem;
}
@media only screen and (min-width: 1025px) {
  .c-information .c-table--respon caption {
    margin-bottom: 2.85rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-information .c-table--respon caption {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-information .c-table--respon caption {
    margin-bottom: 1.42rem;
  }
}
.c-information .c-table--respon > tbody > tr > th {
  width: 22%;
}

.c-discover {
  position: relative;
}
.c-discover:before {
  content: '';
  position: absolute;
  bottom: -14.29rem;
  left: 0;
  right: 0;
  height: 100vh;
  background: url(./../../rooms/superiorfloorroom/images/bg_discover.webp) bottom center no-repeat;
  background-size: cover;
  z-index: -1;
}
.c-discover .inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
@media only screen and (min-width: 1441px) {
  .c-discover .inner {
    max-width: calc(1000 / 1440 * 100%);
  }
}
.c-discover .inner .c-title--discover {
  text-align: center;
  margin-bottom: 2.14rem;
}
.c-discover .inner .c-title--discover .c-title__en {
  color: var(--color-accent-2);
}
@media only screen and (min-width: 1025px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-discover .inner .c-title--discover .c-title__en {
    font-size: 1.71rem;
  }
}
.c-discover__list {
  display: grid;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .c-discover__list {
    gap: 1.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover__list {
    gap: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-discover__list {
    gap: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  .c-discover__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-discover__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .c-discover__list {
    grid-template-columns: 1fr;
  }
}
.c-discover__item {
  box-shadow: 0 0 10px 0 rgba(224, 224, 224, 0.6);
  background: #fff;
}
.c-discover__item .box_info {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1.14rem 1.42rem 2.14rem;
}
.c-discover__item .box_info .c-link-btn__arr {
  flex-shrink: 0;
}
.c-discover__item .img {
  overflow: hidden;
  position: relative;
}
.c-discover__item .img img {
  transition: 0.5s ease all;
}
.c-discover__item .img .img--label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.78rem;
  font-weight: 300;
  padding: 0.28rem 0.57rem;
  color: #fff;
  background: url(./../../rooms/superiorfloorroom/images/bg_cat.webp) center right no-repeat;
  background-size: cover;
}
.c-discover__item .c-txt {
  color: var(--title-color);
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  line-height: 1.6;
}
.c-discover__item:hover img {
  transform: scale(1.05);
}

.modal {
  position: relative;
  z-index: 20;
}
.modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal__container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal .modal__container {
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .modal .modal__container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal .modal__container {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container {
    max-width: 100%;
  }
}
.modal .modal__container .inner {
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal .modal__container .inner {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container .inner {
    padding: 2em 0;
  }
}
.modal .modal__container .inner img {
  width: 70%;
}
.modal .modal__container .inner .modal__close {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .modal .modal__container .inner .modal__close {
    top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container .inner .modal__close {
    top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .modal .modal__container .inner .modal__close {
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .modal .modal__container .inner .modal__close {
    right: 0.5rem;
  }
}
.modal .modal__container .inner .modal__close img {
  width: 100%;
}
.modal .modal__container .inner .modal__close:hover {
  transform: scale(1.05);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
