@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../fonts/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../../../fonts/ZenKakuGothicNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../../../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../../../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../../../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion Variable Concept";
  src: url("../fonts/MinionVariableConcept-Roman.woff") format("woff");
  font-weight: 400 500 600 700 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2"), url("../fonts/NotoSansJP-RegulaSemiBoldr.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-padding-top: 128px;
}
@media (max-width: 1024px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  color: #231815;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  padding-top: 128px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}

.wrapper {
  max-width: 1144px;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 78%;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    max-width: 78%;
  }
}

.book .tabList li:nth-child(2),
.book .tabList li:nth-child(3),
.bookArea .bookModule .tabList li:nth-child(2),
.bookArea .bookModule .tabList li:nth-child(3) {
  display: none !important;
}

.book .tabList li:nth-child(1),
.bookArea .bookModule .tabList li:nth-child(1) {
  pointer-events: none !important;
}

.dynamicPackagingWrap,
.dynamicPackaging {
  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: none !important;
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  color: #231815;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}
.globalHeader .siteLogo,
.globalHeader .btn2.js-reserve,
.globalHeader .headerNav .gnavList > li,
.globalHeader .headerNav .insta2,
.globalHeader .headerNav .lang dt img {
  display: none;
}
.globalHeader .headerNav .gnavList {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.globalHeader .headerNav .gnavList > li.logo {
  display: block;
}
.globalHeader .headerNav .gnavList > li.logo a {
  display: block;
}
.globalHeader .headerNav .gnavList > li.logo img {
  width: 190px;
  height: auto;
}
@media (max-width: 1024px) {
  .globalHeader .headerNav .gnavList > li.logo img {
    width: 93px;
  }
}
.globalHeader .btn2.js-reserve.headerOnly {
  display: block;
  order: 1;
  margin-left: 6px;
}
@media (max-width: 1024px) {
  .globalHeader .btn2.js-reserve.headerOnly {
    display: none;
  }
}
.globalHeader .btn2.js-reserve.headerOnly a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
  border: 1px solid #231815;
  width: auto;
  min-width: 128px;
  height: 40px;
}
.globalHeader > .wrapper {
  height: 128px;
  padding-left: 128px;
  padding-right: 45px;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .globalHeader > .wrapper {
    height: 80px;
    padding-right: 5%;
  }
}
.globalHeader .headerNav {
  display: contents;
}
.globalHeader .headerNav .lang {
  font-family: "Zen Kaku Gothic New";
}
.globalHeader .headerNav .lang dt .pc {
  display: block !important;
}
.globalHeader .headerNav .lang dt .sp {
  display: none !important;
}
.globalHeader .headerNav .lang dt .icon_link {
  filter: drop-shadow(0 0 0 currentColor);
  margin: 5px 0 0 0;
}
.globalHeader .headerNav .lang dd {
  left: auto;
}
.globalHeader .menuBtnList {
  display: contents;
}
.globalHeader .menuBtnList .gnavBtn {
  position: absolute;
  left: 0;
  top: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #142335;
  width: 128px;
  height: 128px;
  color: #fff;
  background: #fff;
  font-size: 0;
}
@media (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn {
    width: 80px;
    height: 80px;
  }
}
.globalHeader .menuBtnList .gnavBtn span {
  position: relative;
  top: -2px;
  display: block;
  background: #000;
  width: 55px;
  height: 1px;
  margin: 14px auto;
  font-size: initial;
  transition: all 0.15s;
}
@media (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn span {
    width: 26px;
    margin: 6px auto;
  }
}
.navOn .globalHeader .menuBtnList .gnavBtn span {
  background: transparent;
}
.globalHeader .menuBtnList .gnavBtn span::before, .globalHeader .menuBtnList .gnavBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  background: #231815;
  width: 100%;
  height: 1px;
  transition: all 0.15s;
}
@media (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn span::before, .globalHeader .menuBtnList .gnavBtn span::after {
    top: -6px;
  }
}
.navOn .globalHeader .menuBtnList .gnavBtn span::before, .navOn .globalHeader .menuBtnList .gnavBtn span::after {
  transform: rotate(24deg);
  top: 0;
}
.globalHeader .menuBtnList .gnavBtn span::after {
  top: auto;
  bottom: -14px;
}
@media (max-width: 1024px) {
  .globalHeader .menuBtnList .gnavBtn span::after {
    bottom: -6px;
  }
}
.navOn .globalHeader .menuBtnList .gnavBtn span::after {
  transform: rotate(-24deg);
  bottom: 0;
}
.globalHeader .menuBtnList .bookBtn {
  margin-left: 28px;
}
@media (max-width: 1024px) {
  .globalHeader .menuBtnList .bookBtn {
    display: none;
  }
}
.globalHeader .menuBtnList .bookBtn span {
  background: #231815;
  width: auto;
  min-width: 128px;
  height: 40px;
}
.globalHeader .menuBtnList .bookBtn span svg {
  display: none;
}
body.lang_en .globalHeader .menuBtnList .bookBtn span, body.lang_fr .globalHeader .menuBtnList .bookBtn span, body.lang_de .globalHeader .menuBtnList .bookBtn span, body.lang_es .globalHeader .menuBtnList .bookBtn span, body.lang_th .globalHeader .menuBtnList .bookBtn span, body.lang_vi .globalHeader .menuBtnList .bookBtn span, body.lang_id .globalHeader .menuBtnList .bookBtn span, body.lang_ms .globalHeader .menuBtnList .bookBtn span {
  padding: 0 20px;
  width: auto;
}

/* =========================================================
globalNav
========================================================= */
.globalNav {
  display: flex !important;
  flex-direction: column;
}
.navOn .globalNav {
  left: 0;
}
@media (max-width: 1024px) {
  .navOn .globalNav {
    top: 80px;
  }
}
.globalNav {
  top: 0;
  left: -40px;
  width: 320px;
  min-height: 100dvh;
  padding: 70px 72px;
  text-align: left;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .globalNav {
    width: 100%;
    min-height: calc(100dvh - 80px);
    padding: 70px 10% 119px;
    top: 80px;
    box-shadow: none;
  }
}
.globalNav .logo,
.globalNav .gnavList > li:first-child,
.globalNav div.member.js-reserve,
.globalNav .instaList,
.globalNav p.contact,
.globalNav p.bd,
.globalNav ul.subNav,
.globalNav .btn {
  display: none;
}
.globalNav .gnavList {
  border: none;
  color: #333333;
  font-size: 1.6rem;
  margin: auto 0 0;
}
@media (max-width: 1024px) {
  .globalNav .gnavList {
    font-size: 1.4rem;
    color: #000;
  }
}
.globalNav .gnavList > li {
  border: none;
}
.globalNav .gnavList > li a {
  padding: 6px 0;
}
.globalNav .btn2.js-reserve {
  display: block;
  margin: 110px 0 0;
}
@media (max-width: 1024px) {
  .globalNav .btn2.js-reserve {
    display: none !important;
  }
}
.globalNav .btn2.js-reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
  border: 1px solid #231815;
  width: auto;
  min-width: 200px;
  height: 40px;
  padding-inline: 0.5em;
}
.globalNav .btn2.js-reserve.headerOnly {
  display: none !important;
}
.globalNav .insta2 {
  margin: 24px 0 0;
}
@media (max-width: 1024px) {
  .globalNav .insta2 {
    margin: 0;
    position: absolute;
    right: 10%;
    bottom: 131px;
  }
}
.globalNav .insta2 a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.globalNav .insta2 img {
  filter: brightness(0);
}
@media (max-width: 1024px) {
  .globalNav .insta2 img.icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .globalNav .insta2 img.text {
    width: 67px;
    height: auto;
  }
}

