@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 */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
@import url("room.css");
#room_royalsuite img {
  height: auto;
}

/* pg-intr - 導入
---------------------------------------------------------------------------*/
.page_lead {
  width: 640px;
  margin-bottom: 3em;
}

/* common
---------------------------------------------------------------------------*/
.inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .inner {
    width: 90%;
  }
}
.inner-mdl {
  max-width: 1280px;
}
.inner-wide {
  max-width: 1440px;
}
@media screen and (max-width: 480px) {
  .inner .inner {
    width: 100%;
  }
}

.pg-text {
  font-size: 16px;
  line-height: 2.875;
}
@media screen and (max-width: 480px) {
  .pg-text {
    line-height: 1.8;
  }
}
.pg-text + .pg-text {
  margin-top: 54px;
}
@media screen and (max-width: 480px) {
  .pg-text + .pg-text {
    margin-top: 40px;
  }
}

.hdg-en {
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .hdg-en {
    line-height: 1.8;
    text-align: center;
  }
}
.hdg-en-sub {
  display: inline-block;
  font-size: 18px;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .hdg-en-sub {
    display: block;
    margin-top: 0.7em;
    margin-left: 0;
    line-height: 1.8;
    text-align: center;
  }
}
.hdg-en-sub:first-letter {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .hdg-en-sub:first-letter {
    font-size: 22px;
  }
}
.hdg-en + .hdg-jp {
  margin-top: 26px;
}
.hdg-jp {
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .hdg-jp {
    font-size: 22px;
    line-height: 1.7;
  }
}

/* theme
---------------------------------------------------------------------------*/
.theme {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.theme-bg {
  height: 1130px;
  clip-path: border-box;
}
@media screen and (max-width: 480px) {
  .theme-bg {
    height: 900px;
  }
}
.theme-bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  background-image: url(../images/royalsuite/theme-bg.jpg);
}
.theme-inner {
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
}
.theme-inner > * {
  text-align: center;
  text-shadow: 2px 2px 2px #000000, 2px 2px 4px #000000, 2px 2px 8px #000000;
}
.theme-title-jp {
  font-size: 26px;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .theme-title-jp {
    font-size: 22px;
  }
}
.theme-title-en {
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  font-size: 26px;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .theme-title-en {
    font-size: 22px;
  }
}

/* concept
---------------------------------------------------------------------------*/
.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 320px;
  }
}
.concept-img {
  width: 557px;
}
@media screen and (max-width: 480px) {
  .concept-img {
    width: 100%;
  }
}
.concept-text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .concept-text {
    padding-top: 0;
  }
}
.concept-text .hdg-jp {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .concept-text .hdg-en, .concept-text .hdg-jp {
    display: none;
  }
}
.concept-subimg {
  position: absolute;
}
.concept-subimg.concept-subimg01 {
  width: 297px;
  bottom: 145px;
  left: 478px;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .concept-subimg.concept-subimg01 {
    width: 60%;
    bottom: -250px;
    left: 0;
  }
}
.concept-subimg.concept-subimg02 {
  width: 224px;
  bottom: -45px;
  left: 300px;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .concept-subimg.concept-subimg02 {
    width: 45%;
    bottom: -165px;
    right: 0;
    left: auto;
  }
}

