@charset "UTF-8";

/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
  background: #fff;
}

.shareBtn {
  background: #F7F4ED;
}

.breadcrumbs {
  padding: 15px 0 15px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
  }
}

.breadcrumbsList {
  border-bottom: none;
  padding: 0;
}

@media (max-width: 767px) {
  .breadcrumbsList {
    padding: 10px 0 10px 20px;
  }
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  z-index: 0;
}

.kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 35%;
}

@media (max-width: 767px) {
  .kv::before {
    height: 50%;
  }
}

.kvSlideWrap {
  position: relative;
  z-index: 0;
}

.kv .photo {
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 652px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .kv .photo {
    height: 514px;
  }
}

.kv .textBlock {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 2;
  line-height: 1.6;
  text-align: right;
  color: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 767px) {
  .kv .textBlock {
    top: 5%;
    right: 5%;
    width: 90%;
    height: 95%;
  }
}

.kvTitle {
  font-size: 3rem;
}

@media (max-width: 767px) {
  .kvTitle {
    font-size: 2rem;
  }
}

.kvLead {
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .kvLead {
    font-size: 1.5rem;
  }
}

.kv .swiper-pagination-fraction {
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
}

.kv .swiper-pagination-fraction .bar {
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  width: 250px;
  height: 1px;
  margin: 0 10px;
}

@media (max-width: 767px) {
  .kv .swiper-pagination-fraction .bar {
    width: 50%;
  }
}

.kv .swiper-pagination-fraction .bar span {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 70px;
  height: 1px;
  animation: borderAnim 8s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.kv .swiper .swiper-wrapper .swiper-slide-prev img,
.kv .swiper .swiper-wrapper .swiper-slide-active img,
.kv .swiper .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 18s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.kv {
  position: relative;
}

.kv .bnr {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .kv .bnr {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

.kv .bnr a,
.kv .bnr img {
  width: auto;
  height: 110px;
  margin-left: 3px;
}

@media (max-width: 767px) {

  .kv .bnr a,
  .kv .bnr img {
    height: 18vw;
    max-height: 100px;
    margin-left: 2px;
  }
}

.kv .bnr a img {
  margin-left: 0;
}

/* ::::::::::  2025.12メインビジュアルスライド  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
:root {
  --slidesPerView: 1.376;
  --spaceBetween: 6px;
  --slide-peek: calc((100% / var(--slidesPerView) * (var(--slidesPerView) - 1)) / 2);
}

@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../../fonts/ZenMaruGothic-Bold.woff2") format("woff2"), url("../../fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.kv.kv_slide::before {
  content: none;
}

.kv.kv_slide .listItem:only-child .photo {
  max-height: 64vh;
}

.kv.kv_slide .textBlock {
  top: 28px;
  right: calc(var(--slide-peek) + 28px);
  max-width: calc(100% - (var(--slide-peek) + 28px) * 2);
}

@media (max-width: 1024px) {
  .kv.kv_slide .textBlock {
    right: 28px;
    max-width: calc(100% - 56px);
  }
}

@media (max-width: 767px) {
  .kv.kv_slide .textBlock {
    top: 5%;
    right: 20px;
    max-width: calc(100% - 40px);
    pointer-events: none;
  }

  .kv.kv_slide .textBlock .bnr a {
    pointer-events: auto;
  }
}

.kv.kv_slide .photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: 560px;
}

@media (max-width: 767px) {
  .kv.kv_slide .photo {
    max-height: none;
  }
}

.kv.kv_slide .photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .kv.kv_slide .photo img {
    aspect-ratio: 375/450;
  }
}

@media (max-width: 767px) {
  .kv.kv_slide .bnr {
    bottom: 35px;
  }
}

.kv.kv_slide .swiper-slide {
  position: relative;
}

.kv.kv_slide .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 35%;
}

@media (max-width: 767px) {
  .kv.kv_slide .swiper-slide::before {
    height: 50%;
  }
}

.kv.kv_slide .swiper-wrapper .swiper-slide-prev img,
.kv.kv_slide .swiper-wrapper .swiper-slide-active img,
.kv.kv_slide .swiper-wrapper .swiper-slide-duplicate-active img {
  animation: none;
}

.kv.kv_slide .swiper-pagination {
  bottom: 0;
  padding-inline: calc(var(--slide-peek) + 20px);
  text-align: right;
}

@media (max-width: 1024px) {
  .kv.kv_slide .swiper-pagination {
    bottom: 5px;
    padding-inline: 14px;
  }
}

.kv.kv_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  margin: 0 3px !important;
}

@media (max-width: 767px) {
  .kv.kv_slide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.kv.kv_slide .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: transparent;
}

.kv.kv_slide .swiper-button-prev,
.kv.kv_slide .swiper-button-next {
  color: #808080;
  width: 34px;
  height: 34px;
  background: conic-gradient(transparent 0deg 180deg, #fff 180deg 360deg);
  border-radius: 50%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

@media (max-width: 767px) {

  .kv.kv_slide .swiper-button-prev,
  .kv.kv_slide .swiper-button-next {
    width: 24px;
    height: 24px;
  }
}

.kv.kv_slide .swiper-button-prev::before,
.kv.kv_slide .swiper-button-next::before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
}

@media (max-width: 767px) {

  .kv.kv_slide .swiper-button-prev::before,
  .kv.kv_slide .swiper-button-next::before {
    width: 10px;
  }
}

.kv.kv_slide .swiper-button-prev::after,
.kv.kv_slide .swiper-button-next::after {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 767px) {

  .kv.kv_slide .swiper-button-prev::after,
  .kv.kv_slide .swiper-button-next::after {
    width: 8px;
    height: 8px;
    font-size: 0.8rem;
  }
}

.kv.kv_slide .swiper-button-prev {
  left: calc(var(--slide-peek) - 17px - var(--spaceBetween) + 2px);
}

@media (max-width: 1024px) {
  .kv.kv_slide .swiper-button-prev {
    left: 0;
  }
}

.kv.kv_slide .swiper-button-next {
  right: calc(var(--slide-peek) - 17px - var(--spaceBetween) + 2px);
  flex-direction: row;
  background: conic-gradient(#fff 0deg 180deg, transparent 180deg 360deg);
}

@media (max-width: 1024px) {
  .kv.kv_slide .swiper-button-next {
    right: 0;
  }
}

.kv.kv_slide .swiper:not(.swiper-initialized) .listItem:not(:first-child) {
  display: none;
}

:lang(ja) .kv.kv_slide .swiper:not(.swiper-initialized) .hotelName.jaExc {
  font-size: 0;
}

:not(:lang(ja)) .kv.kv_slide .swiper:not(.swiper-initialized) .hotelName.jaOnly {
  font-size: 0;
}

.kv.kv_slide .swiper:not(.swiper-initialized) .swiper-button-prev,
.kv.kv_slide .swiper:not(.swiper-initialized) .swiper-button-next {
  opacity: 0;
  pointer-events: none;
}

.kv.kv_slide .swiper.is-sliding .swiper-button-prev,
.kv.kv_slide .swiper.is-sliding .swiper-button-next,
.kv.kv_slide .swiper.is-dragging .swiper-button-prev,
.kv.kv_slide .swiper.is-dragging .swiper-button-next {
  opacity: 0;
  pointer-events: none;
}

/* ::::::::::  2026.02メインビジュアルスライド  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.kv.kv_slide.kv_slide_new .kvSlideWrap {
  position: relative;
  max-height: 64vh;
}

@media (max-width: 1024px) {
  .kv.kv_slide.kv_slide_new .kvSlideWrap {
    max-height: none;
  }
}

.kv.kv_slide.kv_slide_new .photo {
  max-height: none;
}

@media (max-width: 1024px) {
  .kv.kv_slide.kv_slide_new .photo {
    height: 65vh;
  }
}

.kv.kv_slide.kv_slide_new .swiper-slide::before {
  content: none;
}

@media (max-width: 1024px) {
  .kv.kv_slide.kv_slide_new .swiper-pagination {
    text-align: center;
  }
}

.kv.kv_slide.kv_slide_new .swiper-button-prev,
.kv.kv_slide.kv_slide_new .swiper-button-next {
  background: none;
  color: #fff;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}

.kv.kv_slide.kv_slide_new .swiper-button-prev::after,
.kv.kv_slide.kv_slide_new .swiper-button-next::after {
  font-weight: 700;
  height: 32px;
  font-size: 2.6rem;
}

@media (max-width: 1024px) {

  .kv.kv_slide.kv_slide_new .swiper-button-prev::after,
  .kv.kv_slide.kv_slide_new .swiper-button-next::after {
    width: 10px;
    height: 20px;
    font-size: 1.8rem;
  }
}

.kv.kv_slide.kv_slide_new .swiper-button-prev::before,
.kv.kv_slide.kv_slide_new .swiper-button-next::before {
  content: none;
}

@media (min-width: 1025px) {
  .kv.kv_slide.kv_slide_new .swiper-button-prev {
    left: calc(var(--slide-peek) - 40px - var(--spaceBetween) + 2px);
  }
}

@media (min-width: 1025px) {
  .kv.kv_slide.kv_slide_new .swiper-button-next {
    right: calc(var(--slide-peek) - 40px - var(--spaceBetween) + 2px);
  }
}

.kv.kv_slide.kv_slide_new+.breadcrumbs {
  display: none !important;
}

.kv.kv_slide .textWrap {
  position: absolute;
  right: initial;
  left: calc(var(--slide-peek) + 60px);
  bottom: 50px;
  z-index: 2;
  max-width: calc(100% - (var(--slide-peek) + 60px) * 2);
}

@media (max-width: 1024px) {
  .kv.kv_slide .textWrap {
    bottom: 8%;
    max-width: calc(100% - 40px);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

.kv.kv_slide .textWrap .open {
  color: #000;
  font-size: 2.7rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .kv.kv_slide .textWrap .open {
    font-size: 1.7rem;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-bottom: 5px;
    line-height: 1;
  }
}

.kv.kv_slide .textWrap .hotelName {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .kv.kv_slide .textWrap .hotelName {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.kv.kv_slide .kv_bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 3%;
  padding: 5vh 0;
  left: calc(var(--slide-peek) + 60px);
  margin: 0;
  max-width: calc(100% - (var(--slide-peek) + 60px) * 2);
}

@media (max-width: 1024px) {
  .kv.kv_slide .kv_bottom .wrapper {
    flex-direction: column;
    padding: 25px 0;
    gap: 25px;
    left: initial;
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.kv.kv_slide .kv_bottom .kv_lead {
  font-weight: 700;
  font-size: 2rem;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .kv.kv_slide .kv_bottom .kv_lead {
    font-size: 1.4rem;
    text-align: center;
    max-width: 100%;
  }
}

.kv.kv_slide .kv_bottom .bnr {
  margin-top: 0;
  flex-wrap: wrap;
  gap: 3px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .kv.kv_slide .kv_bottom .bnr {
    position: initial;
    gap: 6px;
    justify-content: center;
  }
}

.kv.kv_slide .kv_bottom .bnr a,
.kv.kv_slide .kv_bottom .bnr img {
  height: 95px;
  margin-left: 0;
}

@media (max-width: 1024px) {

  .kv.kv_slide .kv_bottom .bnr a,
  .kv.kv_slide .kv_bottom .bnr img {
    height: 60px;
  }
}

/* =========================================================
fixedMenuList
========================================================= */
.contents:has(.fixedMenu) {
  overflow: visible;
}

@media (max-width: 1024px) {
  .contents:has(.fixedMenu) {
    overflow-x: clip;
  }
}

.fixedMenu {
  position: sticky;
  top: 110px;
  right: 0;
  z-index: 3;
  width: 45px;
  margin-left: auto;
  margin-block: 40px -265px;
}

@media (max-width: 767px) {
  .fixedMenu {
    top: 80px;
    width: 35px;
    margin-block: 15px -165px;
  }
}

.fixedMenu+.bg_beige .wrapper {
  padding-top: 0;
}

.fixedMenuList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fixedMenuList>li+li {
  margin-top: 10px;
}

.fixedMenuList>li>a {
  writing-mode: vertical-rl;
}

.fixedMenuList>li>a,
.fixedMenuList>li button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 0 0 8px;
  background: #666666;
  width: 45px;
  height: 150px;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2;
  padding: 10px 0;
}

@media (max-width: 767px) {

  .fixedMenuList>li>a,
  .fixedMenuList>li button {
    width: 30px;
    height: 100px;
    font-size: 1.1rem;
    font-weight: 600;
  }
}

.fixedMenuList>li.member>a {
  display: flex !important;
}

@media (max-width: 767px) {
  .fixedMenuList>li.member>a {
    border-width: 1px;
  }
}

.fixedMenuList>li.member>a:hover {
  opacity: 1;
}

.fixedMenuList>li.insta {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .fixedMenuList>li.insta {
    margin-top: 10px;
  }
}

.fixedMenuList>li.insta button {
  border: none;
  height: 45px;
  color: #fff;
  z-index: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .fixedMenuList>li.insta button {
    height: 40px;
  }

  .fixedMenuList>li.insta button img {
    width: 17px;
    height: 17px;
  }
}

.fixedMenuList>li.insta button.on {
  border-radius: 0;
}

.fixedMenuList>li.insta .nestList {
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 8px 0 0 8px;
  background: #666;
  padding-inline: 20px 6px;
  margin-right: -88px;
}

@media (max-width: 767px) {
  .fixedMenuList>li.insta .nestList {
    padding-inline: 15px 10px;
    margin-right: -81px;
  }
}

.fixedMenuList>li.insta .nestList a {
  color: #fff;
}

.fixedMenuList>li.insta:has(button.on) .nestList {
  visibility: visible;
  margin-right: 0;
}

body.lang_ru .fixedMenuList>li.member>a {
  height: 180px;
}

@media (max-width: 1024px) {
  body.lang_ru .fixedMenuList>li.member>a {
    height: 170px;
  }
}

body.lang_ru .fixedMenu {
  margin-block: 40px -295px;
}

@media (max-width: 767px) {
  body.lang_ru .fixedMenu {
    margin-block: 15px -235px;
  }
}

body.lang_fr .fixedMenuList>li.member>a {
  height: 180px;
}

@media (max-width: 1024px) {

  body.lang_it .fixedMenuList>li.member>a,
  body.lang_fr .fixedMenuList>li.member>a,
  body.lang_de .fixedMenuList>li.member>a,
  body.lang_es .fixedMenuList>li.member>a,
  body.lang_vi .fixedMenuList>li.member>a {
    height: 140px;
  }
}

@media (max-width: 767px) {

  body.lang_it .fixedMenu,
  body.lang_fr .fixedMenu,
  body.lang_de .fixedMenu,
  body.lang_es .fixedMenu,
  body.lang_vi .fixedMenu {
    margin-block: 15px -205px;
  }
}

/* =========================================================
bnrLink_list
========================================================= */
.bnrLink_list {
  margin-block: 70px;
  display: flex;
  gap: 40px 70px;
}

@media (max-width: 1024px) {
  .bnrLink_list {
    margin-block: 40px;
    gap: 40px 4%;
  }
}

@media (max-width: 767px) {
  .bnrLink_list {
    flex-direction: column;
  }
}

.bnrLink_list>li {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 20px 40px;
  padding: 50px 60px;
  width: 100%;
  background: #d5e0cd;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .bnrLink_list>li {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .bnrLink_list>li {
    flex-direction: column;
    padding: 30px 23px;
  }
}

.bnrLink_list>li:has(.bnrLink_a:hover) {
  opacity: 0.8;
}

.bnrLink_list .bnr_photo_list {
  display: flex;
  gap: 20px;
}

@media (max-width: 1024px) {
  .bnrLink_list .bnr_photo_list {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .bnrLink_list .bnr_photo_list {
    gap: 12px;
  }
}

.bnrLink_list .bnr_photo_list .listItem {
  width: 100%;
}

@media (max-width: 1024px) {
  .bnrLink_list .bnr_photo_list .listItem {
    width: calc(50% - 10px);
  }

  .bnrLink_list .bnr_photo_list .listItem:first-child {
    width: 100%;
  }

  .bnrLink_list .bnr_photo_list .listItem:first-child .photo img {
    aspect-ratio: 590/238;
    object-position: top;
  }
}

@media (max-width: 767px) {
  .bnrLink_list .bnr_photo_list .listItem {
    width: calc(50% - 6px);
  }
}

.bnrLink_list .bnr_photo_list .slick-slide {
  position: relative;
}

.bnrLink_list .bnr_photo_list .photo {
  border-radius: 10px;
  margin: 0;
}

.bnrLink_list .bnr_photo_list .photo img {
  aspect-ratio: 260/210;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.bnrLink_list .photoText {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(140, 98, 57, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.bnrLink_list .photoText .svgText {
  width: 69.3%;
  margin-top: 6%;
}

.bnrLink_list .photoText .svgText img {
  width: 100%;
  height: auto;
}

.bnrLink_list .textBlock {
  position: relative;
  color: #000;
  flex-shrink: 0;
  width: 21.88%;
}

@media (max-width: 1024px) {
  .bnrLink_list .textBlock {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .bnrLink_list .textBlock {
    width: 100%;
  }
}

.bnrLink_list .textBlock p:not([class]) {
  line-height: 1.6666666667;
}

.bnrLink_list .textBlock p:not([class]):has(+ .seemore) {
  margin: 0 0 1lh;
}

@media (max-width: 767px) {
  .bnrLink_list .textBlock p:not([class]) {
    margin: 0 0 20px;
  }
}

.bnrLink_list .textBlock p:not([class]) br {
  display: none;
}

.bnrLink_list .textBlock .seemore {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.5384615385;
  border-bottom: 2px solid #000;
}

.bnrLink_list .textBlock .seemore.linkBtn {
  position: relative;
  padding: 4px 36px;
  background: #b3bfaf;
  border-radius: 21px;
  border: none;
  color: #fff;
  min-width: 206px;
  text-align: center;
}

@media (max-width: 1024px) {
  .bnrLink_list .textBlock .seemore.linkBtn {
    width: 100%;
  }
}

.bnrLink_list .textBlock .seemore.linkBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%);
}

.bnrLink_list .textBlock .term {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -65px;
  right: 40px;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 1024px) {
  .bnrLink_list .textBlock .term {
    top: -35px;
    right: 20px;
  }
}

.bnrLink_list .textBlock .term .en {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-size: 2.4rem;
}

.bnrLink_list .textBlock .term.jaExc {
  font-family: "acumin-variable", sans-serif;
}

.bnrLink_list:has(> li:nth-child(2):last-child)>li {
  display: block;
  width: calc(50% - 35px);
  padding: 0;
  background: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bnrLink_list:has(> li:nth-child(2):last-child)>li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .bnrLink_list:has(> li:nth-child(2):last-child)>li {
    width: 100%;
  }
}

.bnrLink_list:has(> li:nth-child(2):last-child)>li:has(#bnr_photo_list) .photoBlock {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .photoBlock {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 590/238;
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .bnrLink_list:has(> li:nth-child(2):last-child) .bnr_photo_list {
    flex-wrap: nowrap;
  }
}

.bnrLink_list:has(> li:nth-child(2):last-child) .bnr_photo_list:not(.slick-initialized)>.listItem:not(:first-child) {
  display: none;
}

@media (max-width: 1024px) {
  .bnrLink_list:has(> li:nth-child(2):last-child) .bnr_photo_list .listItem {
    width: 100%;
  }
}

.bnrLink_list:has(> li:nth-child(2):last-child) .bnr_photo_list .photo {
  border-radius: 0;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .bnr_photo_list .photo img {
  aspect-ratio: 590/238;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .slick-dotsWrap {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .slick-dots {
  position: relative;
  text-align: center;
  font-size: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .bnrLink_list:has(> li:nth-child(2):last-child) .slick-dots {
    margin: 30px auto 0;
    text-align: center;
  }
}

.bnrLink_list:has(> li:nth-child(2):last-child) .slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  font-size: 10px;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .slick-dots li:only-child {
  display: none;
  margin-top: -30px;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .slick-dots li button {
  border: none;
  border-radius: 50%;
  border: none;
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .slick-dots li.slick-active button {
  background: #fff;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .textBlock {
  width: 100%;
}

.bnrLink_list:has(> li:nth-child(2):last-child) .textBlock p:not([class]) br {
  display: block;
}

.bnrLink_list .bnr_machigaisagashi {
  background: none;
  padding: 0;
}

.bnrLink_list .bnr_machigaisagashi02 {
  .bnr_wrap {
    overflow: visible;
    margin-bottom: 25px;
  }

  .bnr_bg {
    aspect-ratio: auto;
  }

  .bnr_bg img {
    width: 100%;
    height: auto;
  }

  .bnr_illust {
    width: 88%;
  }

  .bnrLink_title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;

    .bnrLink_title_sub {
      line-height: 1.7;
      font-weight: 500;
    }
  }

  .textBlock p:not([class]) br {
    display: block;
  }
}

@media (min-width: 768px) {
  .bnrLink_list:has(.bnr_machigaisagashi02:only-child) {
    justify-content: center;
  }

  .bnrLink_list .bnr_machigaisagashi02 {
    display: block;
    width: 658px;

    .textBlock {
      width: 100%;
    }
  }
}

@media (max-width: 767px) {
  .bnrLink_list .bnr_machigaisagashi02 {
    .bnrLink_title {
      display: block;

      .bnrLink_title_sub {
        display: block;
      }
    }
  }
}

.bnrLink_title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .bnrLink_title {
    font-size: 1.8rem;
  }
}

.bnrLink_title_sub {
  font-size: 1.5rem;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .bnrLink_title_sub {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .textBlock:has(.term) .bnrLink_title {
    width: calc(100% - 90px - 1em);
  }

  .textBlock:has(.term) .bnrLink_title_sub {
    width: calc(100% - 90px - 1.5em);
  }
}

.contents .bnrLink_a {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-decoration: none;
}

.contents .bnrLink_a .hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contents .bnrLink_a02 {
  text-decoration: none;
}

.bnr_machigaisagashi .bnr_wrap {
  position: relative;
  overflow: hidden;
}

.bnr_machigaisagashi .bnr_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
  aspect-ratio: 590/238;
}

.bnr_machigaisagashi .bnr_bg img {
  width: 98%;
  height: auto;
}

.bnr_machigaisagashi .bnr_illust {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 67%;
}

.roomList .listItem.conceptroom,
.roomList .listItem.machigaisagashi {
  position: relative;
  padding-top: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .roomList .listItem.conceptroom,
  .roomList .listItem.machigaisagashi {
    padding-top: 2.9vw;
  }
}

.roomList .listItem.conceptroom .term,
.roomList .listItem.machigaisagashi .term {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.25em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  width: auto;
  min-width: 113px;
  height: auto;
  padding: 8px 8px 6px;
  border-radius: 0;
}

.roomList .listItem.conceptroom .term .en,
.roomList .listItem.machigaisagashi .term .en {
  font-family: "acumin-variable", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: -2px;
}

@media (max-width: 1024px) {

  .roomList .listItem.conceptroom .term .en,
  .roomList .listItem.machigaisagashi .term .en {
    margin-top: -4px;
  }
}

.roomList .listItem.conceptroom .term.jaExc,
.roomList .listItem.machigaisagashi .term.jaExc {
  font-family: "acumin-variable", sans-serif;
}

@media (max-width: 767px) {
  .roomList .listItem.conceptroom {
    padding-top: 0;
  }
}

body.apartment-asakusabashi2 .roomList .listItem.conceptroom,
body.apartment-hamamatsucho .roomList .listItem.conceptroom {
  padding-top: 0;
}

.roomList .listItem .machigaisagashi_logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .roomList .listItem .machigaisagashi_logo {
    text-align: left;
  }
}

.roomList .listItem .machigaisagashi_logo img {
  width: 94%;
  max-width: 373px;
  height: auto;
}

@media (max-width: 767px) {
  .roomList .listItem .machigaisagashi_logo img {
    width: 100%;
  }
}

.roomList .listItem .machigaisagashi_chara {
  position: absolute;
  top: 4px;
  left: calc(100% + 40px);
  width: 100%;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_chara {
    left: calc(100% + 50px);
  }
}

@media (max-width: 767px) {
  .roomList .listItem .machigaisagashi_chara {
    position: static;
  }
}

.roomList .listItem .machigaisagashi_chara .comment {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  rotate: 5.2deg;
  color: #000;
  margin: 16px 0 0 16px;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_chara .comment {
    margin-top: 1vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_chara .comment.pc {
    display: block !important;
  }
}

.roomList .listItem .machigaisagashi_chara .character {
  margin: 40px 0 0;
  rotate: 12.5deg;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_chara .character {
    margin-top: 2.5vw;
  }
}

.roomList .listItem .machigaisagashi_chara .character img {
  width: 108px;
  max-width: 108px;
  height: auto;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_chara .character img {
    width: 8.7vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_chara .character.pc {
    display: block !important;
  }
}

.roomList .listItem .machigaisagashi_chara .photo_note {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4d4d4d;
  margin: 8px 0 0 32px;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_chara .photo_note {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_chara .photo_note {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .roomList .listItem .machigaisagashi_chara .photo_note {
    margin: 4px 0 8px;
  }
}

@media screen and (min-width: 1251px) {

  body.lang_en .roomList .listItem .machigaisagashi_chara .photo_note,
  body.lang_fr .roomList .listItem .machigaisagashi_chara .photo_note,
  body.lang_th .roomList .listItem .machigaisagashi_chara .photo_note {
    margin-top: 31px;
  }

  body.lang_zh-CHT .roomList .listItem .machigaisagashi_chara .photo_note,
  body.lang_zh-CHS .roomList .listItem .machigaisagashi_chara .photo_note,
  body.lang_ko .roomList .listItem .machigaisagashi_chara .photo_note,
  body.lang_ar .roomList .listItem .machigaisagashi_chara .photo_note {
    margin-top: 50px;
  }
}

.roomList .listItem .machigaisagashi_loupe {
  position: absolute;
  right: -56px;
  top: 56px;
  filter: drop-shadow(-6px 6px 6px rgba(0, 0, 0, 0.6));
  pointer-events: none;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_loupe {
    right: -40px;
    top: 3.2vw;
  }
}

@media (max-width: 767px) {
  .roomList .listItem .machigaisagashi_loupe {
    right: auto;
    left: -11.5vw;
    top: 90px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
  }

  body.lang_en .roomList .listItem .machigaisagashi_loupe,
  body.lang_fr .roomList .listItem .machigaisagashi_loupe,
  body.lang_de .roomList .listItem .machigaisagashi_loupe,
  body.lang_ms .roomList .listItem .machigaisagashi_loupe {
    top: 108px;
  }

  body.lang_es .roomList .listItem .machigaisagashi_loupe,
  body.lang_it .roomList .listItem .machigaisagashi_loupe,
  body.lang_vi .roomList .listItem .machigaisagashi_loupe,
  body.lang_id .roomList .listItem .machigaisagashi_loupe,
  body.lang_ru .roomList .listItem .machigaisagashi_loupe {
    top: 126px;
  }
}

@media screen and (max-width: 374px) {
  .roomList .listItem .machigaisagashi_loupe {
    top: 80px;
  }
}

.roomList .listItem .machigaisagashi_loupe img {
  width: 199px;
  max-width: 199px;
  height: auto;
}

@media screen and (max-width: 1250px) {
  .roomList .listItem .machigaisagashi_loupe img {
    width: 15.9vw;
  }
}

@media (max-width: 767px) {
  .roomList .listItem .machigaisagashi_loupe img {
    width: 43.4vw;
    max-width: none;
  }
}

.roomList .listItem:has(.machigaisagashi_loupe) .photo p:has(.icon_photo) {
  display: none;
}

.roomList .listItem .machigaisagashi_btn {
  display: inline-flex;
  margin: 24px auto 0 0;
}


@media (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_btn {
    margin: 15px auto 0 0;
    width: 100%;
  }
}

.roomList .listItem .machigaisagashi_btn a {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  align-items: center;
  color: #e95504;
  text-decoration: none;
  border: 2px solid #e95504;
  border-radius: 35px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  width: auto;
  min-width: 200px;
  height: 65px;
  padding-block: 4px 5px;
  padding-inline: 1.5em 12px;
  gap: 0 12px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_btn a {
    min-width: 100%;
    max-width: 100%;
    border-radius: 25px;
    font-size: 1.4rem;
    height: 45px;
    gap: 0 8px;
    padding-inline: 1.5em 8px;
  }
}

.roomList .listItem .machigaisagashi_btn a .btnText {
  max-width: calc(100% - 36px - 12px);
  flex-grow: 1;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_btn a .btnText {
    max-width: calc(100% - 22px - 8px);
    text-align: center;
    line-height: 1.2;
  }
}

.roomList .listItem .machigaisagashi_btn a .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #e95504;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_btn a .circle {
    width: 22px;
    height: 22px;
  }
}

.roomList .listItem .machigaisagashi_btn a .circle img {
  width: 17px;
  height: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 1024px) {
  .roomList .listItem .machigaisagashi_btn a .circle img {
    width: 10px;
  }
}


/* =========================================================
detail
========================================================= */
.detail .flex {
  flex-direction: row-reverse;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .detail .flex {
    display: block;
    margin-top: 30px;
  }
}

.detail .taBlock {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  width: 380px;
}

@media (max-width: 1024px) {
  .detail .taBlock {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.detail .taBlock #TA_selfserveprop450 {
  position: relative;
  z-index: 0;
}

.detail .taBlock .bnr {
  display: block;
  margin-right: 15px;
  width: 122px;
}

@media (max-width: 767px) {
  .detail .taBlock .bnr {
    margin-right: 10px;
  }
}

.detail .taBlock .bnr img {
  display: block;
}

.detail .taBlock .bnr a {
  display: block;
}

.detail .taBlock .bnr img+a,
.detail .taBlock .bnr img+img,
.detail .taBlock .bnr a+img,
.detail .taBlock .bnr a+a {
  margin-top: 5px;
  display: block;
}

.detail .detailHotel {
  max-width: 850px;
  width: 100%;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .detail .detailHotel {
    max-width: 100%;
    width: 100%;
  }
}

.detail .detailHotel .hotelName {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 0 20px;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .detail .detailHotel .hotelName {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }

  .detail .detailHotel .hotelName img {
    display: block;
    width: 274px;
    margin: 0 auto 10px;
  }
}

.detail .detailHotel .address p {
  display: inline;
}

.detail .detailHotel .address a {
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .detail .detailHotel .address {
    text-align: center;
  }
}

.detail .detailHotel .address+p {
  margin-top: 0.5em;
}

.detail .detailHotel .detailLinkList {
  display: flex;
  gap: 20px;
  margin: 25px 0 0;
}

@media (max-width: 1249px) {
  .detail .detailHotel .detailLinkList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .detail .detailHotel .detailLinkList {
    display: flex;
  }
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}

.detail .detailHotel .detailLinkList li {
  background: #fff;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li {
    width: calc(50% - 8px);
  }

  .detail .detailHotel .detailLinkList li:first-child:nth-last-child(3) {
    width: 100%;
  }

  .detail .detailHotel .detailLinkList li:first-child:nth-last-child(5) {
    width: 100%;
  }
}

.detail .detailHotel .detailLinkList li.bgBrown {
  background: #ece4d5;
}

.detail .detailHotel .detailLinkList li a {
  display: block;
  padding: 40px 10px 30px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li a {
    padding: 30px 10px 20px;
  }
}

.detail .detailHotel .detailLinkList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li .icon {
    max-width: 50px;
    max-height: 35px;
  }
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li .icon img {
    max-width: 100%;
    max-height: 100%;
  }
}

.detail .detailHotel .detailLinkList li p {
  margin: 20px 0 0;
  color: #000;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li p {
    margin-top: 10px;
  }
}

.detail .detailHotel .detailLinkList li p .en {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .detail .detailHotel .detailLinkList li p .en {
    font-size: 1.5rem;
  }
}

.detail .detailHotel .detailLinkList li p .enExc {
  text-transform: capitalize;
  margin-top: 5px;
  line-height: 1.3;
  display: inline-block;
}

/* =========================================================
.attention
========================================================= */
.attention {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 30px 40px 30px 30px;
  margin-bottom: 50px;
  margin-top: -20px;
}

.attention h3 {
  border: 1px solid #ab8d4b;
  color: #ab8d4b;
  width: 21.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  min-height: 60px;
}

.attention h3 img {
  margin-bottom: 2px;
  margin-right: 12px;
}

.attention p {
  width: 75.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1024px) {
  .attention {
    flex-direction: column;
    padding: 25px 20px;
    margin: 30px 0;
  }

  .attention h3 {
    width: 100%;
    padding: 9px 5px;
    margin-bottom: 15px;
    min-height: initial;
  }

  .attention p {
    width: 100%;
  }
}

/* =========================================================
bnrArea
========================================================= */
.bnrArea {
  display: block;
  margin-top: 70px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .bnrArea {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .bnrArea.typeA {
    max-width: 662px;
    margin: 40px auto 0 auto;
  }
}

.bnrArea.typeA a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 25px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .bnrArea.typeA a {
    display: block;
  }
}

.bnrArea.typeA a .photo {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  margin-bottom: 0;
  width: 65%;
  max-width: 789px;
}

@media (max-width: 1024px) {
  .bnrArea.typeA a .photo {
    width: 100%;
  }
}

.bnrArea.typeA a .photo img {
  aspect-ratio: 789/178;
}

@media (max-width: 1024px) {
  .bnrArea.typeA a .photo img {
    aspect-ratio: 331/170;
  }
}

.bnrArea.typeA a .text {
  width: 35%;
  max-width: 416px;
  margin-right: 1%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .bnrArea.typeA a .text {
    padding-right: 0;
    margin-top: 15px;
    width: 100%;
    max-width: initial;
  }
}

.bnrArea.typeA a .text .secTitle02 {
  margin-bottom: 8px;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .bnrArea.typeA a .text .secTitle02 {
    font-size: 1.7rem;
  }
}

.bnrArea.typeA a .text p.link {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .bnrArea.typeA a .text p.link {
    display: none;
  }
}

.bnrArea.typeA a:hover {
  color: #4D4D4D;
}

.bnrArea.typeA a:hover p.link {
  color: #AB8D4B;
}

.bnrArea.typeB {
  display: grid;
  justify-content: space-between;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .bnrArea.typeB {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
}

.bnrArea.typeB a {
  text-decoration: none;
}

.bnrArea.typeB a .photo {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.bnrArea.typeB a .photo img {
  aspect-ratio: 197/123;
}

@media (max-width: 767px) {
  .bnrArea.typeB a .photo img {
    aspect-ratio: 331/170;
  }
}

.bnrArea.typeB a .text .secTitle02 {
  text-decoration: underline;
  margin-bottom: 10px;
}

.bnrArea.typeB a .text p {
  color: #4d4d4d;
}

.bnrArea.typeC {
  display: grid;
  gap: 53px 33px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .bnrArea.typeC {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.bnrArea.typeC a {
  text-decoration: none;
}

.bnrArea.typeC a .photo {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.bnrArea.typeC a .photo img {
  aspect-ratio: 203/82;
}

@media (max-width: 767px) {
  .bnrArea.typeC a .photo img {
    aspect-ratio: 331/170;
  }
}

.bnrArea.typeC a .text .secTitle02 {
  text-decoration: underline;
  margin-bottom: 10px;
}

.bnrArea.typeC a .text p {
  color: #4d4d4d;
}

.bnrArea.typeD a {
  display: block;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  text-align: center;
}

.bnrArea.typeD a+a {
  margin-top: 30px;
}

.bnrArea.typeD a .photo {
  margin-bottom: 0;
}

.bnrArea.typeA+.bnrArea.typeD {
  margin-top: 30px;
}

.bnrArea.typeD {
  margin: 0;
}

.bnrArea.typeD .wrapper {
  padding-bottom: 0;
}

.bnrArea.typeD+.typeD .wrapper {
  padding-top: 30px;
}

.bnrArea.typeD.japanlocaltour .tokyo {
  background-image: url(/img/japanlocaltour/bnr_japanLocalTour_tokyo.jpg);
}

@media (max-width: 767px) {
  .bnrArea.typeD.japanlocaltour .tokyo {
    background-image: url(/img/japanlocaltour/bnr_japanLocalTour_tokyo_sp.jpg);
  }
}

.bnrArea.typeD.japanlocaltour .kyoto {
  background-image: url(/img/japanlocaltour/bnr_japanLocalTour_kyoto.jpg);
}

@media (max-width: 767px) {
  .bnrArea.typeD.japanlocaltour .kyoto {
    background-image: url(/img/japanlocaltour/bnr_japanLocalTour_kyoto_sp.jpg);
  }
}

.bnrArea.typeD.japanlocaltour a {
  text-decoration: none;
  height: 199px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .bnrArea.typeD.japanlocaltour a {
    height: 173px;
    border-radius: 4px;
  }
}

.bnrArea.typeD.japanlocaltour a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 4px;
}

.bnrArea.typeD.japanlocaltour a h3 {
  font-size: 3.5rem;
  color: #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  z-index: 2;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bnrArea.typeD.japanlocaltour a h3 {
    font-size: 2.2rem;
  }
}

.bnrArea.typeD.japanlocaltour a p {
  color: #fff;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  z-index: 2;
  letter-spacing: 1.5px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .bnrArea.typeD.japanlocaltour a p {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

/* =========================================================
benefits
========================================================= */
.kvBenefits {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  background: #800023;
  color: #fff;
  font-size: 2.3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
  position: relative;
  max-width: initial;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .kvBenefits {
    padding: 25px 15px;
    font-size: 1.6rem;
  }
}

@media (max-width: 375px) {
  .kvBenefits {
    font-size: 1.5rem;
  }

  .kvBenefits .icon {
    width: 33px;
    height: 33px;
  }
}

.kvBenefits:after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
}

.kvBenefits>span {
  font-weight: bold;
  text-align: left;
}

.kvBenefits .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .kvBenefits .icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
}

.detail .wrapper:first-of-type {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .detail .wrapper:first-of-type {
    padding-bottom: 30px;
  }
}

.kvBenefits+.wrapper {
  padding-top: 0;
}

.kvBenefits+.wrapper .bookTitle {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .kvBenefits+.wrapper .bookTitle {
    margin-top: 40px;
  }
}

/* .kvBenefits.campaign {
  background-color: #AB8D4B;
} */
.kvBenefits.campaign a {
  z-index: 1;
}

@media (max-width: 767px) {
  .kvBenefits.campaign a {
    display: flex;
    align-items: center;
  }

  .kvBenefits.campaign a span {
    text-align: left;
  }
}

.kvBenefits.campaign a:hover {
  color: #fff;
}

/* =========================================================
bookModule
========================================================= */
.bookModule {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  position: static;
  background: none;
  width: auto;
  height: auto;
  transition: none;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .bookModule {
    margin-bottom: 30px;
  }
}

.bookModule .bookTitle {
  border-top: 1px solid rgba(171, 141, 75, 0.3);
  width: 100%;
  margin: 80px 0 0;
  text-align: center;
  color: #AB8D4B;
  font-size: 1.8rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .bookModule .bookTitle {
    margin: 50px 0 0;
    font-size: 1.5rem;
  }
}

.bookModule .bookTitle span {
  position: relative;
  top: -1em;
  display: inline-block;
  background: #F7F4ED;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .bookModule .bookTitle span {
    padding: 0 20px;
  }
}

.bookModule .tabList {
  display: block;
  width: 210px;
  margin: 0;
}

@media (max-width: 1024px) {
  .bookModule .tabList {
    display: none;
  }
}

.bookModule .tabList li+li {
  margin-top: -1px;
}

.bookModule .tabContentsWrap {
  width: calc(100% - 220px);
}

@media (max-width: 1024px) {
  .bookModule .tabContentsWrap {
    display: none;
  }
}

.bookModule .bookTitle+.tabContentsWrap {
  width: 100%;
}

.bookModule .bookTitle+.tabContentsWrap .link {
  margin-left: 0;
}

.bookModule .formList li:last-child input.submitBtn {
  width: calc(100% - 70px);
  color: #fff;
}

.bookModule .formList li:last-child input.reloadBtn {
  width: 65px;
  text-indent: -9999px;
}

.bookModule .link {
  margin-top: 15px;
  margin-left: -220px;
}

@media (max-width: 1024px) {
  .bookModule .link {
    margin-left: 0;
  }
}

.bookModule .stayForm .formList {
  grid-template-columns: repeat(6, 1fr);
}

.bookModule .stayForm .formList>li:nth-child(2) {
  display: none;
}

.bookModule .stayForm .formList>li:nth-child(3) {
  grid-column: 3/7;
}

.bookModule .stayForm .formList>li:nth-child(4) {
  grid-column: 1/3;
  display: block;
}

.bookModule .stayForm .formList>li:nth-child(5) {
  grid-column: 3/4;
}

.bookModule .stayForm .formList>li:nth-child(6) {
  grid-column: 4/5;
}

.bookModule .stayForm .formList>li:nth-child(7) {
  grid-column: 5/7;
}

.bookModule .airlineForm .formList {
  grid-template-columns: repeat(10, 1fr);
}

.bookModule .airlineForm .formList>li:first-child {
  grid-column: 1/4;
}

.bookModule .airlineForm .formList>li:nth-child(2) {
  grid-column: 4/6;
}

.bookModule .airlineForm .formList>li:nth-child(3) {
  grid-column: 6/11;
}

.bookModule .airlineForm .formList>li:nth-child(4) {
  grid-column: 1/5;
}

.bookModule .airlineForm .formList>li:nth-child(5) {
  grid-column: 5/7;
}

.bookModule .airlineForm .formList>li:nth-child(6) {
  grid-column: 7/11;
}

@media (min-width: 1025px) {
  .bookModule .spBlock {
    display: none;
  }
}

@media (max-width: 1024px) {
  .bookModule .spBlock {
    width: 100%;
  }
}

.bookModule .spBlock .bookBtn {
  margin: 20px 0 10px;
}

.bookModule .spBlock .bookBtn:first-child {
  margin-top: 0;
  text-align: center;
}

.bookModule .spBlock .bookBtn .txt {
  color: #142335;
  display: inline-block;
  position: relative;
  max-width: 90%;
  font-size: 1.2rem;
  line-height: 1.2;
}

.bookModule .spBlock .bookBtn .txt::before,
.bookModule .spBlock .bookBtn .txt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #142335;
  bottom: 0;
}

.bookModule .spBlock .bookBtn .txt::before {
  transform: rotate(-30deg);
  left: -12px;
}

.bookModule .spBlock .bookBtn .txt::after {
  transform: rotate(30deg);
  right: -12px;
}

.bookModule .spBlock .bookBtn a {
  height: 47px;
}

@media (max-width: 1024px) {
  .bookModule .spBlock .bookBtn a {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }
}

.bookModule .spBlock .bookBtn a .icon_bed {
  width: 18px;
  height: 14px;
}

.bookModule .spBlock .bookBtn a .icon_airline {
  width: 20px;
  height: 14px;
}

/* .bookModule .spBlock .bookBtn.shinkansen a span {
  font-size: 8px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 37px;
}

.bookModule .spBlock .bookBtn.shinkansen a .icon_bed {
  left: 15px;

} */
.bookModule .spBlock .bookBtn a .icon_shinkansen {
  width: 24px;
  height: 12px;
  left: 18px;
}

.bookModule .spBlock .bookBtn a svg {
  fill: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.bookModule .spBlock .link a {
  display: inline-block;
}

.bookModule .spBlock .link a:last-child {
  margin-right: 0;
}

/* =========================================================
.app
========================================================= */
.app .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .app .wrapper {
    display: block;
    text-align: center;
    padding: 35px 0;
  }
}

.app a:hover .icon_link {
  fill: #AB8D4B;
}

.appTitle {
  letter-spacing: 0.02em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .appTitle {
    font-size: 2rem;
  }
}

.appBlock {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .appBlock {
    margin: 10px 0;
  }
}

.appBlock .present {
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.8rem;
}

@media (max-width: 1024px) {
  .appBlock .present {
    font-size: 2.8rem;
  }
}

.appBlock .present .bd {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .appBlock .present .bd {
    display: block;
    margin: 0 0 10px;
    font-size: 1.7rem;
  }
}

@media (max-width: 1024px) {
  .appBlock .present .sp_bd {
    position: relative;
    z-index: 0;
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .appBlock .present .sp_bd::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.75em;
    left: 0;
    z-index: -1;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }

  .appBlock .present .sp_bd::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #142335;
    width: 4em;
    height: 1.5em;
    margin: auto;
  }
}

.appList {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1024px) {
  .appList {
    flex-wrap: wrap;
    gap: 0 8px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .appList li {
    width: calc(50% - 4px);
  }

  .appList li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: left;
  }

  .appList li:last-child a {
    display: inline-block;
    position: relative;
    top: 10px;
    background: #142335;
    padding: 0 10px 0 0;
  }
}

.appList li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1025px) {
  .appList li a .pc {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

.appList li a .pc img {
  display: block;
  margin: 0 0 -2px;
}

@media (max-width: 1024px) {
  .appList li a .sp {
    width: 100%;
  }
}

.appList li a .icon_link {
  fill: #fff;
}

/* =========================================================
room
========================================================= */
.roomHeader {
  display: flex;
  gap: 60px;
  margin: 0 0 50px;
}

@media (max-width: 1024px) {
  .roomHeader {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .roomHeader {
    display: block;
  }
}

.room .secTitle01 {
  margin: 0;
}

@media (max-width: 767px) {
  .room .secTitle01 {
    margin: 0 0 15px;
  }
}

.room .lead {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  height: 2em; */
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
  color: #142335;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .room .lead {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8rem;
    height: auto;
  }
}

.room .lead:has(br)+.note {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .room .lead:has(br)+.note {
    margin-top: 0;
  }
}

.roomList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px 33px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .roomList {
    display: block;
    margin-bottom: 30px;
  }
}

.secTitle01+.roomList {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .secTitle01+.roomList {
    margin-top: 0;
  }
}

.roomList .listItem {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .roomList .listItem+.listItem {
    margin-top: 20px;
  }
}

.roomList .listItem .photo {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .roomList .listItem .photo {
    margin-bottom: 15px;
  }
}

.roomList .listItem .photo img {
  aspect-ratio: 97/57;
}

body.modal-open {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100vw;
}

.roomList .listItem .roomNameWrap {
  border-bottom: 1px solid #CACACA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 5px;
}

.roomList .listItem .roomNameWrap .roomName {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.roomList .listItem .roomNameWrap .md-btn {
  background-color: #142335;
  color: #fff;
  border-radius: 4px;
  padding: 7px 12px 8px 32px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  margin-left: auto;
}

.roomList .listItem .roomNameWrap .md-btn::before,
.roomList .listItem .roomNameWrap .md-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.roomList .listItem .roomNameWrap .md-btn::before {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .roomList .listItem .roomNameWrap .md-btn::before {
    width: 14.5px;
    height: 14.5px;
  }
}

.roomList .listItem .roomNameWrap .md-btn::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

@media (max-width: 767px) {
  .roomList .listItem .roomNameWrap .md-btn::after {
    left: 13.5px;
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
  }
}

#roomMovie.modal .md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.9;
  z-index: 9999;
}

#roomMovie.modal .md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  #roomMovie.modal .md-contents {
    width: 90%;
  }
}

#roomMovie.modal .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#roomMovie.modal .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#roomMovie.modal .md-xmark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

#roomMovie.modal .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

#roomMovie.modal .md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

#roomMovie.modal .md-xmark span:nth-of-type(2) {
  bottom: -1px;
  transform: translateY(-10px) rotate(45deg);
}

.roomList .listItem .roomName {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.roomList .listItem .roomDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .roomList .listItem .roomDetail {
    margin-bottom: 5px;
  }
}

.roomList .listItem .roomDetail li {
  padding-left: 1.4em;
  text-indent: -0.7em;
}

.roomList .listItem .roomDetail li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  margin-right: 5px;
}

.roomList .listItem .roomDetail li:first-child {
  width: 100%;
}

.roomList .listItem .roomDetail li.bed {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  text-indent: initial;
}

.roomList .listItem .roomDetail li.bed dl {
  display: flex;
  width: calc(100% - 20px);
}

.roomList .listItem .roomDetail li.bed dl dt {
  display: inline-block;
  min-width: 96px;
}

.roomList .listItem .roomDetail li.bed dl dd {
  margin-left: 5px;
}

.roomList .listItem .roomDetail li.bed dl+p {
  margin-left: 2rem;
  width: 100%;
}

.roomList .listItem .roomDetail+.btn {
  margin-top: auto;
}

@media (max-width: 767px) {
  .roomList .listItem .roomDetail+.btn {
    margin-top: 15px;
  }
}

.roomList .listItem .link {
  display: flex;
  gap: 0 15px;
  margin-top: -15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.roomList .listItem .link a {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .roomList .listItem .link {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.roomList .listItem .btn {
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .roomList .listItem .btn {
    margin-top: 20px;
  }
}

.roomList .listItem .btn a {
  width: 100%;
  min-width: initial;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .roomList .listItem .btn a {
    padding-right: 40px;
  }
}

.room .note {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.room .note+.btn a+a {
  margin-top: 10px;
}

/* 動画追加 ----------------------------------------- */
.room .tabArea.pageTop ul {
  gap: 10px 1.3%;
}

.room .tabArea.pageTop ul li {
  min-width: 24%;
  width: initial;
}

@media (max-width: 1024px) {
  .room .tabArea.pageTop ul li {
    width: 48.5%;
  }
}

.room .tabArea.pageTop ul li a {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .room .tabArea.pageTop ul li a {
    padding-right: 14px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.roomListMovie {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 115px;
}

@media (max-width: 767px) {
  .roomListMovie {
    gap: 25px;
    margin-bottom: 25px;
  }
}

.roomListMovie .listItem .roomImage {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage {
    border-top: 1px solid #CACACA;
    padding-top: 17px;
    gap: 7px;
  }
}

.roomListMovie .listItem .roomImage .photo,
.roomListMovie .listItem .roomImage .movie {
  width: 50%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

@media (max-width: 1024px) {

  .roomListMovie .listItem .roomImage .photo,
  .roomListMovie .listItem .roomImage .movie {
    width: 100%;
    height: auto;
  }
}

.roomListMovie .listItem .roomImage .photo {
  margin-bottom: 0;
}

.roomListMovie .listItem .roomImage .photo img {
  height: 100%;
}

.roomListMovie .listItem .roomImage .movie {
  position: relative;
  cursor: pointer;
  background-color: #000;
  overflow: hidden;
  border-radius: 8px;
}

.roomListMovie .listItem .roomImage .movie img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.roomListMovie .listItem .roomImage .movie iframe,
.roomListMovie .listItem .roomImage .movie>div[id^=youtube-player] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roomListMovie .listItem .roomImage .movie p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding-top: 130px;
  filter: drop-shadow(0 0 8px #000) drop-shadow(0 0 8px #000);
  letter-spacing: 0.5px;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie p {
    padding-top: 105px;
    width: 93%;
    text-align: center;
  }
}

.roomListMovie .listItem .roomImage .movie p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 121px;
  height: 121px;
  border: 5px solid #fff;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie p::before {
    width: 97px;
    height: 97px;
    border: 3px solid #fff;
  }
}

.roomListMovie .listItem .roomImage .movie p::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 20px;
  border: 12px solid transparent;
  border-left: 21px solid #fff;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie p::after {
    left: 52.5%;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
  }
}

.roomListMovie .listItem .roomImage .movie p.room_name {
  top: 15px;
  left: 15px;
  transform: initial;
  padding-top: 0;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomImage .movie p.room_name {
    top: 7px;
    left: 7px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.2;
  }
}

.roomListMovie .listItem .roomImage .movie p.room_name::after,
.roomListMovie .listItem .roomImage .movie p.room_name::before {
  content: none;
}

.roomListMovie .listItem .roomImage .movie>div[id^=youtube-player] {
  background-color: #000;
}

.roomListMovie .listItem .roomImage.roomImageSlide {
  display: block;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage.roomImageSlide {
    display: flex;
  }
}

.roomListMovie .listItem .roomImage.roomImageSlide .roomImageSlideItem {
  margin: 0 5px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage.roomImageSlide .roomImageSlideItem {
    margin: 0;
  }
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-dots {
  margin-top: 25px;
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 7px;
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-dots li.slick-active button {
  background: #142335;
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1.5pt solid #31281F;
  background: none;
  width: 37px;
  height: 37px;
  top: -45px;
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-arrow svg {
  stroke: #31281F;
  stroke-width: 2px;
  width: 8px;
  height: 15px;
  margin-left: 2.5px;
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-arrow.slick-prev {
  left: -60px;
}

.roomListMovie .listItem .roomImage.roomImageSlide .slick-arrow.slick-next {
  right: -60px;
}

.roomListMovie .listItem .roomName {
  border-bottom: 1px solid #CACACA;
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .roomListMovie .listItem .roomName {
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #000000;
    padding-left: 15px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}

.roomListMovie .listItem .roomBottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomBottom {
    flex-direction: column;
  }
}

.roomListMovie .listItem .roomBottom .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomBottom .textBlock .roomDetail {
    margin-bottom: 5px;
  }
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li {
  padding-left: 1.4em;
  text-indent: -0.7em;
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li::before {
  content: "●";
  display: inline-block;
  color: #AB8D4B;
  margin-right: 5px;
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li.bed {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  text-indent: initial;
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li.bed dl {
  display: flex;
  width: calc(100% - 20px);
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li.bed dl dt {
  display: inline-block;
  min-width: 96px;
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li.bed dl dd {
  margin-left: 5px;
}

.roomListMovie .listItem .roomBottom .textBlock .roomDetail li.bed dl+p {
  margin-left: 2rem;
  width: 100%;
}

.roomListMovie .listItem .roomBottom .linkBlock {
  width: 43.5%;
  margin-left: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomBottom .linkBlock {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}

.roomListMovie .listItem .roomBottom .linkBlock .link {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
}

.roomListMovie .listItem .roomBottom .linkBlock .link a {
  text-transform: capitalize;
}

.roomListMovie .listItem .roomBottom .linkBlock .btn {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomBottom .linkBlock .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.roomListMovie .listItem .roomBottom .linkBlock .btn a {
  width: 100%;
}

.roomListMovie .listItem .roomImage .movie.comingSoon {
  background: #142335;
  cursor: initial;
}

@media (max-width: 1024px) {
  .roomListMovie .listItem .roomImage .movie.comingSoon {
    display: none;
  }
}

.roomListMovie .listItem .roomImage .movie.comingSoon p {
  padding-top: 0;
}

.roomListMovie .listItem .roomImage .movie.comingSoon p::before,
.roomListMovie .listItem .roomImage .movie.comingSoon p::after {
  content: none;
}

/* ROOM 客室スライド画像追加 ----------------------------------------- */
.room .listItem .photo {
  position: relative;
}

.room .listItem .photo p {
  background: rgba(20, 35, 53, 0.8);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room .listItem .photo p .icon_photo {
  width: 14px;
  height: 10px;
}

.room .listItem .photo p.txt {
  position: absolute;
  bottom: 3px;
  left: 12px;
  color: #fff;
  background: none;
  right: initial;
  width: auto;
  height: auto;
  font-size: 1.3rem;
}

.roomPhotoModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.roomPhotoModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.roomPhotoModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}

@media (max-width: 767px) {
  .roomPhotoModal_content {
    width: 90%;
  }
}

.roomPhotoModal .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.roomPhotoModal .thumbnail-img img {
  aspect-ratio: 164.5/100.5;
}

.roomPhotoModal .slick-num {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(20, 35, 53, 0.8);
  border-radius: 20px;
  height: 25px;
  width: 10%;
  line-height: 22px;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .roomPhotoModal .slick-num {
    font-size: 1.2rem;
    height: 20px;
    line-height: 17px;
    width: 14%;
    right: 18px;
    bottom: 12px;
  }
}

.roomPhotoModal .slider {
  padding: 20px 20px 14px;
}

.roomPhotoModal .thumbnail {
  padding: 0 14px 20px;
}

.roomPhotoModal .thumbnail.slick-initialized .slick-slide {
  padding: 0 7px;
}

@media (max-width: 767px) {
  .roomPhotoModal .slider {
    padding: 9px 9px 6px;
  }

  .roomPhotoModal .thumbnail {
    padding: 0 9px 9px;
  }

  .roomPhotoModal .thumbnail.slick-initialized .slick-slide {
    padding: 0 2.5px;
  }
}

.slick-slide .txt {
  position: absolute;
  bottom: 8px;
  color: #fff;
  left: 10px;
  text-shadow: 0px 0px 8px #000000, 0px 0px 8px #000000;
  width: calc(100% - 65px);
  line-height: 1.1;
  font-size: 1.3rem;
}

.roomPhotoModal .slick-current {
  opacity: 1;
}

.roomPhotoModal .slick-slider .slick-arrow {
  width: 30px;
  height: 35px;
}

.roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
  position: absolute;
  left: 35px;
  transform: rotate(180deg);
}

.roomPhotoModal .slick-slider .slick-arrow.next-arrow {
  position: absolute;
  right: 35px;
}

.roomPhotoModal .slick-arrow svg {
  fill: #fff;
  width: 16px;
  height: 31px;
  filter: drop-shadow(1px 1px 2px #000);
}

@media (max-width: 767px) {
  .roomPhotoModal .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 10px;
  }

  .roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
    left: 12px;
  }

  .roomPhotoModal .slick-slider .slick-arrow.next-arrow {
    right: 15px;
  }

  .roomPhotoModal .slick-arrow svg {
    width: 7px;
    height: 13px;
  }
}

.roomPhotoModal .slick-slider .slick-track,
.roomPhotoModal .slick-slider .slick-list {
  width: 700px;
}

.roomPhotoModal .thumbnail.slick-slider .slick-list {
  width: 714px;
}

@media (max-width: 767px) {

  .roomPhotoModal .slick-slider .slick-track,
  .roomPhotoModal .slick-slider .slick-list {
    width: 85vw;
  }

  .roomPhotoModal .thumbnail.slick-slider .slick-list {
    width: 85vw;
  }
}

.slick-img img {
  aspect-ratio: 970/590;
}

.roomPhotoModal .thumbnail-img {
  cursor: pointer;
}

.roomPhotoModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.roomPhotoModal_content .js-modal-close::before,
.roomPhotoModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.roomPhotoModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .roomPhotoModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .roomPhotoModal_content .js-modal-close::before,
  .roomPhotoModal_content .js-modal-close::after {
    width: 20px;
  }
}

/* 間取り図モーダル ----------------------------------------- */
.floorplanModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.floorplanModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}

.floorplanModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floorplanModal_content img {
  max-height: 85vh;
  width: auto;
}

.floorplanModal_content picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .floorplanModal_content {
    width: 90%;
  }
}

.floorplanModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}

.floorplanModal_content .js-modal-close::before,
.floorplanModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}

.floorplanModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .floorplanModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }

  .floorplanModal_content .js-modal-close::before,
  .floorplanModal_content .js-modal-close::after {
    width: 20px;
  }
}

/* =========================================================
amenity
========================================================= */
.amenity {
  background: rgba(240, 240, 235, 0.5);
}

.amenityBtn {
  display: none;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  background: #fff;
  padding: 20px 5%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityBtn {
    display: flex;
    align-items: center;
  }
}

.amenityBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #AB8D4B;
  width: 25px;
  height: 25px;
  margin-left: auto;
  color: #AB8D4B;
}

.amenityBtn.on span {
  padding-bottom: 3px;
  font-size: 1.8rem;
}

.amenityBtn.on+.wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .amenity .wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.2s;
  }
}

.amenityTitle {
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  .amenityTitle {
    margin: 30px 0 15px;
  }
}

.amenityTitle:first-child {
  margin-top: 0;
}

.amenityTitle a {
  color: #4D4D4D;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .amenityTitle a {
    display: block;
    font-size: 1.3rem;
  }
}

.amenityList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 10px;
}

@media (max-width: 767px) {
  .amenityList {
    grid-template-columns: repeat(3, 1fr);
  }
}

.amenityList li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 20px 5px 10px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .amenityList li {
    border-radius: 10px;
    padding: 15px 3px 7px;
    font-size: 1.2rem;
  }
}

.amenityList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.amenityList li .icon img {
  max-height: 45px;
}

.amenityList li .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3em;
  text-align: center;
  line-height: 1.2;
  text-transform: capitalize;
}

