@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  .no_pc {
    display: none !important;
  }
}
@media print, screen and (max-width: 768px) {
  .no_sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) {
  .no_xpc {
    display: none !important;
  }
}
@media print, screen and (max-width: 1200px) {
  .no_xsp {
    display: none !important;
  }
}
@media print, screen and (min-width: 440px) {
  .container {
    max-width: unset !important;
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: unset !important;
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 1201px) {
  .container {
    max-width: 1264px !important;
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 768px) {
  .container {
    padding: 0 20px !important;
  }
}
@media print, screen and (min-width: 1440px) {
  .container {
    width: 87.778%;
    max-width: unset !important;
    padding: 0 3.47222vw;
  }
}

@media print, screen and (max-width: 576px) {
  .container-fluid {
    padding: 0 20px !important;
  }
}

@media print, screen and (min-width: 1201px) {
  .container_small {
    max-width: 448px !important;
  }
  .container_header {
    max-width: 1390px !important;
  }
  .container_middle {
    max-width: 870px !important;
  }
  .container_contact {
    max-width: 835px !important;
  }
  .container_book {
    max-width: 1052px !important;
  }
  .container_footer {
    max-width: 1264px !important;
  }
}
body {
  font-family: "Zen Old Mincho", serif;
}

.headline_01 {
  margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  .headline_01 {
    display: flex;
    align-items: end;
  }
}
.headline_01 img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .headline_01 img {
    margin-left: 0.2rem;
  }
}
.headline_01 span {
  font-size: 18px;
  display: inline-block;
  color: #212123;
  margin-top: 30px;
}
@media print, screen and (max-width: 768px) {
  .headline_01 span {
    font-size: 14px;
    margin-left: 1rem;
  }
}

.pagination {
  position: sticky;
  left: 0;
  margin: 60px 0 0;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .pagination {
    margin: 40px 0 0;
  }
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  color: #000000;
  margin: 0 3px;
}
@media print, screen and (max-width: 768px) {
  .pagination .nav-links .page-numbers {
    padding: 5px 5px;
  }
}
.pagination .nav-links a.page-numbers {
  text-decoration: none;
  transition: 0.5s;
}
.pagination .nav-links a.page-numbers:hover {
  opacity: 0.7;
}
.pagination .nav-links .current {
  color: #DADFE4;
}
.pagination .nav-links .dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000000;
  padding: 0;
}

body header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 20px;
}
@media print, screen and (max-width: 768px) {
  body header {
    padding: 20px 20px;
  }
}
body header.bg_trans {
  background-color: transparent !important;
}
body header .header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  body header .header_box {
    justify-content: center;
  }
}
body header .header_box .h_img a {
  text-decoration: none;
  transition: 0.5s;
}
body header .header_box .h_img a:hover {
  opacity: 0.7;
}

@media print, screen and (max-width: 768px) {
  body .h_reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 6;
  }
}
body .h_reserve a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  background-color: #113E70;
  border-radius: 4px;
  vertical-align: middle;
  padding: 20px 40px;
  transition: 0.5s;
  font-size: 15px;
}
@media print, screen and (max-width: 768px) {
  body .h_reserve a {
    width: 100%;
    border-radius: 0;
  }
}
body .h_reserve a::before {
  content: url(../../assets/images/icon_reserve.svg);
  vertical-align: middle;
  margin-right: 10px;
}
body .h_reserve a:hover {
  background-color: #081d36;
}

body #a_loading {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  background-color: #ffffff;
  text-align: center;
  padding: 40px 0 0;
  filter: blur(0px) brightness(100%) contrast(100%) sepia(0%);
  transition: filter 0.3s ease;
}
@media print, screen and (max-width: 768px) {
  body #a_loading {
    padding: 30px 0 0;
  }
}
body #a_loading.bg_fade {
  animation: scaleUp 4s forwards;
  opacity: 0;
  transform: scale(0);
  z-index: -1;
}
body #a_loading.bg_fade .fv-slideshow {
  opacity: 1;
}
body #a_loading .fv-slideshow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
  pointer-events: none;
}
body #a_loading .fv-slideshow .fv-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.8s ease-in-out, transform 6s ease-out;
}
body #a_loading .fv-slideshow .fv-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body #a_loading .fv-slideshow .fv-slide {
    background-attachment: scroll;
  }
}
body #a_loading .a_loading_logo {
  position: absolute;
  top: 50vh;
  top: 50dvh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
}
body #a_loading .a_loading_logo img {
  width: 260px;
}
body #a_loading .a_loading_logo.a_loading_white_logo {
  display: none;
}
body #a_loading .fadeUp {
  animation: fadeUpAnime 0.5s forwards;
  opacity: 0;
}
body #a_loading .a_loading_silverridge img {
  width: 100%;
}

.loadidng-item {
  width: 100vw;
  height: 100dvh;
  border: solid #ffffff;
  border-width: 30vw 82dvh;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .loadidng-item {
    border-width: 90vw 28dvh;
  }
}

.loadidng-item__move {
  animation: loadingAnime 2.5s forwards;
}

.a_loading_silverridge {
  opacity: 0;
  height: 100dvh;
}

.silverridge_fade {
  animation: squarefade 1s forwards;
  opacity: 0;
}

body .a_loading_list {
  position: absolute;
  z-index: 9000;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_list {
    margin: 0 10px;
    left: 0;
    bottom: 69px;
  }
}
body .a_loading_list.list_fade {
  animation: listfade 1s forwards;
  opacity: 0;
}
body .a_loading_list ul {
  list-style: none;
  text-align: left;
  padding-left: initial;
  margin-bottom: initial;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_list ul {
    padding: 0;
    width: 100%;
  }
}
body .a_loading_list ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.04167vw;
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
  position: relative;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  z-index: 0;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_list ul li a {
    font-size: 12px;
  }
}
body .a_loading_list ul li a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_list ul li a::after {
    content: "→";
    vertical-align: middle;
    position: absolute;
    right: 2%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
  }
}
body .a_loading_list ul li a .reserve_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
}
body .a_loading_list ul li a .cat {
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding-right: 15px;
  position: relative;
  z-index: 2;
  font-family: "Zen Old Mincho", serif;
}
body .a_loading_list ul li a .date {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_list ul li a .date {
    width: 70%;
  }
}
body .a_loading_list ul li a p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_list ul li a p {
    margin-top: 5px;
  }
}

body .a_loading_reserve {
  position: fixed;
  z-index: 9000;
  bottom: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
@media print, screen and (max-width: 768px) {
  body .a_loading_reserve {
    width: 100%;
  }
}
body .a_loading_reserve.reserve_fade {
  animation: reservefade 1s forwards;
  opacity: 0;
}
body .a_loading_reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(17, 62, 112, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top-left-radius: 5px;
  width: 16.389vw;
  min-width: 236px;
  transition: 0.5s;
  font-size: 1.04167vw;
  line-height: 3.934;
  max-height: 79px;
}
body .a_loading_reserve a img {
  width: 1.112vw;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  body .a_loading_reserve a {
    width: 100%;
    border-radius: 0;
    font-size: 15px;
  }
  body .a_loading_reserve a img {
    width: 16px;
    height: auto;
  }
}
body .a_loading_reserve a:hover {
  background-color: rgb(17, 62, 112) !important;
}

@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.8);
    animation-timing-function: ease-in;
  }
  50% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.01, 0.01, 0.01, 0.01);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: cubic-bezier(0.25, 0.01, 0.5, 0.01);
  }
}
@keyframes loadingAnime {
  0% {
    border-width: 30vw 82dvh;
  }
  50% {
    border-width: 15vw 41dvh;
    animation-timing-function: cubic-bezier(0.7, 0.02, 0.85, 0.1);
  }
  70% {
    border-width: 14vw 38dvh;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    border-width: 0;
    animation-timing-function: cubic-bezier(0.75, 0, 0.9, 0.5);
  }
}
@media (max-width: 768px) {
  @keyframes loadingAnime {
    0% {
      border-width: 90vw 28dvh;
    }
    50% {
      border-width: 45vw 14dvh;
      animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }
    100% {
      border-width: 0;
      animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    }
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes squarefade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes listfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes reservefade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body .top_concept_box {
  color: #ffffff;
  position: relative;
  z-index: 6;
  padding: 12vw 0 70px;
}
@media print, screen and (max-width: 768px) {
  body .top_concept_box {
    padding: 120px 0 70px;
  }
}
body .top_concept_box h5 {
  font-size: 1.25vw;
  margin-left: 0.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media print, screen and (max-width: 768px) {
  body .top_concept_box h5 {
    font-size: 16px;
  }
}
body .top_concept_box h1 {
  font-size: 2.43vw;
  margin: 40px 0;
  line-height: 57.75px;
}
@media print, screen and (max-width: 768px) {
  body .top_concept_box h1 {
    font-size: 28px;
    line-height: 46.2px;
  }
}
body .top_concept_box p {
  line-height: 40.7px;
  margin-left: 0.2rem;
}
@media print, screen and (max-width: 768px) {
  body .top_concept_box p {
    font-size: 14px;
    line-height: 32.48px;
  }
}

body main .top_feature_section {
  display: block;
  background-color: #ffffff;
}
@media (min-width: 769px) {
  body main .top_feature_section .top_feature_box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    margin-bottom: 50dvh;
    border-top: 1px solid #7B8B9B;
  }
}
@media (min-width: 769px) {
  body main .top_feature_section .top_feature_box:last-child {
    margin-bottom: 1dvh;
  }
}
body main .top_feature_section .top_feature_box .f_img {
  height: 100dvh;
  overflow: hidden;
}
@media (min-width: 769px) {
  body main .top_feature_section .top_feature_box .f_img {
    width: 95%;
    position: relative;
    margin-left: -1em;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_img {
    height: 391px;
  }
}
body main .top_feature_section .top_feature_box .f_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  body main .top_feature_section .top_feature_box .f_img img {
    position: absolute;
    inset: 0;
    margin: auto;
  }
}
@media (min-width: 769px) {
  body main .top_feature_section .top_feature_box .f_text {
    padding: 0 5vw 0 5vw;
    width: 35%;
  }
}
body main .top_feature_section .top_feature_box .f_text .f_text_inner {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 31px 30px 49px 30px;
  }
}
body main .top_feature_section .top_feature_box .f_text .f_text_inner span {
  display: inline-block;
  font-size: 0.90278vw;
  color: #212123;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner span {
    font-size: 12px;
  }
}
body main .top_feature_section .top_feature_box .f_text .f_text_inner h1 {
  margin: 17px 0;
  position: relative;
  font-size: 2.08333vw;
  color: #212123;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner h1 {
    font-size: 25px;
    margin: 17px 0;
  }
}
body main .top_feature_section .top_feature_box .f_text .f_text_inner h1::after {
  content: url(../../assets/images/icon_feature.svg);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 130%);
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner h1::after {
    left: 0;
    bottom: -6px;
    transform: translate(0, 100%);
  }
}
body main .top_feature_section .top_feature_box .f_text .f_text_inner h3 {
  white-space: pre;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  margin: 27.683% 0;
  font-size: 1.38889vw;
  line-height: 2.2;
  letter-spacing: 0.2rem;
  color: #212123;
  font-feature-settings: initial;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner h3 {
    font-size: 17px;
    margin: 10px 0 0;
  }
}
body main .top_feature_section .top_feature_box .f_text .f_text_inner p {
  text-align: justify;
  font-size: 0.90278vw;
  line-height: 1.93;
  margin-bottom: 0;
  color: #212123;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner p {
    margin-top: 89px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner .f_text_01 {
    width: 60%;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_feature_box .f_text .f_text_inner .f_text_02 {
    width: 26%;
  }
}
body main .top_feature_section .top_enjoy_box {
  background-image: url(../../assets/images/enjoy_line.avif);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16.7361vw 0 6.25vw;
  color: #212123;
  background-color: #F2F3F4;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box {
    padding: 19.734% 0 9.6%;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box .enjoy_txt {
    padding: 0 60px;
  }
}
body main .top_feature_section .top_enjoy_box h1 {
  font-size: 85px;
  line-height: 96.82px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box h1 {
    font-size: 53px;
    line-height: 59.74px;
    letter-spacing: 0.09em;
  }
}
body main .top_feature_section .top_enjoy_box h3 {
  font-size: 32px;
  line-height: 1.72;
  letter-spacing: 0.25em;
  margin: 48px 0 42px 10px;
  color: #212123;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box h3 {
    white-space: pre;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: 4px;
    text-align: left;
    margin: 13.434% 0 5.077%;
    font-feature-settings: initial;
  }
}
body main .top_feature_section .top_enjoy_box p {
  text-align: justify;
  line-height: 26.6px;
  letter-spacing: 0.14em;
  font-size: 14px;
  color: #212123;
  width: 29.113%;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box p {
    font-size: 13px !important;
    line-height: 25px;
    width: 270px;
    letter-spacing: 0.08em;
  }
}
body main .top_feature_section .top_enjoy_box .enjoy_img_box img {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_01 {
  left: 0;
  top: 28.9%;
  width: 25.348%;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_01 {
    top: 35.5%;
    width: 25.6%;
  }
}
body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_02 {
  left: 14.2%;
  top: 73.8%;
  width: 17.709%;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_02 {
    left: 7%;
    top: 65.5%;
    width: 22.67%;
  }
}
@media print, screen and (max-width: 690px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_02 {
    left: 10%;
    top: 57.5%;
  }
}
body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_03 {
  right: 16.2%;
  top: 17.5%;
  width: 15.625%;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_03 {
    right: 12.19%;
    top: 32.3%;
    width: 18.4%;
  }
}
body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_04 {
  right: 3.7%;
  top: 47%;
  width: 20.278%;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_04 {
    right: 0;
    top: 45.5%;
    width: 23.2%;
  }
}
@media print, screen and (max-width: 690px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_04 {
    top: 42.5%;
  }
}
body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_05 {
  right: 16.8%;
  top: 81%;
  z-index: 2;
  width: 14.237%;
}
@media print, screen and (max-width: 768px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_05 {
    right: 5%;
    top: 71.5%;
    width: 23.2%;
  }
}
@media print, screen and (max-width: 690px) {
  body main .top_feature_section .top_enjoy_box .enjoy_img_box img.img_05 {
    right: 13.1%;
    top: 59.5%;
  }
}

body main .top_loop_section {
  padding: 129px 0;
  background-color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  body main .top_loop_section {
    padding: 61px 0;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_loop_section .swiper {
    margin: 30px 0;
  }
}
body main .top_loop_section .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
body main .top_loop_section .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
  width: auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
body main .top_loop_section .swiper .swiper-wrapper .swiper-slide img {
  margin: 0 15px;
}
body main .top_loop_section .swiper .swiper-wrapper .swiper-slide img:nth-child(1) {
  height: 72px;
}
@media print, screen and (max-width: 768px) {
  body main .top_loop_section .swiper .swiper-wrapper .swiper-slide img:nth-child(1) {
    height: 44px;
  }
}
body main .top_loop_section .swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
  height: 53px;
}
@media print, screen and (max-width: 768px) {
  body main .top_loop_section .swiper .swiper-wrapper .swiper-slide img:nth-child(2) {
    height: 37px;
  }
}

body main .top_slide_section {
  padding: 106px 0 236px;
  background-color: #F2F3F4;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section {
    padding: 0 0 142px;
  }
}
body main .top_slide_section .top_slide_box {
  position: relative;
}
body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}
body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 41.389vw;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide::before {
    padding-top: 109.87vw;
  }
}
body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide span {
  position: absolute;
  top: 4.5%;
  left: 8.5%;
  color: #ffffff;
  letter-spacing: 0.08rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25vw;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide span {
    font-size: 12px;
    line-height: 12.36px;
    letter-spacing: 0.02em;
  }
}
body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide h3 {
  position: absolute;
  top: 5%;
  right: 0;
  color: #ffffff;
  font-size: 1.944445vw;
  white-space: pre;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 20px;
    right: -0.9%;
  }
}
body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 2%;
  left: 8%;
  color: #ffffff;
  font-size: 1.04167vw;
  line-height: 25.2px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper .swiper-wrapper .swiper-slide p {
    bottom: 1%;
    font-size: 12px;
    line-height: 20.16px;
  }
}
body main .top_slide_section .top_slide_box .swiper-pagination {
  bottom: -100px;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper-pagination {
    bottom: -71px;
  }
}
body main .top_slide_section .top_slide_box .swiper-pagination .swiper-pagination-bullet {
  height: 15.48px;
  border-radius: 17px;
  vertical-align: middle;
  width: 3.22px;
  margin: 0 7.5px;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 10px;
    margin: 0 5px;
  }
}
body main .top_slide_section .top_slide_box .swiper-pagination .swiper-pagination-bullet-active {
  height: 32.24px;
  background-color: #2A5A8E;
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper-pagination .swiper-pagination-bullet-active {
    height: 20px;
  }
}
body main .top_slide_section .top_slide_box .swiper-button-prev {
  background-size: 100%;
  top: auto;
  bottom: -118px;
  width: 65px;
  height: 65px;
  left: 38.9%;
}
body main .top_slide_section .top_slide_box .swiper-button-prev::after {
  background-image: url(../../assets/images/icon_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 65px;
  height: 65px;
  transition: 0.5s;
  opacity: 0.8;
}
body main .top_slide_section .top_slide_box .swiper-button-prev:hover::after {
  opacity: 1;
  transition: 0.5s;
}
@media print, screen and (max-width: 1200px) {
  body main .top_slide_section .top_slide_box .swiper-button-prev {
    left: 33.9%;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper-button-prev {
    width: 43px;
    height: 43px;
    bottom: -83px;
    left: -150px;
    right: 0;
    margin: auto;
  }
  body main .top_slide_section .top_slide_box .swiper-button-prev::after {
    width: 43px;
    height: 43px;
  }
}
body main .top_slide_section .top_slide_box .swiper-button-next {
  background-size: 100%;
  top: auto;
  bottom: -118px;
  width: 65px;
  height: 65px;
  right: 38.9%;
}
body main .top_slide_section .top_slide_box .swiper-button-next::after {
  background-image: url(../../assets/images/icon_next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 65px;
  height: 65px;
  transition: 0.5s;
  opacity: 0.8;
}
body main .top_slide_section .top_slide_box .swiper-button-next:hover::after {
  opacity: 1;
}
@media print, screen and (max-width: 1200px) {
  body main .top_slide_section .top_slide_box .swiper-button-next {
    right: 33.9%;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_slide_section .top_slide_box .swiper-button-next {
    width: 43px;
    height: 43px;
    bottom: -83px;
    right: -150px;
    left: 0;
    margin: auto;
  }
  body main .top_slide_section .top_slide_box .swiper-button-next::after {
    width: 43px;
    height: 43px;
  }
}

body main .top_room_section {
  padding: 146px 0 30px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section {
    padding: 58px 0 0;
  }
}
body main .top_room_section .room_border {
  font-size: 1.11111vw;
  letter-spacing: 0.12rem;
  position: relative;
  display: flex;
  align-items: center;
  color: #212123;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_border {
    font-size: 0.8rem;
    letter-spacing: 0.03em;
  }
}
body main .top_room_section .room_border::after {
  content: "";
  margin-left: 2rem;
  margin-top: 0.2rem;
  height: 1px;
  flex-grow: 1;
  background-color: #C4C9CE;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_border::after {
    margin-left: 0.7rem;
    margin-top: 0;
  }
}
body main .top_room_section hr {
  margin-top: 98px;
  margin-bottom: 74.5px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section hr {
    margin-top: 50px;
    margin-bottom: 46px;
  }
}
body main .top_room_section .room_flex {
  margin: 66px 0 0;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex {
    margin: 43px 0 0;
  }
}
body main .top_room_section .room_flex h1 {
  margin-bottom: 0;
  display: flex;
  align-items: stretch;
  color: #212123;
}
body main .top_room_section .room_flex h1 .number {
  align-self: flex-start;
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  margin-top: 7px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex h1 .number {
    font-size: 12px;
    margin-top: 4px;
  }
}
body main .top_room_section .room_flex h1 .title_en {
  font-size: 3.54167vw;
  line-height: 61.8px;
  letter-spacing: 0.2em;
  margin: 0 5px 0 15px;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex h1 .title_en {
    font-size: 38px;
    line-height: 43.26px;
    letter-spacing: 0.14em;
    margin: 0 8px 0 9px;
  }
}
body main .top_room_section .room_flex h1 img {
  margin: 0 20px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex h1 img {
    margin: 0 10px;
  }
}
body main .top_room_section .room_flex h1 .jp {
  align-self: flex-end;
  font-size: 1.25vw;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1200px) {
  body main .top_room_section .room_flex h1 .jp {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex h1 .jp {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
body main .top_room_section .room_flex h1.h_oak .title_en {
  letter-spacing: 0.12em;
  margin: 0 9px 0 15px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex h1.h_oak .title_en {
    letter-spacing: 0.03em;
    margin: 0 9px 0 13px;
  }
}
body main .top_room_section .room_flex h1.h_cedar .title_en {
  letter-spacing: 0.17em;
  margin: 0 8px 0 15px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex h1.h_cedar .title_en {
    letter-spacing: 0.09em;
    margin: 0 5px 0 12px;
  }
}
@media print, screen and (min-width: 992px) {
  body main .top_room_section .room_flex .room_txt {
    width: 54.553%;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex .room_txt {
    margin-top: 18px;
    padding-left: 1.6rem;
  }
}
body main .top_room_section .room_flex .room_txt p {
  font-size: 0.97222vw;
  margin-bottom: 0;
  margin-top: 6px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex .room_txt p {
    font-size: 12px;
    letter-spacing: 0.09em;
    margin-top: 4px;
  }
}
body main .top_room_section .room_flex .room_txt a {
  display: inline-block;
  text-decoration: none;
  color: #212123;
  transition: 0.5s;
  margin-top: 30px;
  letter-spacing: 0.08em;
  position: relative;
  transform: translateX(4.4em);
}
@media print, screen and (max-width: 1024px) {
  body main .top_room_section .room_flex .room_txt a {
    transform: translateX(5.5em);
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex .room_txt a {
    font-size: 13px;
    margin-top: 21px;
    transform: translateX(3.5em);
  }
}
body main .top_room_section .room_flex .room_txt a:hover {
  opacity: 0.7;
}
body main .top_room_section .room_flex .room_txt a::before {
  content: "";
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-4.4em, -50%);
  background-image: url(../../assets/images/icon_calendar.svg);
  width: 2.987vw;
  min-width: 37px;
  max-width: 75px;
  height: 2.987vw;
  min-height: 37px;
  max-height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 1024px) {
  body main .top_room_section .room_flex .room_txt a::before {
    transform: translate(-5.4em, -50%);
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .room_flex .room_txt a::before {
    margin-right: 0.5rem;
    transform: translate(-3.5em, -50%);
    width: 33px;
    height: 33px;
    min-width: 33px;
    min-height: 33px;
  }
}
body main .top_room_section .top_room_slide_box {
  position: relative;
  margin-top: 60px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .top_room_slide_box {
    margin-top: 40px;
  }
}
body main .top_room_section .top_room_slide_box .swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
body main .top_room_section .top_room_slide_box .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
body main .top_room_section .top_have_box {
  padding: 98px 0 0;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .top_have_box {
    padding: 60px 0 0;
  }
}
body main .top_room_section .top_have_box .have_flex {
  justify-content: space-between;
}
body main .top_room_section .top_have_box .sub_have_flex h3 {
  font-size: 1.04167vw;
  color: #212123;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.12rem;
  line-height: 1;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .top_have_box .sub_have_flex h3 {
    font-size: 14px;
  }
}
body main .top_room_section .top_have_box .sub_have_flex ul {
  list-style: none;
  padding-left: 0;
}
body main .top_room_section .top_have_box .sub_have_flex ul li {
  font-size: 0.97222vw;
  color: #212123;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .top_have_box .sub_have_flex ul li {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
body main .top_room_section .top_have_box .sub_have_flex ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}
body main .top_room_section .top_have_box .top_room_bg {
  background-image: url(../../assets/images/room_bg.avif);
  background-size: cover;
  background-repeat: no-repeat;
  height: 356px;
  margin-top: 80px;
}
@media print, screen and (max-width: 768px) {
  body main .top_room_section .top_have_box .top_room_bg {
    height: 200px;
  }
}

body main .top_faq_section {
  padding: 120px 0 !important;
  background-color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section {
    padding: 16vw 0 !important;
  }
}
body main .top_faq_section .faq_flex {
  justify-content: space-between;
}
body main .top_faq_section .faq_flex .ff_title .t-qa__title {
  font-size: 5vw;
  letter-spacing: 0;
  margin-top: 8px;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_title .t-qa__title {
    font-size: 42px;
    margin-top: 6px;
    margin-left: 0.6rem;
  }
}
body main .top_faq_section .faq_flex .ff_title .t-qa__title span {
  margin-top: 36px;
  letter-spacing: 0.09em;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_title .t-qa__title span {
    margin-top: 40px;
    letter-spacing: 0.1em;
    transform: translateY(6px);
    margin-left: 1.3rem;
  }
}
@media (min-width: 769px) {
  body main .top_faq_section .faq_flex .ff_qa {
    width: 60% !important;
    padding: 0;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa {
    margin-top: 50px;
  }
}
body main .top_faq_section .faq_flex .ff_qa .qa_square {
  padding: 29.5px 0 !important;
  border-bottom: 1px solid #DFE2E6;
  margin-left: 5px;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square {
    padding: 17.5px 0 !important;
    margin-left: 10px;
  }
}
body main .top_faq_section .faq_flex .ff_qa .qa_square:first-of-type {
  padding: 0 0 34px !important;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square:first-of-type {
    padding: 0 0 20px !important;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square:nth-child(5) h3 .q_txt {
    letter-spacing: 0.03em;
  }
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  color: #212123;
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_txt {
  font-size: 1.25vw;
  line-height: 30.24px;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_txt {
    font-size: 15px;
    line-height: 1.55 !important;
    letter-spacing: 0.08em;
  }
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  padding: 19px;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn {
    padding: 14px;
  }
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn:hover {
  transform: scale(0.92);
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn::before, body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #212123;
  display: block;
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn::before {
  width: 50%;
  height: 1px;
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn::after {
  width: 1px;
  height: 50%;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
body main .top_faq_section .faq_flex .ff_qa .qa_square h3 .q_btn.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body main .top_faq_section .faq_flex .ff_qa .qa_square ul {
  list-style-image: url(../../assets/images/icon_answer.svg);
  padding-left: 1.2em;
  margin-top: 17px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square ul {
    margin-top: 14px;
  }
}
body main .top_faq_section .faq_flex .ff_qa .qa_square ul li {
  color: #212123;
  font-size: 14px;
  line-height: 26.6px;
  letter-spacing: 0.1em;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (max-width: 768px) {
  body main .top_faq_section .faq_flex .ff_qa .qa_square ul li {
    font-size: 12px;
    line-height: 22.8px;
    padding-left: 0.3rem;
    margin-right: 0.7rem;
  }
}

body main .top_access_section {
  background-image: none !important;
  background-color: #f8fafc !important;
  padding: 144px 0 80.5px !important;
}
@media print, screen and (max-width: 576px) {
  body main .top_access_section {
    background-image: none !important;
    padding: 16vw 0 !important;
  }
}
body main .top_access_section .adress_txt {
  font-size: 1.38889vw;
  margin-top: 94px !important;
  margin-bottom: 12px !important;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .adress_txt {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-top: 46px !important;
    margin-bottom: 5px !important;
    margin-left: 9px;
  }
}
body main .top_access_section .map_link {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.075em;
  color: #212123;
  transition: 0.5s;
  padding-bottom: 5px;
  border-bottom: 1px solid #212123;
  font-family: "Zen Old Mincho", serif;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .map_link {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    margin-left: 11px;
  }
}
body main .top_access_section .map_link:hover {
  opacity: 0.7;
}
body main .top_access_section .map_link::after {
  content: url(../../assets/images/icon_map.svg);
  margin-left: 10px;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .map_link::after {
    margin-left: 5px;
  }
}
body main .top_access_section .traffic_flex {
  justify-content: end;
  margin-top: 204px;
  gap: 50px;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .traffic_flex {
    transform: translateY(45px);
    margin-top: 210px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }
}
@media print, screen and (max-width: 576px) {
  body main .top_access_section .traffic_flex {
    margin-top: 50.1334vw;
    transform: translateY(30px);
  }
}
body main .top_access_section .traffic_flex .traffic_box {
  width: auto;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .traffic_flex .traffic_box {
    margin-right: 10px;
    min-width: 215px;
  }
}
body main .top_access_section .traffic_flex .traffic_box h3 {
  color: #2A5A8E;
  font-size: 1.25vw;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .traffic_flex .traffic_box h3 {
    font-size: 16px;
  }
}
body main .top_access_section .traffic_flex .traffic_box span {
  display: block;
  color: #9B9B9B;
  font-size: 0.76389vw;
}
@media print, screen and (max-width: 768px) {
  body main .top_access_section .traffic_flex .traffic_box span {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
}
body main .top_access_section .traffic_flex .traffic_box p:last-of-type {
  margin-bottom: 0;
}

body main .top_news_section {
  padding: 120px 0 127px !important;
  background-color: #ffffff;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section {
    padding: 16vw 0 17.86667vw !important;
  }
}
body main .top_news_section .news_flex {
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_title {
    padding: 0 22px;
  }
}
body main .top_news_section .news_flex .nf_title .t-news__title {
  font-size: 72px;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_title .t-news__title {
    font-size: 39px;
    letter-spacing: 0.16em;
  }
}
body main .top_news_section .news_flex .nf_title .t-news__title span {
  margin-top: 38px;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_title .t-news__title span {
    font-size: 14px;
    margin-left: 0.2rem;
    transform: translateY(9px);
  }
}
@media (min-width: 769px) {
  body main .top_news_section .news_flex .nf_list {
    width: 60% !important;
    padding: 0;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list {
    margin-top: 44px !important;
    padding: 0 22px;
  }
}
body main .top_news_section .news_flex .nf_list ul {
  padding-left: 0.2rem;
  margin: 0;
  list-style: none;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list ul {
    padding-left: 0;
  }
}
body main .top_news_section .news_flex .nf_list ul li:first-child a {
  padding-top: 0;
}
body main .top_news_section .news_flex .nf_list ul li a {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  transition: 0.5s;
  color: #000000;
  padding: 33.5px 0;
  border-bottom: 1px solid #DFE2E6;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list ul li a {
    display: block;
    padding: 9px 0;
  }
}
body main .top_news_section .news_flex .nf_list ul li a:hover {
  opacity: 0.6;
}
body main .top_news_section .news_flex .nf_list ul li a span {
  display: inline-block;
  font-size: 1.11111vw;
  color: #2A5A8E;
  margin-right: 30px;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list ul li a span {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
body main .top_news_section .news_flex .nf_list ul li a p {
  margin-bottom: 0;
  font-size: 1.25vw;
  letter-spacing: 0.11em;
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list ul li a p {
    font-size: 14px;
  }
}
body main .top_news_section .news_flex .nf_list .news_more {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  transition: 0.5s;
  margin-top: 50px;
  position: relative;
  transform: translateX(3.5em);
  letter-spacing: 0.13em;
  font-size: 1.11111vw;
}
@media print, screen and (max-width: 1024px) {
  body main .top_news_section .news_flex .nf_list .news_more {
    transform: translateX(5.5em);
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list .news_more {
    font-size: 14px;
    margin-top: 34px !important;
    letter-spacing: 0.09em;
    transform: translateX(4em);
  }
}
body main .top_news_section .news_flex .nf_list .news_more:hover {
  opacity: 0.7;
}
body main .top_news_section .news_flex .nf_list .news_more::before {
  content: "";
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-3.5em, -50%);
  background-image: url(../../assets/images/icon_news_more.svg);
  width: 2.987vw;
  min-width: 33px;
  height: 2.987vw;
  max-width: 75px;
  min-height: 33px;
  max-height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 1024px) {
  body main .top_news_section .news_flex .nf_list .news_more::before {
    transform: translate(-5.5em, -50%);
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_news_section .news_flex .nf_list .news_more::before {
    margin-right: 0.5rem;
    transform: translate(-4em, -50%);
  }
}

body main .top_book_section {
  background-image: url(../../assets/images/bg_book.avif?v=2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 110px 0 88px;
}
@media print, screen and (max-width: 576px) {
  body main .top_book_section {
    padding: 56px 0 59px;
  }
}
body main .top_book_section .book_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-image: url(../../assets/images/bg_book01.avif);
  background-size: cover;
}
body main .top_book_section .book_search_box {
  position: relative;
  z-index: 2;
  text-align: center;
}
body main .top_book_section .book_search_box img {
  display: inline-block;
}
body main .top_book_section .book_search_box .t-book__title {
  font-size: 73px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .t-book__title {
    font-size: 42px;
    letter-spacing: 0.08em;
  }
}
body main .top_book_section .book_search_box .situation {
  display: block;
  color: #ffffff;
  font-size: 1.38889vw;
  margin: 22px 0 31px;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .situation {
    font-size: 14px;
    margin: 14px 0 21px;
    letter-spacing: 0.12em;
  }
}
body main .top_book_section .book_search_box .bs_box {
  padding: 47px 0;
  background-color: #ffffff;
  border-radius: 6px;
}
@media print, screen and (max-width: 1024px) {
  body main .top_book_section .book_search_box .bs_box {
    padding: 47px 30px;
  }
  body main .top_book_section .book_search_box .bs_box form button {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box {
    padding: 29px 20px 31px;
    margin: 0 auto;
  }
  body main .top_book_section .book_search_box .bs_box form button {
    margin-top: 0;
  }
}
body main .top_book_section .book_search_box .bs_box form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body main .top_book_section .book_search_box .bs_box form dt {
  font-size: 12px;
  color: #9B9B9B;
  margin-bottom: 0.2rem;
  letter-spacing: 0.12em;
  line-height: 1.68;
  font-weight: 500;
}
body main .top_book_section .book_search_box .bs_box form dd input, body main .top_book_section .book_search_box .bs_box form dd select {
  border: none;
  font-size: 18px;
  color: #212123;
  letter-spacing: 0;
  line-height: 1.68;
  font-weight: 500;
  background-color: #ffffff !important;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form dd input, body main .top_book_section .book_search_box .bs_box form dd select {
    font-size: 15px;
  }
}
body main .top_book_section .book_search_box .bs_box form .date_489ban {
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  body main .top_book_section .book_search_box .bs_box form .date_489ban {
    border-right: 1px solid #E9E9E9;
    padding-right: 35px;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .date_489ban {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    justify-content: center;
  }
  body main .top_book_section .book_search_box .bs_box form .date_489ban > dt {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  body main .top_book_section .book_search_box .bs_box form .date_489ban > dd {
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .inbox_489ban {
    margin: 15px 0;
  }
}
body main .top_book_section .book_search_box .bs_box form .inbox_489ban:first-of-type {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .inbox_489ban:first-of-type {
    width: 66%;
  }
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .inbox_489ban:last-of-type {
    width: 33%;
  }
}
body main .top_book_section .book_search_box .bs_box form .inbox_489ban dl {
  margin-bottom: 0;
}
body main .top_book_section .book_search_box .bs_box form .inbox_489ban > .stay_489ban {
  border-right: 1px solid #E9E9E9;
  padding: 0 35px 0 41px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .inbox_489ban > .stay_489ban {
    padding-right: 15px;
    padding-left: 0;
    width: 50%;
  }
}
body main .top_book_section .book_search_box .bs_box form .inbox_489ban > .room_489ban {
  border-right: 1px solid #E9E9E9;
  padding: 0 35px 0 41px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .inbox_489ban > .room_489ban {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}
body main .top_book_section .book_search_box .bs_box form .inbox_489ban > .person_489ban {
  padding: 0 35px 0 41px;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form .inbox_489ban > .person_489ban {
    padding-left: 16px;
    padding-right: 0;
  }
}
body main .top_book_section .book_search_box .bs_box form button {
  font-size: 14px;
  color: #ffffff;
  background-color: #2A5A8E;
  border-radius: 2px;
  border: none;
  padding: 15px 0px;
  width: 234px;
  letter-spacing: 0.01em;
  transition: 0.5s;
}
@media print, screen and (max-width: 768px) {
  body main .top_book_section .book_search_box .bs_box form button {
    width: 270px;
    padding: 15px 0;
  }
}
body main .top_book_section .book_search_box .bs_box form button:hover {
  opacity: 0.7;
}

body footer {
  position: relative;
}
body footer .first_footer {
  position: relative;
  overflow: hidden;
  padding: 100px 0 76px;
  background: linear-gradient(160deg, #123f72 0%, #0b2a50 100%);
}
body footer .first_footer::before, body footer .first_footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}
body footer .first_footer::before {
  top: -220px;
  right: -140px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(212, 163, 115, 0.16) 0%, rgba(212, 163, 115, 0) 70%);
}
body footer .first_footer::after {
  bottom: -260px;
  left: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
}
@media print, screen and (max-width: 768px) {
  body footer .first_footer {
    padding: 64px 0 50px;
  }
}
body footer .container_footer {
  position: relative;
  z-index: 1;
}
body footer .ff_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  body footer .ff_flex {
    flex-direction: column;
    gap: 48px;
  }
}
body footer .t-footer__logo {
  flex-shrink: 0;
}
body footer .t-footer__logo .sugomori-footer-logo-link {
  display: inline-block;
  margin-bottom: 4px;
}
body footer .f_address {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 26px;
}
body footer .f_address .t-footer__address {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
body footer .f_address .t-footer__tel {
  margin-bottom: 0;
}
body footer .f_address .t-footer__tel a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
body footer .f_address .t-footer__tel a:hover {
  opacity: 0.7;
}
body footer .f_address .f_sub_link {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
body footer .f_address .t-footer__reserve {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 32px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2em;
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
body footer .f_address .t-footer__reserve::after {
  content: "→";
  transition: transform 0.35s ease;
}
body footer .f_address .t-footer__reserve:hover {
  background: #8C7B68;
  border-color: #8C7B68;
  transform: translateX(2px);
}
body footer .f_address .t-footer__reserve:hover::after {
  transform: translateX(3px);
}
body footer .f_address .t-footer__instagram {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.15em;
  transition: color 0.3s ease;
}
body footer .f_address .t-footer__instagram:hover {
  color: #ffffff;
}
body footer .f_address .t-footer__owner {
  margin: 8px 0 0;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
}
body footer .f_address .t-footer__owner a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s ease;
}
body footer .f_address .t-footer__owner a:hover {
  color: #ffffff;
}
body footer .f_list {
  display: flex;
  gap: 80px;
}
@media print, screen and (max-width: 768px) {
  body footer .f_list {
    gap: 40px;
  }
}
body footer .f_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer .f_list .t-footer__item a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 0.15em;
  padding: 8px 0;
  transition: color 0.3s ease, transform 0.3s ease;
}
body footer .f_list .t-footer__item a:hover {
  color: #ffffff;
  transform: translateX(4px);
}
body footer .second_footer {
  position: relative;
  z-index: 9001;
  padding: 22px 0 !important;
  background-color: #081f3d;
}
body footer .t-second__footer {
  padding: 22px 0 !important;
}
body footer .copy_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
body footer .copy_flex ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body footer .copy_flex ul a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.3s ease;
}
body footer .copy_flex ul a:hover {
  color: #ffffff;
}
body footer .copy_flex p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  letter-spacing: 0.03em;
  margin: 0;
}

.page_hero {
  position: relative;
  overflow: hidden;
  padding: 160px 24px 90px;
  text-align: center;
  background-color: #113E70;
  background-size: cover;
  background-position: center;
}
@media print, screen and (max-width: 768px) {
  .page_hero {
    padding: 130px 20px 60px;
  }
}

.page_hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 6, 10, 0.55) 0%, rgba(4, 6, 10, 0.35) 45%, rgba(4, 6, 10, 0.6) 100%);
}

.page_hero__inner {
  position: relative;
  z-index: 1;
}

.page_hero__eyebrow {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 18px;
}

.page_hero__title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin: 0;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  .page_hero__title {
    font-size: 1.7rem;
  }
}

.page_hero__lead {
  max-width: 560px;
  margin: 22px auto 0;
  font-size: 13.5px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.85);
}

.page_hero--plain {
  background-color: #FAF6F0;
  padding: 150px 24px 70px;
}
.page_hero--plain .page_hero__eyebrow {
  color: #8C7B68;
}
.page_hero--plain .page_hero__title {
  color: #212123;
}
.page_hero--plain .page_hero__lead {
  color: #555555;
}
.page_hero--plain .page_hero__overlay {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .page_hero--plain {
    padding: 120px 20px 50px;
  }
}

.page_section {
  padding: 90px 0;
  background-color: #ffffff;
}
.page_section.is-cream {
  background-color: #FAF6F0;
}
@media print, screen and (max-width: 768px) {
  .page_section {
    padding: 56px 0;
  }
}

.page_container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.page_container--narrow {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}

.contact_lead {
  text-align: center;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #444444;
  margin: 0 0 60px;
}

.contact_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media print, screen and (max-width: 820px) {
  .contact_grid {
    grid-template-columns: 1fr;
  }
}

.contact_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px;
  border: 1px solid #EAE6DF;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.contact_card:hover {
  border-color: #8C7B68;
  transform: translateY(-3px);
}
.contact_card .contact_card__label {
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: #8C7B68;
  margin-bottom: 14px;
}
.contact_card .contact_card__value {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #212123;
  margin-bottom: 10px;
}
.contact_card .contact_card__note {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #777777;
  line-height: 1.7;
}

.contact_form__divider {
  position: relative;
  max-width: 640px;
  margin: 70px auto 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #8C7B68;
}
.contact_form__divider::before, .contact_form__divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: #D3CDC5;
}
.contact_form__divider::before {
  left: 0;
}
.contact_form__divider::after {
  right: 0;
}

.contact_form {
  max-width: 640px;
  margin: 40px auto 0;
}

.contact_form__row {
  margin-bottom: 28px;
}
.contact_form__row label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #333333;
  margin-bottom: 10px;
}
.contact_form__row .contact_form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #8C7B68;
  border-radius: 3px;
  vertical-align: middle;
}
.contact_form__row input[type=text],
.contact_form__row input[type=email],
.contact_form__row textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 2px;
  border: none;
  border-bottom: 1px solid #D3CDC5;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  color: #212123;
  transition: border-color 0.3s ease;
  resize: vertical;
}
.contact_form__row input[type=text]:focus,
.contact_form__row input[type=email]:focus,
.contact_form__row textarea:focus {
  outline: none;
  border-color: #8C7B68;
}
.contact_form__row textarea {
  min-height: 140px;
}

.contact_form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background: #113E70;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: background 0.3s ease, opacity 0.3s ease;
}
.contact_form__submit:hover {
  background: #0c2c52;
}
.contact_form__submit:disabled {
  opacity: 0.6;
  cursor: default;
}

.contact_form__status {
  min-height: 1.4em;
  margin: 16px 0 0;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.contact_form__status.is-success {
  color: #2f6f4f;
}
.contact_form__status.is-error {
  color: #b3413d;
}

.news_list {
  display: flex;
  flex-direction: column;
}

.news_list_item {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid #EAE6DF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.news_list_item:first-child {
  border-top: 1px solid #EAE6DF;
}
.news_list_item:hover {
  opacity: 0.6;
}
.news_list_item .news_list_item__date {
  flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: #8C7B68;
  width: 100px;
}
.news_list_item .news_list_item__title {
  font-size: 14.5px;
  letter-spacing: 0.03em;
  color: #212123;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .news_list_item {
    flex-direction: column;
    gap: 6px;
  }
}

.news_article__date {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #8C7B68;
  margin-bottom: 14px;
}

.news_article__title {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #212123;
  margin: 0 0 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAE6DF;
}
@media print, screen and (max-width: 768px) {
  .news_article__title {
    font-size: 1.3rem;
  }
}

.news_article__body {
  font-size: 14.5px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #333333;
}
.news_article__body p + p {
  margin-top: 1.6em;
}

.news_article__back {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #113E70;
  text-decoration: none;
}
.news_article__back::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #113E70;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.news_article__back:hover::after {
  transform: scale(1, 1);
}

.legal_doc {
  font-size: 13.5px;
  line-height: 2.1;
  letter-spacing: 0.03em;
  color: #444444;
}

.legal_doc__updated {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #999999;
  margin-bottom: 50px;
}

.legal_doc__section {
  margin-bottom: 44px;
}
.legal_doc__section:last-child {
  margin-bottom: 0;
}

.legal_doc__heading {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #212123;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EAE6DF;
}

.legal_doc__section p + p {
  margin-top: 1em;
}

.legal_doc__section ul {
  margin: 12px 0 0;
  padding-left: 1.4em;
}
.legal_doc__section ul li {
  margin-bottom: 6px;
}
