@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  max-width: 100vw;
  min-height: 100vh;
  color: #707070;
  font-size: 16rem;
  overflow: hidden;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

select,
input,
textarea,
button {
  font: inherit;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.2s;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}
a.under_linr {
  text-decoration: underline;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.l_inner {
  width: 1300rem;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 820rem;
  margin-left: auto;
  margin-right: auto;
}

.mb_l {
  margin-bottom: 100rem;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_co {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}

.font_san {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
}

.note {
  font-size: 12rem;
  font-weight: 400;
}

.c_red {
  color: #df1616;
}

.line-through {
  text-decoration: line-through;
}

.fadein {
  opacity: 0;
  transition: 1.5s;
}

.fade_left {
  transform: translate(-80px, 0);
}

.fade_right {
  transform: translate(80px, 0);
}

.fade_scale {
  transform: scale(0.5, 0.5) translate(0, 200px);
}

.fade_up {
  transform: translate(0, 80px);
}

.fade_down {
  transform: translate(0, -80px);
}

.fade_rotate_r {
  transform: rotate(-45deg);
}

.fade_rotate_l {
  transform: rotate(45deg);
}

.blur {
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.blur.on_action {
  animation: blur 0.75s linear forwards;
}

@keyframes blur {
  100% {
    filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}
.slidein2 {
  transition-delay: 200ms;
}

.slidein3 {
  transition-delay: 400ms;
}

.slidein4 {
  transition-delay: 600ms;
}

.slidein5 {
  transition-delay: 800ms;
}

.slidein6 {
  transition-delay: 800ms;
}

.slidein7 {
  transition-delay: 1000ms;
}

.slidein8 {
  transition-delay: 1200ms;
}

.slidein9 {
  transition-delay: 1400ms;
}

.slidein10 {
  transition-delay: 1600ms;
}

.inview.fadein.on_action {
  opacity: 1;
  transform: translate(0, 0);
}

header .header_nav {
  align-items: center;
  position: fixed;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  transition: 0.2s;
  height: 110rem;
}
header .header_nav .logo a {
  display: block;
  margin-left: 40rem;
  width: 254rem;
  height: 78rem;
  background-image: url(../img/head_logo.png);
  background-repeat: no-repeat;
  background-size: 254rem;
}
header .header_nav .gnav {
  display: flex;
  align-items: center;
  margin-right: 40rem;
  gap: 25rem;
}
header .header_nav .gnav li {
  position: relative;
}
header .header_nav .gnav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70rem;
  position: relative;
}
header .header_nav .gnav li::before {
  position: absolute;
  bottom: 15rem;
  right: 0;
  left: auto;
  content: "";
  width: 0;
  height: 1rem;
  background-color: #ffffff;
  transition: 0.2s;
  transition-property: width;
}
header .header_nav .gnav li:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
header .header_nav .gnav li.more_nav_parent {
  position: relative;
  cursor: pointer;
}
header .header_nav .gnav li.more_nav_parent .more_nav {
  margin-left: 10rem;
  visibility: hidden;
  opacity: 1;
  transform: scaleY(0);
  transform-origin: top;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear, transform 0.5s ease;
  width: 150rem;
  position: absolute;
  top: 65rem;
  left: 0;
  z-index: 999;
}
header .header_nav .gnav li.more_nav_parent .more_nav::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
header .header_nav .gnav li.more_nav_parent .more_nav li::before {
  content: unset;
}
header .header_nav .gnav li.more_nav_parent .more_nav li a {
  height: auto;
  min-height: 40rem;
  padding-left: 20rem;
  justify-content: left;
  position: relative;
}
header .header_nav .gnav li.more_nav_parent .more_nav li a::after {
  content: "";
  background-image: url(../img/ico_down_arrow.svg);
  width: 12rem;
  height: 7rem;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3.5rem);
  right: 0;
  transform: rotate(-90deg);
  transition: 0.2s;
  background-repeat: no-repeat;
}
header .header_nav .gnav li.more_nav_parent .more_nav li a:hover::after {
  right: -5rem;
}
header .header_nav .gnav li.more_nav_parent:hover p::after {
  transform: rotate(-180deg);
}
header .header_nav .gnav li.more_nav_parent:hover .more_nav {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0s;
}
header .header_nav .gnav li.nav_tel::before, header .header_nav .gnav li.nav_lang::before {
  content: none;
}
header .header_nav .gnav li.nav_tel a,
header .header_nav .gnav li.nav_tel p, header .header_nav .gnav li.nav_lang a,
header .header_nav .gnav li.nav_lang p {
  padding-left: 20rem;
}
header .header_nav .gnav li.nav_tel a::before,
header .header_nav .gnav li.nav_tel p::before, header .header_nav .gnav li.nav_lang a::before,
header .header_nav .gnav li.nav_lang p::before {
  content: "";
  width: 1px;
  height: 30rem;
  position: absolute;
  left: 0;
  top: calc(50% - 15rem);
  background-color: #fff;
  transition: 0.2s;
}
header .header_nav .gnav li.nav_lang {
  position: relative;
}
header .header_nav .gnav li.nav_lang p {
  padding-right: 25rem;
}
header .header_nav .gnav li.nav_lang p::after {
  content: "";
  background-image: url(../img/ico_down_arrow.svg);
  width: 12rem;
  height: 7rem;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3.5rem);
  right: 0;
  transition: 0.2s;
}
header .header_nav .gnav li.nav_lang::after {
  content: "";
  width: 1px;
  height: 30rem;
  position: absolute;
  right: -20rem;
  top: calc(50% - 15rem);
  background-color: #fff;
  transition: 0.2s;
}
header .header_nav .gnav li.nav_rsv {
  transition: 0.2s;
}
header .header_nav .gnav li.nav_rsv::before {
  content: none;
}
header .header_nav .gnav li.nav_rsv:hover {
  filter: brightness(1.2);
}
header .header_nav .gnav li.nav_rsv a {
  font-size: 18rem;
  background-color: #C38F4D;
  width: 180rem;
  height: 70rem;
  border-radius: 50rem;
  margin-left: 20rem;
  color: #fff;
}
header.fixed .header_nav {
  background-color: #fff;
  color: #000000;
}
header.fixed .header_nav .logo a {
  background-image: url(../img/head_logo_color.png);
}
header.fixed .header_nav .gnav li::before {
  background-color: #000;
}
header.fixed .header_nav .gnav .nav_tel a::before,
header.fixed .header_nav .gnav .nav_lang p::before,
header.fixed .header_nav .gnav .nav_lang a::before,
header.fixed .header_nav .gnav .nav_lang:after {
  background-color: #000;
}
header.fixed .header_nav .gnav .nav_lang p::after,
header.fixed .header_nav .gnav .more_nav_parent .more_nav li a::after {
  background-image: url(../img/ico_down_arrow_b.svg);
}
header.fixed .header_nav .gnav .more_nav_parent .more_nav::after {
  width: 110%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.7333333333);
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
}
header.fixed .header_nav .gnav .more_nav_parent .more_nav::before {
  background-color: #000;
}
header.fixed .header_nav .nav_rsv a {
  color: #fff;
}

footer {
  background-color: #F4EFEF;
  color: #2D1508;
  padding-top: 70rem;
  padding-bottom: 25rem;
}
footer .footer_wrap {
  display: flex;
  gap: 225rem;
  justify-content: center;
}
footer .logo_wrap {
  width: 280rem;
}
footer .info {
  margin-top: 20rem;
}
footer .info .name {
  font-weight: bold;
}
footer .info .address {
  margin-top: 10rem;
}
footer .info .tel {
  margin-top: 20rem;
}
footer .footer_nav {
  display: flex;
  gap: 65rem;
}
footer .footer_nav ul li:nth-child(n+2) {
  margin-top: 20rem;
}
footer .copyright {
  color: #5A5A5A;
  font-size: 14rem;
  text-align: center;
  margin-top: 30rem;
}

.to_top {
  position: fixed;
  bottom: 60rem;
  right: 30rem;
  width: 70rem;
  height: 70rem;
  z-index: 999;
  display: none;
}

.search_wrap {
  background-color: #F4EFEF !important;
  padding-bottom: 40rem;
  padding-top: 20rem;
}
.search_wrap .directin-sp-form {
  padding: 0;
  margin-top: 10rem;
}
.search_wrap .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
  font-size: 18rem;
}
.search_wrap .directin-sp-form .directin-sp-form-submit-button button {
  background-color: #C38F4D;
  border-radius: unset;
}
.search_wrap p {
  text-align: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  margin-top: 15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search_wrap p span {
  display: inline-block;
}
.search_wrap p span:nth-child(1) {
  position: relative;
  margin-right: 20rem;
}
.search_wrap p span:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 18rem;
  height: 14.5rem;
  background-image: url(../img/ico_crown.svg);
  margin-right: 7rem;
  background-repeat: no-repeat;
}
.search_wrap select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.search_wrap ul {
  display: flex;
  justify-content: center;
  gap: 20rem;
  margin-top: 35rem;
  font-size: 14rem;
  gap: 60rem;
}
.search_wrap ul li a {
  display: block;
  position: relative;
}
.search_wrap ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 10rem;
  background-image: url(../img/ico_search_arrow.svg);
  background-repeat: no-repeat;
  background-size: 5rem;
  top: calc(50% - 5rem);
  right: -15rem;
}

.announce {
  text-align: center;
  margin-top: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50rem;
  text-align: center;
  padding: 30rem 20rem 40rem;
  border-radius: 10px;
  border: 1px solid #475936;
  background-color: #fff;
}
.announce h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.announce p {
  border-top: unset;
  border-bottom: unset;
}
.announce ul {
  display: block;
  margin-top: 20rem;
}
.announce ul li a {
  display: inline;
  text-decoration: underline;
}
.announce ul li a::after {
  content: none;
}

.v_rl {
  writing-mode: vertical-rl;
}

.img_wrap.coming_soon {
  position: relative;
}
.img_wrap.coming_soon::before {
  content: "準備中";
  position: absolute;
  font-size: 70rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ttl_wrap h2 {
  text-align: center;
  font-size: 40rem;
  font-weight: 500;
}
.ttl_wrap.v_rl {
  padding-right: 20rem;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  position: absolute;
}
.ttl_wrap.v_rl::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 0;
}
.ttl_wrap.v_rl h2 {
  text-align: left;
  line-height: 1.3;
  letter-spacing: 5rem;
}
.ttl_wrap.l_left {
  padding-left: 20rem;
  padding-right: 0;
}
.ttl_wrap.l_left::after {
  right: unset;
  left: 0;
}
.ttl_wrap h3 {
  font-size: 32rem;
  font-weight: 500;
  text-align: center;
}

.btn_arw a {
  display: block;
  width: 260rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 15rem;
  padding-top: 15rem;
}
.btn_arw a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/ico_btn_arrow.svg);
  width: 40rem;
  height: 40rem;
  top: calc(50% - 20rem);
  right: 0;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-size: 40rem;
}
.btn_arw a:hover::after {
  right: -5rem;
}
.btn_arw.btn_w a {
  border-bottom: 1px solid #fff;
}
.btn_arw.btn_w a::after {
  background-image: url(../img/ico_btn_arrow_w.svg);
}

figcaption {
  font-size: 0.8em;
  margin-top: 10rem;
}

.scroll {
  color: #fff;
  font-size: 20rem;
  writing-mode: sideways-lr;
  position: absolute;
  bottom: 100rem;
  z-index: 9;
  left: 70rem;
  cursor: pointer;
}
.scroll::before {
  animation-name: updown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  content: "";
  background-image: url(../img/ico_scroll.svg);
  width: 5rem;
  height: 60rem;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  left: calc(50% - 2.5rem);
  top: 60rem;
}

.top_mv {
  position: relative;
}
.top_mv::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #000000;
  z-index: 2;
  pointer-events: none;
}
.top_mv .swiper_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.top_mv .swiper_wrap .mv_swiper {
  height: 100%;
}
.top_mv .swiper_wrap .swiper-slide {
  width: 100%;
  height: 885rem;
}
.top_mv .swiper_wrap .swiper-slide img {
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 885rem;
}
.top_mv .ttl_wrap {
  position: relative;
}
.top_mv .ttl_wrap .logo,
.top_mv .ttl_wrap .sub_ttl {
  position: absolute;
  z-index: 9;
}
.top_mv .ttl_wrap .logo {
  left: 50%;
  transform: translateX(-50%);
  top: 370rem;
  width: 387rem;
}
.top_mv .ttl_wrap .sub_ttl {
  top: 210rem;
  font-size: 23rem;
  color: #fff;
  left: -170rem;
  height: 400rem;
  letter-spacing: 0.5em;
}

.top_contents {
  position: relative;
}
.top_contents::after {
  position: absolute;
  display: block;
  font-size: min(4.1666666667vw, 80rem);
  white-space: nowrap;
}
.top_contents .ttl_wrap {
  text-align: center;
}
.top_contents .desc_wrap {
  display: flex;
  gap: 80rem;
  align-items: end;
  position: relative;
  justify-content: left;
  margin-right: 0;
  margin-left: auto;
  max-width: 1740rem;
}
.top_contents .desc_wrap .txt_wrap {
  max-width: 565rem;
  margin-left: 0;
  padding-left: 130rem;
}
.top_contents .desc_wrap .txt_wrap .ttl_wrap {
  left: 130rem;
  top: 0;
}
.top_contents .desc_wrap .txt_wrap h3 {
  font-size: 26rem;
}
.top_contents .desc_wrap .txt_wrap .txt {
  margin-top: 40rem;
}
.top_contents .desc_wrap .txt_wrap .btn_arw a {
  margin-top: 60rem;
  margin-left: 0;
}
.top_contents .desc_wrap .img_wrap {
  width: calc(100vw - 565rem);
  height: 100%;
  pointer-events: none;
}
.top_contents .desc_wrap .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 730rem;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top_contents .desc_wrap.f_reverse {
  flex-direction: row-reverse;
  justify-content: right;
  margin-right: auto;
  margin-left: 0;
}
.top_contents .desc_wrap.f_reverse .txt_wrap {
  padding-right: 130rem;
  margin-left: 0;
  padding-left: 0;
}
.top_contents .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
  right: 130rem;
}
.top_contents .desc_wrap.inner, .top_contents .desc_wrap.l_inner {
  margin-left: auto;
  margin-right: auto;
}

.top_concept {
  background-image: url(../img/bg_top_concept.jpg);
  color: #fff;
  position: relative;
  background-size: cover;
}
.top_concept::after {
  content: "CONCEPT";
  right: 13rem;
  top: 0;
  color: #FFFFFF;
  opacity: 0.1;
}
.top_concept .contents_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: min(1.5625vw, 30rem);
}
.top_concept .txt_wrap {
  letter-spacing: 0.5em;
  margin-top: 130rem;
}
.top_concept .txt_wrap h3 {
  font-size: min(1.5625vw, 30rem);
  line-height: 1.8;
}
.top_concept .txt_wrap p {
  font-size: clamp(14rem, 1.0416666667vw, 20rem);
  line-height: 1.8;
  margin-right: 30rem;
}
.top_concept .img_wrap {
  display: flex;
  flex-wrap: wrap;
  width: min(60.6770833333vw, 1165rem);
  gap: min(2.8645833333vw, 55rem);
  margin-left: -25vw;
  align-items: baseline;
}
.top_concept .img_wrap .img_01 {
  width: min(30vw, 586rem);
}
.top_concept .img_wrap .img_02 {
  width: min(24.6354166667vw, 473rem);
  margin-top: 3.125vw;
}
.top_concept .img_wrap .img_03 {
  width: min(36.25vw, 696rem);
}
.top_concept .img_wrap .img_04 {
  width: min(21.3020833333vw, 409rem);
  margin-top: min(-3.125vw, -60rem);
}
.top_concept .img_wrap .img_05 {
  width: min(21.0416666667vw, 404rem);
  min-width: 300rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top_news {
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.top_news::after {
  content: "INFORMATION";
  left: 24rem;
  top: 0;
  color: #000;
  opacity: 0.06;
}
.top_news .news_list {
  margin-top: 40rem;
}
.top_news .news_list li a {
  display: flex;
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
  gap: 20rem;
}
.top_news .news_list li a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_arrow_horizontal.svg);
  width: 7.7rem;
  height: 14rem;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 3.85rem);
  right: 23rem;
  transition: 0.2s;
}
.top_news .news_list li a:hover::after {
  right: 19rem;
}
.top_news .btn_arw {
  margin-top: 60.5rem;
}

.top_plan {
  background-color: #F4EFEF;
  padding-top: 90rem;
  padding-bottom: 90rem;
  color: #000;
}
.top_plan::after {
  content: "STAY PLANS";
  right: 13rem;
  top: 0;
  color: #000;
  opacity: 0.06;
}
.top_plan .plan_list {
  margin-top: 68rem;
  width: 1300rem;
  margin-left: auto;
  margin-right: auto;
}
.top_plan .plan_list p {
  margin-top: 10rem;
}
.top_plan .btn_arw {
  margin-top: 90rem;
}

.top_onsen {
  margin-top: 150rem;
}
.top_onsen::after {
  content: "HOTSPRING";
  right: 13rem;
  top: 0;
  color: #000;
  opacity: 0.06;
  writing-mode: sideways-lr;
}
.top_onsen .desc_wrap + .desc_wrap {
  margin-top: 86rem;
  align-items: end;
}
.top_onsen .desc_wrap + .desc_wrap .txt_wrap {
  max-width: 440rem;
  padding-left: 0;
}
.top_onsen .desc_wrap + .desc_wrap .txt_wrap h3 {
  margin-top: 0;
}
.top_onsen .desc_wrap + .desc_wrap .img_wrap {
  margin-right: -170rem;
  width: auto;
}
.top_onsen .desc_wrap + .desc_wrap .img_wrap img {
  height: auto;
}

.top_room {
  margin-top: 200rem;
}
.top_room::after {
  content: "GUEST ROOM";
  right: 13rem;
  top: 0;
  color: #000;
  opacity: 0.06;
  writing-mode: sideways-lr;
}

.top_restaurant {
  margin-top: 200rem;
  margin-right: 0;
  margin-left: auto;
}
.top_restaurant::after {
  content: "RESTAURANT";
  left: 0;
  top: 0;
  color: #000;
  opacity: 0.06;
  writing-mode: sideways-lr;
}

.top_bnr {
  margin-top: 173rem;
}
.top_bnr .bnr {
  position: relative;
  overflow: hidden;
}
.top_bnr .bnr::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
}
.top_bnr .bnr a {
  display: flex;
  height: 250rem;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 1;
  width: 960rem;
  margin-right: auto;
  margin-left: auto;
}
.top_bnr .bnr a h4 {
  font-size: 40rem;
}
.top_bnr .bnr a h4 span {
  font-size: 23rem;
  opacity: 0.5;
  padding-left: 20rem;
}
.top_bnr .bnr a .btn {
  width: 260rem;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 15rem;
  padding-top: 15rem;
}
.top_bnr .bnr a .btn::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/ico_btn_arrow_w.svg);
  width: 40rem;
  height: 40rem;
  top: calc(50% - 20rem);
  right: 0;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-size: 40rem;
}
.top_bnr .bnr.baquet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_bnr_baquet.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 0.5s ease;
}
.top_bnr .bnr.wedding {
  margin-top: 80rem;
}
.top_bnr .bnr.wedding::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_bnr_wedding.jpg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  transition: transform 0.5s ease;
}
.top_bnr .bnr:hover::before {
  transform: scale(1.05);
}
.top_bnr .bnr:hover a .btn::after {
  right: -5rem;
}

.top_sightseeing {
  background-color: rgba(106, 96, 96, 0.7490196078);
  color: #fff;
  padding-top: 100rem;
  padding-bottom: 60rem;
  margin-top: 190rem;
}
.top_sightseeing::after {
  content: "SIGHTSEEING";
  left: 13rem;
  top: 0;
  color: #000;
  opacity: 0.06;
}
.top_sightseeing .lead {
  text-align: center;
  margin-top: 40rem;
}
.top_sightseeing .swiper_wrapper {
  position: relative;
  margin-top: 35rem;
  height: 510rem;
}
.top_sightseeing .swiper_wrap {
  width: 2180rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_sightseeing .swiper_wrap .slide_contents_wrap {
  width: 700rem;
  height: 510rem;
  margin-left: auto;
  margin-right: auto;
}
.top_sightseeing .swiper_wrap .swiper-slide p {
  text-align: center;
  margin-top: 10rem;
}
.top_sightseeing .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_sightseeing .swiper-pagination-bullet {
  width: 7rem;
  height: 7rem;
  background-color: #C2C2C2;
  opacity: 1;
}
.top_sightseeing .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  background-color: #FFFFFF;
}
.top_sightseeing .btn_arw {
  margin-top: 120rem;
}

.top_access {
  margin-top: 120rem;
  margin-bottom: 70rem;
}
.top_access .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
  right: 0;
}
.top_access::after {
  content: "ACCESS";
  right: 13rem;
  top: 0;
  color: #000;
  opacity: 0.06;
  writing-mode: sideways-lr;
}
.top_access .desc_wrap.f_reverse .txt_wrap {
  padding-right: 0;
}
.top_access .map_wrap iframe {
  width: 785rem;
  height: 540rem;
}

#page_top header > .header_nav .gnav li.gn_top::before,
#page_room header > .header_nav .gnav li.gn_room::before,
#page_higaeri header > .header_nav .gnav li.gn_higaeri::before,
#page_onsen header > .header_nav .gnav li.gn_onsen::before,
#page_rest header > .header_nav .gnav li.gn_rest::before,
#page_enkai header > .header_nav .gnav li.gn_enkai::before,
#page_access header > .header_nav .gnav li.gn_access::before,
#page_wedding header > .header_nav .gnav li.gn_wedding::before,
#page_houyou header > .header_nav .gnav li.gn_houyou::before,
#page_sightseeing header > .header_nav .gnav li.gn_sightseeing::before {
  width: 100%;
}

.under_page .under_mv {
  position: relative;
}
.under_page .under_mv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.under_page .under_mv .mv_wrap {
  position: relative;
  height: 600rem;
}
.under_page .under_mv .ttl_wrap {
  color: #fff;
  position: absolute;
  padding-left: 20rem;
  z-index: 1;
  left: -230rem;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 10rem;
}
.under_page .under_mv .ttl_wrap::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: unset;
}
.under_page .under_mv .ttl_wrap h1 {
  font-size: 40rem;
}
.under_page .under_mv .ttl_wrap h1 span {
  font-size: 22rem;
}
.under_page .under_mv .img_wrap {
  width: 100%;
  height: 600rem;
  position: absolute;
  top: 0;
}
.under_page .under_mv .img_wrap img {
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600rem;
}
.under_page .breadcrumb {
  margin-top: 10rem;
}
.under_page .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 15rem;
  color: #707070;
  font-size: 12rem;
}
.under_page .breadcrumb ul li {
  position: relative;
}
.under_page .breadcrumb ul li::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_arrow_horizontal.svg);
  width: 5.7rem;
  height: 12rem;
  background-repeat: no-repeat;
  background-size: contain;
  top: 6rem;
  right: -12rem;
}
.under_page .breadcrumb ul li:last-child::after {
  display: none;
}
.under_page .lead_wrap {
  margin-top: 15rem;
  text-align: center;
}
.under_page .lead_wrap h3 {
  font-size: 26rem;
}
.under_page .lead_wrap p {
  margin-top: 30rem;
}
.under_page .contents_wrap {
  position: relative;
}
.under_page .contents_wrap::after {
  position: absolute;
  display: block;
  font-size: 4.1666666667vw;
  top: 0;
  color: #000;
  opacity: 0.06;
  writing-mode: sideways-lr;
  white-space: nowrap;
  font-weight: 500;
  text-align: right;
}
.under_page .contents_wrap .desc_wrap {
  display: flex;
  gap: 50rem;
  max-width: 1610rem;
  margin-right: 0;
  margin-left: auto;
  justify-content: right;
  align-items: end;
  position: relative;
}
.under_page .contents_wrap .desc_wrap .txt_wrap {
  padding-left: 130rem;
  max-width: 600rem;
}
.under_page .contents_wrap .desc_wrap .txt_wrap .ttl_wrap {
  left: 5rem;
  top: 0;
}
.under_page .contents_wrap .desc_wrap .txt_wrap h3 {
  font-size: 26rem;
  font-weight: 500;
}
.under_page .contents_wrap .desc_wrap > .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.under_page .contents_wrap .desc_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}
.under_page .contents_wrap .desc_wrap .swiper-pagination-bullet {
  width: 7rem;
  height: 7rem;
  background-color: #C2C2C2;
  opacity: 1;
}
.under_page .contents_wrap .desc_wrap .swiper-pagination-bullet-active {
  width: 14rem;
  height: 14rem;
  background-color: #6A6060;
}
.under_page .contents_wrap .desc_wrap.f_reverse {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: 0;
  justify-content: left;
  padding-left: 0;
}
.under_page .contents_wrap .desc_wrap.f_reverse .swiper-pagination-bullets.swiper-pagination-horizontal {
  justify-content: right;
}
.under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap {
  padding-left: 0;
  padding-right: 130rem;
  margin-left: 0;
}
.under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
  right: 5rem;
}
.under_page .contents_wrap .desc_wrap.f_reverse > .img_wrap {
  margin-right: 0;
}
.under_page .contents_wrap .desc_wrap.f_reverse figcaption {
  text-align: right;
}
.under_page .contents_wrap .desc_wrap.smallish {
  max-width: 1480rem;
  margin-right: 6.7708333333vw;
}
.under_page .contents_wrap .desc_wrap.smallish.f_reverse {
  margin-left: 6.7708333333vw;
}

table {
  border-collapse: collapse;
}

table.th_color {
  width: 100%;
}
table.th_color td {
  padding-left: 35rem;
}
table.th_color th {
  vertical-align: middle;
  color: #C38F4D;
}
table.th_color tbody th {
  border-bottom: 1px solid #C38F4D;
}
table.th_color tbody th,
table.th_color tbody td {
  vertical-align: middle;
  text-align: left;
}
table.th_color tbody td {
  border-bottom: 1px solid #D0CDCD;
}
table.th_color thead th,
table.th_color thead td {
  padding-bottom: 15rem;
}
table.th_color thead th {
  text-align: left;
  border-bottom: 1px solid #C38F4D;
}
table.th_color thead td {
  border-bottom: 1px solid #D0CDCD;
}
table.th_color tbody th {
  width: 125rem;
  padding-left: 15rem;
  background-color: rgba(200, 152, 92, 0.0509803922);
}
table.th_color tbody th,
table.th_color tbody td {
  height: 85rem;
}

table.line {
  width: 100%;
}
table.line th {
  vertical-align: middle;
  color: #C38F4D;
}
table.line tbody th {
  border-bottom: 1px solid #C38F4D;
}
table.line tbody th,
table.line tbody td {
  vertical-align: middle;
  text-align: left;
}
table.line tbody td {
  border-bottom: 1px solid #D0CDCD;
}
table.line th {
  padding-left: 10rem;
  white-space: nowrap;
}
table.line th,
table.line td {
  padding-top: 30rem;
  padding-bottom: 30rem;
}
table.line td {
  padding-left: 30rem;
}
table.line.overline th {
  border-top: 1px solid #C38F4D;
}
table.line.overline td {
  border-top: 1px solid #D0CDCD;
}

table.border {
  width: 100%;
  font-size: 14rem;
}
table.border th {
  background-color: #C38F4D;
  border: 1px solid #fff;
  color: #fff;
}
table.border th,
table.border td {
  padding: 6rem;
  vertical-align: middle;
}
table.border td {
  text-align: center;
  color: #C38F4D;
  border: 1px solid #C38F4D;
}
table.border .type {
  padding: 6rem 17rem;
}

ul.dot li {
  position: relative;
  padding-left: 15rem;
}
ul.dot li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
ul.dot li.attention span {
  font-size: 12rem;
}
ul.dot li.attention::before {
  content: "※";
}

ul.list_wrap {
  margin-top: 40rem;
  padding-top: 25rem;
  padding-bottom: 25rem;
  border-top: 1px solid #C38F4D;
  border-bottom: 1px solid #C38F4D;
}
ul.list_wrap li {
  position: relative;
  padding-left: 15rem;
}
ul.list_wrap li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
ul.list_wrap li.attention span {
  font-size: 12rem;
}
ul.list_wrap li.attention::before {
  content: "※";
}
ul.list_wrap.price li {
  display: flex;
  justify-content: space-between;
}

.anc_wrap {
  display: flex;
  gap: 65rem 50rem;
  justify-content: center;
  flex-wrap: wrap;
}
.anc_wrap li a {
  position: relative;
  display: block;
  padding-bottom: 10rem;
  width: 286rem;
}
.anc_wrap li a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  content: "";
  width: 0;
  height: 1rem;
  background-color: #C38F4D;
  transition: 0.3s;
  transition-property: width;
}
.anc_wrap li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.anc_wrap li a p {
  margin-top: 10rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.anc_wrap li a p::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_arrow_anc.svg);
  width: 10rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 3rem);
  right: -20rem;
}

.anc_txt_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50rem;
}
.anc_txt_wrap li {
  position: relative;
}
.anc_txt_wrap li::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #707070;
}
.anc_txt_wrap li a {
  position: relative;
  display: block;
  width: 240rem;
  text-align: center;
}
.anc_txt_wrap li a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1rem;
  background-color: #C38F4D;
  transition: 0.3s;
  transition-property: width;
  transform: translateX(-50%);
}
.anc_txt_wrap li a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/ico_arrow_anc.svg);
  width: 9rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 2.5rem);
  right: 15rem;
}
.anc_txt_wrap li a:hover::before {
  width: 111rem;
}

.utility_wrap {
  position: relative;
  width: 888rem;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-top: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40rem;
  padding-top: 40rem;
}
.utility_wrap:before, .utility_wrap:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #707070;
  top: 0;
}
.utility_wrap:before {
  left: 0;
}
.utility_wrap:after {
  right: 0;
}
.utility_wrap h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15rem;
}
.utility_wrap h4:before, .utility_wrap h4:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20rem;
  background-color: #707070;
  top: 5rem;
}
.utility_wrap h4:before {
  left: -25rem;
}
.utility_wrap h4:after {
  right: -25rem;
}
.utility_wrap p {
  text-align: center;
}

