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

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #000;
  font-size: 15rem;
  overflow: hidden;
}

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.3s linear;
}
a.underline {
  text-decoration: underline;
}

main {
  display: block;
  background-color: #573F31;
}

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

* {
  box-sizing: border-box;
}

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

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

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

.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;
}

.c_red {
  color: #df1616;
}

.c_txt_box .lead_txt {
  font-size: 26rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.c_txt_box .txt {
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.scroll_target.fade_in {
  opacity: 0;
  transition: 1.5s;
}
.scroll_target.fade_in.on {
  opacity: 1;
}
.scroll_target.fade_up {
  transform: translate(0, 20rem);
}
.scroll_target.fade_up.on {
  transform: translate(0, 0);
}
.scroll_target.fade_left {
  transform: translate(20rem, 0);
}
.scroll_target.fade_left.on {
  transform: translate(0, 0);
}
.scroll_target.fade_blur {
  animation-duration: 2s;
  animation-fill-mode: both;
  opacity: 0;
}
.scroll_target.fade_blur.on {
  animation-name: fade_Blur;
  opacity: 1;
  transition: 0.8s;
}
.scroll_target.fade_corner {
  clip-path: polygon(0 10%, 93% 10%, 93% 100%, 0% 100%);
  animation-duration: 1.7s;
  animation-fill-mode: both;
}
.scroll_target.fade_corner.on {
  animation-name: fade_corner;
  transition: 1.7s;
}

.box_shadow {
  box-shadow: 0 0 20rem rgba(0, 0, 0, 0.16);
}

.swiper_area {
  position: relative;
}
.swiper_area .item_wrap {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -30rem;
  left: 0;
  z-index: 10;
}
.swiper_area .item_wrap .swiper-pagination {
  position: relative;
  bottom: auto;
}
.swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet {
  width: 60rem;
  height: 4rem;
  opacity: 1;
  border-radius: 0;
  background-color: #fff;
  margin: 0 5rem;
}
.swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #745c4d;
}
.swiper_area .item_wrap .btn_switch {
  position: relative;
  margin-left: 36rem;
}
.swiper_area .item_wrap .btn_switch button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 30rem;
  cursor: pointer;
}
.swiper_area .item_wrap .btn_switch button.btn_start {
  display: none;
}

.f_image {
  max-height: 610rem;
}
.f_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  position: relative;
  background-color: #2B1E16;
}
footer .f_inner {
  position: relative;
  z-index: 1;
  padding-top: 93rem;
}
footer .f_inner .f_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 190rem;
  position: relative;
}
footer .f_inner .f_wrap a {
  transition: 0.3s;
}
footer .f_inner .f_wrap a:hover {
  opacity: 0.7;
}
footer .f_inner .f_wrap .logo {
  width: 144rem;
}
footer .f_inner .f_wrap .item_wrap {
  color: #fff;
}
footer .f_inner .f_wrap .item_wrap .gmap a {
  color: #fff;
}
footer .f_inner .f_wrap .item_wrap .sns_wrap {
  margin-top: 27rem;
  display: flex;
  align-items: center;
  gap: 19rem;
}
footer .f_inner .f_wrap .item_wrap .sns_wrap .txt {
  font-size: 18rem;
  font-weight: 500;
}
footer .f_inner .f_wrap .item_wrap .sns_wrap ul {
  display: flex;
  align-items: center;
  gap: 13rem;
}
footer .f_inner .f_wrap .item_wrap .sns_wrap ul li a {
  display: block;
  width: 58rem;
}
footer .f_inner .copyrights {
  margin-top: 72rem;
  color: #fff;
  text-align: center;
  padding-top: 27rem;
  padding-bottom: 24rem;
  font-size: 14rem;
  border-top: 1px solid #707070;
}
footer .f_inner .tex {
  width: 267rem;
  position: absolute;
  top: 45rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -503rem;
}

.mv_top {
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
.mv_top .swiper_area .swiper {
  height: 100%;
}
.mv_top .swiper_area .swiper .swiper-wrapper {
  height: 100%;
}
.mv_top .swiper_area .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.mv_top .swiper_area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_top .swiper_area .item_wrap {
  bottom: 14rem;
  right: 22rem;
  left: auto;
}
.mv_top .swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: #573F31;
}
.mv_top .swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mv_top .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
.mv_top .txt_wrap .wrapper {
  position: relative;
}
.mv_top .txt_wrap .wrapper .bg_tex {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 32.8125vw;
  height: 32.8125vw;
  background: linear-gradient(135deg, #32180A 0%, #583122 45%, #257F10 100%);
  animation: main-radius-anim 20s ease-in-out infinite;
}
.mv_top .txt_wrap .wrapper .ttl {
  width: 31.875vw;
}
.mv_top .txt_wrap .wrapper .ttl img {
  width: 100%;
}
.mv_top .txt_wrap .wrapper .lead_main {
  font-size: 26rem;
  line-height: 1.5;
}
.mv_top .txt_wrap .wrapper .lead_sub {
  font-size: 14rem;
  margin-top: 11rem;
}
.mv_top .infinity_wrap {
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70rem;
  z-index: 2;
}
.mv_top .infinity_wrap .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.mv_top .infinity_wrap .swiper .swiper-wrapper .swiper-slide .txt {
  padding: 0 18rem;
}
.mv_top .infinity_wrap .swiper .swiper-wrapper .swiper-slide .txt img {
  width: auto;
  height: 100%;
}

.concept_top {
  padding-top: 63rem;
  position: relative;
  z-index: 1;
}
.concept_top::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 1920rem;
  height: 1129rem;
  background: url(/assets/img/bg_concept_grade.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.concept_top .tex_line {
  position: absolute;
  top: -85rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -78rem;
  height: 0;
  overflow: hidden;
  transition: 1s;
}
.concept_top .tex_line.on {
  height: 201rem;
}
.concept_top .content_wrap {
  position: relative;
  min-height: 610rem;
}
.concept_top .content_wrap .txt_box .content_ttl {
  width: 408rem;
  padding-top: 66rem;
}
.concept_top .content_wrap .txt_box .txt {
  margin-top: 40rem;
  color: #fff;
  font-size: 18rem;
  font-weight: 500;
}
.concept_top .content_wrap .img_box {
  position: absolute;
  width: 755rem;
  top: 0;
  right: -229rem;
}
.concept_top .content_wrap .img_box .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.concept_top .content_wrap .img_box .wrapper .ph {
  width: 290rem;
}
.concept_top .content_wrap .img_box .wrapper .ph.ph3 {
  position: absolute;
  width: 277rem;
  top: 265rem;
  left: 18rem;
}
.concept_top .content_wrap .img_box .wrapper .ph.ph4 {
  position: absolute;
  width: 175rem;
  top: 178rem;
  left: 290rem;
}
.concept_top .content_wrap .img_box .wrapper .ph.ph5 {
  position: absolute;
  width: 209rem;
  top: 198rem;
  right: 30rem;
}
.concept_top .content_wrap .img_box .wrapper .ph.ph6 {
  position: absolute;
  width: 197rem;
  top: 75rem;
  left: -667rem;
}

.rooms_content {
  padding-top: 40rem;
  background-color: rgba(87, 63, 49, 0.1);
  position: relative;
  z-index: 1;
}
.rooms_content .content_inner {
  width: 1432rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.rooms_content .content_ttl {
  width: 266rem;
  margin-left: auto;
  margin-right: auto;
}
.rooms_content .lead_wrap {
  text-align: center;
  color: #fff;
}
.rooms_content .lead_wrap .heading {
  width: 484rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30rem;
}
.rooms_content .lead_wrap .desc {
  line-height: 1.7;
  margin-top: 20rem;
}
.rooms_content .content_wrap {
  margin-top: 35rem;
  display: flex;
  justify-content: center;
  gap: 45rem;
}
.rooms_content .swiper_area {
  width: 568rem;
}
.rooms_content .swiper_area .swiper .swiper-wrapper .swiper-slide .ph {
  height: 480rem;
}
.rooms_content .swiper_area .swiper .swiper-wrapper .swiper-slide .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rooms_content .swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.rooms_content .swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #745c4d;
}

.banquet_top {
  margin-top: 252rem;
}
.banquet_top .content_wrap {
  position: relative;
  padding-top: 140rem;
  min-height: 692rem;
}
.banquet_top .content_wrap .txt_box {
  width: 407rem;
  margin-left: auto;
  color: #fff;
}
.banquet_top .content_wrap .txt_box .content_ttl {
  width: 322rem;
}
.banquet_top .content_wrap .txt_box .lead_txt {
  margin-top: 58rem;
  width: 342rem;
}
.banquet_top .content_wrap .txt_box .txt {
  margin-top: 34rem;
}
.banquet_top .content_wrap .main_img {
  position: absolute;
  top: 0;
  left: -380rem;
  width: 898rem;
}
.banquet_top .content_wrap .sub_img {
  position: absolute;
  top: 0;
  width: 315rem;
  right: -378rem;
  height: 622rem;
}
.banquet_top .content_wrap .sub_img .swiper_area {
  height: 100%;
}
.banquet_top .content_wrap .sub_img .swiper_area .swiper {
  height: 100%;
}
.banquet_top .content_wrap .sub_img .swiper_area .swiper .swiper-wrapper {
  height: 100%;
}
.banquet_top .content_wrap .sub_img .swiper_area .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
.banquet_top .content_wrap .sub_img .swiper_area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banquet_top .content_wrap .tex {
  position: absolute;
}
.banquet_top .content_wrap .tex.tex1 {
  width: 224rem;
  top: -128rem;
  right: 282rem;
}
.banquet_top .content_wrap .tex.tex2 {
  width: 221rem;
  bottom: 0;
  right: -85rem;
}

.restaurant_top {
  position: relative;
  margin-top: 232rem;
}
.restaurant_top::after {
  content: "";
  display: block;
  width: 359rem;
  height: 409rem;
  background: url(/assets/img/pic_top_restaurant_tex.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -86rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -710rem;
}
.restaurant_top .content_ttl {
  width: 562rem;
  margin-left: auto;
  margin-right: auto;
}
.restaurant_top .content_inner {
  background: linear-gradient(135deg, #FFFAF0, #DDE3DC);
  position: relative;
}
.restaurant_top .content_inner .top_wrap {
  padding-top: 63rem;
  height: 354rem;
  position: relative;
}
.restaurant_top .content_inner .top_wrap .catch_txt {
  width: 92rem;
  margin: 0 auto;
}
.restaurant_top .content_inner .top_wrap .catch_img {
  position: absolute;
  width: 783rem;
  top: 0;
  left: -420rem;
}
.restaurant_top .content_inner .top_wrap .catch_img.img2 {
  left: auto;
  right: -420rem;
}
.restaurant_top .content_inner .bottom_wrap {
  height: 485rem;
  position: relative;
}
.restaurant_top .content_inner .bottom_wrap .center_img {
  width: 354rem;
  margin-left: auto;
  margin-right: auto;
}
.restaurant_top .content_inner .bottom_wrap .txt_wrap {
  position: absolute;
  width: 322rem;
  top: 115rem;
  left: 0;
  z-index: 1;
  line-height: 1.8;
}
.restaurant_top .content_inner .bottom_wrap .txt_wrap .wrapper::after {
  content: "";
  display: block;
  width: 724rem;
  height: 733rem;
  background: url(/assets/img/bg_top_restaurant_txt.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  margin: 0 0px 0 -15rem;
  opacity: 0.6;
}
.restaurant_top .content_inner .bottom_wrap .sub_img {
  position: absolute;
  bottom: -55rem;
}
.restaurant_top .content_inner .bottom_wrap .sub_img.img2 {
  width: 335rem;
  right: -64rem;
}
.restaurant_top .content_inner .bottom_wrap .sub_img.img3 {
  width: 328rem;
  right: -420rem;
}

.rstbar_top {
  margin-top: 175rem;
}
.rstbar_top .content_wrap {
  display: flex;
  position: relative;
  min-height: 640rem;
}
.rstbar_top .content_wrap .txt_box {
  color: #fff;
  padding-top: 121rem;
}
.rstbar_top .content_wrap .txt_box .content_ttl {
  width: 436rem;
}
.rstbar_top .content_wrap .txt_box .lead_txt {
  margin-top: 52rem;
  width: 317rem;
}
.rstbar_top .content_wrap .txt_box .txt {
  margin-top: 34rem;
}
.rstbar_top .content_wrap .img_box {
  width: 855rem;
  position: absolute;
  top: 0;
  right: -370rem;
}

.experience_top {
  margin-top: 250rem;
  padding-bottom: 216rem;
  border-bottom: 1px solid #573F31;
}
.experience_top .content_wrap {
  position: relative;
}
.experience_top .content_wrap .txt_box {
  padding-top: 73rem;
}
.experience_top .content_wrap .txt_box .content_ttl {
  width: 494rem;
}
.experience_top .content_wrap .txt_box .lead_txt {
  margin-top: 49rem;
}
.experience_top .content_wrap .txt_box .txt {
  margin-top: 28rem;
  width: 415rem;
}
.experience_top .content_wrap .img_box {
  position: absolute;
  top: 0;
  right: -133rem;
  width: 776rem;
}
.experience_top .content_wrap .img_box .map {
  position: relative;
}
.experience_top .content_wrap .img_box .map .spot {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
.experience_top .content_wrap .img_box .map .spot .ph {
  width: 120rem;
}
.experience_top .content_wrap .img_box .map .spot .name {
  font-size: 20rem;
  font-weight: bold;
  color: #7D6347;
  margin-top: 3rem;
}
.experience_top .content_wrap .img_box .map .spot .name span {
  font-size: 15rem;
}
.experience_top .content_wrap .img_box .map .spot .desc {
  font-size: 13rem;
  line-height: 1.3;
  margin-top: 2rem;
  color: #533C22;
}
.experience_top .content_wrap .img_box .map .spot.nikko {
  top: 47rem;
  right: 103rem;
}
.experience_top .content_wrap .img_box .map .spot.shinjuku {
  top: 315rem;
  right: 71rem;
}
.experience_top .content_wrap .img_box .map .spot.takao {
  bottom: 109rem;
  right: 283rem;
}
.experience_top .content_wrap .img_box .map .spot.fujisan {
  bottom: 113rem;
  right: 500rem;
}

.access_top {
  margin-top: 128rem;
  background-color: #78655A;
  padding: 270rem 0 200rem;
}
.access_top .content_wrap {
  position: relative;
}
.access_top .content_wrap .txt_box {
  color: #fff;
}
.access_top .content_wrap .txt_box .content_ttl {
  width: 257rem;
}
.access_top .content_wrap .txt_box .lead_txt {
  width: 350rem;
  margin-top: 43rem;
}
.access_top .content_wrap .txt_box .txt {
  margin-top: 55rem;
  width: 512rem;
}
.access_top .content_wrap .txt_box .info_wrap {
  margin-top: 75rem;
  width: 392rem;
  border-radius: 12rem;
  padding: 33rem 23rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}
.access_top .content_wrap .txt_box .info_wrap p {
  font-size: 14rem;
  line-height: 2;
  color: #312924;
}
.access_top .content_wrap .img_box {
  width: 752rem;
  position: absolute;
  right: -144rem;
  top: -250rem;
}
.access_top .wide_bg {
  margin-top: 68rem;
  height: 375rem;
}
.access_top .wide_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rsv_content .content_inner {
  padding: 150rem 0;
}
.rsv_content .content_inner .content_ttl {
  width: 450rem;
  margin-left: auto;
  margin-right: auto;
}
.rsv_content .content_inner .detail_wrap {
  color: #fff;
  text-align: center;
  margin-top: 50rem;
}
.rsv_content .content_inner .detail_wrap a {
  color: #fff;
}
.rsv_content .content_inner .detail_wrap .heading {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.rsv_content .content_inner .detail_wrap + .detail_wrap {
  margin-top: 30rem;
}

@media screen and (min-width: 681px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 680px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 13rem;
    overflow: hidden;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 335rem;
  }
  .s_inner {
    width: 335rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  .c_txt_box .lead_txt {
    font-size: 18rem;
    font-weight: 600;
  }
  .c_txt_box .txt {
    line-height: 1.6;
    letter-spacing: 0;
  }
  header .fix_logo {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  header .fix_logo .logo_wrap {
    line-height: 1;
    width: 178rem;
  }
  footer .f_inner {
    padding-top: 50rem;
  }
  footer .f_inner .f_wrap {
    flex-direction: column;
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
    gap: 20rem;
  }
  footer .f_inner .f_wrap .logo {
    width: 101rem;
    margin-right: auto;
  }
  footer .f_inner .f_wrap .item_wrap {
    width: 100%;
  }
  footer .f_inner .f_wrap .item_wrap .sns_wrap {
    margin: 25rem auto 0;
    width: -moz-max-content;
    width: max-content;
    gap: 23rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  footer .f_inner .f_wrap .item_wrap .sns_wrap .txt {
    font-size: 14rem;
  }
  footer .f_inner .f_wrap .item_wrap .sns_wrap ul {
    gap: 10.5rem;
  }
  footer .f_inner .f_wrap .item_wrap .sns_wrap ul li a {
    width: 46rem;
  }
  footer .f_inner .copyrights {
    margin-top: 24rem;
    font-size: 10rem;
  }
  .swiper_area .item_wrap {
    bottom: -16rem;
  }
  .swiper_area .item_wrap .swiper-pagination .swiper-pagination-bullet {
    width: 30rem;
    height: 2rem;
  }
  .swiper_area .item_wrap .btn_switch button {
    width: 28rem;
  }
  .mv_top {
    position: relative;
  }
  .mv_top .swiper_area {
    height: 600rem;
  }
  .mv_top .swiper_area .item_wrap {
    bottom: 8rem;
    right: 6rem;
  }
  .mv_top .txt_wrap .wrapper .bg_tex {
    width: 250rem;
    height: 250rem;
  }
  .mv_top .txt_wrap .wrapper .ttl {
    width: 258rem;
    margin-left: auto;
    margin-right: auto;
  }
  .mv_top .txt_wrap .wrapper .lead_main {
    font-size: 16rem;
    margin-top: 10rem;
  }
  .mv_top .txt_wrap .wrapper .lead_sub {
    font-size: 12rem;
  }
  .mv_top .infinity_wrap {
    width: 632rem;
    bottom: 43rem;
  }
  .mv_top .infinity_wrap .swiper .swiper-wrapper .swiper-slide .txt {
    padding: 0 15rem;
    height: 35rem;
  }
  .concept_top {
    padding-top: 60px;
  }
  .concept_top::after {
    min-width: auto;
    height: 842rem;
    background-image: url(/assets/img/bg_concept_grade_sp.png);
  }
  .concept_top .tex_line {
    top: -101rem;
    margin-left: 46rem;
  }
  .concept_top .tex_line.on {
    height: 140rem;
  }
  .concept_top .content_wrap {
    width: 100%;
    min-height: auto;
  }
  .concept_top .content_wrap .txt_box {
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .concept_top .content_wrap .txt_box .content_ttl {
    padding-top: 0;
    width: 227rem;
    margin-left: auto;
    margin-right: auto;
  }
  .concept_top .content_wrap .txt_box .txt {
    margin-top: 26rem;
    text-align: center;
    font-size: 13rem;
  }
  .concept_top .content_wrap .img_box {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 25rem;
  }
  .concept_top .content_wrap .img_box .wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .concept_top .content_wrap .img_box .wrapper .ph {
    width: 143.5rem;
  }
  .concept_top .content_wrap .img_box .wrapper .ph.ph1 {
    top: auto;
    left: auto;
    position: relative;
  }
  .concept_top .content_wrap .img_box .wrapper .ph.ph2 {
    margin-left: 86rem;
  }
  .concept_top .content_wrap .img_box .wrapper .ph.ph3 {
    width: 160rem;
    left: -17rem;
    top: 113rem;
  }
  .concept_top .content_wrap .img_box .wrapper .ph.ph4 {
    position: relative;
    width: 88rem;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    left: auto;
  }
  .concept_top .content_wrap .img_box .wrapper .ph.ph5 {
    top: 85rem;
    right: -25rem;
    width: 165rem;
  }
  .concept_top .content_wrap .img_box .wrapper .ph.ph6 {
    width: 118rem;
    top: -379rem;
    left: 0rem;
  }
  .rooms_content {
    margin-top: 75rem;
    padding-top: 0;
  }
  .rooms_content .content_inner {
    width: 100%;
  }
  .rooms_content .content_inner .content_ttl {
    width: 157rem;
  }
  .rooms_content .content_inner .catch_wrap {
    flex-direction: column;
    gap: 0;
    margin-top: 13rem;
  }
  .rooms_content .content_inner .catch_wrap .img_box {
    width: 100%;
    margin-top: 21rem;
  }
  .rooms_content .content_inner .catch_wrap .txt_box {
    display: contents;
  }
  .rooms_content .content_inner .catch_wrap .txt_box .lead_txt {
    order: -1;
    text-align: center;
  }
  .rooms_content .content_inner .catch_wrap .txt_box .txt {
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 12rem;
  }
  .rooms_content .type_wrap {
    margin-top: 46rem;
  }
  .rooms_content .type_wrap ul {
    flex-direction: column;
  }
  .rooms_content .type_wrap ul li {
    width: 100%;
  }
  .rooms_content .type_wrap ul li .ph {
    height: 158rem;
    position: relative;
  }
  .rooms_content .type_wrap ul li .ph::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 63, 49, 0.45);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .rooms_content .type_wrap ul li .txt_wrap {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    backdrop-filter: none;
    z-index: 2;
  }
  .rooms_content .type_wrap ul li .txt_wrap .type {
    font-size: 20rem;
  }
  .rooms_content .type_wrap ul li .txt_wrap .txt {
    font-size: 13rem;
    margin-top: 7rem;
  }
  .rooms_content .content_wrap {
    flex-direction: column;
    gap: 25rem;
  }
  .rooms_content .lead_wrap .heading {
    width: 211rem;
  }
  .rooms_content .swiper_area {
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .rooms_content .swiper_area .swiper .swiper-wrapper .swiper-slide .ph {
    height: 225rem;
  }
  .rooms_content .swiper_area .item_wrap {
    bottom: -270rem;
  }
  .banquet_top {
    margin-top: 110rem;
  }
  .banquet_top .content_wrap {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 28rem;
    min-height: auto;
  }
  .banquet_top .content_wrap .main_img {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .banquet_top .content_wrap .txt_box {
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
  }
  .banquet_top .content_wrap .txt_box .content_ttl {
    width: 209rem;
  }
  .banquet_top .content_wrap .txt_box .lead_txt {
    margin-top: 22rem;
    width: 263rem;
  }
  .banquet_top .content_wrap .txt_box .txt {
    font-size: 12rem;
    margin-top: 18rem;
  }
  .banquet_top .content_wrap .tex.tex1 {
    width: 112rem;
    top: -82rem;
    right: 294rem;
  }
  .banquet_top .content_wrap .tex.tex2 {
    width: 110rem;
    bottom: 255rem;
    right: -29rem;
  }
  .restaurant_top {
    margin-top: 83rem;
  }
  .restaurant_top::after {
    width: 180rem;
    bottom: 170rem;
    margin-left: -138rem;
  }
  .restaurant_top .content_ttl {
    width: 335rem;
    margin-left: auto;
    margin-right: auto;
  }
  .restaurant_top .content_inner .top_wrap {
    padding-top: 33rem;
    width: 100%;
    height: 197rem;
  }
  .restaurant_top .content_inner .top_wrap .catch_txt {
    width: 47.5rem;
  }
  .restaurant_top .content_inner .top_wrap .catch_img {
    width: 141.5rem;
    top: 105rem;
    left: 0;
  }
  .restaurant_top .content_inner .top_wrap .catch_img.img2 {
    left: auto;
    right: 0;
  }
  .restaurant_top .content_inner .bottom_wrap {
    height: auto;
    padding-bottom: 146rem;
  }
  .restaurant_top .content_inner .bottom_wrap .center_img {
    width: 92rem;
    z-index: 2;
    position: relative;
  }
  .restaurant_top .content_inner .bottom_wrap .txt_wrap {
    width: 295rem;
    margin: 26rem auto 0;
    position: relative;
    top: auto;
    left: auto;
  }
  .restaurant_top .content_inner .bottom_wrap .txt_wrap .wrapper::after {
    width: 500rem;
    height: 508rem;
    margin: -17rem 0 0 -15rem;
  }
  .restaurant_top .content_inner .bottom_wrap .sub_img {
    z-index: 1;
  }
  .restaurant_top .content_inner .bottom_wrap .sub_img.img2 {
    width: 132rem;
    margin-left: 0;
    bottom: -55rem;
    right: 117rem;
  }
  .restaurant_top .content_inner .bottom_wrap .sub_img.img3 {
    width: 129rem;
    margin-left: 0;
    transform: none;
    bottom: -55rem;
    right: -21rem;
  }
  .rstbar_top {
    margin-top: 110rem;
  }
  .rstbar_top .content_wrap {
    flex-direction: column;
    min-height: auto;
    width: 100%;
  }
  .rstbar_top .content_wrap .img_box {
    width: 100%;
    position: static;
    margin-top: 26rem;
  }
  .rstbar_top .content_wrap .txt_box {
    padding-top: 0;
  }
  .rstbar_top .content_wrap .txt_box .content_ttl {
    width: 282rem;
    margin-left: auto;
    margin-right: auto;
  }
  .rstbar_top .content_wrap .txt_box .lead_txt {
    margin-top: 26rem;
    width: 250rem;
    margin-left: auto;
    margin-right: auto;
  }
  .rstbar_top .content_wrap .txt_box .txt {
    margin-top: 15rem;
    text-align: center;
  }
  .experience_top {
    margin-top: 130rem;
    padding-top: 52rem;
    padding-bottom: 108rem;
    border-top: 1px solid #573F31;
  }
  .experience_top .content_wrap .txt_box {
    padding-top: 0;
  }
  .experience_top .content_wrap .txt_box .content_ttl {
    width: 314rem;
    margin-left: auto;
    margin-right: auto;
  }
  .experience_top .content_wrap .txt_box .lead_txt {
    margin-top: 28rem;
    text-align: center;
  }
  .experience_top .content_wrap .txt_box .txt {
    width: 295rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16rem;
  }
  .experience_top .content_wrap .img_box {
    position: relative;
    width: 450rem;
    right: auto;
    top: auto;
    margin-top: 80rem;
    transform: translateX(-50%);
    left: 50%;
  }
  .experience_top .content_wrap .img_box .map .spot .ph {
    width: 88rem;
  }
  .experience_top .content_wrap .img_box .map .spot .name {
    font-size: 15rem;
    line-height: 1.4;
  }
  .experience_top .content_wrap .img_box .map .spot .name span {
    font-size: 12rem;
  }
  .experience_top .content_wrap .img_box .map .spot.nikko {
    width: 140rem;
    top: -62rem;
    right: 37rem;
  }
  .experience_top .content_wrap .img_box .map .spot.shinjuku {
    top: 151rem;
    right: 42rem;
    width: 108rem;
  }
  .experience_top .content_wrap .img_box .map .spot.takao {
    bottom: 5rem;
    right: 106rem;
    width: 153rem;
  }
  .experience_top .content_wrap .img_box .map .spot.fujisan {
    bottom: -50rem;
    right: auto;
    width: 110rem;
    left: 50rem;
  }
  .access_top {
    margin-top: 56rem;
    padding-top: 100rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .access_top .content_wrap {
    display: contents;
  }
  .access_top .content_wrap .txt_box .content_ttl {
    width: 166rem;
    margin-left: auto;
    margin-right: auto;
  }
  .access_top .content_wrap .txt_box .lead_txt {
    width: 265rem;
    margin-top: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .access_top .content_wrap .txt_box .txt {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20rem;
    text-align: center;
    width: 100%;
  }
  .access_top .content_wrap .txt_box .info_wrap {
    width: 335rem;
    margin: 30rem auto 0;
    padding: 19rem;
    border-radius: 10rem;
  }
  .access_top .content_wrap .txt_box .info_wrap p {
    font-size: 13rem;
    line-height: 1.6;
  }
  .access_top .content_wrap .img_box {
    position: static;
    order: 1;
    width: 538rem;
    margin-top: -108rem;
    margin-left: -35rem;
  }
  .access_top .wide_bg {
    height: 280rem;
    margin-top: 40rem;
  }
  .rsv_content .content_inner {
    padding: 100rem 0;
  }
  .rsv_content .content_inner .content_ttl {
    width: 312rem;
  }
  .rsv_content .content_inner .detail_wrap {
    margin-top: 35rem;
  }
  .rsv_content .content_inner .detail_wrap + .detail_wrap {
    margin-top: 30rem;
  }
}
@keyframes main-radius-anim {
  0%, 100% {
    border-radius: 66% 34% 24% 76%/43% 42% 58% 57%;
  }
  25% {
    border-radius: 34% 66% 68% 32%/31% 68% 32% 69%;
  }
  50% {
    border-radius: 71% 29% 62% 38%/63% 27% 73% 37%;
  }
  75% {
    border-radius: 36% 64% 32% 68%/28% 74% 26% 72%;
  }
}
@keyframes fade_Blur {
  0% {
    opacity: 0;
    filter: blur(15rem);
  }
  100% {
    opacity: 1;
    filter: blur(0rem);
  }
}
@keyframes fade_corner {
  0% {
    clip-path: polygon(0 10%, 93% 10%, 93% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */