@charset "UTF-8";
.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ::::::::::  客室  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  padding-top: 0;
  background: none;
}

@media (min-width: 1025px) {
  .globalHeader:not(.is_animation) {
    background: none;
    box-shadow: none;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList li:first-child {
    border-bottom-color: #fff;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList li:first-child img {
    display: none;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList li:first-child img.logo02 {
    display: block;
  }
  .globalHeader:not(.is_animation) .headerNav .gnavList a {
    color: #fff;
  }
  .globalHeader:not(.is_animation) .headerNav .lang dt {
    color: #fff;
  }
  .globalHeader:not(.is_animation) .headerNav .lang dt .icon_link {
    filter: brightness(0) invert(1);
  }
  .globalHeader:not(.is_animation) .menuBtnList .bookBtn span {
    background: #fff;
    color: #000;
  }
}

@media (min-width: 1025px) {
  .globalHeader {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .gnavList li:first-child {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .gnavList a {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .lang dt {
    transition: all 0.3s;
  }
  .globalHeader .headerNav .lang dt .icon_link {
    transition: all 0.3s;
  }
  .globalHeader .menuBtnList .bookBtn span {
    transition: all 0.3s;
  }
}

.pageTitleArea {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 797px;
  z-index: 1;
}
@media (max-width: 767px) {
  .pageTitleArea {
    height: 600px;
  }
}
.pageTitleArea .kv {
  width: 100%;
}
.pageTitleArea .kv img {
  object-fit: cover;
  width: 100%;
  height: 797px;
}
@media (max-width: 767px) {
  .pageTitleArea .kv img {
    height: 600px;
  }
}
.pageTitleArea > div {
  margin-top: -0.75lh;
}
.pageTitleArea .en {
  color: #fff;
}
.pageTitleArea .enExc {
  color: #fff;
}
.secTitle02 {
  font-family: "ShipporiMinchoB1";
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.8;
  margin: 0 0 24px;
}
@media (max-width: 1024px) {
  .secTitle02 {
    font-size: 1.7rem;
  }
}
.secTitle02.center {
  text-align: center;
}

.bgVideo {
  position: fixed;
  inset: 0;
  z-index: -1;
  margin: auto;
  opacity: 0.15;
  pointer-events: none;
}
.bgVideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.bgVideo video::-webkit-media-controls {
  display: none !important;
}

.secTitle2 {
  color: #f09869;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
  margin: 32px 0 32px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .secTitle2 {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}
.secTitle2.center {
  text-align: center;
}
.secTitle2 .enExc small {
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .secTitle2 .enExc small {
    font-size: 1.2rem;
  }
}
.secTitle2 .en {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Gotu";
  margin-right: 0.25em;
}
@media (max-width: 1024px) {
  .secTitle2 .en {
    font-size: 2rem;
  }
}
.secTitle2 .en:only-child {
  margin-right: 0;
}
.secTitle2 .en small {
  font-size: 2.2rem;
}
@media (max-width: 1024px) {
  .secTitle2 .en small {
    font-size: 2rem;
  }
}

.fade {
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out, transform 1s ease-in-out;
}
.fadein {
  transform: translateY(0);
  opacity: 1;
}

/* =========================================================
roomIntro
========================================================= */
.roomIntro {
  position: relative;
  color: #fff;
  background: #f09869;
}
.roomIntro .wrapper {
  padding-top: 160px;
}
@media (max-width: 1024px) {
  .roomIntro .wrapper {
    padding-top: 100px;
    padding-bottom: 72px;
  }
}
.roomIntro .leadText {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1024px) {
  .roomIntro .leadText {
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: left;
  }
}

.travelServiceList {
  display: flex;
  justify-content: space-between;
  max-width: 708px;
  margin: 80px auto 0;
}
@media (max-width: 1024px) {
  .travelServiceList {
    max-width: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 12%;
    margin: 40px auto 0;
  }
}
.travelServiceList li {
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .travelServiceList li:first-child {
    width: 100%;
  }
}
.travelServiceList li .icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 75px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .travelServiceList li .icon {
    max-width: 60px;
    height: 40px;
    margin-bottom: 15px;
  }
  .travelServiceList li .icon img {
    max-width: 100%;
    max-height: 100%;
  }
}
.travelServiceList li .text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .travelServiceList li .text {
    font-size: 1.2rem;
  }
}

/* =========================================================
room
========================================================= */
.room .wrapper {
  padding-top: 72px;
}
@media (max-width: 1024px) {
  .room .wrapper {
    padding-top: 104px;
  }
}
.room .wrapper > .note {
  font-size: 1.6rem;
  text-align: right;
  margin-top: -80px;
  margin-right: -80px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1200px) {
  .room .wrapper > .note {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .room .wrapper > .note {
    font-size: 1.2rem;
    text-align: left;
    margin-inline: -6vw;
  }
}
@media (min-width: 1025px) {
  body.lang_en .room .wrapper > .note, body.lang_fr .room .wrapper > .note, body.lang_de .room .wrapper > .note, body.lang_es .room .wrapper > .note, body.lang_it .room .wrapper > .note, body.lang_th .room .wrapper > .note, body.lang_vi .room .wrapper > .note, body.lang_id .room .wrapper > .note, body.lang_ms .room .wrapper > .note, body.lang_ru .room .wrapper > .note, body.lang_ar .room .wrapper > .note {
    margin: 0;
  }
}
.roomList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px 72px;
  margin-inline: -4px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .roomList {
    gap: 90px 6%;
  }
}
@media (max-width: 767px) {
  .roomList {
    display: flex;
    flex-direction: column;
    gap: 56px 0;
    margin-inline: 0;
  }
}
.roomList .listItem {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.roomList .listItem .roomImage {
  position: relative;
}
@media (max-width: 767px) {
  .roomList .listItem .roomImage {
    margin-inline: -6vw;
  }
}
.roomList .listItem .roomImage a {
  display: block;
}
.roomList .listItem .roomImage .photo {
  display: block;
  margin: 0;
  border-radius: 0;
}
.roomList .listItem .roomImage .photo img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 520/300;
}
.roomList .listItem .roomName {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  border: none;
}
@media (max-width: 767px) {
  .roomList .listItem .roomName {
    margin-inline: -6vw;
  }
}
.roomList .listItem .roomName .en {
  margin: 0;
}
.roomList .listItem .linkBlock {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 1024px) {
  .roomList .listItem .linkBlock {
    bottom: 10px;
    right: 12px;
  }
}
.roomList .listItem .linkBlock .link {
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .roomList .listItem .linkBlock .link {
    gap: 6px 0;
  }
}
.roomList .listItem .linkBlock a {
  display: block;
}
.roomList .listItem .linkBlock a > .icon {
  fill: #fff;
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .roomList .listItem .linkBlock a > .icon {
    width: 33px;
    height: 33px;
  }
}
.roomList .listItem .btn {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .roomList .listItem .btn {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .roomList .listItem .btn {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .roomList .listItem .btn {
    margin-top: 16px;
  }
}
.roomList .listItem .btn a {
  border-color: #f09869;
  background: transparent;
  color: #f09869;
  padding-inline: 0.5em;
  min-height: 38px;
  min-width: 156px;
  font-size: 1.4rem;
  justify-content: center;
}
.roomList .listItem .btn a:hover {
  background-color: #f09869;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .roomList .listItem .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body.lang_en .roomList .listItem .btn, body.lang_fr .roomList .listItem .btn, body.lang_de .roomList .listItem .btn, body.lang_es .roomList .listItem .btn, body.lang_it .roomList .listItem .btn, body.lang_th .roomList .listItem .btn, body.lang_vi .roomList .listItem .btn, body.lang_id .roomList .listItem .btn, body.lang_ms .roomList .listItem .btn, body.lang_ru .roomList .listItem .btn, body.lang_ar .roomList .listItem .btn {
    bottom: auto;
    top: 100%;
  }
}
.roomList .listItem .roomBottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.roomList .listItem .roomBottom .textBlock {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.roomList .listItem .roomBottom .roomDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
}
@media (max-width: 1024px) {
  .roomList .listItem .roomBottom .roomDetail {
    gap: 8px 10px;
  }
}
.roomList .listItem .roomBottom .roomDetail > li {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0;
  text-indent: 0;
  width: calc(33.3333333333% - 24px);
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .roomList .listItem .roomBottom .roomDetail > li {
    gap: 0 10px;
    font-size: 1.2rem;
    width: calc(33.3333333333% - 15px);
  }
}
.roomList .listItem .roomBottom .roomDetail > li::before {
  content: none;
}
.roomList .listItem .roomBottom .roomDetail > li > .icon {
  fill: #4d4d4d;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .roomList .listItem .roomBottom .roomDetail > li > .icon {
    width: 32px;
    height: 32px;
  }
}
.roomList .listItem .roomBottom .roomDetail > li.bed {
  width: 100%;
  align-items: flex-start;
}
.roomList .listItem .roomBottom .roomDetail > li.bed:has(dd:nth-of-type(1):last-child) {
  align-items: center;
}
.roomList .listItem .roomBottom .roomDetail > li.bed dl {
  width: calc(100% - 40px - 16px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.roomList .listItem .roomBottom .roomDetail > li.bed dl dt {
  width: 6.5em;
  flex-shrink: 0;
  min-width: auto;
}
.roomList .listItem .roomBottom .roomDetail > li.bed dl dd {
  width: calc(100% - 6.5em - 1em);
  margin: 0;
}
.roomList .listItem .roomBottom .roomDetail > li.bed dl dd .size {
  display: inline-block;
  width: 7em;
}
.roomList .listItem .roomBottom .roomDetail > li.fac {
  width: 100%;
  padding-right: 158px;
}
@media (max-width: 1024px) {
  .roomList .listItem .roomBottom .roomDetail > li.fac {
    width: 100%;
    padding-right: 0;
  }
}
.roomList .listItem .roomBottom .roomDetail > li.fac .facTitle {
  color: #fff;
  background: #333;
  border-radius: 3px;
  font-size: 1.2rem;
  padding-inline: 0.25em;
  text-align: center;
  flex-shrink: 0;
  min-width: 40px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .roomList .listItem .roomBottom .roomDetail > li.fac .facTitle {
    font-size: 1.1rem;
    min-width: 32px;
  }
}
.roomList .listItem .roomBottom .roomDetail > li.note p {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.roomList .listItem .roomBottom .roomDetail > li.note.noIndent p {
  padding-left: 0;
  text-indent: 0;
}
.roomList .listItem:has(.roomBottom .roomDetail li.note) .btn {
  bottom: 1lh;
}
.roomList .listItem:has(.roomBottom .roomDetail li.note.lh_2) .btn {
  bottom: calc(1lh + 16px);
}

/* ROOM 客室スライド画像追加 ----------------------------------------- */
/* スライダーが5枚以下の場合下記のCSSを追加してください（各施設ごと） */
.roomPhotoModal .thumbnail .slick-track {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
  transform: unset !important;
}

/* ROOM 客室スライド画像追加end ----------------------------------------- */
.roomPhotoModal_content {
  background: none;
  width: 742px;
}
@media (max-width: 1024px) {
  .roomPhotoModal_content {
    width: 85vw;
  }
}

.roomPhotoModal .slick-slider .slick-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
@media (max-width: 1024px) {
  .roomPhotoModal .slick-slider .slick-arrow {
    height: 100%;
  }
}

.roomPhotoModal .slick-slider .slick-arrow svg {
  fill: #467ba1;
  filter: none;
  margin: 0;
}

.roomPhotoModal .slick-slider .slick-arrow {
  top: 0;
}

.roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
  left: auto;
  right: calc(100% + 24px);
}
@media (max-width: 1024px) {
  .roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
    right: calc(100% + 4px);
  }
}

.roomPhotoModal .slick-slider .slick-arrow.next-arrow {
  right: auto;
  left: calc(100% + 24px);
}
@media (max-width: 1024px) {
  .roomPhotoModal .slick-slider .slick-arrow.next-arrow {
    left: calc(100% + 4px);
  }
}

.roomPhotoModal .slick-slider .slick-track,
.roomPhotoModal .slick-slider .slick-list {
  width: 742px;
  margin-inline: -4.5px;
}
@media (max-width: 1024px) {
  .roomPhotoModal .slick-slider .slick-track,
  .roomPhotoModal .slick-slider .slick-list {
    width: 85vw;
    margin-inline: -2.5px;
  }
}

.roomPhotoModal .thumbnail.slick-initialized .slick-slide {
  padding: 0 4.5px;
}
@media (max-width: 1024px) {
  .roomPhotoModal .thumbnail.slick-initialized .slick-slide {
    padding: 2.5px;
  }
}

.roomPhotoModal .thumbnail.slick-slider .slick-list {
  width: 742px;
}
@media (max-width: 1024px) {
  .roomPhotoModal .thumbnail.slick-slider .slick-list {
    width: 85vw;
  }
}

.roomPhotoModal_content .js-modal-close {
  right: -46px;
}
@media (max-width: 1024px) {
  .roomPhotoModal_content .js-modal-close {
    right: -4vw;
  }
}

.roomPhotoModal_content .js-modal-close::before,
.roomPhotoModal_content .js-modal-close::after {
  background: #4d4d4d;
  height: 1px;
}

.roomPhotoModal .slick-num {
  display: none;
  background: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
}

.roomPhotoModal .slider {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .roomPhotoModal .slider {
    margin-bottom: 6px;
  }
}

.roomPhotoModal .thumbnail {
  padding: 0;
}

.roomPhotoModal .thumbnail-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 179/104;
}

.slick-img picture {
  display: block;
  width: 100%;
}

.slick-img img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 942/543;
}

.lounge {
  background: #fff;
}
.loungeInfo {
  display: flex;
  align-items: center;
  gap: 8px 40px;
  margin: 0 -14px 8px 8px;
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .loungeInfo {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 8px;
  }
}
.loungeInfo .secTitle2 {
  margin: 0;
  flex-shrink: 0;
}
.loungeInfo .secTitle2 .en {
  font-size: 3rem;
  color: #467ba1;
}
@media (max-width: 1024px) {
  .loungeInfo .secTitle2 .en {
    font-size: 2rem;
  }
}
.loungeInfo .text {
  font-size: 1.2rem;
  line-height: 1.58;
}
@media (max-width: 1024px) {
  .loungeInfo .text {
    font-size: 1.1rem;
  }
}
.loungeInfo .text.color {
  color: #467ba1;
}

.slick-active .lounge {
  padding: 12px 28px 28px;
}
@media (max-width: 1024px) {
  .slick-active .lounge {
    padding: 12px 16px 16px;
  }
}
.slick-active .loungeInfo {
  display: flex;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.roomList .listItem .loungeBtn {
  position: absolute;
  right: 48px;
  bottom: auto !important;
  top: calc(100% - 38px - 28px - 20px) !important;
  margin: 0;
}
@media (max-width: 1024px) {
  .roomList .listItem .loungeBtn {
    right: 26px;
    top: calc(100% - 38px - 16px - 10px) !important;
  }
}
.roomList .listItem .loungeBtn a {
  color: #fff;
  background: #467ba1;
  border-color: #467ba1;
  padding-inline: 1em;
}
@media (max-width: 1024px) {
  .roomList .listItem .loungeBtn a {
    min-width: 130px;
  }
}
.roomList .listItem .loungeBtn a:hover {
  background: #fff;
  color: #467ba1;
}

.roomPhotoModal .thumbnail-img .lounge-thumb img {
  border: 13px solid #fff;
  border-right: 8px solid #fff;
  border-left: 8px solid #fff;
}
@media (max-width: 1024px) {
  .roomPhotoModal .thumbnail-img .lounge-thumb img {
    border: 4px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

/* =========================================================
間取り図スライド
========================================================= */
.floorplanModal .slick-slider .slick-arrow {
  width: 30px;
  height: 35px;
}

.floorplanModal .slick-slider .slick-arrow.prev-arrow {
  position: absolute;
  left: auto;
  right: calc(100% + 24px);
  transform: rotate(180deg);
}

.floorplanModal .slick-slider .slick-arrow.next-arrow {
  position: absolute;
  right: auto;
  left: calc(100% + 24px);
}

.floorplanModal .slick-arrow svg {
  fill: #467ba1;
  width: 16px;
  height: 31px;
}

@media (max-width: 767px) {
  .floorplanModal .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .floorplanModal .slick-slider .slick-arrow.prev-arrow {
    right: calc(100% + 4px);
  }
  .floorplanModal .slick-slider .slick-arrow.next-arrow {
    left: calc(100% + 4px);
  }
  .floorplanModal .slick-arrow svg {
    width: 7px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .floorplanModal_content {
    width: 100vw;
  }
}

.floorplanModal_content .js-modal-close {
  right: -46px;
}
@media (max-width: 1024px) {
  .floorplanModal_content .js-modal-close {
    right: 5vw;
  }
}

.floorplanModal_content .js-modal-close::before,
.floorplanModal_content .js-modal-close::after {
  background: #4d4d4d;
  height: 1px;
}

.floorplanModal_content picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* =========================================================
部屋タイプのアンカーをプルダウン
========================================================= */
@media (min-width: 1025px) {
  .roomTypeTitle {
    font-family: "Gotu";
    font-size: 2.4rem;
    margin: 0 0 16px;
  }
  .roomtypeList.tabArea.pageTop ul {
    max-width: 84%;
    margin-inline: 0 auto;
    display: block;
    column-count: 2;
    column-gap: 16px;
  }
  .roomtypeList.tabArea.pageTop ul a {
    border: none;
    font-size: 1.4rem;
    padding: 0;
  }
  .roomtypeList.tabArea.pageTop ul a:hover {
    color: #f09869;
  }
}
@media (max-width: 1024px) {
  .roomtypeListWrap {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
  }
  .roomtypeListWrap:has(input:checked) {
    z-index: 1;
  }
  .roomtypeBtn {
    display: block;
    width: fit-content;
    margin-right: auto;
    font-family: "Gotu";
    font-size: 2.1rem;
    cursor: pointer;
  }
  .roomtypeBtn::after {
    content: "";
    display: inline-block;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    width: 5px;
    height: 5px;
    margin-left: 32px;
    margin-bottom: 4px;
    rotate: 135deg;
  }
  .roomtypeBtn input {
    appearance: none;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }
  .roomtypeBtn:has(input:checked) + .roomtypeList {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .roomtypeBtn:has(input:checked) + .roomtypeList::before, .roomtypeBtn:has(input:checked) + .roomtypeList::after {
    visibility: visible;
    opacity: 1;
  }
  .roomtypeList {
    position: relative;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s, top 0.15s;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    padding: 5px 0;
    box-shadow: 2px 1px 6px 0 rgba(0, 0, 0, 0.4);
  }
  .roomtypeList::before, .roomtypeList::after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 153px;
    width: 20px;
    height: 20px;
    background: #fff;
    margin: auto;
    rotate: 45deg;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.05s;
    transition-delay: 0.15s;
  }
  .roomtypeList::after {
    z-index: -1;
    background: none;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  }
  .roomtypeList.tabArea.pageTop ul {
    margin-bottom: 0;
    gap: 0 !important;
    display: block !important;
  }
  :lang(en) .roomtypeList.tabArea.pageTop ul.enExc {
    display: none !important;
  }
  :not(:lang(en)) .roomtypeList.tabArea.pageTop ul.enOnly {
    display: none !important;
  }
  .roomtypeList.tabArea.pageTop ul li {
    width: auto;
    min-width: 180px;
    line-height: 1.6;
    letter-spacing: -0.055em;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .roomtypeList.tabArea.pageTop ul li a {
    display: block;
    padding: 7px 16px !important;
    color: #666;
    font-size: 1.1rem;
    border: none;
  }
  .roomtypeList.tabArea.pageTop ul li a:hover {
    background: #e5e2e0;
  }
}
/* =========================================================
amenity
========================================================= */
.wrapper02 {
  padding: 64px 0 180px;
  max-width: 1118px;
  margin-inline: auto;
}
@media screen and (max-width: 1250px) {
  .wrapper02 {
    max-width: 94%;
  }
}
@media (max-width: 1024px) {
  .wrapper02 {
    padding: 32px 0 90px;
    max-width: 78%;
  }
}

.amenity {
  background: #fff;
}
.amenity .secTitle2 {
  margin-top: 0;
}
.amenity .secTitle2 .en {
  color: #467ba1;
  font-size: 4.6rem;
}
@media (max-width: 1024px) {
  .amenity .secTitle2 .en {
    font-size: 2.7rem;
  }
}
.amenity .amenityTitle {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  color: #4d4d4d;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .amenity .amenityTitle {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=resort_room.css.map */