.amenityList li .star {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  color: #AB8D4B;
}

.amenityList li .price {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  text-align: center;
}

.amenityList li .price_02 {
  position: absolute;
  bottom: -3.4em;
  left: 0;
  right: 0;
  text-align: center;
}

.amenityList li .price_02 span {
  margin-top: -3px;
  display: block;
  line-height: 1.5;
  letter-spacing: -1px;
}

.amenityList.starList {
  margin-bottom: 70px;
  gap: 30px 10px;
}

@media (max-width: 767px) {
  .amenityList.starList {
    margin-bottom: 50px;
    gap: 30px 10px;
  }
}

.amenityList+.note {
  margin-top: 20px;
}

.amenityList+.note+.amenityTitle {
  margin-top: 30px;
}

.amenity .disc {
  display: flex;
  gap: 1em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .amenity .disc {
    display: block;
  }
}

.galleryLink {
  border: 1px solid #CACACA;
  margin-bottom: 55px;
}

.galleryLink a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.galleryLink .secTitle01 {
  margin-bottom: 0;
  margin-left: 3.2%;
  width: 27%;
}

.galleryLink .secTitle01 .en {
  font-size: 4.8rem;
}

body.lang_fr .galleryLink .secTitle01 .enExc,
body.lang_de .galleryLink .secTitle01 .enExc,
body.lang_es .galleryLink .secTitle01 .enExc,
body.lang_it .galleryLink .secTitle01 .enExc,
body.lang_ms .galleryLink .secTitle01 .enExc,
body.lang_id .galleryLink .secTitle01 .enExc {
  font-size: 4.8rem;
}

