@charset "UTF-8";
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
/*----------------------------------------------------------

Reset

----------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
large,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

全体

----------------------------------------------------------*/
:root {
  --header-block-size: calc(68px + 10px);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-block-size);
  font-family: "Shippori Mincho", serif;
  color: #272727;
}

body * {
  box-sizing: border-box;
}

summary {
  list-style: none;
}

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

button {
  background: none;
  padding: 0;
  font-family: inherit;
}
button a {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

main {
  width: 100%;
}

.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.header {
  background-color: #fff;
  border-radius: 10px;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  z-index: 10;
  padding: 16px;
}
@media screen and (min-width: 1440px) {
  .header {
    width: calc(100% - 170px);
    border-radius: 20px;
    top: 20px;
    padding: 20px 24px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header__headline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__logo {
  width: 20px;
}
@media only screen and (min-width: 769px) {
  .header__logo {
    width: 24px;
  }
}

.header__headline-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0em;
}

.header__items {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 1100px) {
  .header__item.is-pc-min {
    display: none;
  }
}

.header__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 20px;
}
.header__link.--btn {
  font-weight: 500;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #86bbbe;
  border-radius: 9999px;
  padding: 8px 20px;
}
@media only screen and (min-width: 769px) {
  .header__link.--btn {
    display: block;
    width: 190px;
    padding: 10px 20px;
  }
}

.header-drawer-button {
  display: block;
  width: 27px;
  height: 20px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .header-drawer-button {
    display: none;
  }
}
.header-drawer-button.--close .header-drawer-button__line:nth-child(1) {
  top: 50%;
  rotate: 35deg;
}
.header-drawer-button.--close .header-drawer-button__line:nth-child(2) {
  top: 50%;
  rotate: -35deg;
}

.header-drawer-button__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #272727;
  border-radius: 9999px;
  position: absolute;
}
.header-drawer-button__line:nth-child(1) {
  top: 0;
}
.header-drawer-button__line:nth-child(2) {
  top: 50%;
}
.header-drawer-button__line:nth-child(3) {
  bottom: 0;
}

.header-drawer {
  width: 100%;
  height: 100svh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  translate: 100% 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: auto;
}
.header-drawer.js-open {
  translate: 0 0;
}

.header-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 20px;
  padding-top: 20px;
}

.header-drawer__body {
  height: 100%;
  padding-top: 60px;
  overflow-y: auto;
  padding: 40px 20px;
}

.header-drawer__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-drawer__item {
  border-top: 1px solid #272727;
}
.header-drawer__item:last-child {
  border-bottom: 1px solid #272727;
}

.header-drawer__link {
  display: block;
  padding: 16px;
}

.header-drawer__btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
  background-color: #86bbbe;
  border-radius: 9999px;
  padding: 8px 20px;
  margin-inline: auto;
  display: block;
  max-width: 240px;
  text-align: center;
  margin-top: 20px;
}

.footer {
  border-top: 1px solid #c1c1c1;
  padding-top: 100px;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding-top: 20px;
  }
}

.footer__inner {
  max-width: 1000px;
  padding-inline: 20px;
  margin-inline: auto;
}

.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 769px) {
  .footer__sns {
    justify-content: flex-start;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #272727;
    max-width: 500px;
  }
}
.footer__sns.is-sp {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .footer__sns.is-sp {
    display: none;
  }
}
.footer__sns.is-pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .footer__sns.is-pc {
    display: flex;
  }
}

.footer__sns-item svg {
  display: block;
}

.footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
}
@media only screen and (min-width: 769px) {
  .footer__logo {
    gap: 26px;
  }
}

.footer__logo-image {
  width: 27px;
}
@media only screen and (min-width: 769px) {
  .footer__logo-image {
    width: 50px;
  }
}

.footer__logo-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px) {
  .footer__logo-text {
    font-size: 26px;
    line-height: 1.4;
  }
}

.footer__address {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #272727;
}
@media only screen and (min-width: 769px) {
  .footer__address {
    font-size: 18px;
    border-top: none;
    padding-top: 0;
  }
}

.footer__license {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 20px;
}

.footer__sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.footer__sub-link {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-decoration: underline;
}

