@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.14em;
  background: #222828;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 40px;
  }
}
/*=============================================
 * 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-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

.wrap {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0px 5% !important;
  }
}

a {
  display: block;
}

a:hover {
  text-decoration: none;
}

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

@media only screen and (min-width: 768px) {
  .dis-flex-pc {
    display: flex;
    justify-content: space-between;
  }
}
/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
}

#sidebar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

header h1 {
  line-height: 1.75;
  font-size: 12px !important;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

header .logo {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

header .btn-line {
  width: 224px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10;
}

header .btn-insta {
  width: 32px;
  top: 4vw;
  left: 6%;
  position: fixed;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  header {
    position: relative;
    height: 1040px;
  }
  header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../img/shared/header_bg.png") top left/cover;
  }
  header h1 {
    left: 32px;
    width: 360px;
    bottom: 30px;
    transform: none;
  }
  header .logo {
    width: 179px;
    top: 58%;
  }
  header .btn-insta {
    left: auto;
    right: 252px;
    top: 36px;
  }
}
/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  height: 220px;
  padding: 0;
  position: fixed;
  z-index: 999;
  right: 45px;
  top: 180px;
  color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .nav-fixed {
    top: 30vh;
    height: 30vh;
    right: 2%;
  }
}

.nav-fixed .nav_ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.nav-fixed .nav_ul a {
  margin-right: 36px;
  display: block;
  line-height: 45px;
  position: relative;
  text-decoration: none;
}

.nav-fixed .nav_ul a:last-child {
  margin-right: 0;
}

.nav-fixed.fixed {
  position: fixed;
}

.nav-fixed ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.nav-fixed ul li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.8s;
}

.nav-fixed a.active {
  background: #fff;
  transition: all 0.6s;
}

@media only screen and (min-width: 768px) {
  .nav-fixed a:hover {
    background: #fff;
    transition: all 0.6s;
  }
}
/*=============================================
 * key
 *=============================================*/
#key {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#key .slide-fade {
  z-index: 0;
}

#key li.active {
  position: relative;
}

@media screen and (min-width: 768px) {
  #key {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #key p {
    height: 1040px;
    background: url("../img/index/kv.jpg") center/cover;
  }
}
/*=============================================
 * hamburger
 *=============================================*/
.hamburger {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0px;
  color: #000;
  border: 3px solid #000;
  background-color: #e34343;
  width: 50px;
  height: 50px;
  border-right: none;
}

.hamburger:after {
  content: "メニュー";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}

.hamburger span {
  width: 34px;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  background-color: #000;
  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: #000;
  height: 5px;
  position: absolute;
  right: 0;
  left: 0;
  transition: 0.15s ease;
}

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

.hamburger span:after {
  bottom: -8px;
  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;
  position: fixed;
  width: 54px;
  height: 54px;
}

.hamburger.is-active:after {
  content: "";
}

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

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

.hamburger.is-active span:after {
  bottom: 0;
  background: #000;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 2px;
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
/*=============================================
 * <menu-toggle>
 *=============================================*/
.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0px;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  color: #000;
  z-index: 99;
  box-sizing: border-box;
  padding: 16vw 10% 0;
  background: rgba(255, 255, 255, 0.92);
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.menu-toggle .gnav {
  font-weight: 900;
}

.menu-toggle .gnav li a,
.menu-toggle .gnav li p {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  position: relative;
}

.menu-toggle .gnav li a:hover,
.menu-toggle .gnav li a.active,
.menu-toggle .gnav li p:hover,
.menu-toggle .gnav li p.active {
  text-decoration: none;
  color: #e34343;
}

.menu-toggle .gnav li a:hover span::before,
.menu-toggle .gnav li a.active span::before,
.menu-toggle .gnav li p:hover span::before,
.menu-toggle .gnav li p.active span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e34343;
}

.menu-toggle .gnav .nav-parent {
  position: relative;
}

.menu-toggle .gnav .nav-parent ul {
  list-style-type: disc;
  display: flex;
}

.menu-toggle .gnav .nav-parent ul li {
  text-align: center;
  margin: 0px 0px 0px 12%;
}

.menu-toggle .gnav .nav-parent:hover ul {
  opacity: 1;
}

.menu-toggle .box-tel {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  margin: 6vw 0px 0px;
  padding: 4vw 4%;
  text-align: center;
}

.menu-toggle .box-tel p:nth-child(1) {
  font-weight: 700;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
  color: #fff;
  margin: 0px 12%;
  line-height: 2;
}

.menu-toggle .box-tel p:nth-child(2) {
  margin: 4vw 2% 2vw;
}

.menu-toggle .box-tel p:nth-child(3) {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  font-size: 10px;
}

.menu-toggle .box-scocal {
  background: rgba(255, 255, 255, 0.95);
  padding: 10vw 12% 8vw;
}

.menu-toggle .box-scocal p {
  font-weight: 700;
  position: relative;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  font-size: 16px;
}

.menu-toggle .box-scocal p::before,
.menu-toggle .box-scocal p::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 12%;
  width: 4px;
  height: 100%;
  transform: rotate(27deg);
  background-color: #000;
}

.menu-toggle .box-scocal p::before {
  left: 12%;
  transform: rotate(-27deg);
}

.menu-toggle .box-scocal .list-scocal {
  margin: 4vw 10% 0px;
}

@media only screen and (min-width: 768px) {
  .menu-toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    position: absolute;
    padding: 0;
    top: 314px;
    left: 0px;
    height: auto;
    display: block;
    z-index: 1;
    background: none;
    overflow-y: auto;
    text-align: left;
    overflow-x: hidden;
    width: 295px !important;
  }
  .menu-toggle .gnav {
    margin: 0px 0px 0px 37px;
    color: #fff;
  }
  .menu-toggle .gnav li a,
  .menu-toggle .gnav li p {
    padding: 0px;
    font-size: 22px;
    line-height: 45px;
  }
  .menu-toggle .gnav li a:hover span::before,
  .menu-toggle .gnav li a.active span::before,
  .menu-toggle .gnav li p:hover span::before,
  .menu-toggle .gnav li p.active span::before {
    width: 100%;
  }
  .menu-toggle .gnav .nav-parent ul {
    position: absolute;
    top: 0px;
    right: -4px;
    display: inline-block;
    opacity: 0;
    list-style-type: none;
  }
  .menu-toggle .gnav .nav-parent ul li {
    width: 154px;
    background: rgba(0, 0, 0, 0.8);
    margin: 0px 0px 4px;
  }
  .menu-toggle .gnav .nav-parent ul li a {
    line-height: 40px;
  }
  .menu-toggle .box-tel {
    margin: 30px 15px 0px 0px;
    padding: 21px 18px 16px;
  }
  .menu-toggle .box-tel p:nth-child(1) {
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    margin: 0px;
  }
  .menu-toggle .box-tel p:nth-child(2) {
    margin: 10px 0px 3px;
  }
  .menu-toggle .box-tel p:nth-child(3) {
    font-size: 13px;
    line-height: 18px;
  }
  .menu-toggle .box-scocal {
    padding: 17px 55px 25px;
    margin: 0px 15px 0px 0px;
  }
  .menu-toggle .box-scocal p {
    font-size: 22px;
  }
  .menu-toggle .box-scocal p::before {
    left: -21px;
    height: 37px;
  }
  .menu-toggle .box-scocal p::after {
    right: -21px;
    height: 37px;
  }
  .menu-toggle .box-scocal .list-scocal {
    margin: 12px 0px 0px;
  }
  .menu-toggle .box-scocal .list-scocal li {
    width: 42px;
  }
}
.navOpen #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.navOpen #menu-toggle li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*=============================================
 * <footer>
 *=============================================*/
#footer {
  background: #0b0d0d;
  padding: 12vw 0px 20vw;
  box-sizing: border-box;
}

#footer h2 {
  text-align: center;
}

#footer .footer-btnline {
  width: 90%;
  margin: 6vw auto 10vw;
}

#footer .footer-txt1 {
  box-sizing: border-box;
  padding: 3vw 0px 4vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#footer .footer-txt1 span {
  text-align: center;
  font-size: 15px;
  line-height: 3.5;
  display: block;
}

#footer .footer-box1 {
  margin: 10vw 0px 12vw;
}
#footer .footer-box1 .footer-logo {
  width: 20%;
  margin: 0px auto 5vw;
}
#footer .footer-box1 .footer-btn2 {
  width: 75%;
  margin: 0px auto;
}

#footer .footer-box2 {
  font-size: 12px;
  letter-spacing: 0.04em;
}

#footer .footer-box2 dl {
  padding: 2vw 2%;
  border-bottom: 1px solid #fff;
}

#footer .footer-box2 dl dt {
  width: 30%;
}

#footer .footer-box2 dl dd {
  width: 70%;
}

#footer .footer-row2 {
  margin: 16vw 0px 0px;
}

#footer .footer-row2 .footer-box3 {
  margin: 0px 0px 8vw;
}

#footer address {
  margin: 4vw 0px 2vw;
}

#socialbuttons {
  margin: 0px 0px 16vw;
}

@media only screen and (min-width: 768px) {
  #footer {
    padding: 110px 0px 68px;
  }
  #footer .footer-btnline {
    width: 404px;
    margin: 51px auto 52px;
  }
  #footer .footer-txt1 {
    width: 790px;
    margin: 0px auto 92px;
    padding: 10px 0px 20px;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
  }
  #footer .footer-txt1 span {
    font-size: 20px;
    line-height: 48px;
  }
  #footer .footer-box1 {
    width: 288px;
    margin: 0px 0px 0px 83px;
  }
  #footer .footer-box1 .footer-logo {
    width: 113px;
    margin: 0px auto 32px;
  }
  #footer .footer-box1 .footer-btn2 {
    width: 100%;
  }
  #footer .footer-box2 {
    width: 520px;
    margin: 31px 47px 0px 0px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.14em;
  }
  #footer .footer-box2 dl {
    padding: 12px 0px 10px;
  }
  #footer .footer-box2 dl dt {
    width: 97px;
  }
  #footer .footer-box2 dl dd {
    width: calc(100% - 97px);
  }
  #footer .footer-row2 {
    margin: 64px 109px 0px 164px;
  }
  #footer .footer-row2 .footer-box3 {
    margin: 0px;
  }
  #footer address {
    margin: 6px 0px 2px;
  }
  #footer .cookies_link {
    margin: 0px;
  }
  #socialbuttons {
    margin: 35px 35px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 50px);
    z-index: 1;
  }
}
/*=============================================
 * <access-box>
 *=============================================*/
.acces-box {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  padding-top: 10vw;
}

.acces-box dt {
  position: relative;
  font-size: 5.1vw;
  line-height: 3;
  margin-bottom: 5vw;
}

.acces-box dt:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #a1a1a1;
  height: 1px;
  width: 26.38%;
}

@media only screen and (min-width: 768px) {
  .acces-box {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 367px;
    font-size: 13px;
    line-height: 28px;
  }
  .acces-box dt {
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 13px;
    letter-spacing: 2.5px;
  }
  .acces-box dt:before {
    width: 104px;
  }
}
/*=============================================
 * <access-info>
 *=============================================*/
.access-info {
  text-align: center;
}

.access-info dl {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.54;
}

@media only screen and (min-width: 768px) {
  .access-info {
    width: 562px;
    text-align: left;
  }
  .access-info dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .access-info dt {
    width: 168px;
  }
  .access-info dd {
    width: calc(100% - 168px);
  }
}
@media screen and (min-width: 768px) {
  .footerL {
    width: 350px;
    padding: 6px 0 0 5px;
    margin-right: 83px;
  }
}
#gmap {
  width: 100%;
}

.btn_access {
  padding-top: 10vw !important;
  padding-bottom: 10vw !important;
}

@media screen and (min-width: 768px) {
  .btn_access {
    max-width: 780px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 58px auto 67px;
    align-items: flex-start;
    padding: 0 !important;
    justify-content: space-between;
  }
  .btn_access li {
    width: 48%;
  }
  .btn_access .btn-link {
    height: 71px;
    font-size: 20px;
    width: 100%;
  }
  .btn_access .gmap_print {
    text-align: right;
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
}
/*=============================================
 * footerB
 *=============================================*/
address,
.cookies_link a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.14em;
}

@media only screen and (min-width: 768px) {
  address,
  .cookies_link a {
    font-size: 14px;
    line-height: 27px;
    text-align: left;
  }
}
.cookies_link {
  text-align: center;
}

.cookies_link a {
  line-height: 1.5;
  text-decoration: underline;
}

.cookies_link a:hover {
  text-decoration: none;
}

.footer_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 4.78% 8vw;
  line-height: 2.43;
}

.footer_nav ul {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .footer_nav {
    justify-content: center;
    line-height: 35px;
    margin-bottom: 27px;
  }
  .footer_nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .footer_nav ul li:not(:first-child):before,
  .footer_nav ul ul:nth-child(2) li:first-child:before {
    content: "|";
    display: inline-block;
    padding-left: 24px;
    padding-right: 24px;
  }
}
/*====================== ft_fixed ====================== */
#ft_fixed {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  font-size: 12px;
  color: #fff;
  display: flex;
  z-index: 10;
}

/* 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: 40px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* 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: 40px;
    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: 40px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
.navOpen #ft_fixed {
  z-index: 0;
}

/*=============================================
 * setup
 *=============================================*/
@media screen and (min-width: 768px) {
  .sp,
  #ft_fixed {
    display: none !important;
  }
  .dis_flex_pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .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;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #pagetop {
    width: 10.7%;
    max-width: 80px;
    bottom: 21vw;
  }
}
.dis_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*=============================================
 * slick
 *=============================================*/
button {
  border: none;
  cursor: pointer;
}

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
}

.slick-dots li {
  width: 21px;
  height: 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots li button {
  width: 21px;
  height: 2px;
  line-height: 0;
  font-size: 0;
  background: #90866f;
}

.slick-dots li:not(:first-child) {
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .slick-dots li,
  .slick-dots li button {
    width: 42px;
    height: 3px;
  }
  .slick-dots li:not(:first-child) {
    margin-left: 7px;
  }
}
.slick-dots li.slick-active button {
  background: #bfb8a8;
}

.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*=============================================
 * parallax
 *=============================================*/
.bg_parallax2 {
  position: relative;
  padding-top: 80%;
  z-index: 0;
}

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

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

/*=============================================
 * toggle
 *=============================================*/
.toggle-link {
  padding-bottom: 5vw;
}

.toggle-link span {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
}

.toggle.active .toggle-link span {
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #000 transparent;
}

/*=============================================
 * menu-list
 *=============================================*/
.menu-list {
  margin-bottom: 42px;
  line-height: 1.47;
}

.menu-list dl {
  border-bottom: 1px solid #c6c3bc;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0.7em 0;
}

.menu-list dl dd {
  text-align: right;
}

.menu-list h3 {
  background: #000;
  text-align: center;
  color: #fff;
  line-height: 2.87;
  margin-bottom: 8px !important;
}

.menu-list h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px !important;
  margin-bottom: 7px !important;
}

@media screen and (max-width: 767px) {
  .toggle-main .menu-list {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .toggle-link {
    display: none;
  }
  .toggle-main {
    display: flex !important;
  }
  .menu-col {
    width: 320px;
  }
  .menu-col:not(:first-child) {
    margin-left: 20px;
  }
  .menu-col h3 {
    font-size: 18px;
  }
  .menu-list dl dt {
    width: 207px;
    letter-spacing: 2px;
  }
  .menu-list p {
    letter-spacing: 2.3px;
    margin-top: 13px;
  }
}
#socialbuttons {
  display: flex;
  justify-content: center;
}

#socialbuttons .social-twitter,
#socialbuttons .social-facebook,
#socialbuttons .social-line {
  margin: 0px 2%;
}

@media screen and (min-width: 768px) {
  #socialbuttons .social-twitter,
  #socialbuttons .social-facebook,
  #socialbuttons .social-line {
    margin: 0px 12px;
  }
}
.remodal {
  padding: 12vw 3%;
}

.remodal .remodal-close {
  top: -10vw;
  right: -1%;
}

.remodal h3 {
  font-size: 7vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .remodal {
    padding: 100px 0px;
  }
  .remodal .remodal-close {
    top: -30px;
    right: -100px;
  }
  .remodal h3 {
    font-size: 36px;
    line-height: 52px;
  }
}
.gry {
  animation: imgColor 3.5s;
  animation-name: imgColor;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
}

@keyframes imgColor {
  0% {
    filter: grayscale(100%) contrast(100%);
  }
  25% {
    filter: grayscale(100%) contrast(100%);
  }
  50% {
    filter: grayscale(90%) contrast(100%);
  }
  100% {
    filter: grayscale(0%) contrast(100%);
  }
} /*# sourceMappingURL=shared.css.map */
