body {
  font-feature-settings: "palt";
}

label {
  white-space: nowrap;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp-none {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp-none {
    display: block;
  }
}

body #a_loading {
  position: fixed !important;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  transition: opacity 0.5s ease;
  opacity: 1;
  pointer-events: none;
}
#loading-overlay.hidden {
  opacity: 0;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(85, 131, 140, 0);
  pointer-events: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  z-index: 10;
}

body #a_loading.bg_fade::before {
  display: none;
}

.sun-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
}
.sun-img img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1441px) {
  .container_loading {
    max-width: initial;
    padding: 0 30px;
  }
}
body #a_loading .a_loading_logo {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body #a_loading .a_loading_logo img.brand-mark-icon {
  width: auto;
  height: 70px;
  margin-bottom: 14px;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.35));
}
body #a_loading .a_loading_logo img.brand-mark-icon.light {
  filter: invert(1) drop-shadow(0 2px 14px rgba(0, 0, 0, 0.35));
}
@media print, screen and (max-width: 768px) {
  body #a_loading .a_loading_logo img.brand-mark-icon {
    height: 46px;
    margin-bottom: 10px;
  }
}

.sugomori-brand-logo {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 2.2rem;
  letter-spacing: 0.5em;
  display: inline-block;
}
.sugomori-brand-logo.dark {
  color: #1a1a1a;
}
.sugomori-brand-logo.light {
  color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  .sugomori-brand-logo {
    font-size: 1.6rem;
  }
}

.brand-mark-icon {
  display: block;
  width: auto;
  filter: none;
}
.brand-mark-icon.light {
  filter: invert(1);
}

.a_loading_silverridge {
  padding: 40px 50px 0;
  text-align: center;
}
.a_loading_silverridge .sugomori-fv-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
}
.a_loading_silverridge .sugomori-fv-title .sugomori-main-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 2.3vw;
  letter-spacing: 0.42em;
  margin-left: 0.42em;
  color: #ffffff;
  line-height: 1.1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}
@media print, screen and (max-width: 768px) {
  .a_loading_silverridge .sugomori-fv-title .sugomori-main-title {
    font-size: 15px;
    letter-spacing: 0.22em;
    margin-left: 0.22em;
  }
}
.a_loading_silverridge .sugomori-fv-title .sugomori-sub-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 0.65vw;
  letter-spacing: 0.4em;
  margin-left: 0.4em;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
@media print, screen and (max-width: 768px) {
  .a_loading_silverridge .sugomori-fv-title .sugomori-sub-title {
    font-size: 8.5px;
    letter-spacing: 0.25em;
    margin-left: 0.25em;
    margin-top: 5px;
  }
}
@media print, screen and (max-width: 768px) {
  .a_loading_silverridge {
    padding: 24px 20px 0;
  }
}

.sugomori-footer-logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: opacity 0.3s ease;
}
.sugomori-footer-logo-link:hover {
  opacity: 0.8;
}
.sugomori-footer-logo-link .brand-mark-icon {
  height: 42px;
}
@media print, screen and (max-width: 768px) {
  .sugomori-footer-logo-link .brand-mark-icon {
    height: 32px;
  }
}
.sugomori-footer-logo-link .sugomori-footer-title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.18em;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
.sugomori-footer-logo-link .sugomori-footer-title:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
  .sugomori-footer-logo-link .sugomori-footer-title {
    font-size: 1.6rem;
  }
}

.a_loading_rl {
  display: flex;
  flex-direction: row-reverse;
}
.a_loading_rl h1 {
  white-space: pre;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  margin: 33.5px 0 0;
  transform: translateX(13px);
  font-weight: 300;
  font-size: 1.1vw;
  line-height: 2.36;
  letter-spacing: 0.28rem;
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  font-feature-settings: initial;
}
@media print, screen and (max-width: 768px) {
  .a_loading_rl h1 {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.22em;
    margin: 19.5px 0 0;
    transform: translateX(7px);
  }
}

.a_loading_list {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.35) !important;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.a_loading_list ul li a {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  background: transparent !important;
}
.a_loading_list ul li a .cat {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
  color: #ffffff !important;
}
.a_loading_list ul li a .date, .a_loading_list ul li a p {
  color: rgba(255, 255, 255, 0.9) !important;
}

.t-fv__news-title {
  letter-spacing: 0.13em;
  line-height: 1.28;
  padding-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .t-fv__news-title {
    padding-right: 10px !important;
  }
}

.t-fv__news-date {
  letter-spacing: 0.13em;
  line-height: 1.28;
  padding-left: 20px !important;
  padding-right: 13px !important;
}
@media screen and (max-width: 768px) {
  .t-fv__news-date {
    padding-left: 10px !important;
  }
}

.t-fv__news-text {
  letter-spacing: 0.1em;
  line-height: 1.28;
  margin-right: 20px;
}

.t-fv__lead-span {
  margin-top: -10px;
}
@media print, screen and (max-width: 768px) {
  .t-fv__lead-span {
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

@media print, screen and (max-width: 768px) {
  .t-fv__lead-span-sp {
    margin-top: -1px;
  }
}

body .a_loading_reserve a {
  width: 20vw !important;
  min-width: 280px !important;
  padding: 22px 36px !important;
  font-size: 1.25vw !important;
  font-weight: 500;
  max-height: 95px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 8px !important;
  gap: 14px !important;
}
body .a_loading_reserve a img {
  width: 1.5vw !important;
  min-width: 20px !important;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_reserve a {
    width: 100% !important;
    font-size: 17px !important;
    padding: 18px 20px !important;
    border-radius: 0 !important;
  }
  body .a_loading_reserve a img {
    width: 20px !important;
  }
}

.t-reserve__text {
  letter-spacing: 0.08em;
  line-height: 1.28;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 35px;
  background: transparent;
  box-shadow: none;
  transition: padding 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  pointer-events: none;
}
.site-header > * {
  pointer-events: auto;
}
.site-header.is-scrolled {
  padding: 14px 35px;
  background: rgba(10, 12, 16, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}
@media print, screen and (max-width: 768px) {
  .site-header {
    padding: 18px 20px;
  }
  .site-header.is-scrolled {
    padding: 12px 20px;
  }
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.site-header__logo .brand-mark-icon {
  height: 26px;
}
.site-header__logo .site-header__logo-text {
  font-size: 1.15rem;
  letter-spacing: 0.14em;
}
.site-header.is-scrolled .site-header__logo {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media print, screen and (max-width: 768px) {
  .site-header__logo .brand-mark-icon {
    height: 20px;
  }
  .site-header__logo .site-header__logo-text {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }
}

.site-header__nav {
  display: none;
}
@media (min-width: 1080px) {
  .site-header__nav {
    display: flex;
    align-items: center;
    gap: 18px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
  }
}
@media (min-width: 1080px) {
  .site-header.is-scrolled .site-header__nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.site-header__nav a {
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.site-header__nav a:hover {
  color: #ffffff;
}
.site-header__nav .site-header__nav-cta {
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  color: #ffffff;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.site-header__nav .site-header__nav-cta:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.site-header__nav .site-header__nav-lang {
  font-size: 10px !important;
  letter-spacing: 0.12em !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  padding: 4px 10px;
}
.site-header__nav .site-header__nav-lang:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.7);
}

.top-hamburger-btn {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.top-hamburger-btn:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.03);
}
.top-hamburger-btn:hover .hamburger-bar:nth-child(1) {
  transform: translateY(-1.5px);
}
.top-hamburger-btn:hover .hamburger-bar:nth-child(2) {
  transform: translateY(1.5px);
}
.top-hamburger-btn .hamburger-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}

.site-header--on-light:not(.is-scrolled) .top-hamburger-btn {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.15);
}
.site-header--on-light:not(.is-scrolled) .top-hamburger-btn:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.3);
}
.site-header--on-light:not(.is-scrolled) .top-hamburger-btn .hamburger-bar {
  background-color: #1a1a1a;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 9, 13, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.menu-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.menu-overlay .menu-close-btn {
  position: absolute;
  top: 30px;
  right: 35px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.menu-overlay .menu-close-btn:hover {
  border-color: rgba(255, 255, 255, 0.6);
  transform: rotate(90deg);
}
.menu-overlay .menu-close-btn span {
  position: absolute;
  width: 20px;
  height: 1.5px;
  background-color: #ffffff;
}
.menu-overlay .menu-close-btn span:first-child {
  transform: rotate(45deg);
}
.menu-overlay .menu-close-btn span:last-child {
  transform: rotate(-45deg);
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-close-btn {
    top: 20px;
    right: 20px;
  }
}
.menu-overlay .menu-overlay-brand {
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-overlay .menu-overlay-brand .brand-mark-icon {
  height: 64px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 768px) {
  .menu-overlay .menu-overlay-brand .brand-mark-icon {
    height: 46px;
    margin-bottom: 12px;
  }
}
.menu-overlay.open .menu-overlay-brand {
  opacity: 1;
  transform: translateY(0);
}
.menu-overlay .menu-overlay-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.menu-overlay .menu-overlay-nav ul li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(1) {
  transition-delay: 0.24s;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(3) {
  transition-delay: 0.36s;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(4) {
  transition-delay: 0.42s;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(5) {
  transition-delay: 0.48s;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(6) {
  transition-delay: 0.54s;
}
.menu-overlay .menu-overlay-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
.menu-overlay .menu-overlay-nav ul li a.menu-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  transition: 0.3s;
}
.menu-overlay .menu-overlay-nav ul li a.menu-link .jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.menu-overlay .menu-overlay-nav ul li a.menu-link .en {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.5);
}
.menu-overlay .menu-overlay-nav ul li a.menu-link:hover {
  color: #d4a373;
  transform: translateY(-2px);
}
.menu-overlay .menu-overlay-nav ul li a.menu-link:hover .en {
  color: #d4a373;
}
.menu-overlay .menu-overlay-nav ul li a.menu-link.reserve-link {
  margin-top: 15px;
  padding: 12px 35px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
}
.menu-overlay .menu-overlay-nav ul li a.menu-link.reserve-link:hover {
  background: #113E70;
  border-color: #113E70;
  color: #ffffff;
}
.menu-overlay .menu-overlay-nav ul li a.menu-link.reserve-link:hover .en {
  color: rgba(255, 255, 255, 0.8);
}
.menu-overlay.open .menu-overlay-nav ul li {
  opacity: 1;
  transform: translateY(0);
}

.t-concept__box {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.t-concpet__movie-box {
  position: absolute;
  inset: 0;
  z-index: -10;
  overflow: hidden;
}
.t-concpet__movie-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: blur(3px) brightness(0.78) saturate(1.05) contrast(1.05);
  transform: scale(1.08);
  opacity: 0;
  transition: opacity 1.8s ease;
}
.t-concpet__movie-box img.fadeIn {
  opacity: 1;
}
.t-concpet__movie-box img.fadeout {
  opacity: 0;
}

.t-concept__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 12, 8, 0.4) 0%, rgba(6, 12, 8, 0.3) 30%, rgba(6, 12, 8, 0.45) 65%, rgba(4, 8, 6, 0.6) 100%);
  pointer-events: none;
}

.t-concept__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 150px;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .t-concept__container {
    padding: 0 30px;
    max-width: 440px;
    margin-bottom: 60px;
  }
}

.t-concept__cat {
  line-height: 1;
  letter-spacing: 0.3em;
  margin-left: 0 !important;
}

.t-concept__title {
  letter-spacing: 0.28em;
  font-weight: 300;
  line-height: 1.65 !important;
  margin-bottom: 45px !important;
}
@media screen and (max-width: 992px) {
  .t-concept__title {
    margin: 30px 0 35px !important;
  }
}

.t-concept__text {
  letter-spacing: 0.15em;
  line-height: 2.55 !important;
  font-weight: 300;
  margin-left: 0 !important;
  margin-bottom: 0;
  font-size: 1.11111vw;
}
.t-concept__text:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .t-concept__text:not(:first-child) {
    margin-top: 24px;
  }
}

.t-concept__credit {
  margin: 34px 0 0;
  font-size: 11.5px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
}
.t-concept__credit a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.t-concept__credit a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.t-concept__credit a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 992px) {
  .t-concept__credit {
    margin-top: 26px;
  }
}

body main .top_loop_section .swiper .swiper-wrapper .swiper-slide img {
  margin: 0 35px 0 0 !important;
}

.t-feature__number {
  letter-spacing: 0.1em;
}

.t-feature__title {
  letter-spacing: 0.1em !important;
  line-height: 1.03;
  margin: 32px 0 !important;
}
@media screen and (max-width: 768px) {
  .t-feature__title {
    margin: 25px 0 !important;
  }
}

.t-feature__text {
  line-height: 1.9 !important;
}

.f_img {
  width: 88.492% !important;
}
@media screen and (max-width: 768px) {
  .f_img {
    width: 100% !important;
  }
}

.t-enjoy__title-box {
  overflow: hidden;
}

.t-enjoy__title {
  display: inline-block;
  line-height: 1.03 !important;
  letter-spacing: 0.1em !important;
  font-size: 6.52778vw !important;
}
@media print, screen and (max-width: 768px) {
  .t-enjoy__title {
    font-size: 58px !important;
  }
}

.t-enjoy__lead {
  font-size: 2.22vw !important;
}
@media print, screen and (max-width: 768px) {
  .t-enjoy__lead {
    font-size: 20px !important;
  }
}

.t-enjoy__text {
  letter-spacing: 0.08em !important;
  line-height: 1.9 !important;
  font-size: 0.97222vw !important;
}

.t-enjoy__img:nth-child(1) {
  transform: scale(0.5) translate(100%, 50%);
}
.t-enjoy__img:nth-child(2) {
  transform: scale(0.5) translate(70%, 50%);
}
.t-enjoy__img:nth-child(3) {
  transform: scale(0.5) translate(100%, -100%);
}
.t-enjoy__img:nth-child(4) {
  transform: scale(0.5) translate(70%, -50%);
}
.t-enjoy__img:nth-child(5) {
  transform: scale(0.5) translate(-100%, 100%);
}
.t-enjoy__img:nth-child(6) {
  transform: scale(0.5) translate(-60%, 100%);
}
.t-enjoy__img:nth-child(7) {
  transform: scale(0.5) translate(-100%, -30%);
}
.t-enjoy__img:nth-child(8) {
  transform: scale(0.5) translate(-80%, 0%);
}
.t-enjoy__img:nth-child(9) {
  transform: scale(0.5) translate(-100%, -100%);
}
.t-enjoy__img:nth-child(10) {
  transform: scale(0.5) translate(-30%, -50%);
}

.top_room_section {
  padding: 100px 0 70px !important;
  background-color: #FAF6F0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.top_room_section::before, .top_room_section::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}
.top_room_section::before {
  top: -120px;
  left: -100px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(140, 123, 104, 0.16) 0%, rgba(140, 123, 104, 0) 70%);
}
.top_room_section::after {
  bottom: -140px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(17, 62, 112, 0.08) 0%, rgba(17, 62, 112, 0) 70%);
}
.top_room_section > .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top_room_section {
    padding: 60px 0 40px !important;
  }
}

.room_yamakuma_header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .room_yamakuma_header {
    margin-bottom: 30px;
  }
}
.room_yamakuma_header .room_cat_label {
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #8C7B68;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}
.room_yamakuma_header .room_cat_label::before, .room_yamakuma_header .room_cat_label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #D3CDC5;
}
.room_yamakuma_header .room_cat_label::before {
  right: 100%;
  margin-right: 15px;
}
.room_yamakuma_header .room_cat_label::after {
  left: 100%;
  margin-left: 15px;
}
.room_yamakuma_header .room_main_title {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #212123;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .room_yamakuma_header .room_main_title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.room_yamakuma_header .room_sub_desc {
  font-size: 13.5px;
  line-height: 1.9;
  color: #555555;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .room_yamakuma_header .room_sub_desc {
    font-size: 12.5px;
    line-height: 1.75;
  }
}

.room_yamakuma_grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.82fr);
  gap: 44px;
  align-items: start;
}
@media print, screen and (max-width: 960px) {
  .room_yamakuma_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.room_left_gallery {
  width: 100%;
  overflow: hidden;
}
.room_left_gallery .room_yamakuma_slider {
  width: 100% !important;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.room_left_gallery .room_yamakuma_slider .swiper-wrapper {
  width: 100%;
}
.room_left_gallery .room_yamakuma_slider .swiper-slide {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 4px;
  margin: 0 !important;
}
.room_left_gallery .room_yamakuma_slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 68%;
}
.room_left_gallery .room_yamakuma_slider .yamakuma_prev,
.room_left_gallery .room_yamakuma_slider .yamakuma_next {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.room_left_gallery .room_yamakuma_slider .yamakuma_prev::after,
.room_left_gallery .room_yamakuma_slider .yamakuma_next::after {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.room_left_gallery .room_yamakuma_slider .yamakuma_prev:hover,
.room_left_gallery .room_yamakuma_slider .yamakuma_next:hover {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .room_left_gallery .room_yamakuma_slider .yamakuma_prev,
  .room_left_gallery .room_yamakuma_slider .yamakuma_next {
    width: 30px;
    height: 30px;
  }
  .room_left_gallery .room_yamakuma_slider .yamakuma_prev::after,
  .room_left_gallery .room_yamakuma_slider .yamakuma_next::after {
    font-size: 11px;
  }
}
.room_left_gallery .room_thumb_row {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 8px;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .room_left_gallery .room_thumb_row {
    display: flex;
    overflow-x: auto;
    gap: 7px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .room_left_gallery .room_thumb_row::-webkit-scrollbar {
    height: 3px;
  }
  .room_left_gallery .room_thumb_row::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }
}
.room_left_gallery .room_thumb_row .thumb_box {
  position: relative;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1.5px transparent;
}
@media screen and (max-width: 768px) {
  .room_left_gallery .room_thumb_row .thumb_box {
    width: 76px;
    min-width: 76px;
    height: 56px;
    flex-shrink: 0;
  }
}
.room_left_gallery .room_thumb_row .thumb_box:hover {
  opacity: 1;
}
.room_left_gallery .room_thumb_row .thumb_box.active {
  opacity: 1;
  box-shadow: inset 0 0 0 2px #8C7B68;
}
.room_left_gallery .room_thumb_row .thumb_box.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8C7B68;
}
@media screen and (max-width: 768px) {
  .room_left_gallery .room_thumb_row .thumb_box.active::after {
    display: none;
  }
}

.room_right_content .room_info_card {
  border-top: 1px solid #D3CDC5;
  padding-top: 30px;
}
.room_right_content .room_floorplan_card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAE6DF;
  min-height: 340px;
}
@media screen and (max-width: 768px) {
  .room_right_content .room_floorplan_card {
    padding-bottom: 18px;
    min-height: 230px;
  }
}
.room_right_content .room_floorplan_card .floorplan_img {
  max-height: 330px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .room_right_content .room_floorplan_card .floorplan_img {
    max-height: 230px;
  }
}
.room_right_content .room_spec_table {
  padding: 4px 0 0;
}
@media screen and (max-width: 768px) {
  .room_right_content .room_spec_table {
    padding: 4px 0 0;
  }
}
.room_right_content .room_spec_table .spec_table_row {
  display: flex;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #EAE6DF;
  font-size: 13.5px;
  letter-spacing: 0.04em;
}
.room_right_content .room_spec_table .spec_table_row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .room_right_content .room_spec_table .spec_table_row {
    flex-direction: column;
    padding: 10px 0;
    gap: 4px;
  }
}
.room_right_content .room_spec_table .spec_table_row .spec_th {
  width: 130px;
  flex-shrink: 0;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .room_right_content .room_spec_table .spec_table_row .spec_th {
    width: 100%;
    font-size: 12px;
    color: #777777;
  }
}
.room_right_content .room_spec_table .spec_table_row .spec_td {
  color: #444444;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .room_right_content .room_spec_table .spec_table_row .spec_td {
    font-size: 13px;
  }
}

.t-active__tag {
  letter-spacing: 0.15em !important;
  line-height: 1.03 !important;
}

.t-active__title {
  letter-spacing: 0.08em !important;
  line-height: 1.15 !important;
}

.t-active__text {
  letter-spacing: 0.08em !important;
  line-height: 1.68 !important;
}

body main .top_room_section {
  padding-bottom: 0 !important;
}

.t-room__lead {
  letter-spacing: 0.1em !important;
  line-height: 1;
  font-size: 1.11111vw;
}
@media print, screen and (max-width: 768px) {
  .t-room__lead {
    font-size: 13px !important;
  }
}

.t-room__number {
  letter-spacing: 0.1em !important;
  font-size: 1.04167vw !important;
}
@media print, screen and (max-width: 768px) {
  .t-room__number {
    font-size: 13px !important;
  }
}

.t-room__title-en {
  letter-spacing: 0.1em !important;
  line-height: 1.03 !important;
}

.t-room__title-jp {
  letter-spacing: 0.08em !important;
  line-height: 1.68 !important;
  margin-bottom: 1.5% !important;
}

.t-room__text {
  letter-spacing: 0.08em !important;
  line-height: 1.9;
}

.t-room__link {
  position: relative;
  letter-spacing: 0.08em !important;
  line-height: 1.68 !important;
  font-size: 1.11111vw;
}
.t-room__link::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #212123;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.t-room__link:hover::after {
  transform: scale(1, 1);
}

.amenities_wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 769px) {
  .amenities_wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .amenities_wrapper {
    margin-top: 40px;
    gap: 20px;
  }
}

.amenity_category_block {
  border-top: 1px solid #E2E8F0;
  padding-top: 20px;
}
.amenity_category_block .amenity_category_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  padding: 10px 0 20px;
  cursor: pointer;
  text-align: left;
  outline: none;
  transition: opacity 0.2s ease;
}
.amenity_category_block .amenity_category_header:hover {
  opacity: 0.75;
}
.amenity_category_block .amenity_category_header .category_title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .amenity_category_block .amenity_category_header .category_title {
    font-size: 16px;
  }
}
.amenity_category_block .amenity_category_header .category_toggle_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.amenity_category_block .amenity_category_header .category_toggle_icon::before, .amenity_category_block .amenity_category_header .category_toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #2b3a4a;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.amenity_category_block .amenity_category_header .category_toggle_icon::before {
  width: 18px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.amenity_category_block .amenity_category_header .category_toggle_icon::after {
  width: 1.5px;
  height: 18px;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.amenity_category_block:not(.is-open) .amenity_category_header .category_toggle_icon::after {
  opacity: 1;
}
.amenity_category_block .amenity_collapse_content {
  overflow: hidden;
  padding-bottom: 20px;
}
.amenity_category_block .amenity_tiles_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
@media print, screen and (max-width: 1100px) {
  .amenity_category_block .amenity_tiles_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }
}
@media print, screen and (max-width: 820px) {
  .amenity_category_block .amenity_tiles_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
@media print, screen and (max-width: 576px) {
  .amenity_category_block .amenity_tiles_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.amenity_category_block .amenity_tiles_grid .amenity_tile {
  background-color: #dceae9;
  color: #2c3a39;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 16px 8px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  box-sizing: border-box;
  word-break: break-word;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.amenity_category_block .amenity_tiles_grid .amenity_tile:hover {
  background-color: #d0e0df;
}
@media screen and (max-width: 768px) {
  .amenity_category_block .amenity_tiles_grid .amenity_tile {
    font-size: 12.5px;
    padding: 12px 6px;
    border-radius: 3px;
  }
}
.amenity_category_block .price_table .price_row {
  display: flex;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #EAE6DF;
  font-size: 13.5px;
  letter-spacing: 0.04em;
}
.amenity_category_block .price_table .price_row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .amenity_category_block .price_table .price_row {
    flex-direction: column;
    padding: 10px 0;
    gap: 4px;
  }
}
.amenity_category_block .price_table .price_th {
  width: 130px;
  flex-shrink: 0;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .amenity_category_block .price_table .price_th {
    width: 100%;
    font-size: 12px;
    color: #777777;
  }
}
.amenity_category_block .price_table .price_td {
  color: #444444;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .amenity_category_block .price_table .price_td {
    font-size: 13px;
  }
}
.amenity_category_block .price_panel {
  width: 100%;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(140, 123, 104, 0.08);
}
@media screen and (max-width: 768px) {
  .amenity_category_block .price_panel {
    padding: 28px 22px;
  }
}
.amenity_category_block .price_panel_eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #8C7B68;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D3CDC5;
}
.amenity_category_block .price_panel_amount {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #212123;
  margin: 0 0 24px;
}
.amenity_category_block .price_panel_amount strong {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .amenity_category_block .price_panel_amount {
    font-size: 1.3rem;
  }
  .amenity_category_block .price_panel_amount strong {
    font-size: 1.55rem;
  }
}
.amenity_category_block .price_panel .price_table {
  margin-bottom: 24px;
}
.amenity_category_block .price_panel_note {
  font-size: 12px;
  line-height: 1.9;
  color: #777777;
  letter-spacing: 0.03em;
  margin: 0 0 28px;
}
.amenity_category_block .price_panel_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  background: #113E70;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.15em;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
.amenity_category_block .price_panel_cta:hover {
  background: #0c2c52;
}

body main .top_room_section .top_room_slide_box .swiper .swiper-wrapper .swiper-slide {
  width: 27.362% !important;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .top_room_slide_box .swiper .swiper-wrapper .swiper-slide {
    width: 71.47% !important;
  }
}

body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide {
  width: 25% !important;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide {
    width: 64% !important;
  }
}

.t-qa {
  padding: 120px 0 !important;
}
@media screen and (max-width: 768px) {
  .t-qa {
    padding: 60px 0 !important;
  }
}
.t-qa__container {
  max-width: 1264px !important;
}
@media screen and (max-width: 768px) {
  .t-qa__container {
    padding: 0 30px;
  }
}
.t-qa__title-box {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-qa__title-box {
    display: flex;
    gap: 14px;
    align-items: flex-end;
  }
}
.t-qa__title {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.t-qa__title span {
  display: block;
  letter-spacing: 0.12em;
  line-height: 1.68;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .t-qa__title span {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-qa__title {
    font-size: 45px;
  }
}
.t-qa__title img {
  margin-left: 0;
}
.t-qa__box {
  width: 58.624% !important;
}
@media screen and (max-width: 768px) {
  .t-qa__box {
    width: 100% !important;
  }
}
.t-qa__item {
  padding: 34px 0 !important;
}
.t-qa__item:first-child {
  padding: 0 0 34px !important;
}
@media screen and (max-width: 768px) {
  .t-qa__item:first-child {
    padding: 0 0 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .t-qa__item {
    padding: 20px 0 !important;
  }
}
.t-qa__item-title {
  letter-spacing: 0.08em;
  line-height: 1.68 !important;
}
.t-qa__item ul li {
  letter-spacing: 0.08em !important;
  line-height: 1.9 !important;
}
.t-qa__btn::before {
  width: 12px !important;
}
.t-qa__btn::after {
  height: 12px !important;
}

.video_bg_section {
  position: relative;
  overflow: hidden;
}

.video_bg_sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100dvh;
  margin-bottom: -100dvh;
  z-index: 0;
  overflow: hidden;
}

.video_bg_sticky__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_bg_sticky__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 10, 8, 0.28);
}

.t-qa.t-qa--on-video {
  background-color: rgba(255, 255, 255, 0.85) !important;
  position: relative;
  z-index: 1;
}

.t-access.t-access--on-video {
  background-color: rgba(249, 249, 249, 0.85) !important;
  position: relative;
  z-index: 1;
}

.t-access {
  padding: 148px 0 80.5px !important;
  background-color: #f9f9f9 !important;
}
@media screen and (max-width: 768px) {
  .t-access {
    padding: 60px 0 !important;
  }
}
.t-access__container {
  max-width: 1264px !important;
}
@media screen and (max-width: 768px) {
  .t-access__container {
    padding: 0 30px;
  }
}
.t-access__title-box {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-access__title-box {
    display: flex;
    gap: 14px;
    align-items: baseline;
  }
}
.t-access__title {
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.t-access__title span {
  display: block !important;
  letter-spacing: 0.12em;
  line-height: 1.68;
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .t-access__title span {
    margin-top: 0;
    margin-left: 15px !important;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .t-access__title {
    font-size: 45px;
  }
}
.t-access__map-text {
  margin-top: 88px !important;
  margin-bottom: 16px !important;
  letter-spacing: 0.13em;
  line-height: 1.56;
  color: #1E1E1E;
}
@media screen and (max-width: 768px) {
  .t-access__map-text {
    margin-top: 35px !important;
    margin-bottom: 12px !important;
  }
}
.t-access__map {
  letter-spacing: 0.05em;
  line-height: 1;
  color: #212123;
}
.t-access__traffic span,
.t-access__traffic p {
  letter-spacing: 0.13em;
  line-height: 1.56;
}
.t-access__traffic p {
  margin: 6px 0 15px !important;
  font-size: 1.04167vw;
}
.t-access__traffic p:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .t-access__traffic p {
    margin: 5px 0 10px !important;
    font-size: 13px;
  }
  .t-access__traffic p:last-child {
    margin-bottom: 0 !important;
  }
}

.access_main_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .access_main_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.access_info_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.access_info_col .access_address_box {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #E8ECEF;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.access_info_col .access_address_box .access_label {
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #9B9B9B;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
.access_info_col .access_address_box .adress_txt {
  font-size: 1.25rem !important;
  font-weight: 500;
  color: #212123;
  margin: 0 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .access_info_col .access_address_box .adress_txt {
    font-size: 16px !important;
  }
}
.access_info_col .access_address_box .adress_sub_txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  color: #7A808A;
  margin: 4px 0 16px;
}
.access_info_col .access_address_box .map_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #113E70;
  text-decoration: none;
  border-bottom: 1px solid #113E70;
  padding-bottom: 2px;
  transition: 0.3s;
}
.access_info_col .access_address_box .map_link:hover {
  opacity: 0.7;
}
.access_info_col .traffic_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .access_info_col .traffic_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.access_info_col .traffic_grid .traffic_box {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #E8ECEF;
}
.access_info_col .traffic_grid .traffic_box h3 {
  font-size: 15px;
  color: #113E70;
  font-weight: 600;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(17, 62, 112, 0.1);
  padding-bottom: 8px;
}
.access_info_col .traffic_grid .traffic_box .traffic_item {
  margin-bottom: 14px;
}
.access_info_col .traffic_grid .traffic_box .traffic_item:last-child {
  margin-bottom: 0;
}
.access_info_col .traffic_grid .traffic_box .traffic_item .route_type {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8C939E;
  letter-spacing: 0.05em;
}
.access_info_col .traffic_grid .traffic_box .traffic_item p {
  font-size: 13px;
  color: #333333;
  margin: 3px 0 0 !important;
  line-height: 1.5;
}

.access_map_col .google_map_wrapper {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #E2E6EA;
}
.access_map_col .google_map_wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
}
@media screen and (max-width: 768px) {
  .access_map_col .google_map_wrapper {
    min-height: 320px;
  }
  .access_map_col .google_map_wrapper iframe {
    min-height: 320px;
  }
}

.t-news {
  padding: 120px 0 128px !important;
}
@media screen and (max-width: 768px) {
  .t-news {
    padding: 60px 0 !important;
  }
}
.t-news__container {
  max-width: 1264px !important;
}
@media screen and (max-width: 768px) {
  .t-news__container {
    padding: 0 30px;
  }
}
.t-news__title-box {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t-news__title-box {
    display: flex;
    gap: 14px;
    align-items: baseline;
  }
}
.t-news__title {
  font-size: 5vw !important;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em !important;
}
.t-news__title span {
  display: block !important;
  letter-spacing: 0.12em;
  line-height: 1.68;
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .t-news__title span {
    margin-top: 0 !important;
    margin-left: 15px !important;
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 768px) {
  .t-news__title {
    font-size: 45px !important;
  }
}
.t-news__box {
  width: 58.624% !important;
}
@media screen and (max-width: 768px) {
  .t-news__box {
    margin-top: 40px !important;
    width: 100% !important;
  }
}
.t-news__date {
  letter-spacing: 0.05em !important;
  line-height: 1;
  margin-right: 32px !important;
  font-size: 1.180556vw !important;
}
@media screen and (max-width: 768px) {
  .t-news__date {
    margin-bottom: 11px !important;
    font-size: 13px !important;
  }
}
.t-news__text {
  letter-spacing: 0.08em !important;
  line-height: 1.68;
  font-size: 1.11111vw;
  color: #212123;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .t-news__text {
    font-size: 14px;
  }
}
.t-news__more {
  position: relative;
  margin-top: 54px !important;
  letter-spacing: 0.08em !important;
  line-height: 1.68;
}
.t-news__more::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #212123;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.t-news__more:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .t-news__more {
    margin-top: 36px !important;
  }
}
.t-news__link {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .t-news__link {
    padding-bottom: 20px !important;
  }
}

.t-book__text {
  letter-spacing: 0.12em;
  line-height: 1.68;
}
.t-book__title-box {
  overflow: hidden;
}
.t-book__title {
  font-size: 5vw !important;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em !important;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .t-book__title {
    font-size: 44px !important;
  }
}

.date_489ban dd label {
  display: none;
}

dd {
  background-color: #ffffff !important;
}

@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .date_489ban > dd {
    display: inline-flex;
    flex-wrap: wrap;
  }
}
.f-language__box {
  display: flex;
  margin-right: 50px;
  gap: 30px;
  position: relative;
}
.f-language__box::after {
  position: absolute;
  content: "";
  width: 0.5px;
  height: 100%;
  background-color: #9e9e9e;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f-language__box a {
  font-size: 10px;
  letter-spacing: 0.05em !important;
  line-height: 1.45 !important;
  color: #797979 !important;
  text-decoration: none !important;
}
.f-language__box .f-language__select {
  color: #000 !important;
  text-decoration: underline !important;
}
@media print, screen and (max-width: 768px) {
  .f-language__box {
    margin-right: 20px;
  }
}

.t-title__lead {
  font-size: 1.25vw;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 0.12em;
  line-height: 1.68;
  color: #212123;
  font-weight: 500;
}
@media print, screen and (max-width: 768px) {
  .t-title__lead {
    margin-top: 0;
    font-size: 14px;
  }
}

.t-header__img {
  width: 230px;
}
.t-header__img a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .col-lg-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }
}
.text-animation__enjoy,
.text-animation {
  transition: 1s ease-in-out;
  transform: translate3d(0, -100%, 0) skewY(-20deg);
  transform-origin: left;
}

.text-animation__move {
  transform: translate3d(0, 0, 0) skewY(0);
}

.fadeout {
  animation: fadeOut 1s !important;
  animation-fill-mode: both !important;
}

.fadeIn {
  animation: fadeIn 2s !important;
  animation-fill-mode: both !important;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.en-main {
  font-family: "Zen Old Mincho", serif !important;
}

.loading-overlay__en,
.a_loading_list-en,
.t-reserve__text-en,
.t-concept__container-en {
  font-family: "Zen Old Mincho", serif;
}

.t-concept__title-en {
  white-space: nowrap;
  letter-spacing: 0.1em !important;
}

.t-concept__text-en {
  letter-spacing: 0.1em;
}

.a_loading_rl h1.t-fv__lead-en {
  writing-mode: unset;
  line-height: 1.52;
  letter-spacing: 0.1em;
}

.t-feature__lead-en {
  writing-mode: unset !important;
  letter-spacing: 0.1em !important;
  line-height: 2.55 !important;
  white-space: unset !important;
  text-align: center !important;
}
@media print, screen and (max-width: 768px) {
  .t-feature__lead-en {
    line-height: 2 !important;
    float: right;
    text-align: right !important;
    font-size: 16px !important;
  }
}

.t-enjoy__lead-en {
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 768px) {
  .t-enjoy__lead-en {
    writing-mode: unset !important;
    white-space: unset !important;
    text-align: center !important;
    line-height: 1.72 !important;
    margin: 88px 0 !important;
  }
}

.t-title__lead-en {
  letter-spacing: 0.08em !important;
  white-space: nowrap;
}

.t-book__text-en {
  letter-spacing: 0.08em !important;
}

.f_text-en {
  padding: 0 3.449vw !important;
}
@media print, screen and (max-width: 768px) {
  .f_text-en {
    padding: 0 !important;
  }
}

@media print, screen and (max-width: 768px) {
  .f_text_01-en {
    width: 100% !important;
  }
}

@media print, screen and (max-width: 768px) {
  .t-feature__text-en {
    width: 66.67%;
    float: left;
    margin-top: 40px !important;
  }
}

.t-access__traffic-en {
  width: 20.962% !important;
}
@media screen and (max-width: 768px) {
  .t-access__traffic-en {
    width: 63.288% !important;
  }
}

@media print, screen and (max-width: 768px) {
  .t-access__flex-en {
    margin-top: 46.923vw !important;
  }
}

@media print, screen and (max-width: 690px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.t-enjoy__img-en01 {
    top: 30.5% !important;
  }
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.t-enjoy__img-en02 {
    top: 49.5% !important;
  }
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.t-enjoy__img-en03 {
    top: 28.6% !important;
  }
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.t-enjoy__img-en04 {
    top: 36.5% !important;
  }
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.t-enjoy__img-en05 {
    top: 52.5% !important;
  }
}
@media screen and (max-width: 768px) {
  .t-access__trafficspan p,
  .t-access__traffic span {
    line-height: 1.58 !important;
    letter-spacing: 0.08em !important;
  }
}

body .a_loading_list ul li a img {
  width: 9px;
  align-self: center;
}
