@charset "UTF-8";

/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #291000;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  background: url(../img/shared/main_bg1.jpg) repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  --serif: "Noto Serif JP";
  --sans: "Noto Sans JP";
  --zcool: "ZCOOL XiaoWei";
  --tenor: "Tenor Sans";
  --zen: "Zen Maru Gothic";
  --kaku: "Zen Kaku Gothic New";
}

section.nav-main {
  background: url(../img/shared/main_bg1.jpg) repeat;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 2.2em;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html {
  min-width: auto;
}

section.nav-main {
  border-radius: 5.3vw 5.3vw 0 0;
  margin-top: calc(150.8vw - 4.3vw);
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
#head-key .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* width: 78%; */
  width: 82.3vw;
  margin: 9.2vw auto 0;
  z-index: 9;
}

#head-top {
  padding: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .nav-header .nav li .sub {
    display: none;
  }

  .head-info .nav-h {
    display: none;
  }

  .head-info .group {
    display: none;
  }

  .head-info .ls-mvs-btn {
    display: none;
  }
}

.nav-header .nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.nav-header .nav li {
  width: 31px;
  height: 154px;
  margin-right: 14px;
  position: relative;
  text-align: left;
}

.nav-header .nav li:last-child {
  margin-right: 0;
}

.nav-header .logo-nav {
  margin: 0 auto 7.8vw;
  width: 64.8vw;
}

.nav-header .logo-nav a {
  display: inline-block;
}

.nav-header .tel-header {
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  padding: 4.5vw 0 6.8vw;
  box-sizing: border-box;
  margin-bottom: 7.6vw;
}

.nav-header .tel-header::before {
  content: "";
  position: absolute;
  inset: 1.5vw 1.5%;
  background-image: url(../img/shared/deco1.png), url(../img/shared/deco2.png),
    url(../img/shared/deco3.png), url(../img/shared/deco4.png);
  background-position: top left, top right, bottom right, bottom left;
  background-size: 5.7vw;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  z-index: 2;
}

.nav-header .tel-header dt {
  font-size: 3.5vw;
  font-family: var(--tenor);
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: 0.9vw;
}

.nav-header .tel-header dt .tit {
  font-family: var(--serif);
  font-size: 76.9230769231%;
  font-weight: 500;
}

.nav-header .tel-header dt .tel-icon {
  font-size: 192.3076923077%;
}

.nav-header .tel-header dd {
  font-size: 2.7vw;
  font-weight: 600;
  line-height: 1.6em;
}

.nav-header .btn-web {
  text-align: center;
  margin-bottom: 19.5vw;
}

.nav-header .btn-web a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #647c68;
  font-family: var(--zen);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
  width: 300px;
  height: 62px;
  border-radius: 0 23px 0 23px;
  position: relative;
}

.nav-header .btn-web a::before {
  content: "";
  width: 9px;
  background-image: url(../img/shared/arrow_style3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
}

.nav-header a.nav-main {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

.nav-header a.nav-main.active {
  color: #b1a46a;
}

.head-info {
}

.header-box {
  display: flex;
  align-items: center;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}

/* header .logo {
  width: 82.3vw;
  margin: 9.2vw auto 0;
} */

header .logo.sp {
  display: none;
}

header .logo a {
  display: inline-block;
}

.hamberger-btn {
  position: relative;
  transition: all 0.4s ease;
}

/* .hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "menu";
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--zcool);
} */

.hamberger-btn span {
  width: 22px;
  height: 1px;
  position: absolute;
  top: 55%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}

.hamberger-btn span::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}

.hamberger-btn span::after {
  top: -6px;
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}

.menu-open .hamberger-btn span {
  transform: rotate(138deg) translateX(20px);
  top: 17px;
  left: 62%;
  width: 18px;
}

.menu-open .hamberger-btn span::after {
  transform: rotate(-95deg) translateX(0px);
  top: 0;
}

.menu-open .hamberger-btn::after {
  content: none;
}

.nav-header {
  width: 100%;
  height: 100vh;
  background: url(../img/shared/main_bg2.jpg);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

body.menu-open,
body.menu-open *,
body.menu-open *:hover,
body.menu-open *:focus,
body.menu-open *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}

body.menu-open .hamberger-btn,
body.menu-open .nav-header,
body.menu-open .nav-header *,
body.menu-open #fixed-sp,
body.menu-open #fixed-sp * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.menu-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.menu-open .nav-header {
  opacity: 1;
  left: 0%;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
  z-index: 99;
}

.js-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding: 12.5vw 3.1% 80vw;
}

#head-key {
  position: relative;
  --h: 150.8vw;
  height: var(--h);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#head-key::before {
  content: "";
  position: absolute;
  inset: 3.5vw 0.8% 7.4vw;
  background-image: url(../img/shared/deco1.png), url(../img/shared/deco2.png),
    url(../img/shared/deco3.png), url(../img/shared/deco4.png);
  background-position: top left, top right, bottom right, bottom left;
  background-size: 8.8vw;
  background-repeat: no-repeat;
  z-index: 2;
}

#head-key h1 {
  color: #adadad;
  position: absolute;
  bottom: 11.2vw;
  left: 9%;
  right: 9%;
  font-size: 2.7vw;
  text-align: center;
  line-height: 1.6em;
  z-index: 2;
  text-shadow: 2px 2px 10px #000;
}

#head-key h2 {
  position: absolute;
  top: 47.4%;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
  font-weight: 400;
  font-family: var(--sans);
}

#key-box {
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--h);
  overflow: hidden;
}

#key-box .video-sec {
  height: var(--h);
  width: 100%;
}

#key-box .video-sec iframe {
}

#key-box .video-sec .mb_YTPlayer .mbYTP_wrapper {
  background-position: center center !important;
  background-size: cover !important;
}

#key-box .img {
  height: 100%;
  width: 100%;
}

#key-box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

html #socialbuttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

footer {
  color: #fff;
  background: url(../img/shared/main_bg2.jpg);
  position: relative;
  padding: 17vw 0 27.4vw;
}

footer.ft-custom .nav-ft {
  position: relative;
  padding: 5vw 0;
  z-index: 1;
  border-bottom: none;
}

footer.ft-custom .nav-ft::before {
  content: "";
  inset: 0;
  position: absolute;
  background: #4d6851;
  z-index: -1;
}

footer.ft-custom .row {
  margin: 0 3.33% 8vw;
  padding: 0 0 8vw;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
}

footer.ft-custom .left {
  margin-bottom: 12.9vw;
}

footer.ft-custom .left .logo-ft {
  width: 68.8vw;
  margin: 0px auto 7.7vw;
}

footer.ft-custom .left .slg {
  font-size: 3.5vw;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 7.5vw;
}

footer.ft-custom .left .tel-footer {
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #b1a46a;
  padding: 4.5vw 0 6.8vw;
  box-sizing: border-box;
  margin-bottom: 7.6vw;
  background-color: #fff;
  color: #67806b;
}

footer.ft-custom .left .tel-footer::before {
  content: "";
  position: absolute;
  inset: 1.5vw 1.5%;
  background-image: url(../img/shared/deco1.png), url(../img/shared/deco2.png),
    url(../img/shared/deco3.png), url(../img/shared/deco4.png);
  background-position: top left, top right, bottom right, bottom left;
  background-size: 5.7vw;
  background-repeat: no-repeat;
  z-index: 2;
  /* filter: brightness(0) invert(1); */
}

footer.ft-custom .left .tel-footer dt {
  font-size: 3.5vw;
  font-family: var(--tenor);
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: 0.9vw;
}

footer.ft-custom .left .tel-footer dt .tit {
  font-family: var(--serif);
  font-size: 76.9230769231%;
  font-weight: 500;
}

footer.ft-custom .left .tel-footer dt .tel-icon {
  font-size: 192.3076923077%;
  letter-spacing: 0.1em;
  padding-left: 2vw;
  font-weight: bold;
}

footer.ft-custom .left .tel-footer dd {
  font-size: 2.7vw;
  font-weight: 600;
  line-height: 1.6em;
}

footer.ft-custom .right .info dl {
  padding: 9px 0 10px 5px;
  display: flex;
  border-bottom: 1px dotted #c3c3bb;
  font-size: 13px;
  line-height: 1.55em;
}

footer.ft-custom .right .info dl dt {
  letter-spacing: normal;
  text-align: left;
  flex-shrink: 0;
  width: 88px;
}

footer.ft-custom .right .info dl dd {
  letter-spacing: normal;
}

footer.ft-custom .right .info dl dd span {
  padding-left: 20px;
}

footer.ft-custom .right .info dl dd .equal {
  display: inline-block;
  padding-left: 0;
  width: 78px;
}

footer.ft-custom .right .info dl dd .cus {
  padding-left: 0;
  letter-spacing: -0.05em;
}

footer div.wrap {
  padding: 0;
}

footer .nav-ft {
  display: flex;
  justify-content: center;
  margin-bottom: 42px;
  padding-bottom: 41px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
}

footer .nav-ft li {
  font-size: 14px;
  margin-right: 12px;
  width: 26px;
  height: 108px;
}

footer .nav-ft li:last-child {
  margin-right: 0;
}

footer .ls-btn-ft {
  margin-bottom: 49px;
}

footer .ls-btn-ft .btn-ft {
  text-align: center;
  margin-bottom: 13px;
  font-size: 12px;
}

footer .ls-btn-ft .btn-ft:last-child {
  margin-bottom: 0;
}

footer .ls-btn-ft .btn-ft .wr {
  position: relative;
  padding-left: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.9);
}

footer .ls-btn-ft .btn-ft .wr::before {
  content: "";
  width: 12px;
  background-image: url(../img/shared/icon_url.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
}

footer .ls-btn-ft .btn-copy .wr::before {
  bottom: 6px;
}

footer .ls-btn-ft .btn-cookie .wr::before {
  background-image: url(../img/shared/icon_cookie.png);
}

footer #socialbuttons {
  margin-bottom: 14px;
}

footer address {
  font-size: 10px;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  z-index: 102;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fixed-btn #fixed-sp {
  opacity: 1;
}

#fixed-sp ul {
  display: flex;
  height: 100%;
}

#fixed-sp ul li {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  height: 100%;
  background: url(../img/shared/main_bg2.jpg);
  position: relative;
}

#fixed-sp ul li:not(:nth-child(3)):not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d2d2d2;
  width: 1px;
  height: 41px;
}

#fixed-sp ul li:nth-child(1) {
  width: calc(0.3646322379 * (100% - 55px));
}

#fixed-sp ul li:nth-child(2) {
  width: calc(0.3489827856 * (100% - 55px));
}

#fixed-sp ul li:nth-child(3) {
  width: calc(0.2863849765 * (100% - 55px));
}

#fixed-sp ul li:nth-child(4) {
  width: 55px;
  flex-shrink: 0;
  background: url(../img/shared/main_bg4.jpg);
}

#fixed-sp ul li .fx-map::before {
  background: url(../img/shared/icon_map.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
}

#fixed-sp ul li .fx-tel::before {
  background: url(../img/shared/icon_tel.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
}

#fixed-sp ul li .fx-web::before {
  transition: all 0.5s ease;
  background: url(../img/shared/icon_web.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 16px;
}

#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--zen);
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
}

#fixed-sp ul li a::before,
#fixed-sp ul li .fx-up::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#pagetop {
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
  width: 16.8vw;
  margin: 0 auto;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }

  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}

.pc {
  display: none;
}

/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  /*=============================================
  ******************** header ******************
  *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }

  header .logo {
    width: 392px;
  }

  header .logo a {
    text-decoration: none;
  }

  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .js-scroll {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 26px 0 17px;
    height: 100%;
    overflow: visible;
  }

  /*=============================================
  ******************* nav-fixed ****************
  *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 90px;
    left: auto;
  }

  .nav-header .logo-nav {
    display: none;
  }

  .nav-header .tel-header {
    text-align: left;
    position: relative;
    border: none;
    padding: 0;
    margin-bottom: 0;
    width: auto;
    margin-right: 26px;
  }

  .nav-header .tel-header::before {
    content: none;
  }

  .nav-header .tel-header dt {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
  }

  .nav-header .tel-header dt .tit {
    font-size: 14px;
    font-weight: 400;
  }

  .nav-header .tel-header dt .tel-icon {
    font-size: 30px;
    letter-spacing: 0.1em;
    padding-left: 14px;
  }

  .nav-header .tel-header dd {
    display: none;
  }

  .nav-header .btn-web {
    margin-bottom: 0;
  }

  .nav-header .btn-web a {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    width: 167px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 0 25px 0 25px;
    color: #fff;
    background: transparent;
    padding-right: 30px;
    overflow: hidden;
  }

  .nav-header .btn-web a::before {
    filter: brightness(0) invert(1);
  }

  .nav-header .btn-web a::after {
    content: "";
    background: #b1a46a;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .nav-header .btn-web a:hover::after {
    transform: scale(2);
  }

  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }

  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: auto;
    max-width: 1000px;
    padding-top: 0;
    margin-left: auto;
  }

  .nav-header .nav li {
    width: unset;
    height: unset;
    margin-right: 0;
    text-align: center;
  }

  .nav-header .nav li:hover .sub {
    opacity: 1;
    visibility: visible;
  }

  .nav-header .nav li .sub {
    background: url(../img/shared/main_bg2.jpg) repeat;
    width: 180px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    padding-top: 25px;
  }

  .nav-header .nav li .sub li {
    border-top: 1px solid #fff;
    text-align: center;
  }

  .nav-header .nav li .sub li:last-child {
    border-bottom: none;
  }

  .nav-header .nav li .sub li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }

  .nav-header .nav li .sub li a:hover {
    opacity: 0.8;
    background: #b1a46a;
  }

  .nav-header .nav .split::after {
    content: "｜";
    display: inline-block;
    font-size: 100%;
    margin-right: 9px;
    margin-left: 9px;
  }

  .nav-header a.nav-main {
    letter-spacing: 0.05em;
    font-size: 18px;
    font-weight: 500;
    margin: 0 13px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }

  .nav-header a.nav-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transition: all 0.5s;
  }

  .nav-header a.nav-main.active {
    color: #fff;
  }

  .nav-header a.nav-main.active::after,
  .nav-header a.nav-main:hover::after {
    width: 100%;
  }

  /*=============================================
  ******************* keyvisual ****************
  *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    /* --h: 987px; */
    --h: 100vh;
  }

  #head-key::before {
    content: "";
    position: absolute;
    inset: 16px 14px 53px;
    background-image: url(../img/shared/deco1.png), url(../img/shared/deco2.png),
      url(../img/shared/deco3.png), url(../img/shared/deco4.png);
    background-position: top left, top right, bottom right, bottom left;
    background-size: 96px;
    background-repeat: no-repeat;
    z-index: 2;
  }

  #head-key .logo {
    width: 472px;
    left: 54px;
    top: 50px;
    right: unset;
    margin: 0;
  }

  #head-key h2 {
    font-size: 16px;
    top: 45.9%;
  }

  #head-key h1 {
    font-size: 12px;
    bottom: 109px;
    right: 65px;
    text-align: right;
    letter-spacing: 0.18em;
  }

  #head-key .group {
    position: absolute;
    bottom: 100px;
    left: 81px;
  }

  #head-key .tel-info {
    text-align: left;
    color: #fff;
  }

  #head-key .tel-info dt {
    font-size: 18px;
    font-family: var(--tenor);
    font-weight: 400;
    line-height: 1.45em;
    margin-bottom: 13px;
  }

  #head-key .tel-info dt .tit {
    font-family: var(--serif);
    font-size: 14px;
    font-weight: 400;
  }

  #head-key .tel-info dt .tel-icon {
    font-size: 30px;
    letter-spacing: 0.1em;
    padding-left: 12px;
  }

  #head-key .btn-web a {
    padding-right: 30px;
    width: 267px;
    height: 56px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    font-family: var(--zen);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
    border-radius: 0 35px 0 35px;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  #head-key .btn-web a::before {
    content: "";
    width: 12px;
    background-image: url(../img/shared/arrow_style3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33px;
    filter: brightness(0) invert(1);
  }

  #head-key .btn-web a::after {
    content: "";
    background: #67806b;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  #head-key .btn-web a:hover::after {
    transform: scale(2);
  }

  #head-key .ls-mvs-btn {
    position: absolute;
    bottom: 122px;
    right: 67px;
    display: flex;
    gap: 21px;
  }

  #head-key .ls-mvs-btn li a {
    color: #fff;
    font-family: var(--tenor);
    font-weight: 400;
    font-size: 21px;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s ease;
  }

  #head-key .ls-mvs-btn li a:hover {
    color: #67806b;
  }

  #head-key .ls-mvs-btn li a::before {
    content: "";
    width: 21px;
    background-image: url(../img/shared/icon_news.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  #head-key .ls-mvs-btn .map-btn a::before {
    background-image: url(../img/shared/icon_map3.png);
  }

  #head-key .nav-h {
    display: flex;
    gap: 4.5px;
    position: absolute;
    top: 71px;
    right: 61px;
  }

  #head-key .nav-h li {
    position: relative;
    cursor: default;
    width: 41px;
  }

  #head-key .nav-h li.active a {
    color: #67806b;
    font-weight: bold;
  }

  #head-key .nav-h li.active a::before {
    opacity: 1;
    visibility: visible;
  }

  #head-key .nav-h li.has-sub {
    writing-mode: vertical-lr;
    transition: all 0.3s ease;
  }

  #head-key .nav-h li.has-sub:hover {
    width: 175px;
  }

  #head-key .nav-h li.has-sub:hover .sub {
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
  }

  #head-key .nav-h li.has-sub a {
    color: #fff;
  }

  #head-key .nav-h li.has-sub a::before {
    margin: 0;
    left: 20px;
  }

  #head-key .nav-h li.has-sub .sub a {
    color: #fff;
  }

  #head-key .nav-h li .sub {
    position: relative;
    padding-right: 29px;
    padding-top: 8px;
    padding-left: 47px;
    width: 134px;
    transform: scaleX(0);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
  }

  #head-key .nav-h li .sub::before {
    content: "";
    position: absolute;
    background: url(../img/shared/pull_down.png) no-repeat;
    background-size: contain;
    width: 124px;
    height: 176px;
    top: -10px;
    left: 0;
  }

  #head-key .nav-h li .sub li {
    line-height: 1.6em;
  }

  #head-key .nav-h li .sub a::before {
    content: none;
  }

  #head-key .nav-h li .sub a:hover {
    color: #b1a46a;
    font-weight: 500;
  }

  #head-key .nav-h li a {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    transition: all 0.3s ease;
    /* text-shadow: 0 0 20px #fff, 0 0 1px #fff; */
    display: inline-block;
  }

  #head-key .nav-h li a::before {
    content: "";
    position: absolute;
    background-color: #67806b;
    bottom: calc(100% + 19px);
    left: 0;
    right: 0;
    width: 1px;
    height: 53px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  #head-key .nav-h li a:hover {
    color: #67806b;
    font-weight: bold;
  }

  #head-key .nav-h li a:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .head-info {
    display: block;
  }

  section.nav-main {
    border-radius: 40px 40px 0 0;
    margin-top: calc(100vh - 34px);
  }

  /*=============================================
  ******************* footer *******************
  *=============================================*/
  footer {
    position: relative;
    padding: 68px 0 70px;
  }

  footer.ft-custom {
    padding: 58px 0 59px;
  }

  footer.ft-custom .nav-ft {
    padding: 35px 0 34px;
    margin-bottom: 63px;
  }

  footer.ft-custom .nav-ft::before {
    inset: 0 -50vw;
  }

  footer.ft-custom .row {
    margin: 0 -100px 37px;
    padding: 0 0 76px;
    display: flex;
  }

  footer.ft-custom .left {
    width: 100%;
    max-width: 526px;
    margin: 6px 47px 0 auto;
  }

  footer.ft-custom .left .logo-ft {
    width: 433px;
    margin: 0px auto 16px;
  }

  footer.ft-custom .left .slg {
    font-size: 16px;
    margin-bottom: 37px;
    letter-spacing: normal;
  }

  footer.ft-custom .left .tel-footer {
    margin: 0 auto 44px;
    max-width: 526px;
    padding: 22px 10px 34px;
  }

  footer.ft-custom .left .tel-footer::before {
    inset: 10px;
    background-size: 32px;
  }

  footer.ft-custom .left .tel-footer dt {
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: -5px;
  }

  footer.ft-custom .left .tel-footer dt .tit {
    font-size: 16px;
  }

  footer.ft-custom .left .tel-footer dt .tel-icon {
    font-size: 35px;
    padding-left: 30px;
  }

  footer.ft-custom .left .tel-footer dd {
    font-size: 14px;
  }

  footer.ft-custom .right {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  footer.ft-custom .right .info dl {
    padding: 14px 0 14px 11px;
    font-size: 16px;
    line-height: 1.55em;
  }

  footer.ft-custom .right .info dl dt {
    letter-spacing: -0.1em;
    width: 138px;
  }

  footer.ft-custom .right .info dl dd {
    letter-spacing: normal;
  }

  footer.ft-custom .right .info dl dd a:hover {
    text-decoration: underline;
  }

  footer.ft-custom .right .info dl dd span {
    padding-left: 25px;
  }

  footer.ft-custom .right .info dl dd .equal {
    width: 105px;
  }

  footer.ft-custom .right .info dl dd .cus {
    letter-spacing: -0.05em;
  }

  footer::after {
    display: none;
  }

  footer div.wrap {
    padding: 0;
  }

  footer .nav-ft {
    margin-bottom: 36px;
    padding-bottom: 38px;
  }

  footer .nav-ft li {
    font-size: 18px;
    margin-right: 0;
    width: unset;
    height: unset;
  }

  footer .nav-ft li::after {
    content: "｜";
    display: inline-block;
    font-size: 100%;
    margin-right: 13px;
    margin-left: 13px;
  }

  footer .nav-ft li:last-child::after {
    content: none;
  }

  footer .nav-ft li a {
    transition: all 0.3s ease;
  }

  footer .nav-ft li a:hover {
    opacity: 0.7;
  }

  footer .wrap-fl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 19px 0 48px;
  }

  footer .wrap-fl .group {
    margin-top: 15px;
  }

  footer .ls-btn-ft {
    margin-bottom: 0;
  }

  footer .ls-btn-ft .btn-ft {
    text-align: left;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
  }

  footer .ls-btn-ft .btn-ft .wr {
    padding-left: 28px;
    padding-bottom: 6px;
    letter-spacing: 0.17em;
  }

  footer .ls-btn-ft .btn-ft .wr::before {
    bottom: 4px;
  }

  footer .ls-btn-ft .btn-copy .wr::before {
    bottom: 6px;
  }

  footer .ls-btn-ft .btn-copy a {
    transition: all 0.3s ease;
  }

  footer .ls-btn-ft .btn-cookie a:hover {
    opacity: 0.8;
  }

  footer #socialbuttons {
    margin-bottom: 4px;
  }

  footer address {
    font-size: 16px;
    margin-bottom: 0;
  }

  footer nav {
    text-align: center;
  }

  footer nav > a {
    margin-right: 15px;
  }

  footer nav > a + a:before {
    content: "|";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }

  footer .logo {
    text-align: center;
  }

  /*=============================================
  ***************** copyright ******************
  *=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 48px;
    margin-top: -51px;
  }

  #pagetop:hover {
    opacity: 0.9;
  }

  #socialbuttons {
    max-width: 350px;
  }

  address span {
    display: block;
  }

  address span a:hover {
    text-decoration: underline;
  }
}

.txt_thanks {
  text-align: center;
  color: #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }

  .over-img img:hover,
  img.over:hover,
  a:hover img:not(.btn):not(.non-over),
  button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }

  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}

/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
  min-width: auto;
}

html a:hover {
  text-decoration: none;
}

html .wrap {
  padding: 0 3.33%;
  width: auto;
  max-width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

html #socialbuttons .social-line {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  html #socialbuttons .social-line {
    width: auto;
    overflow: hidden;
  }

  html .wrap {
    padding: 0;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
  }
}

/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
  body {
    position: static !important;
    top: 0 !important;
    box-sizing: border-box;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt,
.txt1,
.txt2,
.txt3 {
  text-align: justify;
}

.ls-arrow .next-arrow,
.ls-arrow .prev-arrow {
  position: absolute;
  top: 35.2vw;
  aspect-ratio: 1/1;
  width: 45px;
  height: auto;
  z-index: 2;
}

.ls-arrow .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
  right: calc(50% + 30vw);
}

.ls-arrow .next-arrow {
  background: url(../img/index/arrow_right.png) no-repeat;
  background-size: contain;
  left: calc(50% + 30vw);
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: static;
  margin: 12px 0 0;
}

.slick-slider .slick-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}

.slick-slider .slick-dots li {
  margin: 0 13px;
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 100%;
  padding: 3px;
}

.slick-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #67806b;
  opacity: 1;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-slider .slick-dots button::before {
  content: none;
}

.slick-slider .slick-dots .slick-active {
  border-color: #67806b;
}

.slick-slider .slick-dots .slick-active button {
  opacity: 1;
}

.btn-all a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #67806b;
  color: #fff;
  font-family: var(--zen);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
  width: 300px;
  height: 62px;
  border-radius: 0 23px 0 23px;
  position: relative;
}

.btn-all a::before {
  content: "";
  width: 9px;
  background-image: url(../img/shared/arrow_style2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
}

.btn-all2 a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #67806b;
  font-family: var(--zen);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
  width: 300px;
  height: 62px;
  border-radius: 0 23px 0 23px;
  position: relative;
}

.btn-all2 a::before {
  content: "";
  width: 9px;
  background-image: url(../img/shared/arrow_style3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
}

@media only screen and (min-width: 768px) {
  .btn-all a {
    font-size: 25px;
    height: 91px;
    width: 460px;
    overflow: hidden;
    z-index: 1;
    border-radius: 0 45px 0 45px;
    padding-right: 28px;
    box-sizing: border-box;
  }

  .btn-all a::before {
    top: 3px;
    right: 43px;
    width: 12px;
  }

  .btn-all a::after {
    content: "";
    background: #b1a46a;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .btn-all a:hover::after {
    transform: scale(2);
  }

  .btn-all2 a {
    padding-left: 25px;
    font-size: 25px;
    height: 91px;
    width: 362px;
    overflow: hidden;
    z-index: 1;
    border-radius: 0 45px 0 45px;
    padding-right: 28px;
    box-sizing: border-box;
  }

  .btn-all2 a::before {
    top: 3px;
    right: 29px;
    width: 12px;
  }

  .btn-all2 a::after {
    content: "";
    background: #b1a46a;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .btn-all2 a:hover::after {
    transform: scale(2);
  }

  .slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    position: static;
    margin: 12px 0 0;
  }

  .slick-slider .slick-dots ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .slick-slider .slick-dots li {
    margin: 0 13px;
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
    transition: all 0.3s ease;
  }

  .slick-slider .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }

  .slick-slider .slick-dots button {
    font-size: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #67806b;
    opacity: 1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .slick-slider .slick-dots button::before {
    content: none;
  }

  .slick-slider .slick-dots .slick-active {
    border-color: #67806b;
  }

  .slick-slider .slick-dots .slick-active button {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .nav-header a.nav-main {
    font-size: 16px;
    margin: 0px 8px;
  }

  .nav-header .tel-header dt .tel-icon {
    font-size: 24px;
  }

  .js-scroll {
    padding: 0 10px;
  }

  .nav-header .btn-web a {
    width: 145px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  footer.ft-custom .row {
    margin: 0 0 37px -15px;
  }

  footer.ft-custom .left {
    margin-right: 25px;
  }
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
}

@-webkit-keyframes fadeIn2 {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeIn2 {
  0% {
    -webkit-transform: translate3d(0, 50px, 0);
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  animation-delay: 0.7s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
