@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400..700&display=swap');

html {
  scroll-behavior: smooth;
}

#RthCustomizeW {
  min-width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

*,*::before,*::after{
	box-sizing:border-box;
}

body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,ul,ol,dl,dd,input,textarea{
	margin:0;
}

ul {
  padding: 0;
}

a {
  display: inline-block;
  color: inherit !important;
  text-decoration: none;
	text-decoration-skip-ink:all;
}

a:hover {
  text-decoration: none;
}

small {
  font: inherit;
}

em {
  font-style: normal;
}
details {
  scroll-margin-top: 100px;
}

summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

details .content {
  overflow: hidden;
}

body {
  color: #111;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

/* Fonts */
.noto-serif-jp {
  font-family: 'Noto Serif JP', serif;
}

.noto-sans-jp {
  font-family: 'Noto Sans JP', sans-serif;
}

.marcellus {
  font-family: 'Marcellus', serif;
}

/* Components */
.inner {
  max-width: 1660px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

[data-fadeIn] {
  opacity: 0;
  translate: 0 50px;
  transition: opacity 0.3s ease-out, translate 0.3s ease-out;
}
[data-fadeIn].show {
  opacity: 1;
  translate: 0 0;
}

.bg-1 {
  background-image: url(../img/bg1-l.jpg), url(../img/bg1-r.jpg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 24% auto, 38% auto;
}

/* Header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 5px;
  padding-bottom: 5px;
}
header h1 a {
  display: flex;
  align-items: center;
}
header nav {
  margin-left: auto;
}
header nav ul {
  list-style: none;
  display: flex;
  gap: 18px;
  font-size: 18px;
}
header .reserve {
  display: grid;
  justify-items: center;
  gap: 6px;
  width: 160px;
  padding: 13px;
  background-color: #dcc7a1;
  background-image: url(../img/bg-booking-l.svg), url(../img/bg-booking-r.svg);
  background-size: contain;
  background-position: center left, center right;
  background-repeat: no-repeat;
  font-weight: 500;
}
header .reserve::before {
  content: '';
  width: 17px;
  height: 15px;
  background: transparent url(../img/icon-calendar.svg) center / contain;
}

/* Footer */
footer {
  padding-bottom: 50px;
  background-color: #111;
  color: #fff;
  text-align: center;
}
footer .reserve {
  margin-bottom: 60px;
  padding-top: 136px;
  padding-bottom: 120px;
  background: transparent url(../img/bg-footer.jpg) center / cover no-repeat;
}
footer .reserve p {
  display: grid;
  gap: 30px;
  font-size: 28px;
  letter-spacing: 0.01em;
  line-height: 2;
}
footer .reserve p .en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .reserve a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 380px;
  margin-top: 32px;
  padding: 24px 70px;
  border: 1px solid currentColor;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
footer .reserve a::before {
  content: '';
  width: 20px;
  height: 18px;
  background: transparent url(../img/icon-calendar-w.svg) center / contain no-repeat;
}
footer .reserve a:focus-visible {
  background-color: #dcc7a1;
  color: #111 !important;
}
@media (any-hover: hover) {
  footer .reserve a:hover {
    background-color: #dcc7a1;
    color: #111 !important;
  }
}
footer .copyright {
  margin-top: 30px;
  line-height: 1;
}
footer .copyright small {
  font-family: 'Marcellus', serif;
  font-size: 14px;
}
footer .page-top {
  position: fixed;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  display: grid;
  place-items: center;
  place-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "Marcellus", serif;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
footer .page-top:focus-visible {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (any-hover: hover) {
  footer .page-top:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
footer .page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  transform: rotate(-45deg);
}

/* First View */
.fv {
  position: relative;
  height: calc(100dvh - 80px);
  padding-top: 235px;
  padding-left: 10%;
  background: transparent url(../img/mv-1.webp) center / cover no-repeat;
  color: #fff;
}
.fv::before {
  content: '';
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #324343 0%, #ffffff 33%, #ffffff 60%, #a2aaaa 85%, #324343 100%);
}
.fv > * {
  position: relative;
}
.fv p {
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
.fv p + p {
  margin-top: 34px;
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.fv a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 40px;
  padding: 24px 70px;
  border: 1px solid currentColor;
  font-size: 18px;
  line-height: 1;
}
.fv a::after {
  content: '';
  width: 20px;
  height: 18px;
  background: transparent url(../img/icon-calendar-w.svg) center / contain no-repeat;
}

/* Concept */
.concept {
  padding-bottom: 190px;
}
.concept .inner {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 12%;
  padding-top: 180px;
  padding-bottom: 170px;
}
.concept h2 {
  grid-column: 1 / 2;
  align-self: start;
  display: grid;
  align-items: start;
  gap: 60px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.concept h2 .en {
  font-family: 'Marcellus', serif;
  font-size: 58px;
  letter-spacing: 0.08em;
}
.concept p {
  grid-column: 1 / 2;
  align-self: end;
  font-size: 14px;
  line-height: 2.2;
}
.concept .img {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  aspect-ratio: 948/635;
  display: grid;
  grid-template-columns: 1fr 35%;
  gap: 3%;
}
.concept .img div:nth-of-type(1) {
  aspect-ratio: 650 / 702;
  background: transparent url(../img/concept-1.webp) center / cover no-repeat;
}
.concept .img div:nth-of-type(2) {
  aspect-ratio: 371 / 493;
  background: transparent url(../img/concept-2.webp) center / cover no-repeat;
}

/* Loop slider */
.loop-slider {
  height: 455px;
}
.loop-slider .splide__slide {
  width: 505px;
  height: 455px;
  background: transparent url(../img/img-1.webp) center / cover no-repeat;
}
.loop-slider .img-2 {
  background-image: url(../img/img-2.webp);
}
.loop-slider .img-3 {
  background-image: url(../img/img-3.webp);
}
.loop-slider .img-4 {
  background-image: url(../img/img-4.webp);
}
.loop-slider .img-5 {
  background-image: url(../img/img-5.webp);
}

.sticky-container {
  position: relative;
}

/* Design concept */
:where(.hotel, .room) {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: grid;
  place-content: center;
  place-items: center;
  background: #070707 url(../img/hotel-bg.jpg) left top / cover no-repeat;
  color: #fff;
}
.room {
  z-index: 1;
  background-image: url(../img/room-bg.jpg);
}
:where(.hotel, .room) .inner {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
}
:where(.hotel, .room) h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
:where(.hotel, .room) h2 + p {
  display: grid;
  gap: 30px;
  margin-top: 30px;
  font-size: 27px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
:where(.hotel, .room) h2 + p .en {
  font-size: 58px;
  font-family: 'Marcellus', serif;
  letter-spacing: 0.08em;
  line-height: 2;
}
:where(.hotel, .room) .text {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
}

/* Guestroom */
.guestroom {
  position: sticky;
  z-index: 1;
  top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e8dccb;
}
.guestroom .lead {
  width: 90%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 12%;
}
.guestroom h2 {
  grid-column: 1 / 2;
  align-self: start;
  display: grid;
  align-items: start;
  gap: 60px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.guestroom h2 .en {
  font-family: 'Marcellus', serif;
  font-size: 58px;
  letter-spacing: 0.08em;
}
.guestroom p {
  grid-column: 1 / 2;
  align-self: end;
  font-size: 14px;
  line-height: 2.2;
}
.guestroom .img {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  aspect-ratio: 1030/788;
  background: transparent url(../img/guestroom-1.webp) center / cover no-repeat;
}
.guestroom .inner {
  padding-top: 90px;
}
.guestroom .anchor {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  width: 100%;
  margin-bottom: 60px;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  text-align: center;
  list-style: none;
}
.guestroom .anchor li::before {
  content: "\200B";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.guestroom .anchor a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 24px;
  border-radius: calc(infinity * 1px);
  transition: background-color 0.3s ease-in-out;
}
.guestroom .anchor a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 10px;
  height: 6px;
  background-color: #ffffff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.guestroom .anchor a:focus-visible {
  background-color: #111;
  color: #fff !important;
}
@media (any-hover: hover) {
  .guestroom .anchor a:hover {
    background-color: #111;
    color: #fff !important;
  }
}
.guestroom summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 6px 20px;
  border-bottom: 1px solid #a89f91;
  font-size: 26px;
  line-height: 1.4;
}
.guestroom summary::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.guestroom summary:focus-visible::after {
  opacity: 1;
}
@media (any-hover: hover) {
  .guestroom summary:hover::after {
    opacity: 1;
  }
}
.guestroom summary > span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  font-size: 16px;
}
.guestroom summary > span::after {
  content: '';
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: transparent url(../img/icon-toggle.svg) center / 100% auto no-repeat;
}
.guestroom summary .close {
  display: none;
}
.guestroom details[open] .open {
  display: none;
}
.guestroom details[open] .close {
  display: block;
}
.guestroom details[open] summary > span::after {
  rotate: 135deg;
}
.guestroom .wrap {
  position: relative;
  padding-top: 30px;
}
.guestroom .info {
  position: absolute;
  right: calc(1580px - 1094px);
  bottom: 0;
  display: grid;
  gap: 8px;
  width: fit-content;
  min-width: 358px;
  padding: 18px 30px;
  background-color: rgb(0 0 0 / 0.4);
  color: #fff;
}
.guestroom .info p {
  font-size: 16px;
  line-height: 1.4;
}

/* Guestroom slider */
.guestroom .splide__slide {
  background: transparent center / cover no-repeat;
}
.guestroom .main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.guestroom .main .splide__track {
  width: 1094px;
}
.guestroom .main .splide__slide {
  width: 1094px;
  height: 665px;
}
.guestroom .double .img-1 {
  background-image: url(../img/double-1.webp);
}
.guestroom .double .img-2 {
  background-image: url(../img/double-2.webp);
}
.guestroom .queen .img-1 {
  background-image: url(../img/queen-1.webp);
}
.guestroom .queen .img-2 {
  background-image: url(../img/queen-2.webp);
}
.guestroom .twin .img-1 {
  background-image: url(../img/twin-1.webp);
}
.guestroom .twin .img-2 {
  background-image: url(../img/twin-2.webp);
}
.guestroom .twin .img-3{
  background-image: url(../img/twin-3.webp);
}
.guestroom .family .img-1 {
  background-image: url(../img/family-1.webp);
}
.guestroom .family .img-2 {
  background-image: url(../img/family-2.webp);
}
.guestroom .family .img-3{
  background-image: url(../img/family-3.webp);
}

/* Slider pagination */
.guestroom .splide__pagination {
  display: grid;
  place-content: initial;
  place-items: initial;
  gap: 16px;
  width: 437px;
}
.guestroom .splide__pagination li {
  width: 100%;
}
.guestroom .splide__pagination button {
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 211px;
  padding: 0;
  background: transparent center / cover no-repeat;
  border: none;
  color: inherit;
  font: inherit;
  opacity: 0.2;
  cursor: pointer;
}
.guestroom .splide__pagination button.is-active {
  opacity: 1;
}
.guestroom .double .splide__pagination li:nth-of-type(1) button {
  background-image: url(../img/double-1.webp);
}
.guestroom .double .splide__pagination li:nth-of-type(2) button {
  background-image: url(../img/double-2.webp);
}
.guestroom .queen .splide__pagination li:nth-of-type(1) button {
  background-image: url(../img/queen-1.webp);
}
.guestroom .queen .splide__pagination li:nth-of-type(2) button {
  background-image: url(../img/queen-2.webp);
}
.guestroom .twin .splide__pagination li:nth-of-type(1) button {
  background-image: url(../img/twin-1.webp);
}
.guestroom .twin .splide__pagination li:nth-of-type(2) button {
  background-image: url(../img/twin-2.webp);
}
.guestroom .twin .splide__pagination li:nth-of-type(3) button {
  background-image: url(../img/twin-3.webp);
}
.guestroom .family .splide__pagination li:nth-of-type(1) button {
  background-image: url(../img/family-1.webp);
}
.guestroom .family .splide__pagination li:nth-of-type(2) button {
  background-image: url(../img/family-2.webp);
}
.guestroom .family .splide__pagination li:nth-of-type(3) button {
  background-image: url(../img/family-3.webp);
}

/* Facilities */
.facility {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #e0e0e0;
}
.facility h2 {
  font-size: 58px;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
.facility h2 + p {
  display: grid;
  gap: 30px;
  margin-top: 30px;
  font-size: 27px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}
.facility ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px 73px;
  max-width: 1230px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
.facility li {
  display: grid;
  padding: 22px 22px 32px;
  border-radius: 16px;
  background-color: #fff;
}
.facility li .img {
  width: 100%;
  aspect-ratio: 535/342;
  background: transparent url() center / cover no-repeat;
}
.facility li:nth-of-type(1) .img {
  background-image: url(../img/facility-brewery.jpg);
}
.facility li:nth-of-type(2) .img {
  background-image: url(../img/facility-skylounge.jpg);
}
.facility li:nth-of-type(3) .img {
  background-image: url(../img/facility-gardenplace.jpg);
}
.facility li:nth-of-type(4) .img {
  background-image: url(../img/facility-ivyplace.jpg);
}
.facility h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.facility h3 + p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2;
}

/* Access */
.access {
  padding-top: 120px;
  padding-bottom: 120px;
}
.access .inner {
  display: grid;
  grid-template-columns: 1fr 60%;
  align-items: start;
  gap: 40px 12%;
}
.access h2 {
  grid-column: 1 / 2;
  display: grid;
  align-items: start;
  gap: 60px;
  padding-top: 20px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.access h2 .en {
  font-family: 'Marcellus', serif;
  font-size: 58px;
  letter-spacing: 0.08em;
}
.access dl {
  grid-column: 1 / 2;
  display: grid;
  grid-template-columns: auto 1fr;
}
.access :where(dt, dd) {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.access a {
  grid-column: 1 / 2;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 24px 54px;
  background-color: #111;
  border: 1px solid #111;
  color: #fff !important;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.access a::after {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent url(../img/icon-arrow2.svg) center / contain no-repeat;
}
.access .map {
  grid-row: 1 / 4;
  grid-column: 2 / 3;
  height: 600px;
}
.access .map iframe {
  width: 100%;
  height: 100%;
}
.access a:focus-visible {
  background-color: #dcc7a1;
  color: #111 !important;
}
@media (any-hover: hover) {
  .access a:hover {
    background-color: #dcc7a1;
    color: #111 !important;
  }
}