@charset "utf-8";

html {
  font-size      : 62.5%;
  width          : 100%;
  box-sizing     : border-box;
  scroll-behavior: smooth;
}


body {
  color: #EADDBA;
  font-family: "dnp-shuei-gothic-gin-std",
    "Yu Gothic Medium",
    "YuGothic",
    "Yu Gothic",
    Meiryo,
    Arial,
    sans-serif;
  font-size            : 1.6em;
  text-align           : left;
  background           : #6A0016;
  font-weight          : 400;
  font-feature-settings: "palt";
}

.zen {
  font-family: "Zen Old Mincho",
    serif;
  font-weight: 500;
  font-style : normal;
}

.eb {
  font-family: "EB Garamond",
    serif;
  font-optical-sizing: auto;
  font-weight        : 400;
  font-style         : normal;
}

.manrope {
  font-family: "Manrope",
    sans-serif;
  font-weight: 500;
}


img,
svg {
  vertical-align: bottom;
  width         : 100%;
  height        : auto;
}

.none {
  display: none;
}

* {
  margin : 0;
  padding: 0;
}

* {
  list-style: none;
}

* {
  text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
}

a {
  color: #EADDBA;
}

#sp-gnav {
  display: none;
}

.openbtn {
  position     : fixed;
  z-index      : 9999;
  top          : 30px;
  right        : 40px;
  cursor       : pointer;
  width        : 54px;
  height       : 24px;
  border-radius: 100%;
}

#sp-gnav {
  display: block;
}

#sp-gnav.panelactive {
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 6px;
}

.openbtn span:nth-of-type(2) {
  top: 12px;
}

.openbtn span:nth-of-type(3) {
  top: 18px;
}

.openbtn span {
  display         : inline-block;
  transition      : all 0.4s;
  position        : absolute;
  height          : 1px;
  border-radius   : 2px;
  background-color: #EADDBA;
  width           : 100%;
}

.openbtn.active span:nth-of-type(1) {
  /* top: 18px;
  left: 18px; */
  transform       : translateY(6px) rotate(-25deg);
  width           : 80%;
  background-color: #6A0016;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /* top: 30px;
  left: 18px; */
  transform       : translateY(-6px) rotate(25deg);
  width           : 80%;
  background-color: #6A0016;
}

#sp-gnav {
  position      : fixed;
  top           : 0;
  left          : 0;
  width         : 100%;
  height        : 100%;
  z-index       : 999;
  background    : #efefef;
  transition    : .3s;
  opacity       : 0;
  visibility    : hidden;
  pointer-events: none;
  /* 非表示時にクリック無効 */
}

#sp-gnav.panelactive {
  opacity       : 1;
  visibility    : visible;
  pointer-events: auto;
  transition    : .3s;
}

#sp-gnav-list {
  padding-bottom: calc(4.16333vw + 96.88752px);
  padding-top   : calc(4.16333vw + 126.88752px);
}

#sp-gnav-list .gnav-logo {
  font-size: 3rem;
  position : absolute;
  top      : 40px;
  left     : 3%;
  color    : #6A0016;
}

#sp-gnav-list .gnav-list_inner {
  display       : flex;
  flex-direction: column;
  gap           : 48px;
}

#sp-gnav-list ul {
  width  : 70%;
  z-index: 999;
}

#sp-gnav-list ul li {
  list-style   : none;
  position     : relative;
  margin-bottom: 6px;
}

#sp-gnav-list ul li a {
  color          : #6A0016;
  text-decoration: none;
  margin         : 10px 30px 0 48px;
  margin-bottom  : 1vw;
  display        : block;
  text-transform : uppercase;
  font-size      : clamp(3.8rem, 4.2vw, 4.8rem);
  font-weight    : normal;
  transition     : all 0.4s;
  width          : fit-content;
  font-family    : "EB Garamond",
    serif;
}

#sp-gnav-list ul li a span {
  color          : #888;
  text-decoration: none;
  padding        : 8px 0;
  display        : block;
  text-transform : uppercase;
  font-size      : 1.2rem;
  font-weight    : normal;
  transition     : all 0.4s;
}

.gnav-add {
  margin: 10px 30px 0 48px;
}

.gnav-add p {
  font-size  : 2rem;
  line-height: 1.8;
  color      : #6A0016;
}

#sp-gnav-list .gnav-logo-bottom {
  position : absolute;
  bottom   : -30px;
  font-size: clamp(12rem, 10vw, 18rem);
  right    : -20vw;
}

/* -------------------------------- */
/* ハンバーガーメニュー - メディアクエリ
/* -------------------------------- */

@media (max-width: 1024px) {
  .openbtn {
    top: 20px;
  }

  .openbtn {
    right: 30px;
  }
}

@media (max-width: 768px) {
  .openbtn {
    top: 45px;
    top: 25px;
  }

  #sp-gnav-list ul li a {
    font-size: 2.4rem;
    padding  : 15px 100px;
  }

  #sp-gnav-list ul li span a {
    font-size: 1.6rem;
    padding  : 15px 100px 0;
  }
}

@media (max-width: 599px) {
  .openbtn {
    right: 20px;
    top  : 14px;
  }

  #sp-gnav-list {
    padding-top: 60px;
    transition : all 0.4s;
  }

  #sp-gnav-list ul li {
    margin-bottom: 0;
  }


  /*ここからg-navスタイル*/
  #sp-gnav-list .gnav-list_inner {
    display: block;
  }

  #sp-gnav-list ul {
    width: 100%;
  }

  #sp-gnav-list .gnav-logo {
    display: none;
  }

  #sp-gnav-list ul li a {
    padding  : 12px 0px;
    font-size: 2.4rem;
    margin   : 0 12px;
  }

  #sp-gnav-list ul li span a {
    padding  : 15px 20px 0px;
    font-size: 1.2rem;
  }

  .gnav-add p {
    font-size: 1.7rem;
  }

  .gnav-add {
    width       : 80%;
    padding-left: 0;
    margin      : 20px 0 0 12px;
  }

}


/* -------------------------------- */
/* アニメーション
/* -------------------------------- */

/*右へテキストアニメーション*/
.third {
  opacity          : 0;
  -webkit-transform: translateX(-30px);
  transform        : translateX(-30px);
  transition       : 1s;
}

.third.is-active {
  opacity          : 1;
  -webkit-transform: translateX(0);
  transform        : translateX(0);
  transition       : 1s;
}

/* -------------------------------- */
/* Btnスタイル
/* -------------------------------- */


.sec-btn {
  display         : flex;
  padding         : 8px 20px 10px 40px;
  border-radius   : 100px;
  gap             : 20px;
  transition      : 0.4s;
  background-color: #EADDBA;
  width           : 220px;
  align-items     : center;
  justify-content : center;
}

.sec-btn span {
  font-size  : 1.5rem;
  line-height: 2;
  display    : block;
  color      : #6A0016;
}

.sec-btn img {
  width : 20px;
  height: 20px;
}

.store-info_wrapper .sec-btn {
  background-color: #6A0016;
  margin          : 0 auto;
}

.store-info_wrapper .sec-btn span {
  color: #EADDBA;
}

.event-map_sec .sec-btn {
  background-color: #6A0016;
  margin          : 0 auto;
}

.event-map_sec .sec-btn span {
  color: #EADDBA;
}

.btn-sp {
  display: none;
}


/*お問合わせBtn*/

.tel-btn,
.contact-btn {
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 5px 32px;
  border         : 1px solid #444;
  border-radius  : 100vh;
  font-size      : 1.8rem;
  line-height    : 42px;
  letter-spacing : 0.06em;
  transition     : 0.4s;
  width          : 240px;
  height         : 54px;
}

.tel-btn {
  background-color: #242424;
  border          : none;
}

.tel-btn span {
  color: #fff;
}

.tel-btn:hover {
  background-color: transparent;
  border          : solid 1px #444;
  transition      : 0.4s;
}

.tel-btn:hover span {
  color     : #1e1e1e;
  transition: 0.4s;
}

.contact-btn:hover {
  background-color: #242424;
  transition      : 0.4s;
}

.contact-btn:hover span {
  color     : #fff;
  transition: 0.4s;
}


/* -------------------------------- */
/* Btnスタイル - メディアクエリ
/* -------------------------------- */


@media (max-width: 1024px) {

  .btn-pc {
    display: none;
  }

  .btn-sp {
    display   : block;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 599px) {
  .sec-btn {
    font-size: 1.4rem;
    width    : 200px;
  }

  .btn-sp {
    margin-top: 40px;
  }

  .tel-btn,
  .contact-btn {
    font-size: 1.5rem;
    width    : 220px;
  }
}