.footer__wave {
  margin-top: 12px;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(241, 247, 251, 0.8);
  z-index: 99;
  translate: 100% 0;
  transition: translate 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow-y: scroll;
  width: -moz-fit-content;
  width: fit-content;
  padding: calc(var(--header-block-size) + 1.25rem) 2.5rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media only screen and (max-width: 768px) {
  .hamburger {
    width: 100%;
    padding: calc(var(--header-block-size) + 1.25rem) 1.25rem;
  }
}

.hamburger.js-open {
  translate: 0;
}

.hamburger__nav-items {
  display: flex;
  flex-direction: column;
  width: 15.625rem;
  margin-inline: auto;
}

.hamburger .sub-menu {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
.hamburger .hamburger__nav-items a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
}
.hamburger .hamburger__nav-items a::after {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.5rem;
  background: url("../img/header_arrow.svg") no-repeat center center/contain;
  rotate: -90deg;
}
@media (min-width: 48.0625rem) {
  .hamburger .hamburger__nav-items a {
    font-size: 1rem;
  }
}

.hamburger__cta {
  margin: 1.25rem auto 0;
  width: min(100%, 14.0625rem);
}

.c-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.c-headline-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #73b0b3;
  position: relative;
}
.c-headline-label::before {
  content: "";
  display: block;
  width: 88px;
  height: 15px;
  background: url("../img/headline_wave.webp") no-repeat center center/cover;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
}
.c-headline-label.--white {
  color: #fff;
}
.c-headline-label.--white::before {
  background: url("../img/headline_wave--white.webp") no-repeat center center/cover;
}

.c-headline-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px) {
  .c-headline-title {
    font-size: 44px;
  }
}
.c-headline-title.--white {
  color: #fff;
}

.c-form label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.c-form label + label {
  margin-top: 20px;
}

.c-form input,
.c-form select,
.c-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #B7B7B7;
  margin-top: 6px;
}

.c-form .btn-primary {
  display: block;
  width: min(100%, 324px);
  padding: 12px;
  border: 0;
  background: #73B0B3;
  color: #fff;
  border-radius: 8px;
  margin-top: 30px;
  margin-inline: auto;
}

.c-form .required {
  color: #e00;
  margin-left: 4px;
}

span.wpcf7-spinner {
  display: none;
}

.inner {
  max-width: 600px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .inner {
    max-width: 1440px;
  }
}

body {
  font-family: "Shippori Mincho", serif;
  color: #272727;
}

.mv {
  height: 100svh;
  width: 100%;
}

.mv__video {
  width: 100%;
  height: 100%;
}
.mv__video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  padding-block: 20px;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity {
    padding-block: 60px;
  }
}

.scroll-infinity__wrap {
  display: flex;
  gap: 14px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity__wrap {
    gap: 40px;
  }
}

.scroll-infinity__list {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity__list {
    gap: 40px;
  }
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}

.scroll-infinity__item {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity__item {
    gap: 40px;
  }
}
.scroll-infinity__item .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  color: #d8d8d8;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity__item .text {
    font-size: 96px;
  }
}
.scroll-infinity__item .icon {
  display: block;
  width: 13px;
}
@media only screen and (min-width: 769px) {
  .scroll-infinity__item .icon {
    width: 43px;
  }
}
.scroll-infinity__item .icon img {
  aspect-ratio: 13/22;
}

