@charset "UTF-8";
/* CSS Remedy */
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

figure {
  margin: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
  max-width: 100%;
  overflow: hidden;
}

svg {
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a {
  text-decoration: none;
}

.m-0 {
  margin: 0;
}

.m-t0 {
  margin-top: 0;
}

.m-b0 {
  margin-bottom: 0;
}

.m-l0 {
  margin-left: 0;
}

.m-r0 {
  margin-right: 0;
}

.p-0 {
  padding: 0;
}

.p-t0 {
  padding-top: 0;
}

.p-b0 {
  padding-bottom: 0;
}

.p-l0 {
  padding-left: 0;
}

.p-r0 {
  padding-right: 0;
}

.m-1 {
  margin: 1rem;
}

.m-t1 {
  margin-top: 1rem;
}

.m-b1 {
  margin-bottom: 1rem;
}

.m-l1 {
  margin-left: 1rem;
}

.m-r1 {
  margin-right: 1rem;
}

.p-1 {
  padding: 1rem;
}

.p-t1 {
  padding-top: 1rem;
}

.p-b1 {
  padding-bottom: 1rem;
}

.p-l1 {
  padding-left: 1rem;
}

.p-r1 {
  padding-right: 1rem;
}

.m-2 {
  margin: 1.5rem;
}

.m-t2 {
  margin-top: 1.5rem;
}

.m-b2 {
  margin-bottom: 1.5rem;
}

.m-l2 {
  margin-left: 1.5rem;
}

.m-r2 {
  margin-right: 1.5rem;
}

.p-2 {
  padding: 1.5rem;
}

.p-t2 {
  padding-top: 1.5rem;
}

.p-b2 {
  padding-bottom: 1.5rem;
}

.p-l2 {
  padding-left: 1.5rem;
}

.p-r2 {
  padding-right: 1.5rem;
}

.m-3 {
  margin: 2rem;
}

.m-t3 {
  margin-top: 2rem;
}

.m-b3 {
  margin-bottom: 2rem;
}

.m-l3 {
  margin-left: 2rem;
}

.m-r3 {
  margin-right: 2rem;
}

.p-3 {
  padding: 2rem;
}

.p-t3 {
  padding-top: 2rem;
}

.p-b3 {
  padding-bottom: 2rem;
}

.p-l3 {
  padding-left: 2rem;
}

.p-r3 {
  padding-right: 2rem;
}

.m-4 {
  margin: 2.5rem;
}

.m-t4 {
  margin-top: 2.5rem;
}

.m-b4 {
  margin-bottom: 2.5rem;
}

.m-l4 {
  margin-left: 2.5rem;
}

.m-r4 {
  margin-right: 2.5rem;
}

.p-4 {
  padding: 2.5rem;
}

.p-t4 {
  padding-top: 2.5rem;
}

.p-b4 {
  padding-bottom: 2.5rem;
}

.p-l4 {
  padding-left: 2.5rem;
}

.p-r4 {
  padding-right: 2.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-t5 {
  margin-top: 3rem;
}

.m-b5 {
  margin-bottom: 3rem;
}

.m-l5 {
  margin-left: 3rem;
}

.m-r5 {
  margin-right: 3rem;
}

.p-5 {
  padding: 3rem;
}

.p-t5 {
  padding-top: 3rem;
}

.p-b5 {
  padding-bottom: 3rem;
}

.p-l5 {
  padding-left: 3rem;
}

.p-r5 {
  padding-right: 3rem;
}

.font-red {
  color: var(--color-red);
}

:root {
  --color-main: #333333;
  --color-key: #04AFCD;
  --color-brown: #534741;
  --color-red: #FA2D51;
  --color-blue: #a5e1e2;
  --color-orange: #E89475;
  --color-yellow: #f7f1c6;
  --color-green: #CBEFED;
  --color-pink: #f788da;
  --color-gray: #eee;
  --color-main-light: #666666;
  --color-main-dark: black;
}

body {
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  color: var(--color-main);
  font-family: Roboto, "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.4;
}

.footer {
  background: var(--color-key);
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem) 5% 60px;
  color: #fff;
}
.footer .footer__inner-logo img {
  display: block;
  margin: clamp(2rem, 1.709rem + 1.45vw, 2.8rem) auto;
}
.footer .btn-tel a {
  color: #fff;
}
.footer .btn-mail a {
  color: #fff;
}

.footer__copy {
  font-size: 0.8em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  border-top: #fff 1px solid;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 10px;
  }
  .footer__inner {
    display: block grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
    align-items: center;
  }
  .access__inner {
    display: block grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
  }
}
/*  header  */
.header {
  position: relative;
}

