@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #2d2d2d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 1.9;
  background: url("../img/shared/bd_bg.jpg") repeat;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 39px;
    letter-spacing: 0;
  }
}
/*=============================================
 * 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;
}
/* noto-sans-jp-200 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url("../font/noto-sans-jp-v53-japanese_latin-200.woff2") format("woff2");
}
/* noto-serif-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-serif-jp-v30-japanese_latin-regular.woff2") format("woff2");
}
/* shippori-mincho-b1-500 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 500;
  src: url("../font/shippori-mincho-b1-v22-japanese_latin-500.woff2") format("woff2");
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto-sans-jp-v53-japanese_latin-regular.woff2') format('woff2');
}
.fnt-noto-san {
  font-family: 'Noto Sans JP';
}
.fnt-noto-se {
  font-family: 'Noto Serif JP';
}
.fnt-shippori {
  font-family: 'Shippori Mincho B1';
}
/*=============================================
 ******************* 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: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: 0.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: #000000;
  position: absolute;
  left: 5px;
  top: 14px;
  line-height: 25px;
  opacity: 0.68;
}
#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: 15%;
  height: auto;
  width: 46%;
}
.nav-header .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 5%;
  justify-content: space-between;
}
.nav-header .logo-nav {
  margin: auto;
  max-width: 150px;
}
.nav-header a.nav-main {
  padding: 5px 22px;
  font-size: 10px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  flex-direction: column;
  border-bottom: 1px solid #877656;
  line-height: 18px;
  position: relative;
}
.nav-header a.nav-main span {
  font-size: 14px;
}
.nav-header .sub-nav span {
  padding: 0 10px;
  font-size: 16px;
}
.nav-header li a.nav-main.active::before {
  width: 72%;
  height: 3px;
  background: url("../img/shared/nav_active.jpg") no-repeat;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 30%;
}
.nav-header a.nav-main span {
  padding: 5px 0px;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
  display: none;
}
.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;
}
.nav-header .shopinfo {
  display: flex;
  color: #fff;
  justify-content: center;
  margin: 5vw auto;
}
.nav-header .shopinfo p {
  margin: 0 10px;
  position: relative;
}
.nav-header .shopinfo p:hover{
	opacity: 0.8;
}
.nav-header .shopinfo p:first-child:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(-55deg);
  margin-top: -1px;
  vertical-align: middle;
  margin-right: -11px;
}
.nav-header .sns {
  display: flex;
  justify-content: center;
}
.nav-header .sns dt {
  width: 11%;
  margin-right: 4%;
  margin-top: 2vw;
}
.nav-header .sns dd {
  width: 11%;
}
#key-box {
  width: 100%;
}
.header-box {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 101;
}
header .logo {
  padding: 30px 0 10px 10px;
  width: 40%;
  max-width: 170px;
  margin: 30px auto -36px;
}
header h1 {
  font-size: 1.8vw;
  padding: 5px 5px 0;
  width: 60%;
  line-height: 1.8;
}
.hamberger-btn {
  position: relative;
  top: 17px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "MENU";
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-family: 'Noto Sans JP';
}
.hamberger-btn span {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 42%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #107110;
}
.hamberger-btn span::before, .hamberger-btn span::after {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #107110;
  content: "";
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
  opacity: 0;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(154deg) translateX(30px);
  top: 5px;
  left: 74%;
  background: #fff;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-132deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn span::before, .menu-open .hamberger-btn span::after {
  background: #fff;
}
.menu-open .hamberger-btn::after {
  content: "CLOSE";
  font-size: 11px;
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: url("../img/shared/f_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: 50px;
}
.js-scroll .logo {
  filter: invert(1);
  margin-bottom: -4vw;
}
.js-scroll .row2 {
  display: flex;
  margin: 0 auto;
  border-top: 1px solid #ffffff;
  width: 670px;
  margin: 0 auto 50px;
  align-items: center;
  border-bottom: 1px solid #ffff;
  padding: 10px 0 10px;
  justify-content: center;
  color: #fff;
}
.js-scroll .row2 dl {
  margin-right: 50px;
  text-align: center;
}
.js-scroll .row2 dl dt {
  margin-bottom: -11px;
}
.js-scroll .row2 dl dd {
  font-size: 28px;
}
.js-scroll .row2 dl dd span span {
  width: 30px;
  margin-right: 7px;
  margin-top: -3px;
}
.js-scroll .row2 .btn-cus {
  width: 236px;
}
.js-scroll .row2 .btn-cus a {
  line-height: 42px;
  height: 41px;
  font-size: 16px;
}
.js-scroll .row2 .btn-cus a:before {
  width: 22px;
  height: 20px;
  margin-right: 4px;
  margin-top: -4px;
}
.js-scroll .row2 .btn-cus a:after {
  width: 60px;
  background: url(../img/shared/icon_arrow_white2.png) no-repeat;
  background-size: 100%;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}
header h1 {
  width: 94%;
  font-size: 9px;
  padding: 5px;
  text-align: center;
}
.hamberger-btn {
  top: 0;
}
#key-box {
  height: 100%;
  min-height: 150vw;
  border-bottom: 1px solid #107110;
}
#key-box .slide-fade > div:before {
  content: "";
  background: url("../img/shared/header_deco1.png") no-repeat center bottom;
  width: 50%;
  height: 80vw;
  background-size: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}
#key-box.child:before {
  content: "";
  background: url("../img/shared/header_deco1.png") no-repeat center bottom;
  width: 50%;
  height: 80vw;
  background-size: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}
#key-box:after {
  content: "";
  background: url("../img/shared/header_deco2.png") no-repeat center top;
  width: 50%;
  height: 80vw;
  background-size: 100%;
  right: 0;
  top: -74px;
  z-index: 0;
  position: absolute;
}
#key-box .keyvisual li {
  height: 450px;
}
footer {
  position: relative;
  margin-top: 0;
  padding: 0px 0 100px;
}
footer .footer-nav {
  min-height: 50px;
  background: url("../img/shared/footer_nav_bg.jpg") repeat;
  position: relative;
}
footer .footer-nav:before {
  content: "";
  background: url("../img/shared/deco_bot_left.png") no-repeat left;
  left: 2%;
  bottom: 100%;
  width: 30%;
  background-size: 100%;
  position: absolute;
  height: 30vw;
}
footer .footer-nav:after {
  content: "";
  background: url("../img/shared/deco_bot_right.png") no-repeat left;
  right: 2%;
  bottom: 100%;
  width: 30%;
  background-size: 100%;
  position: absolute;
  height: 30vw;
}
footer .logo {
  max-width: 154px;
  margin: 61px auto 10px;
}
#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #107110;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menu-open #fixed-sp {
  z-index: 105;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 34%;
  height: 60px;
}
#fixed-sp ul li:nth-child(1) {
  position: relative;
}
#fixed-sp ul li:nth-child(1):before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #f7efe0;
  content: "";
  right: 0;
}
#fixed-sp ul li:nth-child(2) {
  width: 47%;
}
#fixed-sp ul li:nth-child(2) img {
  width: 19px;
  margin-top: -2px;
  margin-bottom: 1px;
}
#fixed-sp ul li:nth-child(3) {
  background: #fff;
  width: 19%;
  border-right: 1px solid #6e6046;
}
#fixed-sp ul li:nth-child(3) a {
  font-family: 'Noto Sans JP';
  color: #000000
}
#fixed-sp ul li:nth-child(4) {
  background: #fff;
  width: 16%;
}
.menu-open #fixed-sp ul li:nth-child(4) {
  background: rgba(0, 0, 0, 0.8);
}
.menu-open .hamberger-btn::after {
  color: #fff;
}
#fixed-sp ul li:nth-child(4) a {
  font-family: 'Noto Sans JP';
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #f7efe0;
  flex-direction: column;
}
#fixed-sp ul li a img {
  width: 17px;
}
#fixed-sp ul li:nth-child(3) a img {
  width: 14px;
}

@media only screen and (max-width: 767px) {
	#fixed-sp ul li:nth-child(1) span:not(:has(a)){
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #f7efe0;
    flex-direction: column;
	}
	#fixed-sp ul li:nth-child(1) span:not(:has(a)) img{
		    width: 17px;
	}
}
@media only screen and (min-width: 768px) {
.hamberger-btn span::after {
    top: -12px;
}
  #fixed-sp {
    position: fixed;
    right: 0;
    bottom: auto;
    top: 0;
    width: 425px;
    left: auto;
    z-index: 105;
    height: 100px;
    opacity: 0;
    visibility: hidden;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
    visibility: visible;
  }
  #fixed-sp ul li {
    height: 100px;
  }
	#fixed-sp ul li:nth-child(2):hover{
		opacity: 0.8;
	}
  #fixed-sp ul li:nth-child(4) {
    width: 30%;
    position: relative;
  }
	#fixed-sp ul li:nth-child(1) span{
		    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
     font-size: 17px;
    letter-spacing: 1px;
    color: #f7efe0;
    flex-direction: column;
	}
  #fixed-sp ul li a {
    font-size: 17px;
    letter-spacing: 1px;
  }
	
  #fixed-sp ul li a img {
    width: 25px;
    margin-bottom: 1px;
    margin-top: 3px;
  }
  #fixed-sp ul li:nth-child(2) img {
    width: 32px;
  }
}
#pagetop {
  bottom: -10px;
  width: 80px;
  z-index: 98;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  visibility: visible;
}
footer {
  color: #f7efe0;
  background: url("../img/shared/f_bg.jpg") repeat;
}
footer .ttl {
  text-align: center;
  margin-bottom: 9vw;
}
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 {
  width: 470px;
  max-width: 100%;
  margin-bottom: 8%;
}
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: 2vw;
  color: #fff;
  line-height: 27px;
}
footer .tel dt {}
footer .tel dt span {
  font-size: 25px;
  margin-left: 5px;
}
footer .tel dd {
  font-size: 7vw;
  letter-spacing: 0.1em;
}
footer .tel dd .tel-icon span {
  width: 11%;
  display: inline-block;
  margin-right: 3%;
  vertical-align: middle;
  margin-top: -2vw;
}
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%;
}
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.web {
  margin-bottom: 8vw;
}
footer .btn-cus.web a:after {
  background: url(../img/shared/icon_arrow_white2.png) no-repeat;
  background-size: 100%;
}
footer .info {
  margin-bottom: 8vw;
}
footer .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
}
footer .info dl dt {
  width: 80px;
}
footer .info dl dd {
  width: calc(100% - 80px);
}
footer .info dl dd.flex {
  flex-direction: column;
}
footer .info dl dd .link:before {
  content: "";
  background: url("../img/shared/icon_pin2.png") no-repeat;
  width: 12px;
  height: 17px;
  background-size: 100%;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
  margin-left: 3px;
  filter: invert(1);
}
footer .info dl dd.flex span {
  display: inline-flex;
}
footer #socialbuttons {
  margin-bottom: 8vw;
}
footer address {
  text-align: right;
  font-size: 13px;
}
footer address span a:after {
  content: "";
  background: url("../img/shared/icon_popup2.png") no-repeat;
  width: 11px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  background-size: 100%;
}
footer .sns {
  width: 100px;
  margin: 0 auto 12vw;
}
footer .sns dt {
  margin-right: 13%;
  margin-top: 2vw;
}
footer .access-btn {
  text-align: right;
}
footer .access-btn span:before {
  content: "";
  background: url("../img/shared/icon_link.png") no-repeat;
  width: 16px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background-size: 100%;
}
section.nav-main:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
section.nav-main:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
#head-key {
  position: relative;
  padding-top: 81px;
}
#head-key:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
#head-key:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 2%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  right: 2%;
  height: 2vw;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
body:before {
  content: "";
  background: url("../img/shared/deco_top_left.png") no-repeat left;
  left: 2%;
  top: 2vw;
  width: 24%;
  background-size: 100%;
  position: absolute;
  height: 23vw;
}
body:after {
  content: "";
  background: url("../img/shared/deco_top_right.png") no-repeat left;
  right: 2%;
  top: 2vw;
  width: 24%;
  background-size: 100%;
  position: absolute;
  height: 23vw;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /*.fixed-btn 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);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  /* .fixed-btn 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);
   }
   #pagetop {
     bottom: 85px !important;
   }*/
}
.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: 290px;
  margin: 0 auto;
}
.btn-cus:before {
  position: absolute;
  content: "";
  border: 1px solid #a29782;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50px;
}
.btn-cus a {
  display: block;
  font-size: 15px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #f7efe0;
  background: url("../img/shared/bg2.jpg") repeat;
  border-radius: 50px;
}
.btn-cus a:hover {
  transition: all 0.5s;
  opacity: 0.8;
}
.btn-cus.web a:before {
  content: "";
  background: url("../img/shared/icon_calendar.png") no-repeat;
  width: 31px;
  height: 28px;
  background-size: 100%;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -5px;
  margin-left: -16px;
}
.btn-cus a:after {
  content: "";
  background: url("../img/shared/icon_arrow.png") no-repeat;
  width: 60px;
  height: 15px;
  background-size: 100%;
  right: -9%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.btn-cus.white a {
  color: #2d2d2d;
  background: rgba(255, 255, 255, 0.85);
}
.btn-cus.white a:after {
  background: url("../img/shared/icon_arrow_white.png") no-repeat;
  background-size: 100%;
}
.btn-cus.web a {
  background: #107110;
}
.btn-cus.web a:after {
  background: url("../img/shared/icon_arrow_green2.png") no-repeat;
  background-size: 100%;
  right: -12%;
}
.btn-cus.popup a:after {
  content: "";
  background: url("../img/shared/icon_popup.png") no-repeat;
  width: 14px;
  height: 15px;
  background-size: 100%;
  right: 8%;
}
.btn-circle {
  width: 45%;
  margin: 0 auto 0;
  position: relative;
}
.btn-circle .ttl {
  position: absolute;
  top: 7vw;
  left: 0;
  right: 0;
  text-align: center;
  color: #2d2d2d;
  z-index: 5;
  font-size: 18px;
  line-height: 24px;
}
.btn-circle .ttl small {
  font-size: 11px;
  position: relative;
}
.btn-circle .ttl small:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #000;
  display: inline-block;
  transform: rotate(45deg);
  left: -18px;
  top: 10px;
}
.btn-circle .ttl small:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #000;
  display: inline-block;
  transform: rotate(-45deg);
  right: -16px;
  top: 10px;
}
.btn-circle:after {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow_green.png") no-repeat;
  width: 72px;
  height: 12px;
  background-size: 100%;
  bottom: 3vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
  #key-box .tel {
    position: absolute;
    left: 97px;
    bottom: 154px;
    z-index: 5;
    color: #fff;
  }
  #key-box .tel dt {
    font-size: 15px;
    margin-bottom: -11px;
    letter-spacing: 1px;
    margin-left: -15px;
  }
  #key-box .tel dd {
    font-size: 30px;
    letter-spacing: 3px;
  }
  #key-box .tel dd span span {
    margin-left: -17px;
    width: 36px;
    display: inline-block;
    margin-right: 7px;
    margin-top: -12px;
    vertical-align: middle;
  }
  #key-box .btn-cus {
    position: absolute;
    left: 80px;
    bottom: 82px;
    z-index: 5;
    width: 246px;
  }
  #key-box .btn-cus a:after {
    background: url(../img/shared/icon_arrow_white2.png) no-repeat;
    background-size: 100%;
    width: 58px;
  }
  #key-box .btn-cus a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  section.nav-main:before {
    width: 15px;
  }
  section.nav-main:after {
    width: 15px;
  }
  #head-key:before {
    width: 15px;
  }
  #head-key:after {
    width: 15px;
    bottom: 2px;
  }
  main:before {
    height: 15px;
    left: 15px;
    right: 15px;
  }
  body:before {
    width: 157px;
    height: 157px;
    top: 15px;
    left: 15px;
  }
  body:after {
    width: 157px;
    height: 157px;
    top: 15px;
    right: 15px;
    z-index: 5;
  }
  #key-box .slide-fade > div:before {
    width: 634px;

  }
  #key-box:after {
    top: -204px;
    width: 409px;
    height: 623px;
    z-index: 2;
	
  }
  html footer .wrap {
    width: 880px;
  }
  footer .footer-nav:before {
    width: 157px;
    height: 161px;
    left: 15px;
  }
  footer .footer-nav:after {
    width: 157px;
    height: 161px;
    right: 15px;
  }
  .hamberger-btn {
    left: auto;
    right: 0;
    position: absolute;
    left: 0;
    margin: 18px auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .hamberger-btn:hover {
    opacity: 0.8;
  }
  .hamberger-btn span {
    width: 50px;
  }
  .menu-open .hamberger-btn span {
    top: 7px;
    transform: rotate(155deg) translateX(56px);
  }
  .hamberger-btn span::before, .hamberger-btn span::after {
    width: 50px;
  }
  .hamberger-btn::after {
    font-size: 17px;
    bottom: 28px;
    font-weight: 300;
  }
  .menu-open .hamberger-btn::after {
    font-size: 17px;
  }
  .btn-cus:before {
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
  }
  .btn-cus {
    width: 320px;
    max-width: none;
    margin: initial;
  }
  .btn-cus.web {
    width: 298px;
  }
  .btn-cus a {
    font-size: 19px;
    letter-spacing: 1px;
  }
  .btn-cus a:after {
    width: 86px;
    height: 20px;
    right: -43px;
  }
  .btn-cus.web a:after {
    width: 80px;
    right: -15%;
  }
  .btn-circle {
    margin: initial;
    width: 246px;
  }
  .btn-circle .ttl small:before {
    width: 17px;
    top: 15px;
    left: -19px;
  }
  .btn-circle .ttl small:after {
    top: 15px;
    width: 17px;
    right: -19px;
  }
  .btn-circle:after {
    width: 109px;
    height: 20px;
    bottom: 21px;
  }
  .btn-circle .ttl {
    font-size: 22px;
    top: 56px;
    width: 250px;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .btn-circle .ttl small {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /*=============================================
******************** header ******************
*=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    font-size: 28px;
    padding: 155px 10px 10px;
    z-index: 5;
    width: 331px;
    max-width: none;
    margin: 0 auto;
  }
  .js-scroll .logo {
    width: 290px;
    max-width: none;
    margin-bottom: 24px;
	padding-top: 140px;  
  }
  header .logo a {
    text-decoration: none;
  }
  header h1 {
    font-size: 13px;
    padding: 10px;
    text-align: left;
    color: #fff;
    top: 896px;
    text-align: right;
    width: 780px;
    margin-left: auto;
    right: 50px;
    opacity: 0.75;
  }
  html img {
    max-width: 100%;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  /*=============================================
******************* nav-fixed ****************
*=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    left: auto;
    min-height: 100vh;
  }
  .menu-open .nav-header {
    position: fixed;
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 1000px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
    flex-direction: column;
  }
  .nav-header a.nav-main, .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 12px;
    width: 100%;
    height: 100%;
    padding: 14px 11px;
    margin: 0 12px;
    /* transition: all 0.5s; */
  }
  .nav-header li a.nav-main:hover::before {
    width: 72%;
    height: 3px;
    background: url("../img/shared/nav_active.jpg") no-repeat;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 30%;
  }
  .nav-header a.nav-main span {
    font-size: 18px;
  }
  .nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    /* background: #000; */
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
    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 {
    width: 90%;
  }
  .nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
  }
  .nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
  }
  .nav-fix {
    position: fixed;
    width: 400px;
    right: 0;
    background: #107110;
    z-index: 10;
  }
  .nav-header .row {
    width: 400px;
    margin: 0px auto;
  }
  .nav-header .row .nav {
    width: 173px;
  }
  .nav-header .shopinfo {
    margin: 46px auto 10px;
  }
  .nav-header .sns {
    width: 300px;
    margin: 0 auto;
  }
  .nav-header .sns dt {
    margin-top: 0;
  }
  /*=============================================
******************* keyvisual ****************
*=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
    padding-top: 200px;
  }
  #head-key .sns {
    position: absolute;
    right: 90px;
    top: 70px;
    z-index: 112;
    width: 91px;
  }
  #head-key .sns dt {
    margin-right: 5%;
  }
  #head-key .shopinfo {
    position: absolute;
    right: 81px;
    top: 113px;
    z-index: 4;
  }
  #head-key .shopinfo {
    display: flex;
    color: #fff;
    justify-content: center;
    margin: 0;
    z-index: 102;
  }
  #head-key .shopinfo p {
    margin: 0 10px;
    position: relative;
  }
	#head-key .shopinfo p:hover{
		opacity: 0.8;
	}
  #head-key .shopinfo p:first-child:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: rotate(-55deg);
    margin-top: -1px;
    vertical-align: middle;
    margin-right: -17px;
  }
  #key-box {
    width: 100%;
    height: 750px;
    min-height: auto;
    position: relative;
  }
	#key-box.child:before{
		width: 634px;	
	}
  #key-box .nav-h {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 102;
  }
  #key-box .nav-h .nav {
    display: flex;
    z-index: 10;
    position: relative;
    justify-content: center;
  }
  #key-box .nav-h .nav li {
    margin: 0 20px;
  }
  #key-box .nav-h .nav a {
    line-height: 22px;
    margin: 0;
    font-size: 12px;
    text-align: center;
    display: block;
    position: relative;
  }
  #key-box .nav-h .nav a.active::before, #key-box .nav-h .nav a:hover::before {
    width: 66px;
    height: 3px;
    background: url("../img/shared/nav_active.jpg") no-repeat;
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
  #key-box .nav-h .nav span {
    display: block;
    font-weight: 400;
    font-size: 18px;
  }
  #key-box .keyvisual {
    width: 100%;
    height: 100%;
  }
  #key-box .keyvisual li {
    height: 800px;
  }
  .head-info {
    width: 300px;
    margin-right: 50px;
    text-align: center;
    padding-top: 65px;
  }
  .head-info dl {
    font-size: 12px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    padding: 30px 0 65px;
  }
  .head-info dl dt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -12px;
  }
  .head-info dl dt .tel-icon {
    font-size: 25px;
  }
  .head-info dl dt .tel-icon span {
    font-size: 24px;
    padding: 0 4px 0 8px;
  }
  .head-info ul li {
    display: flex;
    justify-content: center;
  }
  .head-info ul li a {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    width: 190px;
    position: relative;
    border-bottom: 1px dashed transparent;
  }
  .head-info ul li.active a, .head-info ul li:hover a {
    border-bottom: 1px dashed #000;
  }
  /*=============================================
******************* footer *******************
*=============================================*/
  footer {
    position: relative;
    padding: 0px 0 108px;
  }
  footer nav {
    text-align: center;
  }
  footer nav > a {
    margin-right: 15px;
    color: #000;
    padding: 33px 0;
    position: relative;
    margin-left: 15px;
  }
  footer nav > a::after {
    width: 66px;
    height: 3px;
    background: url("../img/shared/nav_active.jpg") no-repeat;
    content: "";
    position: absolute;
    bottom: 31px;
    left: 50%;
    opacity: 0;
    right: -21px;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  footer nav > a:hover::after, footer nav > a.active::after {
    opacity: 1;
  }
  footer nav > a + a:before {
    content: "\7C";
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
    color: #927b54;
    position: absolute;
    left: -20px;
  }
  footer .logo {
    text-align: center;
    margin: 0;
    margin-top: 90px;
    max-width: 218px;
    margin-bottom: 40px;
  }
  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;
  }
  footer .left {
    width: 471px;
  }
  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: 30px;
    align-items: baseline;
  }
  footer .tel dt {
    font-size: 15px;
    letter-spacing: 0;
    text-align: left;
  }
  footer .tel dt span {
    font-weight: bold;
    font-size: 30px;
    margin-left: 17px;
    vertical-align: sub;
  }
  footer .tel dd {
    font-size: 30px;
    width: 350px;
    letter-spacing: 2px;
  }
  footer .banner {
    position: relative;
    margin-bottom: 30px;
  }
  footer .banner span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    z-index: 10;
    top: 19px;
    left: 30px;
    line-height: 28px;
  }
  footer .right {
    width: 485px;
  }
  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;
  }
  footer .bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 0;
  }
  footer .bottom .address span {
    text-align: right;
  }
  footer .bottom .address span a {
    text-decoration: underline;
  }
  footer .bottom .address span a:hover {
    text-decoration: none;
  }
  footer .row .row {
    position: absolute;
    top: 11px;
    left: 240px;
    display: flex;
  }
  footer .ttl {
    display: none
  }
  footer .tel dd .tel-icon span {
    width: 30px;
    margin-top: -10px;
  }
  footer .btn-cus.web {
    margin-left: -81px;
    margin-top: 32px;
    width: 241px;
    margin-bottom: 0;
    align-self: flex-start;
  }
  footer .btn-cus.web a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  footer .btn-cus.web a:after {
    width: 43px;
    right: -21px;
    top: 24px;
  }
  footer .btn-cus.web a:before {
    width: 19px;
    height: 19px;
    margin-right: 4px;
  }
  footer .info dl {
    font-size: 16px;
  }
  footer .info dl dt {
    width: 154px;
  }
  footer .info dl dd {
    width: calc(100% - 170px);
  }
  footer .info dl dd.flex {
    flex-direction: row;
    width: 330px;
    flex-wrap: wrap;
  }
  footer .info dl dd.flex span:first-child, footer .info dl dd.flex span:nth-child(3) {
    width: 115px;
  }
  footer .info dl dd .link:hover {
    text-decoration: underline;
  }
  footer .sns {
    margin-bottom: 13px;
    margin-right: 0;
    margin-top: -340px;
  }
  footer .sns dt {
    margin-top: 4px;
  }
  footer .access-btn {
    font-size: 15px;
  }
  footer #socialbuttons {
    margin-right: -37px;
    margin-bottom: 0;
  }
  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    bottom: -80px;
    right: 10px;
    width: 110px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
  address {
    padding: 25px 0 10px;
  }
  footer address {
    font-size: 16px;
    line-height: 30px;
  }
  address span {
    display: block;
  }
  address span:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
	#head-key .shopinfo{
		right: 10px;
	}
	#head-key .sns{
		right: 33px;
	}
	#key-box:after{
		top: -315px;
	}
}
.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, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  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
}
.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 .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: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 5%;
  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;
  }
  /*=============================================
   * text vertical
   *=============================================*/
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.ob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.border-green{
	border: 1px solid #107110;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.txt, .txt1, .txt2, .txt3 {
  text-align: justify;
}
.bnr-shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.bnr-shared .item {
  margin-bottom: 0;
  position: relative;
 border: 1px solid #107110;
}
.bnr-shared .item + .item{
	border-top: 0px;
}
.bnr-shared .item:hover {
  opacity: 0.8;
	transition: all 0.5s;
}
.bnr-shared .item:before {
  content: "";
  border: 1px solid #a29a8b;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  z-index: 5;
}
.bnr-shared .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18vw 0;
  box-sizing: border-box;
}
.bnr-shared .item .ttl {
  width: 40%;
  margin: 0vw auto;
}
.bnr-shared .item:nth-child(1) {
  background: url("../img/menu/banner2_bg.jpg") no-repeat center;
  background-size: cover;
}
.bnr-shared .item:nth-child(2) {
  background: url("../img/menu/banner3_bg.jpg") no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .txt, .txt1, .txt2, .txt3 {
    text-align: inherit;
  }
  hr.line {
    height: 14px;
  }
  .bnr-shared {
    flex-direction: row;
  }
  .bnr-shared .item {
    width: 50%;
  }
	.bnr-shared .item + .item{
	border-top: 1px solid #1071;
		border-left: 0;
}
  .bnr-shared .item:before {
    top: 20px;
    left: 30px;
    right: 30px;
    bottom: 20px;
  }
  .bnr-shared .item a {
    padding: 175px 0;
  }
  .bnr-shared .item .ttl {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}

.remodal-overlay {
  background: #2b2b2b;
}
.popup-menu h2 {
  font-size: 7vw;
  margin-bottom: 3vw;
  font-family: 'Shippori Mincho B1';
}
.popup-menu .note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 6vw;
  line-height: 24px;
}
.popup-menu .popup {
  padding: 6% 5% 6% !important;
}
.popup-menu .list .row .col {
  margin-bottom: 5vw;
}
.popup-menu .list .row .col .row1 {
  margin-bottom: 10vw;
}
.popup-menu .list .row .col h3 {
  padding: 3%;
  margin-bottom: 4vw;
  font-size: 4vw;
  text-align: center;
  background: #c9bc9c;
  font-family: 'Shippori Mincho B1';
}
.popup-menu .list .row .col h4 {
  text-align: center;
  padding-top: 11px;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: bold;
}
.popup-menu .list .row .col dl {
  padding: 10px 0;
  border-bottom: 1px solid;
}
.popup-menu .list .row .col p {
  line-height: 24px;
}
.popup-menu .list .row .col dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.popup-menu .list .row .col dl dt {
  float: left;
  text-align: left;
}
.popup-menu .list .row .col dl dd {
  float: right;
  text-align: right;
}
.remodal-close {
  top: 10px;
}
.remodal {
  padding: 29px 0 30px;
}
.btn-close {
  width: 160px;
  height: 40px;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
}
.popup-menu ul {
  text-align: left;
  line-height: 30px;
  margin-top: 10px;
}
.popup-menu .price {
  flex-direction: column;
  margin-bottom: 20px;
}
.popup-menu .list .row .col dl.price dt {
  text-align: center;
  float: none;
  margin-bottom: 20px;
}
.popup-menu .list .row .col dl.price dd {
  text-align: left;
  float: none;
}
.popup-menu .list .row .col .ttl2 {
  text-align: left;
}
.popup-menu .list .row .col .line {
  border-bottom: 1px solid #000;
}
.popup-menu .list .row .col dl.non-boder {
  border-bottom: 0px;
  padding: 0;
}
.popup-menu .list .row .col dl.non-boder.line {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .close {
    right: 60px;
  }
  .popup-menu .remodal-close:before {
    width: 70px;
    height: 70px;
  }
  .popup-menu h2 {
    font-size: 38px;
    margin-bottom: 21px;
  }
  .popup-menu .note {
    margin-bottom: 60px;
  }
  .popup-menu .popup {
    padding: 50px 0 50px !important;
  }
  .popup-menu .list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .popup-menu .list .row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    max-width: 48%;
  }
  .popup-menu .list .col {
    width: 460px;
    max-width: none;
  }
  .popup-menu .list.list2 .col {
    width: 310px;
    max-width: 30%;
  }
  .popup-menu .list .row .col {
    width: 100%;
    margin: 0 auto 20px;
  }
  .popup-menu .list .row .col h3 {
    font-size: 20px;
    padding: 10px;
    line-height: 37px;
    margin-bottom: 13px;
  }
  .popup-menu .list .row .col .row1 {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .popup-menu .list .row .col dl {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    letter-spacing: 1px;
  }
  .remodal-close {
    top: 40px;
    right: 0;
  }
  .remodal {
    padding: 80px 0 30px;
  }
  .btn-close {
    font-size: 30px;
  }
  .btn-close:hover {
    opacity: 0.8;
  }
}