/** @format */

@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  font-size: 13px;
  line-height: 2;
  color: #000000;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background-color: #fff;
}

.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;
  -ms-touch-action: none !important;
  touch-action: none !important;
}

body.nav--opened .hamburger,
body.nav--opened #menu_toggle,
body.nav--opened #menu_toggle * {
  pointer-events: visible !important;
  -ms-touch-action: auto !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-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-notosr {
  font-family: "Noto Serif JP", serif;
}
.fnt-time {
  font-family: "Times New Roman", Times, serif;
}

.fnt-bebas {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*=============================================
 * main
 *=============================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

section {
  background: #fff;
  z-index: 1;
}

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  height: 105vh;
  min-height: 600px;
  background: #fff;
}

header h1 {
  color: #fff;
  z-index: 2;
  font-weight: 400;
  font-size: 11px;
  padding: 0 80px 0 3%;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 10px #000;
}

header .h-box {
  z-index: 2;
  width: 85%;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin-top: -10%;
}

header .h-box .h-logo {
  width: 65%;
  margin: auto;
  margin-bottom: 10px;
}

header .h-box .catch {
  margin: 0 -30% -4%;
}

header .h-box .h-sub {
  width: 65%;
  margin: auto;
  margin-bottom: 6vw;
}

header .h-box .h-sub li {
  padding: 0 2%;
  width: 50%;
}

header .h-box .logo {
  width: 35%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  header {
    height: 1183px;
  }
  header #h-nav {
    margin-top: 80px;
    z-index: 3;
  }
  header #h-nav .nav {
    display: flex;
    justify-content: center;
  }
  header #h-nav .list .sub {
    display: none;
  }
  header #h-nav .toggle .toggle-main {
    margin: 10px 0 0 -2px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    width: 190px;
    /* padding:10px 0; */
    font-weight: 700;
    font-size: 14px;
  }
  header #h-nav .toggle .toggle-main li {
    padding: 7px 0;
    border-bottom: 1px solid #a2a2a2;
    /* width:130px; */
    text-align: center;
    margin: 0 15px 0;
  }
  header .h-sub {
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 5;
    text-align: right;
    display: block;
  }
  header .h-sub li:first-child {
    margin-bottom: 10px;
  }
  header .h-box {
    top: 297px;
    -webkit-transform: none;
    transform: none;
    width: 1000px;
    margin-top: 0;
  }
  header .h-box .h-logo {
    width: 348px;
    margin: 0 auto 18px;
  }

  header .h-box .h-sub li {
    width: auto;
    padding: 0 5px;
  }
  header .h-box .catch {
    margin: 0;
    width: auto;
  }
  header .h-box .logo {
    width: 222px;
  }
  header .logo.pos2 {
    position: absolute;
    bottom: 77px;
    right: 55px;
    z-index: 2;
  }
  header h1 {
    top: 45px;
    left: 60px;
    right: auto;
    padding: 0;
    text-shadow: none;
  }
}

/*=============================================
 * nav
 *=============================================*/
.nav-fixed {
  height: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
  pointer-events: none;
}

#fx-nav {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

#fx-nav .inner {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  padding-top: 10px;
  -ms-flex-align: center;
}

#fx-nav .catch {
  margin: 0 0 3px;
}

#fx-nav .h-sub {
  margin-bottom: 2px;
}

#fx-nav .h-sub li {
  padding: 0 3px;
}

#fx-nav .nav {
  margin-right: 10px;
}

#fx-nav .nav a {
  display: block;
  position: relative;
}

#fx-nav .nav a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  background: #000;
  margin: auto;
}

#fx-nav .nav .active a:after,
#fx-nav .nav a:hover:after {
  opacity: 1;
}
#fx-nav .toggle-main {
  background-color: #fff;
  padding: 10px 10px;
}
#fx-nav .toggle-main li {
  padding: 3px 0 3px 0px;
  border-bottom: 1px solid #dddcdc;
}
#fx-nav .toggle-main a::after {
  display: none;
}
#h-nav {
  position: relative;
}

#h-nav.shadw:before {
  content: "";
  background: url("../img/shared/hnav_shadw.png") no-repeat center/100% 100%;
  width: 1000px;
  height: 201px;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#h-nav a {
  display: block;
  position: relative;
}

#h-nav a:before {
  content: "";
  background: #fff;
  height: 7px;
  width: 7px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#h-nav .active a:before,
#h-nav a:hover:before {
  opacity: 1;
}

.menu_toggle {
  padding: 50px 0 100px;
  background: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.menu_toggle .catch {
  width: 60%;
  margin: 0 auto;
}

.menu_toggle .logo {
  width: 40%;
  margin: 7% auto 5%;
}

.menu_toggle .nav li {
  margin-bottom: 15px;
}

.menu_toggle .nav li ul {
  display: none;
}
.menu_toggle .nav li ul li {
  margin-bottom: 5px;
  margin-top: 10px;
}

.menu_toggle .nav li.hover ul {
  display: block;
}

.menu_toggle .nav .active a span:before {
  opacity: 1;
}
.menu_toggle .nav span.parent,
.menu_toggle .nav a {
  display: block;
  font-size: 15px;
  position: relative;
}
.menu_toggle .nav span.parent::after {
  content: "";
  background: url(../img/bar/arrow_up.svg) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  transform: rotate(180deg);
  filter: invert(1);
  position: absolute;
  top: 50%;
  right: 60px;
  font-size: 20px;
  width: 16px;
  height: 9px;
  margin-top: -5px;
}

.menu_toggle .nav li.hover span.parent::after {
  transform: rotate(0deg);
}

.menu_toggle .nav a span {
  position: relative;
  display: inline-block;
}

.menu_toggle .nav a span:before {
  content: "";
  background: #000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: -15px;
}

.menu_toggle .h-sub {
  max-width: 65%;
  margin: auto;
  margin-bottom: 30px;
}

.menu_toggle .h-sub li {
  padding: 0 2%;
  max-width: 50%;
}

#menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
}

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

/*=============================================
 * 固定バナー
 *=============================================*/
.fix_reservation_box {
  display: none;
}

@media only screen and (min-width: 768px) {
  .fix_reservation_box {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 10;
  }
  .fix_btn_hakata {
    margin: 10px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .fix_reservation_box {
    width: 48px;
  }
}

/*=============================================
 * key
 *=============================================*/
#key {
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

#key .item {
  height: 100vh;
}

.has_nav #key {
  position: absolute;
}

#key .slick-dots {
  opacity: 0;
  display: none;
}

#key .slick-dots li button {
  background: transparent;
  border: 1px solid #fff;
}

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

@media only screen and (min-width: 768px) {
  #key .item {
    height: 1166px;
  }
  #key .dots .slick-dots {
    opacity: 1;
    display: block;
    right: 52px;
    top: 426px;
    width: 31px;
    position: absolute;
  }
  #key .dots .slick-dots li {
    display: block;
  }
}

/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background: url("../img/shared/hambuger.png") no-repeat top right/100% 100%;
  width: 80px;
  height: 85px;
}

.hamburger:after {
  content: "MENU";
  font-size: 9px;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: 25px;
  left: 28px;
}

.hamburger.is-active {
  opacity: 0;
  z-index: 1;
}

.hamburger span {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  background-color: #fff;
  margin-left: 30px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  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;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

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

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

.close_btn {
  text-align: center;
  width: 70px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.close_btn:before,
.close_btn:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #000;
  margin: auto;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
}

.close_btn:before {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.close_btn:after {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

/*=============================================
 * footer
 *=============================================*/
footer {
  position: relative;
  text-align: center;
}

footer address {
  display: block;
  font-size: 12px;
}

footer .cookie-link {
  font-size: 11px;
}

footer #map {
  background: #ccc;
}

footer nav {
  text-align: center;
  padding: 60px 10% 50px;
  position: relative;
}

footer nav:before,
footer nav:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

footer nav:before {
  margin: 24px 23px;
  border: 1px solid #000;
}

footer nav:after {
  margin: 10px;
  border: 10px solid #d0d0d0;
}

footer nav .logo {
  max-width: 80%;
  margin: 0 auto 25px;
}

footer nav .logo2 {
  max-width: 65%;
  margin: auto;
}

footer nav .h-sub {
  margin-top: 30px;
}

footer nav .h-sub li {
  padding: 0 1%;
  max-width: 40%;
}

footer nav .nav {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #a0a0a0;
}

footer nav .nav li {
  margin-bottom: 13px;
}

footer nav .nav .active a span:before {
  opacity: 1;
}

footer nav .nav a {
  display: block;
  font-size: 14px;
}

footer nav .nav a span {
  position: relative;
  display: inline-block;
}

footer nav .nav a span:before {
  content: "";
  background: #000;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: -15px;
}

footer .ft-bottom {
  color: #fff;
  line-height: 20px;
  background: #2d2f32;
  padding: 30px 0 100px;
}

footer .ft-info {
  padding: 13% 0 10px;
  position: relative;
}
footer .ft-info h2 {
  padding-bottom: 15%;
}
footer .ft-info .bnr {
  text-align: center;
  margin: 10vw auto 0;
  width: 90vw;
}

footer .ft-info .bnr img {
  width: 100%;
}

footer .ft-info .shop_list {
  margin-top: -10px;
  padding-bottom: 13%;
}

footer .ft-info .prr {
  text-align: center;
}

footer .ft-info .prr .bg {
  background: url("../img/shared/ft_prr.jpg") no-repeat center/cover;
  background-attachment: fixed;
  padding: 30% 0 28%;
  position: relative;
}

footer .ft-info .prr h3 {
  z-index: 2;
  position: relative;
  margin: 0 -10vw;
}

@media only screen and (min-width: 768px) {
  footer .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .box nav {
    width: 50%;
  }
  footer .box #map {
    width: 50%;
    height: 750px;
  }
  footer nav {
    padding: 98px 80px 50px;
    position: relative;
  }
  footer nav:before {
    margin: 40px 42px;
  }
  footer nav:after {
    border-width: 16px;
    margin: 17px 19px;
  }
  footer nav .logo,
  footer nav .logo2 {
    width: auto;
  }
  footer nav .logo {
    margin-bottom: 37px;
  }
  footer nav .h-sub {
    margin: 52px 0 68px;
  }
  footer nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer nav .nav li {
    margin: 0 15px 0;
    position: relative;
  }
  footer nav .nav li + li:before {
    content: "";
    width: 1px;
    height: 14px;
    background: currentColor;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    left: -13px;
  }
  footer nav .nav a span:before {
    bottom: -7px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  footer nav .nav a:hover span:before {
    opacity: 1;
  }
  footer .ft-info {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 100px;
  }
  footer .ft-info h2 {
    padding-bottom: 30px;
  }
  footer .ft-info .bnr {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 30px; */
    /* left: 0; */
    width: 900px;
    /* z-index: 1; */
    /* margin-top: 0; */
    margin: 50px auto;
  }
  footer .ft-info .shop_list {
    margin-top: 80px;
    margin-bottom: 100px;
    padding-bottom: 0px;
  }
  /*  footer .ft-info .shop_list:before,
  footer .ft-info .shop_list:after {
    content: "";
    top: -112px;
    bottom: 0;
    width: 25px;
    position: absolute;
    background-color: #2d2f32;
    background-position: center top;
    background-repeat: no-repeat;
  } */
  /*   footer .ft-info .shop_list:before {
    left: 0;
    background-image: url("../img/shared/info_linel.png");
  }
  footer .ft-info .shop_list:after {
    right: 0;
    background-image: url("../img/shared/info_liner.png");
  } */
  footer .ft-info .prr .bg {
    padding: 230px 0 200px;
  }
  footer .ft-info .prr h3 {
    margin: 0;
  }
  footer address {
    font-size: 13px;
  }
  footer .ft-bottom {
    padding-bottom: 30px;
  }
}

#map {
  position: relative;
  height: 480px;
}

#map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#pagetop {
  right: 3%;
  bottom: 60px;
  width: 50px;
}

#socialbuttons {
  max-width: 350px;
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  border-top: 1px solid #dfddd6;
  background: #626262;
}

.ft_fixed_shared {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ft_fixed_shared li {
  width: 33.3333%;
  border-left: 1px solid #dfddd6;
}

.ft_fixed_shared li:first-child {
  border-left: none;
}

.ft_fixed_shared a {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ft_fixed_span {
  display: block;
  margin-top: -15px;
}
.icon-phone:before {
  content: "\e820";
  margin-right: 5px;
}

.navOpen #ft_fixed {
  z-index: 0;
}

.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) {
  .has_nav footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 87;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 20vw);
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 87;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 20vw);
  }
}

/* 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) {
  .has_nav footer:after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 87;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 20vw);
  }
}

/*=============================================
 * general
 *=============================================*/
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-slide > div {
  font-size: 0;
  line-height: 0;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

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

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #000;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

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

.slide-arrow1 .slick-arrow {
  width: 35px;
  height: 40px;
  background: url("../img/index/slide_arrow.png") no-repeat center/auto 100%;
}

.slide-arrow1 .slick-arrow:before {
  content: none;
}

.slide-arrow1 .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: none;
  transform: none;
  background-position: center left;
}

.slide-arrow1 .slick-arrow.slick-next {
  right: 0;
  width: 85px;
  background-position: center right;
}

.slick-arrow {
  bottom: 0;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 30px;
  height: 30px;
}

.slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -8px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: 0;
}

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

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

.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;
  -webkit-transform: translateZ(0) !important;
  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%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}

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

.shop_list {
  position: relative;
}

.shop_list .inner .slick-arrow {
  top: 50%;
  margin-top: -30px;
}

.shop_list .inner .slick-arrow.slick-next {
  right: calc(50% - 213px);
}

.shop_list .inner .slick-arrow.slick-prev {
  left: calc(50% - 213px);
}

.shop_list .item {
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  width: 25%;
  max-width: 368px;
  padding: 15vw 15px 5vw;
  position: relative;
}

.shop_list .item img {
  margin: auto;
}

.shop_list .item:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 65px;
  height: 1px;
  -webkit-transform: rotate(-36deg);
  transform: rotate(-36deg);
  background: #000;
}

.shop_list .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 20px 15px 0;
  border: 1px solid #000;
}

.shop_list .item h3 {
  width: 80%;
  margin: auto;
}
.tel {
  font-family: "Amiri", serif;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}
/* .tel:before {
  content: "";
  width: 33px;
  height: 30px;
  background: url("../img/shared/icon_tel.png") no-repeat 0 0;
  background-size: cover;
  position: absolute;
  left: 37px;
  top: 27px;
} */
.noicon:before {
  background: none;
}
.shop_list .item .tel {
  padding-top: 25px;
  position: relative;
}

.shop_list .item .cap:before {
  content: "";
  border-bottom: 1px dashed #000;
  margin: auto;
  width: 140px;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
}

.shop_list .item .cap {
  margin-top: 20px;
  margin-bottom: 22px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.shop_list .item .txt {
  line-height: 24px;
  margin: 5px auto 0;
  width: 220px;
  text-align: left;
}

.shop_list .item .num {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 25px;
}

.shop_list .item .sns {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop_list .item .sns li {
  padding: 0 4px;
}

@media screen and (max-width: 420px) {
  .shop_list .inner .slick-arrow.slick-next {
    right: calc(50% - 180px);
  }
  .shop_list .inner .slick-arrow.slick-prev {
    left: calc(50% - 180px);
  }
  .shop_list .item {
    font-size: 13px;
    width: 80vw !important;
    max-width: 368px;
  }
  .shop_list .item h3 {
    width: 65%;
    margin: auto;
  }
  .shop_list .item .tel {
    padding-top: 25px;
    padding-left: 25px;
  }

  .shop_list .item .cap {
    margin-top: 5vw;
    /* margin-bottom: 22px; */
    /* position: relative; */
    /* font-size: 14px; */
    /* line-height: 24px; */
  }
  .shop_list .item .txt {
    width: 220px;
  }
  .tel:before {
    left: 20px;
    top: 30px;
  }
}

.open header,
.open section,
.open footer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.open {
  overflow: hidden;
}

#openning {
  height: 100vh;
  width: 100%;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  /*z-index: 9;*/
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: url("../img/shared/loading_bg.jpg");
}
#openning.close {
  opacity: 0;
  visibility: hidden;
}

#openning .inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#openning ul {
  width: 150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#openning ul li {
  width: 50%;
}

#openning ul .btn {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 30px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: url("../img/shared/loading_btn.png") no-repeat center/auto 100%;
  cursor: pointer;
}

#openning ul .btn:hover {
  opacity: 0.8;
}

#openning .jp .btn {
  background-position: center left;
}

#openning .en .btn {
  background-position: center right;
}

#openning a {
  text-decoration: none;
}

#openning a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #openning .inner {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  #openning .inner .ttl {
    margin-top: 100px;
  }
  #openning ul {
    width: 300px;
  }
  #openning ul .btn {
    height: 60px;
  }
  .hamburger,
  .sp {
    display: none !important;
  }
  #pagetop {
    width: 50px;
    right: 5%;
    bottom: 25px;
  }
  img {
    width: auto;
  }
  .slick-dots li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slide-arrow1 .slick-arrow {
    width: 40px;
    height: 48px;
  }
  .slide-arrow1 .slick-arrow.slick-next {
    width: 100px;
  }
  #menu_toggle {
    height: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    pointer-events: none;
  }
  .nav-fixed {
    height: auto;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .wrap {
    margin: auto;
    width: 1000px;
    position: relative;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .shop_list .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*     align-items: center; */
  }
  .shop_list h3 {
    width: auto;
  }
  .shop_list .item {
    /* height: 700px; */
    max-width: 100%;
    padding: 60px 00px 40px;
  }
  .shop_list .item:after {
    top: 0;
  }
  .shop_list .item:before {
    margin: 0 5px;
  }
  .shop_list .item .txt {
    font-size: 14px;
    width: 235px;
  }
  .shop_list .item .cap {
    font-size: 15px;
  }
  .shop_list .item .sns {
    margin-top: 33px;
  }
}

#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 89;
}

#ft-fixed .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

#ft-fixed .inner .w-home {
  /* 	width: 13%; */
  background: #000;
}
#ft-fixed .inner .w-bar {
  width: 46%;
  background: #0d6a77;
}
#ft-fixed .inner .w-shop {
  width: 41%;
  background: #000;
  position: relative;
}

#ft-fixed .inner .w-shop #shop-list::after {
  content: "";
  background: url(../img/bar/arrow_up.svg) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 3vw;
  height: 2vw;
  position: absolute;
  top: 50%;
  right: 5vw;
  margin-top: -1vw;
}

#ft-fixed .inner .w-shop #shop-list.is-active::after {
  transform: rotate(180deg);
}

.fix-hamb {
  background: #000;
  position: fixed;
  right: -100%;
  bottom: 13vw;
  width: 41%;
  display: block;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 95;
}
.fix-hamb .inside {
  padding: 2vw;
}
.fix-hamb .inside li {
}
.fix-hamb .inside li + li {
  border-top: 1px solid #fff;
}
.fix-hamb .inside li a {
  font-size: 3.4vw;
  display: block;
  padding: 3vw 0;
  color: #fff;
  text-align: left;
  position: relative;
}
.fix-hamb .inside li a::after {
  content: "";
  background: url(../img/bar/arrow_up.svg) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 3vw;
  height: 2vw;
  position: absolute;
  top: 50%;
  right: 2vw;
  margin-top: -1vw;
  transform: rotate(90deg);
}

.shop--opened .fix-hamb {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#pagetop {
  z-index: 80;
}

.shop--opened,
.navOpen {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
