@charset "UTF-8";
/* ===================================================================
CSS information

file name  : rooms_detail.css
author     : Abilive
style info : 客師詳細
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__inner {
    margin-top: 3rem;
  }
}
.p-rooms-items__item:nth-child(n+2) {
  margin-top: 8.57rem;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item:nth-child(n+2) {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item > .c-title-sub {
    width: calc(388 / 428 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-rooms-items__item__slider {
  margin-top: 2.85rem;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__slider {
    margin-top: 2rem;
  }
}
.p-rooms-items__item__inner {
  margin-top: 1rem;
  width: calc(900 / 1170 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-items__item__inner {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__inner {
    width: calc(388 / 428 * 100%);
    margin: 1.5rem auto 0;
  }
}
.p-rooms-items__item__text {
  width: 100%;
}
.p-rooms-items__item__over {
  margin-top: 2.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__over {
    margin-top: 1.5rem;
    flex-direction: column;
  }
}
.p-rooms-items__item__floor {
  width: calc(280 / 900 * 100%);
  padding-bottom: calc(230 / 900 * 100%);
  height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__floor {
    padding-bottom: calc(200 / 388 * 100%);
    width: calc(300 / 388 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
.p-rooms-items__item__floor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #95ae4f 0%, #788f38 100%);
  opacity: 0.85;
  width: 100%;
  height: 100%;
}
.p-rooms-items__item__floor .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease;
}
.p-rooms-items__item__floor .img img {
  object-fit: cover;
  max-height: 85%;
  max-width: 100%;
  width: auto;
  display: block;
}
.p-rooms-items__item__floor .btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}
.p-rooms-items__item__floor .btn svg {
  fill: #fff;
}
.p-rooms-items__item__floor .btn > div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: 0;
  transition: opacity .3s ease;
}
.p-rooms-items__item__floor .btn > div .t {
  padding-right: .5rem;
}
.p-rooms-items__item__floor .btn .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.14rem;
  height: 2.14rem;
  transition: opacity .3s ease;
  background-color: var(--color-cv);
}
.mouse .p-rooms-items__item__floor:hover .btn > div, .touch .p-rooms-items__item__floor.touchstart .btn > div {
  opacity: 1;
}
.mouse .p-rooms-items__item__floor:hover .plus, .touch .p-rooms-items__item__floor.touchstart .plus {
  opacity: 0.2;
}
.mouse .p-rooms-items__item__floor:hover .img, .touch .p-rooms-items__item__floor.touchstart .img {
  opacity: 0.2;
}
.touch .p-rooms-items__item__floor {
  -webkit-tap-highlight-color: transparent;
}
.touch .p-rooms-items__item__floor.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.p-rooms-items__item__tbl {
  width: calc(572 / 900 * 100%);
  margin-left: calc(48 / 900 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__tbl {
    margin-left: 0;
    width: 100%;
    margin-top: 2rem;
  }
}
html:lang(en) .p-rooms-items__item__tbl .c-table__th {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  html:lang(en) .p-rooms-items__item__tbl .c-table__th {
    width: 36%;
    padding-left: .75rem;
  }
}
.p-rooms-items__item__iframe {
  margin-top: 2.14rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 24.64rem;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__iframe {
    height: 20rem;
    margin-top: 3rem;
  }
}
.p-rooms-items__item__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.p-rooms-items__item__acc {
  width: 100%;
  margin-top: 2.14rem;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__acc {
    margin-top: 2rem;
  }
}
.p-rooms-items__item__acc .c-accordion__inner {
  padding: 2.14rem 0;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__acc .c-accordion__inner {
    padding: 1rem 0 2rem;
  }
}
.p-rooms-items__item__acc__items {
  margin-right: auto;
  margin-left: auto;
  width: calc(820 / 900 * 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid var(--table-border);
  padding: 1.42rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-rooms-items__item__acc__items {
    padding: 1.42rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-items__item__acc__items {
    padding: 1.42rem 0.71rem;
  }
}
.p-rooms-items__item__acc__items:last-child {
  border-bottom: 1px solid var(--table-border);
}
.p-rooms-items__item__acc__items > ul li {
  font-size: 0.93rem;
  word-break: keep-all;
}
.p-rooms-items__item__acc__items > ul:nth-child(1) {
  width: calc(250 / 820 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__acc__items > ul:nth-child(1) {
    width: 50%;
  }
}
.p-rooms-items__item__acc__items > ul:nth-child(2) {
  width: calc(250 / 820 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__acc__items > ul:nth-child(2) {
    width: 50%;
  }
}
.p-rooms-items__item__acc__items > ul:nth-child(3) {
  width: calc(320 / 820 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item__acc__items > ul:nth-child(3) {
    width: 100%;
  }
}
.p-rooms-items__item .c-btn {
  width: 22.85rem;
  margin: 2.14rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-rooms-items__item .c-btn {
    width: calc(305 / 388 * 100%);
    margin: 2rem auto 0;
  }
}

.l-modal__rooms__overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.l-modal__rooms__container {
  display: flex;
  justify-content: center;
}
.l-modal__rooms__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  width: 38.21rem;
}
@media only screen and (max-width: 767px) {
  .l-modal__rooms__content {
    width: 90%;
  }
}
.l-modal__rooms__content .img {
  background-color: var(--color-main);
  background-image: url(../images/common/bg-noise-2.webp);
  background-repeat: repeat;
  background-position: top;
  background-size: auto;
  padding: 2.14rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.l-modal__rooms__content .img > span {
  width: calc(494 / 535 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .l-modal__rooms__content.wide {
    width: 46.07rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-modal__rooms__content.wide .img > span {
    width: calc(604 / 645 * 100%);
  }
}
.l-modal__rooms__close {
  width: 5.35rem;
  height: 5.35rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  border-radius: 1000px;
  position: relative;
  margin-left: auto;
  margin-bottom: -2.5rem;
  margin-right: -2.5rem;
}
@media only screen and (max-width: 767px) {
  .l-modal__rooms__close {
    width: 5rem;
    height: 5rem;
    margin-right: -1rem;
  }
}
.l-modal__rooms__close::before, .l-modal__rooms__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1rem;
  background: var(--color-text-main);
}
.l-modal__rooms__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-modal__rooms__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-rooms-link {
  margin-top: 8.57rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-rooms-link {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-rooms-link {
    max-width: calc(900px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-rooms-link {
    max-width: calc(900px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-link {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-link {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-link {
    margin-top: 5rem;
  }
}
.p-rooms-link__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-rooms-link__link {
    flex-direction: column;
    text-align: center;
  }
}
.mouse .p-rooms-link__link:hover img, .touch .p-rooms-link__link.touchstart img {
  transform: scale(1.1);
}
.touch .p-rooms-link__link {
  -webkit-tap-highlight-color: transparent;
}
.touch .p-rooms-link__link.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.p-rooms-link__text {
  width: calc(247 / 900 * 100%);
  margin-left: calc(80 / 900 * 100%);
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .p-rooms-link__text {
    width: calc(277 / 900 * 100%);
    margin-left: calc(50 / 900 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-link__text {
    width: calc(350 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-link__text {
    margin-left: 0;
    width: 100%;
    order: 1;
  }
}
.p-rooms-link__text .o-arrow {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-rooms-link__text .o-arrow {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-rooms-link__img {
  width: calc(546 / 900 * 100%);
  overflow: hidden;
  order: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-rooms-link__img {
    width: calc(500 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-rooms-link__img {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }
}
.p-rooms-link__img img {
  transform-origin: center;
  display: block;
  transition: transform .3s ease;
}
