@charset "UTF-8";
/* ========================================================= DEFAULT STYLE ========================================================= */
* {
  margin: 0;
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}

img {
  border: none;
  text-decoration: none;
  vertical-align: top;
  font-size: 0;
}

ul {
  list-style-type: none;
}

a, small {
  display: block;
  text-decoration: none;
}

header, footer, nav, section, aside, article, figcaption, figure, main {
  display: block;
}

html {
  font-size: 62.5%;
}

#bg {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  background: url(../../img/common/logo.webp) center center no-repeat #fff;
  background-size: 220px 38px;
  min-height: 100vh;
  z-index: 100;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #211613;
  width: 100%;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.body_on {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
}

a {
  transition: all 0.4s;
  cursor: pointer;
}

a[href]:hover {
  opacity: 0.8;
}

img {
  width: 100%;
}

/* header */
header {
  width: 100%;
  border-bottom: 3px solid #a48b78;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header {
    border-width: 5px;
  }
}
header .header_in {
  height: 90px;
  padding-bottom: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  header .header_in {
    padding-bottom: 0;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .header_in {
    height: 50px;
  }
}
header .header_in h1 {
  width: 220px;
  height: 38px;
  position: absolute;
  left: 30px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  header .header_in h1 {
    left: 20px;
    top: 10px;
    width: 150px;
    height: auto;
  }
}
header .header_in h1 a {
  display: block;
}
header .header_in .main_nav_area {
  width: calc(100% - 250px - 95px - 250px);
  margin-left: 250px;
  box-sizing: border-box;
  padding: 0px 15px 0px 30px;
}
@media screen and (max-width: 1024px) {
  header .header_in .main_nav_area {
    display: none;
  }
}
header .header_in .main_nav_area ul {
  display: flex;
  flex-wrap: wrap;
}
header .header_in .main_nav_area ul li {
  width: 20%;
  border-left: 1px solid #060001;
  box-sizing: border-box;
}
@media screen and (max-width: 1276px) {
  header .header_in .main_nav_area ul li {
    width: 33.3333333333%;
    margin-bottom: 2px;
  }
}
header .header_in .main_nav_area ul li a, header .header_in .main_nav_area ul li b {
  color: #211613;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  height: 20px;
}
@media screen and (max-width: 1400px) {
  header .header_in .main_nav_area ul li a, header .header_in .main_nav_area ul li b {
    font-size: 1vw;
  }
}
header .header_in .main_nav_area ul li a .eng, header .header_in .main_nav_area ul li b .eng {
  display: none;
}
header .header_in .main_nav_area ul li a.cur, header .header_in .main_nav_area ul li a:hover {
  background: linear-gradient(to right, #c7c3a7, #a6a284, #c7c3a7);
}
header .header_in .main_nav_area ul li b {
  color: #ccc;
}
@media screen and (max-width: 1276px) {
  header .header_in .main_nav_area ul li:nth-child(3) {
    border-right: 1px solid #060001;
  }
}
header .header_in .main_nav_area ul li:nth-last-child(1) {
  border-right: 1px solid #060001;
}
header .header_in .cv_nav_area {
  position: absolute;
  width: 250px;
  height: 33px;
  right: 95px;
  top: 23px;
}
@media screen and (max-width: 820px) {
  header .header_in .cv_nav_area {
    width: 278px;
  }
}
@media screen and (max-width: 767px) {
  header .header_in .cv_nav_area {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 10;
    height: 40px;
  }
}
header .header_in .cv_nav_area ul {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header_in .cv_nav_area ul {
    flex-direction: row-reverse;
  }
}
header .header_in .cv_nav_area ul li {
  width: 48%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .header_in .cv_nav_area ul li {
    width: 50%;
  }
}
header .header_in .cv_nav_area ul li a {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  header .header_in .cv_nav_area ul li a {
    border-radius: 0;
  }
}
header .header_in .cv_nav_area ul li a::after {
  position: absolute;
  right: 12px;
  top: 11px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  header .header_in .cv_nav_area ul li a::after {
    top: 15px;
  }
}
header .header_in .cv_nav_area ul li a.-map {
  background-color: #7f7564;
  color: #fff;
}
header .header_in .cv_nav_area ul li a.-map::after {
  border-left: 8px solid #fff;
}
header .header_in .cv_nav_area ul li a.-reserve {
  background-color: #9e5a53;
  color: #fff;
}
header .header_in .cv_nav_area ul li a.-reserve::after {
  border-left: 8px solid #fff;
}
header .header_in .cv_nav_area ul li a.-entry {
  background-color: #c6beb1;
  color: #211613;
}
header .header_in .cv_nav_area ul li a.-entry::after {
  border-left: 8px solid #211613;
}
header .header_in .menu_btn {
  position: absolute;
  right: 35px;
  top: 25px;
  z-index: 11;
  width: 40px;
  height: 25px;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .header_in .menu_btn {
    width: 30px;
    height: 16px;
    right: 20px;
    top: 20px;
  }
}
header .header_in .menu_btn .menu_btn_in {
  position: relative;
  width: 100%;
  height: 100%;
}
header .header_in .menu_btn span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #211613;
  position: absolute;
  left: 0;
  transition: all 300ms ease;
}
@media screen and (max-width: 767px) {
  header .header_in .menu_btn span {
    border-width: 1px;
  }
}
header .header_in .menu_btn span:nth-child(1) {
  top: 0;
}
header .header_in .menu_btn span:nth-child(2) {
  top: calc(50% - 1px);
}
header .header_in .menu_btn span:nth-child(3) {
  bottom: 0;
}
header .header_in .menu_btn.open span {
  top: 50%;
}
header .header_in .menu_btn.open span:nth-child(1) {
  transform: rotate(30deg);
}
header .header_in .menu_btn.open span:nth-child(2) {
  transform: rotate(-30deg);
}
header .header_in .menu_btn.open span:nth-child(3) {
  bottom: auto;
  opacity: 0;
}
header.header_on .main_nav_area, header.header_on .cv_nav_area {
  display: none;
}

.hum_menu {
  display: none;
  position: fixed;
  left: 0px;
  top: 90px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 20;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .hum_menu {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hum_menu {
    top: 50px;
  }
}
.hum_menu ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hum_menu ul {
    text-align: left;
    border-top: 1px solid #E5E5E5;
  }
}
.hum_menu ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hum_menu ul li {
    border-bottom: 1px solid #E5E5E5;
  }
}
.hum_menu ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
.hum_menu ul li a, .hum_menu ul li b {
  width: 100%;
  font-size: 12px;
  display: block;
  color: #211613;
  position: relative;
  padding: 10px 0px;
}
.hum_menu ul li a::after, .hum_menu ul li b::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border: 1px solid #805F46;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}
.hum_menu ul li a .eng, .hum_menu ul li b .eng {
  display: block;
  font-size: 17px;
}
.hum_menu ul li a.cur::before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0px;
  background-color: #bfc7cf;
  z-index: -1;
}
.hum_menu ul li b {
  color: #ccc;
}
.hum_menu.hum_menu_on {
  display: block;
}

/* footer */
.btn_footer {
  margin-top: 40px;
}

footer {
  background: linear-gradient(to right, rgba(168, 164, 143, 0.7), rgba(206, 203, 187, 0.7), rgba(168, 164, 143, 0.7));
}
footer .logo_area {
  background-color: #fff;
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  footer .logo_area {
    padding: 20px 0 60px;
  }
}
footer .logo_area ul {
  width: 100%;
  max-width: 642px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .logo_area ul {
    width: calc(100% - 40px);
    display: block;
  }
}
footer .logo_area ul li {
  width: 45.17%;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  footer .logo_area ul li {
    margin: 0px auto;
    margin-bottom: 10px;
  }
}
footer .footer_in {
  padding: 30px 0 40px;
}
@media screen and (max-width: 820px) {
  footer .footer_in {
    padding: 25px 0;
  }
}
footer .footer_in .txt01 {
  font-size: 18px;
  line-height: 1;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 45px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 820px) {
  footer .footer_in .txt01 {
    font-size: 12px;
    margin-bottom: 10px;
    gap: 20px;
  }
}
footer .footer_in .txt01::before, footer .footer_in .txt01::after {
  display: block;
  content: "";
  border-bottom: solid 1px #a48b78;
  flex-grow: 1;
}
footer .footer_in .txt03 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  footer .footer_in .txt03 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
footer .footer_in .tel_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 820px) {
  footer .footer_in .tel_wrap {
    display: block;
  }
}
footer .footer_in .btn_tel {
  width: 100%;
  max-width: 450px;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  footer .footer_in .btn_tel {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
    margin-bottom: 10px;
  }
}
footer .footer_in .txt02 {
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 820px) {
  footer .footer_in .txt02 {
    text-align: center;
    font-size: 11px;
  }
}

figure {
  position: relative;
}

.imgcap {
  font-size: 10px;
  padding: 5px 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .imgcap {
    font-size: 10px;
    padding: 5px;
  }
}
.imgcap.cap_l {
  right: auto;
  left: 0;
}
.imgcap.bg {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.imgcap.st {
  position: static;
  text-align: right;
  display: block;
}
.imgcap.wh {
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.imgcap.wh span {
  text-shadow: 2px 2px 6px #000, -2px -2px 6px #000, -2px 2px 6px #000, 2px -2px 6px #000;
}

.imgst {
  position: static;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .imgst {
    font-size: 10px;
  }
}
.imgst.-r {
  text-align: right;
}
.imgst.-fg {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.imgst .caption {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 10px;
}

.vt {
  font-size: 0.5em;
  vertical-align: text-top;
}

/* 改行位置調整 */
@media screen and (max-width: 820px) {
  .pc,
  .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pctab,
  .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 820px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_inline {
    display: inline-block;
  }
}