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

file name  : rooms_detail.css
author     : Abilive
style info : 客室詳細
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-rooms-detail__int > .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__int > .txt {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__int > .txt {
    margin-top: 1em;
  }
}
.p-rooms-detail__pick {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-detail__pick {
    padding-bottom: calc(90 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-detail__pick {
    padding-bottom: calc(60 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick {
    padding-bottom: 4em;
  }
}
.p-rooms-detail__pick::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/common/pattern_gray.png) #CFCDC5 repeat center top;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick::before {
    height: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick::before {
    height: 90%;
  }
}
.p-rooms-detail__pick__list {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-detail__pick__list {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-rooms-detail__pick__list {
    max-width: calc(1260px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-detail__pick__list {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list {
    flex-direction: column;
  }
}
.p-rooms-detail__pick__list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li {
    width: calc(400 / 1260 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li:not(:nth-child(3n+1)) {
    margin-left: calc(30 / 1260 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li:nth-child(n+2) {
    margin-top: 3em;
  }
}
.p-rooms-detail__pick__list > li .c-title {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li .c-title {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li .c-title {
    margin-top: 1.5em;
  }
}
.p-rooms-detail__pick__list > li .u-dot-list {
  order: 4;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li .u-dot-list {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li .u-dot-list {
    margin-top: 0.75em;
  }
}
.p-rooms-detail__pick__list > li .txt {
  order: 3;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li .txt {
    margin-top: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li .txt {
    margin-top: 0.75em;
  }
}
.p-rooms-detail__pick__list > li .img_inner {
  order: 1;
  width: 100%;
  position: relative;
}
.p-rooms-detail__pick__list > li .img_inner img {
  aspect-ratio: 400 / 268;
  display: block;
  object-fit: cover;
}
.p-rooms-detail__pick__list > li .img_inner > .ic {
  background: url(../../rooms/images/ic_pick.png) no-repeat top/100%;
  position: absolute;
  width: calc(55 / 13 * 1rem);
  height: calc(55 / 13 * 1rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  line-height: 1;
  letter-spacing: -.02em;
  text-align: center;
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    font-size: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    font-size: calc(calc(13 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    top: -2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    top: -1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    top: -1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-detail__pick__list > li .img_inner > .ic {
    left: 1em;
  }
}
.p-rooms-detail__pick__list > li .img_inner > .ic .num {
  font-size: 170%;
  line-height: .9;
  display: block;
}

.u-dot-list {
  width: 100%;
}
.u-dot-list li {
  text-indent: -.5em;
  padding-left: 1.25em;
  line-height: 1.6;
}
.u-dot-list li + li {
  margin-top: .25em;
}
.u-dot-list li::before {
  content: "・";
  display: inline-block;
  padding-right: .5em;
}

.u-att-list {
  width: 100%;
}
.u-att-list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
.u-att-list li + li {
  margin-top: .25em;
}
.u-att-list li::before {
  content: "※";
}

@media only screen and (min-width: 768px) {
  .p-rooms-type {
    margin-top: calc(95 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type {
    margin-top: 5em;
  }
}
.p-rooms-type .tmp_anch {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type .tmp_anch {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-rooms-type .tmp_anch {
    max-width: calc(1260px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type .tmp_anch {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type .tmp_anch {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type .tmp_anch {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type .tmp_anch {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type .tmp_anch li {
    width: calc(154 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type .tmp_anch li {
    width: calc(154 / 13 * 1rem);
  }
}
.p-rooms-type .tmp_anch li .t {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1em 1em 0 !important;
}
.p-rooms-type .tmp_anch li .t .l {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.p-rooms-type .tmp_anch li .t .l em {
  color: var(--color-text-title);
}
@media only screen and (min-width: 768px) {
  .p-rooms-type .tmp_anch li .t .l em {
    font-size: calc(13 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type .tmp_anch li .t .l em {
    font-size: calc(calc(13 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-rooms-type .tmp_anch li .t .l + .s {
  margin-top: .5em;
}
.p-rooms-type .tmp_anch li .t .l .line {
  padding: 0 .25em;
}
.p-rooms-type .tmp_anch li .t .s {
  font-size: .77rem !important;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item {
    margin-top: calc(95 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item + .p-rooms-type__item {
    margin-top: calc(145 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item + .p-rooms-type__item {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item + .p-rooms-type__item {
    margin-top: 5em;
  }
}
.p-rooms-type__item__inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-rooms-type__item__inner {
    max-width: calc(900px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item__inner {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-rooms-type__item__inner {
    width: calc(1160 / 1440 * 100%);
  }
}
.p-rooms-type__item__inner .c-title .c-title__jp > .sub {
  margin-right: .5em;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner .c-title .c-title__jp > .sub {
    font-size: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner .c-title .c-title__jp > .sub {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__slider {
    margin-top: calc(35 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__slider {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner__slider .c-slider__btn--prev {
    left: calc(-80 / 13 * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner__slider .c-slider__btn--next {
    right: calc(-80 / 13 * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner__slider .c-slider__pagination.swiper-pagination-horizontal {
    flex-direction: row;
    justify-content: center;
    right: 0;
    left: 0;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    bottom: calc(-30 / 13 * 1rem);
  }
  .p-rooms-type__item__inner__slider .c-slider__pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 var(--slider-pagination-pt) !important;
  }
}
.p-rooms-type__item__inner__slider .c-slider .swiper-slide img {
  aspect-ratio: 900 / 540;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__txt, .p-rooms-type__item__inner__img, .p-rooms-type__item__inner__info {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-rooms-type__item__inner__txt, .p-rooms-type__item__inner__img, .p-rooms-type__item__inner__info {
    width: calc(348 / 428 * 100%);
  }
}

@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner__txt {
    margin-top: calc(65 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item__inner__txt {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__txt {
    margin-top: 2em;
  }
}
.p-rooms-type__item__inner__txt .c-title .c-title__jp {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__txt .c-title + .txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__txt .c-title + .txt {
    margin-top: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__txt .txt {
    text-align: center;
  }
}
.p-rooms-type__item__inner__img {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__img {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__img {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__img p {
    width: calc(1 / 3 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__img p {
    width: calc(1 / 2 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__img p:last-child:nth-child(3) {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-rooms-type__item__inner__img p img {
  aspect-ratio: 300 / 200;
  display: block;
  object-fit: cover;
}
.p-rooms-type__item__inner__info {
  max-width: calc(800 / 13 * 1rem);
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info {
    margin: calc(55 / 13 * 1rem) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info {
    margin: 2.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info {
    flex-direction: column;
  }
}
.p-rooms-type__item__inner__info__floor {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__floor {
    width: calc(348 / 800 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__floor {
    width: 100%;
  }
}
.p-rooms-type__item__inner__info__floor .c-slider__ctrls {
  align-items: baseline;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__floor .c-slider__ctrls {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__floor .c-slider__ctrls {
    justify-content: center;
  }
}
.p-rooms-type__item__inner__info__floor .c-slider__ctrls .c-slider__ctrls__btn--prev {
  margin-right: .5em;
}
.p-rooms-type__item__inner__info__floor .c-slider__ctrls .c-slider__ctrls__btn--next {
  margin-left: .5em;
}
.p-rooms-type__item__inner__info__floor .c-slider__ctrls button:disabled {
  opacity: .3;
  cursor: none;
}
.p-rooms-type__item__inner__info__floor .c-slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__floor .c-slider .c-slider__element:not(.swiper-initialized) .c-slider__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.p-rooms-type__item__inner__info__floor .c-slider .c-slider__wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__floor .floor {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__floor .floor {
    margin-top: 1.5em;
  }
}
html:not([lang=en]):not([lang=fr]) .p-rooms-type__item__inner__info__floor .floor {
  display: flex;
  align-items: flex-start;
}
.p-rooms-type__item__inner__info__floor .floor .img {
  margin-right: auto;
  margin-left: auto;
}
html:lang(en) .p-rooms-type__item__inner__info__floor .floor .img, html:lang(fr) .p-rooms-type__item__inner__info__floor .floor .img {
  margin-top: 1em;
}
.p-rooms-type__item__inner__info__floor .floor:has(> .c-title) .c-title {
  padding-left: 1em;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__fac {
    width: calc(400 / 800 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__fac {
    margin-left: calc(52 / 800 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac {
    margin-top: 2.5em;
  }
}
.p-rooms-type__item__inner__info__fac .c-table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__fac .c-table {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-table {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner__info__fac .c-table {
    --th: 9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item__inner__info__fac .c-table {
    --th: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-table {
    --th: 7em;
  }
}
.p-rooms-type__item__inner__info__fac .c-table th {
  text-align: left;
  padding-left: 1em;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item__inner__info__fac .c-table td {
    padding-left: calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item__inner__info__fac .c-table td {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-table td {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-table td {
    line-height: 1.4;
  }
}
.p-rooms-type__item__inner__info__fac .c-table td .att {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__fac .u-att-list {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .u-att-list {
    margin-top: 1.5em;
  }
}
.p-rooms-type__item__inner__info__fac .c-text-link {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__fac .c-text-link {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-text-link {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item__inner__info__fac .c-large-btn {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-large-btn {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item__inner__info__fac .c-large-btn .c-large-btn__link {
    min-width: 100%;
  }
}
.p-rooms-type__item.bg_black {
  background: url(../images/common/pattern.png), linear-gradient(143.86deg, #3C3632 -0.78%, rgba(61, 51, 45, 0.9) 30.42%, #3C3632 47.64%, #3C3632 71.24%, rgba(61, 51, 45, 0.86) 83.58%, #3C3632 100.41%);
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item.bg_black {
    padding: calc(150 / 13 * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item.bg_black {
    padding: calc(120 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item.bg_black {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-type__item.bg_black {
    margin-top: calc(150 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-type__item.bg_black {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item.bg_black {
    margin-top: 4em;
  }
}
.p-rooms-type__item.bg_black .c-title {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item.bg_black .p-rooms-type__item__inner__img {
    margin-top: calc(40 / 13 * 1rem);
  }
}
.p-rooms-type__item.bg_black .p-rooms-type__item__inner__info {
  max-width: 100%;
}
.p-rooms-type__item.bg_black .p-rooms-type__item__inner__info .p-rooms-type__item__inner__info__floor {
  background-color: #D3D1CC;
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item.bg_black .p-rooms-type__item__inner__info .p-rooms-type__item__inner__info__floor {
    padding: calc(30 / 13 * 1rem) 0 calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-type__item.bg_black .p-rooms-type__item__inner__info .p-rooms-type__item__inner__info__floor {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item.bg_black .p-rooms-type__item__inner__info .p-rooms-type__item__inner__info__floor {
    width: calc(450 / 900 * 100%);
  }
}
.p-rooms-type__item.bg_black .p-rooms-type__item__inner__info .p-rooms-type__item__inner__info__floor .c-title {
  width: calc(331 / 450 * 100%);
  margin-right: auto;
  margin-left: auto;
  color: var(--color-text-title);
}
@media only screen and (min-width: 768px) {
  .p-rooms-type__item.bg_black .p-rooms-type__item__inner__info .p-rooms-type__item__inner__info__fac {
    width: calc(400 / 900 * 100%);
    margin-left: calc(50 / 900 * 100%);
  }
}
.p-rooms-type__item.bg_black .c-text-link__link .c-text-link__arrow span::before {
  border-color: #fff;
}

.p-rooms-fac {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-fac {
    margin-top: calc(150 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-fac {
    margin-top: calc(120 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-fac {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-rooms-fac {
    max-width: calc(900px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-fac {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-rooms-fac {
    width: calc(1160 / 1440 * 100%);
  }
}
.p-rooms-fac__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__inner {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__inner {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__inner .u-dot-list {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__inner .u-dot-list {
    width: calc(160 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__inner .u-dot-list {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  html:lang(en) .p-rooms-fac__inner .u-dot-list, html:lang(fr) .p-rooms-fac__inner .u-dot-list {
    width: calc(200 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__inner .u-dot-list:nth-child(n+3) {
    margin-top: .5em;
  }
}
.p-rooms-fac__inner .u-dot-list li + li {
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__inner .u-dot-list.wide {
    width: calc(260 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__inner .u-dot-list.wide {
    width: 100%;
  }
}
.p-rooms-fac__other {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-fac__other {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-fac__other {
    margin-top: calc(60 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-fac__other__img {
    width: calc(560 / 900 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-fac__other__img {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__img {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-fac__other__txt {
    width: calc(300 / 900 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-fac__other__txt {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-fac__other__txt {
    margin-left: calc(45 / 900 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-fac__other__txt {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__other__txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt {
    margin-top: 1.5em;
  }
}
.p-rooms-fac__other__txt .tit {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__other__txt .tit {
    font-size: calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt .tit {
    font-size: calc(calc(14 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__other__txt .c-oth-list {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt .c-oth-list {
    margin-top: 0.5em;
  }
}
.p-rooms-fac__other__txt .c-oth-list > li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__other__txt .c-oth-list > li {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt .c-oth-list > li {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-fac__other__txt .c-oth-list > li {
    padding-left: calc(15 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-fac__other__txt .c-oth-list > li {
    padding-left: 1em;
  }
}
.p-rooms-fac__other__txt .c-oth-list > li::before {
  content: "・";
  position: absolute;
  top: -.2em;
  left: 0;
  font-size: 1.2em;
}

.p-rooms-rest {
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-rest {
    margin-top: calc(140 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-rest {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-rest {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-rooms-rest {
    max-width: calc(1160px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-rest {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-rest {
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .p-rooms-rest {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest {
    flex-direction: column;
  }
  .p-rooms-rest .js-move-sp {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt {
    width: calc(470 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt {
    margin-left: calc(90 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt {
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt .txt {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .txt {
    margin-top: 1.5em;
  }
}
.p-rooms-rest__txt .c-table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt .c-table {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .c-table {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt .c-table {
    --th: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .c-table {
    --th: 6em;
  }
}
.p-rooms-rest__txt .c-table tr td {
  width: calc(100% - var(--th));
}
@media only screen and (min-width: 1025px) {
  .p-rooms-rest__txt .c-table tr td {
    padding-left: calc(20 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-rest__txt .c-table tr td {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .c-table tr td {
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt .c-table.wl {
    --th: 11em;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .c-table.wl {
    --th: 10em;
  }
}
.p-rooms-rest__txt .c-circle-btn {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt .c-circle-btn {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .c-circle-btn {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__txt .c-circle-btn {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__txt .c-circle-btn {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__img {
    width: calc(600 / 1160 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__img {
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__img {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__img {
    margin-top: 1.5em;
  }
  .p-rooms-rest__img .c-slider__btn {
    top: 45%;
  }
}
.p-rooms-rest__img .swiper-slide img {
  aspect-ratio: 600 / 400;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-rest__img .c-slider__btn--prev {
    left: calc(10 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-rest__img .c-slider__btn--next {
    right: calc(10 / 13 * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-rooms-rest__img .c-slider__pagination.swiper-pagination-horizontal {
    flex-direction: row;
    right: 0;
    margin-right: 0;
    margin-left: auto;
    bottom: calc(-30 / 13 * 1rem);
    justify-content: flex-end;
  }
  .p-rooms-rest__img .c-slider__pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 var(--slider-pagination-pt) !important;
  }
}
.p-rooms-rest__img figure {
  position: relative;
}
.p-rooms-rest__img figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  line-height: 1.4;
  background-color: #E9E8E3;
  padding: .5em 1em;
}
@media only screen and (min-width: 768px) {
  .p-rooms-rest__img figcaption {
    font-size: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-rest__img figcaption {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}

@media only screen and (min-width: 1025px) {
  .u-lower-links {
    margin-top: calc(170 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .u-lower-links {
    margin-top: calc(120 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .u-lower-links {
    margin-top: 6em;
  }
}