.info_wrap {
  background-color: rgba(200, 152, 92, 0.0509803922);
  padding-top: 28rem;
  padding-bottom: 28rem;
}
.info_wrap h4 {
  color: #C38F4D;
  text-align: center;
  font-weight: 500;
}
.info_wrap ul {
  display: flex;
  justify-content: center;
  gap: 70rem;
  margin-top: 20rem;
}
.info_wrap ul li {
  position: relative;
}
.info_wrap ul li:nth-child(2)::before, .info_wrap ul li:nth-child(2)::after {
  content: "/";
  position: absolute;
  top: 0;
}
.info_wrap ul li:nth-child(2)::before {
  left: -35rem;
}
.info_wrap ul li:nth-child(2)::after {
  right: -35rem;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1470px) {
  .top_mv .ttl_wrap .sub_ttl {
    left: -125rem;
  }
  .top_contents .desc_wrap .img_wrap img {
    height: 600rem;
  }
  .under_page .under_mv .ttl_wrap {
    left: 100rem;
  }
  .under_page .contents_wrap .desc_wrap.list_wrap .txt_wrap .ttl_wrap {
    right: 30rem;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap .ttl_wrap {
    left: 30rem;
  }
}
@media screen and (max-width: 1510px) {
  header .header_nav .gnav li.nav_rsv {
    position: absolute;
    right: 10rem;
    top: 140rem;
  }
}
@media screen and (max-width: 1800px) {
  .under_page .contents_wrap::after {
    display: none;
  }
}
@media screen and (max-width: 1340px) {
  html {
    font-size: 0.0746268657vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 14rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 345rem;
  }
  .s_inner {
    width: 345rem;
  }
  .l_inner {
    width: 345rem;
  }
  .mb_l {
    margin-bottom: 80rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  header .header_nav {
    align-items: unset;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 65rem;
    align-items: center;
    color: #000;
    z-index: 9999;
  }
  header .header_nav .logo a {
    margin-left: 15rem;
    width: 170rem;
    height: 52rem;
    background-size: 170rem;
  }
  header .header_nav .hamburger_m {
    position: absolute;
    right: 16rem;
    top: calc(50% - 17.5rem);
    width: 35rem;
    height: 20rem;
    z-index: 9999;
  }
  header .header_nav .hamburger_m span {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    transition: ease 0.4s;
    display: block;
    left: 0;
  }
  header .header_nav .hamburger_m span:nth-child(1) {
    top: 0;
  }
  header .header_nav .hamburger_m span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .header_nav .hamburger_m span:nth-child(3) {
    bottom: 0;
  }
  header .header_nav .hamburger_m p {
    color: #fff;
    font-size: 10rem;
    bottom: -20rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  header .header_nav .hamburger_m.active span {
    background-color: #000;
  }
  header .header_nav .hamburger_m.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header .header_nav .hamburger_m.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_nav .hamburger_m.active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  header .header_nav .hamburger_m.active p {
    color: #000;
  }
  header .header_nav .gnav_wrap {
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    transition: 0.6s;
    position: fixed;
    padding-top: 50rem;
    padding-left: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    overflow-x: hidden;
    background-color: #fff;
    top: 0;
    left: 0;
    padding-bottom: 40rem;
  }
  header .header_nav .gnav_wrap.active {
    transform: translateX(0);
  }
  header .header_nav .gnav {
    flex-wrap: wrap;
    margin-right: auto;
    gap: 0;
    width: 345rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  header .header_nav .gnav li {
    width: 160rem;
    font-size: 16rem;
  }
  header .header_nav .gnav li a {
    height: 50rem;
    justify-content: left;
    padding-left: 15rem;
    padding-right: 15rem;
  }
  header .header_nav .gnav li a::after {
    content: "";
    background-image: url(../img/ico_down_arrow_shin_b.svg);
    width: 10rem;
    height: 6rem;
    background-size: contain;
    position: absolute;
    top: calc(50% - 3rem);
    right: 15rem;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
  }
  header .header_nav .gnav li::before {
    content: none;
  }
  header .header_nav .gnav li.more_nav_parent .more_nav {
    margin-left: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
    transform-origin: unset;
    transition: none;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: 999;
    display: none;
    margin-bottom: 20rem;
  }
  header .header_nav .gnav li.more_nav_parent .more_nav::before {
    content: unset;
  }
  header .header_nav .gnav li.more_nav_parent .more_nav li {
    width: 100%;
  }
  header .header_nav .gnav li.more_nav_parent .more_nav li::before {
    content: unset;
  }
  header .header_nav .gnav li.more_nav_parent .more_nav li a {
    height: auto;
    min-height: auto;
    padding-left: 0;
    justify-content: center;
    position: relative;
    font-size: 14rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000;
  }
  header .header_nav .gnav li.more_nav_parent .more_nav li a::after {
    background-image: url(../img/ico_down_arrow_shin_b.svg);
    width: 10rem;
    height: 6rem;
    top: calc(50% - 3rem);
  }
  header .header_nav .gnav li.more_nav_parent .more_nav li a:hover::after {
    right: -5rem;
  }
  header .header_nav .gnav li.more_nav_parent:hover p::after {
    transform: rotate(0);
  }
  header .header_nav .gnav li.more_nav_parent:hover .more_nav {
    transform: none;
  }
  header .header_nav .gnav li.nav_tel a,
  header .header_nav .gnav li.nav_tel p, header .header_nav .gnav li.nav_lang a,
  header .header_nav .gnav li.nav_lang p {
    padding-left: 0;
  }
  header .header_nav .gnav li.nav_tel a::before,
  header .header_nav .gnav li.nav_tel p::before, header .header_nav .gnav li.nav_lang a::before,
  header .header_nav .gnav li.nav_lang p::before {
    content: none;
  }
  header .header_nav .gnav li.nav_lang {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 40rem;
  }
  header .header_nav .gnav li.nav_lang p {
    padding-right: 0;
    height: 55rem;
    text-align: center;
    line-height: 55rem;
    position: relative;
  }
  header .header_nav .gnav li.nav_lang p::after {
    content: "";
    background-image: url(../img/ico_down_arrow_shin_b.svg);
    width: 12rem;
    height: 7rem;
    background-size: contain;
    position: absolute;
    top: calc(50% - 3.5rem);
    right: 75rem;
    transition: 0.2s;
    background-repeat: no-repeat;
    transform: rotate(0);
  }
  header .header_nav .gnav li.nav_lang p.open::after {
    transform: rotate(-180deg);
  }
  header .header_nav .gnav li.nav_tel_sp {
    width: 100%;
    margin-top: 25rem;
    text-align: center;
  }
  header .header_nav .gnav li.nav_tel_sp .txt {
    font-size: 13rem;
  }
  header .header_nav .gnav li.nav_tel_sp .link {
    font-size: 16rem;
  }
  header .header_nav .gnav li.nav_tel_sp .link a {
    font-size: 24rem;
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  header .header_nav .gnav li.nav_tel_sp .link a::after {
    content: none;
  }
  header .header_nav .gnav li.nav_rsv {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 40rem;
  }
  header .header_nav .gnav li.nav_rsv a {
    justify-content: center;
    width: 295rem;
    border-radius: 100rem;
    margin-left: auto;
    margin-right: auto;
  }
  header .header_nav .gnav li.nav_rsv a::after {
    content: none;
  }
  header.fixed .header_nav .hamburger_m span {
    background-color: #000;
  }
  header.fixed .header_nav .hamburger_m p {
    color: #000;
  }
  header.fixed .header_nav .gnav li::before {
    background-color: #000;
  }
  header.fixed .header_nav .gnav .nav_lang p::after,
  header.fixed .header_nav .gnav .more_nav_parent .more_nav li a::after {
    background-image: url(../img/ico_down_arrow_shin_b.svg);
  }
  footer {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  footer .footer_wrap {
    display: block;
  }
  footer .logo_wrap {
    width: 204rem;
  }
  footer .info {
    margin-top: 10rem;
  }
  footer .info .address {
    margin-top: 10rem;
  }
  footer .info .tel {
    margin-top: 10rem;
  }
  footer .footer_nav {
    display: flex;
    gap: 45rem;
    margin-top: 40rem;
    font-size: 12rem;
  }
  footer .footer_nav ul li:nth-child(n+2) {
    margin-top: 5rem;
  }
  footer .copyright {
    font-size: 12rem;
    margin-top: 40rem;
  }
  .to_top {
    bottom: 20rem;
    right: 10rem;
    width: 40rem;
    height: 40rem;
  }
  .search_wrap .directin-sp-form .directin-sp-form-input label .directin-sp-form-label {
    font-size: 16rem;
  }
  .search_wrap p {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-top: 25rem;
  }
  .search_wrap p span {
    display: block;
  }
  .search_wrap p span:nth-child(1) {
    position: relative;
    margin-right: auto;
  }
  .search_wrap p span:nth-child(1)::before {
    content: "";
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .search_wrap ul {
    gap: 20rem;
    margin-top: 30rem;
  }
  .search_wrap ul li a::after {
    right: -10rem;
  }
  .announce {
    margin-top: 20rem;
    margin-bottom: 20rem;
    padding: 15rem 10rem 20rem;
    border-radius: 10rem;
  }
  .announce h3 {
    font-size: 1.2em;
  }
  .announce p {
    border-top: unset;
    border-bottom: unset;
  }
  .announce p span {
    display: inline;
  }
  .announce ul {
    display: block;
    margin-top: 20rem;
  }
  .announce ul li a {
    display: inline;
    text-decoration: underline;
  }
  .announce ul li a::after {
    content: none;
  }
  .img_wrap.coming_soon::before {
    font-size: 30rem;
  }
  .ttl_wrap h2 {
    font-size: 24rem;
    line-height: 1.2;
  }
  .ttl_wrap.v_rl {
    padding-right: 5rem;
  }
  .ttl_wrap.v_rl h2 {
    letter-spacing: normal;
  }
  .ttl_wrap.l_left {
    padding-left: 0;
    padding-right: 5rem;
  }
  .ttl_wrap.l_left::after {
    right: 0;
    left: unset;
  }
  .ttl_wrap h3 {
    font-size: 20rem;
  }
  .btn_arw a {
    width: 137rem;
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .btn_arw a::after {
    width: 34rem;
    height: 34rem;
    top: calc(50% - 17rem);
    background-size: 34rem;
  }
  .btn_arw.btn_w a {
    border-bottom: 1px solid #fff;
  }
  .btn_arw.btn_w a::after {
    background-image: url(../img/ico_btn_arrow_w.svg);
  }
  figcaption {
    text-align: right;
    margin-top: 5rem;
  }
  .top_mv .swiper_wrap .mv_swiper {
    height: 100%;
  }
  .top_mv .swiper_wrap .swiper-slide {
    height: auto;
  }
  .top_mv .swiper_wrap .swiper-slide img {
    height: auto;
  }
  .top_mv .ttl_wrap {
    position: relative;
  }
  .top_mv .ttl_wrap .logo {
    left: 50%;
    transform: translateX(-50%);
    top: 500rem;
    width: 250rem;
  }
  .top_mv .ttl_wrap .sub_ttl {
    top: 110rem;
    font-size: 20rem;
    left: 50%;
    transform: translateX(-50%);
    line-height: 2;
  }
  .top_mv .scroll {
    font-size: 16rem;
    writing-mode: unset;
    bottom: 60rem;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_mv .scroll::before {
    background-image: url(../img/ico_scroll_sp.svg);
    width: 5rem;
    height: 25rem;
    left: unset;
    top: -2rem;
    right: -10rem;
    background-size: 5rem;
  }
  .top_contents {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .top_contents::after {
    font-size: 40rem;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .top_contents.top_onsen .slidein3,
  .top_contents.top_onsen .slidein4,
  .top_contents.top_onsen .slidein5,
  .top_contents.top_onsen .slidein6,
  .top_contents.top_onsen .slidein7,
  .top_contents.top_onsen .slidein8,
  .top_contents.top_onsen .slidein9,
  .top_contents.top_onsen .slidein10, .top_contents.top_room .slidein3,
  .top_contents.top_room .slidein4,
  .top_contents.top_room .slidein5,
  .top_contents.top_room .slidein6,
  .top_contents.top_room .slidein7,
  .top_contents.top_room .slidein8,
  .top_contents.top_room .slidein9,
  .top_contents.top_room .slidein10, .top_contents.top_restaurant .slidein3,
  .top_contents.top_restaurant .slidein4,
  .top_contents.top_restaurant .slidein5,
  .top_contents.top_restaurant .slidein6,
  .top_contents.top_restaurant .slidein7,
  .top_contents.top_restaurant .slidein8,
  .top_contents.top_restaurant .slidein9,
  .top_contents.top_restaurant .slidein10, .top_contents.top_access .slidein3,
  .top_contents.top_access .slidein4,
  .top_contents.top_access .slidein5,
  .top_contents.top_access .slidein6,
  .top_contents.top_access .slidein7,
  .top_contents.top_access .slidein8,
  .top_contents.top_access .slidein9,
  .top_contents.top_access .slidein10 {
    transition-delay: unset;
  }
  .top_contents .ttl_wrap {
    text-align: center;
  }
  .top_contents .desc_wrap {
    display: block;
    position: relative;
  }
  .top_contents .desc_wrap .txt_wrap {
    max-width: unset;
    margin-left: 0;
    padding-left: 0;
  }
  .top_contents .desc_wrap .txt_wrap .ttl_wrap {
    right: 0;
    top: -60rem;
    left: unset;
  }
  .top_contents .desc_wrap .txt_wrap h3 {
    margin-top: 0;
    font-size: 16rem;
  }
  .top_contents .desc_wrap .txt_wrap .txt {
    margin-top: 305rem;
  }
  .top_contents .desc_wrap .txt_wrap .btn_arw a {
    margin-top: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
  .top_contents .desc_wrap .img_wrap {
    width: 100vw;
    left: -15rem;
  }
  .top_contents .desc_wrap .img_wrap img {
    height: auto;
  }
  .top_contents .desc_wrap .img_wrap,
  .top_contents .desc_wrap .map_wrap {
    margin-right: 0;
    position: absolute;
    top: 90rem;
  }
  .top_contents .desc_wrap.list_wrap .txt_wrap {
    margin-right: 0;
    padding-right: 0;
  }
  .top_contents .desc_wrap.list_wrap .txt_wrap .ttl_wrap {
    right: 0;
  }
  .top_contents .desc_wrap.list_wrap .img_wrap {
    margin-left: 0;
  }
  .top_contents .desc_wrap.f_reverse .txt_wrap {
    padding-right: 0;
  }
  .top_contents .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
    right: 0;
  }
  .top_concept {
    padding-bottom: 30rem;
    background-size: cover;
  }
  .top_concept::after {
    top: 10rem;
  }
  .top_concept .contents_wrap {
    display: block;
  }
  .top_concept .txt_wrap {
    padding-top: 75rem;
    writing-mode: unset;
    margin-top: 0;
    text-align: center;
  }
  .top_concept .txt_wrap h3 {
    font-size: 24rem;
    letter-spacing: normal;
  }
  .top_concept .txt_wrap p {
    letter-spacing: normal;
    font-size: 14rem;
    margin-top: 10rem;
    margin-right: 0;
  }
  .top_concept .img_wrap {
    width: auto;
    gap: 20rem;
    margin-left: 0;
    margin-top: 20rem;
  }
  .top_concept .img_wrap .img_01 {
    width: 184rem;
    margin-top: 15rem;
  }
  .top_concept .img_wrap .img_02 {
    width: 161rem;
    margin-top: 0;
    margin-right: -20rem;
  }
  .top_concept .img_wrap .img_03 {
    width: 218rem;
    margin-left: -15rem;
  }
  .top_concept .img_wrap .img_04 {
    width: 128rem;
    margin-top: -45rem;
    margin-left: -8rem;
  }
  .top_concept .img_wrap .img_05 {
    width: 360rem;
    position: relative;
    right: unset;
    bottom: unset;
    margin-right: -20rem;
  }
  .top_news {
    padding-top: 65rem;
    padding-bottom: 60rem;
  }
  .top_news::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .top_news .news_list {
    margin-top: 30rem;
  }
  .top_news .news_list li a {
    display: block;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .top_news .news_list li a::after {
    width: 9rem;
    height: 16rem;
    top: calc(50% - 4.5rem);
    right: 0;
  }
  .top_news .news_list li a .title {
    max-width: 85%;
  }
  .top_news .btn_arw {
    margin-top: 50rem;
  }
  .top_plan {
    padding-top: 75rem;
    padding-bottom: 50rem;
  }
  .top_plan::after {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    white-space: nowrap;
  }
  .top_plan .plan_list {
    margin-top: 30rem;
    width: 500rem;
    margin-left: 15rem;
  }
  .top_plan .plan_list p {
    margin-top: 5rem;
    font-size: 13rem;
  }
  .top_plan .btn_arw {
    margin-top: 40rem;
  }
  .top_plan .btn_arw a {
    width: 205rem;
  }
  .top_onsen {
    margin-top: 125rem;
    width: 345rem;
  }
  .top_onsen::after {
    left: 0;
    top: -70rem;
    writing-mode: unset;
    transform: none;
  }
  .top_onsen .desc_wrap + .desc_wrap {
    margin-top: 86rem;
    align-items: end;
  }
  .top_onsen .desc_wrap + .desc_wrap .txt_wrap h3 {
    margin-top: 0;
    margin-top: 280rem;
    text-align: center;
  }
  .top_onsen .desc_wrap + .desc_wrap .txt_wrap .txt {
    margin-top: 20rem;
  }
  .top_onsen .desc_wrap + .desc_wrap .img_wrap {
    margin-right: 0;
    left: 0;
    top: -250rem;
  }
  .top_room {
    margin-top: 130rem;
    width: 345rem;
  }
  .top_room::after {
    left: 0;
    top: -70rem;
    writing-mode: unset;
    transform: none;
  }
  .top_restaurant {
    margin-top: 130rem;
    width: 345rem;
  }
  .top_restaurant::after {
    left: 0;
    top: -70rem;
    writing-mode: unset;
    transform: none;
  }
  .top_restaurant .img_wrap .txt {
    margin-top: 10rem;
  }
  .top_restaurant .desc_wrap .txt_wrap .txt {
    margin-top: 330rem;
  }
  .top_bnr {
    margin-top: 60rem;
  }
  .top_bnr .bnr {
    background-repeat: no-repeat;
    background-size: 345rem;
    overflow: visible;
  }
  .top_bnr .bnr a {
    height: 130rem;
    width: 345rem;
    padding-left: 30rem;
    padding-right: 20rem;
  }
  .top_bnr .bnr a h4 {
    font-size: 20rem;
  }
  .top_bnr .bnr a h4 span {
    font-size: 14rem;
    padding-left: 0;
    display: block;
  }
  .top_bnr .bnr a .txt_wrap p {
    position: absolute;
    color: #707070;
    width: 100%;
    top: 145rem;
    left: 0;
    font-size: 14rem;
  }
  .top_bnr .bnr a .btn {
    width: 96rem;
    padding-bottom: 15rem;
    padding-top: 15rem;
  }
  .top_bnr .bnr a .btn::after {
    width: 25rem;
    height: 25rem;
    top: calc(50% - 12.5rem);
    background-size: 25rem;
  }
  .top_bnr .bnr.baquet {
    background-image: url(../img/bg_bnr_baquet_sp.jpg);
  }
  .top_bnr .bnr.wedding {
    margin-top: 120rem;
    background-image: url(../img/bg_bnr_wedding_sp.jpg);
  }
  .top_bnr .bnr:hover::before {
    transform: none;
  }
  .top_sightseeing {
    padding-top: 85 rem;
    margin-top: 110rem;
  }
  .top_sightseeing::after {
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_sightseeing .lead {
    margin-top: 20rem;
    width: 345rem;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .top_sightseeing .swiper_wrapper {
    position: relative;
    margin-top: 30rem;
    height: 190rem;
  }
  .top_sightseeing .swiper_wrap {
    width: 964rem;
  }
  .top_sightseeing .swiper_wrap .slide_contents_wrap {
    width: 310rem;
    height: 250rem;
  }
  .top_sightseeing .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
  }
  .top_sightseeing .swiper-pagination-bullet-active {
    width: 14rem;
    height: 14rem;
  }
  .top_sightseeing .btn_arw {
    margin-top: 105rem;
  }
  .top_access {
    margin-top: 120rem;
    margin-bottom: 70rem;
    width: 345rem;
  }
  .top_access::after {
    left: 0;
    top: -70rem;
    writing-mode: unset;
    transform: none;
  }
  .top_access .map_wrap {
    margin-left: -15rem;
  }
  .top_access .map_wrap iframe {
    width: 375rem;
    height: 236rem;
  }
  .under_page .under_mv .mv_wrap {
    height: 280rem;
  }
  .under_page .under_mv::before {
    position: absolute;
    display: block;
    font-size: 40rem;
    bottom: 0;
    color: #fff;
    opacity: 0.3;
    white-space: nowrap;
    right: 0;
  }
  .under_page .under_mv .ttl_wrap {
    padding-left: 0;
    padding-right: 10rem;
    left: 13rem;
    transform: unset;
    letter-spacing: 5rem;
  }
  .under_page .under_mv .ttl_wrap::after {
    right: unset;
    left: 0;
  }
  .under_page .under_mv .ttl_wrap h1 {
    font-size: 24rem;
  }
  .under_page .under_mv .ttl_wrap h1 span {
    font-size: 10rem;
  }
  .under_page .under_mv .img_wrap {
    height: auto;
  }
  .under_page .under_mv .img_wrap img {
    height: auto;
  }
  .under_page .breadcrumb {
    margin-top: 5rem;
  }
  .under_page .breadcrumb ul li::after {
    width: 3.7rem;
    height: 10rem;
    top: 7rem;
    right: -11rem;
  }
  .under_page .lead_wrap {
    margin-top: 15rem;
  }
  .under_page .lead_wrap h3 {
    font-size: 16rem;
    font-weight: 600;
  }
  .under_page .lead_wrap p {
    margin-top: 17rem;
    line-height: 1.8;
  }
  .under_page .contents_wrap {
    width: 345rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under_page .contents_wrap::after {
    display: block;
    font-size: 40rem;
    writing-mode: unset;
    top: -75rem;
    text-align: left;
  }
  .under_page .contents_wrap .desc_wrap {
    flex-direction: column-reverse;
    padding-left: 0;
    gap: 20rem;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap .ttl_wrap {
    top: -60rem;
    left: unset;
    right: 0;
  }
  .under_page .contents_wrap .desc_wrap .txt_wrap h3 {
    font-size: 16rem;
    font-weight: 500;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap {
    margin-right: 0;
    margin-left: -15rem;
    width: 100vw;
  }
  .under_page .contents_wrap .desc_wrap > .img_wrap img {
    height: auto !important;
  }
  .under_page .contents_wrap .desc_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -10rem;
    justify-content: center;
  }
  .under_page .contents_wrap .desc_wrap .swiper-pagination-bullet {
    width: 5rem;
    height: 5rem;
  }
  .under_page .contents_wrap .desc_wrap .swiper-pagination-bullet-active {
    width: 9rem;
    height: 9rem;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse {
    padding-right: 0;
    flex-direction: column-reverse;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse .swiper-pagination-bullets.swiper-pagination-horizontal {
    justify-content: center;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap {
    padding-right: 0;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse .txt_wrap .ttl_wrap {
    top: -60rem;
  }
  .under_page .contents_wrap .desc_wrap.f_reverse > .img_wrap {
    margin-right: -15rem;
  }
  .under_page .contents_wrap .desc_wrap.smallish {
    margin-right: 0;
  }
  .under_page .contents_wrap .desc_wrap.smallish > .img_wrap {
    margin-right: -15rem;
  }
  .under_page .contents_wrap .desc_wrap.smallish.f_reverse {
    margin-left: 0;
  }
  .under_page .contents_wrap .desc_wrap.smallish.f_reverse > .img_wrap {
    margin-right: -15rem;
  }
  #page_outline.under_page .under_mv .ttl_wrap,
  #page_news.under_page .under_mv .ttl_wrap,
  #page_single.under_page .under_mv .ttl_wrap {
    top: 100rem;
  }
  #page_privacy.under_page .under_mv .ttl_wrap {
    top: 85rem;
  }
  table.th_color td {
    padding-left: 20rem;
  }
  table.th_color thead th,
  table.th_color thead td {
    padding-bottom: 10rem;
  }
  table.th_color tbody th {
    width: 90rem;
    padding-left: 10rem;
  }
  table.th_color tbody th,
  table.th_color tbody td {
    height: 50rem;
  }
  table.line {
    width: 100%;
  }
  table.line th {
    padding-left: 0;
    width: 75rem;
  }
  table.line th,
  table.line td {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  table.line td {
    padding-left: 15rem;
  }
  .sp_scroll {
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap;
  }
  .sp_scroll .desc_table {
    min-width: 430rem;
    border-collapse: separate;
  }
  .sp_scroll .desc_table tbody th,
  .sp_scroll .desc_table thead th {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
  }
  ul.list_wrap {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .anc_wrap {
    gap: 30rem 9rem;
  }
  .anc_wrap li a {
    padding-bottom: 0;
    width: 168rem;
  }
  .anc_wrap li a p {
    margin-top: 6rem;
  }
  .anc_wrap li a p::after {
    width: 10rem;
    height: 6rem;
    right: -18rem;
  }
  .anc_txt_wrap {
    margin-top: 40rem;
    gap: 10rem 0;
    justify-content: space-between;
  }
  .anc_txt_wrap li::after {
    content: unset;
  }
  .anc_txt_wrap li a {
    width: 170rem;
  }
  .anc_txt_wrap li a::before {
    content: none;
  }
  .anc_txt_wrap li a::after {
    right: 10rem;
  }
  .utility_wrap {
    width: 345rem;
    margin-top: 50rem;
    padding-bottom: 20rem;
    padding-top: 20rem;
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .utility_wrap:before, .utility_wrap:after {
    top: 0;
  }
  .utility_wrap:before {
    left: 0;
  }
  .utility_wrap:after {
    right: 0;
  }
  .utility_wrap h4 {
    top: -10rem;
  }
  .utility_wrap h4:before, .utility_wrap h4:after {
    height: 15rem;
    top: 3rem;
  }
  .utility_wrap h4:before {
    left: -25rem;
  }
  .utility_wrap h4:after {
    right: -25rem;
  }
  .info_wrap {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .info_wrap ul {
    gap: 5rem 20rem;
    margin-top: 10rem;
    flex-wrap: wrap;
  }
  .info_wrap ul li:nth-child(2)::before {
    left: -13rem;
  }
  .info_wrap ul li:nth-child(2)::after {
    content: none;
  }
}/*# sourceMappingURL=style.css.map */