@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prata&family=Zen+Old+Mincho:wght@500;700&display=swap');

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

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

ul, ol {
  padding: 0;
}

ul, ol {
  list-style: none;
}

:where(ul, ol) li {
  display: grid;
}

:where(ul, ol) li::before {
  content: "​";
  position: absolute;
  font-size: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

:where(.content-body) a:link,
:where(.content-body) a:visited {
  color: inherit;
}

.content-body a:hover,
.content-body a:active {
  color: inherit;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address {
  font-style: normal;
}

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
}

button, select, input[type=submit] {
  cursor: pointer;
}

input, textarea, select {
  border-radius: 0;
}

em {
  font-style: normal;
}

strong {
  font-weight: inherit;
}

/* Luminous */
.lum-lightbox {
  z-index: 10;
}
.facilities .lum-lightbox-inner {
  overflow: auto;
}

.facilities .lum-lightbox-inner .lum-img {
  max-width: 200vw;
  max-height: initial;
}

/* Swiper */
.swiper-pagination {
  bottom: clamp(10px, 10px + 10 * (100vw - 390px) / 250, 20px) !important;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  margin-right: 8px;
  margin-left: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-wrapper {
  height: auto;
}

:root {
  --font-size-10: 0.625rem;
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.9375rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-20: 1.25rem;
  --font-size-21: 1.3125rem;
  --font-size-22: 1.375rem;
  --font-size-24: 1.5rem;
  --font-size-25: 1.5625rem;
  --font-size-26: 1.625rem;
  --font-size-27: 1.6875rem;
  --font-size-28: 1.75rem;
  --font-size-30: 1.875rem;
  --font-size-32: 2rem;
  --font-size-34: 2.125rem;
  --font-size-40: 2.5rem;
  --slide-count: 10;
}

.content-body {
  position: relative;
  min-width: 1280px;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  overflow-x: clip;
}

.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.prata {
  font-family: "Prata", serif;
  font-weight: 400;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

*[class$=-bg] {
  position: absolute;
  inset: 0;
  background: transparent center / cover no-repeat;
}

*[class$=-bg] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

:where(body:not(.home)) section {
  padding-top: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
  padding-bottom: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
}

.inline-block {
  display: inline-block;
}

.link-button {
  position: relative;
  display: inline-block;
  padding: 20px 48px;
  border: 1px solid currentColor;
  transition: color 0.3s;
}
.link-button:focus-visible {
  color: #000;
}
.link-button:focus-visible::before {
  opacity: 1;
}

.link-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(54deg, #cee2f7, #cee2f7 60%, #e9f0e1);
  opacity: 0;
  transition: opacity 0.3s;
}

.link-button > * {
  position: relative;
}

.link-button .icon {
  position: absolute;
  top: 10px;
  width: 42px;
  height: 54px;
}

.link-button .line {
  stroke-dasharray: 44;
  stroke-dashoffset: 20;
  transition: stroke-dashoffset 0.3s;
}

.link-button .path {
  translate: -24.451px -36.334px;
  transition: translate 0.3s;
}

.link-with-arrow-down {
  position: relative;
  padding: 18px 50px 20px 10px;
}
.link-with-arrow-down .icon {
  position: absolute;
  width: 42px;
  height: 54px;
  top: auto;
  right: 0;
  bottom: 0;
}
.link-with-arrow-down .line {
  stroke-dasharray: 44;
  stroke-dashoffset: 20;
  transition: stroke-dashoffset 0.3s;
}
.link-with-arrow-down .path {
  translate: -24.451px -36.334px;
  transition: translate 0.3s;
}
.link-with-arrow-down:focus-visible {
  background-image: linear-gradient(58deg, rgba(211, 224, 194, 0.3), rgba(211, 224, 194, 0.3) 50%, rgba(158, 198, 239, 0.3));
}
.link-with-arrow-down:focus-visible .line {
  stroke-dashoffset: 0;
}
.link-with-arrow-down:focus-visible .path {
  translate: -24.451px -16.334px;
}

.page-top-button {
  position: fixed;
  z-index: 1;
  bottom: clamp(35px, 150px + -115 * (100vw - 390px) / 250, 150px);
  right: clamp(10px, 10px + 25 * (100vw - 390px) / 250, 35px);
  width: 50px;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.page-top-button .icon {
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 42px;
  height: 54px;
  rotate: 180deg;
  transition: bottom 0.3s;
}

.page-top-button .line {
  stroke-dasharray: 44;
  stroke-dashoffset: 20;
  transition: stroke-dashoffset 0.3s;
}

.page-top-button .path {
  translate: -24.451px -36.334px;
  transition: translate 0.3s;
}

.page-top-button:focus-visible {
  background-image: linear-gradient(to bottom, #e9f0e1, #cee2f7);
}
.page-top-button:focus-visible .icon {
  bottom: -4px;
}
.page-top-button:focus-visible .line {
  stroke-dashoffset: 0;
}
.page-top-button:focus-visible .path {
  translate: -24.451px -16.334px;
}
.section-heading-container {
  position: relative;
  z-index: 1;
}

.guestroom-heading-container {
  display: flex;
  flex-direction: row-reverse;
}

.section-heading-wrap {
  position: relative;
  z-index: 1;
  padding: clamp(40px, 40px + 30 * (100vw - 390px) / 570, 70px) clamp(20px, 20px + 19 * (100vw - 390px) / 570, 39px) 40px clamp(34px, 34px + 34 * (100vw - 390px) / 570, 68px);
  background-color: #fff;
  writing-mode: vertical-rl;
}

.section-heading {
  font-family: "Prata", serif;
  font-size: clamp(2.1875rem, 1.7599rem + 1.7544vw, 2.8125rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading-leadtext {
  max-height: 24.5rem;
  margin-top: 10rem;
  margin-right: 27px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.25rem, 1.0789rem + 0.7018vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.46em;
}
.section-heading-leadtext em {
  letter-spacing: inherit;
}

.inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.84vw;
  padding-left: 3.84vw;
  box-sizing: content-box;
}

.section-heading-with-line {
  display: flex;
  align-items: center;
  gap: 1em;
  font-family: "Prata", serif;
  font-size: clamp(0.75rem, 0.555rem + 0.8vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading-with-line::before {
  content: "";
  width: 75px;
  height: 1px;
  background-color: currentColor;
}

.section-heading-with-line.multi {
  align-items: flex-start;
}

.section-heading-with-line.multi::before {
  margin-top: 0.45em;
}

.section-heading-with-line.fz-smaller {
  font-size: clamp(0.625rem, 0.235rem + 1.6vw, 0.875rem);
}

.section-leadtext {
  margin-top: 12px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 1.7593rem + 0.9877vw, 2.5rem);
  font-weight: 500;
  line-height: 1.45;
}

.section-leadtext.fz-smaller {
  margin-top: clamp(0px, 0px + 12 * (100vw - 390px) / 250, 12px);
  font-size: clamp(1.5rem, 0.72rem + 3.2vw, 2rem);
}

.section-heading-with-double-line {
  display: grid;
  justify-items: center;
  gap: clamp(6px, 16px + -10 * (100vw - 390px) / 250, 16px);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

.section-heading-with-double-line .text-en {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  font-family: "Prata", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading-with-double-line .text-en::before,
.section-heading-with-double-line .text-en::after {
  content: "";
  width: 75px;
  height: 1px;
  margin-top: 0.5em;
  background-color: currentColor;
}
.home .section-heading-with-double-line .text-en::before,
.home .section-heading-with-double-line .text-en::after {
  width: clamp(50px, 50px + 25 * (100vw - 390px) / 570, 75px);
}

.section-heading-with-double-line.fz-smaller {
  font-size: clamp(2rem, 1.22rem + 3.2vw, 2.5rem);
}

.section-heading-with-double-line.fz-smaller .text-en {
  font-size: clamp(0.75rem, 0.555rem + 0.8vw, 0.875rem);
}

.section-heading-with-double-line .smaller {
  font-size: var(--font-size-32);
}

.section-heading-with-double-line .text-en.sm-multi br {
  display: none;
}

.page-title {
  position: relative;
  padding-top: 210px;
  padding-bottom: 208px;
  color: #fff;
}

.page-title-bg, .concept-bg {
  background: transparent center / cover no-repeat;
}

.guest_room .page-title-bg {
  background-image: url(../img/guest_room/page-title-bg-lg.webp);
}
.access_map .page-title-bg {
  background-image: url(../img/access/page-title-bg-lg.webp);
}
.sightseeing .page-title-bg {
  background-image: url(../img/sightseeing/page-title-bg-lg.webp);
}
.seven .page-title-bg {
  background-image: url(../img/seven/page-title-bg-lg.webp);
}
.longstay .page-title-bg {
  background-image: url(../img/longstay/page-title-bg-lg.webp);
}
.facilities .page-title-bg {
  background-image: url(../img/facilities/page-title-bg-lg.webp);
}
.faq .page-title-bg {
  background-image: url(../img/common/page-title-bg-lg.webp);
}

.guest_room .concept-bg {
  background-image: url(../img/guest_room/concept-bg-1-lg.webp);
}
.guest_room .concept-wrap-bg {
  background-image: url(../img/guest_room/concept-bg-2-lg.webp);
}
.guest_room .mountain-bg {
  background-image: url(../img/guest_room/mountain-bg-lg.webp);
}
.access_map .concept-bg {
  background-image: url(../img/access/concept-bg-1-lg.webp);
}
.sightseeing .concept-bg {
  background-image: url(../img/sightseeing/concept-bg-lg.webp);
}
.sightseeing .walk-bg {
  background-image: url(../img/sightseeing/walkable-bg-lg.webp);
}
.sightseeing .drive-bg {
  background-image: url(../img/sightseeing/drivable-bg-lg.webp);
}
.seven .concept-bg {
  background-image: url(../img/seven/concept-bg-1-lg.webp);
}
.seven .concept-wrap-bg {
  background-image: url(../img/seven/concept-bg-2-lg.webp);
}
.seven .commit-bg {
  background-image: url(../img/seven/commit-bg-lg.webp);
}
.seven .accommodation-bg {
  background-image: url(../img/front-page/accommodation-bg-lg.webp);
}
.longstay .concept-bg {
  background-image: url(../img/longstay/concept-bg-1-lg.webp);
}
.longstay .concept-wrap-bg {
  background-image: url(../img/longstay/concept-bg-lg.webp);
}
.facilities .concept-bg {
  background-image: url(../img/facilities/concept-bg-lg.webp);
}

.pagenav {
  position: relative;
  z-index: 1;
  margin-top: clamp(-119px, -119px + 10 * (100vw - 390px) / 570, -109px);
  padding-right: 10px;
  padding-left: 10px;
}

.pagenav a {
  position: relative;
  display: grid;
  place-content: center;
  padding: 20px 15px 20px;
  background-color: #fff;
  text-align: center;
}

.pagenav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(28deg, #9ec6ef 0%, #9ec6ef 50%, #d3e0c2 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.pagenav a > * {
  position: relative;
}

.pagenav a .icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
  margin-top: 0;
  font-size: var(--font-size-20);
}
.pagenav a .en br {
  display: none;
}
.pagenav a .en.wide {
  letter-spacing: 0.05em;
}

.pagenav a:focus-visible::before {
  opacity: 0.9;
}
.pagenav a:focus-visible img {
  scale: 1.05;
}
.pagenav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 10px;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
}
.pagenav-wrap + .pagenav-wrap {
  margin-top: 40px;
}

.pagenav-wrap .img {
  width: 320px;
  margin-top: 16px;
  margin-bottom: 20px;
  aspect-ratio: 320/200;
  overflow: hidden;
}
.pagenav-wrap .img .box {
  display: block;
  width: 100%;
  height: 100%;
  transition: scale 0.3s;
  background: transparent center / cover no-repeat;
}

.pagenav a[href="#ocean-view"] .box {
  background-image: url(../img/guest_room/concept-img-1.webp);
}
.pagenav a[href="#mountain-view"] .box {
  background-image: url(../img/guest_room/concept-img-2.webp);
}

.pagenav a .en {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Prata", serif;
  font-size: clamp(0.75rem, 0.555rem + 0.8vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-align: right;
  text-transform: uppercase;
}
.pagenav a .en::before {
  content: "";
  width: clamp(25px, 25px + 50 * (100vw - 390px) / 570, 75px);
  height: 1px;
  margin-top: 0.66em;
  background-color: currentColor;
}

.pagenav a .text {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.section-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.section-nav li {
  flex: 0 0 auto;
  border-bottom: 1px solid currentColor;
}

.section-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px 19px 10px;
}

.room-container {
  display: grid;
  grid-template-columns: 320px calc(100% - 360px);
  gap: 24px 40px;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(20px, 20px + 63 * (100vw - 390px) / 976, 83px);
  padding-left: clamp(20px, 20px + 63 * (100vw - 390px) / 976, 83px);
}
.room-container:nth-of-type(even) {
  grid-template-columns: calc(100% - 360px) 320px;
}
.room-container:nth-of-type(even) .room-name {
  grid-column: 2/3;
}
.room-container:nth-of-type(even) .room-detail {
  grid-column: 2/3;
}

.room-slide-wrap {
  width: 100%;
  margin-bottom: 24px;
  margin-right: clamp(-5px, -5px + 5 * (100vw - 390px) / 250, 0px);
  margin-left: clamp(-5px, -5px + 5 * (100vw - 390px) / 250, 0px);
  padding: clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px);
  background-color: #fff;
  overflow-x: clip;
}
.room-slide-wrap .swiper-slide {
  background: transparent center / cover no-repeat;
}

.swiper :where(.swiper-button-next, .swiper-button-prev) {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

@media (any-hover: hover) {
  .swiper:hover :where(.swiper-button-next, .swiper-button-prev) {
    opacity: 1;
  }
}

.room-container h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-20);
  font-weight: 500;
}

.room-container p + h4 {
  margin-top: 24px;
}
.room-facility {
  grid-row: span 4;
}
.room-container:nth-of-type(even) .room-facility {
  grid-column: 1/2;
  grid-row: 1/span 4;
}

.room-facility-content {
  line-height: 2;
}

.room-facility-text {
  max-width: 744px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(0.75rem, 0.555rem + 0.8vw, 0.875rem);
  line-height: 2;
}
.room-facility .swiper-slide {
  width: 800px;
  height: 480px;
}

.room-detail {
  grid-row: span 2;
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
}
.room-container:nth-of-type(even) .room-detail {
  grid-column: 2/3;
}

.room-floor {
  position: relative;
  display: block;
  width: min(61.54vw, 320px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 44px;
}

.room-floor::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 24px;
  height: 24px;
  background: transparent url(../img/common/icon-scale.png) center/100% auto no-repeat;
}

.room-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  max-width: 280px;
  margin: 20px auto 44px;
  font-size: var(--font-size-14);
  line-height: 2;
}

.room-info dt {
  font-weight: 700;
}

.room-link {
  display: block;
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.room-link + .room-link {
  margin-top: 12px;
}

.room-comment {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 31px;
  font-size: var(--font-size-14);
  line-height: 2;
}

.room-comment ul {
  display: grid;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.room-comment li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.room-comment i {
  line-height: inherit;
}

:where(.page) .concept {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
:where(.page) .concept .inner {
  padding-right: 2.56vw;
  padding-left: 2.56vw;
}
:where(.page) .concept-wrap {
  position: relative;
  padding-right: min(5.12vw, 40px);
  padding-left: min(5.12vw, 40px);
}
:where(.page) .concept-inner {
  position: relative;
  z-index: 1;
  max-width: 574px;
  min-height: 560px;
  margin-left: auto;
  padding-top: clamp(80px, 80px + 40 * (100vw - 390px) / 570, 120px);
  color: #fff;
}
:where(.page) .concept-text {
  margin-top: 24px;
  line-height: 2;
}

.story-item-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 5px;
  font-size: var(--font-size-20);
}

.story-item-text-ja {
  margin-top: -1.4em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.story-item-text-en {
  flex: 0 0 auto;
  font-size: 120px;
  font-family: "Prata", serif;
  font-weight: 400;
}

.story-item-text::before {
  content: "";
  flex: 0 0 75px;
  height: 1px;
  margin-top: -14px;
  background-color: currentColor;
  margin-right: auto;
  transition: scale 0.3s;
  transform-origin: left center;
}

.room-slider {
  overflow: hidden;
}

.endless-slider {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(var(--slide-count), 1fr);
  gap: 40px;
}

.endless-slider-container {
  position: absolute;
  bottom: clamp(-157px, -87px + -70 * (100vw - 390px) / 570, -87px);
  right: 0;
  left: 0;
  overflow-x: clip;
}

.endless-slider-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: endlessScrollingLg 150s linear infinite normal both;
}

.endless-slider:nth-of-type(2) {
  padding-left: 40px;
}

.endless-slider div {
  width: 240px;
}

.endless-slider div:nth-of-type(even) {
  margin-top: clamp(55px, 55px + 20 * (100vw - 390px) / 570, 75px);
}

@keyframes endlessScrollingSm {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc(-33.77vw * var(--slide-count)) 0;
  }
}
@keyframes endlessScrollingLg {
  0% {
    translate: 0 0;
  }
  100% {
    translate: calc(-280px * var(--slide-count)) 0;
  }
}
.tab-panel-wrap {
  position: relative;
  height: var(--tab-panel-height);
}

.tab-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition: opacity 0.3s;
}

.tab-panel[inert] {
  opacity: 0;
}

.tab-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.tablist {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.095rem + 3.2vw, 2rem);
  text-align: center;
}

.tab-button {
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 12px;
}
.tab-button[aria-selected=false] {
  color: #adadad;
}

.tab-button[aria-selected=true]::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -3px;
  right: 0;
  left: 0;
  height: 5px;
  background-color: currentColor;
}
.tab-button br {
  display: none;
}

.accommodation {
  position: relative;
  padding: clamp(80px, 80px + 20 * (100vw - 390px) / 570, 100px) 5.12vw clamp(60px, 60px + 40 * (100vw - 390px) / 570, 100px);
  background-color: rgba(0, 13, 57, 0.5);
  color: #fff;
}

.accommodation-inner {
  max-width: 34.75rem;
  margin-right: auto;
  margin-left: auto;
}

.accommodation-heading {
  gap: clamp(14px, 16px + -2 * (100vw - 390px) / 250, 16px);
}

.accommodation-text {
  margin-top: clamp(32px, 32px + 8 * (100vw - 390px) / 250, 40px);
}

.accommodation-link-wrap {
  margin-top: 40px;
  text-align: center;
}
.accommodation-link .link-text {
  margin-right: 12px;
}
.accommodation-link br {
  display: none;
}

.article-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(10px, 10px + 22 * (100vw - 390px) / 570, 32px);
  max-width: 1114px;
  margin-right: auto;
  margin-left: auto;
}

.article-wrap {
  display: flex;
  flex-direction: column;
  padding: clamp(10px, 10px + 5 * (100vw - 390px) / 250, 15px) clamp(10px, 10px + 5 * (100vw - 390px) / 250, 15px) 40px;
  background-color: #fff;
  font-size: clamp(0.875rem, 0.68rem + 0.8vw, 1rem);
}

.article-wrap picture {
  order: -1;
}

.article-wrap h3 {
  margin-top: clamp(10px, 10px + 7 * (100vw - 390px) / 250, 17px);
  margin-bottom: clamp(10px, 10px + 14 * (100vw - 390px) / 250, 24px);
  padding-bottom: clamp(4px, 4px + 8 * (100vw - 390px) / 250, 12px);
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.54rem + 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.45;
}

.article-wrap p {
  margin-bottom: clamp(12px, 12px + 12 * (100vw - 390px) / 250, 24px);
}

.article-wrap dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  font-size: var(--font-size-14);
  line-height: 2;
}

.article-wrap dt {
  font-weight: 700;
}

.article-wrap .link-wrap {
  display: grid;
  gap: 12px;
  justify-items: end;
  color: #7d9135;
  text-align: right;
}

.article-wrap .access {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.article-wrap .access i {
  flex: 0 0 1.43em;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
}

.article-wrap .note {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 0.875em;
}

.link-column-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px 12px;
  width: min(82.05%, 652px);
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.link-column {
  text-align: center;
}

.link-column-wrap .tel {
  display: grid;
  gap: 5px;
  padding: 9px;
}

.link-column-wrap .smaller {
  font-size: var(--font-size-12);
}

.room-information {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}

.room-information-basic {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 730px;
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  margin-right: auto;
  margin-left: auto;
  font-size: var(--font-size-14);
  text-align: center;
}

.room-information-basic li {
  display: grid;
  justify-items: center;
  gap: 6px;
}
.room-information-detail {
  max-width: 730px;
  margin-top: clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px);
  margin-right: auto;
  margin-left: auto;
  font-size: var(--font-size-14);
}

.room-information-detail-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  line-height: 2;
}

.room-information-detail dt {
  flex: 0 0 11.25rem;
  font-weight: 700;
}

.room-information-detail dd {
  flex: 0 0 calc(100% - 11.25rem - 20px);
}

.room-information-detail .cancellation-charge span {
  display: inline-block;
}

.room-information-detail .cancellation-charge span:nth-of-type(1) {
  width: 10em;
}

.facilities .policy {
  container: policy/inline-size;
  padding-right: 6.41vw;
  padding-left: 6.41vw;
  font-size: var(--font-size-14);
  line-height: 2;
  text-align: center;
}
.facilities .policy p {
  width: 94.11%;
  margin-right: auto;
  margin-left: auto;
}
.facilities .policy-leadtext {
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
}
.facilities .policy-detail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 60rem;
  margin: clamp(24px, 24px + 16 * (100vw - 390px) / 570, 40px) auto;
  border: 1px solid #707070;
  border-bottom: 0;
  border-left: none;
}
.facilities .policy-detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: calc(1lh + 40px);
  background-image: linear-gradient(263deg, #e5eee4, #cfe3f7 50%, #cfe3f7);
}
.facilities .policy-detail :where(dt, dd) {
  padding: 20px 10px;
  border-bottom: 1px solid #707070;
}
.facilities .policy-detail-wrap {
  position: relative;
  flex: 1 1 auto;
  display: grid;
}
.facilities .policy-detail dt {
  flex: 0 0 48.53%;
  padding-right: 0;
  padding-left: 0;
  border-left: 1px solid #707070;
  font-weight: 700;
}
.facilities .policy-detail dd {
  flex: 1 1 auto;
  border-left: 1px solid #707070;
}

.default-page {
  background-image: linear-gradient(194deg, #e9f0e1, #cee2f7);
  line-height: 2;
}
.default-page h2 {
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 1.7593rem + 0.9877vw, 2.5rem);
  font-weight: 500;
  line-height: 1.45;
}
.default-page h3 {
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-20);
  font-weight: 500;
}

.faq .default-page .inner {
  max-width: 800px;
}

.faq .default-page section {
  padding-top: 0;
  padding-bottom: 0;
}

.faq .default-page .inner {
  padding: 3.84vw;
  background-color: #fff;
}

.faq .default-page dl {
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}

.faq .default-page dt {
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-20);
  font-weight: 500;
}

.faq .default-page dd {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.faq .default-page a {
  margin-top: 1em;
  margin-left: 1.5em;
  color: #7d9135;
  text-decoration: underline;
}

.marine_contact .default-page a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.marine_contact .default-page .wp-block-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* header */
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 9px;
  background-color: #fff;
  transition: background-color 0.3s;
}

.header.transparent {
  background-color: transparent;
  color: #fff;
}

.header-link-home {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-logo {
  display: flex;
  padding: 5px;
  background-color: #fff;
}

.header-logo-text {
  display: grid;
}

.header-logo-text-small {
  font-size: var(--font-size-12);
}

.header-logo-text-small > span {
  letter-spacing: -0.17em;
}

.header-logo-text-large {
  font-size: var(--font-size-18);
  letter-spacing: -0.12em;
}

.header-menu-button {
  display: none;
}

.header-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: var(--font-size-12);
}

.header-menu[inert] {
  opacity: 0;
  translate: 100% 0;
}

.header-menu[data-transition=false] {
  transition: none;
}

.header-menu-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.header-menu-title::before,
.header-menu-title::after {
  content: "";
  width: calc((100% - 3.75em) / 2);
  height: 1px;
  margin-top: 0.42em;
  background-color: currentColor;
}

.header-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.header-menu-list li {
  flex: 1 0 auto;
  text-align: center;
}
.header-menu-list a {
  position: relative;
  padding: 8px 12px;
}
.header-menu-list a:focus-visible {
  color: #000;
}
.header-menu-list a:focus-visible::before {
  opacity: 1;
}
.header-menu-list a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(128deg, #cee2f7, #cee2f7 27%, #eaf0e2 62%);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover){
  .header-menu-list a:hover {
    color: #000;
  }
  .header-menu-list a:hover::before {
    opacity: 1;
  }
}
.footer {
  container: footer/inline-size;
  position: relative;
  color: #fff;
  font-size: var(--font-size-14);
}

.footer-bg {
  position: absolute;
  inset: 0;
  background: transparent url(../img/common/footer-bg-lg.webp) center / cover no-repeat;
}

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

.footer-inner {
  container: footerInner/inline-size;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(87.84%, 1200px);
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(60px, 52px + 2vw, 80px);
  padding-bottom: clamp(60px, 90px + -30 * (100vw - 390px) / 570, 90px);
  text-align: left;
}

.footer-logo {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: 0;
  background-color: #fff;
}

.footer-address {
  flex: 0 0 100%;
  margin-top: 20px;
}

.footer-name-ja {
  font-size: var(--font-size-24);
  letter-spacing: -0.12em;
}

.footer-name-en {
  margin-right: -0.22em;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.footer-address-text {
  margin-top: 20px;
}

.footer-sns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-sns-link {
  display: grid;
  font-size: var(--font-size-32);
}

.footer-menu {
  flex: 1 0 auto;
  display: grid;
  justify-items: end;
  max-width: 100%;
}

.footer-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  gap: 10px 20px;
  list-style: none;
}

.footer-menu-list a {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

.footer-copyright {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 40px;
}

.footer-copyright small {
  max-width: 23.5em;
  font-size: 1em;
}

.home .hero {
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  gap: 80px;
  padding-top: clamp(145px, 145px + 21 * (100vw - 390px) / 976, 166px);
  padding-bottom: clamp(204px, 204px + 19 * (100vw - 390px) / 976, 223px);
}
.home .hero-logo,
.home .hero-text {
  position: relative;
  z-index: 1;
}
.home .hero-logo {
  width: 151px;
  height: 151px;
  background: transparent url(../img/common/fv-logo.svg) center / 100% auto no-repeat;
  text-align: center;
}
.home .hero-text {
  color: #fff;
  font-size: clamp(1.125rem, -0.333rem + 3.646vw, 2rem);
  text-align: center;
}
.home .hero-text-en {
  display: block;
  letter-spacing: 0.22em;
}
.home .hero-text-ja {
  display: block;
  letter-spacing: -0.12em;
}
.home .hero-bg,
.home .hero-bg .swiper-wrapper {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.home .hero-bg .swiper-slide {
  width: 100%;
  height: 710px;
  background: transparent center / cover no-repeat;
  transition-timing-function: ease-out;
}
.home .hero-bg .slide-1 {
  background-image: url(../img/front-page/hero-bg-lg-01.webp);
}
.home .hero-bg .slide-2 {
  background-image: url(../img/front-page/hero-bg-lg-02.webp);
}
.home .hero-bg .slide-3 {
  background-image: url(../img/front-page/hero-bg-lg-03.webp);
}
.home .hero-bg .slide-4 {
  background-image: url(../img/front-page/hero-bg-lg-04.webp);
}
.home .hero-bg .slide-5 {
  background-image: url(../img/front-page/hero-bg-lg-05.webp);
}
.home .story {
  position: relative;
  width: 100%;
  overflow-x: clip;
  padding-top: clamp(55px, 55px + 91 * (100vw - 390px) / 810, 146px);
  padding-bottom: clamp(55px, 55px + 5 * (100vw - 390px) / 810, 60px);
  background-image: linear-gradient(to bottom, #e9f0e1, #e9f0e1 66%, #cee2f7);
  color: #fff;
}
.home .story-bg {
  bottom: clamp(355px, 355px + 11 * (100vw - 390px) / 810, 366px);
  background: transparent url(../img/front-page/story-bg-lg.webp) center / cover no-repeat;
}
.home .story-inner {
  container: storyInner/inline-size;
  padding-right: 5.13vw;
  padding-left: 5.13vw;
}
.home .story-leadtext {
  margin-top: 12px;
}
.home .story-leadtext strong {
  font-weight: inherit;
}
.home .story-text {
  max-width: 34.75em;
  margin-top: 24px;
  line-height: 2;
}
.home .story-link {
  margin-top: 40px;
}
.home .story-list-wrap {
  width: min(89.74vw, 966px);
  margin-top: 40px;
  overflow: visible;
}
.home .story-item {
  flex: 0 0 auto;
  display: grid;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.home .story-item-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #000 !important;
}
.home .story-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(22deg, #9ec6ef, #9ec6ef 50%, #d3e0c2);
  opacity: 0;
  transition: opacity 0.3s;
}
.home .story-item a:focus-visible::before {
  opacity: 0.9;
}
.home .story-item a:focus-visible .story-item-text::before {
  scale: 1.8 1;
}
.home .story-item-figure {
  position: relative;
  width: 320px;
  height: 255px;
  margin-top: -60px;
  background: transparent center / cover no-repeat;
}
.home .story-item:nth-of-type(1) .story-item-figure {
  background-image: url(../img/front-page/story-slider-01.webp);
}
.home .story-item:nth-of-type(2) .story-item-figure {
  background-image: url(../img/front-page/story-slider-02.webp);
}
.home .story-item:nth-of-type(3) .story-item-figure {
  background-image: url(../img/front-page/story-slider-03.webp);
}
.home .story-item:nth-of-type(4) .story-item-figure {
  background-image: url(../img/front-page/story-slider-04.webp);
}
.home .story-item:nth-of-type(5) .story-item-figure {
  background-image: url(../img/front-page/story-slider-05.webp);
}
.home .story-item:nth-of-type(6) .story-item-figure {
  background-image: url(../img/front-page/story-slider-06.webp);
}
.home .story-item:nth-of-type(7) .story-item-figure {
  background-image: url(../img/front-page/story-slider-07.webp);
}
.home .story-item-caption {
  position: relative;
  margin-top: 30px;
}
.home .story .splide__track {
  overflow: visible;
}
.home .story-slide-aroow-wrap {
  display: flex;
  align-items: flex-start;
  gap: 47px;
  width: min(89.74vw, 966px);
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
}
.home .story :where(.swiper-button-next, .swiper-button-prev) {
  position: static;
  margin-top: 0;
  z-index: 0;
}
.home .story :where(.swiper-button-next, .swiper-button-prev)::after {
  content: none;
}
.home .story-slide-aroow-wrap .swiper-button-prev {
  width: 32px;
  height: 42px;
  background: transparent url(../img/common/arrow-prev.svg) center / 100% auto no-repeat;
}
.home .story-slide-aroow-wrap .swiper-button-next {
  width: 32px;
  height: 42px;
  background: transparent url(../img/common/arrow-next.svg) center / 100% auto no-repeat;
}
.home .guestroom {
  container: guestroom/inline-size;
  position: relative;
  background-image: linear-gradient(129deg, #cee2f7 19%, #cee2f7 41%, #eaf0e2 69%);
}
.home .guestroom-inner {
  container: guestroomInner/inline-size;
}
.home .guestroom-inner::after,
.home .restaurant-inner::after {
  content: "";
  display: block;
  clear: both;
}
.home .guestroom-heading-wrap {
  margin-left: auto;
  margin-bottom: clamp(32px, 32px + 17 * (100vw - 390px) / 570, 49px);
}
.home .guestroom-bg,
.home .restaurant-bg {
  bottom: auto;
  height: 560px;
}
.home .guestroom-bg {
  background: transparent url(../img/front-page/guestroom-bg-lg.webp) center / cover no-repeat;
}
.home .restaurant-bg {
  background: transparent url(../img/front-page/restaurant-bg-lg.webp) center / cover no-repeat;
}
.home .activity-bg {
  background: transparent url(../img/front-page/activity-bg-lg.webp) center / cover no-repeat;
}
.home .access-bg {
  background: transparent url(../img/front-page/access-bg-lg.webp) center / cover no-repeat;
}
.home .accommodation-bg {
  background: transparent url(../img/front-page/accommodation-bg-lg.webp) center / cover no-repeat;
}
.home .guestroom-figure {
  float: left;
  width: calc(100% - 20rem - 40px);
  max-width: 840px;
  margin-top: -237px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: clamp(8px, 8px + 12 * (100vw - 390px) / 570, 20px);
}
.home .guestroom-figure .swiper-slide {
  width: 800px;
  height: 400px;
}
.home .guestroom-figure .slide-1 {
  background-image: url(../img/front-page/guestroom-img-01.webp);
}
.home .guestroom-figure .slide-2 {
  background-image: url(../img/front-page/guestroom-img-02.webp);
}
.home .guestroom-figure .slide-3 {
  background-image: url(../img/front-page/guestroom-img-03.webp);
}
.home .guestroom-figure .slide-4 {
  background-image: url(../img/front-page/guestroom-img-04.webp);
}
.home .guestroom-text-wrap {
  float: right;
  padding-bottom: 118px;
}
.home .guestroom-text-wrap,
.home .restaurant-text-wrap {
  margin-top: 32px;
  padding-bottom: 80px;
  text-align: center;
}
.home .restaurant-text-wrap {
  float: left;
}
.home .guestroom-text,
.home .restaurant-text {
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  text-align: left;
}
.home .guestroom-link,
.home .restaurant-link,
.home .activity-link {
  margin-top: 44px;
}
.home .restaurant {
  position: relative;
  background-image: linear-gradient(32deg, #eaf0e2 17%, #cee2f7 51%, #cee2f7 77%);
}
.home .restaurant-heading-wrap {
  margin-left: 0;
}
.home .restaurant-inner {
  container: restaurantInner/inline-size;
}
.home .restaurant-list {
  float: right;
  width: calc(100% - 20rem - 40px);
  margin-top: -234px;
  margin-bottom: 134px;
  display: grid;
  gap: clamp(14px, 14px + 6 * (100vw - 390px) / 570, 20px);
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(14px, 14px + 7 * (100vw - 390px) / 570, 21px) clamp(15px, 15px + 5 * (100vw - 390px) / 570, 20px);
  background-color: #fff;
}
.home .restaurant-item {
  position: relative;
  padding-top: clamp(96px, 96px + 57 * (100vw - 390px) / 570, 153px);
  padding-bottom: clamp(14px, 14px + 9 * (100vw - 390px) / 570, 23px);
  padding-right: clamp(51px, 51px + 26 * (100vw - 390px) / 570, 77px);
  color: #fff;
}
.home .restaurant-item :where(p, a) {
  position: relative;
  z-index: 1;
  text-align: right;
}
.home .restaurant-item p {
  pointer-events: none;
}
.home .restaurant-item::before {
  content: attr(data-en);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: clamp(15px, 15px + 8 * (100vw - 390px) / 570, 23px);
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Prata", serif;
  font-size: clamp(0.875rem, 0.5329rem + 1.4035vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  writing-mode: vertical-lr;
  text-transform: uppercase;
  pointer-events: none;
}
.home .restaurant-item-name,
.home .restaurant-item-text {
  position: relative;
  z-index: 2;
}
.home .restaurant-item-name {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.25rem, 1.0789rem + 0.7018vw, 1.5rem);
  font-weight: 500;
}
.home .restaurant-item-text {
  margin-top: clamp(5px, 5px + 7 * (100vw - 390px) / 570, 12px);
  font-size: clamp(0.625rem, 0.5395rem + 0.3509vw, 0.75rem);
}
.home .restaurant-item-link {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.home .restaurant-item-link:focus-visible::after {
  opacity: 0.5;
}
.home .restaurant-item-link:focus-visible + .restaurant-item-bg .img {
  scale: 1.05;
}
.home .restaurant-item-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000d39;
  opacity: 0;
  transition: opacity 0.3s;
}
.home .restaurant-item-bg {
  overflow: hidden;
  width: 800px;
  height: 240px;
}
.home .restaurant-item-bg .img {
  width: 100%;
  height: 100%;
  background: transparent url() center / cover no-repeat;
  transition: scale 0.3s;
}
.home .restaurant-item:nth-of-type(1) .img {
  background-image: url(../img/front-page/restaurant-corallo-bg-lg@2x.webp);
}
.home .restaurant-item:nth-of-type(2) .img {
  background-image: url(../img/front-page/restaurant-yuragizuki-bg-lg@2x.webp);
}
.home .restaurant-item:nth-of-type(3) .img {
  background-image: url(../img/front-page/restaurant-lanai-bg-lg@2x.webp);
}
.home .restaurant-item:nth-of-type(4) .img {
  background-image: url(../img/front-page/restaurant-voile-bg-lg@2x.webp);
}
.home .activity {
  position: relative;
  padding-bottom: clamp(88px, 88px + 62 * (100vw - 390px) / 810, 110px);
}
.home .activity::after {
  content: "";
  display: block;
  clear: both;
}
.home .activity-container {
  position: relative;
  z-index: 1;
}
.home .activity-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  float: right;
}
.home .activity .section-heading-leadtext {
  max-height: 31rem;
  margin-top: 7.5rem;
}
.home .activity-text-wrap.pc {
  display: block;
}
.home .activity-text-wrap.sp {
  display: none;
}
.home .activity-text-wrap {
  flex: 0 0 auto;
  width: 320px;
  margin-top: 72px;
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  text-align: center;
}
.home .activity-text {
  line-height: 2;
  text-align: left;
}
.home .activity-slider-container {
  float: left;
  max-width: 800px;
  margin-top: 120px;
}
.home .activity-list-wrap {
  padding-right: 0;
  padding-left: 0;
}
.home .activity-scrollbar-wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.home .activity-item {
  flex: 0 0 276px;
  display: grid;
  width: 276px;
  position: relative;
  padding-top: 477px;
}
.home .activity-item-caption {
  position: relative;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.home .activity-item-title {
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-20);
  font-weight: 500;
}
.home .activity-item-text {
  min-height: 2lh;
  margin-top: 5px;
  font-size: var(--font-size-12);
}
.home .activity-item-bg {
  width: 276px;
  height: 560px;
  background: transparent center / cover no-repeat;
}
.home .activity-item:nth-of-type(1) .activity-item-bg {
  background-image: url(../img/front-page/activity-slider-01@2x.webp);
}
.home .activity-item:nth-of-type(2) .activity-item-bg {
  background-image: url(../img/front-page/activity-slider-02@2x.webp);
}
.home .activity-item:nth-of-type(3) .activity-item-bg {
  background-image: url(../img/front-page/activity-slider-03@2x.webp);
}
.home .activity-item:nth-of-type(4) .activity-item-bg {
  background-image: url(../img/front-page/activity-slider-06@2x.webp);
}
.home .activity .swiper-scrollbar {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  margin-top: 30px;
  background-color: transparent;
}
.home .activity .swiper-scrollbar::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #ebebeb;
}
.home .activity .swiper-scrollbar-drag {
  height: 5px;
  border-radius: 0;
  background-color: #fff;
}
.home .access {
  position: relative;
  padding-top: clamp(40px, 60px + -20 * (100vw - 390px) / 810, 60px);
  padding-bottom: clamp(40px, 48px + -8 * (100vw - 390px) / 810, 48px);
}
.home .access-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 86px 8.3%;
  padding-right: 5.13vw;
  padding-left: 5.13vw;
}
.home .access-pict {
  width: min(100%, 86.15vw);
  max-width: 557px;
  height: 626px;
  margin-right: auto;
  margin-left: auto;
  background: transparent url(../img/front-page/access-img-lg@2x.webp) center / contain no-repeat;
}
.home .access-pict img {
}
.home .access-leadtext,
.home .frontdesk-leadtext {
  margin-top: clamp(12px, 22px + -10 * (100vw - 390px) / 570, 22px);
}
.home .access-text-wrap {
  flex: 0 0 30.5rem;
}

.home .access-text {
  max-width: 29.375rem;
  margin-top: clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px);
  line-height: 2;
}
.home .access-link {
  margin-top: clamp(32px, 32px + 8 * (100vw - 390px) / 570, 40px);
}
.home .frontdesk-inner {
  display: flex;
  align-items: flex-start;
}
.home .frontdesk-pict {
  flex: 0 0 46.12%;
  align-self: stretch;
  width: 100%;
  background: transparent url(../img/front-page/frontdesk-img@2x.webp) center / cover no-repeat;
}
.home .frontdesk-pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}
.home .frontdesk-text-wrap {
  flex: 1 1 auto;
  max-width: initial;
  padding: clamp(34px, 34px + 47 * (100vw - 390px) / 634, 81px) 5.13vw clamp(60px, 60px + 21 * (100vw - 390px) / 634, 81px);
  box-sizing: border-box;
}
.home .frontdesk-text {
  margin-top: clamp(32px, 32px + 8 * (100vw - 390px) / 570, 40px);
  margin-bottom: clamp(32px, 32px + 8 * (100vw - 390px) / 570, 40px);
  line-height: 2;
}
.home .plan {
  padding: clamp(60px, 60px + 20 * (100vw - 390px) / 250, 80px) clamp(15px, 15px + 5 * (100vw - 390px) / 570, 20px) 60px;
  background-image: url(../img/front-page/plan-bg.svg), linear-gradient(151deg, #fff8e0 -15%, #cee2f7 39%, #e9efe0 81%);
  background-size: 100% auto, auto;
  background-repeat: no-repeat;
  background-position: center top, left top;
}
.home .plan-list {
  display: grid;
  gap: clamp(20px, 32px + -12 * (100vw - 390px) / 570, 32px);
  max-width: 860px;
  margin-top: clamp(40px, 74px + -34 * (100vw - 390px) / 570, 74px);
  margin-right: auto;
  margin-left: auto;
}
.home .plan-item {
  display: grid;
  grid-template-columns: 368px 1fr;
  gap: 20px;
  background-color: #fff;
  font-size: 0.875rem;
}
.home .plan-item * {
  grid-column: 2/3;
}

.home .plan-item .picture {
  grid-column: 1/2;
  grid-row: 1/span 3;
  height: 276px;
  background: transparent center / cover no-repeat;
}
.home .plan-item:nth-of-type(1) .picture {
  background-image: url(../img/front-page/plan-img-01.webp);
}
.home .plan-item:nth-of-type(2) .picture {
  background-image: url(../img/front-page/plan-img-02.webp);
}
.home .plan-item:nth-of-type(3) .picture {
  background-image: url(../img/front-page/plan-img-03.webp);
}
.home .plan-item h3 {
  margin-top: 32px;
  margin-right: 29px;
  font-size: clamp(1.125rem, 0.93rem + 0.8vw, 1.25rem);
  font-weight: 400;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .plan-item p {
  min-height: 3lh;
  margin-right: 29px;
}
.home .plan-item a {
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 12px 36px 10px;
}
.home .plan-link-wrap {
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
  text-align: center;
}

.guestroom-nav-wrap:nth-of-type(1) {
  max-width: 720px;
}
.guestroom-nav-wrap:nth-of-type(1) a:before {
  background-image: linear-gradient(28deg, #9ec6ef 0%, #9ec6ef 50%, #d3e0c2 100%);
}

.guestroom-nav-wrap:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(32px, 40px + -8 * (100vw - 390px) / 570, 40px);
}
.guestroom-nav-wrap:nth-of-type(2) a {
  flex: 1 0 285px;
}
.guestroom-nav-wrap:nth-of-type(2) a:before {
  background-image: linear-gradient(66deg, #9ec6ef, #9ec6ef 50%, #d3e0c2 100%);
}
.guest_room .concept {
  padding-bottom: clamp(188px, 188px + 70 * (100vw - 390px) / 570, 258px);
}
.guest_room .concept-inner {
  padding-top: 80px;
  padding-bottom: clamp(160px, 160px + 20 * (100vw - 390px) / 570, 180px);
  color: #fff;
}
.guest_room .concept-inner .inline-block {
  display: inline-block;
}
.guest_room .ocean {
  position: relative;
  padding-top: 0;
  color: #fff;
}
.guest_room .ocean-bg {
  background-image: url(../img/guest_room/ocean-bg-lg.webp);
}
.guest_room .ocean-inner {
  padding-top: clamp(150px, 150px + 67 * (100vw - 390px) / 570, 217px);
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.guest_room .ocean-text {
  max-width: 556px;
  margin-top: clamp(24px, 32px + -8 * (100vw - 390px) / 570, 32px);
  margin-bottom: clamp(32px, 32px + 4 * (100vw - 390px) / 570, 36px);
}
.guest_room .roominfo-wrap {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #e9f0e1, #cee2f7);
}
.guest_room .room-container {
  padding-top: min(120px, 15.38vw);
  padding-bottom: min(120px, 15.38vw);
}
.guest_room .amenities {
  display: grid;
  gap: clamp(24px, 24px + 16 * (100vw - 390px) / 570, 40px);
  padding-right: 3.84vw;
  padding-left: 3.84vw;
  padding-bottom: clamp(60px, 60px + 40 * (100vw - 390px) / 570, 100px);
}
.guest_room .amenities-slide-wrap {
  width: min(100%, 840px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px);
  background-image: linear-gradient(to bottom, #e9f0e1, #cee2f7);
  overflow: hidden;
}
.guest_room .amenities-slide-wrap .swiper-slide {
  width: 800px;
  height: 400px;
  background: transparent center / cover no-repeat;
}
.guest_room .amenities-slide-wrap .slide-1 {
  background-image: url(../img/guest_room/amenities-slide-01.webp);
}
.guest_room .amenities-slide-wrap .slide-2 {
  background-image: url(../img/guest_room/amenities-slide-02.webp);
}
.guest_room .amenities-slide-wrap .slide-3 {
  background-image: url(../img/guest_room/amenities-slide-03.webp);
}
.guest_room .amenities-slide-wrap .slide-4 {
  background-image: url(../img/guest_room/amenities-slide-04.webp);
}
.guest_room .amenities-text {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  font-size: var(--font-size-14);
  line-height: 2;
  text-align: center;
}
.guest_room .policy {
  container: policy/inline-size;
  padding-right: 6.41vw;
  padding-left: 6.41vw;
  font-size: var(--font-size-14);
  line-height: 2;
  text-align: center;
}
.guest_room .policy p {
  width: 94.11%;
  margin-right: auto;
  margin-left: auto;
}
.guest_room .policy-leadtext {
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
}
.guest_room .policy-detail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 60rem;
  margin: clamp(24px, 24px + 16 * (100vw - 390px) / 570, 40px) auto;
  border: 1px solid #707070;
  border-bottom: 0;
  border-left: none;
}
.guest_room .policy-detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: calc(1lh + 40px);
  background-image: linear-gradient(263deg, #e5eee4, #cfe3f7 50%, #cfe3f7);
}
.guest_room .policy-detail :where(dt, dd) {
  padding: 20px 10px;
  border-bottom: 1px solid #707070;
}
.guest_room .policy-detail-wrap {
  position: relative;
  flex: 1 1 auto;
  display: grid;
}
.guest_room .policy-detail dt {
  flex: 0 0 48.53%;
  padding-right: 0;
  padding-left: 0;
  border-left: 1px solid #707070;
  font-weight: 700;
}
.guest_room .policy-detail dd {
  flex: 1 1 auto;
  border-left: 1px solid #707070;
}
.guest_room .front {
  position: relative;
  text-align: center;
}
.guest_room .front-inner {
  display: grid;
  gap: clamp(24px, 24px + 16 * (100vw - 390px) / 570, 40px);
}
.guest_room .front-text {
  width: 88.89%;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
}
.guest_room .front-link {
  justify-self: center;
}
.guest_room .front-bg {
  background-image: url(../img/guest_room/front-bg-lg.webp);
}
.guest_room .mountain {
  position: relative;
  padding-top: clamp(362px, 362px + 103 * (100vw - 390px) / 570, 465px);
  color: #fff;
}
.guest_room .mountain-slider {
  z-index: 1;
  bottom: auto;
  top: 120px;
}
.guest_room .mountain-text {
  max-width: 556px;
  margin-top: clamp(24px, 32px + -8 * (100vw - 390px) / 570, 32px);
  margin-bottom: clamp(32px, 32px + 4 * (100vw - 390px) / 570, 36px);
}
.guest_room .endless-slider > div {
  width: 240px;
  height: 240px;
  background: transparent center / cover no-repeat;
}
.guest_room .concept .endless-slider > div:nth-of-type(1) {
  background-image: url(../img/guest_room/concept-slide-01.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(2) {
  background-image: url(../img/guest_room/concept-slide-02.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(3) {
  background-image: url(../img/guest_room/concept-slide-03.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(4) {
  background-image: url(../img/guest_room/concept-slide-04.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(5) {
  background-image: url(../img/guest_room/concept-slide-05.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(6) {
  background-image: url(../img/guest_room/concept-slide-06.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(7) {
  background-image: url(../img/guest_room/concept-slide-07.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(8) {
  background-image: url(../img/guest_room/concept-slide-08.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(9) {
  background-image: url(../img/guest_room/concept-slide-09.webp);
}
.guest_room .concept .endless-slider > div:nth-of-type(10) {
  background-image: url(../img/guest_room/concept-slide-10.webp);
}
.guest_room #ocean-western-twin .room-facility .slide-1 {
  background-image: url(../img/guest_room/ocean/western-twin-01.webp);
}
.guest_room #ocean-western-twin .room-facility .slide-2 {
  background-image: url(../img/guest_room/ocean/western-twin-02.webp);
}
.guest_room #ocean-western-twin .room-facility .slide-3 {
  background-image: url(../img/guest_room/ocean/western-twin-03.webp);
}
.guest_room #ocean-western-twin .room-facility .slide-4 {
  background-image: url(../img/guest_room/ocean/western-twin-04.webp);
}
.guest_room #ocean-western-triple .room-facility .slide-1 {
  background-image: url(../img/guest_room/ocean/western-triple-01.webp);
}
.guest_room #ocean-western-triple .room-facility .slide-2 {
  background-image: url(../img/guest_room/ocean/western-triple-02.webp);
}
.guest_room #ocean-western-triple .room-facility .slide-3 {
  background-image: url(../img/guest_room/ocean/western-triple-03.webp);
}
.guest_room #ocean-western-triple .room-facility .slide-4 {
  background-image: url(../img/guest_room/ocean/western-triple-04.webp);
}
.guest_room #ocean-japanese-western .room-facility .slide-1 {
  background-image: url(../img/guest_room/ocean/japanese-western-01.webp);
}
.guest_room #ocean-japanese-western .room-facility .slide-2 {
  background-image: url(../img/guest_room/ocean/japanese-western-02.webp);
}
.guest_room #ocean-japanese-western .room-facility .slide-3 {
  background-image: url(../img/guest_room/ocean/japanese-western-03.webp);
}
.guest_room #ocean-japanese-western .room-facility .slide-4 {
  background-image: url(../img/guest_room/ocean/japanese-western-04.webp);
}
.guest_room #ocean-akokuro-room .room-facility .slide-1 {
  background-image: url(../img/guest_room/ocean/akokuro-room-01.webp);
}
.guest_room #ocean-akokuro-room .room-facility .slide-2 {
  background-image: url(../img/guest_room/ocean/akokuro-room-02.webp);
}
.guest_room #ocean-akokuro-room .room-facility .slide-3 {
  background-image: url(../img/guest_room/ocean/akokuro-room-03.webp);
}
.guest_room #ocean-akokuro-room .room-facility .slide-4 {
  background-image: url(../img/guest_room/ocean/akokuro-room-04.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(1) {
  background-image: url(../img/guest_room/mountain-slide-01.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(2) {
  background-image: url(../img/guest_room/mountain-slide-02.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(3) {
  background-image: url(../img/guest_room/mountain-slide-03.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(4) {
  background-image: url(../img/guest_room/mountain-slide-04.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(5) {
  background-image: url(../img/guest_room/mountain-slide-05.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(6) {
  background-image: url(../img/guest_room/mountain-slide-06.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(7) {
  background-image: url(../img/guest_room/mountain-slide-07.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(8) {
  background-image: url(../img/guest_room/mountain-slide-08.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(9) {
  background-image: url(../img/guest_room/mountain-slide-09.webp);
}
.guest_room .mountain .endless-slider > div:nth-of-type(10) {
  background-image: url(../img/guest_room/mountain-slide-10.webp);
}
.guest_room #mountain-western-twin .room-facility .slide-1 {
  background-image: url(../img/guest_room//mountain/western-twin-01.webp);
}
.guest_room #mountain-western-twin .room-facility .slide-2 {
  background-image: url(../img/guest_room//mountain/western-twin-02.webp);
}
.guest_room #mountain-western-twin .room-facility .slide-3 {
  background-image: url(../img/guest_room//mountain/western-twin-03.webp);
}
.guest_room #mountain-western-twin .room-facility .slide-4 {
  background-image: url(../img/guest_room//mountain/western-twin-04.webp);
}
.guest_room #mountain-western-triple .room-facility .slide-1 {
  background-image: url(../img/guest_room//mountain/western-double-01.webp);
}
.guest_room #mountain-western-triple .room-facility .slide-2 {
  background-image: url(../img/guest_room//mountain/western-double-02.webp);
}
.guest_room #mountain-western-triple .room-facility .slide-3 {
  background-image: url(../img/guest_room//mountain/western-double-03.webp);
}
.guest_room #mountain-western-triple .room-facility .slide-4 {
  background-image: url(../img/guest_room//mountain/western-double-04.webp);
}
.guest_room #mountain-western-triple .room-facility .slide-5 {
  background-image: url(../img/guest_room//mountain/western-double-05.webp);
}
.guest_room #mountain-japanese-western .room-facility .slide-1 {
  background-image: url(../img/guest_room//mountain/japanese-western-01.webp);
}
.guest_room #mountain-japanese-western .room-facility .slide-2 {
  background-image: url(../img/guest_room//mountain/japanese-western-02.webp);
}
.guest_room #mountain-japanese-western .room-facility .slide-3 {
  background-image: url(../img/guest_room//mountain/japanese-western-03.webp);
}
.guest_room #mountain-japanese-western .room-facility .slide-4 {
  background-image: url(../img/guest_room//mountain/japanese-western-04.webp);
}
.guest_room #mountain-kafuu-room .room-facility .slide-1 {
  background-image: url(../img/guest_room//mountain/kafuu-room-01.webp);
}
.guest_room #mountain-kafuu-room .room-facility .slide-2 {
  background-image: url(../img/guest_room//mountain/kafuu-room-02.webp);
}
.guest_room #mountain-kafuu-room .room-facility .slide-3 {
  background-image: url(../img/guest_room//mountain/kafuu-room-03.webp);
}
.guest_room #mountain-kafuu-room .room-facility .slide-4 {
  background-image: url(../img/guest_room//mountain/kafuu-room-04.webp);
}

.longstay .section-heading-with-double-line .hide-lg {
  display: none;
}
.longstay .reason .story-item-text {
  max-width: 324px;
}
.longstay .concept {
  padding-bottom: clamp(542px, 542px + 25 * (100vw - 390px) / 570, 567px);
}
.longstay .reason {
  padding-bottom: 0;
  background-image: linear-gradient(196deg, #e9f0e1, #cee2f7);
}
.longstay .reason-inner {
  margin-top: -545px;
}
.longstay .reason section {
  position: relative;
}
.longstay .reason .story-item-text::before {
  flex-basis: 150px;
}
.longstay .reason-slide-wrap {
  position: absolute;
  z-index: 0;
  top: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
  right: 0;
  width: calc(100% - 360px);
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.longstay .reason-text,
.longstay .reason-detail,
.longstay .reason-link {
  position: relative;
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
}
.longstay .reason-text {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 1.22rem + 3.2vw, 2.5rem);
  font-weight: 500;
  line-height: 1.45;
}
.longstay .reason-detail {
  margin-top: 55px;
  margin-left: 0;
  line-height: 2;
}
.longstay .reason-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
  margin-left: 0;
  text-align: center;
}
.longstay .reason-link .icon {
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  font-size: var(--font-size-20);
}
.longstay .reason section:nth-of-type(even) .story-item-text {
  margin-left: auto;
}
.longstay .reason section:nth-of-type(even) .reason-slide-wrap {
  right: auto;
  left: 0;
}
.longstay .reason section:nth-of-type(even) .reason-text {
  text-align: right;
}
.longstay .reason section:nth-of-type(even) .reason-detail,
.longstay .reason section:nth-of-type(even) .reason-link {
  margin-right: 0;
  margin-left: auto;
}
.longstay .reason .swiper-slide {
  width: 800px;
  height: 480px;
}
.longstay .reason section:nth-of-type(1) .slide-1 {
  background-image: url(../img/longstay/reason-01-slide-01.webp);
}
.longstay .reason section:nth-of-type(1) .slide-2 {
  background-image: url(../img/longstay/reason-01-slide-02.webp);
}
.longstay .reason section:nth-of-type(1) .slide-3 {
  background-image: url(../img/longstay/reason-01-slide-03.webp);
}
.longstay .reason section:nth-of-type(1) .slide-4 {
  background-image: url(../img/longstay/reason-01-slide-04.webp);
}
.longstay .reason section:nth-of-type(2) .slide-1 {
  background-image: url(../img/longstay/reason-02-slide-01.webp);
}
.longstay .reason section:nth-of-type(2) .slide-2 {
  background-image: url(../img/longstay/reason-02-slide-02.webp);
}
.longstay .reason section:nth-of-type(2) .slide-3 {
  background-image: url(../img/longstay/reason-02-slide-03.webp);
}
.longstay .reason section:nth-of-type(2) .slide-4 {
  background-image: url(../img/longstay/reason-02-slide-04.webp);
}
.longstay .reason section:nth-of-type(3) .slide-1 {
  background-image: url(../img/longstay/reason-03-slide-01.webp);
}
.longstay .reason section:nth-of-type(3) .slide-2 {
  background-image: url(../img/longstay/reason-03-slide-02.webp);
}
.longstay .reason section:nth-of-type(3) .slide-3 {
  background-image: url(../img/longstay/reason-03-slide-03.webp);
}
.longstay .reason section:nth-of-type(3) .slide-4 {
  background-image: url(../img/longstay/reason-03-slide-04.webp);
}
.longstay .reason section:nth-of-type(4) .slide-1 {
  background-image: url(../img/longstay/reason-04-slide-01.webp);
}
.longstay .reason section:nth-of-type(4) .slide-2 {
  background-image: url(../img/longstay/reason-04-slide-02.webp);
}
.longstay .reason section:nth-of-type(4) .slide-3 {
  background-image: url(../img/longstay/reason-04-slide-03.webp);
}
.longstay .reason section:nth-of-type(4) .slide-4 {
  background-image: url(../img/longstay/reason-04-slide-04.webp);
}

.longstay .ideas {
  position: relative;
}
.longstay .ideas-bg {
  background-image: url(../img/longstay/ideas-bg-lg.webp);
}
.longstay .ideas-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 30px;
  margin-top: clamp(30px, 30px + 30 * (100vw - 390px) / 250, 60px);
}
.longstay .ideas-list li {
  display: grid;
  gap: clamp(30px, 30px + 5 * (100vw - 390px) / 250, 35px);
  padding: clamp(15px, 20px + -5 * (100vw - 390px) / 250, 20px) 15px 30px;
  background-color: #fff;
  text-align: center;
}
.longstay .ideas-list .img {
  width: 320px;
  height: 255px;
  background: transparent center / cover no-repeat;
}
.longstay .ideas-list li:nth-of-type(1) .img {
  background-image: url(../img/longstay/ideas-img-01@2x.webp);
}
.longstay .ideas-list li:nth-of-type(2) .img {
  background-image: url(../img/longstay/ideas-img-02@2x.webp);
}
.longstay .ideas-list li:nth-of-type(3) .img {
  background-image: url(../img/longstay/ideas-img-03@2x.webp);
}
.longstay .room {
  background-image: linear-gradient(209deg, #e9f0e1, #cee2f7);
}
.longstay .room .room-name {
  margin-right: -10px;
}
.longstay .room-container {
  margin-top: 60px;
}
.longstay .room-container .swiper-slide {
  height: 400px;
}
.longstay .room-container .slide-1 {
  background-image: url(../img/longstay/room-slide-01.webp);
}
.longstay .room-container .slide-2 {
  background-image: url(../img/longstay/room-slide-02.webp);
}
.longstay .room-container .slide-3 {
  background-image: url(../img/longstay/room-slide-03.webp);
}
.longstay .room-container .slide-4 {
  background-image: url(../img/longstay/room-slide-04.webp);
}
.longstay .info {
  position: relative;
  padding-top: clamp(60px, 60px + 10 * (100vw - 390px) / 570, 70px);
}
.longstay .info-inner {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.longstay .info-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 10px + 22 * (100vw - 390px) / 570, 32px);
  margin-top: 40px;
}
.longstay .info-shop {
  display: grid;
  align-items: start;
  justify-items: start;
  grid-template-columns: auto 1fr;
  grid-row: span 6;
  gap: 10px;
  padding: 15px;
  background-color: #fff;
  font-size: var(--font-size-14);
}
.longstay .info-shop h3 {
  grid-column: 2/3;
  font-size: 1rem;
}
.longstay .info-shop .tag {
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 2px 4px;
  background-color: #c7dcf2;
  font-size: var(--font-size-10);
}
.longstay .info-shop .img {
  grid-row: 1/4;
  justify-self: center;
}
.longstay .info-shop .access {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: 2px;
  margin-bottom: 12px;
}
.longstay .info-shop .access i {
  flex: 0 0 1.43em;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
}
.longstay .info-shop .map {
  justify-self: end;
  width: auto;
  color: #7d9135;
}
.longstay .info-link-wrap {
  margin-top: 60px;
  text-align: center;
}
.longstay .info-link-wrap a {
  width: min(100%, 320px);
}
.longstay .info-shop :where(.address, .access, .map) {
  grid-column: span 2;
  width: 100%;
}
.longstay .info-shop .access {
  margin-top: 6px;
  margin-bottom: 6px;
}
.longstay .info-shop .img {
  width: 100px;
  height: 100px;
  background: transparent center / cover no-repeat;
}
.longstay .info-shop:nth-of-type(1) .img {
  background-image: url(../img/longstay/surrounding-facilities-01.webp);
}
.longstay .info-shop:nth-of-type(2) .img {
  background-image: url(../img/longstay/surrounding-facilities-02.webp);
}
.longstay .info-shop:nth-of-type(3) .img {
  background-image: url(../img/longstay/surrounding-facilities-03.webp);
}
.longstay .info-shop:nth-of-type(4) .img {
  background-image: url(../img/longstay/surrounding-facilities-04.webp);
}
.longstay .info-shop:nth-of-type(5) .img {
  background-image: url(../img/longstay/surrounding-facilities-05.webp);
}
.longstay .info-shop:nth-of-type(6) .img {
  background-image: url(../img/longstay/surrounding-facilities-06.webp);
}
.longstay .info-shop:nth-of-type(7) .img {
  background-image: url(../img/longstay/surrounding-facilities-07.webp);
}
.longstay .info-shop:nth-of-type(8) .img {
  background-image: url(../img/longstay/surrounding-facilities-08.webp);
}
.longstay .info-shop:nth-of-type(9) .img {
  background-image: url(../img/longstay/surrounding-facilities-09.webp);
}
.longstay .info-bg {
  background-image: url(../img/longstay/info-bg-lg.webp);
}

.seven .story {
  position: relative;
  z-index: 1;
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.seven .story::after {
  content: "";
  display: block;
  clear: both;
}
.seven .story-figure {
  float: left;
  margin-top: clamp(-48px, -22px + -26 * (100vw - 390px) / 570, -22px);
  margin-left: clamp(5px, 5px + 25 * (100vw - 390px) / 570, 30px);
}
.seven .story-figure span {
  display: inline-block;
  width: 340px;
  aspect-ratio: 1;
  background: #fff url(../img/seven/story-img@2x.webp) center / calc(100% - 20px) auto no-repeat;
}
.seven .story-figure figcaption {
  margin-top: clamp(10px, 10px + 2 * (100vw - 390px) / 570, 12px);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(0.875rem, 0.68rem + 0.8vw, 1rem);
  font-weight: 500;
}
.seven .story-figure figcaption br {
  display: none;
}

.seven .story h3 {
  float: right;
  width: calc(100% - 400px);
  margin-top: clamp(40px, 60px + -20 * (100vw - 390px) / 570, 60px);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 0.72rem + 3.2vw, 2rem);
  font-weight: 500;
  line-height: 1.45;
  text-align: right;
}
.seven .story h3 br:not([class]) {
  display: none;
}
.seven .story h3 br {
  display: none;
}

.seven .story p {
  clear: none;
  float: right;
  width: calc(100% - 400px);
  padding-top: 24px;
  line-height: 2;
}
.seven .commit {
  position: relative;
  padding-top: 0;
  color: #fff;
}
.seven .commit-inner {
  position: relative;
  padding-top: clamp(120px, 224px + -104 * (100vw - 390px) / 570, 224px);
  padding-right: 5.12vw;
  padding-left: 5.12vw;
  padding-bottom: clamp(60px, 60px + 60 * (100vw - 390px) / 570, 120px);
}
.seven .commit-en {
  position: absolute;
  top: clamp(40px, 40px + 50 * (100vw - 390px) / 570, 90px);
  right: 5.12vw;
  writing-mode: vertical-lr;
  font-size: var(--font-size-24);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}
.seven .commit h2 {
  font-size: clamp(2rem, 1.22rem + 3.2vw, 2.5rem);
}
.seven .commit-text {
  max-width: 574px;
  margin-top: 24px;
  line-height: 2;
}
.seven .concept .section-leadtext .inline-block {
  display: none;
}
.seven .charm {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(188deg, #e9f0e1, #cee2f7);
}
.seven .charm-section {
  position: relative;
  min-height: 700px;
  padding-top: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
  padding-bottom: 40px;
}
.seven .charm-section.section-07 {
  padding-bottom: 80px;
}
.seven .charm-section .story-item-text {
  max-width: 324px;
}
.seven .charm-section .story-item-text::before {
  flex-basis: 150px;
}
.seven .charm-figure {
  position: absolute;
  z-index: 1;
  top: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
  right: 0;
  width: calc(100% - 360px);
  margin-top: 0;
}
.seven .charm-text,
.seven .charm-detail,
.seven .charm-link {
  position: relative;
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
}
.seven .charm-text {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(2rem, 1.22rem + 3.2vw, 2.5rem);
  font-weight: 500;
  line-height: 1.45;
}
.seven .charm-detail {
  margin-top: 55px;
  margin-left: 0;
  line-height: 2;
}
.seven .charm-link {
  display: block;
  margin-top: 24px;
  margin-left: 0;
  text-align: center;
}
.seven .charm-img-wrap {
  display: inline-block;
  width: 840px;
  height: 520px;
  background: #fff center / calc(100% - 40px) auto no-repeat;
}
.seven .section-03 .charm-img-wrap {
  background-image: url(../img/seven/charm-img-03.webp);
}
.seven .section-07 .charm-img-wrap {
  background-image: url(../img/seven/charm-img-07.webp);
}
.seven .charm-figure figcaption {
  margin-top: clamp(10px, 10px + 14 * (100vw - 390px) / 570, 24px);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1rem, 0.659rem + 1.4vw, 1.5rem);
  font-weight: 500;
  text-align: right;
}
.seven .charm-section.section-03 .charm-link {
  padding-right: 20px;
  padding-left: 20px;
}
.seven .charm section:nth-of-type(even) .story-item-text {
  margin-left: auto;
}
.seven .charm section:nth-of-type(even) .charm-figure {
  right: auto;
  left: 0;
}
.seven .charm section:nth-of-type(even) .charm-text {
  text-align: right;
}
.seven .charm section:nth-of-type(even) .charm-detail,
.seven .charm section:nth-of-type(even) .charm-link {
  margin-right: 0;
  margin-left: auto;
}

.seven .charm-figure .swiper-slide {
  width: 800px;
  height: 480px;
  background: transparent center / cover no-repeat;
}

.seven .charm-section.section-01 .charm-figure .slide-1 {
  background-image: url(../img/seven/charm-img-01-1.webp);
}
.seven .charm-section.section-01 .charm-figure .slide-2 {
  background-image: url(../img/seven/charm-img-01-2.webp);
}
.seven .charm-section.section-01 .charm-figure .slide-3 {
  background-image: url(../img/seven/charm-img-01-3.webp);
}
.seven .charm-section.section-01 .charm-figure .slide-4 {
  background-image: url(../img/seven/charm-img-01-4.webp);
}
.seven .charm-section.section-02 .charm-figure .slide-1 {
  background-image: url(../img/seven/charm-img-02-1.webp);
}
.seven .charm-section.section-02 .charm-figure .slide-2 {
  background-image: url(../img/seven/charm-img-02-2.webp);
}
.seven .charm-section.section-02 .charm-figure .slide-3 {
  background-image: url(../img/seven/charm-img-02-3.webp);
}
.seven .charm-section.section-02 .charm-figure .slide-4 {
  background-image: url(../img/seven/charm-img-02-4.webp);
}
.seven .charm-section.section-04 .charm-figure .slide-1 {
  background-image: url(../img/seven/charm-img-04-1.webp);
}
.seven .charm-section.section-04 .charm-figure .slide-2 {
  background-image: url(../img/seven/charm-img-04-2.webp);
}
.seven .charm-section.section-04 .charm-figure .slide-3 {
  background-image: url(../img/seven/charm-img-04-3.webp);
}
.seven .charm-section.section-04 .charm-figure .slide-4 {
  background-image: url(../img/seven/charm-img-04-4.webp);
}
.seven .charm-section.section-05 .charm-figure .slide-1 {
  background-image: url(../img/seven/charm-img-05-1.webp);
}
.seven .charm-section.section-05 .charm-figure .slide-2 {
  background-image: url(../img/seven/charm-img-05-2.webp);
}
.seven .charm-section.section-05 .charm-figure .slide-3 {
  background-image: url(../img/seven/charm-img-05-3.webp);
}
.seven .charm-section.section-05 .charm-figure .slide-4 {
  background-image: url(../img/seven/charm-img-05-4.webp);
}
.seven .charm-section.section-06 .charm-figure .slide-1 {
  background-image: url(../img/seven/charm-img-06-1.webp);
}
.seven .charm-section.section-06 .charm-figure .slide-2 {
  background-image: url(../img/seven/charm-img-06-2.webp);
}
.seven .charm-section.section-06 .charm-figure .slide-3 {
  background-image: url(../img/seven/charm-img-06-3.webp);
}
.seven .charm-section.section-06 .charm-figure .slide-4 {
  background-image: url(../img/seven/charm-img-06-4.webp);
}

.restaurant_bar .concept {
  padding-bottom: clamp(285px, 355px + -70 * (100vw - 390px) / 570, 355px);
}
.restaurant_bar .concept > .inner {
  padding-bottom: 0;
}
.restaurant_bar .concept-inner {
  margin-left: 0;
}
.restaurant_bar .intro {
  margin-top: 0;
  padding-top: clamp(0px, 0px + 100 * (100vw - 390px) / 570, 100px);
  padding-bottom: 0;
}
.restaurant_bar .intro-inner {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr repeat(2, min(430px, 31.47vw));
  padding-right: 5vw;
  padding-left: 5vw;
}
.restaurant_bar .section-heading-wrap {
  float: none;
  width: -moz-fit-content;
  width: fit-content;
  grid-row: 1/span 2;
}
.restaurant_bar .section-heading-leadtext {
  margin-right: 17px;
  font-size: clamp(1rem, 0.22rem + 3.2vw, 1.5rem);
}
.restaurant_bar .intro a {
  float: none !important;
  position: relative;
  display: grid;
  place-content: center;
  align-content: start;
  width: auto;
  max-width: 430px;
  padding: 20px 15px 5px;
  background-color: #fff;
  text-align: center;
}
.restaurant_bar .intro a + a {
  margin-top: clamp(20px, 20px + 4 * (100vw - 390px) / 570, 24px);
}
.restaurant_bar .intro a:nth-of-type(2) {
  margin-top: 0;
}

.restaurant_bar .intro a:nth-of-type(3) {
  float: left;
  clear: both;
}
.restaurant_bar .intro a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(28deg, #9ec6ef 0%, #9ec6ef 50%, #d3e0c2 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.restaurant_bar .intro a > * {
  position: relative;
}
.restaurant_bar .intro a .icon {
  position: absolute;
  bottom: 15px;
  right: 25px;
  margin-top: 0;
  font-size: var(--font-size-20);
}
.restaurant_bar .intro a:focus-visible::before {
  opacity: 0.9;
}
.restaurant_bar .intro a:focus-visible img {
  scale: 1.05;
}
.restaurant_bar .intro a .img {
  margin-top: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.restaurant_bar .intro a .img img {
  transition: scale 0.3s;
}
.restaurant_bar .intro a .en {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Prata", serif;
  font-size: clamp(0.75rem, 0.555rem + 0.8vw, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.22em;
  text-align: right;
  text-transform: uppercase;
}
.restaurant_bar .intro a .en::before {
  content: "";
  width: clamp(25px, 25px + 50 * (100vw - 390px) / 570, 75px);
  height: 1px;
  margin-top: 0.66em;
  background-color: currentColor;
}
.restaurant_bar .intro a .en.wide {
  letter-spacing: 0.05em;
}

.restaurant_bar .intro a .text {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.restaurant_bar .intro a .en br {
  display: none;
}
.restaurant_bar .intro a .text br {
  display: none;
}

.restaurant_bar .information {
  padding-top: 52px;
  padding-bottom: 52px;
  background-image: linear-gradient(187deg, #e9f0e1, #cee2f7);
}
.restaurant_bar .information-text {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.54rem + 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.44;
  text-align: right;
}
.restaurant_bar .information-text br {
  display: none;
}

.restaurant_bar .room-info {
  max-width: 290px;
  margin-bottom: 0;
}
.restaurant_bar .information-section:nth-of-type(even) .information-text {
  text-align: left;
}
.restaurant_bar .information-section:nth-of-type(even) .room-name {
  grid-column: 2/3;
}
.restaurant_bar .information-section:nth-of-type(even) .room-facility {
  grid-column: 1/2;
  grid-row: 1/span 4;
}
.restaurant_bar .information-section:nth-of-type(even) .room-detail {
  grid-column: 2/3;
}

.restaurant_bar .information .article-container {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: clamp(40px, 40px + 12 * (100vw - 390px) / 570, 52px);
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.restaurant_bar .information .article-wrap {
  padding-bottom: clamp(32px, 32px + 8 * (100vw - 390px) / 570, 40px);
}
.restaurant_bar .information .article-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restaurant_bar .information .article-wrap dl {
  gap: 20px 0;
}

.restaurant_bar .corallo {
  position: relative;
  z-index: 1;
}
.restaurant_bar .corallo .section-leadtext {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.restaurant_bar .information-section:nth-of-type(even) .room-container {
  grid-template-columns: calc(100% - 360px) 320px;
}

.restaurant_bar .information-section .swiper-slide {
  width: 800px;
  height: 480px;
  background: transparent center / cover no-repeat;
}

.restaurant_bar .corallo .slide-1 {
  background-image: url(../img/restaurant/corallo-slide-01.jpg);
}
.restaurant_bar .corallo .slide-2 {
  background-image: url(../img/restaurant/corallo-slide-02.jpg);
}
.restaurant_bar .corallo .slide-3 {
  background-image: url(../img/restaurant/corallo-slide-03.jpg);
}
.restaurant_bar .corallo .slide-4 {
  background-image: url(../img/restaurant/corallo-slide-04.jpg);
}
.restaurant_bar .yuragizuki .slide-1 {
  background-image: url(../img/restaurant/yuragizuki-slide-01.jpg);
}
.restaurant_bar .yuragizuki .slide-2 {
  background-image: url(../img/restaurant/yuragizuki-slide-02.jpg);
}
.restaurant_bar .yuragizuki .slide-3 {
  background-image: url(../img/restaurant/yuragizuki-slide-03.jpg);
}
.restaurant_bar .yuragizuki .slide-4 {
  background-image: url(../img/restaurant/yuragizuki-slide-04.jpg);
}
.restaurant_bar .lanai .slide-1 {
  background-image: url(../img/restaurant/lanai-slide-01.jpg);
}
.restaurant_bar .lanai .slide-2 {
  background-image: url(../img/restaurant/lanai-slide-02.jpg);
}
.restaurant_bar .lanai .slide-3 {
  background-image: url(../img/restaurant/lanai-slide-03.jpg);
}
.restaurant_bar .lanai .slide-4 {
  background-image: url(../img/restaurant/lanai-slide-04.jpg);
}
.restaurant_bar .voile .slide-1 {
  background-image: url(../img/restaurant/voile-slide-01.jpg);
}
.restaurant_bar .voile .slide-2 {
  background-image: url(../img/restaurant/voile-slide-02.jpg);
}
.restaurant_bar .voile .slide-3 {
  background-image: url(../img/restaurant/voile-slide-03.jpg);
}
.restaurant_bar .voile .slide-4 {
  background-image: url(../img/restaurant/voile-slide-04.jpg);
}

.article-wrap .img {
  order: -1;
}
.restaurant_bar .article-wrap .img {
  width: 100%;
  aspect-ratio: 320 / 240;
  background: transparent center / cover no-repeat;
}
.restaurant_bar .yuragizuki .article-wrap .img,
.restaurant_bar .voile .article-wrap .img {
  aspect-ratio: 554 / 240;
}

.restaurant_bar .corallo .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/restaurant/corallo-img-01.jpg);
}
.restaurant_bar .corallo .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/restaurant/corallo-img-02.jpg);
}
.restaurant_bar .corallo .article-wrap:nth-of-type(3) .img {
  background-image: url(../img/restaurant/corallo-img-03.jpg);
}
.restaurant_bar .yuragizuki .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/restaurant/yuragizuki-img-01.jpg);
}
.restaurant_bar .yuragizuki .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/restaurant/yuragizuki-img-02.jpg);
}
.restaurant_bar .lanai .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/restaurant/lanai-img-01.jpg);
}
.restaurant_bar .lanai .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/restaurant/lanai-img-02.jpg);
}
.restaurant_bar .lanai .article-wrap:nth-of-type(3) .img {
  background-image: url(../img/restaurant/lanai-img-03.jpg);
}
.restaurant_bar .voile .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/restaurant/voile-img-01.jpg);
}
.restaurant_bar .voile .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/restaurant/voile-img-02.jpg);
}

.sightseeing .walk,
.sightseeing .drive {
  position: relative;
}
.sightseeing .walk-inner,
.sightseeing .drive-inner {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.sightseeing .recommend-map{
  max-width: 1114px;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}
.sightseeing .recommend-map iframe {
  border: none;
}
.sightseeing .article-container {
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}
.sightseeing .article-wrap {
  padding-bottom: 20px;
}
.sightseeing .article-wrap p {
  margin-bottom: 24px;
}

.sightseeing .article-wrap .img {
  width: 320px;
  height: 240px;
  background: transparent center / cover no-repeat;
}

.sightseeing .walk .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/sightseeing/walkable-img-01.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/sightseeing/walkable-img-02.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(3) .img {
  background-image: url(../img/sightseeing/walkable-img-03.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(4) .img {
  background-image: url(../img/sightseeing/walkable-img-04.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(5) .img {
  background-image: url(../img/sightseeing/walkable-img-05.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(6) .img {
  background-image: url(../img/sightseeing/walkable-img-06.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(7) .img {
  background-image: url(../img/sightseeing/walkable-img-07.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(8) .img {
  background-image: url(../img/sightseeing/walkable-img-08.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(9) .img {
  background-image: url(../img/sightseeing/walkable-img-09.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(10) .img {
  background-image: url(../img/sightseeing/walkable-img-10.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(11) .img {
  background-image: url(../img/sightseeing/walkable-img-11.webp);
}
.sightseeing .walk .article-wrap:nth-of-type(12) .img {
  background-image: url(../img/sightseeing/walkable-img-12.webp);
}

.sightseeing .drive .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/sightseeing/drivable-img-01.webp);
}
.sightseeing .drive .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/sightseeing/drivable-img-02.webp);
}
.sightseeing .drive .article-wrap:nth-of-type(3) .img {
  background-image: url(../img/sightseeing/drivable-img-03.webp);
}
.sightseeing .drive .article-wrap:nth-of-type(4) .img {
  background-image: url(../img/sightseeing/drivable-img-04.webp);
}
.sightseeing .drive .article-wrap:nth-of-type(5) .img {
  background-image: url(../img/sightseeing/drivable-img-05.webp);
}
.sightseeing .drive .article-wrap:nth-of-type(6) .img {
  background-image: url(../img/sightseeing/drivable-img-06.webp);
}

.facilities .floor {
  background-image: linear-gradient(194deg, #e9f0e1, #cee2f7);
}
.facilities .floor-inner {
  max-width: 1000px;
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.facilities .floor-pict {
  display: block;
  height: 400px;
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
  background: transparent url(../img/access/img-location-map.webp) center / auto 100% no-repeat;
  text-align: center;
}
.facilities .floor-img {
  position: relative;
  display: block;
  width: min(100%, 1000px);
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
  margin-right: auto;
  margin-left: auto;
}
.facilities .floor-img::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: transparent url(../img/common/icon-scale.png) center/100% auto no-repeat;
}
.facilities .floor-detail-wrap {
  display: grid;
  grid-template-columns: calc(6rem + 4% + 40px) auto auto auto 1fr;
  margin-top: clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px);
}
.facilities .floor-detail {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 5;
  align-items: center;
  padding-left: 4%;
  padding-top: clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px);
  padding-bottom: clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px);
  border-bottom: 1px solid currentColor;
}
.facilities .floor-detail h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  font-family: "Prata", serif;
  font-weight: 400;
}
.facilities .floor-detail h3 .number {
  flex: 0 0 0.925em;
  font-size: clamp(2.5rem, 0.794rem + 7vw, 5rem);
  text-align: center;
}
.facilities .bf h3 .number {
  line-height: 1;
}

.facilities .floor-detail h3 .f {
  font-size: clamp(1.25rem, 0.738rem + 2.1vw, 2rem);
}
.facilities .floor-detail .note {
  grid-column: 1/2;
  margin-right: 40px;
  font-family: "Noto Sans JP", serif;
  font-size: var(--font-size-14);
  text-align: center;
  white-space: nowrap;
}
.facilities .floor-list-wrap {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  gap: 12px;
  align-items: center;
}
.facilities .bf .floor-list-wrap {
  grid-column: 2/5;
  grid-row: 1/4;
}
.facilities .floor-list {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  grid-column: span 2;
  align-items: center;
  line-height: 2;
  white-space: nowrap;
  font-size: clamp(0.875rem, 0.68rem + 0.8vw, 1rem);
}
.facilities .floor-iconlist {
  display: grid;
  place-content: center;
  gap: 20px 32px;
  margin-left: 28px;
}
.facilities .floor-iconlist:not(.flow-column) {
  grid-template-columns: auto auto;
}
.facilities .floor-iconlist.flow-column {
  grid-auto-flow: column;
  grid-template-rows: auto auto;
}

.facilities .guide {
  background-image: linear-gradient(186deg, #e9f0e1, #cee2f7);
}
.facilities .guide-inner {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.facilities .guide-container {
  max-width: 1114px;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}
.facilities .guide-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.facilities .guide-wrap a {
  display: flex;
  align-items: center;
  height: calc(2lh + 14px);
  padding: 7px 2.5rem 7px 10px;
  border: none;
  border-bottom: 1px solid currentColor;
  line-height: 2;
}
.facilities .guide-wrap .text {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 2lh;
  overflow: hidden;
  text-overflow: ellipsis;
}
.facilities .guide-wrap .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.429em;
}
.facilities .article-container {
  margin-top: clamp(40px, 40px + 40 * (100vw - 390px) / 570, 80px);
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: clamp(20px, 20px + 12 * (100vw - 390px) / 570, 32px);
}
.facilities .article-wrap {
  font-size: 1rem;
}
.facilities .article-wrap dl {
  grid-template-columns: 100px 1fr;
}

.facilities .article-container .img {
  width: 100%;
  aspect-ratio: 544 / 360;
  background: transparent center / cover no-repeat;
}

.facilities .article-wrap:nth-of-type(1) .img {
  background-image: url(../img/facilities/private-beach.webp);
}
.facilities .article-wrap:nth-of-type(2) .img {
  background-image: url(../img/facilities/lagoon-pool.webp);
}
.facilities .article-wrap:nth-of-type(3) .img {
  background-image: url(../img/facilities/atrium-pool.webp);
}
.facilities .article-wrap:nth-of-type(4) .img {
  background-image: url(../img/facilities/shop-mahalo.webp);
}
.facilities .article-wrap:nth-of-type(5) .img {
  background-image: url(../img/facilities/coin-laundry.webp);
}
.facilities .article-wrap:nth-of-type(6) .img {
  background-image: url(../img/facilities/cafe-voile.webp);
}
.facilities .article-wrap:nth-of-type(7) .img {
  background-image: url(../img/facilities/sports-gym.webp);
}
.facilities .article-wrap:nth-of-type(8) .img {
  background-image: url(../img/facilities/sports-tennis.webp);
}
.facilities .article-wrap:nth-of-type(9) .img {
  /*background-image: url(../img/facilities/putting-golf.webp);*/
  background-image: url(../img/facilities/street-basketball.webp);
}
.facilities .article-wrap:nth-of-type(10) .img {
  /*background-image: url(../img/facilities/street-basketball.webp);*/
  background-image: url(../img/facilities/beach-volleyball.webp);
}
.facilities .article-wrap:nth-of-type(11) .img {
  /*background-image: url(../img/facilities/walking-tour.webp);*/
  background-image: url(../img/facilities/large-bath.webp);
}
.facilities .article-wrap:nth-of-type(12) .img {
  /*  background-image: url(../img/facilities/beach-volleyball.webp);*/
  background-image: url(../img/facilities/massage-service.webp);
}
/*
.facilities .article-wrap:nth-of-type(13) .img {
  background-image: url(../img/facilities/large-bath.webp);
}
.facilities .article-wrap:nth-of-type(14) .img {
  background-image: url(../img/facilities/massage-service.webp);
}*/

.access_map .concept {
  padding-top: 80px;
}
.access_map .concept-bg {
  bottom: auto;
}
.access_map .infomation-inner {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.access_map .concept h2 {
  margin-bottom: clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px);
  font-size: clamp(2rem, 1.22rem + 3.2vw, 2.5rem);
  text-align: center;
}
.access_map .concept-lead {
  max-width: 32.13rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  text-align: center;
}
.access_map .gmap {
  aspect-ratio: 120/72;
  margin-top: clamp(20px, 20px + 40 * (100vw - 390px) / 570, 60px);
}
.access_map .gmap iframe {
  width: 100%;
  height: 100%;
}
.access_map .infomation {
  display: grid;
  gap: clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px);
  grid-template-columns: 35.83% 1fr;
  align-items: start;
  margin-top: clamp(12px, 12px + 48 * (100vw - 390px) / 570, 60px);
  font-size: var(--font-size-14);
}
.access_map .infomation-pict {
  grid-column: 1/2;
  grid-row: 1/2;
  height: 100%;
  background: transparent url(../img/access/img-exterior.webp) center / 100% auto no-repeat;
}

.access_map .infomation-list {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 27.4% 1fr;
  gap: 0;
}
.access_map .infomation-list dt {
  border-bottom: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.access_map .infomation-list dd {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.access_map .directions {
  background-image: linear-gradient(193deg, #e9f0e1, #cee2f7);
}
.access_map .directions-pict {
  display: block;
  width: 842px;
  height: 400px;
  margin: 40px auto;
  background: transparent url(../img/access/img-location-map.webp) center / cover no-repeat;
  text-align: center;
}
.access_map .floor-inner {
  max-width: 1298px;
  text-align: center;
}
.access_map .floor-figure {
  width: 1298px;
  height: 616px;
  background: transparent url(../img/access/img-floor.webp) center / cover no-repeat;
}
.access_map .floor-leadtext {
  font-size: clamp(1.25rem, 0.86rem + 1.6vw, 1.5rem);
}
.access_map .floor-text {
  line-height: 2;
}
.access_map .route-tab-wrap {
  margin-top: 40px;
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.access_map .route-tab-container {
  padding: clamp(20px, 20px + 15 * (100vw - 390px) / 570, 35px) clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px) clamp(40px, 40px + 40 * (100vw - 390px) / 570, 80px);
}
.access_map .tab-panel {
  padding-top: clamp(20px, 20px + 40 * (100vw - 390px) / 570, 60px);
}
.access_map h3 {
  margin-top: clamp(10px, 10px + 7 * (100vw - 390px) / 250, 17px);
  margin-bottom: clamp(10px, 10px + 14 * (100vw - 390px) / 250, 24px);
  padding-bottom: clamp(4px, 4px + 8 * (100vw - 390px) / 250, 12px);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.54rem + 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.45;
}
.access_map .route-movie {
  width: min(1000px, 97%);
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 1000/563;
}
.access_map .route-movie :where(iframe, picture) {
  display: block;
  width: 100%;
  height: 100%;
}
.access_map .route-movie video{
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.access_map .route-list {
  display: grid;
  gap: 40px 22px;
  grid-template-columns: repeat(3, 1fr);
}
.access_map .route-list li {
  position: relative;
}
.access_map .route-heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 54.839%;
}
.access_map .route-heading-text {
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-20);
  font-weight: 500;
}
.access_map .route-heading-num {
  flex: 0 0 0.68em;
  font-family: "Prata", serif;
  font-size: 2.75rem;
  font-weight: 400;
}
.access_map .route-list .img {
  width: 100%;
  height: 220px;
  background: transparent center / 100% auto no-repeat;
}
.access_map .route-list li:last-of-type {
  grid-column: span 2;
}
.access_map .route-list li:last-of-type figure {
  display: flex;
}
.access_map .route-list li:last-of-type .img {
  width: 50%;
}
.access_map .route-list li:nth-of-type(1) .img {
  background-image: url(../img/access/route-01.webp);
}
.access_map .route-list li:nth-of-type(2) .img {
  background-image: url(../img/access/route-02.webp);
}
.access_map .route-list li:nth-of-type(3) .img {
  background-image: url(../img/access/route-03.webp);
}
.access_map .route-list li:nth-of-type(4) .img {
  background-image: url(../img/access/route-04.webp);
}
.access_map .route-list li:nth-of-type(5) .img {
  background-image: url(../img/access/route-05.webp);
}
.access_map .route-list li:nth-of-type(6) .img {
  background-image: url(../img/access/route-06.webp);
}
.access_map .route-list li:nth-of-type(7) .img {
  background-image: url(../img/access/route-07.webp);
}
.access_map .route-list li:nth-of-type(8) .img {
  background-image: url(../img/access/route-08.webp);
}
.access_map .route-list li:nth-of-type(8) .img + .img {
  background-image: url(../img/access/route-09.webp);
}

.access_map .route-list figcaption {
  margin-top: 2.75rem;
  font-weight: 700;
}
.access_map .route-text {
  margin-top: 12px;
  font-size: var(--font-size-14);
  line-height: 2;
}
.access_map .ride {
  padding-top: 0;
  padding-bottom: 80px;
}
.access_map .ride-inner {
  padding-right: 5.12w;
  padding-left: 5.12w;
}
.access_map .ride section {
  display: grid;
  gap: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}
.access_map .ride section:last-of-type {
  padding-bottom: 0;
}
.access_map .ride-pict {
  height: 200px;
  background: transparent center / 1200px auto no-repeat;
  text-align: center;
}
.access_map .ride-pict.car {
  background-image: url(../img/access/ride-car.webp);
}
.access_map .ride-pict.bus {
  background-image: url(../img/access/ride-public-bus.webp);
}
.access_map .ride-pict.airport-bus {
  background-image: url(../img/access/ride-airport-bus.webp);
}
.access_map .ride-pict.airport-liner {
  background-image: url(../img/access/ride-airport-liner.webp);
}
.access_map .ride-details {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 26.875rem 1fr;
  align-items: start;
}
.access_map .ride-details .highlight {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 1.159rem + 1.4vw, 2rem);
  font-weight: 500;
}
.access_map .ride-details .note {
  font-size: var(--font-size-14);
}
.access_map .ride-details .info {
  grid-column: 2/3;
  grid-row: 1/span 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  font-size: var(--font-size-14);
}
.access_map .ride-details .info dt {
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
  font-weight: 700;
}
.access_map .ride-details .info dd {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.access_map .ride-details .info dd + dt {
  padding-top: 20px;
}
.access_map .ride-details .info dt:nth-of-type(n+2),
.access_map .ride-details .info dd:nth-of-type(n+2) {
  padding-top: 20px;
}
.access_map .ride-details a {
  color: #7d9135;
}
.access_map .ride-details a:focus-visible {
  text-decoration: underline;
}
.access_map .ride-details p {
  grid-column: 1/2;
}

.aside h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-20);
  font-weight: 500;
}

.aside ul {
  width: 87.5%;
  max-width: 280px;
  margin: 20px auto 44px;
  font-size: var(--font-size-14);
  line-height: 2;
}

.aside li {
  display: flex;
  align-items: flex-start;
}

.aside a:focus-visible {
  text-decoration: underline;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.nav-links a {
  position: relative;
  display: inline-block;
  padding: 20px;
  border: 1px solid currentColor;
  transition: color 0.3s;
}
.nav-links a:focus-visible {
  color: #000;
}
.nav-links a:focus-visible::before {
  opacity: 1;
}
.nav-links a::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(54deg, #cee2f7, #cee2f7 60%, #e9f0e1);
  opacity: 0;
  transition: opacity 0.3s;
}
.voice .voice-container {
  background-image: linear-gradient(197deg, #e9f0e1, #cee2f7);
}
.voice-inner {
  max-width: 1100px;
  padding-right: 1vw;
  padding-left: 1vw;
}
.voice .fg-default.fg-gutter-10 {
  margin-bottom: 0;
}
ul.disc{
	list-style: disc;
	margin-left: 1.5em;
}
ol.num{
	list-style: decimal;
	margin-left: 1.5em;
}
ul.disc li,
ol.num li{
  display : list-item;
}

@media (any-hover: hover){
  .link-button:hover {
    color: #000 !important;
  }
  .link-button:hover::before {
    opacity: 1;
  }
  .link-with-arrow-down:hover {
    background-image: linear-gradient(58deg, rgba(211, 224, 194, 0.3), rgba(211, 224, 194, 0.3) 50%, rgba(158, 198, 239, 0.3));
  }
  .link-with-arrow-down:hover .line {
    stroke-dashoffset: 0;
  }
  .link-with-arrow-down:hover .path {
    translate: -24.451px -16.334px;
  }
  .page-top-button:hover {
    background-image: linear-gradient(to bottom, #e9f0e1, #cee2f7);
  }
  .page-top-button:hover .icon {
    bottom: -4px;
  }
  .page-top-button:hover .line {
    stroke-dashoffset: 0;
  }
  .page-top-button:hover .path {
    translate: -24.451px -16.334px;
  }
  .pagenav a:hover::before {
    opacity: 0.9;
  }
  .pagenav a:hover .box {
    scale: 1.05;
  }
  .wpcf7 input[type=submit]:hover {
    background-image: linear-gradient(54deg, #cee2f7, #cee2f7 60%, #e9f0e1);
  }
  #search__content button[type=submit]:hover {
    background-image: linear-gradient(54deg, #cee2f7, #cee2f7 60%, #e9f0e1) !important;
    opacity: 1;
  }
  .home .story-item a:hover::before {
    opacity: 0.9;
  }
  .home .story-item a:hover .story-item-text::before {
    scale: 1.8 1;
  }
  .home .restaurant-item-link:hover::after {
    opacity: 0.5;
  }
  .home .restaurant-item-link:hover + .restaurant-item-bg .img {
    scale: 1.05;
  }
  .home .post-list a:hover {
    text-decoration: underline;
  }
  .restaurant_bar .intro a:hover::before {
    opacity: 0.9;
  }
  .restaurant_bar .intro a:hover img {
    scale: 1.05;
  }
  .access_map .ride-details a:hover {
    text-decoration: underline;
  }
  .aside a:hover {
    text-decoration: underline;
  }
  .nav-links a:hover {
    color: #000;
  }
  .nav-links a:hover::before {
    opacity: 1;
  }
}