.header-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 100px 50px;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
.header-nav .header-nav__logo {
  background: var(--color-key);
  margin: 0;
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
}

.header-nav__list {
  width: 100%;
}
.header-nav__list .header-nav__list-btn {
  display: none;
  margin: 0;
}
.header-nav__list .header-nav__list-lang {
  display: none;
}

.header-main {
  position: relative;
  width: 100%;
  height: clamp(300px, 80vh, 710px);
  background: linear-gradient(to top, #000 0, transparent max(20%, 20vw)), url(../img/pic-header.jpg);
  background-size: cover;
  background-position: top center;
}
.header-main .header-main__inner {
  position: absolute;
  bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #FFF;
  margin: 0 clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.header-main .header-main__inner-ttl {
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  margin: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) auto;
}
.header-main .header-main__inner-txt {
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  margin: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) auto;
  line-height: 1.4;
}
.header-main .header-main__inner-txt span {
  display: block;
}

.header-nav.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  grid-template-columns: auto;
  justify-content: flex-end;
}
.header-nav.is-fixed .header-nav__logo {
  display: none;
}

/* Drawer */
.header-spnav {
  height: 50px;
}

.header-spnav__logo a {
  display: inline-flex;
}

.header-spnav__logo img {
  max-width: 60%;
  height: auto;
  margin-left: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  padding-top: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
  z-index: 990;
}

.header-drawer__nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all 200ms ease-in-out;
  z-index: 99;
  background-color: #FFF;
  overflow-y: scroll;
  border: none;
  padding: 2rem 1rem 1rem;
  z-index: 996;
}
.header-drawer__nav .header-drawer__nav-lang {
  display: flex;
  margin: 0;
}
.header-drawer__nav .header-drawer__nav-lang li {
  list-style: none;
  text-align: center;
  color: var(--color-main);
}
.header-drawer__nav .header-drawer__nav-lang li a {
  position: relative;
  display: block;
  color: var(--color-main);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  padding: 0 clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  background: #ebfcff;
  border-right: #FFF 2px solid;
}
.header-drawer__nav .header-drawer__nav-lang li.is-current {
  background: #eee;
  padding: 0 clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.header-drawer__nav .header-drawer__nav-lang li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.header-drawer__guide {
  background-color: #fff;
  padding: 2em 1em;
}

.toggle {
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: var(--color-key);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  pointer-events: none;
}

span.toggler:before {
  bottom: 9px;
}

span.toggler:after {
  top: 9px;
}

span.deleteclass {
  background-color: transparent;
}

span.deleteclass::before {
  bottom: 0;
  transform: rotate(45deg);
  z-index: 20;
}

span.deleteclass::after {
  top: 0;
  transform: rotate(-45deg);
  z-index: 20;
}

/* スクロールで可変 */
div#header.resize .headerInner {
  height: 35px;
}

div#header.resize .toggle {
  height: 35px;
}

div#header.resize .toggle .toggler,
div#header.resize .toggle .toggler:before,
div#header.resize .toggle .toggler:after {
  height: 2px;
  width: 18px;
}

div#header.resize span.toggler:before {
  bottom: 6px;
}

div#header.resize span.toggler:after {
  top: 6px;
}