.gnavCloseBtn {
  top: 0;
  right: auto;
  left: 0;
  width: 128px;
  height: 128px;
  background: #fff;
}
@media (max-width: 1024px) {
  .gnavCloseBtn {
    display: none;
    width: 80px;
    height: 80px;
  }
}
.gnavCloseBtn span::before, .gnavCloseBtn span::after {
  width: 55px;
  height: 1px;
  background: #231815;
  transform: rotate(24deg);
}
@media (max-width: 1024px) {
  .gnavCloseBtn span::before, .gnavCloseBtn span::after {
    width: 26px;
  }
}
.gnavCloseBtn span::after {
  transform: rotate(-24deg);
}

/* =========================================================
contents
========================================================= */
.pageTitleArea h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.pageTitleArea .hotelName {
  display: none;
}

.breadcrumbs {
  display: none;
}

.tabArea.pageTop ul {
  max-width: 830px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 50px;
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
  }
}
@media (max-width: 767px) {
  .tabArea.pageTop ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .tabArea.pageTop ul:has(li:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 390px;
  }
  .tabArea.pageTop ul:has(li:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
    max-width: 610px;
  }
}
.tabArea.pageTop ul li {
  width: auto;
  min-width: 170px;
  padding: 0;
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul li {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul li:first-of-type {
    width: 100%;
  }
}
.tabArea.pageTop ul li a {
  font-weight: 500;
  color: #4d4d4d;
  border-color: #4d4d4d;
  padding-inline: 0 16px;
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul li a {
    font-size: 1.2rem;
    padding-inline: 0 14px;
  }
}
.tabArea.pageTop ul li a img {
  right: 0;
  width: 12px;
  height: 12px;
}
@media (max-width: 1024px) {
  .tabArea.pageTop ul li a img {
    width: 10px;
    height: 10px;
  }
}

.btn.pageBottom {
  display: none;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

.secTitle2 {
  font-family: "Minion Variable Concept";
  font-size: 3.8rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #231815;
}
@media (max-width: 1024px) {
  .secTitle2 {
    font-size: 2.8rem;
  }
}
.secTitle2.center {
  text-align: center;
}
.secTitle2.white {
  color: #fff;
}

.secTitle3 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.84;
  letter-spacing: 0.045em;
}
@media (max-width: 1024px) {
  .secTitle3 {
    font-size: 1.6rem;
  }
}
.secTitle3.center {
  text-align: center;
}

.lead {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.76;
  letter-spacing: 0.04em;
  color: #000;
  margin: 16px 0 0;
}
@media (max-width: 1024px) {
  .lead {
    font-size: 1.3rem;
  }
}
.lead.center {
  text-align: center;
}

.btn2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
  border: 1px solid #231815;
  width: auto;
  min-width: 128px;
  height: 40px;
  text-decoration: none;
  font-size: 1.5rem;
  padding-inline: 1.75em;
}
@media (max-width: 1024px) {
  .btn2 a {
    font-size: 1.2rem;
    min-width: 97px;
    height: 30px;
  }
}
.btn2 a:hover {
  color: #231815;
}
.btn2.black a {
  background: #231815;
  color: #fff;
}
.btn2.black a:hover {
  color: #fff;
}
.btn2.white a {
  border-color: #fff;
  color: #fff;
}
.btn2.white a:hover {
  color: #fff;
}

.btnList {
  display: flex;
  gap: 0 6px;
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .btnList {
    margin: 24px 0 0;
  }
}

.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
bookMenu
========================================================= */
.bookMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  display: flex;
}
.bookMenu li {
  width: 50%;
  font-size: 1.5rem;
}
.bookMenu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45px;
  text-align: center;
  border: 1px solid #000;
}
.bookMenu li.member a {
  background: #fff;
  color: #000;
}
.bookMenu li.booknow a,
.bookMenu li.booknow span {
  background: #000;
  color: #fff;
}

@media (max-width: 1024px) {
  .cookie {
    bottom: 45px;
  }
}