/* story
---------------------------------------------------------------------------*/
.story {
  position: relative;
  margin-bottom: 280px;
}
@media screen and (max-width: 480px) {
  .story {
    margin-bottom: 80px;
  }
}
.story::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 3em);
  background-color: #e1e1e1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4em;
}
@media screen and (max-width: 480px) {
  .story::after {
    display: none;
  }
}
.story > .hdg-en, .story > .hdg-jp {
  text-align: center;
}
.story .hdg-jp {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .story .hdg-jp {
    margin-bottom: 40px;
  }
}
.story-bg {
  padding-top: 100px;
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 480px) {
  .story-bg {
    padding-top: 40px;
  }
}
.story-bg.bg01 {
  background-image: url(../images/royalsuite/story-bg01.jpg);
}
.story-bg.bg02 {
  background-image: url(../images/royalsuite/story-bg02.jpg);
}
.story-time {
  margin-bottom: 24px;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .story-time {
    font-size: 20px;
  }
}
.story-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e1e1e1;
  padding: 50px;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .story-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }
}
.story-point-left {
  width: 90px;
}
@media screen and (max-width: 480px) {
  .story-point-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.story-point-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.story-point-label {
  position: relative;
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  height: 100%;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .story-point-label {
    font-size: 22px;
    height: auto;
  }
}
.story-point-label::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 1em);
  background-color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
}
@media screen and (max-width: 480px) {
  .story-point-label::after {
    bottom: -40px;
  }
}
.story-point-title {
  font-size: 18px;
  margin-bottom: 36px;
}
@media screen and (max-width: 480px) {
  .story-point-title {
    line-height: 1.8;
  }
}
.story-block {
  position: relative;
  z-index: 10;
}
.story-block .hdg-jp {
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .story-block .hdg-jp {
    margin-bottom: 40px;
  }
}
.story .story01 {
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .story .story01 {
    margin-bottom: 80px;
  }
}
.story .story01-head {
  min-height: 700px;
  margin-bottom: 50px;
  background-image: url(../images/royalsuite/story01-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding-top: 236px;
  padding-left: 254px;
}
@media screen and (max-width: 480px) {
  .story .story01-head {
    padding: 40px 20px;
    min-height: auto;
    min-height: initial;
    margin-bottom: 40px;
  }
}
.story .story01-head .story-time {
  color: #b9b9b9;
}
.story .story01-head .story-time span {
  margin-left: 0.6em;
  color: #ffffff;
}
.story .story02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .story .story02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
}
.story .story02-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.story .story02-right {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .story .story02-right {
    width: 100%;
  }
}
.story .story02-right > div {
  margin-left: 0;
  margin-right: -80px;
  width: calc(100% + 80px);
}
@media screen and (max-width: 480px) {
  .story .story02-right > div {
    margin-right: 0;
    width: 100%;
  }
}
.story .story02 .story-head {
  padding-left: 166px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .story .story02 .story-head {
    padding-left: 0;
  }
}
.story .story02 .story-head .story-time span {
  display: block;
  margin-top: 0.5em;
}
.story .story03 {
  margin-bottom: 96px;
}
@media screen and (max-width: 480px) {
  .story .story03 {
    margin-bottom: 80px;
  }
}
.story .story03-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .story .story03-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.story .story03-img > div {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .story .story03-img > div {
    width: 100%;
  }
}
.story .story03-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .story .story03-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.story .story03-head > * {
  width: 50%;
  padding: 0 60px;
}
@media screen and (max-width: 480px) {
  .story .story03-head > * {
    width: 100%;
    padding: 0;
  }
}
.story .story03-head .hdg-jp {
  margin-bottom: 0;
}
.story .story03-head .story-time span {
  margin-left: 0.6em;
}
.story .story04-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .story .story04-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.story .story04-head-left {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .story .story04-head-left {
    width: 100%;
  }
}
.story .story04-head-left > div {
  width: calc(100% + 80px);
  margin-left: -80px;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .story .story04-head-left > div {
    width: 100%;
    margin-left: 0;
  }
}
.story .story04-head-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.story .story04-head .story-time {
  color: #b9b9b9;
}
.story .story04-head .story-time span {
  margin-left: 0.6em;
  color: #000000;
}

