@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;
  cursor: pointer;
}

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: "ZenOldMincho-Medium";
  font-display: swap;
  font-weight: 500;
  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");
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.eot") format("eot"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerifSC-Medium";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/NotoSerifSC-Medium.woff2") format("woff2"), url("../fonts/NotoSerifSC-Medium.woff") format("woff"), url("../fonts/NotoSerifSC-Medium.eot") format("eot"), url("../fonts/NotoSerifSC-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansSC";
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
  src: url("../fonts/NotoSansSC-VariableFont_wght.woff2") format("woff2"), url("../fonts/NotoSansSC-VariableFont_wght.woff") format("woff"), url("../fonts/NotoSansSC-VariableFont_wght.eot") format("eot"), url("../fonts/NotoSansSC-VariableFont_wght.ttf") format("truetype");
}
html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html.is-no-smooth {
  scroll-behavior: auto;
}

body {
  --font-mincho: ZenOldMincho-Medium, ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, 游明朝, YuMincho, ＭＳ Ｐ明朝, MS PMincho, serif;
  --font-gothic: ZenKakuGothicNew-Medium, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
  --font-gothic-bold: ZenKakuGothicNew-Bold, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
  font-family: var(--font-mincho);
  font-weight: 500;
  line-height: 2;
  overflow-x: hidden;
  color: #302B28;
  -webkit-font-smoothing: antialiased;
  font-size: min(18 / 1320 * 100vw, 18px);
  background: url(../img/bg_grad.png) repeat-y center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: min(16 / 375 * 100vw, 16px);
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}
body#lang_zh-cn {
  --font-mincho: NotoSerifSC-Medium, serif;
  --font-gothic: NotoSansSC, sans-serif;
  --font-gothic-bold: NotoSansSC, sans-serif;
}

