@charset "UTF-8";
*, *::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;
}

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

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

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: clip;
  overflow-y: scroll;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

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

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

.no-transition {
  transition: none;
}

: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 17px 20px 10px;
}
.link-with-arrow-down .icon {
  position: absolute;
  width: 42px;
  height: 54px;
  top: 10px;
  right: 10px;
}
.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;
}

.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: 2;
  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);
}

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

.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 5px;
  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 {
  margin-top: 5px;
  font-size: var(--font-size-20);
}

.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 {
  margin-top: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pagenav-wrap .img img {
  transition: scale 0.3s;
}

.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: 32px 10px;
}

.section-nav li {
  flex: 1 1 170px;
  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 {
  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-slide-wrap {
  width: calc(100% + 10px);
  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;
}

.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-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-detail {
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
}

.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(../images/common/icon-scale.svg) 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;
}

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

.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: endlessScrollingSm 100s linear infinite normal both;
}

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

.endless-slider picture {
  width: 30.77vw;
}

.endless-slider picture: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;
}

.floating-link {
  position: fixed;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.floating-link :where(button, a) {
  padding: 15px;
  border-radius: 100em;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.floating-link a:nth-of-type(1) {
  background-color: #8DA14C;
}

.floating-link a:nth-of-type(2) {
  background-color: #B3C680;
}

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

.article-container {
  display: grid;
  grid-template-columns: 1fr 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 {
  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: 2px;
  margin-bottom: 12px;
}
.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: grid;
  grid-template-columns: 1fr 7.125rem calc(7.125rem + 50px) 1fr;
  gap: 40px 0;
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  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 100%;
}

.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;
  max-width: 24.375rem;
  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;
  bottom: 0;
  left: 0;
  width: 48.53%;
  background-image: linear-gradient(to bottom, #dae8ee, #d3e5f2 51%, #cee2f7);
}
.facilities .policy-detail :where(dt, dd) {
  padding: 20px 10px;
  border-bottom: 1px solid #707070;
}
.facilities .policy-detail-wrap {
  position: relative;
  display: flex;
}
.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(186deg, #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;
}

:where(.policy, .yakkan, .faq, .terms) .default-page .inner {
  max-width: 800px;
}

:where(.policy, .yakkan, .terms) .default-page h2 {
  text-align: center;
}

:where(.policy, .yakkan, .faq) .default-page section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.yakkan .default-page dl {
  display: grid;
  border: 1px solid currentColor;
  border-bottom: none;
}

.yakkan .default-page :where(dt, dd) {
  padding: 0.5em;
}

.yakkan .default-page dt {
  display: grid;
  place-content: center;
}

.yakkan .default-page dd {
  padding: 0;
}

.yakkan .default-page dl dt {
  border-bottom: 1px solid currentColor;
}

.yakkan .default-page dl dl {
  grid-template-columns: 6em 1fr;
  border: none;
}

.yakkan .default-page dl dl dt {
  border-right: 1px solid currentColor;
}

.yakkan .default-page dl dl dd {
  padding: 0.5em;
  border-bottom: 1px solid currentColor;
}

.yakkan .default-page .sp-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.yakkan .default-page table {
  border-collapse: collapse;
  border: solid 1px currentColor;
  width: 100%;
}

.yakkan .default-page th {
  padding-right: 0.25em;
  padding-left: 0.25em;
  background-color: #ccc;
  border: solid 1px currentColor;
  font-weight: normal;
  font-size: var(--font-size-14);
}

.yakkan .default-page td {
  padding-right: 0.25em;
  padding-left: 0.25em;
  border: solid 1px currentColor;
  font-size: var(--font-size-14);
  text-align: center;
}

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

.single .entry {
  background-image: linear-gradient(186deg, #e9f0e1, #cee2f7);
  line-height: 2;
}
.single .entry-inner {
  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);
}
.single .entry-wrap h1 {
  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;
}
.single .entry-body * + * {
  margin-top: 1em;
}
.single .entry-body p {
  line-height: 2;
}
.single .entry-body p + p {
  margin-top: 0.5em;
}
.single .entry-body a {
  text-decoration: underline;
}
.single .entry-body img {
  width: 100%;
}
.single .entry-header {
  display: flex;
  gap: 20px;
}
.single .entry-category {
  padding: 2px 12px;
  background-color: #f9c24b;
  font-size: var(--font-size-12);
}
.single .entry-footer {
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}

:where(.contact, .marine_contact) .default-page a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

.wpcf7 {
  margin-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  padding: 40px 3.84vw;
  background-color: #fff;
}

.wpcf7 em {
  color: #f00;
}

.wpcf7 dl {
  display: grid;
  gap: 0.5em;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wpcf7 > * {
  max-width: 574px;
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 label em {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0 8px;
  background-color: #f00;
  color: #fff;
  font-size: var(--font-size-14);
}

.wpcf7 :where(input, textarea, select) {
  padding: 4px 8px;
  border: 1px solid currentColor;
}

.wpcf7 :where(input, textarea) {
  display: block;
  width: 100%;
}

.wpcf7 select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wpcf7 textarea {
  height: calc(5lh + 8px);
  resize: vertical;
}

.wpcf7 input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 1em;
  height: 1em;
  padding: 0;
}

.wpcf7 dd label .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 0;
}

.wpcf7 input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 48px;
  border: 1px solid currentColor;
}
.wpcf7 input[type=submit]:focus-visible {
  background-image: linear-gradient(54deg, #cee2f7, #cee2f7 60%, #e9f0e1);
}

.top-reservation {
  position: relative;
}

#search__content {
  position: relative;
  display: grid;
  gap: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
  padding: 45px min(40px, 5.12vw) 40px;
  background-color: #fff;
}

#search__content .link-wrap {
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  font-size: var(--font-size-14);
}

#search__content .link-wrap a {
  padding: 8px 12px;
}

#search__content .link-wrap a:focus-visible {
  font-weight: bold;
}
@media (any-hover: hover) {
  #search__content  .link-wrap a:hover {
    font-weight: bold;
  }
}

#search__content h2 {
  flex: 0 0 auto;
  display: grid;
  gap: 5px;
}

#search__content h2 .en {
  font-family: "Prata", serif;
  font-size: clamp(0.75rem, 0.555rem + 0.8vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.22em;
}

#search__content h2 .ja {
  font-family: "Zen Old Mincho", serif;
  font-size: var(--font-size-24);
  font-weight: 500;
}