/* art
---------------------------------------------------------------------------*/
.art {
  overflow: hidden;
  margin-bottom: 170px;
}
@media screen and (max-width: 480px) {
  .art {
    margin-bottom: 80px;
  }
}
.art > .hdg-en {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .art > .hdg-en {
    margin-bottom: 40px;
  }
}
.art-head {
  position: relative;
  padding-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 480px) {
  .art-head {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.art-head::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/royalsuite/art-bg.jpg);
  width: 2000px;
  height: 747px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.art-head > * {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .art-head > * {
    width: 90%;
    margin: 0 auto;
  }
}
.art-head .hdg-jp {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .art-head .hdg-jp {
    margin-bottom: 40px;
  }
}
.art-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 480px) {
  .art-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.art-list > li {
  width: calc((100% - 162px) / 4);
}
@media screen and (max-width: 480px) {
  .art-list > li {
    width: 100%;
  }
}
.art-list > li:nth-of-type(2n) {
  padding-top: 94px;
}
@media screen and (max-width: 480px) {
  .art-list > li:nth-of-type(2n) {
    padding-top: 0;
  }
}
.art-list-title {
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  font-size: 18px;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 24px;
}

/* amenityinfo
---------------------------------------------------------------------------*/
.amenityinfo {
  margin-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .amenityinfo {
    margin-bottom: 80px;
  }
}
.amenityinfo > .hdg-en, .amenityinfo > .hdg-jp {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .amenityinfo > .hdg-en, .amenityinfo > .hdg-jp {
    margin-bottom: 40px;
  }
}
.amenityinfo-sl {
  position: relative;
  margin-bottom: 54px;
}
@media screen and (max-width: 480px) {
  .amenityinfo-sl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .amenityinfo-sl .swiper-slide img {
    width: 100%;
    height: 80vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;";
  }
}
.amenityinfo-sl .swiper-button-next, .amenityinfo-sl .swiper-button-prev {
  width: 34px !important;
  height: 100px !important;
  top: 274px !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
  .amenityinfo-sl .swiper-button-next, .amenityinfo-sl .swiper-button-prev {
    width: 17px !important;
    height: 50px !important;
    top: 32vw !important;
  }
}
.amenityinfo-sl .swiper-button-next {
  right: auto !important;
  left: calc(50% + 640px) !important;
}
@media screen and (max-width: 480px) {
  .amenityinfo-sl .swiper-button-next {
    right: 0 !important;
    left: auto !important;
  }
}
.amenityinfo-sl .swiper-button-prev {
  left: auto !important;
  right: calc(50% + 640px) !important;
}
@media screen and (max-width: 480px) {
  .amenityinfo-sl .swiper-button-prev {
    left: 0 !important;
    right: auto !important;
  }
}
.amenityinfo-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .amenityinfo-lead {
    margin-bottom: 40px;
  }
}
.amenityinfo-lead .hdg-jp {
  margin-bottom: 34px;
}
@media screen and (max-width: 480px) {
  .amenityinfo-lead .hdg-jp {
    margin-bottom: 40px;
  }
}
.amenityinfo-lead .pg-text {
  width: 586px;
}
@media screen and (max-width: 480px) {
  .amenityinfo-lead .pg-text {
    width: 100%;
  }
}
.amenityinfo-block {
  margin-bottom: 90px;
}
.amenityinfo-block-title {
  font-family: "Marcellus", serif;
  letter-spacing: 0.2em;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #7f7f7f;
  padding-bottom: 15px;
  margin-bottom: 38px;
}
.amenityinfo-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 930px;
  margin: 0 auto;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .amenityinfo-block ul {
    width: 100%;
  }
}
.amenityinfo-block ul li {
  width: calc((100% - 20px) / 3);
  background-color: #e1e1e1;
  text-align: center;
  padding: 0.6em 0.2em;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 480px) {
  .amenityinfo-block ul li {
    width: 100%;
    line-height: 1.7;
  }
}
.amenityinfo-block ul li.w2 {
  width: calc((100% - 20px) / 3 * 2 + 10px);
}
@media screen and (max-width: 480px) {
  .amenityinfo-block ul li.w2 {
    width: 100%;
  }
}
.amenityinfo-block ul li.w3 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .amenityinfo-block ul li.w3 {
    width: 100%;
  }
}
.amenityinfo-block table {
  width: 100%;
  margin-top: -2em;
}
.amenityinfo-block table th, .amenityinfo-block table td {
  font-weight: normal;
  vertical-align: top;
  font-size: 16px;
  line-height: 2.25;
  padding: 2em;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 480px) {
  .amenityinfo-block table th, .amenityinfo-block table td {
    display: block;
    padding: 10px 0;
  }
}
.amenityinfo-block table th {
  width: 250px;
}
@media screen and (max-width: 480px) {
  .amenityinfo-block table th {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .amenityinfo-block table td {
    border-bottom: 2px solid #cccccc;
  }
  .amenityinfo-block table td br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .amenityinfo .box01_link {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}