@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*
** ベース、リセット系
*/
:root {
  --header-h: 0;
}

body {
  min-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
}

img {
  display: block;
}

/*
** ユーティル系
*/
.english {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", sans-serif;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(0.5);
}

/*
**  Snow Monkeyカスタマイズ
*/
#page-top {
  display: none;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #313133;
  /* ハンバーガーボタンのバーの色（詳細度の関係でここに書くのが一番都合が良い）*/
  /* ヘッダーコンテンツをSPでも表示 */
  /* ハンバーガーメニューをPCでも表示 */
}
.l-header__content {
  padding: 0 !important;
}
.l-header .c-hamburger-btn__bar {
  background-color: #f3f3f3;
}
.l-header .u-invisible-md-down {
  display: block !important;
}
.l-header .u-invisible-md-down.u-invisible-wall {
  display: none !important;
}
.l-header .u-invisible-lg-up {
  display: block !important;
}
.l-header .u-invisible-lg-up.u-invisible-wall {
  display: none !important;
}
@media (max-width: 575px) {
  .l-header .c-container {
    padding: 0 20px !important;
  }
}

.l-center-header__row:first-child {
  padding: 15px 0;
}

.l-footer {
  overflow: hidden;
}
.l-footer .l-footer-widget-area {
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer .l-footer-widget-area__item {
  margin-bottom: 0 !important;
}
.l-footer .l-footer-widget-area > .c-fluid-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-footer-sec01 {
  padding: 60px 0 !important;
}
.l-footer-sec01 .menu {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 60px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .l-footer-sec01 .menu {
    grid-template-columns: auto 1fr;
    column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .l-footer-sec01 .menu {
    grid-template-columns: 1fr;
  }
}
.l-footer-sec01 .menu-item {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: bold;
}
.l-footer-sec01 .menu-item::before {
  display: block;
  border-left: 1em solid #333;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}
.l-footer-sec01 .menu-item a {
  transition: opacity 0.3s ease-in;
  text-decoration: none;
}
.l-footer-sec01 .menu-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-footer-sec01 .menu-item span {
  font-weight: normal;
}
.l-footer-sec02 {
  padding: 60px 0 140px !important;
  color: #fff;
}
@media (max-width: 767px) {
  .l-footer-sec02 {
    padding: 40px 0 140px !important;
  }
}
.l-footer-sec02__nav01 {
  border-bottom: 1px solid #707070;
  margin: 0 !important;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav01 {
    padding: 20px 0;
  }
}
.l-footer-sec02__nav01:first-of-type {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav01:first-of-type {
    padding: 0 0 20px;
  }
}
.l-footer-sec02__nav01--facility {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav01--facility {
    margin-bottom: 30px !important;
  }
}
.l-footer-sec02__nav01Title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav01Title {
    margin-bottom: 10px;
  }
}
.l-footer-sec02__nav01Items {
  display: flex;
  gap: 60px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  list-style-type: none;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav01Items {
    gap: 40px;
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.l-footer-sec02__nav01Item {
  position: relative;
  z-index: 1;
}
.l-footer-sec02__nav01Item:not(:last-of-type)::before {
  position: absolute;
  left: calc(100% + 30px);
  top: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  content: "";
}
@media (max-width: 767px) {
  .l-footer-sec02__nav01Item:not(:last-of-type)::before {
    left: calc(100% + 20px);
  }
}
.l-footer-sec02__nav01Item a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.l-footer-sec02__nav01Item a:hover {
  opacity: 0.7;
}
.l-footer-sec02__btn {
  border-bottom: 1px solid #707070;
  margin: 0 !important;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer-sec02__btn {
    padding-bottom: 30px;
  }
}
.l-footer-sec02__btn a {
  display: inline-block;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.l-footer-sec02__btn a:hover {
  opacity: 0.7;
}
.l-footer-sec02__img {
  margin: 15px 0 !important;
}
.l-footer-sec02__img img {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-footer-sec02__img img {
    max-width: calc(0.5333333333 * (100% + 40px));
  }
}
.l-footer-sec02__nav02 {
  position: relative;
  z-index: 1;
  padding-top: 26px !important;
}
.l-footer-sec02__nav02::before {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #707070;
  transform: translateX(-50%);
  content: "";
}
.l-footer-sec02__nav02Insta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.l-footer-sec02__nav02Insta svg {
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav02Insta svg {
    width: 25px;
  }
}
.l-footer-sec02__nav02Insta a {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav02Insta a {
    font-size: 16px;
    font-size: clamp(16px, 5.792px + 2.374vw, 24px);
  }
}
.l-footer-sec02__nav02Insta a:hover {
  opacity: 0.7;
}
.l-footer-sec02__nav02Items {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .l-footer-sec02__nav02Items {
    gap: 15px;
    font-size: 9px;
    font-size: clamp(9px, 5.172px + 0.89vw, 12px);
  }
}
.l-footer-sec02__nav02Item a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.l-footer-sec02__nav02Item a:hover {
  opacity: 0.7;
}

.c-container,
.c-fluid-container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (max-width: 575px) {
  .c-container,
  .c-fluid-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.c-container.c-container--no-padding,
.c-fluid-container.c-container--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-site-branding__title a {
  opacity: 0.85;
  transition: 0.3s;
}
.c-site-branding__title a:hover {
  opacity: 1;
}
.c-site-branding__title a .custom-logo {
  display: block;
  width: 285px;
}
@media (max-width: 767px) {
  .c-site-branding__title a .custom-logo {
    width: 145px;
    width: clamp(145px, -33.635px + 41.543vw, 285px);
  }
}

.c-hamburger-btn__bars {
  width: 70px;
  height: 60px;
}
@media (max-width: 767px) {
  .c-hamburger-btn__bars {
    width: 30px;
    width: clamp(30px, -21.039px + 11.869vw, 70px);
    height: 2.5px;
    height: clamp(25px, -19.659px + 10.386vw, 60px);
  }
}
.c-hamburger-btn__bars:hover .c-hamburger-btn__bar {
  opacity: 1;
}
.c-hamburger-btn__bar {
  left: 0;
  height: 8px;
  border-radius: 1px;
  opacity: 0.85;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-hamburger-btn__bar {
    height: 4px;
    height: clamp(4px, -1.104px + 1.187vw, 8px);
  }
}
.c-hamburger-btn__bar:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: initial;
  bottom: 0;
}
.c-hamburger-btn__label {
  display: none;
}

/* ----------ドロワーメニューの記述---------- */
[id=drawer-nav].c-drawer--overall {
  display: initial;
}

.c-drawer {
  padding-top: 15px !important;
  background-color: #f3f3f3;
  color: #333;
}
.c-drawer__inner {
  padding: 0;
  text-align: center;
}
.c-drawer__upContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] {
  font-size: 0;
  line-height: 1;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bars:hover .c-hamburger-btn__bar {
  opacity: 1;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar {
  top: 50% !important;
  background-color: #333;
  opacity: 0.85;
  transition: opacity 0.3s;
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.c-drawer__upContent .c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.c-drawer__upContentLogo {
  max-width: 285px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-drawer__upContentLogo {
    max-width: 145px;
    max-width: clamp(145px, -33.635px + 41.543vw, 285px);
  }
}
.c-drawer__upContentLogo a {
  display: block;
}
.c-drawer__upContentLogo img {
  width: 100%;
}
.c-drawer__controls--left {
  display: none;
}
.c-drawer__menu {
  display: inline-block;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-drawer__menu {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .c-drawer__menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-drawer__menu li {
  font-size: 24px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.c-drawer__menu li:hover {
  opacity: 1;
}
.c-drawer__menu li a {
  display: inline-block;
}
.c-drawer__bookingBtn {
  margin-bottom: 150px;
  text-align: center;
}
.c-drawer__bookingBtnLink {
  display: inline-block;
  border: 4px solid #333333;
  padding: 10px calc(30px + 1em + 5px) 10px 30px;
  font-size: 24px;
  font-weight: 900;
  background-color: #f3f3f3;
  text-decoration: none;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.c-drawer__bookingBtnLink:hover {
  color: #f3f3f3;
  background-color: #333;
}
.c-drawer__bookingBtnLink:hover .c-drawer__bookingBtnLabel::after {
  border-left: 0.8em solid #f3f3f3;
}
.c-drawer__bookingBtnLabel {
  position: relative;
  z-index: 1;
}
.c-drawer__bookingBtnLabel::after {
  position: absolute;
  z-index: 1;
  left: calc(100% + 5px);
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.8em solid #333;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  transform: translateY(-50%);
  transition: border-left 0.3s ease-in;
  content: "";
}
.c-drawer__snsItems {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 100px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  list-style: none;
}
@media (max-width: 1023px) {
  .c-drawer__snsItems {
    column-gap: 80px;
  }
}
@media (max-width: 575px) {
  .c-drawer__snsItems {
    column-gap: 40px;
    margin-bottom: 20px;
  }
}
.c-drawer__snsItem {
  font-size: 60px;
}
@media (max-width: 575px) {
  .c-drawer__snsItem {
    font-size: 30px;
  }
}
.c-drawer__snsItem a {
  text-decoration: none;
}
.c-drawer__snsItem a:hover svg {
  transform: scale(1.1);
}
.c-drawer__snsItem a svg {
  transition: transform 0.3s;
}
.c-drawer__copyright {
  padding: 0 30px 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .c-drawer__copyright {
    padding: 0 20px 20px;
  }
}

.c-langBtn {
  opacity: 0.85;
  transition: opacity 0.3s;
  width: 60px;
}
@media (max-width: 575px) {
  .c-langBtn {
    width: 30px;
    width: clamp(30px, -8.279px + 8.902vw, 60px);
  }
}
.c-langBtn:hover {
  opacity: 1;
}
.c-langBtn.is-enToJp {
  display: none;
}
.c-langBtn img {
  width: 100%;
}

.page-english .c-langBtn {
  opacity: 0.85;
  transition: 0.3s;
}
.page-english .c-langBtn.is-enToJp {
  display: block;
}
.page-english .c-langBtn.is-jpToEn {
  display: none;
}

.c-btn-style01 {
  min-width: 180px;
}
.c-btn-style01 .smb-btn {
  display: inline-block;
  border-radius: 0;
  border: 4px solid #333;
  padding: 15px 20px !important;
  width: 100%;
  text-align: center;
  background-color: #333;
  color: #fff;
}
.c-btn-style01 .smb-btn:hover {
  background-color: #fff;
  color: #333;
}
.c-btn-style01 .smb-btn:hover .smb-btn__label::before {
  border-left: 1em solid #333;
}
.c-btn-style01 .smb-btn__label {
  position: relative;
  z-index: 1;
  padding-left: 1.5em;
}
.c-btn-style01 .smb-btn__label::before {
  display: block;
  border-left: 1em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-left 0.3s;
  content: "";
}

.c-btn-style02 {
  min-width: 180px;
}
.c-btn-style02 .smb-btn {
  display: inline-block;
  border-radius: 0;
  border: 1px solid #333;
  padding: 15px 20px !important;
  width: 100%;
  text-align: center;
  background-color: #333;
  color: #fff;
}
.c-btn-style02 .smb-btn:hover {
  background-color: #fff;
  color: #333;
}
.c-btn-style02 .smb-btn:hover .smb-btn__label::before {
  border-left: 1em solid #333;
}
.c-btn-style02 .smb-btn__label {
  position: relative;
  z-index: 1;
  padding-right: 1.5em;
}
.c-btn-style02 .smb-btn__label::before {
  display: block;
  border-left: 1em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: border-left 0.3s;
  content: "";
}

.c-title-style01 {
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .c-title-style01 {
    font-size: 24px;
    font-size: clamp(24px, -6.623px + 7.122vw, 48px);
  }
}
.c-title-style01--white {
  color: #fff;
}

.c-title-style02 {
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .c-title-style02 {
    font-size: 20px;
    font-size: clamp(20px, -5.519px + 5.935vw, 40px);
  }
}

.c-linkBanner.wp-block-image a {
  display: block !important;
  transition: opacity 0.3s;
}
.c-linkBanner.wp-block-image a:hover {
  opacity: 0.8;
}

.c-pageTop {
  width: 40px;
  position: fixed;
  left: 50%;
  bottom: 110px;
  z-index: 10;
  transform: translateX(-50%);
  display: none;
  transition: opacity 0.3s;
}
.c-pageTop:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-pageTop {
    bottom: 85px;
    transform: translateX(-50%) translateY(50%);
  }
}

.c-page-header__title {
  font-size: 60px !important;
  font-family: "Helvetica Neue", "Helvetica", "Avenir", "Arial", "ヒラギノ角ゴシック", "Hiragino Sans", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳＰゴシック", "MSP Gothic";
  font-weight: 100;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .c-page-header__title {
    font-size: 40px !important;
    font-size: clamp(40px, 14.481px + 5.935vw, 60px) !important;
  }
}
.c-page-header__content {
  position: absolute;
  bottom: 30px;
  left: max(50% - 550px, 30px);
  z-index: 2;
}
@media (max-width: 575px) {
  .c-page-header__content {
    left: 20px;
  }
}
.c-page-header[data-has-image=true] .c-page-header__content {
  opacity: 0.7;
}
.c-page-header[data-has-image=false] {
  padding-bottom: 0;
}

.page-d3 .c-page-header__title,
.page-k3 .c-page-header__title,
.page-t3 .c-page-header__title {
  display: none;
}

.c-responsive-table > table {
  width: 100%;
}
.c-responsive-table > table td {
  border: none;
}

.c-responsive-table > table th {
  border: none;
}

.c-responsive-table > table thead th {
  background-color: #333;
}
.c-responsive-table > table tbody th {
  background-color: transparent;
}
.c-responsive-table > table tbody tr {
  transition: 0.3s;
}
.c-responsive-table > table tbody tr:hover {
  background-color: #eee;
}

.p-iconNav {
  padding: 20px 0 !important;
}
@media (max-width: 767px) {
  .p-iconNav {
    padding: 15px 0 !important;
  }
}
.p-iconNav__cols {
  justify-content: center;
  gap: 55px !important;
}
.p-iconNav__col {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  pointer-events: none;
}
.p-iconNav__col.grayOut {
  opacity: 0.4;
  transition: opacity 0.15s ease-in;
  pointer-events: initial;
}
.p-iconNav__col:hover {
  opacity: 1;
}
.p-iconNav__img {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-iconNav__img {
    flex-direction: column;
    gap: 3px;
  }
}
.p-iconNav__img img {
  width: auto;
  height: 60px;
}
@media (max-width: 767px) {
  .p-iconNav__img img {
    height: 50px;
  }
}
.p-iconNav__img figcaption {
  margin: 0;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Avenir", "Arial", "ヒラギノ角ゴシック", "Hiragino Sans", "YuGothic", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳＰゴシック", "MSP Gothic";
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-iconNav__img figcaption {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}

.p-fixedFooter {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #ffffff;
}
.p-fixedFooter__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 85px;
  color: #333;
  background-color: #f3f3f3;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.p-fixedFooter__btn:hover {
  color: #f3f3f3;
  background-color: #333;
}
.p-fixedFooter__btn svg {
  display: block;
  width: auto;
  height: 50px;
}
.p-fixedFooter__btn p {
  font-size: 24px;
}

.home .p-fixedFooter {
  transform: translateY(100%);
  transition: transform 0.5s;
}
.home .p-fixedFooter.is-active {
  transition-delay: 0.5s;
  transform: translateY(0);
}

.p-postList__items li {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 20px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-postList__items li {
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 2px;
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
@media (max-width: 767px) {
  .p-postList__items li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.p-postList__items li > * {
  margin-inline: initial;
}
@media (max-width: 767px) {
  .p-postList .wp-block-post-date {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .p-postList .wp-block-post-terms {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-postList .wp-block-post-terms > :not(:first-child) {
  display: none;
}
.p-postList .wp-block-post-terms a {
  display: inline-block;
  border: 1px solid #333;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.p-postList .wp-block-post-terms a:hover {
  background-color: #333;
  color: #fff;
}
.p-postList .wp-block-post-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-postList .wp-block-post-title {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.p-postList .wp-block-post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
}
@media (max-width: 767px) {
  .p-postList .wp-block-post-title a {
    -webkit-line-clamp: 2;
  }
}
.p-postList .wp-block-post-title a:hover {
  opacity: 0.7;
}

.p-archive .c-entries {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.p-archive .c-entries__item {
  width: calc(50% - 30px);
  border-bottom: none;
}
@media (max-width: 767px) {
  .p-archive .c-entries__item {
    width: 100%;
  }
}
.p-archive .c-entries__item a {
  padding: 0;
}
.p-archive .c-entries__item .c-entry-summary__figure {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  float: initial;
}
.p-archive .c-entries__item .c-entry-summary__figure .c-entry-summary__term {
  display: none;
}
.p-archive .c-entries__item .c-entry-summary__title {
  margin: 0 0 5px 0;
}
.p-archive .c-entries__item .c-entry-summary__meta {
  margin: 0;
}
.p-archive .c-entries__item .c-entry-summary__meta .c-meta {
  display: block;
}
.p-archive .c-entries__item .c-entry-summary__meta .c-meta__item--published {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
}
.p-archive .c-entries__item .c-entry-summary__meta .c-meta__item--categories {
  display: block;
}
.p-archive .c-entries__item .c-entry-summary__meta .c-meta__item--categories .c-entry-summary__term {
  padding: 0;
  font-size: 14px;
  color: #666;
  background-color: transparent;
}

.p-categoryNav {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 60px auto 0;
  padding: 0;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.p-categoryNav__items {
  display: flex;
  gap: 1em;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: scroll;
}
.p-categoryNav__items .cat-item {
  white-space: nowrap;
}
.p-categoryNav__items .cat-item.current-cat a {
  text-decoration: underline;
  pointer-events: none;
}
.p-categoryNav__items .cat-item a {
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.p-categoryNav__items .cat-item a:hover {
  opacity: 0.7;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-textCenter {
  text-align: center !important;
}

.u-none {
  display: none !important;
}

@media (min-width: 576px) {
  .u-sm-none {
    display: none;
  }
}

.u-sm-block {
  display: none;
}
@media (min-width: 576px) {
  .u-sm-block {
    display: block;
  }
}

/* vegasカスタムアニメーション */
.vegas-animation-myZoomIn {
  animation: myZoomIn ease-in-out;
}

@keyframes myZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.p-top-mv {
  position: relative;
  z-index: 1;
}
.p-top-mv__content {
  position: absolute;
  z-index: 1;
  left: max(50% - 550px, 30px);
  bottom: 120px;
}
@media (max-width: 767px) {
  .p-top-mv__content {
    left: 40px;
    bottom: 80px;
    bottom: clamp(80px, 28.961px + 11.869vw, 120px);
  }
}
.p-top-mv__enTitle, .p-top-mv__jaTitle {
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.p-top-mv__enTitle {
  margin-bottom: 10px;
  font-size: 56px;
}
@media (max-width: 767px) {
  .p-top-mv__enTitle {
    font-size: 28px;
    font-size: clamp(28px, -7.727px + 8.309vw, 56px);
  }
}
.p-top-mv__jaTitle {
  font-size: 28px;
}
@media (max-width: 767px) {
  .p-top-mv__jaTitle {
    font-size: 14px;
    font-size: clamp(14px, -3.864px + 4.154vw, 28px);
  }
}
.p-top-mv__slider {
  width: 100%;
  height: calc(100vh - var(--header-h));
  height: calc(100dvh - var(--header-h));
}
.p-top-sec01 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-top-sec01 {
    padding: 60px 0 80px;
  }
}
.p-top-sec01__img {
  max-width: 550px !important;
  width: 100% !important;
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .p-top-sec01__img {
    width: 46.511627907% !important;
    min-width: 200px;
  }
}
.p-top-sec01__text {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .p-top-sec01__text {
    margin-bottom: 40px !important;
    font-size: 14px;
    font-size: clamp(14px, 11.448px + 0.593vw, 16px);
  }
}
.p-top-sec02 {
  padding: 60px 0;
  background-color: transparent;
  clip-path: inset(0);
}
.p-top-sec02 .smb-section-with-bgimage__bgimage {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: -1 !important;
}
.p-top-sec02__title {
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .p-top-sec02__title {
    margin-bottom: 60px !important;
    padding: 0 20px !important;
  }
}
.p-top-slider {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .p-top-slider {
    padding-bottom: 45px;
  }
}
.p-top-slider .slick-slide {
  transform: scale(0.869047619);
  margin: 0 23.75px;
  transition: transform 0.5s ease;
}
@media (max-width: 767px) {
  .p-top-slider .slick-slide {
    margin: 0;
  }
}
.p-top-slider .slick-center {
  transform: scale(1);
  opacity: 1;
}
.p-top-slider .slick-dots {
  bottom: 0;
}
.p-top-slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .p-top-slider .slick-dots li {
    width: 8px;
    height: 8px;
    width: clamp(8px, -7.312px + 3.561vw, 20px);
    height: clamp(8px, -7.312px + 3.561vw, 20px);
  }
}
.p-top-slider .slick-dots li.slick-active button:before {
  color: #333;
}
.p-top-slider .slick-dots li button {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .p-top-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    width: clamp(8px, -7.312px + 3.561vw, 20px);
    height: clamp(8px, -7.312px + 3.561vw, 20px);
  }
}
.p-top-slider .slick-dots li button:before {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-top-slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    width: clamp(8px, -7.312px + 3.561vw, 20px);
    height: clamp(8px, -7.312px + 3.561vw, 20px);
    font-size: 8px;
    font-size: clamp(8px, -2.208px + 2.374vw, 16px);
  }
}
.p-top-slider__card {
  padding: 30px;
  background-color: #fff;
}
.p-top-slider__cardLink {
  display: block;
  transition: opacity 0.5s ease;
  text-decoration: none;
}
.p-top-slider__cardLink:hover {
  opacity: 0.8;
}
.p-top-slider__cardCatchCopy {
  display: block;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .p-top-slider__cardCatchCopy {
    font-size: 18px;
    font-size: clamp(18px, 7.792px + 2.374vw, 26px);
  }
}
.p-top-slider__cardTitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .p-top-slider__cardTitle {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: clamp(14px, 6.344px + 1.78vw, 20px);
  }
}
.p-top-slider__cardImg {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-top-slider__cardImg {
    margin-bottom: 15px;
  }
}
.p-top-slider__cardHotelImg {
  display: block;
  width: 140px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-top-slider__cardHotelImg {
    width: 100px;
    width: clamp(100px, 48.961px + 11.869vw, 140px);
  }
}
.p-top-sec03 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-top-sec03 {
    padding: 80px 0 120px;
  }
}
.p-top-sec03__title {
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .p-top-sec03__title {
    margin-bottom: 60px !important;
  }
}
.p-top-sec03__cols {
  justify-content: center;
  gap: 200px !important;
}
@media (max-width: 767px) {
  .p-top-sec03__cols {
    flex-direction: column !important;
    gap: 60px !important;
  }
}
.p-top-sec03__col {
  flex-grow: 0 !important;
  flex-basis: 260px !important;
}
@media (max-width: 767px) {
  .p-top-sec03__col {
    flex-basis: auto !important;
    width: calc(0.6933333333 * (100% + 40px));
    margin: 0 auto !important;
  }
}
.p-top-sec03__col .wp-block-tiptip-hyperlink-group-block {
  text-decoration: none;
}
.p-top-sec03__col .wp-block-tiptip-hyperlink-group-block:hover .p-top-sec03__colGroup::before {
  background-color: rgba(51, 51, 51, 0.5);
}
.p-top-sec03__colGroup {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-sec03__colGroup {
    border-radius: 12px;
  }
}
.p-top-sec03__colGroup::before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.3s ease-in;
  content: "";
}
.p-top-sec03__colGroup--01 {
  background-image: url("/img/top/top_sec03_colGroup_bg01.jpg");
  background-size: cover;
  background-position: center;
}
.p-top-sec03__colGroup--02 {
  background-image: url("/img/top/top_sec03_colGroup_bg02.jpg");
  background-size: cover;
  background-position: center;
}
.p-top-sec03__colGroup p {
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 4px #333;
}
.p-top-sec03__colGroup p:first-of-type {
  font-size: 30px;
}
.p-top-sec03__colGroup p:nth-of-type(2) {
  font-size: 18px;
}
.p-top-sec03__colText {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top-sec03__colText {
    font-size: 18px;
    font-size: clamp(18px, 10.344px + 1.78vw, 24px);
  }
}
.p-top-sec04 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-top-sec04 {
    padding: 80px 0 120px;
  }
}
.p-top-sec04__title {
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .p-top-sec04__title {
    margin-bottom: 60px !important;
  }
}
.p-top-sec04__cols {
  gap: 90px !important;
}
@media (max-width: 767px) {
  .p-top-sec04__cols {
    flex-direction: column;
    gap: 60px !important;
  }
}
@media (max-width: 767px) {
  .p-top-sec04__col {
    width: calc(0.8 * (100% + 40px));
    margin: 0 auto !important;
  }
}
.p-top-sec04__colImg a {
  display: block;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-top-sec04__colImg a img {
  width: 100%;
  transition: transform 0.3s ease-in;
}
.p-top-sec04__colImg a:hover img {
  transform: scale(1.1);
}
.p-top-sec04__colTitle {
  margin: 20px 0 8px !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-top-sec04__colText {
  font-size: 14px;
}
.p-top-sec05 {
  position: relative;
  z-index: 1;
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-top-sec05 {
    padding: 80px 0;
  }
}
.p-top-sec05 .smb-section__inner > .c-container {
  background-image: url("/img/top/top_sec05_bg_pc.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .p-top-sec05 .smb-section__inner > .c-container {
    background-image: url("/img/top/top_sec05_bg_sp.png");
    background-size: 500px;
  }
}
.p-top-sec05__title {
  margin-bottom: 470px !important;
}
.p-top-sec05__text {
  margin-bottom: 75px !important;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top-sec05__text {
    margin-bottom: 30px !important;
    font-size: 16px;
    font-size: clamp(16px, 5.792px + 2.374vw, 24px);
  }
}
.p-top-sec06 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-top-sec06 {
    padding: 60px 0;
  }
}
.p-top-sec06__title {
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .p-top-sec06__title {
    margin-bottom: 60px !important;
  }
}
.p-top-sec06__postList {
  margin-bottom: 60px !important;
}
.p-top-sec07 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-top-sec07 {
    padding: 60px 0;
  }
}
.p-top-sec07__title {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .p-top-sec07__title {
    margin-bottom: 60px !important;
  }
}
.p-top-sec07__postList {
  margin-bottom: 60px !important;
}
.p-top-sec07__cols {
  justify-content: center;
  gap: 50px !important;
}
@media (max-width: 767px) {
  .p-top-sec07__cols {
    gap: 30px !important;
    gap: clamp(5px, -26.899px + 7.418vw, 30px);
  }
}
.p-top-sec07__col {
  flex-grow: initial !important;
  flex-basis: initial !important;
}
@media (max-width: 767px) {
  .p-top-sec07__col {
    flex-shrink: 1;
  }
}
.p-top-sec07__colImg a {
  display: block;
  transition: opacity 0.3s ease-in;
}
.p-top-sec07__colImg a:hover {
  opacity: 0.7;
}
.p-top-sec07__colImg a img {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-top-sec07__colImg a img {
    height: 30px;
  }
}
.p-top-sec07__colImg figcaption {
  margin: 10px 0 0 !important;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top-sec07__colImg figcaption {
    font-size: 12px;
    font-size: clamp(12px, 1.792px + 2.374vw, 20px);
  }
}
.p-top-sec08 {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-top-sec08 {
    padding: 60px 0;
  }
}
.p-top-sec08__title {
  margin-bottom: 70px !important;
}
@media (max-width: 767px) {
  .p-top-sec08__title {
    margin-bottom: 60px !important;
  }
}
.p-top-sec08__text {
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-top-sec08__text {
    font-size: 14px;
    font-size: clamp(14px, 1.24px + 2.967vw, 24px);
  }
}

.p-about-sec01 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sec01 {
    padding: 60px 0 80px;
  }
}
.p-about-sec01__img {
  margin-bottom: 60px !important;
  max-width: 550px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .p-about-sec01__img {
    margin-bottom: 60px !important;
    max-width: 350px !important;
  }
}
@media (max-width: 575px) {
  .p-about-sec01__img {
    margin-bottom: 30px !important;
  }
}
.p-about-sectionSeparator {
  aspect-ratio: 3/1 !important;
}
@media (max-width: 767px) {
  .p-about-sectionSeparator {
    aspect-ratio: unset !important;
  }
}
.p-about-sectionSeparator--01 {
  background-image: url("/img/about/plus-icon.svg");
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #333;
}
.p-about-sectionSeparator--03 p:first-of-type {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .p-about-sectionSeparator--03 p:first-of-type {
    font-size: 32px;
    font-size: clamp(32px, 11.585px + 4.748vw, 48px);
  }
}
.p-about-sectionSeparator--03 p:nth-of-type(2) {
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-about-sectionSeparator--03 p:nth-of-type(2) {
    font-size: 18px;
    font-size: clamp(18px, 10.344px + 1.78vw, 24px);
  }
}
.p-about-sec02 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sec02 {
    padding: 60px 0 80px;
  }
}
.p-about-sec03 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sec03 {
    padding: 60px 0 80px;
  }
}
.p-about-sec04 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sec04 {
    padding: 60px 0 80px;
  }
}
.p-about-sec05 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sec05 {
    padding: 60px 0 80px;
  }
}
.p-about-sec06__group .wp-block-image a {
  display: block;
  transition: opacity 0.3s ease-in;
}
.p-about-sec06__group .wp-block-image a:hover {
  opacity: 0.7;
}
.p-about-sec06__img img {
  height: 50px;
  width: auto;
}
.p-about-sec06__plus img {
  width: 20px;
  height: auto;
}
.p-about-sec07 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sec07 {
    padding: 60px 0 80px;
  }
}
.p-about-sns {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-about-sns {
    padding: 60px 0 80px;
  }
}
.p-about-sns__title {
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-about-sns__title {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-about-sns__text {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .p-about-sns__text {
    margin-bottom: 60px;
  }
}
.p-about-sns__lists {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  gap: 80px;
  list-style-type: none;
}
@media (max-width: 575px) {
  .p-about-sns__lists {
    gap: 40px;
  }
}
.p-about-sns__list {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 575px) {
  .p-about-sns__list {
    font-size: 40px;
  }
}
.p-about-sns__list a {
  color: #333;
}
.p-about-sns__list a:hover svg {
  transform: scale(1.1);
}
.p-about-sns__list a svg {
  transition: transform 0.3s;
}

.p-hotels-sec01 {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-hotels-sec01 {
    padding: 60px 0 80px;
  }
}
.p-hotels-sec01__title {
  margin-bottom: 30px !important;
}
.p-hotels-sec01__navItems {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 0 60px !important;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-hotels-sec01__navItems {
    gap: 40px;
  }
}
.p-hotels-sec01__navItem {
  margin: 0 !important;
  font-weight: 900;
}
.p-hotels-sec01__navItem:not(:last-of-type) {
  position: relative;
  z-index: 1;
}
.p-hotels-sec01__navItem:not(:last-of-type)::after {
  position: absolute;
  z-index: 1;
  left: calc(100% + 30px);
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666666;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767px) {
  .p-hotels-sec01__navItem:not(:last-of-type)::after {
    left: calc(100% + 20px);
  }
}
.p-hotels-sec01__navItem a {
  color: #666666;
  text-decoration: none;
}
.p-hotels-sec01__cols {
  gap: 60px !important;
}
@media (max-width: 767px) {
  .p-hotels-sec01__cols {
    flex-direction: column;
  }
}
.p-hotels-sec01__colLink {
  transition: opacity 0.3s ease-in;
}
.p-hotels-sec01__colLink:hover {
  opacity: 0.7;
}
.p-hotels-sec01__colLink img {
  width: 100%;
}
.p-hotels-sec01__colTitle {
  margin: 20px 0 8px !important;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-hotels-sec01__colTitle {
    font-size: 14px;
    font-size: clamp(14px, 6.344px + 1.78vw, 20px);
  }
}
.p-hotels-sec01__colText {
  font-size: 14px;
}

.p-hotel-intro {
  padding: 60px 0;
}
@media (max-width: 575px) {
  .p-hotel-intro {
    padding: 40px 0;
  }
}
.p-hotel-intro__img {
  width: 50%;
  margin: 0 auto 40px 0 !important;
}
.p-hotel-intro__img img {
  width: 100%;
}
.p-hotel-intro__name {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-hotel-intro__name {
    font-size: 24px;
    font-size: clamp(24px, 13.792px + 2.374vw, 32px);
  }
}
@media (max-width: 767px) {
  .p-hotel-intro__location, .p-hotel-intro__facility, .p-hotel-intro__url {
    font-size: 12px;
    font-size: clamp(12px, 8.173px + 1.02vw, 16px);
  }
}
.p-hotel-intro__location {
  font-weight: bold;
}
.p-hotel-intro__url a {
  font-weight: 900;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.p-hotel-intro__url a:hover {
  opacity: 0.7;
}
.p-hotel-gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px !important;
  row-gap: 20px !important;
}
.p-hotel-gallery .wp-block-image {
  width: 100% !important;
}
.p-hotel-gallery .wp-block-image:first-of-type {
  grid-column: 1/5;
  grid-row: 1/2;
}
.p-hotel-gallery .wp-block-image:not(:first-of-type) img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.p-hotel-gallery .wp-block-image a {
  display: block;
}
.p-hotel-gallery .wp-block-image img {
  display: block;
  width: 100% !important;
}
.p-hotel-feature {
  padding: 60px 0 40px;
}
.p-hotel-living {
  padding: 60px 0 40px;
}
.p-hotel-bathroom {
  padding: 60px 0 40px;
}
.p-hotel-kitchen {
  padding: 60px 0 40px;
}
.p-hotel-bedroom {
  padding: 60px 0 40px;
}
.p-hotel-art {
  padding: 60px 0 40px;
}
.p-hotel-access {
  padding: 60px 0 40px;
}
.p-hotel-access .wp-block-image {
  width: 100%;
}
.p-hotel-access .wp-block-image img {
  width: 100%;
}
.p-hotel-map {
  margin: 0 !important;
  padding: 60px 0 100px;
  overflow: hidden;
}
.p-hotel-map__gmap {
  max-width: initial !important;
  margin-left: min((50vw - 550px) * -1, -30px) !important;
  margin-right: min((50vw - 550px) * -1, -30px) !important;
  margin-bottom: 90px !important;
}
@media (max-width: 767px) {
  .p-hotel-map__gmap {
    padding-bottom: 69.7674418605%;
  }
}
@media (max-width: 575px) {
  .p-hotel-map__gmap {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.p-plus-nav {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .p-plus-nav {
    padding: 60px 0 80px;
  }
}
.p-plus-nav__title {
  margin-bottom: 30px !important;
}
.p-plus-nav__items {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-plus-nav__items {
    gap: 40px;
  }
}
.p-plus-nav__item {
  margin: 0 !important;
  font-weight: 900;
}
.p-plus-nav__item:not(:last-of-type) {
  position: relative;
  z-index: 1;
}
.p-plus-nav__item:not(:last-of-type)::after {
  position: absolute;
  z-index: 1;
  left: calc(100% + 30px);
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666666;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767px) {
  .p-plus-nav__item:not(:last-of-type)::after {
    left: calc(100% + 20px);
  }
}
.p-plus-nav__item a {
  color: #666666;
  text-decoration: none;
}
.p-plus-nav__cols {
  gap: 60px !important;
}
@media (max-width: 767px) {
  .p-plus-nav__cols {
    flex-direction: column;
  }
}
.p-plus-nav__colLink {
  transition: opacity 0.3s ease-in;
}
.p-plus-nav__colLink:hover {
  opacity: 0.7;
}
.p-plus-nav__colLink img {
  width: 100%;
}
.p-plus-nav__colTitle {
  margin: 20px 0 8px !important;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-plus-nav__colTitle {
    font-size: 14px;
    font-size: clamp(14px, 6.344px + 1.78vw, 20px);
  }
}
.p-plus-nav__colText {
  font-size: 14px;
}
.p-plus-sectionHead {
  margin-bottom: 75px !important;
  padding: 0 30px !important;
  aspect-ratio: 3/1 !important;
  min-height: initial !important;
}
@media (max-width: 767px) {
  .p-plus-sectionHead {
    aspect-ratio: 430/285 !important;
  }
}
@media (max-width: 575px) {
  .p-plus-sectionHead {
    padding: 0 20px !important;
  }
}
@media (max-width: 419px) {
  .p-plus-sectionHead {
    aspect-ratio: unset !important;
    min-height: 285px !important;
  }
}
.p-plus-sectionHead--art .p-plus-sectionHead__title, .p-plus-sectionHead--game .p-plus-sectionHead__title, .p-plus-sectionHead--gym .p-plus-sectionHead__title {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .p-plus-sectionHead--art .p-plus-sectionHead__title, .p-plus-sectionHead--game .p-plus-sectionHead__title, .p-plus-sectionHead--gym .p-plus-sectionHead__title {
    margin-bottom: 30px !important;
  }
}
.p-plus-sectionHead--sauna {
  position: relative;
  z-index: 1;
}
.p-plus-sectionHead--sauna .wp-block-cover__inner-container {
  position: initial !important;
}
.p-plus-sectionHead--sauna .wp-block-cover__inner-container .p-plus-sectionHead__content {
  position: initial !important;
}
.p-plus-sectionHead--sauna .p-plus-sectionHead__title {
  position: absolute;
  z-index: 1;
  right: calc(50% - 550px);
  top: 60px;
}
@media (max-width: 767px) {
  .p-plus-sectionHead--sauna .p-plus-sectionHead__title {
    right: 30px;
    top: 30px;
  }
}
.p-plus-sectionHead--sauna .p-plus-sectionHead__text {
  position: absolute;
  z-index: 1;
  left: calc(50% - 550px);
  bottom: 60px;
}
@media (max-width: 767px) {
  .p-plus-sectionHead--sauna .p-plus-sectionHead__text {
    left: 30px;
    bottom: 30px;
  }
}
.p-plus-sectionHead__content {
  color: #fff;
}
.p-plus-sectionHead__enTitle {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-plus-sectionHead__enTitle {
    font-size: 60px;
    font-size: clamp(60px, 8.961px + 11.869vw, 100px);
  }
}
@media (max-width: 419px) {
  .p-plus-sectionHead__enTitle {
    font-size: 50px;
  }
}
.p-plus-sectionHead__jaTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-plus-sectionHead__jaTitle {
    font-size: 18px;
    font-size: clamp(18px, 10.344px + 1.78vw, 24px);
  }
}
.p-plus-sectionHead__text {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-plus-sectionHead__text {
    font-size: 18px;
    font-size: clamp(18px, 2.688px + 3.561vw, 30px);
  }
}
.p-plus-art {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-plus-art {
    padding-bottom: 100px;
  }
}
.p-plus-art__items {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .p-plus-art__items {
    padding: 0 20px;
  }
}
.p-plus-art__itemImg {
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-plus-art__itemImg a {
  display: block;
}
.p-plus-art__itemImg img {
  width: 100%;
}
.p-plus-art__itemTitle {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-plus-art__itemTitle {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-plus-art__itemText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-plus-art__itemText {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.p-plus-sauna {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-plus-sauna {
    padding-bottom: 100px;
  }
}
.p-plus-sauna__items {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .p-plus-sauna__items {
    padding: 0 20px;
  }
}
.p-plus-sauna__itemImg {
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-plus-sauna__itemImg a {
  display: block;
}
.p-plus-sauna__itemImg img {
  width: 100%;
}
.p-plus-sauna__itemTitle {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-plus-sauna__itemTitle {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-plus-sauna__itemText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-plus-sauna__itemText {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.p-plus-game {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-plus-game {
    padding-bottom: 100px;
  }
}
.p-plus-game__items {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .p-plus-game__items {
    padding: 0 20px;
  }
}
.p-plus-game__itemImg {
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-plus-game__itemImg a {
  display: block;
}
.p-plus-game__itemImg img {
  width: 100%;
}
.p-plus-game__itemTitle {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-plus-game__itemTitle {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-plus-game__itemText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-plus-game__itemText {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.p-plus-gym {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-plus-gym {
    padding-bottom: 100px;
  }
}
.p-plus-gym__items {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .p-plus-gym__items {
    padding: 0 20px;
  }
}
.p-plus-gym__itemImg {
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-plus-gym__itemImg a {
  display: block;
}
.p-plus-gym__itemImg img {
  width: 100%;
}
.p-plus-gym__itemTitle {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-plus-gym__itemTitle {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-plus-gym__itemText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-plus-gym__itemText {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}

.p-area-nav {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .p-area-nav {
    padding: 60px 0 80px;
  }
}
.p-area-nav__title {
  margin-bottom: 30px !important;
}
.p-area-nav__items {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-area-nav__items {
    gap: 40px;
  }
}
.p-area-nav__item {
  margin: 0 !important;
  font-weight: 900;
}
.p-area-nav__item:not(:last-of-type) {
  position: relative;
  z-index: 1;
}
.p-area-nav__item:not(:last-of-type)::after {
  position: absolute;
  z-index: 1;
  left: calc(100% + 30px);
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666666;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767px) {
  .p-area-nav__item:not(:last-of-type)::after {
    left: calc(100% + 20px);
  }
}
.p-area-nav__item a {
  color: #666666;
  text-decoration: none;
}
.p-area-nav__cols {
  gap: 60px !important;
}
@media (max-width: 767px) {
  .p-area-nav__cols {
    flex-direction: column;
  }
}
.p-area-nav__colLink {
  transition: opacity 0.3s ease-in;
}
.p-area-nav__colLink:hover {
  opacity: 0.7;
}
.p-area-nav__colLink img {
  width: 100%;
}
.p-area-nav__colTitle {
  margin: 20px 0 8px !important;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-area-nav__colTitle {
    font-size: 14px;
    font-size: clamp(14px, 6.344px + 1.78vw, 20px);
  }
}
.p-area-nav__colText {
  font-size: 14px;
}
.p-area-sectionHead {
  margin-bottom: 75px !important;
  padding: 0 30px !important;
  aspect-ratio: 3/1 !important;
  min-height: initial !important;
}
@media (max-width: 767px) {
  .p-area-sectionHead {
    aspect-ratio: 430/285 !important;
  }
}
@media (max-width: 575px) {
  .p-area-sectionHead {
    padding: 0 20px !important;
  }
}
@media (max-width: 419px) {
  .p-area-sectionHead {
    aspect-ratio: unset !important;
    min-height: 285px !important;
  }
}
.p-area-sectionHead--fukushima .p-plus-sectionHead__title, .p-area-sectionHead--kyobashi .p-plus-sectionHead__title {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .p-area-sectionHead--fukushima .p-plus-sectionHead__title, .p-area-sectionHead--kyobashi .p-plus-sectionHead__title {
    margin-bottom: 30px !important;
  }
}
.p-area-sectionHead__content {
  color: #fff;
}
.p-area-sectionHead__enTitle {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-area-sectionHead__enTitle {
    font-size: 60px;
    font-size: clamp(60px, 8.961px + 11.869vw, 100px);
  }
}
@media (max-width: 419px) {
  .p-area-sectionHead__enTitle {
    font-size: 50px;
  }
}
.p-area-sectionHead__jaTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-area-sectionHead__jaTitle {
    font-size: 18px;
    font-size: clamp(18px, 10.344px + 1.78vw, 24px);
  }
}
.p-area-sectionHead__text {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-area-sectionHead__text {
    font-size: 18px;
    font-size: clamp(18px, 2.688px + 3.561vw, 30px);
  }
}
.p-area-fukushima {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-area-fukushima {
    padding-bottom: 100px;
  }
}
.p-area-fukushima__items {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .p-area-fukushima__items {
    padding: 0 20px;
  }
}
.p-area-fukushima__itemImg {
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-area-fukushima__itemImg a {
  display: block;
}
.p-area-fukushima__itemImg img {
  width: 100%;
}
.p-area-fukushima__itemTitle {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-area-fukushima__itemTitle {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-area-fukushima__itemText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-area-fukushima__itemText {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.p-area-kyobashi {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-area-kyobashi {
    padding-bottom: 100px;
  }
}
.p-area-kyobashi__items {
  padding: 0 30px;
}
@media (max-width: 575px) {
  .p-area-kyobashi__items {
    padding: 0 20px;
  }
}
.p-area-kyobashi__itemImg {
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.p-area-kyobashi__itemImg a {
  display: block;
}
.p-area-kyobashi__itemImg img {
  width: 100%;
}
.p-area-kyobashi__itemTitle {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-area-kyobashi__itemTitle {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-area-kyobashi__itemText {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-area-kyobashi__itemText {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}

.page-art .c-page-header__content {
  left: initial !important;
  right: max(50% - 550px, 30px);
}
@media (max-width: 575px) {
  .page-art .c-page-header__content {
    right: 20px;
  }
}

.p-art-nav {
  padding: 120px 0 120px;
}
@media (max-width: 767px) {
  .p-art-nav {
    padding: 60px 0 80px;
  }
}
.p-art-nav__title {
  margin-bottom: 30px !important;
}
.p-art-nav__items {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-art-nav__items {
    gap: 40px;
  }
}
.p-art-nav__item {
  margin: 0 !important;
  font-weight: 900;
}
.p-art-nav__item:not(:last-of-type) {
  position: relative;
  z-index: 1;
}
.p-art-nav__item:not(:last-of-type)::after {
  position: absolute;
  z-index: 1;
  left: calc(100% + 30px);
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666666;
  transform: translateX(-50%);
  content: "";
}
@media (max-width: 767px) {
  .p-art-nav__item:not(:last-of-type)::after {
    left: calc(100% + 20px);
  }
}
.p-art-nav__item a {
  color: #666666;
  text-decoration: none;
}
.p-art-hotels {
  padding: 0 0 160px 0 !important;
}
@media (max-width: 767px) {
  .p-art-hotels {
    padding: 0 0 80px 0 !important;
  }
}
.p-art-gallery img {
  width: 100%;
}
.p-art-hotelLogo a {
  display: block;
}
.p-art-hotelLogo img {
  width: 100%;
}
.p-art-hotelName {
  margin: 20px 0 8px !important;
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-art-hotelName {
    font-size: 20px;
    font-size: clamp(20px, 4.688px + 3.561vw, 32px);
  }
}
.p-art-hotelFacility {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-art-hotelFacility {
    font-size: 14px;
    font-size: clamp(14px, 8.896px + 1.187vw, 18px);
  }
}
.p-art-t3, .p-art-k3 {
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .p-art-t3, .p-art-k3 {
    padding: 0 0 80px;
  }
}
.p-art-d3 {
  padding: 0;
}

.p-faq {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-faq {
    padding: 60px 0 80px;
  }
}
.p-faq__title {
  margin-bottom: 30px !important;
}
.p-faq .smb-faq {
  border-top: none;
}
.p-faq .smb-faq__item {
  border-bottom: none;
  padding-bottom: 0;
}
.p-faq .smb-faq__item__question {
  font-weight: normal;
}
.p-faq .smb-faq__item__question__label, .p-faq .smb-faq__item__answer__label {
  position: relative;
}
@media (max-width: 419px) {
  .p-faq .smb-faq__item__question__label, .p-faq .smb-faq__item__answer__label {
    margin-right: calc(var(--_space, 18px) * 0.5 * var(--_margin-scale, 1));
  }
}
.p-faq .smb-faq__item__question__label:after, .p-faq .smb-faq__item__answer__label:after {
  position: absolute;
  right: -8px;
  content: ".";
}

.p-contact {
  padding: 120px 0 160px;
}
@media (max-width: 767px) {
  .p-contact {
    padding: 60px 0 80px;
  }
}
.p-contact__title {
  margin-bottom: 30px !important;
}
.p-contact .wpcf7-not-valid-tip {
  color: #eb4c62;
}
.p-contact .wpcf7-form input[type=text],
.p-contact .wpcf7-form input[type=email],
.p-contact .wpcf7-form textarea {
  display: block;
  box-sizing: border-box;
  border: 1px solid #707070;
  width: 100%;
  padding: 34px 1rem 0.75rem;
}
.p-contact .wpcf7-form input[type=submit] {
  border: none;
  border-radius: 50px;
  max-width: 30%;
  min-width: 200px;
  font-weight: bolder;
  letter-spacing: 0.02em;
  background-color: #333;
  color: #fff;
  appearance: none;
  cursor: pointer;
}
.p-contact__formItem {
  position: relative;
  z-index: 1;
}
.p-contact__formItem label {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  color: #cccccc;
  font-size: 14px;
  line-height: 1;
}
.p-contact__formItem.is-submitBtn {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
.p-contact__formItem.is-submitBtn .wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: calc(100% + 10px);
}

.single-post .c-meta {
  gap: 10px;
}
.single-post .c-meta__item--modified svg {
  display: none;
}
.single-post .c-meta__item--modified time::before {
  content: "Last update ";
}
.single-post .c-meta__item--author::before {
  content: "By ";
  white-space: pre-wrap;
}
.single-post .c-meta__item--author img {
  display: none;
}
.single-post .c-meta__item--categories svg {
  display: none;
}
.single-post .c-meta__item--categories a {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #333;
  transition: background-color 0.3s, color 0.3s;
  font-weight: initial;
  line-height: initial;
}
.single-post .c-meta__item--categories a:hover {
  text-decoration: initial;
  background-color: #333;
  color: #ffffff;
}
.single-post .c-prev-next-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post .c-prev-next-nav__item {
  width: initial;
}
.single-post .c-prev-next-nav__item:not(:first-child) {
  margin-top: 0 !important;
}
.single-post .c-prev-next-nav__item > a {
  padding: 0;
  color: #333;
  background-color: transparent;
}
.single-post .c-prev-next-nav__item-figure {
  background-color: transparent;
}
.single-post .c-prev-next-nav__item-figure img {
  display: none;
}
.single-post .c-prev-next-nav__item-title {
  display: none;
}
.single-post .c-prev-next-nav__item-label {
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */