@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  font-size: 13px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", serif;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
  background: url("../img/shared/bg.jpg") repeat top center;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
  pointer-events: visible !important;
  touch-action: auto !important;
}

/*=============================================
 * 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;
}

.fnt-serif {
  font-family: "Noto Serif JP", serif;
}

/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  box-sizing: border-box;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

.wrap {
  padding: 0 4%;
  position: relative;
}

.btn-link {
  border: 1px solid #0b0301;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  line-height: 3.3;
  position: relative;
  margin: auto;
  font-size: 4vw;
  transition: ease 0.3s;
}
.btn-link:after {
  content: "";
  background: url("../img/shared/arrow.jpg") no-repeat center/100% 100%;
  width: 45px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 6.9%;
  transform: translateY(-50%);
}
.btn-link:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .btn-link {
    font-size: 18px;
    line-height: 43px;
    width: 210px;
    border: none;
    display: block;
    border-bottom: 1px solid #0b0301;
  }
  .btn-link:after {
    background: url("../img/shared/arrow_pc.jpg") no-repeat bottom center;
    width: 9px;
    height: 6px;
    bottom: 0;
    right: 0;
    transform: translateY(0);
  }
}

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  height: 180vw;
}
header::before, header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 16vw;
  width: 1px;
  background-color: #fff;
  z-index: 1;
}
header::after {
  bottom: -10vw;
  height: 10vw;
  background-color: #000;
}

.logo {
  position: absolute;
  z-index: 2;
  width: 47%;
  top: 53vw;
  left: 50%;
  transform: translateX(-50%);
}

h1 {
  position: absolute;
  text-align: center;
  top: 1.5vw;
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  font-size: 10px;
  left: 0;
  color: #fff;
  z-index: 2;
  letter-spacing: 0;
}

.popup-link {
  text-align: center;
  border: 1px solid #999289;
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 11vw auto 0;
  font-size: 15px;
  line-height: 3.2;
  font-weight: 500;
  letter-spacing: 0.17em;
}
.popup-link a {
  justify-content: center;
  align-items: center;
  display: flex;
}
.popup-link a:before {
  background: #342513;
}

@media only screen and (min-width: 768px) {
  header {
    height: 1010px;
  }
  header::before {
    height: 130px;
  }
  header::after {
    bottom: -62px;
    height: 62px;
  }

  header .bnr-take {
    position: absolute;
    z-index: 2;
    bottom: 33px;
    left: 125px;
	}
	
  .logo {
    width: 339px;
    top: 273px;
  }
  h1 {
    font-size: 13px;
    line-height: 34px;
    text-align: left;
    width: 700px;
    top: 12px;
    left: 12px;
  }
}
.gnav2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #726256;
  padding: 10vw 5%;
  font-size: 6.4vw;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .header-info .gnav2 {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .gnav {
    position: absolute;
    top: 620px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    font-size: 18px;
    line-height: 27px;
    width: 370px;
  }
  .gnav li {
		height: 170px;
		letter-spacing: 0.08em;
		color: #fff;
		font-weight: 600;
		width: 41px;
		float: left;
		line-height: 41px;
	  position: relative;
  }
  .gnav a {
    cursor: pointer !important;
	  position: relative;
	  display: inline-block;
  }
  .gnav a::before {
    content: "";
    position: absolute;
    top: -27px;
    left: 0px;
    height: calc(100% + 34px);
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all 0.8s;
    z-index: -1;
  }
  .gnav a::after {
    content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    height: 16px;
    width: 1px;
    transform: translateX(-50%);
    background-color: #000;
    opacity: 0;
    transition: all 0.8s;
  }
  .gnav a:hover, .gnav a.active {
    color: #000;
  }
  .gnav a:hover::before, .gnav a:hover::after, .gnav a.active::before, .gnav a.active::after {
    opacity: 1;
    transition: all 1s;
  }
  .header-right {
    position: absolute;
    top: 35px;
    right: 40px;
    z-index: 2;
  }
}
/*=============================================
 * key
 *=============================================*/
@media only screen and (min-width: 768px) {
  #key li {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#key {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#key .slider-fade p span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 60px);
  background: center center/cover no-repeat;
  z-index: 1;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-name: animation2;
}
#key .slider-fade .slick-slide * {
  transform: translate3d(0, 0, 0);
}
#key .slider-fade .slick-active span {
  animation-name: animation1;
}

@keyframes animation2 {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    transform: translate3d(-60px, 0, 0);
  }
}
@keyframes animation1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-30px, 0, 0);
  }
}
/*=============================================
 * menu_toggle
 *=============================================*/
#menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  padding: 60px 10% 150px;
  background: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#menu_toggle .logo-nav {
  width: 50%;
  margin: 0px auto 12vw;
}
#menu_toggle .menu1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#menu_toggle .menu1 li {
  height: 40vw;
}
#menu_toggle .menu1 li a {
  color: #000;
  position: relative;
  cursor: pointer !important;
}
#menu_toggle .menu1 li a::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 0px;
  height: calc(100% + 34px);
  width: 100%;
  background-color: #eeeeee;
  opacity: 0;
  transition: all 0.8s;
  z-index: -1;
}
#menu_toggle .menu1 li a::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  height: 12px;
  width: 1px;
  transform: translateX(-50%);
  background-color: #000;
  opacity: 0;
  transition: all 0.8s;
}
#menu_toggle .menu1 li a:hover::before, #menu_toggle .menu1 li a:hover::after, #menu_toggle .menu1 li a.active::before, #menu_toggle .menu1 li a.active::after {
  opacity: 1;
  transition: all 1s;
}
#menu_toggle .menu1 span {
  display: block;
}
#menu_toggle .menu1 span:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
}
#menu_toggle .navfix-box .tel-fix {
  margin: 16vw 10% 10vw;
}
#menu_toggle .navfix-box .btn-navfix {
  padding: 0px 4% 0px 12%;
  margin: 0px 12% 4vw;
  line-height: 3.5;
}
#menu_toggle .navfix-box .btn-navfix::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 10%;
  height: 1px;
  background-color: #fff;
}
#menu_toggle .navfix-box .btn-navfix i {
  margin: 0px 0px 0px 10%;
}
#menu_toggle .navfix-box .btn-navfix .icon-cart {
  margin: 0px 5% 0px 5%;
}
#menu_toggle .bnr-take {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #menu_toggle {
    padding: 187px 0 100px;
  }
  #menu_toggle .inner {
    margin: auto;
    max-width: 1000px;
    padding: 0 40px;
  }
  #menu_toggle .menu1 {
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 26px;
    width: 330px;
    margin: 0px 0px 0px auto;
  }
  #menu_toggle .menu1 li {
    height: 170px;
  }
  #menu_toggle .menu1 li a::after {
    height: 16px;
  }
  #menu_toggle .navfix-box {
    margin: 0px 0px 0px 140px;
    width: 224px;
  }
  #menu_toggle .navfix-box .logo-nav2 {
    width: 85px;
    margin: 0px auto 32px;
  }
  #menu_toggle .navfix-box .tel-fix {
    margin: 0px 0px 32px;
  }
  #menu_toggle .navfix-box .btn-navfix {
    font-size: 14px;
    line-height: 36px;
    width: 200px;
    margin: 0px auto 12px;
    padding: 0px 12px 0px 32px;
  }
  #menu_toggle .navfix-box .btn-navfix::before {
    width: 24px;
  }
  #menu_toggle .navfix-box .btn-navfix .icon-cart {
    margin: 0px 12px 0px 4px;
  }
  #menu_toggle .navfix-box .btn-navfix i {
    margin: 0px 0px 0px 10px;
  }

}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  #menu_toggle .menu1 {
    margin: 0px 24px 0px auto;
  }
}


@media only screen and (min-width: 1200px) {
	#menu_toggle .inner {
		padding: 0;
	}
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  z-index: 9999;
  position: fixed;
  top: 4vw;
  right: 4%;
  color: #fff;
  border-right: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  mix-blend-mode: difference;
}

.hamburger span {
  width: 30px;
  height: 1px;
  top: 18px;
  right: 0;
  left: 0;
  background-color: #FFF;
  margin: auto;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger span:before, .hamburger span:after {
  content: "";
  background: #FFF;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  transition: 0.15s ease;
}

.hamburger span:before {
  top: -7px;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger span:after {
  bottom: -7px;
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active {
  background: transparent;
  border-color: transparent;
}

.hamburger.is-active span {
  top: 16px;
  width: 30px;
  transform: rotate(30deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active span:before {
  top: 0;
  opacity: 0;
  background: #fff;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger.is-active span:after {
  bottom: 0 !important;
  transform: rotate(-60deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 768px) {
  .has_nav .hamburger {
    display: block !important;
  }
  .hamburger {
    width: 92px;
    height: 92px;
    cursor: pointer;
    transition: ease 0.3s;
    right: 30px;
    top: 24px;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger span {
    height: 3px;
    top: 43px;
    width: 42px;
  }
  .hamburger span:before {
    height: 3px;
    top: -12px;
  }
  .hamburger span:after {
    height: 3px;
    margin-left: auto;
    top: 12px;
  }
  .hamburger.is-active {
    width: 44px;
    height: 37px;
    top: 40px;
    right: 53px;
  }
  .hamburger.is-active span {
    height: 3px;
    width: 44px;
  }
  .hamburger.is-active span:after {
    height: 3px;
    width: 100%;
    top: 0px;
  }
}
/*=============================================
 * footer
 *=============================================*/
footer {
  position: relative;
  background: #101010;
  color: #fff;
  font-size: 12px;
}
footer .bg_parallax {
  padding-top: 90vw;
}
footer .footer-btn {
  display: block;
  border: 2px solid #5b5b5b;
  width: 100%;
  background: none;
  line-height: 2.5;
  padding: 0px 5%;
}
footer .footer-btn i {
  font-size: 12px;
  margin: 0px 0px 0px 24px;
}
footer .footer-btn:hover {
  background-color: #101277;
}
footer .footer-2 {
  position: relative;
  padding: 10vw 0px 16vw;
}
footer .footer-2::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 50%;
  transform: translateX(-50%);
  height: 18vw;
  width: 1px;
  background-color: #fff;
}
footer .footer-2 .footer-logo {
  margin: 0px auto;
  width: 70%;
}
footer .footer-2 .footer-tel {
  width: 67%;
  margin: 6vw auto 4vw;
}
footer .footer-2 .footer-btn1 {
  width: 70%;
  margin: 0px auto 8vw;
}
footer .footer-2 .footer-list {
  margin: 6vw 0px;
}
footer .footer-2 .footer-list dl {
  margin: 0px 0px 4vw;
}
footer .footer-2 .footer-list dl dt {
  width: 25%;
}
footer .footer-2 .footer-list dl dd {
  width: 75%;
    text-align: left;
}
footer .footer-2 .footer-box1 {
  box-sizing: border-box;
  border: 1px solid #5b5b5b;
  padding: 6vw 6% 8vw;
  position: relative;
  letter-spacing: 0.06em;
  margin: 0px 0px 8vw;
}
footer .footer-2 .footer-box1::before {
  content: "";
  position: absolute;
  top: 10vw;
  left: 0px;
  height: 1px;
  width: 6%;
  background-color: #5b5b5b;
}
footer .footer-2 .footer-box1 .footer-txt1 {
  font-size: 4.5vw;
  margin: 0px 4% 4vw;
}
footer .footer-2 .footer-btn2 {
  line-height: 3.5;
  width: 85%;
  margin: 0px auto 4vw;
}
footer .footer-2 .footer-btn2 i {
  font-size: 14px;
  margin: 0px;
  float: right;
}
footer .footer-2 .footer-row .calendar1 {
  margin: 12vw 0px 8vw;
}
@media only screen and (min-width: 768px) {
  footer .bg_parallax {
    padding-top: 517px;
  }
  footer .footer-btn {
    line-height: 36px;
    font-size: 14px;
  }
  footer .footer-btn i {
    float: right;
  }
  footer .footer-2 {
    padding: 60px 0px 0px;
  }
  footer .footer-2::before {
    height: 131px;
    top: -65px;
  }
  footer .footer-2 .footer-logo {
    width: 270px;
  }
  footer .footer-2 .footer-tel {
    width: 232px;
    margin: 69px 0px 30px 77px;
  }
  footer .footer-2 .footer-btn1 {
    width: 255px;
    margin: 0px 0px 12px 76px;
    padding: 0px 10px 0px 51px;
  }
  footer .footer-2 .footer-btn1 li {
    margin: 0px 0px 37px;
  }
  footer .footer-2 .footer-list {
    width: 580px;
    position: absolute;
    top: 300px;
    right: -80px;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  footer .footer-2 .footer-list dl {
    margin: 0px 0px 26px;
  }
  footer .footer-2 .footer-list dl dt {
    width: 146px;
    letter-spacing: 0px;
  }
  footer .footer-2 .footer-list dl dd {
    width: calc(100% - 146px);
  }
  footer .footer-2 .footer-box1 {
    width: 405px;
    margin: 40px 0px 38px;
    padding: 22px 10px 33px 48px;
    line-height: 25px;
    font-size: 14px;
  }
  footer .footer-2 .footer-box1::before {
    top: 42px;
    width: 32px;
  }
  footer .footer-2 .footer-box1 .footer-txt1 {
    font-size: 18px;
    margin: 0px 0px 18px;
  }
  footer .footer-2 .footer-btn2 {
    width: 303px;
    margin: 0px 0px 20px 49px;
    padding: 0px 14px 0px 29px;
    line-height: 44px;
  }
  footer .footer-2 .footer-btn2 i {
    font-size: 18px;
    margin: 0px;
  }
  footer .footer-2 .footer-row {
    background: rgba(255, 255, 255, 0.1);
    width: 1160px;
    margin: 110px 0px 76px -80px;
    padding: 45px 147px;
  }
  footer .footer-2 .footer-row .calendar1 {
    margin: 0px;
  }
	footer .txt{
	position:absolute;
	text-align:center;
	margin-top:-110px;
	margin-left:330px;
	} 
	
	.bnr-take {
    position: absolute;
    z-index: 2;
    bottom: 33px;
    left: 280px;
	bottom:130px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  footer .footer-2 .footer-box1 {
    margin: 40px 0px 38px -24px;
  }
  footer .footer-2 .footer-list {
    right: 0px;
  }
}

footer address {
  margin-top: 6vw;
  color: #bdb3ab;
}
@media only screen and (min-width: 768px) {
  footer address {
    margin-top: 0;
    margin-left: 28px;
    text-align: left;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
}

footer .cookie-link {
  text-align: center;
}
footer .cookie-link a {
  position: relative;
  padding-bottom: 0;
  letter-spacing: 1.7px;
  line-height: 2.5;
  color: #bdb3ab;
  display: inline-block;
}
footer .cookie-link a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bdb3ab;
  opacity: 0;
}
footer .cookie-link a:hover {
  text-decoration: none;
}
footer .cookie-link a:hover:before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  footer .cookie-link {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 28px;
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 768px) {
  #socialbuttons {
    position: absolute;
    bottom: 17px;
    right: 80px;
    text-align: left;
  }
}
#pagetop {
  right: 3%;
  bottom: 50vw;
  width: 45px;
}

iframe {
  width: 100%;
  height: 100%;
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.2s;
  z-index: 999;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #000;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    position: relative;
    inset: 0;
    width: unset;
    opacity: 1;
    visibility: visible;
  }
}
#ft_fixed li.hamburger {
  width: 17.1%;
  background: none;
  position: relative;
  top: 0;
  right: 0;
  height: auto;
}
#ft_fixed li.hamburger span {
  top: 38px;
}
#ft_fixed li.hamburger span:before {
  top: -10px;
}
#ft_fixed li.hamburger span:after {
  bottom: -10px;
}

.navOpen #ft_fixed {
  z-index: 1000;
  background: none;
}
.navOpen #ft_fixed li:not(:last-child) {
  display: none;
}
.navOpen #ft_fixed li.hamburger {
  position: fixed;
  width: 33px;
  height: 33px;
  right: 4%;
  top: 2vw;
}
.navOpen #ft_fixed li.hamburger span {
  top: 24px;
}

.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}

/* 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: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
@media only screen and (min-width: 768px) {
  footer::after {
    display: none !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) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/*=============================================
 * general
 *=============================================*/
.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  line-height: 0;
  padding: 0 3px;
  cursor: pointer;
}

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 15px;
  height: 2px;
  background: #99857a;
}

.slick-dots .slick-active button {
  background: #a15228;
}

@media only screen and (min-width: 768px) {
  .slick-dots li {
    padding: 0 6px;
  }
  .slick-dots li button {
    width: 29px;
    height: 4px;
  }
}
.slick-arrow {
  top: 33vw;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 11px;
  height: 22px;
}

.slick-arrow.slick-prev {
  left: -2%;
  background: url("../img/shared/arrow_left.jpg") no-repeat center/auto 100%;
}

.slick-arrow.slick-next {
  right: -2%;
  background: url("../img/shared/arrow_right.jpg") no-repeat center/auto 100%;
}

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

.bg_parallax {
  position: relative;
  z-index: 0;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

/*
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
*/

@media only screen and (min-width: 768px) {
  .hamburger, .sp {
    display: none !important;
  }
  #pagetop {
    width: auto;
    bottom: 20px;
    right: 20px;
  }
  img {
    width: auto;
  }
  .slick-dots li {
    transition: 0.2s;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .wrap {
    margin: auto;
    width: 1000px;
    padding: 0;
    position: relative;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .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 .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;
  }
  .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;
    line-height: 1;
    display: inline-block;
    margin-left: 19px;
  }
  .dis-flex-pc {
    display: flex !important;
    justify-content: space-between;
  }
}

.dis-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

em {
  font-style: normal;
}

.bg2 {
  color: #fff;
  background: url("../img/shared/bg2_sp.jpg") repeat-y top center/100% auto;
}

@media only screen and (min-width: 768px) {
  .bg2 {
    background: url("../img/shared/bg2.jpg") repeat top center;
  }
}
.txt-center {
  text-align: center;
}

.remodal {
  background: #fff;
}

.remodal .popup-txt {
  margin-bottom: 8vw;
  font-weight: 600;
}

.remodal .popup-ttl {
  line-height: 1.5;
  padding-bottom: 3vw;
  margin-bottom: 7vw;
  position: relative;
  color: #0b0b0b;
}

.remodal .popup-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 2px;
  background-color: #000;
}

.remodal ul {
  text-align: left;
  font-weight: 500;
}

.remodal .dis-flex-pc {
  border: 2px solid #4b372e;
  box-sizing: border-box;
  padding: 5vw 5%;
}

@media only screen and (max-width: 767px) {
  .remodal {
    padding: 15vw 3%;
  }
  .remodal .wrap {
    padding: 0;
  }
  .remodal .remodal-close {
    width: 36px;
    height: 20px;
    top: -25vw;
  }
  .remodal .popup-ttl {
    font-size: 5vw;
  }
  .remodal .popup-txt p + p {
    margin-top: 5vw;
  }
  .remodal ul {
    padding-left: 9%;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) {
  .remodal {
    padding: 130px 0 95px;
    line-height: 30px;
  }
  .remodal .remodal-close {
    top: -50px;
  }
  .remodal .popup-ttl {
    font-size: 30px;
    margin: 0 auto 54px;
    max-width: 695px;
    padding-bottom: 0;
    line-height: 86px;
  }
  .remodal .popup-txt {
    line-height: 30px;
    margin-bottom: 65px;
  }
  .remodal .popup-txt p + p {
    margin-top: 30px;
  }
  .remodal .dis-flex-pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: auto;
    max-width: 790px;
    font-size: 18px;
    line-height: 40px;
    padding: 40px 50px;
  }
  .remodal .dis-flex-pc ul {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
.ttl {
  font-size: 4.7vw;
  line-height: 2.3;
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 28px;
    line-height: 57px;
  }
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-list {
  margin-bottom: 7vw;
}
.menu-list .menu-ttl {
  color: #fff;
  text-align: center;
  background: #372817;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.9;
}
.menu-list .menu-ttl2 {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
}
.menu-list dl {
  position: relative;
}
.menu-list dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1vw;
  height: 1px;
  width: 100%;
  background: #d2cabb;
}
.menu-list dl dt {
  float: left;
}
.menu-list dl dd {
  float: right;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .menu-list {
    margin-bottom: 44px;
  }
  .menu-list .menu-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .menu-list .menu-ttl2 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .menu-list dl {
    position: relative;
  }
  .menu-list dl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 1px;
    width: 100%;
    background: #d2cabb;
  }
  .menu-list dl dt {
    float: left;
  }
  .menu-list dl dd {
    float: right;
    text-align: right;
  }
}

.nav-target {
  background: url("../img/shared/bg.jpg") repeat top center;
}

.btn-sec {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  background-color: #af987c;
  transition: all 0.8s;
  color: #fff;
  display: block;
  position: relative;
}
.btn-sec:hover {
  transition: all 0.6s;
  background-color: #101277;
}
@media only screen and (min-width: 768px) {
  .btn-sec {
    font-size: 18px;
    line-height: 52px;
  }
}

.btn-fix {
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 10;
  cursor: pointer;
  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;
  display: block;
  height: 190px;
  flex-direction: column;
  padding: 43px 0px 20px;
}
.btn-fix i {
  margin: 12px 0px 0px;
	display: inline-flex;
}
.btn-fix::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 24px;
  width: 1px;
  background-color: #fff;
}

.btn-fix2 {
  top: 310px;
}

.btn-fix3{
  top: 520px;
}

.btn-blue {
  background-color: #101277;
}
.btn-blue:hover {
  background-color: #af987c;
}

.btnripple3 {
  display: inline-block;
  position: relative;
  line-height: 30px;
}
.btnripple3:hover {
  outline-width: 0;
}
.btnripple3:hover::before {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  animation: 1s circleanime2 forwards;
}

@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.btnripple1 {
  display: inline-block;
  position: relative;
  line-height: 30px;
}
.btnripple1:hover {
  opacity: 0.8;
  cursor: pointer;
}

.remodal-overlay {
  background: none;
}

.remodal-wrapper {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-wrapper:has(> .modal-onlineshop) {
  background: rgba(16, 18, 119, 0.9);
}

.modal-onlineshop {
  background: none;
  color: #fff;
}
.modal-onlineshop h3 {
  border-bottom: 1px solid #fff;
  display: inline-flex;
  align-items: baseline;
  margin: 0px 0px 8vw;
  font-size: 5.5vw;
  line-height: 2.5;
}
.modal-onlineshop h3 i {
  margin: 0px 12px 0px 0px;
  display: inline-flex;
  width: 30px;
}
.modal-onlineshop .btn-modal {
  width: 85%;
  margin: 0px auto 3vw;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0px 5% 0px 10%;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 3;
}
.modal-onlineshop .btn-modal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5%;
  height: 1px;
  background-color: #fff;
}
.modal-onlineshop .btn-modal i {
  float: right;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .modal-onlineshop h3 {
    font-size: 30px;
    line-height: 53px;
    margin: 0px 0px 62px;
  }
  .modal-onlineshop h3 i {
    width: 42px;
  }
  .modal-onlineshop .btn-modal {
    width: 370px;
    line-height: 54px;
    font-size: 20px;
    margin: 0px auto 27px;
    padding: 0px 24px 0px 42px;
  }
  .modal-onlineshop .btn-modal::before {
    width: 24px;
  }
}

.modal-footer {
  background-color: #f0f0ef;
}
.modal-footer .remodal-close {
  top: -10vw;
}
.modal-footer .popup-txt {
  text-align: left;
  letter-spacing: 0;
}
.modal-footer .popup-box {
  width: 95%;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 6vw 4%;
  background-color: #fff;
  text-align: left;
}
.modal-footer .popup-box .popup-txt3 {
  align-self: center;
  width: 60%;
  margin: -2vw -10% 0px -9%;
}
.modal-footer .popup-box .popup-txt2 {
  width: 90%;
  margin: 0px -20% 0px 0px;
}
.modal-footer .popup-box .list-txt {
  padding: 1vw 0px 1vw 3%;
  margin: 4vw 0px;
  border-left: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .modal-footer .remodal-close {
    top: -50px;
  }
  .modal-footer .popup-txt {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .modal-footer .popup-box {
    width: 860px;
    padding: 32px 120px 40px 140px;
  }
  .modal-footer .popup-box .popup-txt2 {
    width: 300px;
    margin: 0px;
  }
  .modal-footer .popup-box .popup-txt3 {
    align-self: end;
    width: 152px;
    margin: 0px;
  }
  .modal-footer .popup-box .list-txt {
    font-size: 15px;
    line-height: 25px;
    padding: 6px 0px 6px 16px;
    margin: 36px 0px 0px -12px;
  }
}

#gmap {
  background: url("../img/shared/bg.jpg") repeat top center;
  color: #000;
  padding: 0px 0px 6vw;
}
#gmap #map iframe {
  height: 480px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #gmap #map iframe {
    height: 600px;
  }
}
#gmap .footer-btn3 {
  width: 80%;
  margin: 8vw auto;
  line-height: 2.5;
  color: #000;
  text-align: center;
}
#gmap .footer-btn3:hover {
  color: #fff;
  background: #000;
}
@media only screen and (min-width: 768px) {
  #gmap {
    padding: 0px 0px 81px;
  }
  #gmap .list-btn {
    margin: 0px 116px;
  }
  #gmap .footer-btn3 {
    width: 310px;
    margin: 47px 0px 0px;
    line-height: 45px;
    align-self: baseline;
  }
}

.footer-3 {
  position: relative;
  padding: 8vw 0px 24vw;
}
@media only screen and (min-width: 768px) {
  .footer-3 {
    padding: 0px 0px 30px;
  }
  .footer-3::before {
    content: url("../img/shared/footer_deco.jpg");
    position: absolute;
    bottom: -10px;
    right: 0px;
  }
  .footer-3 .nav-footer {
    padding: 32px 0px;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0.06em;
    width: 315px;
  }
  .footer-3 .nav-footer li {
    height: 189px;
	  float: left;
	  width: 33px;
	  line-height: 33px;
	  position: relative;
  }
  .footer-3 .nav-footer li a {
    position: relative;
	  cursor: pointer;
	  display: inline-block;
  }
  .footer-3 .nav-footer li a::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: 1px;
    background-color: #fff;
    opacity: 0;
  }
  .footer-3 .nav-footer li a:hover, .footer-3 .nav-footer li a.active {
    cursor: pointer;
  }
  .footer-3 .nav-footer li a:hover::before, .footer-3 .nav-footer li a.active::before {
    opacity: 1;
  }
  .footer-3 .footer-ground2 {
    margin: 185px 0px 0px;
  }
  .footer-3 .footer-ground2 address, .footer-3 .footer-ground2 .cookie-link {
    line-height: 9px;
    text-align: left;
    margin: 0px;
  }
  .footer-3 .footer-ground2 address {
    margin: 12px 0px 0px;
  }
  .footer-3 #socialbuttons {
    position: relative;
    inset: 0;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .footer-3 .nav-footer {
    margin: 0px 12px 0px 0px;
  }
}

@media only screen and (min-width: 768px) {
  #pagetop {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-height: 1300px) {
  #pagetop {
    right: 64px;
  }
}/*# sourceMappingURL=shared.css.map */

.object-fit-cover{position:relative}.object-fit-cover img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;height:100%;width:100%}


