@charset "UTF-8";
@font-face {
  font-family: SemplicitaPro-Semibold;
  src: url(../font/semplicitapro-semibold.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.left__content {
  width: calc(50% - 187.5rem);
  height: 100vh;
  padding: 40rem;
  position: fixed;
  left: 0;
  top: 0;
}
.left__content .content__inner {
  width: 475rem;
  height: 100%;
  max-width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.left__content .content__inner .c__lbl {
  font-weight: bold;
  font-size: 20rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.left__content .content__inner .p__logo {
  width: 100%;
  margin-top: 8rem;
  display: flex;
}

.right__content {
  width: calc(50% - 187.5rem);
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 40rem;
  position: fixed;
  right: 0;
  top: 0;
}
.right__content .content__inner {
  width: 375rem;
  max-width: 100%;
  margin: 0 auto 0 0;
  padding: 25rem 20rem;
  background: rgba(35, 24, 21, 0.5);
}
.right__content .content__inner .menu__lbl {
  font-weight: 900;
  font-size: 30rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 20rem;
  text-align: center;
  color: #fff;
}
.right__content .content__inner .up__menu {
  width: 100%;
}
.right__content .content__inner .up__menu ul li {
  border-top: 1rem solid #fff;
  position: relative;
}
.right__content .content__inner .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
.right__content .content__inner .up__menu ul li:last-child {
  border-bottom: 1rem solid #fff;
}
.right__content .content__inner .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.right__content .content__inner .up__menu ul li a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  display: block;
  padding: 15rem 0;
  text-align: left;
  color: #fff;
  position: relative;
}
.right__content .content__inner .submit__btn {
  width: 100%;
  display: flex;
  margin-top: 20rem;
}

.content__wrapper {
  width: 375rem;
  padding-top: 1rem;
  margin: auto;
  position: relative;
  background: white;
}

header {
  width: 376rem;
  height: 50rem;
  padding-left: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 30;
  background: #efefef;
  transform: translate(-50%);
}
header .logo {
  width: 116rem;
  display: flex;
  position: relative;
  z-index: 1;
}
header .sp-menu {
  width: 50rem;
  height: 50rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: #a48b78;
}
header .sp-menu.open span:nth-child(1) {
  top: 25rem;
  transform: translate(-50%) rotate(45deg);
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  top: 25rem;
  transform: translate(-50%) rotate(-45deg);
}
header .sp-menu span {
  width: 20rem;
  height: 2rem;
  display: block;
  background: white;
  position: absolute;
  left: 50%;
  top: 17rem;
  transform: translate(-50%);
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 25rem;
}
header .sp-menu span + span + span {
  top: 34rem;
}
header nav {
  width: 100%;
  height: auto;
  padding: 70rem 15rem 30rem;
  background: white;
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
header nav .nav__inner {
  height: 100%;
  overflow: auto;
}
header nav .g__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 17.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  background-image: linear-gradient(to top, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
header nav .g__txt span {
  font-size: 33rem;
  display: block;
}
header nav .up__menu {
  width: 100%;
  margin-top: 0;
}
header nav .up__menu ul li {
  border-top: 1rem solid #231815;
  position: relative;
  padding-left: 8rem;
}
header nav .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
header nav .up__menu ul li:last-child {
  border-bottom: 1rem solid #231815;
}
header nav .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
header nav .up__menu ul li a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  display: block;
  padding: 15rem 0;
  text-align: left;
  color: #231815;
  position: relative;
}
header nav .submit__banner {
  width: 100%;
  margin-top: 20rem;
  display: flex;
}
header nav .c__mark {
  width: 320rem;
  margin: auto;
  margin-top: 15rem;
  display: flex;
}

.frontview {
  width: 100%;
  display: flex;
  position: relative;
}

.section-title.--black .en__txt {
  color: #231815;
}
.section-title.--black .ja__txt {
  color: #231815;
}
.section-title .en__txt {
  font-weight: bold;
  font-size: 35rem;
  letter-spacing: 0.05em;
  line-height: 48rem;
  text-align: center;
  color: #fff;
}
.section-title .ja__txt {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 5rem;
  text-align: center;
  color: #fff;
}

.back__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.section-detail {
  padding: 100rem 0;
}
.section-detail .n__txt {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: center;
  color: #231815;
}
.section-detail .n__logo {
  width: 260rem;
  display: flex;
  margin: auto;
  margin-top: 20rem;
}
.section-detail .detail__content {
  width: 345rem;
  height: auto;
  margin: auto;
  margin-top: 40rem;
  padding: 22rem;
  border-radius: 10rem;
  background: #f2f2f2;
  text-align: center;
  position: relative;
}
.section-detail .detail__content .prm__btn {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.section-detail .detail__content .t__lbl {
  font-weight: 900;
  font-size: 22rem;
  line-height: 36rem;
  text-align: center;
  color: #231815;
  display: inline-block;
  margin-bottom: 25rem;
  position: relative;
}
.section-detail .detail__content .t__lbl:before {
  content: "";
  width: 2rem;
  height: 25rem;
  background: black;
  position: absolute;
  left: -10rem;
  top: 55%;
  transform: translateY(-50%) rotate(-30deg);
}
.section-detail .detail__content .t__lbl:after {
  content: "";
  width: 2rem;
  height: 25rem;
  background: black;
  position: absolute;
  right: -10rem;
  top: 55%;
  transform: translateY(-50%) rotate(30deg);
}
.section-detail .detail__content .price__item {
  text-align: center;
  margin-bottom: 40rem;
}
.section-detail .detail__content .price__item .p__lbl {
  width: 280rem;
  height: 30rem;
  border-radius: 15rem;
  background: #f4a126;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.section-detail .detail__content .price__item .p__lbl.c01 {
  background: #123568;
}
.section-detail .detail__content .price__item .w__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 15rem;
  text-align: center;
  color: #231815;
}
.section-detail .detail__content .price__item .price {
  margin-top: 15rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section-detail .detail__content .price__item .price .yen {
  font-weight: 900;
  font-size: 50rem;
  letter-spacing: 0.03em;
  line-height: 36.18rem;
  text-align: left;
  color: #231815;
}
.section-detail .detail__content .price__item .price .yen span {
  font-size: 36rem;
  font-weight: bold;
}
.section-detail .detail__content .price__item .price .gap {
  font-weight: bold;
  font-size: 15rem;
  line-height: 1.5;
  text-align: left;
  color: #231815;
}

.section-room {
  margin-top: 100rem;
  padding: 35rem 0;
  background: #a38a77;
}
.section-room .t__txt {
  font-weight: bold;
  font-size: 26rem;
  letter-spacing: 0.02em;
  line-height: 32rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}
.section-room .t__txt span {
  font-size: 34rem;
}
.section-room .qua__content {
  width: 345rem;
  height: auto;
  margin: auto;
  margin-top: 25rem;
  padding: 20rem;
  border-radius: 10rem;
  background: #fff;
}
.section-room .qua__content ul li {
  font-weight: 900;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #6A3906;
  margin-bottom: 10rem;
}
.section-room .qua__content ul li:last-child {
  margin-bottom: 0;
}
.section-room .qua__content ul li span {
  font-weight: 700;
  font-size: 14rem;
  color: #231815;
  display: block;
}
.section-room .room__btns {
  width: 345rem;
  margin: auto;
  margin-top: 20rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-room .room__btns .r__btn {
  width: 165rem;
  height: 45rem;
  margin-bottom: 15rem;
  border-radius: 5rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-room .room__btns .r__btn.active {
  background: #faee00;
}
.section-room .room__btns .r__btn span {
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  text-align: center;
  color: #231815;
}
.section-room .c__room {
  width: 345rem;
  margin: auto;
  margin-top: 20rem;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 15rem;
  display: none;
}
.section-room .c__room.active {
  display: flex;
  animation: fadeIn 0.3s forwards;
}
.section-room .c__room .cap {
  width: 100%;
  font-weight: bold;
  font-size: 17rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  padding: 5rem 0;
  text-align: center;
  color: #fff;
  background: rgba(35, 24, 21, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-service {
  padding: 50rem 0;
  background: #c9bc9c;
  position: relative;
}
.section-service .prm__btn {
  width: 345rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.section-service .service__items {
  width: 345rem;
  margin: auto;
  margin-top: 25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-service .service__items .s__item {
  width: 166rem;
  display: flex;
  position: relative;
  border-radius: 10rem;
  margin-bottom: 15rem;
  overflow: hidden;
}
.section-service .service__items .s__item .cap {
  width: 100%;
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 5rem 0;
  text-align: center;
  color: #fff;
  background: rgba(35, 24, 21, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-service .free__rental {
  width: 345rem;
  height: auto;
  margin: auto;
  margin-top: 30rem;
  border-radius: 10rem;
  padding: 20rem;
  background: #fff;
}
.section-service .free__rental .c__lbl {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-bottom: 15rem;
  text-align: center;
  color: #231815;
}
.section-service .free__rental ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-service .free__rental ul li {
  width: 50%;
  font-weight: bold;
  font-size: 15rem;
  letter-spacing: 0;
  line-height: 20rem;
  margin-bottom: 20rem;
  text-align: left;
  color: #000;
}
.section-service .free__rental ul li span {
  font-size: 12rem;
  display: block;
}

.section-reason {
  padding: 100rem 0;
}
.section-reason .reason__items {
  width: 345rem;
  margin: auto;
  margin-top: 25rem;
}
.section-reason .reason__items .r__item {
  margin-bottom: 50rem;
}
.section-reason .reason__items .r__item .r__lbl {
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  padding-bottom: 6rem;
  text-align: left;
  color: #231815;
  border-bottom: 1rem solid #231815;
}
.section-reason .reason__items .r__item .r__lbl span {
  font-size: 24rem;
}
.section-reason .reason__items .r__item .c__lbl {
  font-weight: bold;
  font-size: 13rem;
  letter-spacing: 0.05em;
  line-height: 22.75rem;
  margin-top: 15rem;
  text-align: left;
  color: #a38a77;
}
.section-reason .reason__items .r__item .t__txt {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 29rem;
  margin-top: 5rem;
  text-align: left;
  color: #000;
}
.section-reason .reason__items .r__item .t__lbl {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  padding: 5rem 0;
  margin-top: 15rem;
  text-align: center;
  color: #fff;
  background: #a38a77;
}
.section-reason .prm__btn {
  width: 345rem;
  margin: auto;
  display: flex;
}

.section-access {
  padding: 10rem 0 80rem;
}
.section-access .address__txt {
  margin-top: 30rem;
  font-weight: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  text-align: center;
  color: #000;
}
.section-access .address__txt span {
  color: #F39800;
}
.section-access .map {
  width: 345rem;
  height: 210rem;
  margin: auto;
  margin-top: 24rem;
  border-radius: 15rem;
  overflow: hidden;
}
.section-access .map iframe {
  width: 100%;
  height: 100%;
}
.section-access .prm__btn {
  width: 345rem;
  margin: auto;
  margin-top: 50rem;
  display: flex;
}

footer {
  padding: 40rem 0 25rem;
  background: #a48b78;
  text-align: center;
}
footer .c__lbl {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  text-align: center;
  color: #fff;
}
footer .f__logo {
  width: 260rem;
  margin: auto;
  margin-top: 14rem;
  display: flex;
}
footer .tel {
  font-weight: bold;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20rem;
  text-align: center;
  display: inline-block;
  color: #fff;
}
footer .address__txt {
  font-weight: 500;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 22rem;
  margin-top: 12rem;
  text-align: center;
  color: #fff;
}
footer .copyright {
  font-weight: 400;
  font-size: 11rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .left__content .content__inner .c__lbl {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.083vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666vw;
  }
  header nav {
    width: 100%;
    left: 0;
    transform: unset;
    height: 100vh;
    padding: 72rem 15rem 30rem;
  }
  header {
    width: 100%;
    left: 0;
    transform: unset;
  }
  .sp__btns {
    width: 100%;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    z-index: 3;
  }
  .sp__btns .sp-banner {
    width: 50%;
    display: flex;
  }
  footer {
    padding: 40rem 0 75rem;
  }
  .right__content {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */