@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
html {
  scroll-behavior: smooth;
  overflow-x: clip;
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #000;
  position: relative;
  overflow-x: clip;
}

.en {
  font-family: "Cormorant", serif;
  font-weight: 500;
}

a {
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
}

/* ----rem設定---- */
:root {
  --liquid-xsDesignRatio: calc(390 / 10);
}

html {
  font-size: 88.141%;
}

@media screen and (max-width: 550px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-xsDesignRatio));
  }
  html {
    font-size: var(--liquid-htmlroot);
  }
}
/* --------- */
/* ----レスポンシブの表示非表示---- */
.sp1440,
.sp1024,
.sp840,
.sp520,
.sp375 {
  display: none;
}

@media (max-width: 1440px) {
  .pc1440 {
    display: none !important;
  }
  .sp1440 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }
  .sp1024 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) {
  .pc840 {
    display: none !important;
  }
  .sp840 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  .pc520 {
    display: none !important;
  }
  .sp520 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) and (max-width: 375px) {
  .pc375 {
    display: none !important;
  }
  .sp375 {
    display: block;
  }
}
/* --------- */
/* ----------------------------------------------------------------------
クラス名設定
---------------------------------------------------------------------- */
.inner {
  width: 82.05%;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------
レイアウト
---------------------------------------------------------------------- */
body {
  position: relative;
}
body:before {
  content: "";
  display: block;
  width: calc(100vw - 550px);
  height: 100vh;
  position: fixed;
  inset: 0 auto auto 0;
  background: url(../img/common/lp-bg@2x.webp) no-repeat;
  background-size: cover;
}
body .fixBtn {
  position: fixed;
  max-width: 550px;
  width: 100%;
  z-index: 999;
  inset: auto 0 0 auto;
}
body #spContent {
  position: absolute;
  max-width: 550px;
  width: 100%;
  z-index: 99;
  top: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 16px;
  overflow-x: clip;
  background-color: #fff;
}
body #spContent > section {
  position: relative;
}

/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
#header {
  position: absolute;
  z-index: 99;
  inset: 0 auto auto 0;
  padding: 1rem 0;
  width: 100%;
}
#header > a {
  display: block;
  width: 10.7rem;
  margin: 0 1em 0 auto;
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
#footer {
  padding: 7.4rem 0;
  background-color: #4c4c4c;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
}
#footer .inner {
  color: #fff;
}
#footer .inner .logoBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 2em;
  margin-bottom: 1em;
}
#footer .inner .logoBox .imgBox {
  width: 10.7rem;
}
#footer .inner .logoBox a {
  display: block;
  color: #fff;
  padding: 0.1em 0.3em;
  border-bottom: 1px solid #fff;
  margin-left: 1.8em;
  position: relative;
}
#footer .inner .logoBox a:before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  inset: 50% auto auto -1.8em;
  background: url(../img/common/ico-web.svg) no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
#footer .inner .fList {
  margin-bottom: 2em;
}
#footer .inner .fList h2 {
  width: fit-content;
  font-size: 116%;
  padding: 0 0.2em 0.4em;
  border-bottom: 1px solid #fff;
}
#footer .inner .fList dt {
  margin-top: 1.5em;
  width: fit-content;
  font-size: 108%;
  padding: 0 0.2em 0.4em;
  border-bottom: 1px solid #fff;
}
#footer .inner .fList dd {
  margin-top: 1em;
}
#footer .inner .mapBlock h3 {
  font-size: 141.66%;
  text-align: center;
  margin-bottom: 0.5em;
}
#footer .inner .mapBlock .mapBox {
  width: 100%;
  aspect-ratio: 1;
}

/* ----------------------------------------------------------------------
MV
---------------------------------------------------------------------- */
#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../img/top/mv-bg01@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#mv .absBox {
  position: absolute;
}
#mv .absBox.first {
  height: 60%;
  inset: 10% auto auto 3%;
}
#mv .absBox.second {
  width: 66.4%;
  inset: 77% auto auto 50%;
  transform: translateX(-50%);
}
#mv .absBox img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

/* ----------------------------------------------------------------------
ガイドの中のlineボタン
---------------------------------------------------------------------- */
#guide .absBox {
  position: absolute;
  width: 80%;
  inset: auto auto 7rem 50%;
  transform: translateX(-50%);
}

/* ----------------------------------------------------------------------
予約ブロック
---------------------------------------------------------------------- */
#reserve {
  background-color: #b3b3b3;
}
#reserve .mapBox {
  width: 100%;
  aspect-ratio: 1.22;
}

#form-area {
  padding: 3rem 0;
  width: 82.05%;
  margin: 0 auto;
}
#form-area .ttlBox {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
#form-area .ttlBox p.ja {
  font-size: 107.14%;
}
#form-area .ttlBox h4 {
  font-size: 180.64%;
}
#form-area .ttlBox p.notice {
  font-size: 80%;
  margin-top: 3em;
}
#form-area .ttlBox a {
  display: block;
  width: fit-content;
  padding: 0 0.7em;
  margin: 2em auto 0;
  border-bottom: 1px solid #fff;
}
#form-area form {
  color: #fff;
}
#form-area form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2em;
}
#form-area form dl dt,
#form-area form dl dd {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding: 3rem 0 3rem 2rem;
  line-height: 1.75;
  color: #333;
}
#form-area form dl dt {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#form-area form dl dd {
  padding: 0;
}
#form-area form dl dd input[type=text],
#form-area form dl dd textarea {
  background: #fff;
  width: 100%;
  max-width: 60rem;
  padding: 1rem;
}
#form-area form dl dd .mwform-tel-field input {
  width: 8rem;
}
#form-area form dl dd select {
  padding: 1rem 2rem;
  background: #fff;
  width: 100%;
}
#form-area form .contact-btn {
  font-size: 1.3rem;
  display: block;
  width: 60%;
  text-align: center;
  text-decoration: none;
  line-height: 3.8;
  outline: none;
  color: #fff;
  background-color: #00a378;
  position: relative;
  transition: color 0.5s ease;
  margin: 5rem auto 0;
}
#form-area form .contact-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
#form-area form .contact-btn:hover {
  color: #333;
}
#form-area form .contact-btn:hover input {
  color: #fff;
  position: relative;
}
#form-area form .contact-btn:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}