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

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

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.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-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-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-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-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-sf_room .inner, .c-premium .inner, .c-modal .inner, .c-information .inner, .c-discover .inner {
    width: calc(388 / 428 * 100%);
  }
}

.p-intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-intro {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro {
    margin-top: 4.28rem;
  }
}
.p-intro::before {
  content: "";
  display: inline-block;
  width: 100%;
  aspect-ratio: 1.71429;
  background: url(../../rooms/suiteroom/images/bg_intro.webp) center center/cover no-repeat;
  position: absolute;
  top: 97%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  .p-intro::before {
    aspect-ratio: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro::before {
    aspect-ratio: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro::before {
    aspect-ratio: .5;
    top: 85%;
  }
}
.p-intro__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-intro__info {
    width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__info > .c-img {
    width: calc(333 / 1400 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info > .c-img {
    width: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro__info > .c-img {
    margin-top: 7.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro__info > .c-img {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info > .c-img {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__info__set {
    width: calc(950 / 1400 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set {
    margin-top: -14em;
  }
}
.p-intro__info__set .c-img {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-intro__info__set .c-img {
    width: calc(835 / 950 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-img {
    width: 72%;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__info__set .c-text-box {
    width: calc(600 / 950 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro__info__set .c-text-box {
    margin-top: -10.72rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro__info__set .c-text-box {
    margin-top: -7.15rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box {
    margin: 2rem auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro__info__set .c-text-box .c-txt {
    margin-top: 1.78rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro__info__set .c-text-box .c-txt {
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__info__set .c-text-box .c-txt {
    margin-top: 1.42rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-intro .c-anch {
    margin-top: 9.28rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro .c-anch {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch {
    width: 90%;
    margin: 3rem auto 0;
  }
}
.p-intro .c-anch__link {
  min-height: 5.5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1224px) {
  .p-intro .c-anch li {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-intro .c-anch li {
    width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch li a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro .c-anch li .t {
    padding-right: 0;
  }
  .p-intro .c-anch li .t .ic {
    right: 0;
  }
}

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

@media only screen and (min-width: 1025px) {
  .c-sf_room {
    margin-top: 8.35rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-sf_room {
    margin-top: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-sf_room {
    margin-top: 3.57rem;
  }
}
@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;
  z-index: -1;
}
.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);
}

.mouse .c-premiumlounge {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .c-premiumlounge:hover, .touch .c-premiumlounge.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .c-premiumlounge {
  -webkit-tap-highlight-color: transparent;
}
.touch .c-premiumlounge.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.c-premiumlounge__wrp {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .c-premiumlounge__wrp {
    width: calc(1000 / 1440 * 100%);
    max-width: calc(1000px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .c-premiumlounge__wrp {
    max-width: calc(1000px * ((15 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .c-premiumlounge__wrp {
    max-width: calc(1000px * ((15 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-premiumlounge__wrp {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-premiumlounge__wrp {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .c-premiumlounge__wrp {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .c-premiumlounge__wrp {
    margin-top: 11.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-premiumlounge__wrp {
    margin-top: 8.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-premiumlounge__wrp {
    margin-top: 5.71rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-premiumlounge__wrp {
    background: url(../../rooms/premiumclubroom/images/img_premiumlounge_pc.webp) no-repeat center/cover;
    padding: 3.21rem 5.21rem;
    min-height: 21.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-premiumlounge__wrp {
    background: url(../../rooms/premiumclubroom/images/img_premiumlounge_sp.webp) no-repeat center/cover;
    width: 90%;
    padding: 4.64rem 2.14rem;
  }
}
.c-premiumlounge__wrp .c-title--set {
  margin-top: 1.42rem;
}
.c-premiumlounge__wrp .c-btn {
  margin-top: 1.42rem;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .c-premiumlounge__wrp .c-btn {
    width: 25.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-premiumlounge__wrp .c-btn {
    width: 100%;
  }
}

@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;
}
