@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:600,600i&display=swap");
/**
 * reset css
 */
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 {
  height: 100%;
}
.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 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;
  letter-spacing: 0.05em;
  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;
  padding-top: 108px;
  /**
  * Header
  */
}
@media screen and (max-width: 767px) {
  .pre-inc {
    margin: 0;
    padding: 80px 0 max(11.7340286832vw, 60px);
    /*-apple-system, BlinkMacSystemFont, */
  }
}
.pre-inc .eb {
  font-family: "EB Garamond", serif;
}
.pre-inc p {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc p {
    font-size: 13px;
    line-height: 2.2;
  }
}
.pre-inc p.note {
  font-size: 11px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .pre-inc p.note {
    line-height: 2;
  }
}
.pre-inc th,
.pre-inc td,
.pre-inc li {
  font-size: 14px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .pre-inc th,
.pre-inc td,
.pre-inc li {
    font-size: 13px;
    line-height: 2.2;
  }
}
.pre-inc th {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pre-inc th {
    font-size: 12px;
  }
}
.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;
}
.pre-inc .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pre-inc h1,
.pre-inc h2,
.pre-inc h3,
.pre-inc h4,
.pre-inc h5,
.pre-inc h6 {
  letter-spacing: 0.05em;
}
.pre-inc .pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .sp_none {
    display: none;
  }
}
@media screen and (min-width: 1204px) {
  .pre-inc .wide-none {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .pre-inc .tab-display {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .ttl {
    font-size: 20px;
  }
  .pre-inc .ttl::after {
    width: 100px;
    height: 3px;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .more {
    margin: auto;
    width: 80%;
  }
}
.pre-inc #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px min(40px, 2.6041666667vw);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .pre-inc #header {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.3);
  }
}
.pre-inc #header .inner {
  position: relative;
}
.pre-inc #header .logoarea {
  position: relative;
  width: 210px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pre-inc #header .logoarea {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc #header .logoarea .logo {
    width: 120px;
  }
}
.pre-inc #header .logoarea .name {
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .pre-inc #header .logoarea .name {
    font-size: 10px;
    margin-top: 2px;
    letter-spacing: 0;
    font-feature-settings: "palt";
    text-align: left;
  }
}
.pre-inc #header .button {
  display: inline-block;
  position: absolute;
  right: 380px;
  top: 0;
  padding: 10px 10px 9px;
  color: #fff;
  background: #1a205d;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .pre-inc #header .button {
    right: 33.8541666667vw;
    padding: 10px 1.5vw 9px;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc #header .button {
    display: none;
    right: 140px;
    top: 5px;
    padding: 8px 15px;
    font-size: 10px;
  }
}
.pre-inc #header .button_reserve {
  display: inline-block;
  position: absolute;
  right: 230px;
  top: 0;
  padding: 10px 10px 9px;
  color: #fff;
  background: #5d1a1a;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .pre-inc #header .button_reserve {
    right: 23.1770833333vw;
    padding: 10px 1.5vw 9px;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc #header .button_reserve {
    display: none;
    right: 60px;
    top: 5px;
    padding: 8px 15px;
    font-size: 10px;
  }
}
.pre-inc #header .button_line {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px 9px;
  color: #fff;
  background: #8b6810;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .pre-inc #header .button_line {
    padding: 10px 1.5vw 9px;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc #header .button_line {
    display: none;
    right: 60px;
    top: 5px;
    padding: 8px 15px;
    font-size: 10px;
  }
}
.pre-inc #header .nav_global {
  position: absolute;
  right: 0;
  top: 47px;
  max-width: calc(100% - 180px);
}
.pre-inc #header .nav_global .nav_list {
  display: flex;
  flex-wrap: wrap;
}
.pre-inc #header .nav_global .nav_list .nav_item {
  position: relative;
  padding: 0 7px;
}
.pre-inc #header .nav_global .nav_list .nav_item:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.45);
}
.pre-inc #header .nav_global .nav_list .nav_item > * {
  color: #000;
  font-size: min(15px, 1.5625vw);
}
.pre-inc #header .nav_global .nav_list .nav_item > .nav-link {
  transition: color 0.3s;
}
.pre-inc #header .nav_global .nav_list .nav_item > .nav-link:hover {
  color: #645c24;
  opacity: 1;
}
.pre-inc #header .nav_sub {
  position: absolute;
  right: 530px;
  top: 5px;
  max-width: calc(100% - 180px);
  text-align: right;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .pre-inc #header .nav_sub {
    right: 44.921875vw;
    letter-spacing: 0;
  }
}
.pre-inc #header .nav_sub .nav_list .nav_item > * {
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 1000px) {
  .pre-inc #header .nav_sub .nav_list .nav_item > * {
    font-size: 1.3020833333vw;
  }
}
.pre-inc #header .nav_sub .nav_list .nav_item > .nav-link {
  transition: color 0.3s;
}
.pre-inc #header .nav_sub .nav_list .nav_item > .nav-link:hover {
  color: #645c24;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .pre-inc #header .pc_only_text {
    display: none;
  }
}
.pre-inc #header .toggle_drawer {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 80px;
  height: 48px;
  z-index: 1001;
  cursor: pointer;
  background: none;
}
@media screen and (max-width: 767px) {
  .pre-inc #header .toggle_drawer {
    width: 40px;
    height: 30px;
    top: 5px;
    right: 10px;
  }
}
.pre-inc #header .toggle_drawer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: transform 0.5s;
}
.pre-inc #header .toggle_drawer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: transform 0.5s;
}
.pre-inc #header .toggle_drawer .toggle_line {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
.pre-inc #header .toggle_drawer.is-open::before {
  transform: rotate(30deg);
  top: calc(50% - 1px);
}
.pre-inc #header .toggle_drawer.is-open::after {
  transform: rotate(-30deg);
  bottom: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
  .pre-inc #header .toggle_drawer.is-open .toggle_line {
    display: none;
  }
}
.pre-inc #header .nav_drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  background: #fff;
  padding: 80px 40px;
  transition: transform 1s;
  transform: translateX(101%);
  z-index: 1000;
  overflow-y: scroll;
}
.pre-inc #header .nav_drawer.is-open {
  transform: translateX(0);
}
.pre-inc #header .nav_drawer .drawermenu_main .drawer_link {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  padding: 15px 0;
  font-weight: 400;
}
.pre-inc #header .nav_drawer .drawermenu_btns {
  margin-top: 40px;
}
.pre-inc #header .nav_drawer .drawermenu_btns .drawer_button {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.pre-inc #header .nav_drawer .drawermenu_btns .request {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #1a205d;
  font-size: 17px;
}
.pre-inc #header .nav_drawer .drawermenu_btns .reserve {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #5d1a1a;
  font-size: 17px;
}
.pre-inc #header .nav_drawer .drawermenu_btns .line {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #8b6810;
  font-size: 17px;
}
.pre-inc .pagecaption {
  max-width: 840px;
  margin-inline: auto;
  padding: 20px 20px 40px;
}
.pre-inc .pagecaption .text {
  font-size: 10px;
  line-height: 1.6;
}
.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);
}
.pre-inc .info_footer {
  padding: 40px 20px 30px;
  background: #f9f5f1;
}
.pre-inc .info_footer .buttons {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .info_footer .buttons {
    display: block;
  }
}
.pre-inc .info_footer .button-doc {
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .info_footer .button-doc {
    width: 100%;
    margin: 10px 0;
  }
}
.pre-inc .info_footer .button-doc .button {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #1a205d;
  font-size: 17px;
}
.pre-inc .info_footer .button_reserve {
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .info_footer .button_reserve {
    width: 100%;
    margin: 10px 0;
  }
}
.pre-inc .info_footer .button_reserve .button {
  display: inline-block;
  padding: 15px 50px 13px;
  line-height: 1;
  color: #fff;
  background: #5d1a1a;
  font-size: 17px;
}
.pre-inc .info_footer .contact {
  margin-top: 30px;
}
.pre-inc .info_footer .contact .lead {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .pre-inc .info_footer .contact .lead {
    font-size: 14px;
  }
}
.pre-inc .info_footer .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 .info_footer .contact .tel {
    margin-top: 10px;
    font-size: 36px;
  }
}
.pre-inc .info_footer .contact .tel .tel-link {
  color: #333;
}
.pre-inc .info_footer .contact .tel .ico {
  width: 46px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .info_footer .contact .tel .ico {
    width: 30px;
  }
}
.pre-inc .info_footer .contact .date {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pre-inc .info_footer .contact .date {
    margin-top: 0;
    font-size: 12px;
  }
}
.pre-inc .info_footer .contact .note {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}
.pre-inc .info_footer .sp_btm-btn {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  font-size: 13px;
}
@media screen and (max-width: 798px) {
  .pre-inc .info_footer .sp_btm-btn {
    display: block;
  }
}
.pre-inc .info_footer .sp_btm-btn .buttons {
  display: flex;
  justify-content: space-between;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button {
  width: 34%;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button .button_link {
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  font-size: 4vw;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button .button_link .small_text {
  font-size: 2vw;
  letter-spacing: 0.02rem;
  display: block;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button.map {
  background: #152041;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button.map .button_link {
  letter-spacing: 0;
  padding-left: 1.5rem;
  font-size: 3.4vw;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button.map .button_link::before {
  content: "";
  width: 18px;
  height: 20px;
  display: inline-block;
  background-image: url("../images/common/ico_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button.map .button_link .small_text {
  margin-bottom: 2px;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button.req {
  background: #1a205d;
}
.pre-inc .info_footer .sp_btm-btn .buttons .sp_button.res {
  background: #5d1a1a;
}/*# sourceMappingURL=common.css.map */