@charset "UTF-8";
/*
 * reservation.css
 * Last modify 2024/10/29 17:22
 */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=BIZ+UDPMincho:wght@400;700&family=Cardo:wght@400;700&family=Zen+Kaku+Gothic+Antique&display=swap"); /* ==========================================================
!import
========================================================== */
/* ==========================================================
!mediaQuery
デザインベースは376px、1440px
========================================================== */
/* -----------------------------------------------------
Base Style
----------------------------------------------------- */
/* !Header
========================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.06);
}
#header #hdWrap {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 881px) {
  #header #hdWrap {
    margin: 0 2.5vw;
    padding-bottom: 1.09vw;
  }
}
@media screen and (min-width: 1281px) {
  #header #hdWrap {
    width: 1248px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1441px) {
  #header #hdWrap {
    width: 86.66vw;
    margin: 0 auto;
    padding-bottom: 1.04vw;
  }
}
#header #hdWrap #logo {
  width: 52.65vw;
  margin: 5.85vw auto 5.85vw 3.72vw;
  text-align: left;
}
@media screen and (min-width: 881px) {
  #header #hdWrap #logo {
    width: 21.56vw;
    margin: 2.27vw auto 1.7vw 0;
  }
}
@media screen and (min-width: 1281px) {
  #header #hdWrap #logo {
    width: 276px;
    margin: 20px auto 15px 0;
  }
}
@media screen and (min-width: 1441px) {
  #header #hdWrap #logo {
    width: 19.16vw;
    margin: 1.38vw auto 1.04vw 0;
  }
}
#header #hdWrap #logo a img {
  transition: all 0.5s;
}
#header #hdWrap #logo a:hover img {
  opacity: 0.6;
}

/* !main
---------------------------------------------------------- */
#main {
  margin: 0 auto;
  padding: 79.17vw 3.72vw 0;
  text-align: left;
}
@media screen and (min-width: 881px) {
  #main {
    padding: 24.33vw 0 0;
  }
}
@media screen and (min-width: 1281px) {
  #main {
    padding: 300px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  #main {
    padding: 22.38vw 0 0;
  }
}

html.webp #main,
html.no-webp #main {
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 880px) {
  html.webp #main,
html.no-webp #main {
    background-position: center top 18vw;
  }
}
@media screen and (min-width: 881px) {
  html.webp #main,
html.no-webp #main {
    background-position: center top 8.03vw;
  }
}
@media screen and (min-width: 1281px) {
  html.webp #main,
html.no-webp #main {
    background-position: center top 82px;
  }
}
@media screen and (min-width: 1441px) {
  html.webp #main,
html.no-webp #main {
    background-position: center top 5.9vw;
  }
}

html.webp #main {
  background-image: url("../img/reservation/bg_main01.webp");
}
@media screen and (max-width: 880px) {
  html.webp #main {
    background-image: url("../img/reservation/bg_main01_sp.webp");
  }
}

html.no-webp #main {
  background-image: url("../img/reservation/bg_main01.jpg");
}
@media screen and (max-width: 880px) {
  html.no-webp #main {
    background-image: url("../img/reservation/bg_main01_sp.jpg");
  }
}

/* !Footer
========================================================== */
footer {
  position: relative;
  text-align: left;
  margin: 3em 0 1em;
}
footer #copyright {
  position: relative;
  top: auto;
  left: auto;
  rotate: 0deg;
  transform-origin: left bottom;
  color: #BFB87D;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
}
footer #copyright p {
  text-align: center;
}
@media screen and (max-width: 880px) {
  footer #copyright {
    margin-bottom: 10vw;
    font-size: 3.19vw;
  }
  footer #copyright p {
    text-align: center;
  }
}
@media screen and (min-width: 881px) {
  footer #copyright {
    font-size: 1.09vw;
  }
}
@media screen and (min-width: 1281px) {
  footer #copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 1441px) {
  footer #copyright {
    font-size: 0.97vw;
  }
}

/* !content
---------------------------------------------------------- */
@media screen and (min-width: 881px) {
  #content {
    width: 85vw;
  }
}
@media screen and (min-width: 1281px) {
  #content {
    width: 1032px;
  }
}
@media screen and (min-width: 1441px) {
  #content {
    width: 71.66vw;
  }
}
#content h1.h1_basic01 {
  margin-bottom: 4.25vw;
}
@media screen and (min-width: 881px) {
  #content h1.h1_basic01 {
    margin-bottom: 1.87vw;
  }
}
@media screen and (min-width: 1281px) {
  #content h1.h1_basic01 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1441px) {
  #content h1.h1_basic01 {
    margin-bottom: 1.66vw;
  }
}
#content .textWrap p {
  font-size: 4.25vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 881px) {
  #content .textWrap p {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1281px) {
  #content .textWrap p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1441px) {
  #content .textWrap p {
    font-size: 1.25vw;
  }
}
#content .textWrap p.cmnt {
  margin-bottom: 10.63vw;
  font-size: 5.31vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 881px) {
  #content .textWrap p.cmnt {
    margin-bottom: 3.12vw;
    font-size: 1.87vw;
  }
}
@media screen and (min-width: 1281px) {
  #content .textWrap p.cmnt {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1441px) {
  #content .textWrap p.cmnt {
    margin-bottom: 2.77vw;
    font-size: 1.66vw;
  }
}

/* !reservation
---------------------------------------------------------- */
#reservation {
  position: relative;
}
#reservation p.cmnt {
  margin-bottom: 6.38vw;
  font-size: 5.31vw;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 881px) {
  #reservation p.cmnt {
    margin-bottom: 2.5vw;
    font-size: 1.87vw;
  }
}
@media screen and (min-width: 1281px) {
  #reservation p.cmnt {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1441px) {
  #reservation p.cmnt {
    margin-bottom: 2.22vw;
    font-size: 1.66vw;
  }
}
#reservation p {
  margin-bottom: 1em;
}

.btnCVLink01 {
  text-align: center;
}
@media screen and (max-width: 880px) {
  .btnCVLink01 {
    padding-top: 6.38vw;
  }
}
@media screen and (min-width: 881px) {
  .btnCVLink01 {
    padding: 3.12vw 0 0;
  }
}
@media screen and (min-width: 1281px) {
  .btnCVLink01 {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .btnCVLink01 {
    padding: 2.77vw 0 0;
  }
}
.btnCVLink01 a {
  display: inline-block;
  height: 100%;
  border: 1px solid #BFB87D;
  padding: 3.72vw 20.74vw 3.72vw 7.97vw;
  background: #BFB87D url("../common/img/ico_hdarrow01_sp.svg") no-repeat right 7.97vw center;
  background-size: 5.85vw;
  color: #fff;
  font-size: 5.31vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}
@media screen and (max-width: 880px) {
  .btnCVLink01 a {
    border-radius: 7.97vw;
  }
}
@media screen and (min-width: 881px) {
  .btnCVLink01 a {
    height: auto;
    border-radius: 3.34vw;
    background: #BFB87D url("../common/img/ico_hdarrow01.svg") no-repeat right 2.34vw center;
    background-size: 1.71vw;
    padding: 1.05vw 6.68vw 1.05vw 2.45vw;
    font-size: 1.71vw;
  }
}
@media screen and (min-width: 1281px) {
  .btnCVLink01 a {
    height: auto;
    border-radius: 36px;
    background: #BFB87D url("../common/img/ico_hdarrow01.svg") no-repeat right 30px center;
    background-size: 22px;
    padding: 12px 87px 12px 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1441px) {
  .btnCVLink01 a {
    height: auto;
    border-radius: 3.08vw;
    background: #BFB87D url("../common/img/ico_hdarrow01.svg") no-repeat right 2.08vw center;
    background-size: 1.52vw;
    padding: 1.02vw 5.88vw 1.02vw 2.23vw;
    font-size: 1.52vw;
  }
}
.btnCVLink01 a:hover {
  border: 1px solid #BFB87D;
  background-color: #fff;
  background-image: url("../common/img/ico_hdarrow01_ov.svg");
  color: #BFB87D;
}
@media screen and (max-width: 880px) {
  .btnCVLink01 a:hover {
    border: none;
    background: #BFB87D url("../common/img/ico_hdarrow01_sp.svg") no-repeat right 3.19vw center;
    color: #fff;
  }
}

@media screen and (max-width: 880px) {
  .btnBack a {
    font-size: 3.72vw;
    padding: 3.72vw 7.97vw 3.72vw 17.74vw;
    background-size: 3.98vw;
  }
}
/*# sourceMappingURL=reservation.css.map */