.about {
  padding-top: 26px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .about {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 769px) {
  .about__inner {
    padding-inline: 0;
    max-width: 100%;
  }
}

.about__group {
  padding: 0px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .about__group {
    padding: 60px 100px;
    background-color: rgba(0, 0, 0, 0.3137254902);
    position: absolute;
    top: 32px;
    left: 0;
  }
}

.about__headline {
  font-weight: 500;
  font-style: Bold;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 769px) {
  .about__headline {
    font-size: 44px;
    color: #fff;
  }
}

.about__text {
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .about__text {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
  }
}

.about__image {
  margin-top: 20px;
  margin-inline: -32px;
}
@media only screen and (min-width: 769px) {
  .about__image {
    margin-top: 0px;
    margin-inline: 0;
  }
}

@media only screen and (min-width: 769px) {
  .feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .feature__inner {
    max-width: 100%;
    padding-inline: 66px;
  }
}

.feature__headline {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .feature__headline {
    font-size: 44px;
  }
}
.feature__headline .--green {
  font-size: 40px;
  font-weight: 700;
  color: #73b0b3;
}
@media only screen and (min-width: 769px) {
  .feature__headline .--green {
    font-size: 64px;
  }
}

.feature__items {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .feature__items {
    gap: 220px;
    margin-top: 80px;
  }
}

.feature__item {
  padding-left: 16px;
  border-left: 1px solid #272727;
}
@media only screen and (min-width: 769px) {
  .feature__item {
    padding-left: 0px;
    border-left: none;
    display: flex;
    position: relative;
  }
}

@media only screen and (min-width: 769px) {
  .feature__wrap {
    width: 50%;
    margin-top: 3.4722222222vw;
  }
}

@media only screen and (min-width: 769px) {
  .feature__head {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    padding-top: 19.8611111111vw;
  }
  .feature__head::before {
    content: "";
    display: block;
    width: 1px;
    height: 19.8611111111vw;
    background-color: #272727;
    position: absolute;
    top: -10px;
    left: 10px;
  }
}

.feature__head-label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px) {
  .feature__head-label {
    writing-mode: vertical-rl;
  }
}

.feature__head-number {
  display: block;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0em;
  width: -moz-fit-content;
  width: fit-content;
  font-style: italic;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .feature__head-number {
    line-height: 1;
  }
}
.feature__head-number::before {
  content: "";
  width: 70px;
  aspect-ratio: 505/65;
  background: url("../img/line.png") no-repeat center center/cover;
  position: absolute;
  bottom: -3px;
  left: 50%;
  translate: -50% 0;
}
@media only screen and (min-width: 769px) {
  .feature__head-number::before {
    bottom: -12px;
  }
}

.feature__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .feature__title {
    font-size: 40px;
    margin-top: 4.8611111111vw;
  }
}

.feature__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  margin-top: 12px;
  margin-right: -12px;
}
@media only screen and (min-width: 769px) {
  .feature__text {
    font-size: 18px;
    line-height: 2;
    margin-top: 2.0833333333vw;
  }
}
.feature__text strong {
  font-weight: 700;
}

.feature__image {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .feature__image {
    width: 83.3333333333vw;
    position: absolute;
    right: -66px;
    margin-top: 0;
  }
}

.facilities {
  padding-top: 80px;
}

.facilities__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 16px;
}

.facilities__body::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 390/92;
  background: url("../img/faci-wave-top.webp") no-repeat center center/cover;
}
.facilities__body::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 390/92;
  background: url("../img/faci-wave-bottom.webp") no-repeat center center/cover;
}

.facilities__container {
  background: linear-gradient(180deg, #a2d9e7 35.5%, #86bbbe 62.24%);
  padding: 20px 10px 40px;
}
@media only screen and (min-width: 769px) {
  .facilities__container {
    padding: 40px 64px 40px;
  }
}

.block {
  max-width: 600px;
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .block {
    max-width: 1315px;
  }
}
.block__tabs {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 769px) {
  .block__tabs {
    display: none;
  }
}
.block__tab-input {
  display: none;
}
.block__tab-input:checked + .block__tab-label {
  background-color: #fff;
  color: #272727;
}
.block__tab-label {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  color: #ffffff;
  text-align: center;
  background-color: #79aaad;
  border-radius: 10px 10px 0 0;
  transition: 0.3s ease;
  padding: 4px 4px 10px;
  cursor: pointer;
}
.block__list {
  list-style-type: none;
  padding: 0;
}
.block__item {
  display: none;
}
.block__routes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  list-style-type: none;
}
.block__route {
  width: calc((100% - 72px) / 4);
  position: relative;
}
.block__image {
  width: 100%;
}
.block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 242/136;
}
.block__body {
  margin-top: 16px;
}
.block__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
.block:has(#tab-0:checked) #content-0, .block:has(#tab-1:checked) #content-1, .block:has(#tab-2:checked) #content-2, .block:has(#tab-3:checked) #content-3 {
  display: block;
}

.tab-content {
  display: none;
  background-color: #fff;
  padding: 50px 16px;
  margin-top: -6px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .tab-content {
    display: block;
    padding: 76px 60px;
  }
  .tab-content + .tab-content {
    margin-top: 60px;
  }
}

#content-0 {
  border-radius: 0 10px 10px 10px;
}

#content-1 {
  border-radius: 10px 0px 10px 10px;
}

.facilities__logo {
  width: min(100%, 117px);
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .facilities__logo {
    width: min(100%, 300px);
  }
}

.facilities__slider {
  position: relative;
}

.facilities__swiper {
  margin-top: 40px;
}

.facilities__swiper-image {
  border-radius: 10px;
}
.facilities__swiper-image img {
  height: 100%;
  aspect-ratio: 325/216;
  -o-object-fit: cover;
     object-fit: cover;
}

.facilities-swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  translate: -120% -50%;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .facilities-swiper-prev {
    translate: -200% -50%;
  }
}

.facilities-swiper-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  translate: 120% -50%;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .facilities-swiper-next {
    translate: 200% -50%;
  }
}

.facilities__swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: -20px !important;
  translate: 0 100%;
}
.facilities__swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.facilities__swiper-pagination .swiper-pagination-bullet-active {
  background: #86bbbe;
}

.facilities__floa {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .facilities__floa {
    flex-direction: row;
    gap: 40px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .facilities__floa {
    padding-inline: 40px;
  }
}

.facilities__floa-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-left: 20px;
}
@media only screen and (min-width: 769px) {
  .facilities__floa-label {
    font-size: 32px;
  }
}

.facilities__floa-image {
  margin-top: 16px;
}

