@charset "UTF-8";
/* basic layout */
/* ロイヤルスイート
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* royals
---------------------------------------------------------------------------*/
.royals {
  background-color: #000000;
  margin-top: 64px;
  padding: 54px 0;
  color: #ffffff;
  background-image: url(../images/room/royals-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2000px auto;
}
.royals-title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
}
.royals-lead {
  padding-top: 54px;
  padding-bottom: 110px;
}
@media screen and (max-width: 480px) {
  .royals-lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.royals-lead p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .royals-lead p {
    width: 100%;
  }
}
.royals-feature {
  margin-top: 100px;
}
.royals-feature-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .royals-feature-title {
    margin-bottom: 210px;
  }
}
.royals-feature-title span {
  font-size: 120%;
}
.royals-feature-title small {
  font-size: 90%;
}
.royals-feature-sl .swiper-slide {
  position: relative;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl-img img {
    width: 100%;
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
.royals-feature-sl-tx {
  position: absolute;
  width: 530px;
  height: calc(100% - 80px);
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  padding: 10px 40px 30px;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl-tx {
    position: relative;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0 10px;
    margin-top: 20px;
  }
}
.royals-feature-sl-tx::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (max-width: 480px) {
  .royals-feature-sl-tx::before {
    display: none;
  }
}
.royals-feature-sl-tx > * {
  position: relative;
  z-index: 5;
}
.royals-feature-sl-tx-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.royals-feature-sl-tx-ttl span:nth-of-type(1) {
  font-size: 90px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 480px) {
  .royals-feature-sl-tx-ttl span:nth-of-type(1) {
    font-size: 50px;
  }
}
.royals-feature-sl-tx-ttl span:nth-of-type(2) {
  font-size: 24px;
  margin-left: 0.5em;
  line-height: 1.6;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl-tx-ttl span:nth-of-type(2) {
    font-size: 20px;
  }
}
.royals-feature-sl-tx-ttl + p {
  margin-top: 1em;
}
.royals-feature-sl .swiper-pagination {
  bottom: auto !important;
  top: -60px;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl .swiper-pagination {
    top: -174px;
  }
}
.royals-feature-sl .swiper-pagination-bullet {
  position: relative;
  width: 246px !important;
  height: 60px !important;
  background-color: #999999 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl .swiper-pagination-bullet {
    width: 240px !important;
    height: 40px !important;
    margin: 0 1px !important;
  }
}
.royals-feature-sl .swiper-pagination-bullet::before, .royals-feature-sl .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.royals-feature-sl .swiper-pagination-bullet::before {
  font-size: 30px;
  color: #b9b9b9;
  left: 10px;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl .swiper-pagination-bullet::before {
    font-size: 24px;
    left: 0.3em;
  }
}
.royals-feature-sl .swiper-pagination-bullet::after {
  white-space: pre;
  left: 35px;
  font-size: 14px;
  line-height: 1.25;
  color: #b9b9b9;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl .swiper-pagination-bullet::after {
    font-size: 14px;
    left: 2.2em;
  }
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(1)::before {
  content: "1";
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(1)::after {
  content: "Dining in Your\aPrivate Dining Room";
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(2)::before {
  content: "2";
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(2)::after {
  content: "Open-air bath & Indoor bath";
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(3)::before {
  content: "3";
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(3)::after {
  content: "A spacious and luxurious\a 104 square meter living space";
}
@media screen and (max-width: 480px) {
  .royals-feature-sl .swiper-pagination-bullet:nth-of-type(3)::after {
    content: "A spacious and luxurious\a 104 square meter living space";
  }
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(4)::before {
  content: "4";
}
.royals-feature-sl .swiper-pagination-bullet:nth-of-type(4)::after {
  content: "Complimentary items\a in the refrigerator";
}
.royals-feature-sl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333333 !important;
}
.royals-feature-sl .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .royals-feature-sl .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  color: #ffffff;
}
.royals-feature-sl .swiper-button-prev, .royals-feature-sl .swiper-button-next {
  width: 36px !important;
  height: 101px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .royals-feature-sl .swiper-button-prev, .royals-feature-sl .swiper-button-next {
    width: 18px !important;
    height: 51px !important;
    top: 34vw !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.royals-feature-sl .swiper-button-prev {
  background-image: url("../images/common/slider01_prev.png") !important;
  left: 10px !important;
}
.royals-feature-sl .swiper-button-next {
  background-image: url("../images/common/slider01_next.png") !important;
  right: 10px !important;
}
.royals .roomLink {
  color: #000000;
}