@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

button,
[type=button],
[type=submit],
a {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ul li, ol, ol li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

em {
  font-style: normal;
}

@font-face {
  font-family: "CormorantGaramond";
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-Light.woff2") format("woff2"), url("../fonts/CormorantGaramond-Light.woff") format("woff"), url("../fonts/CormorantGaramond-Light.eot") format("eot"), url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
}
@font-face {
  font-family: "ZenOldMinchoMedium";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ZenOldMincho-Medium.woff2") format("woff2"), url("../fonts/ZenOldMincho-Medium.woff") format("woff"), url("../fonts/ZenOldMincho-Medium.eot") format("eot"), url("../fonts/ZenOldMincho-Medium.ttf") format("truetype");
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: min(1.3636363636vw, 18px);
  font-weight: 500;
  line-height: 2;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(3.7333333333vw, 14px);
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}

html {
  scroll-behavior: auto !important;
}

html.body-fixed,
body.body-fixed {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) and (hover: hover) {
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  summary:focus-visible {
    outline: 2px solid #988138;
  }
}
.inner {
  width: min(100%, 1640px);
  margin-inline: auto;
  padding: 0 min(3.6585365854%, 60px);
}
@media screen and (min-width: 1641px) {
  .inner {
    width: 1640px;
    padding: 0 60px;
  }
}
.inner.narrow {
  width: min(92%, 1320px);
  padding: 0 min(4.5454545455%, 60px);
}
@media screen and (max-width: 1023px) {
  .inner, .inner.narrow {
    width: 100%;
    padding: 0 min(5.8651026393%, 60px);
  }
}
@media screen and (max-width: 768px) {
  .inner, .inner.narrow {
    width: 100%;
    padding: 0 5.4%;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_btn {
  width: min(18.1818181818vw, 240px);
  height: min(4.5454545455vw, 60px);
}
.box_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_btn a span {
  position: relative;
}
.box_btn a span::before {
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_btn:not(.zoom) {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.box_btn:not(.zoom) a {
  background: #000;
  color: #fff;
}
.box_btn:not(.zoom) a span {
  padding-bottom: 0.2em;
}
.box_btn:not(.zoom) a span::before {
  width: min(1.3636363636vw, 18px);
  height: min(1.3636363636vw, 18px);
  margin-right: 0.5em;
  background-color: #fff;
  -webkit-mask: url(../img/icon_mail.svg);
          mask: url(../img/icon_mail.svg);
  -webkit-mask-size: min(1.3636363636vw, 18px);
          mask-size: min(1.3636363636vw, 18px);
  top: 0.15em;
}
@media (hover: hover) {
  .box_btn:not(.zoom) a:hover {
    background: #988138;
  }
}
.box_btn.zoom {
  width: min(18.1818181818vw, 240px);
  height: min(3.3333333333vw, 44px);
}
.box_btn.zoom a {
  background: #fff;
  color: #000;
  border: 1px solid #E5E2E0;
}
.box_btn.zoom a span::before {
  width: min(1.5151515152vw, 20px);
  height: min(1.5151515152vw, 20px);
  background-color: #a1a1a1;
  -webkit-mask: url(../img/icon_zoom.svg);
          mask: url(../img/icon_zoom.svg);
  -webkit-mask-size: min(1.5151515152vw, 20px);
          mask-size: min(1.5151515152vw, 20px);
  margin-right: 0.5em;
  top: 0.2em;
}
.box_btn.zoom a small {
  font-size: min(1.0606060606vw, 14px);
}
@media (hover: hover) {
  .box_btn.zoom a:hover {
    background: #988138;
    color: #fff;
  }
  .box_btn.zoom a:hover span::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .box_btn {
    width: 100%;
    height: min(14.9333333333vw, 56px);
  }
  .box_btn:not(.zoom) a span {
    padding: 0;
    font-size: min(4.2666666667vw, 16px);
  }
  .box_btn:not(.zoom) a span::before {
    width: min(4.2666666667vw, 16px);
    height: min(4.2666666667vw, 16px);
    -webkit-mask-size: min(4.2666666667vw, 16px);
            mask-size: min(4.2666666667vw, 16px);
  }
  .box_btn.zoom {
    width: min(64vw, 240px);
    height: min(10.6666666667vw, 40px);
  }
  .box_btn.zoom a span::before {
    width: min(4.2666666667vw, 16px);
    height: min(4.2666666667vw, 16px);
    -webkit-mask-size: min(4.2666666667vw, 16px);
            mask-size: min(4.2666666667vw, 16px);
  }
  .box_btn.zoom a small {
    font-size: min(2.6666666667vw, 10px);
  }
}

header {
  position: relative;
  z-index: 555;
}
header.fixed {
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0;
}
header.fixed .logo {
  padding-top: 5px;
}
header.fixed .logo .img {
  width: 107px;
}
header.fixed .logo h1 {
  font-size: 14px;
}
header.fixed .header_inner {
  background: #fff;
  top: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
header.fixed .header_inner .box_tel {
  margin-top: 0.6em;
}
header.fixed .header_inner .box_tel dl dd {
  margin-top: 0.4em;
}

.logo h1, .ul_gnav li a, .box_tel dt, .box_btn span {
  font-family: "ZenOldMinchoMedium", serif;
  font-size: min(1.3636363636vw, 18px);
}
@media screen and (max-width: 768px) {
  .logo h1, .ul_gnav li a, .box_tel dt, .box_btn span {
    font-size: min(3.7333333333vw, 14px);
  }
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  position: relative;
  top: -0.2em;
}
.logo a .img {
  width: min(10.1515151515vw, 134px);
}
.logo a h1 {
  margin: 0.1em 0 0 1.1em;
}
.logo a.navin {
  width: 0;
  display: none;
}

#area_nav {
  z-index: 10003;
}

.ul_gnav {
  gap: 0 1.75em;
}
.ul_gnav li a:hover {
  color: #988138;
}

.box_tel {
  margin-top: 1.1em;
  text-align: center;
}
.box_tel dl {
  line-height: 1;
}
.box_tel dl dt {
  font-size: min(1.5151515152vw, 20px);
}
.box_tel dl dt em {
  font-size: min(1.8181818182vw, 24px);
}
@media screen and (min-width: 769px) {
  .box_tel dl dt a {
    pointer-events: none;
  }
}
.box_tel dl dd {
  margin-top: 0.8em;
  font-size: min(0.9848484848vw, 13px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .box_tel dl dt {
    font-size: min(5.3333333333vw, 20px);
  }
  .box_tel dl dt em {
    font-size: min(6.4vw, 24px);
  }
  .box_tel dl dd {
    margin-top: 0.8em;
    font-size: min(3.4666666667vw, 13px);
  }
}

@media screen and (min-width: 1401px) {
  .box_hamburger {
    display: none;
  }
  .header_inner {
    width: 100%;
    height: 90px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 20px;
    left: 0;
  }
  .header_nav-area,
  .ul_gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_nav-area {
    gap: 0 1.9em;
  }
}
@media screen and (max-width: 1400px) {
  .header_inner {
    width: 100%;
    height: 78px;
    padding: 14px min(3.3333333333vw, 44px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .logo {
    padding-top: 17px;
  }
  .logo a .img {
    width: 132px;
  }
  .logo a .img img {
    width: 100%;
  }
  .logo a h1 {
    font-size: 18px;
    line-height: 1.6;
    margin: 0.3em 0 0 1.2em;
  }
  .box_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box_hamburger .box_btn {
    width: 204px;
    height: 44px;
    margin-right: min(2.1212121212vw, 28px);
  }
  .box_hamburger .box_btn a span {
    font-size: 16px;
  }
  .box_hamburger .box_btn a span::before {
    width: 16px;
    height: 16px;
    -webkit-mask-size: 16px;
            mask-size: 16px;
  }
  .box_hamburger .menu_trigger {
    width: 44px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .box_hamburger .menu_trigger .box {
    width: 26px;
    height: 14px;
    margin-inline: auto;
    position: relative;
  }
  .box_hamburger .menu_trigger .box span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .box_hamburger .menu_trigger .box span:first-of-type {
    top: 0;
  }
  .box_hamburger .menu_trigger .box span:nth-of-type(2) {
    top: 6px;
  }
  .box_hamburger .menu_trigger .box span:nth-of-type(3) {
    top: 12px;
  }
  .box_hamburger .menu_trigger .text {
    display: block;
    font-family: "ZenOldMinchoMedium", serif;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .box_hamburger .menu_trigger .text::before {
    content: "MENU";
  }
}
@media screen and (max-width: 1400px) and (hover: hover) {
  .box_hamburger .menu_trigger:hover .box span {
    background: #988138;
  }
  .box_hamburger .menu_trigger:hover .text {
    color: #988138;
  }
}
@media screen and (max-width: 1400px) {
  .box_hamburger .menu_trigger.-active {
    width: 92px;
    height: 86px;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10005;
    background: #EEEAE1;
  }
  .box_hamburger .menu_trigger.-active .box span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .box_hamburger .menu_trigger.-active .box span:first-of-type {
    top: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .box_hamburger .menu_trigger.-active .box span:nth-of-type(2) {
    opacity: 0;
  }
  .box_hamburger .menu_trigger.-active .box span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 4px;
  }
  .box_hamburger .menu_trigger.-active .text::before {
    content: "CLOSE";
  }
  #area_nav .logo.navin {
    display: none;
  }
  #area_nav.-active {
    width: 428px;
  }
  #area_nav.-active .logo.navin {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
  }
  #area_nav.-active .box_hamburger {
    width: 100%;
    display: block;
  }
  .js-nav-area {
    width: 520px;
    height: 100vh;
    padding: 150px 60px 80px;
    display: block;
    right: -520px;
    position: fixed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    background: #fff;
  }
  .js-nav-area.-active {
    right: 0;
  }
  .js-nav-area .ul_gnav {
    text-align: center;
  }
  .js-nav-area .ul_gnav li a {
    padding: 11px 0;
    display: block;
    border-bottom: 1px solid #E5E2E0;
    font-size: 18px;
  }
  .js-nav-area .box_tel {
    margin-top: 40px !important;
    padding: 20px 0 20px;
    background: #F3F3F3;
  }
  .js-nav-area .box_tel .sp {
    display: block;
    font-family: "ZenOldMinchoMedium", serif;
    font-size: 18px;
  }
  .js-nav-area .box_tel dl dt {
    font-size: 28px;
  }
  .js-nav-area .box_tel dl dt a {
    font-size: 36px;
  }
  .js-nav-area .box_tel dl dd {
    margin-top: 12px !important;
    font-size: 14px;
  }
  .js-nav-area .box_tel dl dd br {
    display: none;
  }
  .js-nav-area .box_btn {
    width: 100%;
    margin-top: 30px;
    height: 60px;
  }
  .js-nav-area .box_btn a span {
    font-size: 18px;
  }
  .js-nav-area .box_btn a span::before {
    width: 18px;
    height: 18px;
    -webkit-mask-size: 18px;
            mask-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: min(13.8666666667vw, 104px);
    background: #fff;
    padding: 0;
  }
  .header_inner > .logo {
    padding-left: 3.1%;
    padding-top: 0;
    z-index: 999999;
  }
  .header_inner > .logo a {
    padding-top: 0;
    top: 0.1em;
  }
  .header_inner > .logo a .img {
    width: min(22.4vw, 168px);
  }
  .header_inner > .logo a h1 {
    margin: 0 0 0 1.1em;
    font-size: min(3.2vw, 24px);
    line-height: 1.45;
    letter-spacing: -0.06em;
  }
  .box_hamburger .logo.navin {
    display: none !important;
  }
  .box_hamburger .box_btn {
    width: min(14.9333333333vw, 112px);
    height: min(13.8666666667vw, 104px);
    margin-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: 1px solid #E5E2E0;
    border-right: 1px solid #E5E2E0;
  }
  .box_hamburger .box_btn a {
    padding-top: 0.4em;
    background: #fff;
  }
  .box_hamburger .box_btn a span {
    font-size: min(2.6666666667vw, 20px);
    color: #000;
    padding-bottom: 0;
  }
  .box_hamburger .box_btn a span.sp {
    display: block;
  }
  .box_hamburger .box_btn a span::before {
    width: min(4.2666666667vw, 32px);
    height: min(4.2666666667vw, 32px);
    -webkit-mask-size: min(4.2666666667vw, 32px);
            mask-size: min(4.2666666667vw, 32px);
    background: #000;
    display: block;
    margin-inline: auto;
  }
  .box_hamburger .menu_trigger {
    width: min(14.9333333333vw, 112px);
    padding-top: 2vw;
  }
  .box_hamburger .menu_trigger .box {
    width: min(4.2666666667vw, 32px);
    height: 9px;
  }
  .box_hamburger .menu_trigger .box span {
    height: 1px;
  }
  .box_hamburger .menu_trigger .box span:nth-of-type(2) {
    top: 4px;
  }
  .box_hamburger .menu_trigger .box span:nth-of-type(3) {
    top: 8px;
  }
  .box_hamburger .menu_trigger .text {
    font-size: min(2.6666666667vw, 20px);
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .box_hamburger .menu_trigger:hover .box span {
    background: #988138;
  }
  .box_hamburger .menu_trigger:hover .text {
    color: #988138;
  }
}
@media screen and (max-width: 768px) {
  .box_hamburger .menu_trigger.-active {
    width: min(14.9333333333vw, 112px);
    height: min(13.8666666667vw, 104px);
  }
  .box_hamburger .menu_trigger.-active .box span:first-of-type {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .box_hamburger .menu_trigger.-active .box span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #area_nav.-active {
    width: calc(100% - min(14.9333333333vw, 112px));
    position: absolute;
    top: 0;
    left: 0;
  }
  #area_nav.-active .box_hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-nav-area {
    width: 100vw;
    padding: 20.6vw 4% 4vw;
    right: -100vw;
  }
  .js-nav-area .ul_gnav li a {
    padding: 2.7vw 0;
    font-size: min(4.2666666667vw, 16px);
  }
  .js-nav-area .box_tel {
    width: 86%;
    margin: 7vw auto 0 !important;
    padding: 4.8vw 0 5vw;
  }
  .js-nav-area .box_tel .sp {
    font-size: min(3.7333333333vw, 14px);
  }
  .js-nav-area .box_tel dl {
    margin-top: 1.5vw;
  }
  .js-nav-area .box_tel dl dt {
    font-size: min(5.3333333333vw, 20px);
  }
  .js-nav-area .box_tel dl dt a {
    font-size: min(7.4666666667vw, 28px);
    position: relative;
  }
  .js-nav-area .box_tel dl dt a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    right: 0;
    bottom: 0.1em;
  }
  .js-nav-area .box_tel dl dd {
    margin-top: 12px !important;
    font-size: min(3.2vw, 12px);
  }
  .js-nav-area .box_btn {
    width: 76%;
    margin: 5.5vw auto 0;
  }
}
#overlay.-active {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
}

footer {
  padding: 0 0 3em;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 10vw;
  }
}
footer .area_contact {
  max-width: 880px;
  padding: min(6.9696969697vw, 92px) 0 min(4.2424242424vw, 56px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
footer .area_contact .tit_contact {
  font-family: "ZenOldMinchoMedium", serif;
  font-size: min(2.1212121212vw, 28px);
}
footer .area_contact .txt_contact {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  footer .area_contact {
    max-width: 78%;
    padding: 10vw 0 10vw;
  }
  footer .area_contact .tit_contact {
    font-size: min(5.3333333333vw, 20px);
  }
  footer .area_contact .txt_contact {
    margin-top: 2vw;
  }
}
footer .box_management .name {
  font-family: "ZenOldMinchoMedium", serif;
  text-align: center;
}
footer .box_management .img {
  width: min(32.5757575758vw, 430px);
  margin: 0.6em auto 0;
}
footer .box_management .img a {
  display: block;
}
@media (hover: hover) {
  footer .box_management .img a:hover {
    opacity: 0.7;
  }
}
footer .box_management .ul_sns {
  margin-top: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.3em;
}
footer .box_management .ul_sns li {
  width: min(1.8181818182vw, 24px);
}
@media screen and (max-width: 768px) {
  footer .box_management .img {
    width: 90%;
    margin: 1vw auto 0;
  }
  footer .box_management .ul_sns {
    margin-top: 5vw;
    gap: 0 1.6em;
  }
  footer .box_management .ul_sns li {
    width: min(6.4vw, 24px);
  }
}
footer .copyright {
  margin-top: min(1.6666666667vw, 22px);
  text-align: center;
  display: block;
  font-size: min(1.0606060606vw, 14px);
  font-family: "CormorantGaramond", serif;
  font-weight: 700;
  color: #B9B9B9;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 3.5vw;
    font-size: min(2.6666666667vw, 10px);
  }
}
footer #js_pagetop {
  width: min(5.1515151515vw, 68px);
  height: min(5.1515151515vw, 68px);
  background: url(../../assets/img/icon_arrow2.svg) no-repeat center #A19779;
  background-size: min(1.5151515152vw, 20px);
  position: fixed;
  right: min(1.5151515152vw, 20px);
  bottom: min(2.6515151515vw, 35px);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 100;
}
@media (hover: hover) {
  footer #js_pagetop:hover {
    background-color: #988138;
  }
}
@media screen and (max-width: 768px) {
  footer #js_pagetop {
    width: min(10.6666666667vw, 40px);
    height: min(10.6666666667vw, 40px);
    background-size: min(3.2vw, 12px);
    right: min(2.1333333333vw, 8px);
    bottom: min(2.1333333333vw, 8px);
  }
}

@media screen and (max-width: 768px) {
  .header_inner {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  }
}
main {
  padding: 174px 0 123px;
}
@media screen and (min-width: 769px) {
  main {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding: 8.5rem 0 3.8rem;
  }
}

.inner {
  max-width: 900px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.4%;
  }
}

@media screen and (min-width: 769px) {
  .tit_content {
    padding-top: 81px;
  }
  .tit_content .en {
    font-size: 168px;
  }
  .tit_content .jp {
    font-size: 36px;
  }
  .tit_content .sub {
    margin: -1.1em 0 0.3em;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tit_content {
    padding-top: 1.1em;
  }
  .tit_content .sub {
    margin: -2.1em 0 0;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .is-confirm .tit_content,
  #thanks .tit_content {
    padding-top: 3.2em;
  }
}

.txt_info {
  margin-top: 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .txt_info {
    margin-top: 1.1rem;
    text-align: left;
  }
}

::-webkit-input-placeholder {
  color: #B9B9B9;
  opacity: 1;
}

::-moz-placeholder {
  color: #B9B9B9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B9B9B9;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  border-color: transparent;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
.mfp_element_all {
  max-width: 100%;
  width: 100%;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 15px 18px;
  border: solid 2px #E5E2E0;
  background: #F3F3F3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea,
  .mfp_element_all {
    padding: 0.75em 0.8em;
  }
}

textarea,
.mfp_element_textarea {
  width: 100% !important;
  height: 240px !important;
  resize: both;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  textarea,
  .mfp_element_textarea {
    height: 64vw !important;
  }
}

input[type=checkbox] {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 0.7em;
  padding: 0;
  border: 2px solid #E5E2E0;
  background: #F3F3F3;
  vertical-align: -7px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=checkbox] + span {
  cursor: pointer;
}
input[type=checkbox]:checked:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 3px;
  border-color: #000;
  background: url(../img/contact/icon_check.png) no-repeat center #000;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
    margin-right: 0.6rem;
  }
  input[type=checkbox]:checked:before {
    width: min(6.4vw, 24px);
    height: min(6.4vw, 24px);
    background-size: 16px;
  }
}

form#mailformpro label, form#mailformpro label.mfp_checked, form#mailformpro label.mfp_not_checked {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
form#mailformpro label span, form#mailformpro label.mfp_checked span, form#mailformpro label.mfp_not_checked span {
  display: inline-block;
  line-height: 28px;
}

body.is-confirm .ver_normal {
  display: none;
}
body.is-confirm .ver_confirm {
  display: block;
}

.ver_normal {
  display: block;
}

.ver_confirm {
  display: none;
}

#mfp_loading_screen,
#mfp_overlay_background {
  pointer-events: none;
}

.mark {
  width: 54px;
  height: 24px;
  margin-right: 14px;
  display: inline-block;
  background: #B41A1A;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  .mark {
    width: min(10.6666666667vw, 40px);
    height: min(5.3333333333vw, 20px);
    line-height: min(5.3333333333vw, 20px);
    font-size: min(3.2vw, 12px);
    top: -0.2em;
  }
}

form#mailformpro {
  padding: 0;
}
form#mailformpro dl.dl_mailform {
  margin-top: 50px;
}
form#mailformpro dl.dl_mailform dt, form#mailformpro dl.dl_mailform dd {
  width: 100%;
  padding: 0;
  font-size: 18px;
  text-align: left;
  float: none;
  border: none;
}
form#mailformpro dl.dl_mailform dt {
  font-family: "ZenOldMinchoMedium", serif;
  font-weight: 500;
  font-size: 20px;
}
form#mailformpro dl.dl_mailform dt .mark {
  margin-right: 12px;
}
form#mailformpro dl.dl_mailform dd {
  margin-top: 14px;
  padding-bottom: 35px;
}
form#mailformpro dl.dl_mailform dd.message {
  padding-bottom: 0;
}
form#mailformpro .ul_check_column li + li {
  margin-top: 20px;
}
form#mailformpro .ul_check_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.72rem;
}
form#mailformpro .txt_privacy {
  margin-top: 33px;
  text-align: center;
}
form#mailformpro .txt_privacy a {
  padding-right: 1.2em;
}
form#mailformpro .txt_privacy a::after {
  width: 18px;
  height: 18px;
  right: 0;
}
form#mailformpro .box_agree {
  width: 620px;
  margin: 34px auto 60px;
  padding: 30px 0 30px;
  border: 2px solid #E5E2E0;
  text-align: center;
  font-weight: 700;
  position: relative;
}
form#mailformpro .box_agree .mark {
  margin: 0 6px 0 4px;
  background: #B41A1A;
  vertical-align: top;
  position: relative;
  top: 6px;
}
form#mailformpro .box_agree.has-error {
  border-color: #B41A1A;
}
form#mailformpro .box_agree.has-error input[type=checkbox] {
  border-color: #B41A1A;
  background: #FFEFEF;
}
form#mailformpro .box_agree .mfp_err {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin-inline: auto;
  text-align: center;
}
form#mailformpro .mfp_buttons.box_btn {
  width: 440px;
  height: 68px;
  margin-inline: auto;
  padding: 0;
  line-height: 1;
  position: relative;
}
form#mailformpro .mfp_buttons.box_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/contact/icon_arrow.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
form#mailformpro .mfp_buttons.box_btn button,
form#mailformpro .mfp_buttons.box_btn button.mfp_element_submit {
  width: 100%;
  height: 100%;
  background: #000;
  border: none;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form#mailformpro .mfp_buttons.box_btn button span,
form#mailformpro .mfp_buttons.box_btn button.mfp_element_submit span {
  font-size: 20px;
  color: #fff;
  text-shadow: none;
  font-family: "ZenOldMinchoMedium", serif;
}
@media (hover: hover) {
  form#mailformpro .mfp_buttons.box_btn button:hover,
  form#mailformpro .mfp_buttons.box_btn button.mfp_element_submit:hover {
    background: #988138;
  }
}
@media screen and (max-width: 768px) {
  form#mailformpro {
    padding: 0;
  }
  form#mailformpro dl.dl_mailform {
    margin-top: 1.6rem;
  }
  form#mailformpro dl.dl_mailform dt {
    font-size: min(4.8vw, 18px);
  }
  form#mailformpro dl.dl_mailform dt .mark {
    margin-right: 0.5rem;
  }
  form#mailformpro dl.dl_mailform dd {
    margin-top: 0.6rem;
    padding-bottom: 1.2rem;
    font-size: min(4.2666666667vw, 16px);
  }
  form#mailformpro .ul_check_column li + li {
    margin-top: 0.8rem;
  }
  form#mailformpro .ul_check_row {
    gap: 0.7rem 0;
  }
  form#mailformpro .ul_check_row li {
    width: 26.5%;
  }
  form#mailformpro .txt_privacy {
    margin-top: 1.3rem;
    text-align: left;
  }
  form#mailformpro .txt_privacy a {
    padding-right: 1.2em;
  }
  form#mailformpro .txt_privacy a::after {
    width: 1em;
    height: 1em;
  }
  form#mailformpro .box_agree {
    width: 100%;
    margin: 1.6rem auto 2.2rem;
    padding: 1.4rem 0 1.3rem;
    font-size: min(4.2666666667vw, 16px);
  }
  form#mailformpro .box_agree input {
    margin-right: 0.3em;
  }
  form#mailformpro .box_agree.has-error {
    margin-bottom: 4rem;
  }
  form#mailformpro .box_agree .mark {
    margin: 0 0.4em 0 0;
  }
  form#mailformpro .box_agree .mfp_err {
    bottom: -2rem;
  }
  form#mailformpro .mfp_buttons.box_btn {
    width: 78%;
    height: min(14.9333333333vw, 56px);
    margin-inline: auto;
  }
  form#mailformpro .mfp_buttons.box_btn button span {
    font-size: min(4.2666666667vw, 16px);
  }
  form#mailformpro .mfp_buttons.box_btn::after {
    width: 0.9em;
    height: 0.9em;
    right: 0.9rem;
  }
  form#mailformpro .mfp_buttons.box_btn button.mfp_element_submit span {
    font-size: min(4.2666666667vw, 16px);
  }
}

#top-error-message {
  height: 60px;
  margin-top: 45px;
  text-align: center;
  background: #FFEFEF;
  color: #B41A1A;
  font-size: 24px;
  font-weight: 700;
  display: none;
  line-height: 60px;
}
#top-error-message > span {
  padding-left: 1.4em;
  position: relative;
}
#top-error-message > span::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/contact/icon_error.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  #top-error-message {
    font-size: min(2.3460410557vw, 24px);
  }
  #top-error-message span::before {
    width: min(2.7370478983vw, 28px);
    height: min(2.7370478983vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  #top-error-message {
    height: 3.2rem;
    margin-top: 1.5rem;
    font-size: min(4.8vw, 18px);
    line-height: 3.2rem;
  }
  #top-error-message > span {
    padding-left: 1.4em;
  }
  #top-error-message > span::before {
    width: min(5.3333333333vw, 20px);
    height: min(5.3333333333vw, 20px);
  }
  #top-error-message > span span {
    display: none;
  }
}

div.mfp_err {
  margin: 5px 0 0;
  padding: 0;
  font-size: 16px;
  color: #B41A1A;
  background: none;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  div.mfp_err {
    margin-top: 0.7rem;
    font-size: min(3.7333333333vw, 14px);
  }
}

.has-error input,
.has-error textarea {
  background: #FFEFEF;
  border: 2px solid #B41A1A;
}
.has-error input:focus-visible,
.has-error textarea:focus-visible {
  border-color: transparent;
}

#mfp_phase_confirm_inner h4 {
  display: none;
}

table#mfp_confirm_table {
  margin: 45px auto 0;
}
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  width: 100%;
  display: block;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
table#mfp_confirm_table tr th {
  font-size: 20px;
  font-family: "ZenOldMinchoMedium", serif;
}
table#mfp_confirm_table tr th::before {
  content: "必須";
  width: 54px;
  height: 24px;
  margin-right: 14px;
  display: inline-block;
  background: #B41A1A;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  top: -2px;
}
table#mfp_confirm_table tr td {
  padding-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  table#mfp_confirm_table {
    margin: 1.8em auto 0;
  }
  table#mfp_confirm_table tr th {
    font-size: min(4.2666666667vw, 16px);
  }
  table#mfp_confirm_table tr th::before {
    width: min(10.6666666667vw, 40px);
    height: min(5.3333333333vw, 20px);
    line-height: min(5.3333333333vw, 20px);
    font-size: min(3.2vw, 12px);
    top: -0.2em;
  }
  table#mfp_confirm_table tr td {
    padding-bottom: 1.2em;
    font-size: min(3.7333333333vw, 14px);
  }
}

body.is-confirm .txt_info {
  margin-top: 18px;
}
body.is-confirm .mfp_buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.is-confirm #mfp_button_send,
body.is-confirm #mfp_button_cancel {
  padding: 0;
  font-family: "ZenOldMinchoMedium", serif;
  font-size: 20px;
  border: none;
  border-radius: 0;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.is-confirm #mfp_button_send {
  width: 440px;
  height: 68px;
  position: relative;
  background: #000;
  color: #fff;
  text-shadow: 0 0 0 #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.is-confirm #mfp_button_send::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/contact/icon_arrow.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media (hover: hover) {
  body.is-confirm #mfp_button_send:hover {
    background: #988138;
  }
}
body.is-confirm #mfp_button_cancel {
  margin: 10px auto 0;
  display: inline-block;
  background: none;
  text-shadow: none;
  cursor: pointer;
  outline: none;
  position: relative;
}
body.is-confirm #mfp_button_cancel::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  body.is-confirm #mfp_button_cancel:hover {
    color: #988138;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body.is-confirm #mfp_button_cancel:hover::after {
    background: #988138;
  }
}
@media screen and (max-width: 768px) {
  body.is-confirm .txt_info {
    margin-top: 1.3em;
  }
  body.is-confirm .mfp_buttons {
    margin-top: 0.5em;
  }
  body.is-confirm #mfp_button_send,
  body.is-confirm #mfp_button_cancel {
    font-size: min(4.2666666667vw, 16px);
  }
  body.is-confirm #mfp_button_send {
    width: 78.5%;
    height: min(14.9333333333vw, 56px);
  }
  body.is-confirm #mfp_button_send::after {
    width: min(3.7333333333vw, 14px);
    height: min(3.7333333333vw, 14px);
    right: 1em;
  }
  body.is-confirm #mfp_button_cancel {
    margin: 0.3em auto 0;
  }
}

#thanks {
  padding-top: 167px;
}
#thanks .txt_thanks {
  margin-top: 17px;
}
#thanks .txt_thanks p + p {
  margin-top: 35px;
}
#thanks .box_tel {
  margin: 58px 0 100px;
  padding: 26px 0 20px;
  border: 2px solid #E5E2E0;
}
#thanks .box_tel dl dd {
  margin-top: 0.3rem;
  font-family: "ZenOldMinchoMedium", serif;
  font-size: 28px;
}
#thanks .box_tel dl dd a {
  font-size: 36px;
}
@media screen and (min-width: 769px) {
  #thanks .box_tel dl dd a {
    pointer-events: none;
  }
}
#thanks .box_tel .time {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #thanks {
    padding-top: 8.3rem;
  }
  #thanks .txt_thanks {
    margin-top: 1rem;
  }
  #thanks .txt_thanks p {
    font-size: min(3.7333333333vw, 14px);
  }
  #thanks .txt_thanks p + p {
    margin-top: 1.8rem;
  }
  #thanks .box_tel {
    width: 88%;
    margin: 2rem auto 4rem;
    padding: 1.4rem 0 1rem;
  }
  #thanks .box_tel dl dt {
    font-size: min(3.7333333333vw, 14px);
  }
  #thanks .box_tel dl dd {
    font-size: min(5.3333333333vw, 20px);
  }
  #thanks .box_tel dl dd a {
    font-size: min(7.4666666667vw, 28px);
    position: relative;
  }
  #thanks .box_tel dl dd a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    right: 0;
    bottom: 0.1em;
  }
  #thanks .box_tel .time {
    font-size: min(3.2vw, 12px);
    line-height: 1.6;
    margin-top: 0.4rem;
  }
}