#search__content > div {
  flex: 1 1 100%;
}

#search__content form {
  display: grid;
  gap: 32px 0;
  align-items: center;
  width: 100% !important;
  padding: 0;
  box-shadow: none;
  color: #000;
}

#search__content form > section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#search__content form > section > div:first-of-type {
  flex: 0 0 100%;
}

#search__content form > section > div:nth-of-type(n+2) {
  flex: 1 0 auto;
  width: auto;
}

#search__content input,
#search__content select {
  border-radius: 0;
  border: 1px solid currentColor !important;
}

#search__content form > section + div {
  text-align: center;
}

#search__content button[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  padding: 20px 48px;
  border-radius: 0;
  border: 1px solid currentColor;
  background-color: #fff !important;
}
#search__content button[type=submit]:focus-visible {
  background-image: linear-gradient(54deg, #cee2f7, #cee2f7 60%, #e9f0e1) !important;
  opacity: 1;
}

:where(.contact_thanks, .error404) .default-page .inner {
  max-width: 38rem;
}

:where(.contact_thanks, .error404) .default-page .link-button {
  margin-top: 40px;
}

.modal-cotntainer {
  position: fixed;
  z-index: 100;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease-out;
}

.modal-cotntainer[inert] {
  opacity: 0;
}

.modal-wrap {
  position: absolute;
  inset: 60px 0;
  width: 93.3vw;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
  overflow-y: auto;
}

.modal-content h2 {
  margin-bottom: clamp(30px, 30px + 20 * (100vw - 390px) / 250, 50px);
}

.modal-content h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.modal-content p {
  line-height: 2;
}

.modal-content h3 + p {
  margin-top: 10px;
}

.modal-content p + h3 {
  margin-top: 30px;
}

.modal-content .agree {
  display: grid;
  justify-items: center;
  gap: 30px;
  margin-top: clamp(30px, 30px + 30 * (100vw - 390px) / 250, 60px);
  text-align: center;
}

.modal-content .agree label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.modal-content input[type=checkbox] {
  flex: 0 0 0.813em;
  aspect-ratio: 1;
  border-radius: 2px;
  border: 1px solid #767676;
}

.modal-content input[type=checkbox]:checked {
  background: transparent url(../images/common/img-checked.svg) center/100% auto no-repeat;
  border-color: #0169b4;
}

.modal-content a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 32px;
  background-color: #0169b4;
  color: #fff;
}

.modal-content a[data-agree=false] {
  cursor: not-allowed;
  background-color: #bdbdbd;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  aspect-ratio: 1;
}

.modal-close svg {
  pointer-events: none;
}

/* header */
.header {
  position: fixed;
  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 {
  position: fixed;
  top: 0;
  right: 0;
  display: grid;
  place-content: center;
  height: calc(2.7rem + 17px);
  aspect-ratio: 1/1;
}

.header-menu-button[aria-expanded=true] {
  color: #000;
}

.header-menu-button[aria-expanded=false] .button-text-close,
.header-menu-button[aria-expanded=true] .button-text-open {
  display: none;
}

.header-menu-button-line {
  position: relative;
  width: 22px;
  height: 1px;
  background-color: currentColor;
}

.header-menu-button-line::before,
.header-menu-button-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.header-menu-button-line::before {
  top: -8px;
}

.header-menu-button-line::after {
  top: 8px;
}

.header-menu-button[aria-expanded=true] .header-menu-button-line {
  background-color: transparent;
}

.header-menu-button[aria-expanded=true] .header-menu-button-line::before {
  top: 0;
  rotate: 45deg;
}

.header-menu-button[aria-expanded=true] .header-menu-button-line::after {
  top: 0;
  rotate: -45deg;
}

.header-menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

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

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

.header-menu-title {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 12px;
  font-size: var(--font-size-12);
  letter-spacing: 0.022em;
  text-transform: uppercase;
}

.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: 32px;
  list-style: none;
}

.header-menu-list li {
  flex: 1 0 100%;
  text-align: center;
}

.footer {
  container: footer/inline-size;
  position: relative;
  color: #fff;
  font-size: var(--font-size-14);
}

.footer-bg {
  position: absolute;
  inset: 0;
}

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

.footer-logo {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  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: center;
  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: center;
  max-width: 100%;
}

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

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

.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;
  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 {
  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 {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.home .hero-bg picture {
  transition-timing-function: ease-out;
}
.home .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.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);
}
.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(100%, 350px);
  margin-top: 40px;
  overflow: visible;
}
.home .story-item {
  flex: 0 0 auto;
  display: grid;
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.home .story-item-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 28px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  color: #000;
}
.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;
  margin-top: -60px;
}
.home .story-item-caption {
  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 .guestroom {
  container: guestroom/inline-size;
  position: relative;
  background-image: linear-gradient(164deg, #cee2f7 39%, #cee2f7 64%, #eaf0e2 96%);
}
.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-figure {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: clamp(8px, 8px + 12 * (100vw - 390px) / 570, 20px);
}
.home .guestroom-text-wrap,
.home .restaurant-text-wrap {
  margin-top: 32px;
  padding-bottom: 80px;
  text-align: center;
}
.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(170deg, #cee2f7 26%, #cee2f7 57%, #eaf0e2 98%);
}
.home .restaurant-heading-wrap {
  margin-left: auto;
}
.home .restaurant-inner {
  container: restaurantInner/inline-size;
}
.home .restaurant-list {
  display: grid;
  gap: clamp(14px, 14px + 6 * (100vw - 390px) / 570, 20px);
  max-width: 840px;
  margin-top: 32px;
  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 + picture 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;
}
.home .restaurant-item-bg img {
  transition: scale 0.3s;
}
.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;
  align-items: stretch;
  flex-direction: row-reverse;
}
.home .activity .section-heading-leadtext {
  max-height: 26rem;
  margin-top: 8.5rem;
}
.home .activity-text-wrap.sp {
  display: block;
}
.home .activity-text-wrap {
  display: none;
  margin-top: 32px;
  padding-right: 36px;
  padding-left: 36px;
  color: #fff;
  text-align: center;
}
.home .activity-text {
  line-height: 2;
  text-align: left;
}
.home .activity-slider-container {
  margin-top: 32px;
}
.home .activity-list-wrap {
  padding-right: 3vw;
  padding-left: 3vw;
}
.home .activity-scrollbar-wrap {
  width: calc(100% - 6vw);
  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 .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: column;
  align-items: center;
  gap: 86px 8.3%;
  padding-right: 5.13vw;
  padding-left: 5.13vw;
}
.home .access-pict {
  max-width: 557px;
  margin-right: auto;
  margin-left: auto;
}
.home .access-pict img {
  width: min(100%, 86.15vw);
}
.home .access-leadtext,
.home .frontdesk-leadtext {
  margin-top: clamp(12px, 22px + -10 * (100vw - 390px) / 570, 22px);
}
.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-pict {
  flex: 0 0 46.12%;
  align-self: stretch;
  width: 100%;
}
.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(../images/front-page/plan-bg-sm.svg), linear-gradient(175deg, #fff8e0 -18%, #cee2f7 48%, #e9efe0 99%);
  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;
  gap: 20px;
  background-color: #fff;
  font-size: 0.875rem;
}
.home .plan-item picture {
  grid-row: 1/2;
}
.home .plan-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home .plan-item h3 {
  margin-top: 12px;
  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;
}
.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;
}
.home .insta {
  position: relative;
  padding-top: 95.4vw;
  padding-bottom: 10.3vw;
  overflow: hidden;
}
.home .instagram-bg img {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}
.home .insta-inner {
  max-width: 1134px;
  text-align: center;
}
.home .insta-heading {
  display: grid;
  justify-items: center;
  gap: 9px;
}
.home .insta-heading .small {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.25rem, 0.86rem + 1.6vw, 1.5rem);
  font-weight: 500;
}
.home .insta-heading .large {
  font-family: "Prata", serif;
  font-size: clamp(2.5rem, 1.525rem + 4vw, 3.125rem);
  font-weight: 400;
}
.home .insta-text {
  margin-top: clamp(24px, 24px + 4 * (100vw - 390px) / 250, 28px);
  font-size: clamp(1rem, 0.61rem + 1.6vw, 1.25rem);
}
.home .insta-link {
  min-width: 300px;
  margin-top: clamp(32px, 32px + 8 * (100vw - 390px) / 250, 40px);
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 100em;
  border: 2px solid currentColor;
  background-color: #fff;
  font-family: "Prata", serif;
  font-size: clamp(1.25rem, 0.86rem + 1.6vw, 1.5rem);
  font-weight: 400;
}
.home .post-container {
  padding: clamp(60px, 60px + 20 * (100vw - 390px) / 250, 80px) clamp(15px, 15px + 5 * (100vw - 390px) / 570, 20px);
  background-image: linear-gradient(195deg, #cee2f7 100%, #cee2f7 56%, #eaf0e2);
}
.home .post-wrap {
  max-width: 1135px;
  margin-right: auto;
  margin-left: auto;
}
.home .post-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.home .post-box {
  max-width: 535px;
  padding: 40px clamp(20px, 20px + 20 * (100vw - 390px) / 570, 40px) clamp(40px, 60px + -20 * (100vw - 390px) / 570, 60px);
  background-color: #fff;
}
.home .news {
  float: left;
}
.home .blog {
  float: right;
  margin-top: 40px;
}
.home .post-list {
  margin-top: clamp(32px, 32px + 8 * (100vw - 390px) / 570, 40px);
}
.home .post-list li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
}
.home .post-list time {
  font-size: 0.875rem;
}
.home .post-list a {
  margin-top: 8px;
  color: #7D9135;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 1lh;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home .post-list a:focus-visible {
  text-decoration: underline;
}
.home .post-link-wrap {
  margin-top: 40px;
  text-align: center;
}
.home .banner {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 20px;
  padding-top: clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  padding-bottom: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
}
.home .banner a {
  flex: 0 0 300px;
}

.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) {
  margin-top: clamp(32px, 40px + -8 * (100vw - 390px) / 570, 40px);
}
.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;
}
.guest_room .ocean {
  position: relative;
  padding-top: 0;
  color: #fff;
}
.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-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;
  max-width: 24.375rem;
  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;
  bottom: 0;
  left: 0;
  width: 48.53%;
  background-image: linear-gradient(to bottom, #dae8ee, #d3e5f2 51%, #cee2f7);
}
.guest_room .policy-detail :where(dt, dd) {
  padding: 20px 10px;
  border-bottom: 1px solid #707070;
}
.guest_room .policy-detail-wrap {
  position: relative;
  display: flex;
}
.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 .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);
}
.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: relative;
  z-index: 0;
  margin-top: -70px;
  width: 100%;
  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 {
  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: 24px;
  line-height: 2;
}
.longstay .reason-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
  text-align: center;
}
.longstay .reason-link .icon {
  position: static;
  width: auto;
  height: auto;
  font-size: var(--font-size-20);
}
.longstay .ideas {
  position: relative;
}
.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 .room {
  background-image: linear-gradient(187deg, #e9f0e1, #cee2f7);
}
.longstay .room .room-name {
  margin-right: -10px;
}
.longstay .room-container {
  margin-top: 60px;
}
.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(2, 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-row: span 6;
  gap: 10px;
  padding: 15px;
  background-color: #fff;
  font-size: var(--font-size-14);
}
.longstay .info-shop h3 {
  font-size: 1rem;
}
.longstay .info-shop .tag {
  padding: 2px 4px;
  background-color: #c7dcf2;
  font-size: var(--font-size-10);
}
.longstay .info-shop picture {
  grid-row: 1/2;
  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);
}

.activities-nav-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.activities-nav a {
  flex: 0 0 calc(50% - 5px);
}
.marine_sports section {
  position: relative;
}
.marine_sports .privatebeach {
  z-index: 1;
  padding-bottom: clamp(147px, 147px + 73 * (100vw - 390px) / 570, 220px);
  color: #fff;
}
.marine_sports .privatebeach-text {
  margin-top: 24px;
  margin-bottom: clamp(36px, 36px + 31 * (100vw - 390px) / 570, 67px);
}
.marine_sports .beginners, .marine_sports .advanced, .marine_sports .privateisland {
  background-image: linear-gradient(190deg, #e9f0e1 59%, #cee2f7);
}
.marine_sports .beginners {
  padding-top: clamp(155px, 155px + 81 * (100vw - 390px) / 570, 236px);
}
.marine_sports .advanced {
  padding-top: clamp(100px, 100px + 20 * (100vw - 390px) / 570, 120px);
}
.marine_sports .beginners-bg {
  bottom: auto;
  height: clamp(845px, 845px + 3 * (100vw - 390px) / 570, 848px);
}
.marine_sports .advanced-bg {
  bottom: auto;
  height: clamp(775px, 775px + 41 * (100vw - 390px) / 570, 816px);
}
.marine_sports .privateisland-bg {
  bottom: auto;
  height: clamp(524px, 524px + 39 * (100vw - 390px) / 570, 563px);
}
.marine_sports .beginners-inner,
.marine_sports .privateisland-inner {
  max-width: 600px;
  margin-left: auto;
}
.marine_sports .advanced-inner {
  max-width: 600px;
}
.marine_sports .beginners-text,
.marine_sports .advanced-text,
.marine_sports .privatebeach-text,
.marine_sports .privateisland-text {
  margin-top: clamp(32px, 32px + 23 * (100vw - 390px) / 570, 55px);
  line-height: 2;
}
.marine_sports .privateisland-text {
  margin-bottom: 40px;
}
.marine_sports .sports-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: clamp(20px, 20px + 12 * (100vw - 390px) / 570, 32px);
  margin-top: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.marine_sports .sports-wrap {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 12px;
  padding: clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px) clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px) clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
  background-color: #fff;
}
.marine_sports .sports-wrap picture {
  grid-row: 1/2;
}
.marine_sports .sports-wrap h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.5rem, 0.72rem + 3.2vw, 2rem);
  font-weight: 500;
}
.marine_sports .sports-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.marine_sports .sports-taglist li {
  flex: 0 0 auto;
  padding: 2px 12px;
  background-color: #c7dcf2;
  font-size: var(--font-size-12);
}
.marine_sports .sports-taglist .highlighted {
  background-color: #f9c24b;
}
.marine_sports .sports-featurelist {
  display: grid;
  gap: 20px;
  margin-top: 8px;
}
.marine_sports .sports-featurelist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--font-size-14);
}
.marine_sports .sports-featurelist li i {
  flex: 0 0 auto;
  margin-top: 0.25lh;
}
.marine_sports .privateisland-inner {
  color: #fff;
}
.marine_sports .privateisland-tab-wrap {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.marine_sports .privateisland-tab-container {
  margin-top: 40px;
  padding: clamp(20px, 20px + 15 * (100vw - 390px) / 570, 35px) clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px) clamp(40px, 40px + 20 * (100vw - 390px) / 570, 60px);
}
.marine_sports .tab-panel {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px 40px;
  padding-top: clamp(20px, 20px + 30 * (100vw - 390px) / 570, 50px);
  background-color: #fff;
}
.marine_sports .privateisland .endless-slider-container {
  position: static;
}
.marine_sports .privateisland-detail-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.marine_sports .privateisland-detail-text .sports-taglist {
  margin-bottom: 0;
}
.marine_sports .privateisland-detail-text .sports-featurelist {
  margin-top: 0;
}
.marine_sports .pool {
  padding-top: 60px;
}
.marine_sports .pool-inner {
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.marine_sports .pool-container {
  margin-top: clamp(46px, 60px + -14 * (100vw - 390px) / 570, 60px);
  padding-right: 0;
  padding-left: 0;
  font-size: var(--font-size-14);
  line-height: 2;
}
.marine_sports .pool-container + .pool-container {
  padding-top: 0;
}
.marine_sports .pool-text {
  margin-top: -12px;
  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;
}
.marine_sports .pool .room-info {
  margin-bottom: 20px;
}
.marine_sports .pool-container .room-detail p + p {
  margin-top: 20px;
}
.marine_sports .fieldsports {
  background-image: linear-gradient(187deg, #e9f0e1, #cee2f7 2%, #cee2f7);
}
.marine_sports .fieldsports-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 10px + 22 * (100vw - 390px) / 570, 32px);
  max-width: 1114px;
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
  margin-right: auto;
  margin-left: auto;
}
.marine_sports .fieldsports-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;
}
.marine_sports .fieldsports-wrap picture {
  order: -1;
}
.marine_sports .fieldsports-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;
}
.marine_sports .fieldsports-wrap p {
  margin-bottom: clamp(12px, 12px + 12 * (100vw - 390px) / 250, 24px);
  font-size: clamp(0.875rem, 0.68rem + 0.8vw, 1rem);
}
.marine_sports .fieldsports-wrap dl {
  font-size: var(--font-size-14);
  line-height: 2;
}
.marine_sports .fieldsports-wrap dt {
  font-weight: 700;
}
.marine_sports .crafts-container {
  padding-right: 0;
  padding-left: 0;
}
.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: clamp(138px, 138px + 202 * (100vw - 390px) / 570, 340px);
  padding: clamp(4px, 4px + 6 * (100vw - 390px) / 250, 10px);
  background-color: #fff;
}
.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 h3 {
  float: right;
  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 p {
  clear: both;
  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 .charm {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(182deg, #e9f0e1, #cee2f7);
}
.seven .charm-section {
  position: relative;
  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: 100%;
}
.seven .charm-section .story-item-text::before {
  flex-basis: 150px;
}
.seven .charm-figure {
  position: relative;
  z-index: 0;
  margin-top: -70px;
}
.seven .charm-text,
.seven .charm-detail,
.seven .charm-link {
  position: relative;
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
}
.seven .charm-text {
  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: 24px;
  line-height: 2;
}
.seven .charm-link {
  display: block;
  margin-top: 24px;
  text-align: center;
}
.seven .charm-img-wrap {
  display: inline-block;
  padding: clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px);
  background-color: #fff;
}
.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;
}

.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: -110px;
  padding-top: clamp(0px, 0px + 100 * (100vw - 390px) / 570, 100px);
  padding-bottom: 0;
}
.restaurant_bar .intro-inner {
  padding-right: 5vw;
  padding-left: 5vw;
}
.restaurant_bar .intro-inner::after {
  content: "";
  display: block;
  clear: both;
}
.restaurant_bar .section-heading-wrap {
  float: left;
}
.restaurant_bar .section-heading-leadtext {
  margin-right: 17px;
  font-size: clamp(1rem, 0.22rem + 3.2vw, 1.5rem);
}
.restaurant_bar .intro a {
  float: right;
  position: relative;
  display: grid;
  place-content: center;
  width: 43.58vw;
  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(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 {
  margin-top: 5px;
  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 .text {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.restaurant_bar .information {
  background-image: linear-gradient(182deg, #e9f0e1, #cee2f7);
}
.restaurant_bar .information-text {
  margin-top: clamp(-12px, -12px + 44 * (100vw - 390px) / 570, 32px);
  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 .room-info {
  max-width: 290px;
  margin-bottom: 0;
}
.restaurant_bar .article-container {
  margin-top: clamp(40px, 40px + 12 * (100vw - 390px) / 570, 52px);
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.restaurant_bar .article-wrap {
  padding-bottom: clamp(32px, 32px + 8 * (100vw - 390px) / 570, 40px);
}
.restaurant_bar .article-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restaurant_bar .corallo {
  position: relative;
  z-index: 1;
  margin-top: clamp(-315px, -315px + 70 * (100vw - 390px) / 570, -245px);
}
.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;
}

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

.facilities .floor {
  background-image: linear-gradient(186deg, #e9f0e1, #cee2f7);
}
.facilities .floor-inner {
  max-width: 1000px;
  padding-right: 5.12vw;
  padding-left: 5.12vw;
}
.facilities .floor-pict {
  display: block;
  margin-top: clamp(32px, 32px + 28 * (100vw - 390px) / 570, 60px);
  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: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background: transparent url(../images/common/icon-scale.svg) center/100% auto no-repeat;
}
.facilities .floor-detail-wrap {
  display: grid;
  grid-template-columns: calc(5.25rem + 16px) 1fr;
  margin-top: clamp(10px, 10px + 10 * (100vw - 390px) / 570, 20px);
}
.facilities .floor-detail {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: start;
  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: 16px;
  font-family: "Prata", serif;
  font-weight: 400;
}
.facilities .floor-detail h3 .number {
  flex: 0 0 1em;
  font-size: clamp(2.5rem, 0.794rem + 7vw, 5rem);
  text-align: center;
}
.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: 16px;
  font-family: "Noto Sans JP", serif;
  font-size: var(--font-size-14);
  text-align: center;
  white-space: nowrap;
}
.facilities .floor-list-wrap {
  display: grid;
  gap: 32px;
}
.facilities .bf .floor-list-wrap {
  grid-column: 2/4;
  grid-row: 1/4;
}
.facilities .floor-list {
  font-size: clamp(0.875rem, 0.68rem + 0.8vw, 1rem);
}
.facilities .floor-iconlist {
  display: flex;
  justify-content: flex-end;
}
.facilities .guide {
  background-image: linear-gradient(182deg, #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: none;
}
.facilities .guide-wrap a {
  display: flex;
  align-items: center;
  padding: 7px 3.13rem 7px 10px;
  border: none;
  border-bottom: 1px solid currentColor;
}
.facilities .guide-wrap .text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 3lh;
  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: 1fr;
  gap: clamp(20px, 20px + 12 * (100vw - 390px) / 570, 32px);
}
.facilities .article-wrap {
  font-size: 1rem;
}

.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;
}
.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);
  margin-top: clamp(12px, 12px + 48 * (100vw - 390px) / 570, 60px);
  font-size: var(--font-size-14);
}
.access_map .infomation-list {
  display: grid;
  gap: 12px;
}
.access_map .infomation-list dt {
  padding-top: 8px;
  font-weight: 700;
}
.access_map .infomation-list dd {
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.access_map .directions {
  background-image: linear-gradient(182deg, #e9f0e1, #cee2f7);
}
.access_map .directions-pict {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.access_map .floor-inner {
  max-width: 1298px;
  text-align: center;
}
.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%;
  margin-bottom: 40px;
}
.access_map .route-list {
  display: grid;
  gap: 40px 22px;
}
.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: -moz-fit-content;
  height: fit-content;
}
.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 {
  text-align: center;
}
.access_map .ride-details {
  display: grid;
  gap: 20px 40px;
}
.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 {
  font-size: var(--font-size-14);
}
.access_map .ride-details .info dt {
  font-weight: 700;
}
.access_map .ride-details .info dd {
  padding-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.access_map .ride-details .info dd + dt {
  padding-top: 20px;
}
.access_map .ride-details a {
  color: #7d9135;
}
.access_map .ride-details a:focus-visible {
  text-decoration: underline;
}

.archive .archive-container {
  background-image: linear-gradient(186deg, #e9f0e1, #cee2f7);
}
.archive .archive-inner {
  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);
}
.archive .archive-inner section {
  padding-top: 0;
}
.archive .article-container {
  max-width: 100%;
  padding-top: 0;
}
.archive .article-wrap {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.archive .article-wrap .entry-title {
  margin-top: clamp(10px, 10px + 7 * (100vw - 390px) / 250, 17px);
  margin-bottom: clamp(10px, 10px + 14 * (100vw - 390px) / 250, 24px);
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(1.125rem, 0.54rem + 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.45;
}
.archive .entry-date {
  display: grid;
  justify-items: end;
  margin-bottom: 0;
  font-size: var(--font-size-14);
}
.archive .entry-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.archive .entry-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.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(185deg, #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 only screen and (max-width: 600px) {
  .voice .fg-default.fg-m-col2.fg-gutter-10 .fg-item {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@container footer (width > 42rem){
  .footer-inner {
    justify-content: space-between;
    text-align: left;
  }
  .footer-logo {
    margin-left: 0;
  }
  .footer-sns {
    justify-content: flex-start;
  }
  .footer-menu {
    justify-items: end;
  }
}
@container footerInner (width > 47rem){
  .footer-menu-list {
    grid-template-rows: repeat(6, auto);
  }
}
@container footerInner (width > 56rem){
  .footer-menu-list {
    grid-template-rows: repeat(4, auto);
  }
}
@container footerInner (width < 28rem){
  .footer-copyright small {
    display: inline-block;
  }
}
@container guestroomInner (width > 60rem){
  .home .guestroom-figure {
    float: left;
    width: calc(100% - 20rem - 40px);
    margin-top: -237px;
  }
  .home .guestroom-text-wrap {
    float: right;
    padding-bottom: 118px;
  }
}
@container restaurantInner (width > 60rem){
  .home .restaurant-list {
    float: right;
    width: calc(100% - 20rem - 40px);
    margin-top: -234px;
    margin-bottom: 134px;
  }
  .home .restaurant-text-wrap {
    float: left;
  }
}
@container policy (width >= 56rem){
  .guest_room .policy-detail,
  .facilities .policy-detail{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    max-width: 60rem;
  }
  .guest_room .policy-detail::before,
  .facilities .policy-detail::before{
    right: 0;
    bottom: auto;
    width: 100%;
    height: calc(1lh + 40px);
    background-image: linear-gradient(263deg, #e5eee4, #cfe3f7 50%, #cfe3f7);
  }
  .guest_room .policy-detail-wrap,
  .facilities .policy-detail-wrap {
    flex: 1 1 auto;
    display: grid;
  }

}
@media (width > 640px){
  .link-with-arrow-down .icon {
    top: auto;
    right: 15px;
    bottom: 0;
  }
  .section-heading-with-double-line .text-en.sm-multi br {
    display: none;
  }
  .pagenav a .en br {
    display: none;
  }
  .section-nav {
    gap: 40px;
  }
  .room-slide-wrap {
    width: 100%;
  }
  .endless-slider {
    gap: 40px;
  }
  .endless-slider-wrap {
    animation-name: endlessScrollingLg;
    animation-duration: 150s;
  }
  .endless-slider:nth-of-type(2) {
    padding-left: 40px;
  }
  .endless-slider picture {
    width: 240px;
  }
  .tab-button br {
    display: none;
  }
  .floating-link {
    bottom: 246px;
    right: 10px;
    left: auto;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    gap: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .floating-link :where(button, a) {
    display: grid;
    place-content: center;
    padding: 22px 20px;
    writing-mode: vertical-lr;
  }
  .floating-link a:nth-of-type(1) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .floating-link a:nth-of-type(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accommodation-link br {
    display: none;
  }
  .article-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .article-wrap dl {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }
  .article-wrap .access {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .room-information-detail dd {
    flex-basis: calc(100% - 11.25rem - 20px);
  }
  .yakkan .default-page dl {
    grid-template-columns: auto 1fr;
  }
  .yakkan .default-page dl dl dt {
    border-left: 1px solid currentColor;
  }
  .wpcf7 dl {
    grid-template-columns: 10em 1fr;
    gap: 1em;
  }
  #search__content {
    width: calc(100% - 200px);
  }
  .home .story-list-wrap {
    width: min(89.74vw, 966px);
  }
  .home .story-item {
    padding-right: 0;
    padding-left: 0;
  }
  .guestroom-nav-wrap:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .guestroom-nav-wrap:nth-of-type(2) a {
    flex: 1 0 285px;
  }
  .guest_room .concept-inner .inline-block {
    display: inline-block;
  }
  .longstay .section-heading-with-double-line .hide-lg {
    display: none;
  }
  .longstay .reason .story-item-text {
    max-width: 324px;
  }
  .longstay .reason-slide-wrap {
    position: absolute;
    top: clamp(60px, 60px + 20 * (100vw - 390px) / 570, 80px);
    right: 0;
    width: calc(100% - 360px);
    margin-top: 0;
  }
  .longstay .reason-text {
    width: 100%;
  }
  .longstay .reason-detail {
    margin-top: 55px;
    margin-left: 0;
  }
  .longstay .reason-link {
    margin-left: 0;
  }
  .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 .room {
    background-image: linear-gradient(209deg, #e9f0e1, #cee2f7);
  }
  .longstay .info-shop h3 {
    grid-column: 2/3;
  }
  .longstay .info-shop .tag {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .longstay .info-shop picture {
    grid-row: 1/4;
  }
  .longstay .info-shop :where(.address, .access, .map) {
    grid-column: span 2;
    width: 100%;
  }
  .longstay .info-shop .access {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .marine_sports .beginners, .marine_sports .advanced, .marine_sports .privateisland {
    background-image: linear-gradient(225deg, #e9f0e1 24%, #cee2f7);
  }
  .marine_sports .pool-text {
    margin-top: 32px;
  }
  .marine_sports .fieldsports-container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .marine_sports .fieldsports-wrap dl {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
  }
  .seven .concept .section-leadtext .inline-block {
    display: none;
  }
  .seven .charm-section .story-item-text {
    max-width: 324px;
  }
  .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 {
    width: 100%;
  }
  .seven .charm-detail {
    margin-top: 55px;
    margin-left: 0;
  }
  .seven .charm-link {
    margin-left: 0;
  }
  .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;
  }
  .restaurant_bar .intro {
    margin-top: 0;
  }
  .restaurant_bar .intro a .en br {
    display: none;
  }
  .restaurant_bar .intro a .text br {
    display: none;
  }
  .restaurant_bar .article-wrap dl {
    gap: 20px 0;
  }
  .facilities .guide-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 32px;
  }
  .facilities .article-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .facilities .article-wrap dl {
    grid-template-columns: 100px 1fr;
  }
  .access_map .infomation-list {
    grid-template-columns: 27.4% 1fr;
    gap: 0;
  }
  .access_map .infomation-list dt {
    border-bottom: 1px solid #c7c7c7;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .access_map .infomation-list dd {
    padding-top: 20px;
  }
  .access_map .directions {
    background-image: linear-gradient(193deg, #e9f0e1, #cee2f7);
  }
  .access_map .route-list {
    grid-template-columns: 1fr 1fr;
  }
  .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 .ride-details .info {
    display: grid;
    grid-template-columns: 180px 1fr;
  }
  .access_map .ride-details .info dt {
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
  }
  .access_map .ride-details .info dd {
    padding-top: 0;
  }
  .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;
  }
  .archive .archive-inner {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 24px 40px;
  }
}
@media (width >= 640px){
  .home .plan {
    background-image: url(../images/front-page/plan-bg.svg), linear-gradient(151deg, #fff8e0 -15%, #cee2f7 39%, #e9efe0 81%);
  }
  .modal-wrap {
    top: 10.4vh;
    bottom: 10.4vh;
    width: min(1060px, 77.6vw);
    padding-right: 4.392%;
    padding-left: 4.392%;
  }
  .home .plan-item * {
    grid-column: 2/3;
  }
  .home .plan-item picture {
    grid-column: 1/2;
    grid-row: 1/span 3;
  }
  .home .plan-item h3 {
    margin-top: 32px;
    margin-right: 29px;
  }
  .longstay .info-shop {
    grid-template-columns: auto 1fr;
  }
  .voice .voice-container {
    background-image: linear-gradient(197deg, #e9f0e1, #cee2f7);
  }
}
@media (width > 700px){
  .link-with-arrow-down {
    padding-right: 50px;
  }
  .link-with-arrow-down .icon {
    right: 0;
  }
  .section-nav li {
    flex: 0 0 auto;
  }
}
@media (width > 760px){
  .room-information-basic {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (width > 960px){
  .section-heading-with-double-line .text-en {
    line-height: 1.5;
  }
  .pagenav a {
    padding-bottom: 20px;
  }
  .pagenav a .icon {
    position: absolute;
    bottom: 20px;
    right: 25px;
    margin-top: 0;
  }
  .pagenav a .en.wide {
    letter-spacing: 0.05em;
  }
  .room-container {
    display: grid;
    grid-template-columns: 320px calc(100% - 360px);
    gap: 24px 40px;
  }
  .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-facility {
    grid-row: span 4;
  }
  .room-container:nth-of-type(even) .room-facility {
    grid-column: 1/2;
    grid-row: 1/span 4;
  }
  .room-detail {
    grid-row: span 2;
  }
  .room-container:nth-of-type(even) .room-detail {
    grid-column: 2/3;
  }
  .default-page {
    background-image: linear-gradient(194deg, #e9f0e1, #cee2f7);
  }
  .single .entry {
    background-image: linear-gradient(194deg, #e9f0e1, #cee2f7);
  }
  .single .entry-inner {
    display: grid;
    grid-template-columns: calc(100% - 360px) 320px;
    gap: 24px 40px;
  }
  .home .guestroom {
    background-image: linear-gradient(129deg, #cee2f7 19%, #cee2f7 41%, #eaf0e2 69%);
  }
  .home .restaurant {
    background-image: linear-gradient(32deg, #eaf0e2 17%, #cee2f7 51%, #cee2f7 77%);
  }
  .home .activity .section-heading-leadtext {
    max-height: 31rem;
    margin-top: 7.5rem;
  }
  .home .insta {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .home .instagram-bg {
    top: 40px;
    bottom: 40px;
    max-width: 1134px;
    height: 484px;
    margin: auto;
  }
  .home .insta-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home .insta-inner > * {
    grid-column: 2/3;
  }
  .home .post-container {
    background-image: linear-gradient(231deg, #cee2f7, #cee2f7 56%, #eaf0e2);
  }
  .home .post-box {
    width: 47.13%;
  }
  .home .blog {
    margin-top: 268px;
  }
  .longstay .info-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .activities-nav-wrap {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(6, 1fr);
  }
  .activities-nav a:nth-of-type(1) {
    grid-column: 2/4;
  }
  .activities-nav a:nth-of-type(2) {
    grid-column: 4/6;
  }
  .activities-nav a:nth-of-type(3) {
    grid-column: 1/3;
  }
  .activities-nav a:nth-of-type(4) {
    grid-column: 3/5;
  }
  .activities-nav a:nth-of-type(5) {
    grid-column: 5/7;
  }
  .marine_sports .tab-panel {
    flex-direction: row-reverse;
  }
  .marine_sports .privateisland-detail-pict {
    flex: 1 1 auto;
  }
  .marine_sports .privateisland-detail-text {
    flex: 0 0 448px;
  }
  .marine_sports .privateisland-detail-text .sports-taglist {
    margin-top: 20px;
  }
  .marine_sports .pool-container + .pool-container {
    margin-top: 44px;
  }
  .marine_sports .pool-container:nth-of-type(even) .pool-text {
    text-align: left;
  }
  .marine_sports .fieldsports {
    background-image: linear-gradient(205deg, #e9f0e1, #cee2f7 15%, #cee2f7);
  }
  .seven .story-figure figcaption br {
    display: none;
  }
  .seven .story h3 {
    width: calc(100% - 400px);
  }
  .seven .story h3 br:not([class]) {
    display: none;
  }
  .seven .story p {
    clear: none;
    float: right;
    width: calc(100% - 400px);
  }
  .seven .charm {
    background-image: linear-gradient(188deg, #e9f0e1, #cee2f7);
  }
  .restaurant_bar .intro-inner {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr repeat(2, min(430px, 31.47vw));
  }
  .restaurant_bar .intro-inner::after {
    content: none;
  }
  .restaurant_bar .section-heading-wrap {
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    grid-row: 1/span 2;
  }
  .restaurant_bar .intro a {
    float: none !important;
    align-content: start;
    width: auto;
    max-width: 430px;
  }
  .restaurant_bar .intro a:nth-of-type(2) {
    margin-top: 0;
  }
  .restaurant_bar .intro a .icon {
    position: absolute;
    bottom: 15px;
    right: 25px;
    margin-top: 0;
  }
  .restaurant_bar .intro a .en.wide {
    letter-spacing: 0.05em;
  }
  .restaurant_bar .information {
    padding-bottom: 52px;
    background-image: linear-gradient(187deg, #e9f0e1, #cee2f7);
  }
  .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;
  }
  .facilities .floor {
    background-image: linear-gradient(194deg, #e9f0e1, #cee2f7);
  }
  .facilities .floor-img::after {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }
  .facilities .floor-detail-wrap {
    grid-template-columns: calc(6rem + 4% + 40px) auto auto auto 1fr;
  }
  .facilities .floor-detail {
    align-items: center;
    grid-column: span 5;
    padding-left: 4%;
  }
  .facilities .floor-detail h3 {
    margin-right: 40px;
  }
  .facilities .floor-detail h3 .number {
    flex-basis: 0.925em;
  }
  .facilities .bf h3 .number {
    line-height: 1;
  }
  .facilities .floor-detail .note {
    margin-right: 40px;
  }
  .facilities .floor-list-wrap {
    grid-template-columns: subgrid;
    grid-column: span 3;
    gap: 12px;
    align-items: center;
  }
  .facilities .bf .floor-list-wrap {
    grid-column: 2/5;
  }
  .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;
  }
  .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-wrap {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .facilities .guide-wrap a {
    height: calc(2lh + 14px);
    padding-right: 2.5rem;
    line-height: 2;
  }
  .facilities .guide-wrap .text {
    max-height: 2lh;
    -webkit-line-clamp: 2;
  }
  .facilities .article-container {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .access_map .concept-lead {
    text-align: center;
  }
  .access_map .infomation {
    grid-template-columns: 35.83% 1fr;
    align-items: start;
  }
  .access_map .infomation-pict {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .access_map .infomation-list {
    grid-column: 2/3;
  }
  .access_map .ride-details {
    grid-template-columns: 26.875rem 1fr;
    align-items: start;
  }
  .access_map .ride-details p {
    grid-column: 1/2;
  }
  .access_map .ride-details .info {
    grid-column: 2/3;
    grid-row: 1/span 2;
  }
  .archive .archive-container {
    background-image: linear-gradient(194deg, #e9f0e1, #cee2f7);
  }
  .archive .archive-inner section {
    padding-bottom: 0;
  }
  .archive .article-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 960px){
  #search__content form > section {
    flex-wrap: nowrap;
  }
  #search__content form > section > div:first-of-type {
    flex: 1 0 auto;
  }
}
@media (width > 1024px){
  .restaurant_bar .information-text br {
    display: none;
  }
  .access_map .route-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width >= 1024px){
  .modal-content .hide-lg {
    display: none;
  }
  .home .access-inner {
    flex-direction: row-reverse;
  }
  .home .access-text-wrap {
    flex: 0 0 30.5rem;
  }
  .home .frontdesk-inner {
    display: flex;
    align-items: flex-start;
  }
}
@media (width > 1060px){
  .home .restaurant-heading-wrap {
    margin-left: 0;
  }
}
@media (width > 1280px){
  .guestroom-nav-wrap:nth-of-type(2) {
    max-width: 100%;
  }
  .seven .story h3 br {
    display: none;
  }
}
@media (width > 80rem){
  .home .activity-inner {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    float: right;
  }
  .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;
  }
  .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%;
  }
}
@media (width >= 1280px){
  #search__content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    translate: 0 -50%;
    display: flex;
    align-items: center;
    width: 1120px;
    padding-bottom: 45px;
  }
  #search__content .link-wrap {
    right: min(40px, 5.12vw);
    left: min(40px, 5.12vw);
    bottom: 13px;
    justify-content: flex-end;
  }
  #search__content form {
    grid-template-columns: 1fr 160px;
    gap: 0 54px;
  }
  .seven .charm-section {
    min-height: 700px;
  }
}
@media (width >= 80rem){
  .header-menu-button {
    display: none;
  }
  .header-menu {
    font-size: var(--font-size-12);
  }
  .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-list {
    gap: 10px;
  }
  .header-menu-list li {
    flex-basis: auto;
  }
  .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 (width >= 80rem) and (any-hover: hover){
  .header-menu-list a:hover {
    color: #000;
  }
  .header-menu-list a:hover::before {
    opacity: 1;
  }
}
@media (width < 1280px){
  #search__content input,
  #search__content select {
    width: 100%;
  }
}
@media (width < 80rem){
  .header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s ease-in, translate 0.3s ease-in-out;
    width: min(20rem, 82vw);
    max-width: 100vw;
    padding: min(100px, 31.25%) min(69px, 21.56%);
    background-image: linear-gradient(169deg, #cee2f7 -8%, #cee2f7 38%, #eaf0e2 97%);
    color: #000;
    overflow-y: auto;
  }
}
@media (width <= 80rem){
  .home .activity-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width < 60rem){
  .section-heading-container {
    padding-right: 0;
    padding-left: 0;
  }
  .home .restaurant-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (width <= 960px){
  .room-container > * + * {
    margin-top: 24px;
  }
  .seven .charm-figure figcaption {
    max-width: 12.5em;
    margin-left: auto;
  }
  .seven .charm-section.section-07 figcaption {
    max-width: 13em;
  }
  .restaurant_bar .section-heading-wrap {
    padding: 57px 44px;
  }
  .restaurant_bar .section-heading-leadtext {
    height: 25rem;
    margin-top: 1.875rem;
    margin-right: 10px;
  }
  .restaurant_bar .section-leadtext .hide-sm {
    display: none;
  }
}
@media (width <= 760px){
  .room-information-basic li:nth-of-type(odd) {
    grid-column: 2/3;
  }
  .room-information-basic li:nth-of-type(even) {
    grid-column: 3/4;
    margin-left: 50px;
  }
}
@media (width < 640px){
  .home .frontdesk-leadtext br {
    display: none;
  }
  .home .plan-item :where(h3, p) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .guestroom-nav a {
    min-height: calc(40px + 2lh);
  }
  .guestroom-nav-wrap:nth-of-type(2) a:nth-of-type(2) {
    padding-right: 37px;
    padding-left: 37px;
  }
  .guestroom-nav-wrap:nth-of-type(2) a:nth-of-type(3) {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (width <= 640px){
  .section-heading-with-double-line .text-en.short::before, .section-heading-with-double-line .text-en.short::after {
    width: 25px;
  }
  .section-heading-with-double-line .text-en.sm-multi {
    align-items: center;
  }
  .section-heading-with-double-line .text-en.sm-multi::before, .section-heading-with-double-line .text-en.sm-multi::after {
    margin-top: 0;
  }
  .pagenav a .en.wide {
    position: relative;
    display: block;
  }
  .pagenav a .en.wide::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-nav a.wide {
    padding-left: 0;
  }
  .room-facility-content {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .article-wrap dd + dt {
    margin-top: 20px;
  }
  .wpcf7 dd {
    margin-bottom: 1em;
  }
  .longstay .section-heading-with-double-line .text-en {
    align-items: center;
  }
  .longstay .section-heading-with-double-line .text-en::before, .longstay .section-heading-with-double-line .text-en::after {
    margin-top: 0;
  }
  .longstay .reason section + section {
    padding-top: 0;
  }
  .longstay .reason-text {
    margin-top: 24px;
  }
  .longstay .reason-text br {
    display: none;
  }
  .longstay .info-shop h3 {
    grid-row: 3/4;
  }
  .longstay .info-shop .tag {
    grid-row: 2/3;
  }
  .marine_sports .fieldsports-wrap dd + dt {
    margin-top: 20px;
  }
  .seven .concept .section-leadtext .inline-block {
    width: 1em;
  }
  .seven .concept .section-leadtext br {
    display: none;
  }
  .seven .commit h2 {
    width: 9.156em;
  }
  .seven .commit h2 br {
    display: none;
  }
  .seven .charm-text {
    margin-top: 24px;
  }
  .restaurant_bar .intro a .en.wide {
    position: relative;
    display: block;
  }
  .restaurant_bar .intro a .en.wide::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .restaurant_bar .room-facility-content {
    max-width: 100%;
  }
  .access_map .ride section {
    padding-bottom: 0;
  }
  .archive .article-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 460px){
  .lum-lightbox-inner img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (any-hover: hover){
  .link-button:hover {
    color: #000;
  }
  .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 img {
    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 + picture 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;
  }
}