.galleryLink .secTitle01 .enExc {
  font-size: 2.3rem;
}

.galleryLink .imgBlock {
  display: grid;
  width: 73%;
  grid-template-columns: repeat(3, 1fr);
}

.galleryLink .imgBlock img {
  height: 196px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .galleryLink {
    margin-bottom: 25px;
  }

  .galleryLink a {
    flex-direction: column-reverse;
  }

  .galleryLink .secTitle01 {
    margin-left: 0;
    padding: 17px;
    width: 100%;
  }

  .galleryLink .secTitle01 .en {
    font-size: 3.3rem;
  }

  body.lang_fr .galleryLink .secTitle01 .enExc,
  body.lang_de .galleryLink .secTitle01 .enExc,
  body.lang_es .galleryLink .secTitle01 .enExc,
  body.lang_it .galleryLink .secTitle01 .enExc {
    font-size: 3.3rem;
  }

  .galleryLink .secTitle01 .enExc {
    font-size: 1.7rem;
  }

  .galleryLink .imgBlock {
    width: 100%;
  }

  .galleryLink .imgBlock img {
    height: 130px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .galleryLink .imgBlock {
    grid-template-columns: repeat(2, 1fr);
  }

  .galleryLink .imgBlock img {
    height: 107px;
  }

  .galleryLink .imgBlock img:last-of-type {
    display: none;
  }
}

/* =========================================================
recommend
========================================================= */
.recommendList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 55px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .recommendList {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {

  .recommendList:has(li:nth-child(2):last-child),
  .recommendList:has(li:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 815px;
    margin-inline: auto;
  }
}

.recommendList li a,
.recommendList li .noLink {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.recommendList li .photo {
  display: block;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .recommendList li .photo {
    aspect-ratio: 1;
  }
}

.recommendList li .photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.recommendList li .textBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%);
  padding: 25px;
  color: #fff;
}

@media (max-width: 767px) {
  .recommendList li .textBlock {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
    padding: 10px;
  }
}

.recommendList li .textBlock .title {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .recommendList li .textBlock .title {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {

  body.lang_en .recommendList li .textBlock .title,
  body.lang_vi .recommendList li .textBlock .title,
  body.lang_id .recommendList li .textBlock .title,
  body.lang_ms .recommendList li .textBlock .title,
  body.lang_ar .recommendList li .textBlock .title {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  body.lang_fr .recommendList li .textBlock .title,
  body.lang_de .recommendList li .textBlock .title,
  body.lang_es .recommendList li .textBlock .title,
  body.lang_it .recommendList li .textBlock .title,
  body.lang_ru .recommendList li .textBlock .title {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.recommendList li .textBlock .btnS,
.recommendList li .textBlock .btn2 {
  margin-top: 5px;
}

@media (max-width: 767px) {

  .recommendList li .textBlock .btnS,
  .recommendList li .textBlock .btn2 {
    display: none;
  }
}

.recommendList li .textBlock .btnS .icon_link,
.recommendList li .textBlock .btn2 .icon_link {
  fill: #fff;
}

.recommendList li:has(a[href*=machigaisagashi]) .textBlock,
.recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
.recommendList li:has(a[href*=machigaisagashi]) .textBlock .btnS .icon_link {
  color: #000;
  fill: #000;
  background: none;
}

.recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
  max-width: 77%;
}

@media (max-width: 767px) {
  .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    position: relative;
    font-size: 1.2rem;
    max-width: 100%;
    z-index: 0;
  }

  .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 15vw;
    height: 14vw;
    border-radius: 10px 10px 0 0;
    background: #ffdc23;
    z-index: -1;
  }
}

body.lang_en .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_vi .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_id .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_ms .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_ar .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
  font-size: 1.7rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {

  body.lang_en .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_vi .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_id .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_ms .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_ar .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    font-size: 1.1rem;
    line-height: 1;
  }
}

body.lang_fr .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_de .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_es .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_it .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
body.lang_ru .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 1024px) {

  body.lang_fr .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_de .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_es .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_it .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title,
  body.lang_ru .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    font-size: 1rem;
    line-height: 1;
  }

  body.lang_es .recommendList li:has(a[href*=machigaisagashi]) .textBlock .title {
    font-size: 0.9rem;
  }
}

.recommendList+.recommendList {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .recommendList+.recommendList {
    margin-top: -5px;
  }
}

.recommend+.apart {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .recommend+.apart {
    padding-top: 20px;
  }
}

/* =========================================================
topics
========================================================= */
.topicsList {
  margin: 60px 0 0;
}

@media (min-width: 768px) {
  .topicsList {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(25% - 30px));
    gap: 40px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .topicsList {
    padding-right: 105px;
    margin: 0 -10px;
  }
}

.topicsList .slick-list {
  overflow: visible;
}

.topicsList .listItem {
  position: relative;
}

@media (max-width: 767px) {
  .topicsList .listItem {
    margin: 0 10px;
  }
}

.topicsList .listItem a,
.topicsList .listItem .noLink {
  position: relative;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.topicsList .listItem .photo {
  overflow: hidden;
  height: 283px;
  border-radius: 10px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .topicsList .listItem .photo {
    aspect-ratio: 1;
    height: auto;
    margin: 0 0 15px;
  }
}

.topicsList .listItem .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.topicsList .listItem .title {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.topicsList .listItem .btnS {
  margin-top: auto;
}

@media (max-width: 767px) {
  .topicsList .listItem .title {
    margin: 5px 0 0;
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .topicsList .listItem .btnS {
    display: none;
  }
}

.topicsList .slick-counter {
  display: flex;
  align-items: center;
  margin: 20px 0 0 4%;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
}

@media (min-width: 768px) {
  .topicsList .slick-counter {
    display: none !important;
  }
}

.topicsList .slick-counter.slick-slide {
  display: none;
}

.topicsList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #CACACA;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}

.topicsList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@media (min-width: 768px) {
  .topics .arrows {
    display: none;
  }
}

@media (max-width: 767px) {
  .topics .arrows {
    position: relative;
    z-index: 0;
    margin-top: -22px;
  }
}

@keyframes borderAnim {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.topicsList02 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .topicsList02 {
    margin-top: 45px;
  }
}

.topicsList02 .listItem {
  background-color: #f6f3ee;
  padding: 0 25px;
  height: 87px;
  color: #000;
}

@media (max-width: 767px) {
  .topicsList02 .listItem {
    height: auto;
    padding: 30px 20px;
  }
}

.topicsList02 .listItem:nth-child(even) {
  background-color: #fff;
}

.topicsList02 .listItem .noLink span {
  font-size: 1.7rem;
  line-height: 87px;
  display: inline-block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .topicsList02 .listItem .noLink span {
    line-height: 1.7;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}

.topicsList02 .listItem a {
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 87px;
  display: inline-block;
  display: flex;
  align-items: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 767px) {
  .topicsList02 .listItem a {
    line-height: 1.7;
    font-size: 1.5rem;
  }
}

.topicsList02 .listItem a span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .topicsList02 .listItem a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: initial;
  }
}

.topicsList02 .listItem a .icon_link {
  fill: #000;
}

/* =========================================================
apart
========================================================= */
.apart .wrapper {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .apart .wrapper {
    padding: 20px 0;
  }
}

.apartBlock {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .apartBlock {
    display: block;
  }
}

.apartBlock .photo,
.apartBlock .textBlock {
  width: 50%;
}

@media (max-width: 767px) {

  .apartBlock .photo,
  .apartBlock .textBlock {
    width: 100%;
  }
}

.apartBlock .photo {
  border-radius: 0;
  margin-bottom: 0;
}

.apartBlock .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.apartBlock .textBlock {
  padding: 40px 50px;
}

@media (max-width: 767px) {
  .apartBlock .textBlock {
    padding: 20px;
  }
}

.apartBlock .textBlock .secTitle01 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .apartBlock .textBlock .secTitle01 {
    margin-bottom: 15px;
  }
}

.apartBlock .textBlock .secTitle01 .en {
  font-size: 4.8rem;
}

@media (max-width: 767px) {
  .apartBlock .textBlock .secTitle01 .en {
    font-size: 3.4rem;
  }
}

.apartBlock .textBlock h4 {
  margin: 0 0 10px;
  color: #142335;
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .apartBlock .textBlock h4 {
    font-size: 1.7rem;
  }
}

/* =========================================================
news
========================================================= */
.topics+.news .wrapper {
  border-top: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .topics+.news .wrapper {
    margin-top: 10px;
    padding-top: 40px;
  }
}

.newsList {
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  padding: 30px 25px;
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .newsList {
    padding: 20px 0;
  }
}

.newsList li a,
.newsList li .noLink {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {

  .newsList li a,
  .newsList li .noLink {
    position: relative;
    display: block;
    padding: 10px 0;
    padding-right: 20px;
  }
}

.newsList li a .date,
.newsList li .noLink .date {
  width: 5em;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
}

@media (max-width: 767px) {

  .newsList li a .date,
  .newsList li .noLink .date {
    width: 100%;
    margin-bottom: 5px;
  }
}

.newsList li a .title,
.newsList li .noLink .title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 5em - 20px);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

@media (max-width: 767px) {

  .newsList li a .title,
  .newsList li .noLink .title {
    -webkit-line-clamp: 2;
    width: 100%;
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

.newsList li a .icon_link,
.newsList li .noLink .icon_link {
  margin-left: auto;
}

@media (max-width: 767px) {

  .newsList li a .icon_link,
  .newsList li .noLink .icon_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.newsList li .noLink .icon_link {
  display: none;
}

/* =========================================================
access
========================================================= */
.access .mapBlock {
  display: flex;
}

@media (max-width: 1024px) {
  .access .mapBlock {
    flex-direction: column;
  }
}

.access .mapBlock iframe {
  width: 59.2%;
  height: 326px;
}

@media (max-width: 1024px) {
  .access .mapBlock iframe {
    width: 100%;
    height: 148px;
  }
}

.access .mapBlock .mapInfo {
  width: 40%;
  background-color: #f7f7f5;
  position: relative;
}

@media (max-width: 1024px) {
  .access .mapBlock .mapInfo {
    width: 100%;
    padding: 25px 20px 30px;
  }
}

.access .mapBlock .mapInfo .inner {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  padding: 0 16.1%;
  width: 100%;
}

@media (max-width: 1024px) {
  .access .mapBlock .mapInfo .inner {
    position: initial;
    transform: initial;
    padding: 0;
  }
}

.access .mapBlock .mapInfo .inner h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}

@media (max-width: 1024px) {
  .access .mapBlock .mapInfo .inner h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.access .table01 {
  border-top: none;
  margin-top: 85px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .access .table01 {
    margin-top: 30px;
  }
}

.access .table01 tbody {
  display: flex;
  gap: 20px 2%;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .access .table01 tbody {
    gap: 0px;
  }
}

.access .table01 tbody th,
.access .table01 tbody td {
  display: block;
  width: 100%;
}

.access .table01 tbody tr {
  width: 48%;
}

@media (max-width: 1024px) {
  .access .table01 tbody tr {
    width: 100%;
  }
}

.access .table01 tbody th {
  border-top: 1px solid #142335;
  border-bottom: 1px solid #cacaca;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  padding: 13.5px 0;
}

@media (max-width: 1024px) {
  .access .table01 tbody th {
    font-size: 1.5rem;
    -moz-text-align-last: left;
    text-align-last: left;
    padding: 7.5px 0;
  }
}

.access .table01 tbody td {
  border-bottom: none;
  padding: 20px 0;
}

@media (max-width: 1024px) {
  .access .table01 tbody td {
    padding: 10px 0 20px;
  }
}

.access .btn {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .access .btn {
    margin-top: 0;
  }
}

/* =========================================================
notice 重要なお知らせ
========================================================= */
.notice {
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: #f7f4ed;
  width: 100%;
  align-items: stretch;
  min-height: 73px;
}

@media (max-width: 1024px) {
  .notice {
    flex-direction: column;
    height: auto;
  }
}

.notice .title {
  background-color: #800023;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px 0 30px;
  min-width: 250px;
}

@media (max-width: 1024px) {
  .notice .title {
    width: 100%;
    padding: 12px 10px;
  }
}

.notice .title img {
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .notice .title img {
    margin-right: 15px;
  }
}

.notice .title h2 {
  line-height: 1.3;
  font-size: 1.5rem;
}

.notice .article {
  width: 100%;
}

.notice .article p {
  padding: 5px 25px 5px 35px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #4d4d4d;
  height: 100%;
  width: 100%;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .notice .article p {
    padding: 10px 15px;
    display: block;
    line-height: 1.8;
  }
}

.notice .article p a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4d4d4d;
  text-decoration: underline;
  height: 100%;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .notice .article p a {
    justify-content: center;
    line-height: 1.8;
  }
}

.notice .article p a svg {
  min-width: 7px;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .notice .article p a svg {
    display: none;
  }
}

.globalHeader.is_animation .notice {
  display: none;
}

/* .noticeがあるときだけ適用 */
body:has(.globalHeader .notice) {
  padding-top: 0;
}

.globalHeader:has(.notice) {
  position: relative;
}

/* .globalHeader:has(.notice)+.contents {
  margin-top: -82px;
}

@media (max-width: 1024px) {
  .globalHeader:has(.notice)+.contents {
    margin-top: -56px;
  }
} */

.globalHeader.is_animation:has(.notice) {
  position: fixed;
  animation: headerAnime .4s ease;
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

/* =========================================================
多言語
========================================================= */


body.lang_en .tabContents#bookModuleTab01,
body.lang_zh-CHS .tabContents#bookModuleTab01,
body.lang_zh-CHT .tabContents#bookModuleTab01,
body.lang_ko .tabContents#bookModuleTab01,
body.lang_fr .tabContents#bookModuleTab01,
body.lang_de .tabContents#bookModuleTab01,
body.lang_es .tabContents#bookModuleTab01,
body.lang_th .tabContents#bookModuleTab01,
body.lang_vi .tabContents#bookModuleTab01,
body.lang_it .tabContents#bookModuleTab01,
body.lang_ms .tabContents#bookModuleTab01,
body.lang_id .tabContents#bookModuleTab01,
body.lang_ar .tabContents#bookModuleTab01,
body.lang_ru .tabContents#bookModuleTab01 {
  display: block !important;
}

body.lang_en .app,
body.lang_zh-CHS .app,
body.lang_zh-CHT .app,
body.lang_ko .app,
body.lang_fr .app,
body.lang_de .app,
body.lang_es .app,
body.lang_th .app,
body.lang_vi .app,
body.lang_it .app,
body.lang_ms .app,
body.lang_id .app,
body.lang_ar .app,
body.lang_ru .app {
  display: none;
}

body.lang_en .bookModule .link,
body.lang_zh-CHS .bookModule .link,
body.lang_zh-CHT .bookModule .link,
body.lang_ko .bookModule .link,
body.lang_fr .bookModule .link,
body.lang_de .bookModule .link,
body.lang_es .bookModule .link,
body.lang_th .bookModule .link,
body.lang_vi .bookModule .link,
body.lang_it .bookModule .link,
body.lang_ms .bookModule .link,
body.lang_id .bookModule .link,
body.lang_ar .bookModule .link,
body.lang_ru .bookModule .link {
  margin-left: 0;
}

body.lang_en .link.js-reserveAirLine,
body.lang_zh-CHS .link.js-reserveAirLine,
body.lang_zh-CHT .link.js-reserveAirLine,
body.lang_ko .link.js-reserveAirLine,
body.lang_fr .link.js-reserveAirLine,
body.lang_de .link.js-reserveAirLine,
body.lang_es .link.js-reserveAirLine,
body.lang_th .link.js-reserveAirLine,
body.lang_vi .link.js-reserveAirLine,
body.lang_it .link.js-reserveAirLine,
body.lang_ms .link.js-reserveAirLine,
body.lang_id .link.js-reserveAirLine,
body.lang_ar .link.js-reserveAirLine,
body.lang_ru .link.js-reserveAirLine {
  display: none;
}

body.lang_en .bookBtn.shinkansen+.link,
body.lang_zh-CHS .bookBtn.shinkansen+.link,
body.lang_zh-CHT .bookBtn.shinkansen+.link,
body.lang_ko .bookBtn.shinkansen+.link,
body.lang_fr .bookBtn.shinkansen+.link,
body.lang_de .bookBtn.shinkansen+.link,
body.lang_es .bookBtn.shinkansen+.link,
body.lang_th .bookBtn.shinkansen+.link,
body.lang_vi .bookBtn.shinkansen+.link,
body.lang_it .bookBtn.shinkansen+.link,
body.lang_ms .bookBtn.shinkansen+.link,
body.lang_id .bookBtn.shinkansen+.link,
body.lang_ar .bookBtn.shinkansen+.link,
body.lang_ru .bookBtn.shinkansen+.link {
  display: none;
}

body.lang_en .book.bookModule .tabContentsWrap,
body.lang_zh-CHS .book.bookModule .tabContentsWrap,
body.lang_zh-CHT .book.bookModule .tabContentsWrap,
body.lang_ko .book.bookModule .tabContentsWrap,
body.lang_fr .book.bookModule .tabContentsWrap,
body.lang_de .book.bookModule .tabContentsWrap,
body.lang_es .book.bookModule .tabContentsWrap,
body.lang_th .book.bookModule .tabContentsWrap,
body.lang_vi .book.bookModule .tabContentsWrap,
body.lang_it .book.bookModule .tabContentsWrap,
body.lang_ms .book.bookModule .tabContentsWrap,
body.lang_id .book.bookModule .tabContentsWrap,
body.lang_ar .book.bookModule .tabContentsWrap,
body.lang_ru .book.bookModule .tabContentsWrap {
  width: 100%;
}

body.lang_en .book.bookModule .tabList,
body.lang_zh-CHS .book.bookModule .tabList,
body.lang_zh-CHT .book.bookModule .tabList,
body.lang_ko .book.bookModule .tabList,
body.lang_fr .book.bookModule .tabList,
body.lang_de .book.bookModule .tabList,
body.lang_es .book.bookModule .tabList,
body.lang_th .book.bookModule .tabList,
body.lang_vi .book.bookModule .tabList,
body.lang_it .book.bookModule .tabList,
body.lang_ms .book.bookModule .tabList,
body.lang_id .book.bookModule .tabList,
body.lang_ar .book.bookModule .tabList,
body.lang_ru .book.bookModule .tabList {
  display: none;
}

body.lang_en .book.bookModule .stayForm .formList>li:first-child,
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:first-child,
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:first-child,
body.lang_ko .book.bookModule .stayForm .formList>li:first-child,
body.lang_fr .book.bookModule .stayForm .formList>li:first-child,
body.lang_de .book.bookModule .stayForm .formList>li:first-child,
body.lang_es .book.bookModule .stayForm .formList>li:first-child,
body.lang_th .book.bookModule .stayForm .formList>li:first-child,
body.lang_vi .book.bookModule .stayForm .formList>li:first-child,
body.lang_it .book.bookModule .stayForm .formList>li:first-child,
body.lang_ms .book.bookModule .stayForm .formList>li:first-child,
body.lang_id .book.bookModule .stayForm .formList>li:first-child,
body.lang_ar .book.bookModule .stayForm .formList>li:first-child,
body.lang_ru .book.bookModule .stayForm .formList>li:first-child {
  display: none;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(2),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(2) {
  grid-column: 1/3;
  display: block;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_md .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(3),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(3) {
  grid-column: 3/7;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(4),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(4) {
  grid-column: 1/3;
  display: block;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(5),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(5) {
  grid-column: 3/4;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(6),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(6) {
  grid-column: 4/5;
}

body.lang_en .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_zh-CHS .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_zh-CHT .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ko .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_fr .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_de .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_es .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_th .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_vi .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_it .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ms .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_id .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ar .book.bookModule .stayForm .formList>li:nth-child(7),
body.lang_ru .book.bookModule .stayForm .formList>li:nth-child(7) {
  grid-column: 5/7;
}

body.lang_en .book.bookModule .btn.bookBtn.gold,
body.lang_zh-CHS .book.bookModule .btn.bookBtn.gold,
body.lang_zh-CHT .book.bookModule .btn.bookBtn.gold,
body.lang_ko .book.bookModule .btn.bookBtn.gold,
body.lang_fr .book.bookModule .btn.bookBtn.gold,
body.lang_de .book.bookModule .btn.bookBtn.gold,
body.lang_es .book.bookModule .btn.bookBtn.gold,
body.lang_th .book.bookModule .btn.bookBtn.gold,
body.lang_vi .book.bookModule .btn.bookBtn.gold,
body.lang_it .book.bookModule .btn.bookBtn.gold,
body.lang_ms .book.bookModule .btn.bookBtn.gold,
body.lang_id .book.bookModule .btn.bookBtn.gold,
body.lang_ar .book.bookModule .btn.bookBtn.gold,
body.lang_ru .book.bookModule .btn.bookBtn.gold {
  display: none;
}

body.lang_en .dynamicPackaging.sp,
body.lang_zh-CHS .dynamicPackaging.sp,
body.lang_zh-CHT .dynamicPackaging.sp,
body.lang_ko .dynamicPackaging.sp,
body.lang_fr .dynamicPackaging.sp,
body.lang_de .dynamicPackaging.sp,
body.lang_es .dynamicPackaging.sp,
body.lang_th .dynamicPackaging.sp,
body.lang_vi .dynamicPackaging.sp,
body.lang_it .dynamicPackaging.sp,
body.lang_ms .dynamicPackaging.sp,
body.lang_id .dynamicPackaging.sp,
body.lang_ar .dynamicPackaging.sp,
body.lang_ru .dynamicPackaging.sp {
  display: none !important;
}

@media (max-width: 1024px) {

  body.lang_en .dynamicPackaging.pc,
  body.lang_zh-CHS .dynamicPackaging.pc,
  body.lang_zh-CHT .dynamicPackaging.pc,
  body.lang_ko .dynamicPackaging.pc,
  body.lang_fr .dynamicPackaging.pc,
  body.lang_de .dynamicPackaging.pc,
  body.lang_es .dynamicPackaging.pc,
  body.lang_th .dynamicPackaging.pc,
  body.lang_vi .dynamicPackaging.pc,
  body.lang_it .dynamicPackaging.pc,
  body.lang_ms .dynamicPackaging.pc,
  body.lang_id .dynamicPackaging.pc,
  body.lang_ar .dynamicPackaging.pc,
  body.lang_ru .dynamicPackaging.pc {
    display: none !important;
  }

  body.lang_en .dynamicPackaging.sp,
  body.lang_zh-CHS .dynamicPackaging.sp,
  body.lang_zh-CHT .dynamicPackaging.sp,
  body.lang_ko .dynamicPackaging.sp,
  body.lang_fr .dynamicPackaging.sp,
  body.lang_de .dynamicPackaging.sp,
  body.lang_es .dynamicPackaging.sp,
  body.lang_th .dynamicPackaging.sp,
  body.lang_vi .dynamicPackaging.sp,
  body.lang_it .dynamicPackaging.sp,
  body.lang_ms .dynamicPackaging.sp,
  body.lang_id .dynamicPackaging.sp,
  body.lang_ar .dynamicPackaging.sp,
  body.lang_ru .dynamicPackaging.sp {
    display: block !important;
  }
}

body.lang_de .amenityList li .name {
  overflow-wrap: anywhere;
}

body.lang_de .apartBlock .textBlock .secTitle01.frDeEsItOnly .en {
  overflow-wrap: anywhere;
}

body.lang_fr .detail .detailHotel .detailLinkList li p .en,
body.lang_de .detail .detailHotel .detailLinkList li p .en,
body.lang_es .detail .detailHotel .detailLinkList li p .en,
body.lang_it .detail .detailHotel .detailLinkList li p .en,
body.lang_ms .detail .detailHotel .detailLinkList li p .en,
body.lang_id .detail .detailHotel .detailLinkList li p .en {
  display: none;
}

body.lang_fr .detail .detailHotel .detailLinkList li p .enExc,
body.lang_de .detail .detailHotel .detailLinkList li p .enExc,
body.lang_es .detail .detailHotel .detailLinkList li p .enExc,
body.lang_it .detail .detailHotel .detailLinkList li p .enExc,
body.lang_ms .detail .detailHotel .detailLinkList li p .enExc,
body.lang_id .detail .detailHotel .detailLinkList li p .enExc {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  body.lang_fr .detail .detailHotel .detailLinkList li p .enExc,
  body.lang_de .detail .detailHotel .detailLinkList li p .enExc,
  body.lang_es .detail .detailHotel .detailLinkList li p .enExc,
  body.lang_it .detail .detailHotel .detailLinkList li p .enExc,
  body.lang_ms .detail .detailHotel .detailLinkList li p .enExc,
  body.lang_id .detail .detailHotel .detailLinkList li p .enExc {
    font-size: 1.5rem;
  }

  body.lang_id .detail .detailHotel .detailLinkList li p .enExc {
    word-wrap: break-word;
  }
}

body.lang_de .detail .detailHotel .detailLinkList li a {
  word-break: break-all;
}

@media (max-width: 1249px) {
  body.lang_de .detail .detailHotel .detailLinkList li a {
    word-break: initial;
  }
}

body.lang_fr .secTitle01 .en,
body.lang_de .secTitle01 .en,
body.lang_es .secTitle01 .en,
body.lang_it .secTitle01 .en,
body.lang_ms .secTitle01 .en,
body.lang_id .secTitle01 .en {
  display: none;
}

body.lang_fr .secTitle01 .enExc,
body.lang_de .secTitle01 .enExc,
body.lang_es .secTitle01 .enExc,
body.lang_it .secTitle01 .enExc,
body.lang_ms .secTitle01 .enExc,
body.lang_id .secTitle01 .enExc {
  display: block;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 8.1rem;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  body.lang_fr .secTitle01 .enExc,
  body.lang_de .secTitle01 .enExc,
  body.lang_es .secTitle01 .enExc,
  body.lang_it .secTitle01 .enExc,
  body.lang_ms .secTitle01 .enExc,
  body.lang_id .secTitle01 .enExc {
    font-size: 4rem;
  }
}

body.lang_fr .apartBlock .textBlock .secTitle01.frDeEsItOnly .en,
body.lang_de .apartBlock .textBlock .secTitle01.frDeEsItOnly .en,
body.lang_es .apartBlock .textBlock .secTitle01.frDeEsItOnly .en,
body.lang_it .apartBlock .textBlock .secTitle01.frDeEsItOnly .en,
body.lang_ms .apartBlock .textBlock .secTitle01.frDeEsItOnly .en,
body.lang_id .apartBlock .textBlock .secTitle01.frDeEsItOnly .en {
  display: block !important;
}

body.lang_fr .roomHeader,
body.lang_de .roomHeader,
body.lang_es .roomHeader,
body.lang_it .roomHeader,
body.lang_ms .roomHeader,
body.lang_id .roomHeader {
  margin-bottom: 50px;
  align-items: center;
}

@media (max-width: 767px) {

  body.lang_fr .roomHeader,
  body.lang_de .roomHeader,
  body.lang_es .roomHeader,
  body.lang_it .roomHeader,
  body.lang_ms .roomHeader,
  body.lang_id .roomHeader {
    margin-bottom: 30px;
  }
}

body.lang_fr .roomHeader .secTitle01,
body.lang_de .roomHeader .secTitle01,
body.lang_es .roomHeader .secTitle01,
body.lang_it .roomHeader .secTitle01,
body.lang_ms .roomHeader .secTitle01,
body.lang_id .roomHeader .secTitle01 {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  body.lang_fr .roomHeader .secTitle01,
  body.lang_de .roomHeader .secTitle01,
  body.lang_es .roomHeader .secTitle01,
  body.lang_it .roomHeader .secTitle01,
  body.lang_ms .roomHeader .secTitle01,
  body.lang_id .roomHeader .secTitle01 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  body.lang_de .roomHeader {
    display: block;
  }
}

body.lang_de .roomHeader .secTitle01 {
  overflow-wrap: break-word;
}

body.lang_fr .roomHeader .secTitle01 {
  width: 400px;
}

@media (max-width: 767px) {
  body.lang_fr .roomHeader .secTitle01 {
    width: initial;
  }
}

body.lang_es .roomHeader .secTitle01 {
  width: 700px;
}

@media (max-width: 767px) {
  body.lang_es .roomHeader .secTitle01 {
    width: initial;
  }
}

body.lang_it .roomHeader .secTitle01 {
  width: 600px;
}

@media (max-width: 767px) {
  body.lang_it .roomHeader .secTitle01 {
    width: initial;
  }
}

body.lang_de .amenityList li .price_02 span,
body.lang_vi .amenityList li .price_02 span,
body.lang_ru .amenityList li .price_02 span {
  font-size: 1rem;
}

/*# sourceMappingURL=top.css.map */