.facilities__column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 52px;
}
@media only screen and (min-width: 769px) {
  .facilities__column {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .facilities__column {
    min-height: 400px;
    padding-inline: 40px;
  }
}

.facilities__info-headline {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__info-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid #272727;
  border-bottom: 1px solid hsl(0, 0%, 15%);
  margin-top: 10px;
}

.facilities__info-wrap {
  padding-block: 10px;
  position: relative;
}
.facilities__info-wrap + .facilities__info-wrap::before {
  content: "";
  display: block;
  width: 100%; /* 幅 */
  height: 1px; /* 高さ0px＋ボーダー1px相当 */
  margin-inline: auto; /* 中央配置 */
  background-image: repeating-linear-gradient(to right, #73b0b3 0 4px, transparent 4px 7px); /* 4px線 + 3px間隔 */
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.facilities__info-item {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__info-detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 4px;
}

.facilities__info-check {
  display: flex;
  gap: 20px;
}

.facilities__info-check-item {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__info-check-detail {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__info-sublist {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.facilities__info-sublist.--gap4 {
  gap: 4px;
}

.facilities__info-subitem {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__info-column-item {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__info-column-detail {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.facilities__info-column-sublist {
  width: 50%;
}

.facilities__info-column-subitem {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
}
.facilities__info-column-subitem .--note {
  font-size: 12px;
}

.facilities__note-headline {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__note-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #272727;
  border-bottom: 1px solid hsl(0, 0%, 15%);
  padding-block: 10px;
  margin-top: 10px;
}

.facilities__note-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.facilities__note-subitem {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
}
.facilities__note-subitem .--red {
  color: #ff0000;
}

.price {
  padding-top: 40px;
  padding-bottom: 40px;
}

.price__wrap {
  margin-top: 40px;
}
.price__wrap + .price__wrap {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .price__wrap {
    width: min(100%, 1200px);
    background-color: rgba(90, 180, 210, 0.0823529412);
    border-radius: 20px;
    margin-inline: auto;
    padding: 40px min(8.3333333333vw, 120px) 60px;
  }
}

.price__headline-image {
  width: min(100%, 114px);
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .price__headline-image {
    width: 150px;
  }
}

.price__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .price__text {
    font-size: 18px;
    margin-top: 50px;
  }
}

.pricing-container {
  margin: 0 auto;
  margin-top: 20px;
}

.pricing-container__body {
  background: white;
}
@media only screen and (min-width: 769px) {
  .pricing-container__body {
    padding: 20px;
    border-radius: 20px;
  }
}

.table-wrapper {
  position: relative;
}

.scroll-hint-icon {
  background: rgba(49, 98, 101, 0.5019607843);
}

.pricing-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.table-caption {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px;
  background: #f8f9fa;
  text-align: center;
  color: #333;
}

.header-row {
  position: relative;
}

.header-row td {
  position: relative;
  padding: 60px 10px 20px;
  text-align: center;
  vertical-align: bottom;
}

.people-header {
  background: #f9f9f9;
  padding: 20px;
  min-width: 100px;
  position: sticky;
  left: 0;
  z-index: 1;
}

.people-icon {
  display: block;
  width: 39px;
  height: 18px;
  margin: 0 auto;
}

.period-header {
  padding: 12px;
}
.period-header .title {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  width: 220px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin-inline: auto;
}
.period-header .title::after {
  content: "";
  width: 26px;
  aspect-ratio: 26/23;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
}
.period-header .title.--darkblue {
  background-color: #3e7c92;
}
.period-header .title.--darkblue::after {
  background: url("../img/price-icon_darkblue.webp") no-repeat center center/cover;
}
.period-header .title.--blue {
  background-color: #669fb3;
}
.period-header .title.--blue::after {
  background: url("../img/price-icon_blue.webp") no-repeat center center/cover;
}
.period-header .title.--skyblue {
  background-color: #5ab4d2;
}
.period-header .title.--skyblue::after {
  background: url("../img/price-icon_skyblue.webp") no-repeat center center/cover;
}
.period-header .title.--darkgreen {
  background-color: #3f6260;
}
.period-header .title.--darkgreen::after {
  background: url("../img/price-icon_darkgreen.webp") no-repeat center center/cover;
}
.period-header .title.--green {
  background-color: #5c9793;
}
.period-header .title.--green::after {
  background: url("../img/price-icon_green.webp") no-repeat center center/cover;
}
.period-header .title.--skygreen {
  background-color: #73b0b3;
}
.period-header .title.--skygreen::after {
  background: url("../img/price-icon_skygreen.webp") no-repeat center center/cover;
}

.people-cell {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  background: #e3ecee;
  padding: 20px;
  border-bottom: 1px solid #fff;
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 100px;
}

.price-cell {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  align-content: center;
  border-bottom: 1px solid #c1c1c1;
}

.price__plus {
  display: block;
  width: 34px;
  margin: 20px auto;
}

.price__clean {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #5ab4d2;
  border-radius: 10px;
  padding: 20px 24px;
  width: min(100%, 340px);
  margin-inline: auto;
}
@media only screen and (min-width: 769px) {
  .price__clean {
    width: min(100%, 470px);
  }
}
.price__clean.--green {
  background-color: #73b0b3;
}

.price__clean-label {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
}

.price__clean-price {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #fff;
}
.price__clean-price .--tax {
  font-size: 14px;
}

.price__others {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .price__others {
    max-width: 1100px;
    margin-inline: auto;
  }
}

.price__other-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-inline: 10px;
}
@media only screen and (min-width: 769px) {
  .price__other-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-inline: 0px;
  }
}

.price__other {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(138, 138, 138, 0.2509803922);
}

.price__other-headline {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background-color: #676767;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.price__other-headline.--black {
  background-color: #282828;
}

.price__other-content {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 24px;
}

.price__other-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price__other-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
}
.price__other-item .--small {
  font-size: 14px;
}

.price__other-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.price__other-policy {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .price__other-policy {
    max-width: 1100px;
    margin-inline: auto;
  }
}

.price__notes {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .price__notes {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.price__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.explore {
  padding-top: 40px;
}

.explore__wrap {
  background: url("../img/wave-top-1.webp") no-repeat center bottom/100%;
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .explore__wrap {
    background: url("../img/wave-top-1_pc.webp") no-repeat center bottom/100%;
    margin-top: 60px;
  }
}
.explore__wrap.--gourmet {
  background: url("../img/wave-top-2.webp") no-repeat center bottom/100%;
}
@media only screen and (min-width: 769px) {
  .explore__wrap.--gourmet {
    background: url("../img/wave-top-2_pc.webp") no-repeat center bottom/100%;
  }
}
.explore__wrap.--gourmet .spot-card__body {
  min-height: 120px;
}

.explore__title {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .explore__title {
    font-size: 32px;
  }
}

.explore__note {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.explore__slider {
  position: relative;
  padding-inline: 16px;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  .explore__slider {
    padding-inline: 0px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .spot-swiper {
    max-width: 1100px;
    margin-inline: auto;
  }
}

.spot-card__image img {
  height: 100%;
  aspect-ratio: 325/216;
  -o-object-fit: cover;
     object-fit: cover;
}

.spot-card__body {
  margin-top: 40px;
  min-height: 190px;
}
@media only screen and (min-width: 769px) {
  .spot-card__body {
    margin-top: 20px;
  }
}

.spot-card__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.spot-card__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.spot-card__meta-item {
  display: flex;
  gap: 14px;
  padding-left: 6px;
}

.spot-card__meta-icon {
  display: block;
  width: 13px;
}

.spot-card__meta-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.spot-swiper-pagination {
  position: absolute;
  bottom: 200px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 50% !important;
  z-index: 1;
  transform: translate(-50%, 0) !important;
}
@media only screen and (min-width: 769px) {
  .spot-swiper-pagination {
    bottom: 40px !important;
  }
}
.spot-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.spot-swiper-pagination .swiper-pagination-bullet-active {
  background: #86bbbe;
}

.spot-swiper-prev {
  position: absolute;
  top: 23%;
  left: -2%;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .spot-swiper-prev {
    left: 0%;
  }
}

.spot-swiper-next {
  position: absolute;
  top: 23%;
  right: -2%;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .spot-swiper-next {
    right: 0%;
  }
}

@media only screen and (min-width: 769px) {
  .explore-swiper {
    max-width: 1100px;
    margin-inline: auto;
  }
}

.explore-swiper-prev {
  position: absolute;
  top: 23%;
  left: -2%;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .explore-swiper-prev {
    left: 0%;
  }
}

.explore-swiper-next {
  position: absolute;
  top: 23%;
  right: -2%;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .explore-swiper-next {
    right: 0%;
  }
}

.explore-swiper-pagination {
  position: absolute;
  bottom: 130px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 50% !important;
  z-index: 1;
  transform: translate(-50%, 0) !important;
}
@media only screen and (min-width: 769px) {
  .explore-swiper-pagination {
    bottom: 20px !important;
  }
}
.explore-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.explore-swiper-pagination .swiper-pagination-bullet-active {
  background: #86bbbe;
}

.reservation {
  padding-top: 40px;
}
@media only screen and (min-width: 769px) {
  .reservation {
    padding-top: 80px;
  }
}

.reservation__beds {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.access {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .access {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .access__inner {
    max-width: 920px;
  }
}

.access__address {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .access__address {
    font-size: 18px;
    margin-top: 60px;
  }
}

.access__map {
  margin-top: 20px;
  aspect-ratio: 325/230;
  margin-bottom: 20px;
}

.access__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px) {
  .access__text {
    font-size: 16px;
  }
}

.access__movie {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 14px;
}
@media only screen and (min-width: 769px) {
  .access__movie {
    font-size: 16px;
  }
}

.access__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media only screen and (min-width: 769px) {
  .access__link {
    font-size: 14px;
  }
}

.note {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 769px) {
  .note {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 769px) {
  .note__inner {
    max-width: 920px;
  }
}

.note__text {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0em;
  margin-top: 30px;
}
.note__text .--red {
  color: #b70000;
}

.contact {
  background-color: #73b0b3;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .contact {
    padding-bottom: 80px;
  }
}

.contact__container {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 24px;
  margin-top: 40px;
  max-width: 900px;
  margin-inline: auto;
}

@media only screen and (min-width: 769px) {
  .contact__container-inner {
    max-width: 530px;
    margin-inline: auto;
  }
}

.contact__icon {
  display: block;
  width: 20px;
  margin-inline: auto;
}

.contact__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.contact__note {
  font-size: 12px;
  margin-top: 40px;
}

@media only screen and (min-width: 769px) {
  .cf7-custom-form {
    margin-top: 60px;
  }
}

.wpcf7-submit {
  transition: 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .wpcf7-submit:hover {
    opacity: 0.7;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-regal {
  padding-top: var(--header-block-size);
}

.page-regal__inner {
  max-width: 900px;
}

.page-regal__section {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 769px) {
  .page-regal__section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-regal__headline {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}
@media only screen and (min-width: 769px) {
  .page-regal__headline {
    text-align: center;
  }
}

.page-regal__text {
  font-family: "Shippori Mincho";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .page-regal__text {
    font-size: 16px;
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */