@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #322921;
  font-family: 'Shippori Mincho';
  font-size: 15px;
  line-height: 33px;
  background: url("../img/shared/bd_bg.jpg") repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
  }
}
/*=============================================
 * 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;
}
/* shippori-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../font/shippori-mincho-v16-japanese_latin-regular.woff2') format('woff2');
}
/* zen-kaku-gothic-new-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  src: url('../font/zen-kaku-gothic-new-v16-japanese_latin-regular.woff2') format('woff2');
}
/* amiri-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: url('../font/amiri-v27-latin_latin-ext-regular.woff2') format('woff2');
}
/* amiri-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  src: url('../font/amiri-v27-latin_latin-ext-700.woff2') format('woff2');
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../font/playfair-display-v37-latin-regular.woff2') format('woff2');
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('../font/playfair-display-v37-latin-500.woff2') format('woff2');
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../font/playfair-display-v37-latin-700.woff2') format('woff2');
}
/* birthstone-bounce-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Birthstone Bounce';
  font-style: normal;
  font-weight: 400;
  src: url('../font/birthstone-bounce-v11-latin_latin-ext-regular.woff2') format('woff2');
}
/* birthstone-bounce-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Birthstone Bounce';
  font-style: normal;
  font-weight: 500;
  src: url('../font/birthstone-bounce-v11-latin_latin-ext-500.woff2') format('woff2');
}
/* jost-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../font/jost-v19-latin-regular.woff2') format('woff2');
}
/* jost-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../font/jost-v19-latin-500.woff2') format('woff2');
}
/* zen-old-mincho-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('../font/zen-old-mincho-v12-japanese_latin-regular.woff2') format('woff2');
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto-condensed-v30-latin-regular.woff2') format('woff2');
}
/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../font/roboto-condensed-v30-latin_latin-ext-700.woff2') format('woff2');
}
.fnt-shippori {
  font-family: 'Shippori Mincho';
}
.fnt-zen-kaku {
  font-family: 'Zen Kaku Gothic New';
}
.fnt-amiri {
  font-family: 'Amiri';
}
.fnt-playfair {
  font-family: 'Playfair Display';
}
.fnt-birthstone {
  font-family: 'Birthstone Bounce';
}
.fnt-Jost {
  font-family: 'Jost';
}
.fnt-zen-old {
  font-family: 'Zen Old Mincho';
}
.fnt-roboto {
  font-family: 'Roboto Condensed';
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
html {
  min-width: auto;
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}
.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}
.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important
  }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header h1 {
  color: #ece7de;
  position: absolute;
  left: 5px;
  top: 8px;
  line-height: 25px;
}
#head-key .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 78%;
  z-index: 9;
}
#head-top {
  padding: 0 0 60px;
}
.nav-header .nav {
  display: block;
  padding-top: 29%;
  height: auto;
  margin: 0 5% 9vw;
}
.nav-header .tel {
  text-align: center;
  margin-bottom: 2vw;
}
.nav-header .tel dt {
  margin-bottom: 1vw;
}
.nav-header .tel dd .tel-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 7vw;
  justify-content: center;
  letter-spacing: -1px;
}
.nav-header .tel dd .tel-icon span {
  width: 5%;
  margin-left: 0%;
  margin-right: 1%;
  display: inline-block;
  margin-top: -0.5vw;
}
.nav-header .btn-cus {
  max-width: 71%;
  margin-bottom: 5vw;
}
.nav-header .btn-cus a {
  font-size: 12px;
  font-weight: normal;
  height: 38px;
  line-height: 38px;
}
.nav-header .row {
  justify-content: center;
}
.nav-header .row .col2 {
  width: 67%;
  margin-left: 16%;
}
.nav-header .row .sns {
  width: auto;
  flex-direction: column;
  filter: invert(1);
  margin: 8vw 7% 2vw 0;
  justify-content: flex-start;
  align-items: center;
}
.nav-header .row .sns li {
  margin-bottom: 3vw;
}
.nav-header .logo-nav {
  margin: auto;
  max-width: 150px;
}
.nav-header a.nav-main {
  padding: 8px 22px;
  font-size: 14px;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px dotted #A29B94;
  position: relative;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
  width: 4px;
  height: 4px;
  background: #322921;
  content: "";
  position: absolute;
  bottom: 21px;
  left: 36px;
  transition: all 0.2s ease;
  display: block;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
  transition-delay: 0.5s;
  display: block
}
.nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
  opacity: 1;
  visibility: visible;
}
.nav-header a.nav-main.active {
  background: rgba(255, 255, 255, 0.4);
  padding-left: 37px;
}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header li a.nav-main.active::before {
  width: 40%;
  height: 1px;
  background: #3b2718;
  content: "";
  position: absolute;
  bottom: 5px;
  left: 30%;
  display: none;
}
.nav-header a.nav-main span {
  padding: 0px 30px 0 10px;
  font-size: 26px;
  font-weight: 500;
}

.nav-header .sub-box {
  opacity: 1;
  visibility: visible;
  position: inherit;
  top: inherit;
  left: initial;
  width: auto;
  padding: 0 25px;
}
.nav-header .tel-nav {
  text-align: center;
  font-size: 31px;
}
.nav-header .tel-icon {
  padding-left: 0;
  width: 100%;
  border-left: none;
}
.head-info {
  margin-right: 0px;
  display: none;
}
#key-box {
  width: 100%;
}
.header-box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 101;
}
header .logo {
  padding: 30px 0 0px 0px;
  width: 62%;
  max-width: 330px;
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
header .logo.child {
  top: -13vw;
  transform: none;
  margin: 0;
  left: -10%;
}
header h1 {
  font-size: 1.8vw;
  padding: 5px 5px 0;
  width: 60%;
  line-height: 1.8;
}
header h1.child {
  top: 28vw;
  left: 4%;
}
.hamberger-btn {
  position: fixed;
  top: 17px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: none;
  overflow: hidden;
  cursor: pointer;
}
.ham-color .hamberger-btn span {
  background: #322921;
}
.ham-color .hamberger-btn span::after {
  background: #322921;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* content: "MENU"; */
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.hamberger-btn span {
  width: 35px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
  transition: all 0.4s;
}
.hamberger-btn span::before, .hamberger-btn span::after {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
}
.hamberger-btn span::after {
  top: -11px;
}
.hamberger-btn span::before {
  top: 8px;
  display: none;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(134deg) translateX(20px);
  top: 5px;
  left: 46%;
  background: #322921;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-92deg) translateX(0px);
  top: 0;
  background: #322921;
}
.menu-open .hamberger-btn::after {
  /* content: "CLOSE"; */
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: url("../img/shared/bd_bg.jpg") repeat;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 150px;
}
.js-scroll .group .group-logo {
  position: absolute;
  top: 7vw;
  left: 5%;
  align-items: center;
}
.js-scroll .group .group-logo .logo2 {
  position: static;
  margin: 0;
  width: 35%;
}
.js-scroll .group .group-logo .ttl {
  font-size: 11px;
  line-height: 17px;
  margin-left: 5%;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
header h1 {
  width: calc(100% - 110px);
  font-size: 12px;
  padding: 5px;
}
.hamberger-btn {
  top: 10px;
}
#key-box {
  height: 100%;
}
footer {
  position: relative;
  margin-top: 0;
  padding: 80vw 0 150px;
  color: #ece7de;
}
footer .logo {
  max-width: 120px;
  margin: 0 auto 1vw;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background: #322921;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-top: 1px solid #564b41;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 33.33333%;
  height: 65px;
  border-right: 1px solid #564b41;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #FFF;
  flex-direction: column;
  padding-top: 5px;
}
#fixed-sp ul li a img {
  width: 22px;
  margin-bottom: -4px;
}
#pagetop {
  bottom: 75px;
  width: 50px;
  z-index: 98;
}
footer {
  background: url("../img/shared/footer_bg_sp.jpg") no-repeat center top;
  background-size: cover;
}
footer nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 173px;
  margin-bottom: 4vw;
}
footer nav a {
  padding-left: 15%;
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: 3px;
  position: relative;
}
footer nav a::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  margin-left: 0;
  border-radius: 50%;
  background: #ece7de;
  width: 5px;
  height: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
footer nav a:hover::before, footer nav a.active::before {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  footer nav a small {
    display: none;
  }
}
footer .ttl {
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  margin-bottom: -3vw;
}
footer .group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .left {
  max-width: 100%;
  margin-bottom: 8%;
}
footer .tel {
  padding: 16px 0;
  margin-bottom: 0vw;
  text-align: center;
  font-size: 9px;
}
footer .tel dt {
  font-weight: 500;
}
footer .tel dt span {
  font-size: 27px;
  margin-left: 5px;
  vertical-align: sub;
}
footer .tel dd {
  font-size: 12px;
  line-height: 20px;
}
footer .tel .tel-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 5vw;
  justify-content: center;
}
footer .tel .tel-icon span {
  width: 3%;
  margin-left: -3%;
  margin-right: 1%;
  display: inline-block;
  margin-top: -0.5%;
}
footer .banner {
  position: relative;
  margin-bottom: 8%;
}
footer .banner span {
  position: absolute;
  font-size: 4vw;
  font-weight: bold;
  z-index: 10;
  top: 18%;
  left: 6%;
  line-height: 1.5;
}
footer .right {
  width: 485px;
  max-width: 100%;
	margin: 0 auto;
}
footer .right .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #444444;
  padding: 10px 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0;
}
footer .right .info dl dt {
  width: 79px;
}
footer .right .info dl dd {
  width: calc(100% - 60px);
  padding-left: 5px;
  box-sizing: border-box;
}
footer .btn-cus {
  margin-bottom: 9vw;
}
footer .info {
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 2px;
}
footer .info .address {
  margin-bottom: 6vw;
}
footer .info .address .link-map::before {
  content: "";
  background: url("../img/shared/icon_pin.png") no-repeat;
  width: 10px;
  height: 14px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 3px;
  margin-top: -2px;
}

footer .info dl.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
footer .info dl dd span {
  width: 76px;
  display: inline-block;
  text-align: left;
}
footer .access-btn {
  text-align: center;
  color: #b3aea5;
  margin-bottom: 4vw;
  font-size: 12px;
}
footer .access-btn span::before {
  content: "";
  background: url("../img/shared/icon_url.png") no-repeat;
  width: 19px;
  height: 18px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
footer address {
  color: #b3aea5;
  line-height: 20px;
  margin-bottom: 5vw;
  font-size: 12px;
}
/* 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: #322921;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	  margin-bottom: 30px;
  }
}
/* 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: #322921;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
	margin-bottom: 30px;  
  }
}
.btn-cus {
  position: relative;
  transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  padding-bottom: 0 !important;
  width: 400px;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}

.btn-cus a {
  display: block;
  font-size: 13px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #322921;
  color: #ece7de;
  border-radius: 50px;
  font-weight: 500;
}
.btn-cus a::after {
  content: "";
  background: url("../img/shared/icon_arrow_white.png") no-repeat;
  width: 9px;
  height: 9px;
  background-size: 100%;
  right: 16%;
  top: 50%;
  display: inline-block;
  margin-right: -7%;
  margin-left: 5%;
  vertical-align: middle;
}
.btn-cus.white a::after {
  background: url("../img/shared/icon_arrow_black.png") no-repeat;
  background-size: 100%;
}
.btn-cus.non-arrow a::after {
  display: none;
}
.btn-cus.white a {
  background: #ece7de;
  color: #322921;
}
.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
	footer:after{
		display: none
	}
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .btn-cus {
    max-width: 220px;
    margin-left: 0;
    margin-right: 0;
  }
  .btn-cus a {
    background: none;
    border: 1px solid #b6b0a6;
    color: #322921;
    height: 47px;
    line-height: 45px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
  }
  .btn-cus a:hover {
    color: #ece7de
  }
  .btn-cus a:hover::after {
    filter: invert(0);
  }
  .btn-cus a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #322921;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .btn-cus a:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  .btn-cus.white a {
    border: 1px solid #ece7de;
    color: #ece7de;
    background: none;
  }
  .btn-cus.white a:hover {
    color: #322921
  }
  .btn-cus.white a::before {
    background: #ece7de;
  }
  .btn-cus.white a::after {
    background: url(../img/shared/icon_arrow_white.png) no-repeat;
    background-size: 100%;
  }
  .btn-cus.white a:hover::after {
    filter: invert(1);
  }
  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 40px 0 0;
    max-width: 530px;
    width: 580px;
  }
  header .logo a {
    text-decoration: none;
  }
  header .logo.child {
    top: -67px;
    left: -21px;
    width: 327px;
  }
  header h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    top: 85vh;
    left: 40px;
  }
  header h1.child {
    top: 89vh;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    padding-bottom: 0;
  }
  .js-scroll .group {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    width: 1140px;
  }
  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .js-scroll .group .group-logo {
    position: static;
    flex-direction: column;
    margin-left: 30px;
  }
  .js-scroll .group .group-logo .logo2 {
    width: 99%;
    margin-bottom: 4px;
  }
  .js-scroll .group .group-logo .ttl {
    text-align: center;
  }
  .nav-header .tel {
    margin-bottom: 10px;
    text-align: left;
  }
  .nav-header .tel dt {
    font-size: 13px;
    margin-bottom: 0;
  }
  .nav-header .tel dd .tel-icon {
    font-size: 28px;
    letter-spacing: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .nav-header .tel dd .tel-icon span {
    width: 13px;
    margin-top: 0px;
  }
  .nav-header .btn-cus {
    max-width: 192px;
  }
  /*  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
  }*/
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 52px;
    width: auto;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .nav-header a.nav-main, .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 9px 11px;
    margin: 0 12px;
    transition: all 0.5s;
  }
  .nav-header a.nav-main.active, .nav-header a.nav-main:hover {
    transition: all 0.8s ease;
    padding-left: 24px;
  }
  .nav-header a.nav-main small {
    font-size: 14px;
  }
  .nav-header a.nav-main:hover {
    background: rgba(255, 255, 255, 0.4);
  }

  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 4px;
    height: 4px;
    background: #322921;
    content: "";
    position: absolute;
    bottom: 24px;
    left: 5%;
    transition: all 0.2s ease;
    display: block;
    border-radius: 50%;
    opacity: 1;
    visibility: hidden;

  }
  .nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
    opacity: 1;
    visibility: visible;
  }

  .nav-header .row .col2 {
    width: 259px;
    margin-left: 31px;
  }
  .nav-header .row .sns {
    margin: 35px 0;
  }
  .nav-header .row .sns li {
    margin-bottom: 5px;
    width: 23px;
  }

  .hamberger-btn {
    right: 20px;
    top: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .hamberger-btn:hover {
    opacity: 0.8 !important;
  }
  .fixed-btn .hamberger-btn {
    opacity: 1;
    visibility: visible;
  }
  .hamberger-btn span::before, .hamberger-btn span::after {
    width: 40px;
  }
  .hamberger-btn span {
    width: 40px;
  }
  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #head-key .nav-h {
    display: flex;
    position: absolute;
    top: 26px;
    left: 69px;
    z-index: 5;
  }
  #head-key .nav-h li:nth-child(2) a {
    width: 106px;
  }
  #head-key .nav-h li:nth-child(2) a small {
     font-size: 10px;
    line-height: 33px;
    left: -10px;
    right: -10px;
  }
  #head-key .nav-h li a {
    font-size: 16px;
    color: #ece7de;
    position: relative;
    height: 33px;
    overflow: hidden;
    display: inline-block;
    min-width: 75px;
    font-weight: 500;
  }
  #head-key .nav-h li a span {
    position: relative;
    transition: all 0.35s ease;
    display: block;
    text-align: center;
  }
  #head-key .nav-h li a small {
    font-size: 16px;
    position: absolute;
    bottom: -41px;
    left: 0;
    text-align: center;
    transition: all 0.35s ease;
    display: block;
    right: 0;
    margin: 0 auto;
    letter-spacing: 0;
  }
  #head-key .nav-h li a:hover span, #head-key .nav-h li a.active span {
    transform: translateY(-28px);
  }
  #head-key .nav-h li a:hover small, #head-key .nav-h li a.active small {
    transform: translateY(-38px);
  }
  #head-key .nav-h li a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -4px;
    border-radius: 50%;
    background: #ece7de;
    width: 4px;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #head-key .nav-h li a:hover::before, #head-key .nav-h li a.active::before {
    opacity: 1;
    visibility: visible;
  }
  #head-key .tel {
    margin-bottom: 10px;
    text-align: left;
    position: absolute;
    top: 34px;
    z-index: 5;
    display: flex;
    right: 220px;
    color: #ece7de;
  }
  #head-key .tel dt {
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 7px;
  }
  #head-key .tel dd .tel-icon {
    font-size: 28px;
    letter-spacing: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  #head-key .tel dd .tel-icon span {
    width: 16px;
    margin-top: -1px;
    margin-right: 2px;
  }
  #head-key .btn-cus {
    max-width: 149px;
    position: absolute;
    right: 55px;
    top: 32px;
    z-index: 5;
  }
  #head-key .btn-cus a {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    letter-spacing: 1px;
  }
  #head-key .sns {
    position: absolute;
    z-index: 5;
    right: 0px;
    flex-direction: column;
    top: 381px;
  }
  #head-key .sns li {
    width: 21px;
    margin-bottom: 11px;
  }
  #key-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 100vh;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 800px;
  }
  #head-key.kv2 .nav-h {
    top: 74px;
    left: 283px;
  }
  #head-key.kv2 .btn-cus {
    right: 139px;
    top: 77px;
  }
  #head-key.kv2 .sns {
    flex-direction: row;
    right: 60px;
    top: 73px;
    width: 60px;
  }
  #head-key.kv2 .tel {
    right: 42px;
  }
  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    position: relative;
    padding: 720px 0 98px;
    background: url(../img/shared/footer_bg.jpg) no-repeat center top;
    background-size: cover;
  }
  html footer .wrap {
    width: 1270px;
    padding: 0 20px;
  }
  footer nav {
    text-align: center;
    margin-bottom: 0px;
  }
  footer nav > a {
    margin-right: 15px;
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
    padding-left: 41px;
    position: relative;
    overflow: hidden;
    text-align: left;
    width: 140px;
    margin-right: -20px;
  }
  footer nav > a + a:before {
    /* content: "\7C"; */
    display: inline-block;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }
  footer nav a span {
    position: relative;
    transition: all 0.35s ease;
    display: block;
  }
  footer nav a small {
    font-size: 13px;
    position: absolute;
    bottom: -41px;
    left: 41px;
    transition: all 0.35s ease;
    display: block;
    letter-spacing: 0;
    width: 141px;
    font-family: 'Shippori Mincho';
  }
  footer nav a:hover span, footer nav a.active span {
    transform: translateY(-28px);
  }
  footer nav a:hover small, footer nav a.active small {
    transform: translateY(-42px);
  }
  footer .sns {
    margin-left: 40px;
    width: 71px;
  }
  footer .sns li {
    width: 24px;
  }
  footer .sns li + li {
    width: 18px;
  }
  footer .logo {
    text-align: center;
    max-width: 180px;
    margin-bottom: 7px;
  }
  footer dl.tel-ft {
    padding: 10px 0 15px;
    text-align: center;
  }
  footer dl.tel-ft dt {
    font-weight: bold;
  }
  footer dl.tel-ft dt .tel-icon {
    font-size: 25px;
  }
  footer dl.tel-ft dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  footer .info-footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
  footer .info-footer dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed;
  }
  footer .info-footer dl dt {
    font-weight: bold;
  }
  
  footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 58px;
  }
  footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: -90px;
  }
  footer .access-btn {
    text-align: right;
    margin-right: 20px;
    letter-spacing: 0px;
    margin-bottom: -1px;
  }
  footer .left {
    width: 730px;
    margin-bottom: 0;
  }
  footer .left .row {
    display: flex;
    justify-content: space-between;
  }
  footer .left .row .col {
    width: 220px;
  }
  footer .ttl {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 6px;
    letter-spacing: 2px;
  }
  footer .tel {
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  footer .tel dt {
    font-size: 14px;
    margin-bottom: 14px;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 16px;
  }
  footer .tel .tel-icon {
    font-size: 28px;
  }
  footer .tel .tel-icon span {
    width: 15px;
	margin-top: -3px;
  }
  footer .btn-cus {
    max-width: 170px;
    margin: 0 auto;
  }
  footer .btn-cus.white a {
    line-height: 43px;
    font-size: 12px;
    height: 43px;
  }
  footer .info {
    width: 442px;
    text-align: left;
    font-size: 14px;
    margin-top: 23px;
  }
  footer .info .address {
    margin-bottom: 20px;
  }
  footer .info .address .link-map {
    font-size: 13px;
  }
  footer .info .address .link-map:hover {
    border-bottom: 1px solid
  }
  footer .info dl {
    display: flex;
  }
  footer .info dl.flex-row {
    justify-content: flex-start
  }
  footer .info dl dd {
    margin-left: 10px;
  }
  footer .info dl ddspan {
    width: 80px;
  }
  footer .right {
    width: 255px;
    margin-top: 40px;
  }
  footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  footer .right .info dl dt {
    width: 150px;
  }
  footer .right .info dl dd {
    width: calc(100% - 150px);
    padding-left: 0;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: auto;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
    margin-right: 0;
  }
  footer address {
    padding: 25px 20px 10px;
    text-align: left;
    margin-bottom: -40px;
  }
  address span {
    display: inline-block;
    margin-left: 5px;
  }
  address span a:hover {
    border-bottom: 1px solid;
  }
}
@media only screen and (min-width: 1800px) {
  footer {
    background-position: center
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	#head-key .nav-h{
		left: 25px;
	}
	#head-key.kv2 .nav-h{
		left: 205px;
	}
	header .logo.child{
		 left: -40px;
		width: 270px;
		top: -44px;
	}
	#head-key .nav-h li a{
		min-width: 68px
	}
	.nav-header .row .sns{
		margin-right: 20px;
	}
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #322921;
}
@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 .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  .btn {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */ a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: .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 6%;
  width: auto;
  max-width: 100%;
}
.sp {
  display: block;
}
.pc {
  display: none !important;
}
html #socialbuttons .social-line {
  width: 92px;
  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;
  word-break: break-all;
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  animation-delay: 0.3s;
  animation-duration: 1.5s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  animation-duration: 2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 130%, 0);
    opacity: 0;
    transform: translate3d(0, 130%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translate3d(0, 130%, 0);
    opacity: 0;
    transform: translate3d(0, 130%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.sns {
  width: 79px;
  margin: 0 auto 11vw;
  justify-content: space-between;
}
.sns li {
  width: 29px;
}
.sns li + li {
  width: 23px;
}
.ani-up {
  overflow: hidden;
  display: inline-block;
}
.ani-up * {
  display: inline-block;
}
.hero__scrollDown {
  position: absolute;
  display: flex;
  right: 20px;
  bottom: 85px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  align-items: center;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .hero__scrollDown {
    right: 52px;
    bottom: 163px;
  }
}
@media screen and (min-width: 1441px) {
  .hero__scrollDown {
    right: 3.6111111111%
  }
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
  .hero__scrollDown {
    bottom: 54px;
  }
}
.hero__scrollDown--text {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .03em;
  color: #f2f1ee;
  letter-spacing: 2px;
  margin-right: -10px;
}
.hero__scrollDown--line {
  position: relative;
  width: 1px;
  height: 64px;
}
.hero__scrollDown--line span {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%
}
@keyframes scroll-line {
  0% {
    transform-origin: top;
    transform: scaleY(0)
  }
  39% {
    transform-origin: top;
    transform: scaleY(1)
  }
  40% {
    transform-origin: bottom;
    transform: scaleY(1)
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0)
  }
}
.hero__scrollDown--line span:first-of-type {
  background-color: rgba(207, 204, 195, .4)
}
.hero__scrollDown--line span:last-of-type {
  background-color: #f2f1ee;
  animation: scroll-line 3s infinite both
}
@media only screen and (min-width: 768px) {
  .txt, .txt1, .txt2, .txt3 {
    text-align: inherit;
  }
  hr.line {
    height: 14px;
  }
  .hero__scrollDown--text {
    font-size: 13px;
  }
}