/* =========================================================
goodFooter
========================================================= */
.globalFooter,
.shareBtn,
.recruit {
  display: none;
}

.goodFooter {
  background: #142335;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1024px) {
  .goodFooter {
    margin-bottom: 45px;
  }
}
@media (max-width: 1024px) {
  .goodFooter .wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    max-width: 78%;
  }
}
.goodFooter .hotelInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 40px;
}
@media (max-width: 1024px) {
  .goodFooter .hotelInfo {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .goodFooter .hotelInfo .logo {
    order: -1;
    margin: 0 0 40px;
  }
}
@media (max-width: 1024px) {
  .goodFooter .hotelInfo .logo img {
    width: 155px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .goodFooter .hotelInfo .insta {
    position: absolute;
    right: 11%;
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .goodFooter .hotelInfo .insta.icon {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1024px) {
  .goodFooter .hotelInfo .insta.text {
    width: 67px;
    height: auto;
  }
}
.goodFooter .hotelInfo .insta a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.goodFooter .navWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .goodFooter .navWrap {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .goodFooter .navWrap .logo {
    order: -1;
    margin: 0 0 48px;
  }
}
@media (max-width: 1024px) {
  .goodFooter .navWrap .logo img {
    width: 155px;
    height: auto;
  }
}
.goodFooter .footerNavList02 {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .goodFooter .footerNavList02 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  body.lang_en .goodFooter .footerNavList02, body.lang_fr .goodFooter .footerNavList02, body.lang_de .goodFooter .footerNavList02, body.lang_es .goodFooter .footerNavList02, body.lang_th .goodFooter .footerNavList02, body.lang_vi .goodFooter .footerNavList02, body.lang_id .goodFooter .footerNavList02, body.lang_ms .goodFooter .footerNavList02 {
    margin-bottom: 50px;
  }
}

.copyright {
  display: none;
}

/* =========================================================
book
========================================================= */
.book {
  background: rgba(241, 241, 241, 0.97);
}
.book .bookTitle {
  color: #808080;
}
.book .tabList li {
  color: #808080;
}
.book .tabList li a {
  border-bottom-color: #808080;
  color: inherit;
}
.book .tabList li a svg {
  fill: currentColor;
}
.book .tabList li a:hover {
  border-color: #808080;
  color: #808080;
}
.book .tabList li.active a {
  border-color: #808080;
  background: #e6e6e6;
}
.book .formList .icon {
  fill: #808080;
}
.book .formList > li {
  border-bottom-color: rgba(102, 102, 102, 0.3);
}
.book .formList > li > select {
  color: #4d4d4d;
}
.book .formList li.form_brand img {
  filter: grayscale(100%) brightness(75%);
}
.book .formList .calendarWrap .checkinWrap .reloadBtn {
  background: gray;
  color: #fff;
}
.book .formList li:last-child input.submitBtn {
  background: #808080 url(/img/common/icon_search.svg) no-repeat 20px center;
}
.book .formList .calendarWrap .checkinOutBox .day {
  color: #4d4d4d;
}
.book .formList .calendarWrap .checkinWrap {
  border-bottom-color: rgba(102, 102, 102, 0.3);
}
.book .dynamicPackaging .gold {
  background-color: #808080;
  color: #fff;
}
.book .dynamicPackaging .white p svg {
  fill: #808080;
}
.book .dynamicPackaging .white p span {
  color: #808080;
}
.book .link .icon_link {
  fill: #4d4d4d;
}

.flatpickr-day {
  color: #000;
}

.flatpickr-months .flatpickr-month {
  color: #4d4d4d;
  fill: #4d4d4d;
}

.flatpickr-day.selected::after,
.flatpickr-day.startRange::after,
.flatpickr-day.endRange::after {
  background: #808080;
}

.flatpickr-day.selected::before,
.flatpickr-day.startRange::before,
.flatpickr-day.endRange::before {
  background: #f2f2f2;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #000 !important;
}/*# sourceMappingURL=style.css.map */