.wrapper {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .pc, .pc.middle {
    display: block;
  }
  .middle {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .middle {
    display: block;
  }
  .pc, .pc.middle {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc, .pc.middle {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
a {
  color: #302B28;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media screen and (min-width: 1721px) {
  .inner {
    width: 1720px;
    padding: 0 100px;
  }
}
.inner {
  width: min(100%, 1720px);
  margin: 0 auto;
  padding: 0 min(5.2083333333%, 100px);
}
.inner.narrow {
  width: min(100%, 1280px);
  padding: 0 min(7.8125%, 100px);
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.4%;
  }
  .inner.narrow {
    width: 100%;
    padding: 0 5.3333333333%;
  }
}

.flex_wrap,
.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.en {
  font-family: var(--font-mincho);
  font-weight: 500;
}

#header {
  width: 100%;
  height: min(90 / 1320 * 100vw, 90px);
  padding: min(20 / 1320 * 100vw, 20px) min(50 / 1320 * 100vw, 50px) min(20 / 1320 * 100vw, 20px) min(40 / 1320 * 100vw, 40px);
  border-bottom: 1px solid #EBE6E0;
  position: absolute;
  top: 0;
  z-index: 20005;
}
#header.scroll {
  position: fixed;
  background: #fff;
}
#header.scroll .btn.search a {
  border: 1px solid #584B41;
}
#header .header_inner {
  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;
}
#header .logo {
  width: min(308 / 1320 * 100vw, 308px);
}
@media screen and (max-width: 768px) {
  #header {
    height: min(60 / 375 * 100vw, 60px);
    padding: 0.8em 5% 1em;
  }
  #header .logo {
    width: min(185 / 375 * 100vw, 185px);
  }
}
#header #header_btn {
  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;
  gap: 0 0;
  z-index: 10002;
}
#header #header_btn .btn {
  min-width: min(152 / 1320 * 100vw, 152px);
  width: auto;
  height: min(48 / 1320 * 100vw, 48px);
}
#header #header_btn .btn a span {
  font-size: min(16 / 1320 * 100vw, 16px);
}
#header #header_btn .btn.search a, #header #header_btn .btn.form a {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0.6em;
}
#header #header_btn .btn.language {
  width: min(136 / 1320 * 100vw, 136px);
  height: min(32 / 1320 * 100vw, 32px);
  margin-right: min(8 / 1320 * 100vw, 8px);
}
#header #header_btn .btn.language > a {
  font-family: var(--font-mincho);
}
#header #header_btn .btn.language > a span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header #header_btn .btn.language > a span::before, #header #header_btn .btn.language > a span::after {
  background-color: #584B41;
}
#header #header_btn .btn.language > a span::before {
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  -webkit-mask: url(../img/icon_globe.svg);
          mask: url(../img/icon_globe.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin-left: 0.5em;
  left: -0.4em;
  top: -0.2em;
}
#header #header_btn .btn.language > a span::after {
  content: "";
  display: inline-block;
  width: min(8 / 1320 * 100vw, 8px);
  height: min(5 / 1320 * 100vw, 5px);
  -webkit-mask: url(../img/icon_triangle.svg);
          mask: url(../img/icon_triangle.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: relative;
  margin-left: 0.5em;
}
@media (hover: hover) {
  #header #header_btn .btn.language > a:hover {
    background: none;
  }
  #header #header_btn .btn.language > a:hover span {
    color: #A28777;
  }
  #header #header_btn .btn.language > a:hover span::before, #header #header_btn .btn.language > a:hover span::after {
    background-color: #A28777;
  }
}
#header #header_btn .btn.language .ul_language {
  height: 0;
  margin-top: min(10 / 1320 * 100vw, 10px);
  background: #584B41;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header #header_btn .btn.language .ul_language.open {
  height: min(150 / 1320 * 100vw, 150px);
}
#header #header_btn .btn.language .ul_language li a {
  height: auto;
  padding: min(8 / 1320 * 100vw, 8px) 0;
  font-family: var(--font-gothic);
  font-size: min(16 / 1320 * 100vw, 16px);
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  border-radius: 0;
}
#header #header_btn .btn.language .ul_language li.active a {
  color: #A28777;
}
@media (hover: hover) {
  #header #header_btn .btn.language .ul_language li:hover a {
    background: #A28777;
    color: #fff;
  }
  #header #header_btn .btn.language .ul_language li:hover.active {
    color: #fff;
  }
}
#header #header_btn .btn.search a > span::before, #header #header_btn .btn.form a > span::before {
  top: -0.2em;
}
#header #header_btn .btn.form {
  margin: 0 min(30 / 1320 * 100vw, 30px) 0 min(20 / 1320 * 100vw, 20px);
}
#header #header_btn .btn.form a {
  border-color: #584B41;
  background: #584B41;
}
@media (hover: hover) {
  #header #header_btn .btn:hover:not(.language) a {
    background: #A28777;
    color: #fff;
    border-color: #A28777;
  }
  #header #header_btn .btn:hover:not(.language) a span::before,
  #header #header_btn .btn:hover:not(.language) a span::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #header #header_btn .btn a span {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  #header #header_btn .btn.language {
    width: min(88 / 375 * 100vw, 88px);
    height: min(24 / 375 * 100vw, 24px);
    margin-right: 1.3em;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  }
  #header #header_btn .btn.language a span {
    font-size: min(10 / 375 * 100vw, 10px);
  }
  #header #header_btn .btn.language a span::before {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
    margin-left: 0.5em;
    left: -0.4em;
    top: -0.2em;
  }
  #header #header_btn .btn.language a span::after {
    width: min(6 / 375 * 100vw, 6px);
    height: min(3 / 375 * 100vw, 3px);
    margin-left: 0.5em;
  }
  #header #header_btn .btn.language .ul_language {
    margin-top: min(10 / 375 * 100vw, 10px);
  }
  #header #header_btn .btn.language .ul_language.open {
    height: min(125 / 375 * 100vw, 125px);
  }
  #header #header_btn .btn.language .ul_language li a {
    height: auto;
    padding: min(8 / 375 * 100vw, 8px) 0;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #header #header_btn .btn.search, #header #header_btn .btn.form {
    display: none;
  }
}
#header .menu_trigger {
  width: min(40 / 1320 * 100vw, 40px);
  height: min(40 / 1320 * 100vw, 40px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#header .menu_trigger .btnin {
  position: absolute;
  top: 0;
  left: 0;
}
#header .menu_trigger .box {
  width: min(40 / 1320 * 100vw, 40px);
  height: min(12 / 1320 * 100vw, 12px);
  display: block;
  position: relative;
  top: min(3 / 1320 * 100vw, 3px);
}
#header .menu_trigger .box span {
  display: block;
  width: min(40 / 1320 * 100vw, 40px);
  height: min(1 / 1320 * 100vw, 1px);
  background: #584B41;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .menu_trigger .box span:first-of-type {
  top: 0;
}
#header .menu_trigger .box span:nth-of-type(2) {
  top: min(6 / 1320 * 100vw, 6px);
}
#header .menu_trigger .box span:nth-of-type(3) {
  top: min(12 / 1320 * 100vw, 12px);
}
#header .menu_trigger .text {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .menu_trigger .text::before {
  content: "Menu";
  font-family: var(--font-mincho);
  font-size: min(16 / 1320 * 100vw, 16px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .menu_trigger.-active .box span:first-of-type {
  top: min(5 / 1320 * 100vw, 5px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#header .menu_trigger.-active .box span:nth-of-type(2) {
  opacity: 0;
}
#header .menu_trigger.-active .box span:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: min(5 / 1320 * 100vw, 5px);
}
#header .menu_trigger.-active .text::before {
  content: "Close";
}
@media (hover: hover) {
  #header .menu_trigger:hover .box span {
    background: #A28777;
  }
  #header .menu_trigger:hover .text::before {
    color: #A28777;
  }
}
@media screen and (max-width: 768px) {
  #header .menu_trigger {
    width: min(28 / 375 * 100vw, 28px);
    height: min(32 / 375 * 100vw, 32px);
  }
  #header .menu_trigger .box {
    width: min(28 / 375 * 100vw, 28px);
    height: 11px;
    top: min(3 / 375 * 100vw, 3px);
  }
  #header .menu_trigger .box span {
    display: block;
    width: 100%;
    height: 1px;
  }
  #header .menu_trigger .box span:nth-of-type(2) {
    top: 5px;
  }
  #header .menu_trigger .box span:nth-of-type(3) {
    top: 10px;
  }
  #header .menu_trigger .text {
    line-height: 1.9;
  }
  #header .menu_trigger .text::before {
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #header .menu_trigger.-active .box span:first-of-type {
    top: 5px;
  }
  #header .menu_trigger.-active .box span:nth-of-type(3) {
    top: 5px;
  }
}
#header.-active {
  padding-top: min(40 / 1320 * 100vw, 40px);
  padding-right: min(44 / 1320 * 100vw, 44px);
}
#header.-active #header_btn .btn.language {
  margin-right: min(40 / 1320 * 100vw, 40px);
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
#header.-active #header_btn .btn.search, #header.-active #header_btn .btn.form {
  display: none;
}
@media screen and (max-width: 768px) {
  #header.-active {
    padding: 0.8em 5% 1em;
    position: fixed;
  }
  #header.-active #header_btn .btn.language {
    margin-right: 1.3em;
  }
}

#navigation {
  width: 0;
  height: 100vh;
  display: none;
  background: url(../img/bg_grad.png) repeat-y center;
  background-size: 100%;
  position: fixed;
  top: 0;
  right: 0%;
  z-index: 10000;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  opacity: 0;
}
#navigation.-active {
  width: min(750 / 1320 * 100vw, 750px);
  height: 100vh;
  opacity: 1;
}
#navigation .navwrap {
  min-height: 860px;
}
#navigation .navwrap .area_head {
  height: min(90 / 1320 * 100vw, 90px);
  padding: min(40 / 1320 * 100vw, 40px) min(60 / 1320 * 100vw, 60px);
}
#navigation .area_nav {
  text-align: center;
}
#navigation .area_nav ul {
  margin-top: min(70 / 1320 * 100vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(21 / 1320 * 100vw, 21px) 0;
}
#navigation .area_nav ul li a {
  font-size: min(20 / 1320 * 100vw, 20px);
}
@media (hover: hover) {
  #navigation .area_nav ul li a:hover {
    color: #A28777;
  }
}
#navigation .box_btn {
  width: min(352 / 1320 * 100vw, 352px);
  margin: min(34 / 1320 * 100vw, 34px) auto 0;
}
#navigation .box_btn .btn {
  width: 100%;
}
#navigation .box_btn .btn.search a {
  border: 1px solid #584B41;
}
#navigation .box_btn .btn.form {
  margin-top: min(20 / 1320 * 100vw, 20px);
}
#navigation .box_btn .btn.form a {
  border: none;
  background: #584B41;
}
@media (hover: hover) {
  #navigation .box_btn .btn.form a:hover {
    background: #A28777;
  }
}
#navigation .dl_tel {
  margin: min(28 / 1320 * 100vw, 28px) auto 0;
  text-align: center;
}
#navigation .dl_tel dt {
  letter-spacing: 0.02em;
}
#navigation .dl_tel dt a::before {
  position: relative;
  margin-right: 0.2em;
  top: -0.2em;
}
#navigation .dl_tel dd {
  margin-top: 0.6em;
  font-family: var(--font-gothic);
}
@media screen and (max-width: 768px) {
  #navigation.-active {
    width: 100%;
  }
  #navigation .navwrap .area_head {
    height: min(60 / 375 * 100vw, 60px);
    padding: 0.7em 5.3% 0;
    border-bottom: 1px solid #EBE6E0;
  }
  #navigation .area_nav ul {
    margin-top: 2.1em;
    gap: 1em 0;
  }
  #navigation .area_nav ul li a {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  #navigation .box_btn {
    width: min(295 / 375 * 100vw, 295px);
    margin: 1.5em auto 0;
  }
  #navigation .box_btn .btn {
    width: 100%;
  }
  #navigation .box_btn .btn.search a {
    border: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  }
  #navigation .box_btn .btn.form {
    margin-top: 1em;
  }
  #navigation .dl_tel {
    margin: 1.4em auto 0;
  }
  #navigation .dl_tel dd {
    margin-top: 0.6em;
  }
}

#overlay {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#overlay.-active {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(88, 75, 65, 0.9);
  position: fixed;
  z-index: 9999;
}

/* $ ページトップ
/*----------------------------------------*/
#pagetop {
  width: min(44 / 1320 * 100vw, 44px);
  height: min(172 / 1320 * 100vw, 172px);
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: var(--font-gothic);
  color: #fff;
  background: #000;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  bottom: min(100 / 1320 * 100vw, 100px);
  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;
  z-index: 50000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
#pagetop.show {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  #pagetop {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
#pagetop > span {
  position: relative;
  padding-top: 1.5em;
}
#pagetop > span::before {
  content: "";
  display: block;
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  background: url(../img/icon_arrow_vertical.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#pagetop > span .pc {
  display: inline-block;
}
@media (hover: hover) {
  #pagetop:hover {
    background: #A28777;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: min(44 / 375 * 100vw, 44px);
    height: min(44 / 375 * 100vw, 44px);
    font-size: min(10 / 375 * 100vw, 10px);
    border-radius: 3px 0 0 0;
    bottom: min(60 / 375 * 100vw, 60px);
  }
  #pagetop.footer {
    bottom: 0;
  }
  #pagetop > span {
    padding-top: 1.5em;
    line-height: 1;
  }
  #pagetop > span::before {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
  #pagetop > span .pc {
    display: none;
  }
}

/* $ Footer
/*----------------------------------------*/
footer {
  padding: min(80 / 1320 * 100vw, 80px) 0 0;
  background: url(../img/footer_bg_pc.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}
footer .box_title span {
  display: block;
  line-height: 1;
}
footer .box_title span.en {
  color: #A28777;
}
footer .box_title span.sub {
  margin-top: min(22 / 1320 * 100vw, 22px);
  font-size: min(28 / 1320 * 100vw, 28px);
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2.75em 0 0;
    background: url(../img/footer_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  footer .box_title span.en {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  footer .box_title span.sub {
    margin-top: 0.8em;
    font-size: min(20 / 375 * 100vw, 20px);
  }
}
footer .area_contact {
  position: relative;
}
footer .area_contact::after {
  content: "";
  display: block;
  width: 1px;
  height: min(174 / 1320 * 100vw, 174px);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 42.7631578947%;
  opacity: 0.2;
}
footer .area_contact .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
footer .area_contact .flex_wrap .box {
  margin-inline: auto;
}
footer .area_contact .wrap_search {
  width: 43.4895833333%;
}
footer .area_contact .wrap_search .box {
  width: min(352 / 1320 * 100vw, 352px);
}
footer .area_contact .wrap_search .box .btn {
  width: 100%;
  margin-top: min(34 / 1320 * 100vw, 34px);
}
footer .area_contact .wrap_contact {
  width: 56.5625%;
}
footer .area_contact .wrap_contact .box {
  width: min(603 / 1320 * 100vw, 603px);
}
footer .area_contact .wrap_contact .box .link {
  margin-top: min(34 / 1320 * 100vw, 34px);
}
footer .area_contact .wrap_contact .box .link .btn {
  width: min(352 / 1320 * 100vw, 352px);
}
footer .area_contact .wrap_contact .box .link .btn a {
  font-size: min(20 / 1320 * 100vw, 20px);
}
footer .area_contact .wrap_contact .box .link .dl_tel {
  padding: 0.4em 0.1em 0 0;
}
footer .area_contact .wrap_contact .box .link .dl_tel .tel {
  font-size: min(28 / 1320 * 100vw, 28px);
}
footer .area_contact .wrap_contact .box .link .dl_tel .tel a {
  color: #fff;
  letter-spacing: 0.02em;
}
footer .area_contact .wrap_contact .box .link .dl_tel .tel a::before {
  width: min(24 / 1320 * 100vw, 24px);
  height: min(24 / 1320 * 100vw, 24px);
  background-color: #fff;
  vertical-align: middle;
  position: relative;
  left: -0.13em;
  top: -0.23em;
}
footer .area_contact .wrap_contact .box .link .dl_tel .time {
  margin-top: 0.6em;
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: var(--font-gothic);
}
@media screen and (max-width: 768px) {
  footer .area_contact::after {
    content: none;
  }
  footer .area_contact .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .area_contact .wrap_search,
  footer .area_contact .wrap_contact {
    width: 100%;
  }
  footer .area_contact .wrap_search .box,
  footer .area_contact .wrap_contact .box {
    width: 100%;
  }
  footer .area_contact .wrap_search .box .link .btn,
  footer .area_contact .wrap_search .box .btn,
  footer .area_contact .wrap_contact .box .link .btn,
  footer .area_contact .wrap_contact .box .btn {
    width: 88%;
    margin-inline: auto;
  }
  footer .area_contact .wrap_search .box {
    margin: 0 auto;
    padding-bottom: 2.5em;
  }
  footer .area_contact .wrap_search .box .btn {
    margin-top: 1.4em;
  }
  footer .area_contact .wrap_search .box .btn a span {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  footer .area_contact .wrap_contact .box {
    margin: 0 auto;
    padding: 2.8em 0 0;
    border: none;
    position: relative;
  }
  footer .area_contact .wrap_contact .box::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: radial-gradient(circle, #fff 0.5px, transparent 0.5px);
    background-position: 0 0;
    background-size: 3px 1px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
  }
  footer .area_contact .wrap_contact .box .link {
    margin-top: 1.4em;
  }
  footer .area_contact .wrap_contact .box .link .btn a {
    font-size: min(20 / 375 * 100vw, 20px);
  }
  footer .area_contact .wrap_contact .box .link .dl_tel {
    padding: 1.3em 0.1em 0 0;
  }
  footer .area_contact .wrap_contact .box .link .dl_tel .tel {
    font-size: min(24 / 375 * 100vw, 24px);
  }
  footer .area_contact .wrap_contact .box .link .dl_tel .tel a::before {
    width: min(24 / 375 * 100vw, 24px);
    height: min(24 / 375 * 100vw, 24px);
    left: 0.2em;
    top: -0.05em;
  }
  footer .area_contact .wrap_contact .box .link .dl_tel .tel a span {
    margin-left: 0.4em;
    position: relative;
    line-height: 1;
  }
  footer .area_contact .wrap_contact .box .link .dl_tel .tel a span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0.1em;
    right: 0;
  }
  footer .area_contact .wrap_contact .box .link .dl_tel .time {
    margin-top: 1.1em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
}
footer .area_navigation {
  margin-top: min(84 / 1320 * 100vw, 84px);
  padding: min(80 / 1320 * 100vw, 80px) 0 min(100 / 1320 * 100vw, 100px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .area_navigation .flex_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .area_navigation .box_status .logo {
  width: min(540 / 1320 * 100vw, 540px);
}
footer .area_navigation .box_status .name {
  margin: 0.9em 0 0 0.3em;
  text-align: left;
}
footer .area_navigation .box_status .name img {
  width: auto;
  height: min(22 / 1320 * 100vw, 22px);
}
footer .area_navigation .box_status .add {
  margin: 2em 0 0 0.2em;
  font-size: min(18 / 1320 * 100vw, 18px);
  font-family: var(--font-gothic);
}
footer .area_navigation .box_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .area_navigation .box_navigation .ul_footer_nav {
  margin-top: -0.3em;
  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;
  gap: 0 1.6em;
}
footer .area_navigation .box_navigation .ul_footer_nav li a {
  color: #fff;
}
@media (hover: hover) {
  footer .area_navigation .box_navigation .ul_footer_nav li a:hover {
    color: #A28777;
  }
}
footer .area_navigation .box_navigation .box_copyright {
  padding-right: 0.2em;
  text-align: right;
}
footer .area_navigation .box_navigation .box_copyright .ul_policy {
  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;
  gap: 0 1.6em;
}
footer .area_navigation .box_navigation .box_copyright .ul_policy li::after {
  content: "";
  display: inline-block;
  width: min(12 / 1320 * 100vw, 12px);
  height: min(12 / 1320 * 100vw, 12px);
  background: url(../img/icon_arrow_diagonal.svg) no-repeat center top;
  margin-left: 0.4em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .area_navigation .box_navigation .box_copyright .ul_policy li a {
  color: #fff;
  font-family: var(--font-gothic);
  font-size: min(16 / 1320 * 100vw, 16px);
  text-decoration: underline;
}
@media (hover: hover) {
  footer .area_navigation .box_navigation .box_copyright .ul_policy li:hover a, footer .area_navigation .box_navigation .box_copyright .ul_policy li:hover::after {
    opacity: 0.7;
  }
}
footer .area_navigation .box_navigation .box_copyright .copyright {
  margin-top: 1.4em;
  display: inline-block;
  color: #A28777;
  font-size: min(14 / 1320 * 100vw, 14px);
}
@media screen and (max-width: 768px) {
  footer .area_navigation {
    margin-top: 2.6em;
    padding: 0 0 2em;
  }
  footer .area_navigation .inner {
    padding: 0;
  }
  footer .area_navigation .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .area_navigation .box_status {
    padding: 2.4em 5.6% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .area_navigation .box_status .logo {
    width: 95%;
  }
  footer .area_navigation .box_status .name {
    margin: 0.4em 0 0 0;
  }
  footer .area_navigation .box_status .name img {
    height: min(18.3 / 375 * 100vw, 18.3px);
  }
  footer .area_navigation .box_status .add {
    margin: 2em 0 0;
    font-size: min(12 / 375 * 100vw, 12px);
    line-height: 2.4;
  }
  footer .area_navigation .box_navigation {
    display: contents;
  }
  footer .area_navigation .box_navigation .ul_footer_nav {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  footer .area_navigation .box_navigation .ul_footer_nav li a {
    display: block;
    padding: 0.58em 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: min(14 / 375 * 100vw, 14px);
  }
  footer .area_navigation .box_navigation .box_copyright {
    margin-top: 1.6em;
    padding: 0 5.6%;
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .area_navigation .box_navigation .box_copyright .ul_policy {
    margin-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 1.6em;
  }
  footer .area_navigation .box_navigation .box_copyright .ul_policy li::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
  footer .area_navigation .box_navigation .box_copyright .ul_policy li a {
    font-size: min(12 / 375 * 100vw, 12px);
  }
  footer .area_navigation .box_navigation .box_copyright .copyright {
    margin-top: 1.4em;
    font-size: min(10 / 375 * 100vw, 10px);
  }
}

@media screen and (min-width: 769px) {
  #lang_zh-cn footer .area_contact .wrap_contact .box {
    width: min(640 / 1320 * 100vw, 640px);
  }
}

.fadeIn .up {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.hash .fadeIn .up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------*/
/* $ タイトル
/*----------------------------------------*/
.tit_left {
  padding-left: 0.5em;
  position: relative;
  font-size: min(28 / 1320 * 100vw, 28px);
}
.tit_left::before {
  content: "";
  display: block;
  width: 3px;
  height: 60%;
  background: #A28777;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media screen and (max-width: 768px) {
  .tit_left {
    padding-left: 0.5em;
    font-size: min(20 / 375 * 100vw, 20px);
  }
  .tit_left::before {
    width: 3px;
    height: 60%;
    top: 0.4em;
  }
}

.tit_dotts {
  font-size: min(24 / 1320 * 100vw, 24px);
  position: relative;
  padding-left: 0.8em;
}
.tit_dotts::before {
  content: "";
  width: min(12 / 1320 * 100vw, 12px);
  height: min(12 / 1320 * 100vw, 12px);
  display: block;
  background: #A28777;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 768px) {
  .tit_dotts {
    font-size: min(18 / 375 * 100vw, 18px);
    padding-left: 0.8em;
  }
  .tit_dotts::before {
    width: min(9 / 375 * 100vw, 9px);
    height: min(9 / 375 * 100vw, 9px);
    top: 0.8em;
  }
}

/*----------------------------------------*/
/* $ ボタン
/*----------------------------------------*/
.box_btn,
.btn {
  width: 48.6187845304%;
  height: min(64 / 1320 * 100vw, 64px);
}
.box_btn a,
.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;
  font-family: var(--font-gothic);
  font-size: 500;
  border-radius: 3px;
}
.box_btn a > span,
.btn a > span {
  position: relative;
  font-size: min(20 / 1320 * 100vw, 20px);
}
.box_btn a > span::before,
.btn a > span::before {
  content: "";
  display: inline-block;
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  vertical-align: middle;
  position: relative;
  margin-left: 0.5em;
  left: -0.4em;
  bottom: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .box_btn a:hover,
  .btn a:hover {
    border-color: #A28777;
    background: #A28777;
    color: #fff;
  }
  .box_btn a:hover::after,
  .btn a:hover::after {
    background-color: #fff;
  }
}
.box_btn.search a,
.btn.search a {
  background: #fff;
  color: #584B41;
}
.box_btn.search a > span::before,
.btn.search a > span::before {
  -webkit-mask: url(../img/icon_search.svg);
          mask: url(../img/icon_search.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #584B41;
}
.box_btn.search a span span,
.btn.search a span span {
  font-size: min(16 / 1320 * 100vw, 16px);
}
.box_btn.form a,
.btn.form a {
  border: 1px solid #fff;
  color: #fff;
}
.box_btn.form a > span::before,
.btn.form a > span::before {
  -webkit-mask: url(../img/icon_calender.svg);
          mask: url(../img/icon_calender.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #fff;
  top: -0.1em;
}
.box_btn.golist,
.btn.golist {
  height: min(64 / 1320 * 100vw, 64px);
}
.box_btn.golist a,
.btn.golist a {
  width: 100%;
  height: 100%;
  border: 1px solid #584B41;
  color: #584B41;
  font-size: min(20 / 1320 * 100vw, 20px);
  border-radius: 3px;
  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;
  position: relative;
}
.box_btn.golist a::after,
.btn.golist a::after {
  content: "";
  width: min(20 / 1320 * 100vw, 20px);
  height: min(20 / 1320 * 100vw, 20px);
  display: inline-block;
  background-color: #584B41;
  -webkit-mask: url(../img/icon_arrow_vertical.svg);
          mask: url(../img/icon_arrow_vertical.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .box_btn.golist a::after,
  .btn.golist a::after {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
  }
}
@media (hover: hover) {
  .box_btn:hover.search a, .box_btn:hover.form a, .box_btn:hover.golist a,
  .btn:hover.search a,
  .btn:hover.form a,
  .btn:hover.golist a {
    background: #A28777;
    color: #fff;
    border-color: #A28777;
  }
  .box_btn:hover.search a span::before,
  .box_btn:hover.search a span::after, .box_btn:hover.form a span::before,
  .box_btn:hover.form a span::after, .box_btn:hover.golist a span::before,
  .box_btn:hover.golist a span::after,
  .btn:hover.search a span::before,
  .btn:hover.search a span::after,
  .btn:hover.form a span::before,
  .btn:hover.form a span::after,
  .btn:hover.golist a span::before,
  .btn:hover.golist a span::after {
    background-color: #fff;
  }
  .box_btn:hover.search a::after, .box_btn:hover.form a::after, .box_btn:hover.golist a::after,
  .btn:hover.search a::after,
  .btn:hover.form a::after,
  .btn:hover.golist a::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .box_btn,
  .btn {
    width: 100%;
    height: min(52 / 375 * 100vw, 52px);
  }
  .box_btn a > span,
  .btn a > span {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .box_btn a > span::before,
  .btn a > span::before {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
    bottom: 0.1em;
  }
  .box_btn.search a span span,
  .btn.search a span span {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .box_btn.golist,
  .btn.golist {
    height: min(52 / 375 * 100vw, 52px);
  }
  .box_btn.golist a,
  .btn.golist a {
    font-size: min(16 / 375 * 100vw, 16px);
  }
}

.section {
  position: relative;
}
.section .inner {
  position: relative;
  z-index: 2;
}

.caption {
  margin-top: min(10 / 1320 * 100vw, 10px);
  font-size: min(16 / 1320 * 100vw, 16px);
  font-family: var(--font-gothic);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caption {
    margin-top: 0.4em;
    font-size: min(10 / 375 * 100vw, 10px);
  }
}

.dl_tel {
  line-height: 1;
}
.dl_tel .tel {
  font-size: min(28 / 1320 * 100vw, 28px);
}
.dl_tel .tel a {
  color: #302B28;
}
.dl_tel .tel a::before {
  content: "";
  width: min(24 / 1320 * 100vw, 24px);
  height: min(24 / 1320 * 100vw, 24px);
  display: inline-block;
  background-color: #302B28;
  -webkit-mask: url(../img/icon_tel.svg);
          mask: url(../img/icon_tel.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .dl_tel .tel a {
    pointer-events: none;
  }
}
.dl_tel .time {
  margin-top: 0.8em;
  font-size: min(14 / 1320 * 100vw, 14px);
}
@media screen and (max-width: 768px) {
  .dl_tel .tel {
    font-size: min(24 / 375 * 100vw, 24px);
  }
  .dl_tel .tel a {
    position: relative;
  }
  .dl_tel .tel a::before {
    content: "";
    width: min(24 / 375 * 100vw, 24px);
    height: min(24 / 375 * 100vw, 24px);
  }
  .dl_tel .tel a::after {
    content: "";
    width: calc(100% - min(26 / 375 * 100vw, 26px));
    height: 1px;
    background: #584B41;
    display: block;
    position: absolute;
    bottom: 0.15em;
    right: 0;
  }
  .dl_tel .time {
    margin-top: 0.8em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
}

.ol_breadcrumb {
  padding-top: min(120 / 1320 * 100vw, 120px);
}
.ol_breadcrumb li {
  font-family: var(--font-gothic);
  font-size: min(14 / 1320 * 100vw, 14px);
  line-height: 1;
  position: relative;
  display: inline-block;
}
.ol_breadcrumb li:nth-child(n+2) {
  padding-left: 2.55em;
}
.ol_breadcrumb li:nth-child(n+2)::before {
  content: "";
  display: inline-block;
  width: min(8 / 1320 * 100vw, 8px);
  height: min(14 / 1320 * 100vw, 14px);
  background: url(../img/icon_right.png) no-repeat center bottom 1px;
  background-size: 100%;
  position: absolute;
  top: -0.1em;
  left: 0.75em;
}
.ol_breadcrumb li a {
  color: #A28777;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .ol_breadcrumb {
    padding-top: min(70 / 375 * 100vw, 70px);
    line-height: 1.4;
    display: inline-block;
  }
  .ol_breadcrumb li {
    font-size: min(10 / 375 * 100vw, 10px);
    display: inline;
  }
  .ol_breadcrumb li:nth-child(n+2) {
    padding-left: 2.85em;
  }
  .ol_breadcrumb li:nth-child(n+2)::before {
    width: min(8 / 375 * 100vw, 8px);
    height: min(14 / 375 * 100vw, 14px);
    bottom: 0.05em;
  }
}

#contactarea .btn {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #contactarea dl dd .btn {
    width: 90% !important;
  }
}

@media screen and (min-width: 769px) {
  #header #header_btn .btn.language {
    margin-right: 0;
  }
}

footer .area_contact::after {
  content: none;
}

footer .area_contact .wrap_contact {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  footer .area_contact .wrap_contact .box {
    padding-top: 0;
  }
  footer .area_contact .wrap_contact .box::before {
    content: none;
  }
}