@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.ttl-lv2 {
  position: absolute;
  top: 30px;
  right: -8px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
}
.ttl-lv2 ruby rt {
  font-size: 1rem;
}

.mv {
  position: relative;
  height: calc(100svh - 60px);
  overflow: hidden;
}
.mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv .logo img {
  width: 100px;
}
.mv .scrollbar {
  position: absolute;
  right: 40px;
  bottom: 32px;
  height: 300px;
  background-color: #dad5a4;
}
@media all and (max-width: 896px) {
  .mv .scrollbar {
    right: 24px;
    bottom: 24px;
  }
}
.mv .scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 1rem;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
.mv .scrollbar-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.mv .scrollbar-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  animation: scroll-line 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll-line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  20% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  60% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.plan {
  padding-block: 56px 90px;
  background: #eae5e3;
}
.plan hgroup {
  margin-bottom: 35px;
  font-size: 1rem;
  line-height: 1.4;
}
.plan hgroup h2 {
  font-size: 2.4rem;
}
.plan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .plan ul {
    flex-direction: column;
  }
}
.plan ul li {
  width: calc((100% - 16px) / 2);
}
@media all and (max-width: 896px) {
  .plan ul li {
    width: 100%;
  }
}
.plan ul li a {
  display: flex;
  height: 100%;
  background: #4f4644;
  color: #fff;
}
.plan ul li a figure {
  flex: none;
  width: 140px;
}
.plan ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan ul li a .exp {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
}
.plan ul li a .exp .content {
  margin-block: 8px 20px;
  font-size: 1rem;
}
.plan ul li a .more {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding: 8px;
  border: 1px solid #fff;
}

.concept {
  padding-block: 56px;
}
.concept .inner .cp-area {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px 10%;
}
.concept .inner .cp-area .ttl-lv2 {
  position: static;
}
.concept .inner .cp-area .concept-swiper {
  width: 140px;
  height: 220px;
  margin-top: 36px;
}
.concept .inner .cp-area .concept-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept .inner > ul {
  display: flex;
  gap: 16px;
  margin-top: 48px;
}
.concept .inner > ul li {
  width: calc((100% - 16px) / 2);
}

.room > figure {
  display: flex;
}
@media all and (max-width: 896px) {
  .room > figure {
    flex-direction: column;
  }
}
.room > figure img {
  width: 50%;
}
@media all and (max-width: 896px) {
  .room > figure img {
    width: 100%;
  }
}
.room .inner {
  display: flex;
  gap: 40px;
  position: relative;
  padding-block: 56px;
}
@media all and (max-width: 896px) {
  .room .inner {
    flex-direction: column;
    gap: 0;
  }
}
.room .inner > div {
  position: relative;
  width: 50%;
}
@media all and (max-width: 896px) {
  .room .inner > div {
    width: 100%;
  }
}
.room .ttl-lv2 {
  top: -24px;
}
.room .ttl-lv3 {
  margin-bottom: 24px;
}
.room .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.room .more a:not(.btn) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 24px;
}
.room .more:has(.btn) {
  margin-top: 32px;
}
.room .more:has(.btn) .btn {
  width: 166px;
}
.room .room-slider-wrap {
  position: relative;
  margin-top: 32px;
}
.room .room-slider-wrap .room-swiper .swiper-slide {
  position: relative;
  padding-top: 8px;
}
.room .room-slider-wrap .room-swiper .swiper-slide .room-name {
  position: absolute;
  top: 0;
  left: 32px;
  width: 96px;
  height: 96px;
  padding-right: 10px;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  writing-mode: vertical-rl;
}
.room .room-slider-wrap .room-swiper .swiper-slide .room-name hgroup h4 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.room .room-slider-wrap .room-swiper .swiper-slide .room-name hgroup p {
  position: absolute;
  bottom: 8px;
  left: 0;
  letter-spacing: 0.14em;
  writing-mode: horizontal-tb;
}
.room .room-slider-wrap .room-swiper .swiper-slide img {
  width: 100%;
  height: 260px;
  margin-bottom: 36px;
  padding-left: 48px;
  object-fit: cover;
}
.room .room-slider-wrap .room-swiper .swiper-pagination {
  text-align: left;
  top: 270px;
}
.room .room-slider-wrap .room-swiper .swiper-pagination-bullet {
  background: #333;
  opacity: 0.3;
}
.room .room-slider-wrap .room-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.room .room-slider-wrap .swiper-button-next {
  position: absolute;
  left: 6px;
  top: 120px;
  margin-top: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #231815;
  color: #fff;
}
.room .room-slider-wrap .swiper-button-next::after {
  margin-left: 2px;
  font-size: 1.2rem;
}