div#header.resize span.deleteclass::before {
  bottom: 0;
}

div#header.resize span.deleteclass::after {
  top: 0;
}

.header-drawer__icon {
  margin: 0;
}
.header-drawer__icon img {
  width: 36px;
  height: auto;
  display: block;
  margin: 0 auto 0.5em;
}

/* Show Nav */
.show-nav .header-drawer__nav {
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .header-nav {
    grid-template-columns: 180px auto;
    padding: 0 clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
  .header-nav .header-nav__list {
    display: grid;
    grid-template-columns: 160px 240px 50px;
    gap: 1rem;
    align-items: flex-start;
    padding-top: 1rem;
  }
  .header-nav .header-nav__list .header-nav__list-lang {
    display: block;
    list-style: none;
    color: var(--color-key);
  }
  .header-nav .header-nav__list .header-nav__list-lang summary {
    list-style: none;
    display: grid;
    grid-template-columns: 30px auto 24px;
    gap: 1rem;
    align-items: center;
    padding: 16px 24px;
  }
  .header-nav .header-nav__list .header-nav__list-lang .header-nav__list-lang-arrow {
    position: relative;
    display: inline-block;
    width: 13.3px;
    height: 7.3px;
  }
  .header-nav .header-nav__list .header-nav__list-lang .header-nav__list-lang-arrow::before,
  .header-nav .header-nav__list .header-nav__list-lang .header-nav__list-lang-arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: var(--color-key);
    transform-origin: 50% calc(100% - 1px);
  }
  .header-nav .header-nav__list .header-nav__list-lang .header-nav__list-lang-arrow::before {
    transform: rotate(45deg);
  }
  .header-nav .header-nav__list .header-nav__list-lang .header-nav__list-lang-arrow::after {
    transform: rotate(-45deg);
  }
  .header-nav .header-nav__list .header-nav__list-lang summary::-webkit-details-marker {
    display: none;
  }
  .header-nav .header-nav__list .header-nav__list-lang::details-content {
    content-visibility: unset;
    display: block grid;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  .header-nav .header-nav__list .header-nav__list-lang::details-content {
    transition-duration: 300ms;
    transition-property: grid-template-rows;
  }
}
@media screen and (min-width: 768px) {
  .header-nav .header-nav__list .header-nav__list-lang:not([open])::details-content {
    grid-template-rows: 0fr;
  }
  .header-nav .header-nav__list .header-nav__list-lang[open]::details-content {
    grid-template-rows: 1fr;
  }
  .header-nav .header-nav__list .header-nav__list-lang[open] .header-nav__list-lang-arrow {
    transform: rotate(180deg);
  }
  .header-nav .header-nav__list .header-nav__list-lang-conts {
    background: var(--color-key);
    color: #fff;
  }
  .header-nav .header-nav__list .header-nav__list-lang-conts ul {
    padding: 0;
  }
  .header-nav .header-nav__list .header-nav__list-lang-conts ul li {
    list-style: none;
    text-align: center;
  }
  .header-nav .header-nav__list .header-nav__list-lang-conts ul li.is-current {
    background: #bbb;
    padding: 0.5rem 1rem;
  }
  .header-nav .header-nav__list .header-nav__list-lang-conts ul li a {
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
    color: #fff;
  }
  .header-nav .header-spnav {
    display: none;
  }
  .header-nav .btn-reserve {
    display: block;
  }
  .header-nav .btn-instagram {
    display: block;
  }
  .header-nav .btn-instagram a {
    padding-top: 8px;
  }
  .header-nav .toggle {
    display: none;
  }
  .header-nav.is-fixed {
    top: 10px;
  }
  .header-main .header-main__inner-txt {
    font-size: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem);
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
    /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  details[open]::details-content {
    height: auto;
  }
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: 150px;
    overflow-y: scroll;
  }
}
@media (any-hover: hover) {
  .header-nav .header-nav__list .header-nav__list-lang-conts ul li a:hover {
    background: #036f82;
  }
}
body {
  overflow-x: hidden;
}

.content {
  margin-bottom: 3rem;
  padding: 0 5%;
}

.content-page {
  margin: 4rem auto;
}

.box-has-bor {
  position: relative;
  border: var(--color-main) 2px solid;
  background-color: #fff;
  margin-top: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  margin-bottom: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  padding: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
}
.box-has-bor .box-has-bor__ttl {
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  margin: 0;
  padding: 0 clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fff 0%);
}

@media screen and (min-width: 768px) {
  .grid {
    display: block grid;
  }
  .box-has-bor .box-has-bor__ttl {
    background: linear-gradient(rgba(255, 255, 255, 0) 40%, #fff 0%);
  }
}
@media screen and (min-width: 1200px) {
  .inner,
  .content {
    margin: 0 auto;
    padding: 0;
  }
}
/*  btn  */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  height: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  aspect-ratio: 1;
  transition: 0.3s;
  background: rgba(4, 175, 205, 0.8);
  opacity: 0;
  border: var(--color-key) 1px solid;
  z-index: 10;
}
.pagetop img {
  width: 30px;
  height: 30px;
  transform: rotate(-90deg);
}

.pagetop:hover {
  opacity: 0.8;
}

.fixed-btm-btn {
  width: 100%;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.fixed-btm-btn .btn-reserve {
  margin: 0;
}
.fixed-btm-btn .btn-reserve a {
  display: block grid;
  grid-template-columns: 36px auto;
  gap: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  justify-content: center;
  max-width: none;
  background: var(--color-orange);
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  font-size: clamp(1.5rem, 1.375rem + 0.5vw, 1.75rem);
  line-height: 60px;
}
.fixed-btm-btn .btn-reserve a::before {
  display: inline;
  content: "";
  background: url(../img/icon-reservation.svg) no-repeat center;
  background-size: contain;
  width: 36px;
  height: auto;
}
.fixed-btm-btn .btn-reserve a::after {
  display: none;
}

.btn a {
  display: block;
  max-width: 360px;
  margin: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
}

.btn-primary a {
  display: grid;
  background-color: #04AFCD;
  transition: box-shadow 0.4s;
  grid-template-columns: auto 40px;
  gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  color: var(--color-main);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.btn-primary a::after {
  display: inline;
  content: "";
  background: url(../img/icon-arrow-wh.svg) no-repeat center;
  width: 40px;
  height: auto;
  transition: translate 0.4s;
}

.btn-outline a {
  display: grid;
  background-color: #fff;
  border: 2px solid #04AFCD;
  grid-template-columns: auto 24px;
  gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  transition: background 0.4s;
}
.btn-outline a::after {
  display: inline;
  content: "";
  background: url(../img/icon-arrow-blue.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: auto;
  transition: translate 0.4s;
}

.btn-reserve a {
  display: grid;
  background-color: #fff;
  border: 2px solid #04AFCD;
  grid-template-columns: auto 16px;
  gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  padding: 0.3rem clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  transition: background 0.4s;
  border-radius: 8px;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
  text-align: center;
  color: var(--color-key);
}
.btn-reserve a::after {
  display: inline;
  content: "";
  background: url(../img/icon-arrow-blue.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: auto;
  transition: translate 0.4s;
}

.btn-tel a {
  display: block grid;
  grid-template-columns: 30px auto;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  transition: color 0.4s;
  color: var(--color-main);
}
.btn-tel a::before {
  display: inline;
  content: "";
  background: url(../img/icon-tel.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: auto;
}

.btn-mail a {
  display: block grid;
  grid-template-columns: 30px auto;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  transition: color 0.4s;
  color: var(--color-main);
}
.btn-mail a::before {
  display: inline;
  content: "";
  background: url(../img/icon-mail.svg) no-repeat center;
  background-size: contain;
  width: 30px;
  height: auto;
}

.btn-instagram a {
  display: block;
}

@media screen and (min-width: 768px) {
  .fixed-btm-btn {
    display: none;
  }
}
@media (any-hover: hover) {
  .btn-reserve a {
    transition: background 0.4s;
  }
  .btn-reserve a::after {
    transition: translate 0.4s;
  }
  .btn-reserve a:hover {
    background: #ebfcff;
  }
  .btn-reserve a:hover::after {
    translate: 8px 0;
  }
  .btn-tel a::before {
    transition: rotate 0.4s;
  }
  .btn-tel a:hover::before {
    rotate: 20deg;
  }
  .btn-mail a::before {
    transition: rotate 0.4s;
  }
  .btn-mail a:hover::before {
    rotate: 20deg;
  }
  .btn-instagram a img {
    transform: scale 0.4s;
  }
  .btn-instagram a:hover img {
    scale: 0.9;
  }
}
ul,
ol {
  margin: 1.5rem auto;
}

ul li,
ol li {
  list-style-position: inside;
}

.list-inline {
  padding-left: 0;
}
.list-inline li {
  display: inline-block;
  margin: 0.5em;
  list-style: none;
}

.list-has-disc {
  list-style: none;
  margin: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) auto;
  padding-left: 0;
}
.list-has-disc li {
  display: block grid;
  grid-template-columns: 1rem auto;
  margin: 0.5rem auto;
}
.list-has-disc li::before {
  content: "●";
  color: var(--color-key);
}

.table {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) auto;
}
.table th {
  padding: 0.8em;
}
.table td {
  padding: 0.8em;
}

.table-details tr {
  border-bottom: var(--color-key) 2px dashed;
}
.table-details tr:last-child {
  border-bottom: none;
}
.table-details th {
  color: var(--color-key);
  width: 35%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.4;
}

.ttl-primary {
  display: grid;
  justify-content: center;
  margin: clamp(2rem, 1.709rem + 1.45vw, 2.8rem) auto;
  font-size: clamp(3rem, 2.875rem + 0.5vw, 3.25rem);
  color: var(--color-key);
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.ttl-primary::before {
  content: "";
  display: block;
  width: clamp(5rem, 4.091rem + 4.55vw, 7.5rem);
  height: clamp(1.25rem, -0.568rem + 9.09vw, 6.25rem);
  background: url(../img/ornamento-ttl-blue.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}

.ttl-has-border-btm {
  position: relative;
  margin: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) auto;
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  border-bottom: 2px solid #04AFCD;
  font-size: clamp(1.875rem, 1.75rem + 0.5vw, 2.125rem);
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--color-key);
}
.ttl-has-border-btm span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: var(--color-main);
  margin-left: 1rem;
  font-size: 0.7em;
}
.ttl-has-border-btm::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--color-key);
}

.ttl-has-icon {
  margin: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem) auto;
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
}
.ttl-has-icon .ttl-has-icon__icon {
  display: inline-block;
  max-width: 40px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.ttl-has-border-l {
  position: relative;
  display: block;
  border-left: var(--color-key) 3px solid;
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem) clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
}
.ttl-has-border-l::before {
  position: absolute;
  left: 3px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--color-key);
}

.ttl-has-border-l__orange {
  border-left: var(--color-orange) 3px solid;
}
.ttl-has-border-l__orange::before {
  background: var(--color-orange);
}

.ttl-has-border-btm__dash {
  border-bottom: var(--color-key) 2px dashed;
  padding: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem);
}

.swiper {
  width: 100%;
  height: 100%;
  margin: 2rem auto;
}

.swiper-container {
  position: relative;
  z-index: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(4, 175, 205, 0.8);
  color: #fff;
  width: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  height: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: clamp(1rem, 0.9375rem + 0.25vw, 1.125rem);
  z-index: 980;
}

.swiper-button-next {
  right: -0.5rem;
}

.swiper-button-prev {
  left: -0.5rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-key);
}

.swiper-button-next__bbq,
.swiper-button-prev__bbq {
  background: rgba(232, 148, 117, 0.8);
}

.swiper-container__grid {
  max-width: 100%;
}

.swiper-bbq .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-bbq .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: var(--color-orange);
}

/*  top  */
.stay {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url(../img/texture-wood.jpg) repeat center;
  padding: clamp(2rem, 1.709rem + 1.45vw, 2.8rem) 5%;
}

.stay__box {
  max-width: 1000px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(177, 176, 172, 0.5);
  -moz-box-shadow: 10px 10px 20px 0px rgba(177, 176, 172, 0.5);
  box-shadow: 10px 10px 20px 0px rgba(177, 176, 172, 0.5);
  margin: clamp(2.5rem, 2.245rem + 1.27vw, 3.2rem) auto;
  padding: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
}

.stay__box-list {
  border: var(--color-key) 2px dotted;
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.withpet__inner {
  position: relative;
}
.withpet__inner::after {
  position: absolute;
  right: -10px;
  bottom: -60px;
  content: "";
  width: clamp(8.75rem, 4.136rem + 23.07vw, 21.438rem);
  height: clamp(6.125rem, 3.898rem + 11.14vw, 12.25rem);
  background: url(../img/glamping.png) no-repeat center;
  background-size: contain;
}

.gallery__inner {
  display: block grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(0.5rem, 0.391rem + 0.55vw, 0.8rem);
  margin: clamp(3rem, 2.709rem + 1.45vw, 3.8rem) auto;
}

.meal {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 6rem;
  margin-bottom: 0;
  background: #DFF6FE;
  padding: 5rem 5% clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
}
.meal::before {
  position: absolute;
  top: -35px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: clamp(5rem, 2.727rem + 11.36vw, 11.25rem);
  background: url(../img/bk-meal-top.svg) no-repeat center;
  background-size: contain;
}
.meal .meal__inner {
  max-width: 1000px;
  margin: clamp(1rem, 0.818rem + 0.91vw, 1.5rem) auto;
}

.meal__box-list {
  background: #fff;
  border-radius: 10px;
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.meal__markbox {
  max-width: 1000px;
  background: #fff;
  border: var(--color-orange) 2px solid;
  margin: clamp(2.5rem, 2.245rem + 1.27vw, 3.2rem) auto;
}
.meal__markbox .meal__markbox-ttl {
  color: var(--color-orange);
}
.meal__markbox .meal__markbox-inbox-list {
  display: flex;
  flex-wrap: wrap;
}
.meal__markbox .meal__markbox-inbox-list li {
  width: 50%;
}
.meal__markbox .meal__markbox-inbox-list li::before {
  color: var(--color-orange);
}
.meal__markbox .meal__markbox-list {
  background: #EBD7CF;
  padding: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
}
.meal__markbox .meal__markbox-list li::before {
  color: #9B9595;
}

.meal__box-table {
  background: #fff;
  border-radius: 10px;
  padding: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.meal__box-table tr {
  border-bottom: var(--color-key) 1px solid;
}
.meal__box-table tr:last-child {
  border-bottom: none;
}

.facility {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 3rem;
  background: #CBEFED;
  padding: clamp(2rem, 1.709rem + 1.45vw, 2.8rem) 5%;
}
.facility::before {
  position: absolute;
  top: -35px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: clamp(5rem, 2.955rem + 10.23vw, 10.625rem);
  background: url(../img/bk-facility-top.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .gallery__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .meal__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
    margin: clamp(2.5rem, 2.245rem + 1.27vw, 3.2rem) auto;
  }
  .facility__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .facility__box-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  }
  .access__inner {
    max-width: 1000px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    margin: clamp(2.5rem, 2.245rem + 1.27vw, 3.2rem) auto;
  }
}
@media screen and (min-width: 1119px) {
  .meal__markbox-inbox {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 1.245rem + 1.27vw, 2.2rem);
  }
}