@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:600,600i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/* reset
----------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

.pre-inc html,
.pre-inc body,
.pre-inc div,
.pre-inc span,
.pre-inc applet,
.pre-inc object,
.pre-inc iframe,
.pre-inc h1,
.pre-inc h2,
.pre-inc h3,
.pre-inc h4,
.pre-inc h5,
.pre-inc h6,
.pre-inc p,
.pre-inc blockquote,
.pre-inc pre,
.pre-inc a,
.pre-inc abbr,
.pre-inc acronym,
.pre-inc address,
.pre-inc big,
.pre-inc cite,
.pre-inc code,
.pre-inc del,
.pre-inc dfn,
.pre-inc em,
.pre-inc img,
.pre-inc ins,
.pre-inc kbd,
.pre-inc q,
.pre-inc s,
.pre-inc samp,
.pre-inc small,
.pre-inc strike,
.pre-inc strong,
.pre-inc sub,
.pre-inc sup,
.pre-inc tt,
.pre-inc var,
.pre-inc b,
.pre-inc u,
.pre-inc i,
.pre-inc center,
.pre-inc dl,
.pre-inc dt,
.pre-inc dd,
.pre-inc ol,
.pre-inc ul,
.pre-inc li,
.pre-inc fieldset,
.pre-inc form,
.pre-inc label,
.pre-inc legend,
.pre-inc table,
.pre-inc caption,
.pre-inc tbody,
.pre-inc tfoot,
.pre-inc thead,
.pre-inc tr,
.pre-inc th,
.pre-inc td,
.pre-inc article,
.pre-inc aside,
.pre-inc canvas,
.pre-inc details,
.pre-inc embed,
.pre-inc figure,
.pre-inc figcaption,
.pre-inc footer,
.pre-inc header,
.pre-inc hgroup,
.pre-inc menu,
.pre-inc nav,
.pre-inc output,
.pre-inc ruby,
.pre-inc section,
.pre-inc summary,
.pre-inc time,
.pre-inc mark,
.pre-inc audio,
.pre-inc video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.pre-inc html {
  line-height: 1;
}
.pre-inc ol,
.pre-inc ul {
  list-style: none;
}
.pre-inc table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pre-inc caption,
.pre-inc th,
.pre-inc td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
.pre-inc q,
.pre-inc blockquote {
  quotes: none;
}
.pre-inc q:before,
.pre-inc q:after,
.pre-inc blockquote:before,
.pre-inc blockquote:after {
  content: "";
  content: none;
}
.pre-inc a img {
  border: none;
}
.pre-inc article,
.pre-inc aside,
.pre-inc details,
.pre-inc figcaption,
.pre-inc figure,
.pre-inc footer,
.pre-inc header,
.pre-inc hgroup,
.pre-inc main,
.pre-inc menu,
.pre-inc nav,
.pre-inc section,
.pre-inc summary {
  display: block;
}
.pre-inc button:focus {
  outline: none;
}
.pre-inc button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.pre-inc input[type=email],
.pre-inc input[type=text],
.pre-inc input[type=search],
.pre-inc input[type=submit],
.pre-inc input[type=reset] {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}
.pre-inc input[type=submit],
.pre-inc input[type=reset] {
  cursor: pointer;
}
.pre-inc * {
  box-sizing: border-box;
}

/* ------------------------------
Default
------------------------------ */
.pre-inc {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.pre-inc .eb {
  font-family: "EB Garamond", serif;
}
.pre-inc p {
  font-size: 14px;
  line-height: 1;
}
.pre-inc p.note {
  font-size: 11px;
  color: #666666;
}
.pre-inc th,
.pre-inc td,
.pre-inc li {
  font-size: 14px;
  vertical-align: top;
}
.pre-inc th {
  letter-spacing: 0.1em;
}
.pre-inc img {
  max-width: 100%;
  vertical-align: bottom;
}
.pre-inc a {
  transition: all 0.2s;
  text-decoration: none;
}
.pre-inc a img {
  transition: all 0.3s;
}
.pre-inc a img:hover {
  opacity: 0.7;
}
.pre-inc a:hover {
  opacity: 0.7;
}
.pre-inc a.none {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .pre-inc p {
    font-size: 13px;
    line-height: 2.2;
  }
  .pre-inc p.note {
    line-height: 2;
  }
  .pre-inc th,
  .pre-inc td,
  .pre-inc li {
    font-size: 13px;
    line-height: 2.2;
  }
  .pre-inc th {
    font-size: 12px;
  }
}

/* ------------------------------
Common
------------------------------ */
.pre-inc {
  /* ------------------------------
  Header
  ------------------------------ */
}
.pre-inc .align-center {
  text-align: center;
}
.pre-inc .text-white {
  color: #fff;
}
.pre-inc .caption-left {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}
.pre-inc .caption-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}
.pre-inc .btn-request {
  position: relative;
  display: inline-block;
  padding: 18px 80px;
  background: #841f40;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .btn-request {
    padding: 8px 60px;
  }
}
.pre-inc .btn-request:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 6px;
  height: 9px;
  background: url(../images/common/ico_arrow.png) no-repeat center center;
  background-size: contain;
}
.pre-inc .btn-reserve {
  position: relative;
  display: inline-block;
  padding: 18px 80px;
  background: #0e246d;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .btn-reserve {
    padding: 8px 60px;
  }
}
.pre-inc .btn-reserve:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 6px;
  height: 9px;
  background: url(../images/common/ico_arrow.png) no-repeat center center;
  background-size: contain;
}
.pre-inc .common-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px min(50px, 3.4722222222vw);
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .pre-inc .common-header {
    padding: 10px;
  }
}
.pre-inc .common-header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
.pre-inc .header-logo {
  width: 158px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-logo {
    width: 128px;
  }
}
.pre-inc .header-logo > .link > .name {
  display: block;
  color: #111;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.pre-inc .header-glonav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 10px;
  width: calc(100% - 158px);
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav {
    margin-right: 45px;
    gap: 2px;
  }
}
.pre-inc .header-glonav .glonav_sub {
  width: 100%;
  padding-left: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav .glonav_sub {
    display: none;
  }
}
.pre-inc .header-glonav .glonav_sub > .link {
  position: relative;
  display: inline;
  padding-left: 1em;
  color: #111;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav .glonav_sub > .link {
    margin-left: 10px;
    letter-spacing: -0.05em;
    font-size: 10px;
  }
}
.pre-inc .header-glonav .glonav_sub > .link:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.pre-inc .header-glonav > .request {
  display: inline-block;
  padding: 5px 10px;
  background: #841f40;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav > .request {
    font-size: 10px;
    padding: 3px 13px;
  }
}
.pre-inc .header-glonav > .reserve {
  display: inline-block;
  padding: 5px 10px;
  background: #0e246d;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav > .reserve {
    font-size: 10px;
    padding: 3px 13px;
  }
}
.pre-inc .header-glonav > .line {
  display: inline-block;
  padding: 5px 10px;
  background: #8b6810;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav > .line {
    font-size: 10px;
    padding: 3px 8px;
  }
}
.pre-inc .header-glonav > .free {
  display: inline-block;
  padding: 5px 10px;
  background: #8b6810;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav > .free {
    font-size: 10px;
    padding: 3px 7px;
  }
}
.pre-inc .header-glonav > .tel {
  display: inline-block;
  padding: 5px 10px;
  background: #077e09;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pre-inc .header-glonav > .tel {
    font-size: 10px;
    padding: 3px 7px;
  }
}
.pre-inc .common-header .toggle_drawer {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 52px;
  height: 28px;
  z-index: 1001;
  cursor: pointer;
  background: none;
}
@media (max-width: 767px) {
  .pre-inc .common-header .toggle_drawer {
    width: 30px;
    height: 20px;
    top: 15px;
    right: 10px;
  }
}
.pre-inc .common-header .toggle_drawer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: transform 0.5s;
}
.pre-inc .common-header .toggle_drawer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: transform 0.5s;
}
.pre-inc .common-header .toggle_drawer.is-open:before {
  transform: rotate(30deg);
  top: calc(50% - 1px);
}
.pre-inc .common-header .toggle_drawer.is-open:after {
  transform: rotate(-30deg);
  bottom: calc(50% - 1px);
}
.pre-inc .common-header .toggle_drawer.is-open span {
  display: none;
}
.pre-inc .common-header .nav_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  background: linear-gradient(45deg, rgb(204, 185, 159) 0%, rgb(230, 220, 207) 11.64%, rgb(230, 220, 207) 28.07%, rgb(230, 220, 207) 47.33%, rgb(204, 185, 159) 100%);
  padding: 80px 40px;
  transition: transform 1s;
  transform: translateX(101%);
  z-index: 1000;
  overflow-y: scroll;
}
.pre-inc .common-header .nav_drawer.is-open {
  transform: translateX(0);
}
.pre-inc .common-header .nav_drawer .drawermenu_main .drawermenu-link {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  color: #000;
  padding: 15px 0;
  font-weight: 400;
}
.pre-inc .common-header .nav_drawer .drawermenu_main .drawermenu_item > .drawermenu-link .new {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  background: rgb(171, 0, 0);
  color: #fff;
  font-size: 10px;
}
.pre-inc .common-header .nav_drawer .drawermenu_main .drawermenu_item > .drawermenu-disabled {
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  font-weight: 400;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons {
  margin-top: 40px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .button {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .request {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #841f40;
  font-size: 17px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .reserve {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #0e246d;
  font-size: 17px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .line {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #8b6810;
  font-size: 17px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .free {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #8b6810;
  font-size: 17px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .tel {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #077e09;
  font-size: 17px;
}
.pre-inc .common-header .nav_drawer .drawermenu_buttons .btn_note {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}
.pre-inc .footer-bnr {
  text-align: center;
  max-width: 760px;
  padding: 0 20px;
  margin: 0 auto 40px;
}
.pre-inc .footer-bnr .banner-link {
  display: inline-block;
}
.pre-inc .ft_info {
  padding: 40px 20px 30px;
}
.pre-inc .ft_info .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .buttons {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .buttons > .button {
    margin-top: 10px;
  }
}
.pre-inc .ft_info .contact {
  margin-top: 30px;
}
.pre-inc .ft_info .contact .lead {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .contact .lead {
    font-size: 14px;
  }
}
.pre-inc .ft_info .contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 43px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .contact .tel {
    margin-top: 10px;
    font-size: 36px;
  }
}
.pre-inc .ft_info .contact .tel .tel-link {
  color: #333;
}
.pre-inc .ft_info .contact .tel .ico {
  width: 46px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .contact .tel .ico {
    width: 30px;
  }
}
.pre-inc .ft_info .contact .date {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .contact .date {
    margin-top: 0;
    font-size: 12px;
  }
}
.pre-inc .ft_info .contact .note {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}
.pre-inc .ft_info .step_info {
  position: relative;
  margin: 50px auto 0;
  background: linear-gradient(90deg, #eaeaea 49%, #242e6b 51%);
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .step_info {
    background: none;
  }
}
.pre-inc .ft_info .step_info .step_info_in {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.pre-inc .ft_info .step_info .step_info_in .to_reserve {
  width: 20%;
  position: absolute;
  left: 10%;
  bottom: 23%;
}
@media screen and (max-width: 767px) {
  .pre-inc .ft_info .step_info .step_info_in .to_reserve {
    width: 88%;
    position: absolute;
    left: 6%;
    bottom: auto;
    top: 19%;
  }
}
.pre-inc .ft_caution {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  width: calc(100% - 40px);
  max-width: 940px;
  margin-inline: auto;
}
.pre-inc .ft_caution .text {
  font-size: 12px;
  line-height: 1.5;
}
.pre-inc .animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}
.pre-inc .animate.is-on {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .pre-inc .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pre-inc .is-sp {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */