@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  overflow-x: hidden;
}

html {
  margin-top: 0 !important;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.button {
  display: block;
  padding: max(1rem, 1vw) max(2.67rem, 2.67vw);
  background-color: #fff;
  border-radius: 3.125rem;
  width: auto;
  margin: 0 auto;
}

.button:hover {
  background-color: #2E584E;
  color: #F5F5F4;
}

.section {
  position: relative;
}

.gradation {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 120vh, #344245 160vh, #344245 100%);
  opacity: 0.7;
  transition: all 1s;
  top: 0;
  right: 0;
  z-index: -1;
}

.section__background {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  transform-origin: bottom;
  z-index: -1;
  transform: scale(0.85);
  z-index: -2;
}

.facility__back {
  background-image: url(../images/madsaunist.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flow__back {
  background-image: url(../images/entrance.JPG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.access__back {
  background-image: url(../images/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section__background-scale {
  transform: scale(1);
}

.title {
  writing-mode: vertical-rl;
  padding: max(15rem, 16vw) 0;
  margin: 0 auto;
  font-size: max(1.88rem, 2.67vw);
  color: #fff;
  letter-spacing: 2rem;
}

.subtitle {
  font-size: max(2rem, 2vw);
  color: #fff;
}

.section__wrapper {
  display: flex;
  flex-direction: column;
  gap: max(2.67rem, 2.67vw);
  text-align: center;
  padding: max(8rem, 8vw) 0;
}

.section__preparation {
  text-align: end;
  color: #fff;
}

.section__title {
  font-size: max(1.6rem, 1.6vw);
  color: #fff;
}

.section__textbox {
  display: flex;
  flex-direction: column;
  gap: max(1rem, 1vw);
}

.section__text {
  color: #fff;
}

.section__h3,
.section__p {
  text-align: start;
  color: #fff;
  padding-top: max(1rem, 1vw);
}

* {
  transition: 0.8s;
  color: #1C1917;
  text-decoration: none;
  scroll-behavior: smooth;
  color: #1C1917;
}

body {
  background-color: #F5F5F4;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}

a {
  color: #1C1917;
}

a:hover {
  color: #2E584E;
}

/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
* {
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
*::-webkit-scrollbar {
  display: none;
}

.body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6235294118);
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 9999;
}

.header__inner {
  display: flex;
  top: 0;
  align-items: center;
  max-width: 1080px;
  height: 5rem;
  justify-content: space-between;
  position: fixed;
  width: 100%;
}

.header__h1 {
  font-size: max(2rem, 2vw);
}

.header__ul {
  display: flex;
}

.menu-item a {
  display: block;
  padding: 1rem;
  position: relative;
}

.menu-item a::after {
  position: absolute;
  left: 1rem;
  content: "";
  width: calc(100% - 2rem);
  height: 0.5px;
  background: #2E584E;
  bottom: 2px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.menu-item a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.header__reservation {
  border-radius: 0.5rem;
  background-color: #2E584E;
  margin: 0 1rem;
}

.header__reservation a {
  color: #F5F5F4;
  padding: 1rem 2rem;
}

.header__reservation:hover {
  background-color: transparent;
}

.header__reservation a:hover {
  color: #2E584E;
}

.hamburger-menu {
  display: none;
}

@media (max-width: 1080px) {
  .header__inner {
    display: none;
  }
  .hamburger-menu {
    display: flex;
    width: 95%;
  }
  .hamburger__logo {
    width: 80px;
    height: 80px;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: #1C1917;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #F5F5F4;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #F5F5F4;
  }
  #menu-btn-check {
    display: none;
  }
  .header__spnav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #72A7AF;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .header__spnav ul {
    padding: 70px 10px 0;
    display: block;
  }
  .header__spnav ul li {
    border-bottom: solid 1px #F5F5F4;
    list-style: none;
  }
  .header__spnav ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #F5F5F4;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .header__spnav ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #F5F5F4;
    border-right: solid 2px #F5F5F4;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  #menu-btn-check:checked ~ .header__spnav {
    left: 0;
    /*メニューを画面内へ*/
  }
}
.hero img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.hero__space {
  height: 12rem;
}

.hero__text {
  position: sticky;
  bottom: 40vh;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: max(1.88rem, 2.67vw);
}

.hero__text-maincolor {
  color: #2E584E;
}

.message {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
  gap: 2rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: 0.1rem;
  width: 90vw;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .message-span {
    display: block;
  }
}
.welcome__text {
  font-size: max(1.88rem, 2.67vw);
}

.welcome__maintext {
  font-size: max(4rem, 4vw);
  color: #2E584E;
}

.about {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  text-align: center;
  padding: max(8rem, 8vw) 0;
}

.about__maintext {
  position: relative;
  letter-spacing: 0.2rem;
  font-size: max(2rem, 2vw);
}

.about__text {
  writing-mode: vertical-rl;
  height: 24rem;
  width: auto;
  margin: auto;
  text-align: start;
  line-height: 2.5rem;
  letter-spacing: 0.5rem;
}

.about__decoration1 {
  position: absolute;
  top: 2vw;
  left: 2.5vw;
  width: 24vw;
  height: 13.8vw;
}

.about__decoration2 {
  position: absolute;
  top: 18vw;
  left: 14vw;
  width: 13.9vw;
  height: 13.8vw;
}

.about__decoration3 {
  position: absolute;
  top: 30vw;
  left: 5.5vw;
  width: 15.6vw;
  height: 18.4vw;
}

.about__decoration4 {
  position: absolute;
  top: 10vw;
  right: 2.5vw;
  width: 21.5vw;
  height: 15.7vw;
}

.about__decoration5 {
  position: absolute;
  top: 30vw;
  right: 16vw;
  width: 10.6vw;
  height: 13.9vw;
}

@media (max-width: 600px) {
  .about__decoration1,
  .about__decoration2,
  .about__decoration3,
  .about__decoration4,
  .about__decoration5 {
    display: none;
  }
}
.subnav {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.subnav__link {
  display: inline-flex;
  background-color: #fff;
  border-radius: 50%;
  margin: max(0.2rem, 0.5vw);
  align-items: center;
  justify-content: center;
  width: max(7rem, 8vw);
  height: max(7rem, 8vw);
  position: relative;
}

.subnav__link:hover {
  background-color: #2E584E;
  color: #F5F5F4;
}

.sub__link-svg {
  position: absolute;
  bottom: 1rem;
}

.subnav__link:hover .sub__link-svg {
  filter: brightness(0) invert(1) !important;
}

.contact {
  padding: max(8rem, 8vw) 0;
  display: flex;
  flex-direction: column;
  gap: max(4rem, 4vw);
}

.contact__h2 {
  text-align: center;
  font-weight: normal;
  line-height: 3.5rem;
}

.footer_wrapper {
  position: relative;
  text-align: center;
  margin: auto;
  padding: max(8rem, 8vw) 0;
  width: 100vw;
  z-index: 0;
  display: flex;
  flex-direction: column;
  background-image: url(../images/hero-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_wrapper:after {
  content: "";
  position: absolute;
  background-color: rgba(46, 88, 78, 0.862745098);
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  z-index: -2;
}

.footer_wrapper a:hover {
  opacity: 0.3;
}

.footer__logo {
  filter: brightness(0) invert(1);
}

.footer__logo img {
  width: 200px;
  margin: auto;
}

.footer__text {
  display: flex;
  flex-direction: column;
  gap: max(2rem, 2vw);
}

.footer__text p,
.footer__text a {
  color: #fff;
}

.footer__text a:hover {
  color: #72A7AF;
}

.copyright {
  padding-top: 5rem;
  color: #fff;
}

img {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

h2,
h3,
h4,
p,
small {
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.img-blur {
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.5s;
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.page__title {
  padding: max(8rem, 8vw) 0;
  background-image: url(../images/hero-pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -2;
}

.page__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5764705882);
  z-index: -1;
}

.page__title h1 {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  font-size: max(2rem, 2vw);
}

.page__content {
  max-width: 1080px;
  margin: 0 auto;
  padding: max(8rem, 8vw) 0;
}

.page__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: max(8rem, 8vw) 0;
  width: 90%;
}

.page__abouttext {
  line-height: 2.5rem;
}

.about__wrappaer {
  display: flex;
  flex-direction: column;
  row-gap: max(8rem, 8vw);
  text-align: center;
}

.about__message {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: max(2.67rem, 2.67vw);
       column-gap: max(2.67rem, 2.67vw);
  text-align: start;
}

.about__message img {
  grid-row: 1/3;
  grid-column: 1/2;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__message p {
  line-height: 2rem;
}

.about__usagescene {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: max(2.67rem, 2.67vw);
}

.about__scene {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: max(0.8rem, 0.8vw);
}

.about__scene-text {
  line-height: 2rem;
}

.facility__wrappaer {
  display: flex;
  flex-direction: column;
  row-gap: max(8rem, 8vw);
  text-align: center;
}

.facility__charge {
  display: flex;
  flex-direction: column;
  gap: max(1.6rem, 1.6vw);
}

.facility__charge h2 {
  font-size: max(2rem, 2vw);
}

.facility__plans {
  display: flex;
  gap: max(2.67rem, 2.67vw);
  justify-content: center;
}

.facility__plan {
  position: relative;
  z-index: 1;
  padding: max(2rem, 2vw);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.facility__plan:hover {
  opacity: 0.6;
}

.plan1 {
  background-image: url(../images/about__decoration2.png);
}

.plan2 {
  background-image: url(../images/about__decoration1.png);
}

.facility__plan::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(12%) translateX(-6%);
  background-color: rgba(255, 255, 255, 0.8078431373);
  width: 90%;
  height: 80%;
  z-index: -1;
  border-radius: 0.5rem;
}

.facility__plan h3 {
  font-size: max(1.6rem, 1.6vw);
}

.facility__price-p {
  font-size: max(1.6rem, 1.6vw);
}

.facility__options {
  display: flex;
  gap: max(2.67rem, 2.67vw);
  flex-direction: column;
  text-align: start;
}

.facility__options h2 {
  font-size: max(2rem, 2vw);
  text-align: center;
}

.facility__option {
  display: flex;
  gap: max(2.67rem, 2.67vw);
  border-left: #2E584E 0.25rem solid;
  padding: 0.5rem;
}

.facility__option-detail {
  display: flex;
  flex-direction: column;
  gap: max(1rem, 1vw);
}

.facility__option-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.facility__option-price h3,
.facility__option-price p {
  font-size: max(1.6rem, 1.6vw);
  color: #2E584E;
}

.facility__option img {
  width: 40%;
}

.facility__faq {
  display: flex;
  gap: max(2.67rem, 2.67vw);
  flex-direction: column;
  text-align: start;
}

.facility__faq h2 {
  font-size: max(2rem, 2vw);
  text-align: center;
}

.facility__questions {
  display: flex;
  flex-direction: column;
  gap: max(1rem, 1vw);
}

.facility__question h3 {
  background-color: #2E584E;
  color: #F5F5F4;
  padding: max(0.8rem, 0.8vw);
}

.facility__question p {
  padding: max(0.8rem, 0.8vw);
}

.flow__wrapperback {
  border-right: max(1rem, 1vw) solid #72A7AF;
  border-left: max(1rem, 1vw) solid #72A7AF;
}

.flow__wrapperback-maincolor {
  background-color: #2E584E;
  border-right: max(1rem, 1vw) solid #1C1917;
  border-left: max(1rem, 1vw) solid #1C1917;
  position: relative;
}

.flow__wrapper-left {
  display: flex;
  justify-content: left;
}

.flow__wrapper-center {
  display: flex;
  justify-content: center;
}

.flow__wrapper-right {
  display: flex;
  justify-content: right;
}

.flow__wrapper {
  display: flex;
  flex-direction: column;
  width: max(36vw, 24rem);
  height: max(36vw, 24rem);
  padding: max(2rem, 2vw);
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  gap: max(1rem, 1vw);
  border: 0.25rem solid #72A7AF;
  justify-content: center;
}

.flow__wrapper img {
  width: 25%;
}

.flow__wrapper-maincolor {
  border: 0.25rem solid #1C1917;
}

.flow__text {
  display: flex;
  flex-direction: column;
  gap: max(1rem, 1vw);
}

.flow__text a {
  font-weight: bold;
}

.flow__text a:hover {
  font-weight: bold;
}

.flow__text h2 {
  color: #2E584E;
  text-align: center;
}

@media (max-width: 1080px) {
  .about__message {
    grid-template-columns: 1fr;
    -moz-column-gap: max(1.6rem, 1.6vw);
         column-gap: max(1.6rem, 1.6vw);
    padding: 0 0.625rem;
  }
  .about__message img {
    grid-row: auto;
    grid-column: auto;
    order: 2;
  }
  .about__message-order2 {
    order: 1;
  }
  .about__message-order3 {
    order: 3;
  }
  .about__usagescene {
    grid-template-columns: 1fr;
    gap: max(1.6rem, 1.6vw);
  }
  .about__usagescene img {
    width: 100%;
    order: 2;
  }
  .facility__plans {
    flex-direction: column;
  }
  .facility__option {
    flex-direction: column;
    gap: max(1rem, 1vw);
  }
  .facility__option img {
    width: 100%;
  }
  .facility__option-price {
    display: block;
  }
  .page__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .flow__wrapper {
    width: max(36vw, 16rem);
    height: max(36vw, 16rem);
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    padding: max(1.33rem, 1.33vw);
  }
  .flow__text {
    gap: 0.5rem;
  }
  .flow__text p {
    line-height: 1.5rem;
  }
}
@media (max-width: 400px) {
  .flow__wrapper img {
    display: none;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #2E584E;
  font-weight: bold;
}

.slider {
  height: auto;
  width: 100vw;
  margin: 0 auto;
}

.slick-slide {
  scale: 0.6;
}

.slick-center {
  scale: 1;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

.slick-prev {
  left: 31% !important;
  z-index: 100 !important;
}

.slick-prev:hover {
  color: #2E584E !important;
}

.slick-prev::before {
  content: "<" !important;
  font-weight: normal;
}

.slick-next {
  right: 31% !important;
  z-index: 100 !important;
}

.slick-next::before {
  content: ">" !important;
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */