.font-english {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

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

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

.pb160 {
  padding-bottom: 160px !important;
}
@media (max-width: 767px) {
  .pb160 {
    padding-bottom: 120px !important;
  }
}

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

.mt20 {
  margin-top: 20px !important;
}

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

.en_fs12 {
  font-size: 12px !important;
  display: block !important;
}

.en_fs14 {
  font-size: 14px !important;
  display: block !important;
}

.en_fs14b {
  font-size: 14px !important;
  display: block !important;
  font-weight: bold !important;
}

/*.en_default {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
              Roboto, "Helvetica Neue", Arial, sans-serif !important;
}*/
body {
  overflow-x: hidden;
  background: #111111;
  color: #ffffff;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: transparent;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .header {
    padding: 0 15px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .header__right {
    gap: 15px;
  }
}
.header__logo {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  flex-shrink: 0;
  text-align: left;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo span {
  display: block;
}
@media (max-width: 767px) {
  .header__logo {
    font-size: 14px;
  }
}
.header__logo-small {
  font-size: 10px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .header__logo-small {
    font-size: 8px;
  }
}
.header__menu-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.header__menu-toggle span {
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.header__instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .header__instagram {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .header__instagram:hover {
    opacity: 0.7;
  }
}
.header__instagram img {
  width: 100%;
  height: 100%;
  display: block;
}
.header__booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header__booking {
    padding: 6px 15px;
  }
}
@media (min-width: 768px) {
  .header__booking:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6);
  }
}
.header__booking span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .header__booking span {
    font-size: 14px;
  }
}
.header__booking span.font-english {
  font-size: 10px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .header__booking span.font-english {
    font-size: 9px;
  }
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  background: transparent;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
.sidebar__menu-item {
  margin-bottom: 20px;
}
.sidebar__menu-item a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.3s;
}
.sidebar__menu-item a span {
  font-size: 11px;
  letter-spacing: 0.01em;
  display: block;
}
.sidebar__menu-item a:hover {
  opacity: 0.7;
}

.main-content {
  width: 100%;
}

.first-view {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-view__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.first-view__title {
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity 1s ease-out;
}
.first-view__title span {
  font-size: 12px;
  display: block;
}
@media (max-width: 767px) {
  .first-view__title {
    font-size: 36px;
  }
}
.first-view__title.fade-out {
  opacity: 0;
}
.first-view__info {
  font-size: 13px;
  color: #fff;
  text-align: center;
  z-index: 4;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  max-width: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: 100px;
}
.first-view__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.first-view__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}
.first-view__notice {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(142, 152, 19, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-size: 13px;
  z-index: 4;
}
@media (max-width: 767px) {
  .first-view__notice {
    padding: 12px 15px;
    font-size: 14px;
  }
}
.first-view__mute-toggle {
  position: absolute;
  bottom: 74px;
  right: 24px;
  width: 30px;
  height: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .first-view__mute-toggle {
    bottom: 84px;
  }
}
.first-view__mute-icon {
  width: 20px;
  height: 20px;
  color: #fff;
  stroke-width: 1.5;
}

.about-section {
  padding: 160px 20px;
}
@media (max-width: 767px) {
  .about-section {
    padding: 60px 15px;
  }
}
.about-section__content {
  max-width: 768px;
  margin: 0 auto;
}
.about-section__content h2 {
  font-weight: 100;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: left;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about-section__content h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.about-section__columns {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .about-section__columns {
    flex-direction: column;
    gap: 30px;
  }
}
.about-section__column {
  flex: 1;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-section__column {
    flex: none;
  }
}
.about-section__drawing {
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 45px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .about-section__drawing {
    max-width: 250px;
  }
}

.news-section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-section {
    padding: 60px 15px;
    min-height: 400px;
  }
}
.news-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transform: scale(1.1);
  will-change: transform;
}
.news-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.news-section__content {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .news-section__content {
    padding: 0 15px;
  }
}
.news-section__content h2 {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .news-section__content h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
.news-section__subtitle {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .news-section__subtitle {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.news-section__entries {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .news-section__entries {
    margin-bottom: 40px;
  }
}
.news-section__entry-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  margin-bottom: 30px;
}
.news-section__entry-link:hover {
  opacity: 0.8;
}
.news-section__entry {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-section__entry {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
  }
}
.news-section__entry:last-child {
  margin-bottom: 0;
}
.news-section__entry-text {
  flex: 1;
}
.news-section__date {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .news-section__date {
    font-size: 11px;
  }
}
.news-section__entry-title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .news-section__entry-title {
    font-size: 14px;
  }
}
.news-section__entry-subtitle {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}
.news-section__entry-image {
  flex-shrink: 0;
  width: 160px;
  height: 115px;
  background-color: #111111;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-section__entry-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.news-section__entry-img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-section__archives {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .news-section__archives {
    margin-top: 40px;
  }
}
.news-section__archives-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 200px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .news-section__archives-link {
    padding: 10px 25px;
  }
}
@media (min-width: 768px) {
  .news-section__archives-link:hover {
    opacity: 0.7;
  }
}
.news-section__archives-text span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .news-section__archives-text span {
    font-size: 12px;
  }
}
.news-section__archives-text span.font-english {
  font-size: 12px;
}
@media (max-width: 767px) {
  .news-section__archives-text span.font-english {
    font-size: 11px;
  }
}
.news-section__archives-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.content-nav-section {
  padding: 160px 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-nav-section {
    padding: 60px 15px;
  }
}
.content-nav-section__list {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 767px) {
  .content-nav-section__list {
    flex-direction: column;
    gap: 15px;
  }
}
.content-nav-section__item {
  flex: 1;
}
@media (max-width: 767px) {
  .content-nav-section__item {
    flex: none;
  }
}
.content-nav-section__link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 767px) {
  .content-nav-section__link {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  .content-nav-section__link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
  }
  .content-nav-section__link:hover::after {
    opacity: 1;
  }
}
.content-nav-section__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .content-nav-section__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .content-nav-section__link:hover .content-nav-section__img {
    opacity: 0.7;
  }
}
.content-nav-section__title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 22px rgba(0, 0, 0, 0.6);
  z-index: 2;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .content-nav-section__title {
    font-size: 14px;
  }
}
.content-nav-section__title .font-english {
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .content-nav-section__title .font-english {
    font-size: 12px;
  }
}
.content-nav-section__chevron {
  display: block;
  width: 14px;
  height: 14px;
  margin: 8px auto 0;
}
@media (max-width: 767px) {
  .content-nav-section__chevron {
    width: 12px;
    height: 12px;
    margin-top: 6px;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}

.footer {
  background: #111111;
  padding: 40px 20px 80px 20px;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 15px 15px;
  }
}
.footer__content {
  border-top: 1px solid #ffffff;
  max-width: 1000px;
  padding-top: 30px;
  margin: 0 auto;
}
.footer__nav {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-bottom: 20px;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  list-style: none;
  flex-wrap: wrap;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer__nav-list {
    gap: 20px;
    font-size: 11px;
  }
}
.footer__nav-link {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .footer__nav-link {
    font-size: 11px;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.footer__social {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__social {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .footer__social-link {
    font-size: 12px;
  }
}
.footer__social-link:hover {
  opacity: 0.7;
}
.footer__social-icon {
  width: 16px;
  height: 16px;
  display: block;
}
@media (max-width: 767px) {
  .footer__social-icon {
    width: 14px;
    height: 14px;
  }
}
.footer__copyright {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.01em;
}

.modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
}
.modal-menu.is-open {
  display: block;
}
.modal-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.modal-menu__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modal-menu__content {
    padding: 60px 20px;
    justify-content: flex-start;
  }
}
.modal-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #ccc;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  z-index: 2001;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .modal-menu__close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 32px;
  }
}
.modal-menu__close:hover {
  color: #fff;
}
.modal-menu__title {
  color: #ccc;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 767px) {
  .modal-menu__title {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.modal-menu__title-small {
  font-size: 16px;
  display: block;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .modal-menu__title-small {
    font-size: 12px;
  }
}
.modal-menu__nav {
  display: flex;
  gap: 100px;
  width: 100%;
  max-width: 800px;
  align-self: center;
}
@media (max-width: 767px) {
  .modal-menu__nav {
    flex-direction: column;
    gap: 60px;
    align-self: flex-start;
  }
}
.modal-menu__nav-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .modal-menu__nav-main {
    gap: 25px;
  }
}
.modal-menu__nav-secondary {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .modal-menu__nav-secondary {
    gap: 25px;
  }
}
.modal-menu__nav-secondary .modal-menu__link-text {
  font-size: 16px;
}
@media (max-width: 767px) {
  .modal-menu__nav-secondary .modal-menu__link-text {
    font-size: 14px;
  }
}
.modal-menu__nav-secondary .modal-menu__link-en {
  font-size: 11px;
}
@media (max-width: 767px) {
  .modal-menu__nav-secondary .modal-menu__link-en {
    font-size: 10px;
  }
}
.modal-menu__link {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .modal-menu__link {
    gap: 12px;
  }
}
.modal-menu__link:hover {
  color: #fff;
}
.modal-menu__link-line {
  width: 40px;
  height: 1px;
  background: #ccc;
  margin-top: 12px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .modal-menu__link-line {
    width: 30px;
    margin-top: 10px;
  }
}
.modal-menu__link-text-wrapper {
  display: flex;
  flex-direction: column;
}
.modal-menu__link-text {
  font-size: 15px;
  line-height: 1.6;
  display: block;
}
@media (max-width: 767px) {
  .modal-menu__link-text {
    font-size: 14px;
  }
}
.modal-menu__link-en {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modal-menu__link-en {
    font-size: 12px;
  }
}

body.under .page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.under .page-header {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
body.under .page-title-wrapper {
  flex: 1;
}
body.under .page-title {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.under .page-title {
    font-size: 16px;
  }
}
body.under .page-title-en {
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 767px) {
  body.under .page-title-en {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body.under .page-header--privacy {
  margin-top: 80px;
}

.under-page {
  padding-top: 80px;
}
.under-page__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
@media (max-width: 767px) {
  .under-page__content {
    padding: 40px 15px 60px;
  }
}
.under-page__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .under-page__header {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.under-page__title-wrapper {
  flex: 1;
}
.under-page__title {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .under-page__title {
    font-size: 16px;
  }
}
.under-page__title-en {
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 767px) {
  .under-page__title-en {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.under-page__subtitle {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .under-page__subtitle {
    font-size: 20px;
  }
}
.under-page__subtitle-en {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  .under-page__subtitle-en {
    font-size: 16px;
  }
}
.under-page__disclaimer-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .under-page__disclaimer-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.under-page__disclaimer-wrapper--other {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .under-page__disclaimer-wrapper--other {
    margin-top: 60px;
  }
}
.under-page__divider {
  border: none;
  border-top: 1px solid #fff;
  margin: 80px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .under-page__divider {
    margin: 60px 0;
  }
}
.under-page__disclaimer {
  font-size: 11px;
  color: #999;
  margin-top: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .under-page__disclaimer {
    font-size: 10px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.under-page__disclaimer--bottom {
  margin-top: 40px;
  margin-bottom: 32px;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .under-page__disclaimer--bottom {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}
.under-page__disclaimer--inline {
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .under-page__disclaimer--inline {
    margin-top: 20px;
  }
}
.under-page__services {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .under-page__services {
    gap: 60px;
  }
}
.under-page__service {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .under-page__service {
    flex-direction: column;
    gap: 30px;
  }
}
.under-page__service-image {
  flex: 0 0 calc(45% - 15px);
  width: calc(45% - 15px);
}
@media (max-width: 767px) {
  .under-page__service-image {
    flex: 1;
    width: 100%;
  }
}
.under-page__hourly-images {
  flex: 0 0 calc(45% - 15px);
  width: calc(45% - 15px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .under-page__hourly-images {
    flex: 1;
    width: 100%;
    gap: 15px;
  }
}
.under-page__hourly-image-main {
  width: 100%;
}
.under-page__service-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 4px;
}
.under-page__service-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .under-page__service-content-wrapper {
    gap: 30px;
  }
}
.under-page__service-content {
  flex: 1;
}
.under-page__service-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .under-page__service-header {
    margin-bottom: 16px;
  }
}
.under-page__service-title {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .under-page__service-title {
    font-size: 18px;
  }
}
.under-page__service-tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  border: 1px solid #666;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
}
@media (max-width: 767px) {
  .under-page__service-tag {
    font-size: 12px;
    padding: 3px 10px;
  }
}
.under-page__service-tag--dinner {
  color: #A57600;
  border-color: #A57600;
}
.under-page__service-tag--lunch {
  color: #FF5100;
  border-color: #FF5100;
}
.under-page__service-description {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .under-page__service-description {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.under-page__service-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .under-page__service-details {
    margin: 0 0 16px 0;
  }
}
.under-page__service-details li {
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .under-page__service-details li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.under-page__service-details li:last-child {
  margin-bottom: 0;
}
.under-page__service-details li a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.under-page__service-details li a:hover {
  opacity: 0.7;
}
.under-page__course-breakdown {
  margin-top: 0px;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .under-page__course-breakdown {
    margin-top: 24px;
    padding: 16px;
  }
}
.under-page__course-item {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .under-page__course-item {
    margin-bottom: 20px;
  }
}
.under-page__course-item:last-child {
  margin-bottom: 0;
}
.under-page__course-name {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 400;
}
.under-page__course-menu {
  font-size: 13px;
  line-height: 1.8;
  color: #ccc;
  margin: 0;
}
@media (max-width: 767px) {
  .under-page__course-menu {
    font-size: 12px;
  }
}
.under-page__contact-content {
  max-width: 640px;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .under-page__contact-content {
    margin-top: 30px;
  }
}
.under-page__contact-intro {
  font-size: 14px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .under-page__contact-intro {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.under-page__contact-intro-en {
  font-size: 14px;
  line-height: 1.8;
  color: #ddd;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .under-page__contact-intro-en {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.under-page__form-placeholder {
  border: none;
  margin: 0;
  padding: 0;
}
.under-page__form-iframe {
  width: 100%;
  max-width: 640px;
  min-height: 1300px;
  display: block;
}
.under-page__privacy-content {
  margin-top: 0;
  max-width: 640px;
}
@media (max-width: 767px) {
  .under-page__privacy-content {
    margin-top: 30px;
  }
}
.under-page #privacy {
  margin-bottom: 10px;
}
.under-page #privacy h1 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .under-page #privacy h1 {
    margin-top: 80px;
  }
}
.under-page .under-page__privacy-subtitle {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 12px;
}
.under-page .under-page__privacy-description {
  font-size: 12px;
  margin-bottom: 16px;
}
.under-page .under-page__privacy-description li {
  font-size: 12px;
  color: #ffffff;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .under-page .under-page__privacy-description li {
    font-size: 12px;
  }
}
.under-page .under-page__privacy-footer {
  margin-top: 32px;
  font-size: 11px;
}

.tourism-spot {
  display: flex;
  gap: 60px;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .tourism-spot {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .tourism-spot {
    flex-direction: column;
    gap: 0;
    margin-bottom: 60px;
  }
}
.tourism-spot--lower {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .tourism-spot--lower {
    flex-direction: column;
  }
}
.tourism-spot__title {
  font-size: 22px;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 8px;
}
.tourism-spot__title-en {
  font-size: 20px;
  margin-bottom: 24px;
  display: block;
}
.tourism-spot .jp-description {
  font-size: 13px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 16px;
}
.tourism-spot .en-description {
  font-size: 14px;
  margin-bottom: 16px;
}
.tourism-spot .tourism-spot__access {
  font-size: 13px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 26px;
}
.tourism-spot .tourism-spot__access-en {
  font-size: 13px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 16px;
}
.tourism-spot .tourism-spot__map-link {
  font-size: 13px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 16px;
  text-decoration: underline;
}
.tourism-spot__images {
  flex: 0 0 calc(45% - 15px);
  width: calc(45% - 15px);
}
@media (max-width: 767px) {
  .tourism-spot__images {
    flex: 1;
    width: 100%;
  }
}

.tourism-newsletter {
  text-align: center;
  padding: 0 0 80px 0;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .tourism-newsletter {
    padding: 60px 20px;
    margin-top: 60px;
  }
}
.tourism-newsletter__text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tourism-newsletter__text {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.tourism-newsletter__button {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .tourism-newsletter__button {
    padding: 10px 32px;
    font-size: 13px;
  }
}
.tourism-newsletter__button:hover {
  opacity: 0.7;
}

.under-wide-page__image {
  width: 100%;
}
.under-wide-page__header {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.under-wide-page__header__title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1022px) {
  .under-wide-page__header__title {
    left: 0;
  }
}
.under-wide-page__header__title span {
  display: block;
  font-size: 32px;
  letter-spacing: 0.03em;
  font-weight: 100;
  line-height: 1.4;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1000px;
}
@media (max-width: 767px) {
  .under-wide-page__header__title span {
    font-size: 24px;
  }
}
.under-wide-page__header__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition: transform 0.1s ease-out;
}
@media (max-width: 767px) {
  .under-wide-page__header__image {
    will-change: auto;
    transition: none;
  }
}

.about-section--description {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 2;
}
.about-section--description > div {
  flex: 1;
}
.about-section--description .font-english {
  font-size: 14px;
}
@media (max-width: 767px) {
  .about-section--description {
    flex-direction: column;
    gap: 30px;
  }
}

.about-list {
  list-style: disc;
  padding-left: 20px;
}
.about-list li {
  font-size: 13px;
  line-height: 1.8;
  color: #ddd;
}

.about-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.about-gallery li {
  width: 142px;
  border-radius: 4px;
  overflow: hidden;
}
.about-gallery li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.amenities-columns {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.amenities-columns .amenities {
  flex: 1;
}
@media (max-width: 767px) {
  .amenities-columns {
    flex-direction: column;
    gap: 36px;
  }
}

.amenities {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 0 20px;
}
.amenities__group {
  max-width: 720px;
}
.amenities__title {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.35;
  margin-bottom: 10px;
}
.amenities__list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.amenities__list li {
  font-size: 14px;
  line-height: 1.2;
  color: #ddd;
  margin-bottom: 4px;
}
.amenities__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .amenities {
    gap: 28px;
  }
}

.access-columns {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .access-columns {
    flex-direction: column;
    gap: 40px;
  }
}
.access-columns__text {
  flex: 1;
}
.access-columns__text h4 {
  font-size: 13px;
}
.access-columns__text p {
  font-size: 13px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 16px;
}
.access-columns__image {
  flex: 1;
}
.access-columns__image img {
  width: 100%;
  height: auto;
}
.access-columns .access-hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}

.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.gallery-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.gallery-modal__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 10001;
}
.gallery-modal__image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.gallery-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.gallery-modal__close:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .gallery-modal__close {
    top: -35px;
    font-size: 35px;
    width: 35px;
    height: 35px;
  }
}

.history-section {
  width: 100%;
  display: flex;
  gap: 40px;
  margin: 0 0 120px 0;
}
.history-section > div {
  flex: 1;
}
@media (max-width: 767px) {
  .history-section {
    flex-direction: column;
    gap: 24px;
  }
}

#history-section-1, #history-section-2, #history-section-3, #history-section-4, #history-section-5, #history-section-6 {
  margin-bottom: 200px;
}
#history-section-1 .history-section__left h2, #history-section-2 .history-section__left h2, #history-section-3 .history-section__left h2, #history-section-4 .history-section__left h2, #history-section-5 .history-section__left h2, #history-section-6 .history-section__left h2 {
  max-width: 360px;
  margin: 0 auto 26px auto;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.35;
}
#history-section-1 .history-section__left p, #history-section-2 .history-section__left p, #history-section-3 .history-section__left p, #history-section-4 .history-section__left p, #history-section-5 .history-section__left p, #history-section-6 .history-section__left p {
  max-width: 360px;
  margin: 0 auto 26px auto;
  font-size: 13px;
  line-height: 1.8;
}
#history-section-1 .history-section__left #img_history2_1, #history-section-2 .history-section__left #img_history2_1, #history-section-3 .history-section__left #img_history2_1, #history-section-4 .history-section__left #img_history2_1, #history-section-5 .history-section__left #img_history2_1, #history-section-6 .history-section__left #img_history2_1 {
  float: right;
  width: 95px;
  height: auto;
  margin: 0 0 10px 12px;
}
#history-section-1 .history-section__left #img_history3_1, #history-section-2 .history-section__left #img_history3_1, #history-section-3 .history-section__left #img_history3_1, #history-section-4 .history-section__left #img_history3_1, #history-section-5 .history-section__left #img_history3_1, #history-section-6 .history-section__left #img_history3_1 {
  width: 198px;
  display: block;
}

#history-section-4 h2, #history-section-4 p {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  #history-section-4 h2, #history-section-4 p {
    max-width: 360px !important;
  }
}

#history-section-2, #history-section-6 {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #history-section-2, #history-section-6 {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #history-section-3 .history-section__right img {
    max-width: 90%;
    margin: 0 0 0 auto;
    display: block;
  }
}

.history2img_text {
  display: block;
  text-align: left;
  padding: 10px 0 0 20px;
}

#history-section-4 {
  display: block;
  max-width: 670px;
  margin: 120px auto 200px auto;
}
#history-section-4 h2 {
  padding-bottom: 26px;
}
#history-section-4 .font-english {
  padding-top: 42px;
}

.history4img_text {
  display: block;
  text-align: right;
  padding: 10px 20px 0 0;
}

.history-section-4__row {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 20px 0 56px 0;
}
@media (max-width: 767px) {
  .history-section-4__row {
    padding: 0 20px;
  }
}
.history-section-4__row .history4-img {
  max-width: 138px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

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

.news-section__entry {
  max-width: 680px;
  margin: 0 auto 20px auto;
}

.journal-pagination {
  text-align: center;
}

.wp_single {
  max-width: 680px;
  margin: 0 auto;
}
.wp_single h1 {
  line-height: 1.35;
  padding-bottom: 10px;
}

.wp_entry_date {
  font-size: 13px;
  margin-bottom: 20px;
}

.wp_entry_title-area {
  margin-bottom: 20px;
}

.entry-content {
  line-height: 1.8;
}

.wp_entry_contents_english {
  margin: 20px 0;
}

.post-thumbnail {
  margin-top: 40px;
  margin-bottom: 20px;
}

.post_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 40px 0;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}
.post_links .post_prev,
.post_links .post_next {
  flex: 1;
  text-align: center;
}
.post_links .post_prev {
  text-align: left;
}
.post_links .post_next {
  text-align: right;
}
.post_links .list_link {
  flex: 0 0 auto;
  margin: 0 20px;
  text-align: center;
}
.post_links .list_link a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.post_links .list_link a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=global.css.map */