.section-set {
  display: flex;
  gap: 40px;
  max-width: 1340px;
  width: calc(100% - 30px);
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .section-set {
    flex-direction: column;
    gap: 0;
    max-width: initial;
    width: 100%;
  }
}

.cuisine {
  width: 50%;
}
@media all and (max-width: 896px) {
  .cuisine {
    width: 100%;
  }
}
.cuisine .inner {
  position: relative;
  padding-block: 56px;
}
.cuisine .ttl-lv3 {
  margin-bottom: 24px;
}
.cuisine .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.cuisine .more a:not(.btn) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 24px;
}
.cuisine .more:has(.btn) {
  margin-top: 32px;
}
.cuisine .more:has(.btn) .btn {
  width: 180px;
}
.cuisine .cuisine-swiper {
  position: relative;
}
.cuisine .cuisine-swiper .swiper-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.cuisine .cuisine-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.cuisine .cuisine-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.hotspring {
  width: 50%;
}
@media all and (max-width: 896px) {
  .hotspring {
    width: 100%;
  }
}
.hotspring .inner {
  position: relative;
  padding-block: 56px;
}
.hotspring .ttl-lv3 {
  margin-bottom: 24px;
}
.hotspring .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.hotspring .more a:not(.btn) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 24px;
}
.hotspring .more:has(.btn) {
  margin-top: 32px;
}
.hotspring .more:has(.btn) .btn {
  width: 190px;
}
.hotspring .hotspring-swiper {
  position: relative;
}
.hotspring .hotspring-swiper .swiper-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.hotspring .hotspring-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.hotspring .hotspring-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.news {
  padding-bottom: 72px;
}
.news-box {
  padding: 30px 30px 24px;
  background: #eae5e3;
}
.news hgroup {
  font-size: 1rem;
  line-height: 1.6;
}
.news hgroup h2 {
  font-size: 2.4rem;
}
.news ul {
  margin-top: 8px;
}
.news ul li {
  border-bottom: 1px solid #231815;
}
.news ul li a {
  display: flex;
  flex-direction: column;
  padding-block: 10px;
}
.news .more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.news .more a {
  padding: 4px 20px;
  background: #231815;
  color: #fff;
}

.facility {
  padding-bottom: 56px;
}
.facility-title {
  position: relative;
}
.facility-title h2 {
  position: absolute;
  top: 32px;
  right: 16px;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.facility ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.facility ul li {
  width: calc((100% - 16px) / 2);
}
.facility ul li h3 {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  line-height: 1.5;
}
.facility ul li h3 span {
  font-size: 1rem;
}
.facility ul li h3.esthetic {
  letter-spacing: -0.04em;
}
.facility .more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.facility .more a {
  width: 200px;
}

.impression {
  padding-block: 24px;
  background: #231815;
  color: #fff;
  text-align: center;
}
.impression h2 {
  margin-bottom: 4px;
  font-size: 2.4rem;
}
.impression h2 + p {
  font-size: 1.1rem;
}
.impression figure {
  margin-block: 32px 20px;
}
.impression a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 100px;
  margin-inline: auto;
  background: #fff;
  color: #231815;
}
.impression a span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.8rem;
}
.impression a span strong {
  font-size: 2.8rem;
}

.access {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
}
.access h2 {
  font-size: 3rem;
  line-height: 1;
}
.access .map {
  display: flex;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .access .map {
    flex-direction: column;
  }
}
.access .map figure {
  width: 50%;
}
@media all and (max-width: 896px) {
  .access .map figure {
    width: 100%;
  }
}
.access .map iframe {
  width: 50%;
}
@media all and (max-width: 896px) {
  .access .map iframe {
    width: 100%;
    aspect-ratio: 4/3;
  }
}

/*# sourceMappingURL=top.css.map */
