@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: url("../img/shared/body-bg.jpg") repeat center top;
   color: #000;
   font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-weight: 600;
   font-style: normal;
   font-size: 13px;
   line-height: 30px;
   letter-spacing: 0.1em;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

@media only screen and (min-width: 768px) {
   body {
      font-size: 16px;
      line-height: 40px;
   }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
   font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 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-shippori-mincho {
   font-family: 'Shippori Mincho', serif;
}

.fnt-cormorant-garamond {
   font-family: 'Cormorant Garamond', serif;
}

.fnt-jost {
   font-family: 'Jost', sans-serif;
}

/*=============================================
   main
*=============================================*/
main {
   clear: both;
   width: 100%;
   position: relative;
   box-sizing: border-box;
   overflow: hidden;
}

/* -- -- */
@media only screen and (max-width: 767px) {
   .wrap {
      width: 100%;
      box-sizing: border-box;
      padding: 0 8vw;
      position: relative;
   }

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

@media only screen and (min-width: 768px) {
   .wrap {
      width: calc(100% - 20px);
      max-width: 1000px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto;
      padding: 0;
   }

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

.non-over a:hover {
   opacity: 1;
}

.non-over a:hover img {
   opacity: 1;
}

/*=============================================
   header
*=============================================*/
header {
   box-sizing: border-box;
   position: relative;
}

@media only screen and (max-width: 767px) {
   header {
      padding: 0;
   }

   header h1 {
      color: #838282;
      font-size: 10px;
      letter-spacing: 0.1em;
      line-height: 20px;
      padding: 2vw 8vw 4vw;
   }

   header .logo {
      width: 40vw;
      padding: 4vw 0 0 5vw;
   }

   .hamburger {
      background: url("../img/shared/hamburger.png") no-repeat center top/cover;
      width: 15vw;
      height: 15vw;
      position: fixed;
      top: 4vw;
      right: 4vw;
      cursor: pointer;
      z-index: 101;
      transition: all 0.3s;
   }

   .hamburger.is-active {
      background-image: url("../img/shared/hamburger-close.png");
   }

   #menu-toggle {
      width: 100%;
      height: 100vh;
      background-color: #fff;
      overflow-y: auto;
      box-sizing: border-box;
      padding: 20vw 10vw 150px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear;
   }

   #menu-toggle .nav li+li {
      padding-top: 6vw;
   }

   #menu-toggle .nav a {
      display: inline-block;
      font-size: 4.8vw;
      line-height: 1.5;
      border-bottom: 1px solid transparent;
      padding-bottom: 2vw;
   }

   #menu-toggle .nav a span {
      display: block;
      font-size: 3.33vw;
   }

   #menu-toggle .nav a.active {
      border-bottom-color: #000;
   }

   #menu-toggle .sns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 8vw;
      padding-top: 14vw;
   }

   #menu-toggle .sns li {
      width: 8vw;
      height: 8vw;
   }

   #menu-toggle .sns a,
   #menu-toggle .sns img {
      display: block;
   }

   #menu-toggle .box {
      padding-top: 16vw;
   }

   #menu-toggle .logo1 {
      width: 28vw;
      margin: 0 auto;
   }

   #menu-toggle .txt {
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 0.1em;
      text-align: center;
   }

   #menu-toggle .txt p {
      padding-top: 8vw;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
   }

   .navOpen #fixed-sp {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   header {
      padding: 70px 70px 0;
   }

   header h1 {
      color: #838282;
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 20px;
      padding: 36px 0 20px 40px;
   }

   header .logo {
      width: 270px;
   }

   .header__nav {
      color: #000;
   }

   .header__nav nav {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      height: 120px;
      position: fixed;
      top: 122px;
      right: 135px;
      z-index: 1;
   }

   .header__nav nav p {
      transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
   }

   .header__nav nav p:nth-child(1) {
      transition-delay: 0ms;
   }

   .header__nav nav p:nth-child(2) {
      transition-delay: 40ms;
   }

   .header__nav nav p:nth-child(3) {
      transition-delay: 80ms;
   }

   .header__nav nav p:nth-child(4) {
      transition-delay: 120ms;
   }

   .header__nav nav p:nth-child(5) {
      transition-delay: 160ms;
   }

   .header__nav nav p:nth-child(6) {
      transition-delay: 200ms;
   }

   .header__nav nav a {
      width: 40px;
      height: max-content;
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 20px;
      position: relative;
      cursor: pointer;
   }

   .header__nav nav a:before {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -7px;
      transform: scale3d(1, 0, 1);
      transform-origin: left top;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
      transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
   }

   .header__nav nav a .txt-latin {
      font-size: 9px;
      letter-spacing: 0.2em;
      color: #7d6c64;
      cursor: pointer;
   }

   .header__nav nav a:hover:before,
   .header__nav nav a.active:before {
      transform: scale3d(1, 1, 1);
   }

   .header__nav .sns {
      width: 70px;
      position: absolute;
      bottom: 370px;
      right: 0;
   }

   .header__nav .sns li {
      width: 26px;
      margin: 0 auto;
   }

   .header__nav .sns li+li {
      padding-top: 30px;
   }

   .header__nav .sns li a,
   .header__nav .sns li img {
      display: block;
   }

   .header__nav .sns li a {
      position: relative;
   }

   .header__nav .sns li img+img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
   }

   .has_scroll .header__nav {
      pointer-events: none;
   }

   .has_scroll .header__nav nav p {
      transform: translateX(20px);
      opacity: 0;
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
   }

   .has_scroll .header__nav nav p:nth-child(6) {
      transition-delay: 0ms;
   }

   .has_scroll .header__nav nav p:nth-child(5) {
      transition-delay: 40ms;
   }

   .has_scroll .header__nav nav p:nth-child(4) {
      transition-delay: 80ms;
   }

   .has_scroll .header__nav nav p:nth-child(3) {
      transition-delay: 120ms;
   }

   .has_scroll .header__nav nav p:nth-child(2) {
      transition-delay: 160ms;
   }

   .has_scroll .header__nav nav p:nth-child(1) {
      transition-delay: 200ms;
   }

   .has_scroll .header__nav .sns img {
      opacity: 0;
   }

   .has_scroll .header__nav .sns img+img {
      opacity: 1;
   }

   header .reserve {
      width: 70px;
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 9;
   }

   header .reserve .ttl {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 206px;
      background-color: #ff6e3f;
      color: #000;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.2em;
      line-height: 20px;
      position: relative;
   }

   header .reserve .ttl:before {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      transform: scale3d(1, 0, 1);
      transform-origin: left top;
      background-color: white;
      backface-visibility: hidden;
      -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
      transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
   }

   header .reserve .ttl .txt-latin {
      display: block;
      font-size: 9px;
      letter-spacing: 0.2em;
   }

   header .reserve .bnr {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 56px;
      background-color: #282725;
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.2em;
      text-align: center;
      cursor: pointer;
      transition: all 0.3s;
   }

   header .reserve .bnr:hover {
      background-color: #fff;
      color: #322c28;
   }

   header .reserve .bnr+.bnr {
      position: relative;
   }

   header .reserve .bnr+.bnr:before {
      content: '';
      width: 43px;
      height: 0;
      border-top: 1px solid #fff;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
   }

   .reserve-popup {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      font-size: 16px;
      letter-spacing: 0.1em;
      line-height: 36px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 102;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 50px 0;
      transform: scale(0.5) translate(100%, -100%);
      transition: .6s all;
      transition-delay: .3s;
      transform-origin: top right;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
   }

   .reserve-popup .btn-close {
      width: 90px;
      height: 90px;
      border: 0;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
   }

   .reserve-popup h2 {
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 0.1em;
      line-height: 36px;
   }

   .reserve-popup .txt {
      padding: 50px 0;
   }

   .reserve-popup .tel {
      width: 638px;
      border: 1px solid #cecece;
      margin: 0 auto;
      box-sizing: border-box;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.1em;
      text-align: center;
      padding: 26px 0 28px;
   }

   .reserve-popup .tel span {
      display: inline-block;
      vertical-align: sub;
      font-weight: 600;
      font-size: 40px;
      letter-spacing: 0.05em;
      background: url("../img/shared/icon-tel-black.png") no-repeat top 8px left/19px auto;
      padding-left: 30px;
      margin-left: 30px;
   }

   .reserve-popup time {
      display: block;
      padding-top: 50px;
   }

   .reserve-popup .box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 60px;
      border-top: 1px solid #cecece;
      margin-top: 100px;
      padding-top: 50px;
   }

   .reserve-popup .box .txt-address {
      font-size: 14px;
      line-height: 30px;
      text-align: left;
   }

   .reserve-popup .box .txt-address a:hover {
      text-decoration: underline;
   }

   .reserve-popup .button a {
      width: 560px;
      background-color: #fff;
      margin: 0 auto;
   }

   .reserve-popup.open {
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      transform: scale(1) translate(0%, 0%);
   }

   .reserveOpen {
      overflow: hidden;
   }

   .hamburger {
      background: url("../img/shared/hamburger.png") no-repeat center top/cover;
      width: 90px;
      height: 90px;
      position: fixed;
      top: 20px;
      right: 20px;
      cursor: pointer;
      z-index: 101;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   .hamburger.is-active {
      background-image: url("../img/shared/hamburger-close.png");
   }

   .hamburger:hover {
      opacity: 0.7 !important;
   }

   #menu-toggle {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      overflow-y: auto;
      box-sizing: border-box;
      padding: 50px 20px 50px 50%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s linear;
   }

   #menu-toggle:before {
      content: '';
      width: 50%;
      height: 100%;
      background: url("../img/shared/nav-photo.jpg") no-repeat center top/cover;
      position: fixed;
      top: 0;
      left: 0;
   }

   #menu-toggle .nav li+li {
      padding-top: 30px;
   }

   #menu-toggle .nav a {
      display: inline-block;
      font-weight: 600;
      font-size: 30px;
      letter-spacing: 0.2em;
      line-height: 30px;
      border-bottom: 1px solid transparent;
   }

   #menu-toggle .nav a .fnt-cormorant-garamond {
      display: block;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.2em;
      color: #5a5a5a;
   }

   #menu-toggle .nav a:hover,
   #menu-toggle .nav a.active {
      border-bottom-color: #000;
   }

   #menu-toggle .box {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding-top: 90px;
   }

   #menu-toggle .box .logo1 {
      width: 120px;
   }

   #menu-toggle .box .txt {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 30px;
   }

   #menu-toggle .box .txt p+p {
      padding-top: 30px;
   }

   #menu-toggle .box .txt a:hover {
      text-decoration: underline;
   }

   .navOpen {
      overflow: hidden;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
   }

   .has_nav .hamburger {
      opacity: 1;
      visibility: visible;
   }
}

@media only screen and (min-width: 1201px) {
   #menu-toggle {
      padding-left: 50%;
   }

   #menu-toggle:before {
      width: 50%;
   }

   #menu-toggle .box {
      gap: 20px 75px;
   }

   #menu-toggle .box .logo1 {
      width: 136px;
   }
}

@media only screen and (min-width: 768px) and (min-height: 650px) {
   .reserve-popup {
      justify-content: center;
   }
}
@media only screen and (min-width: 768px) and (min-height: 850px) {
   #menu-toggle {
      justify-content: center;
   }
}
/* -- -- */
/*=============================================
   section
*=============================================*/
/* -- -- */
#key {
   box-sizing: border-box;
   position: relative;
}

@media only screen and (max-width: 767px) {
   #key {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 60vw;
   }

   #key h2 {
      font-weight: 400;
      font-size: 6.4vw;
      letter-spacing: 0.07em;
      line-height: 1.5;
      color: #eee9e0;
      text-align: center;
   }
}

@media only screen and (min-width: 768px) {
   #key {
      display: flex;
      align-items: center;
      width: 100%;
      height: 632px;
   }

   #key h2 {
      font-weight: 400;
      font-size: 40px;
      letter-spacing: 0.07em;
      line-height: 40px;
      color: #eee9e0;
      padding-left: 100px;
   }
}

/* -- -- */
section {
   position: relative;
}

/* -- -- */
/*=============================================
   footer
*=============================================*/
/* -- -- */
footer {
   background-color: #282725;
   color: #fff;
   box-sizing: border-box;
   position: relative;
}

@media only screen and (max-width: 767px) {
   footer {
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 0.1em;
      padding-bottom: 70px;
   }

   footer .wrap {
      padding: 0;
   }

   footer nav {
      display: flex;
      flex-wrap: wrap;
   }

   footer nav a {
      display: block;
      width: 50%;
      box-sizing: border-box;
      border: 1px solid #676561;
      font-size: 4vw;
      line-height: 1.5;
      letter-spacing: 0.2em;
      margin-bottom: -1px;
      padding: 3vw 4vw;
   }

   footer nav a+a {
      border-left: 0;
   }

   footer nav a:nth-child(2n + 1) {
      border-left: 0;
   }

   footer .bnr {
      width: 68vw;
      margin: 0 auto;
      padding-top: 12vw;
   }

   footer .bnr h3 {
      padding-bottom: 2vw;
   }

   footer .bnr ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4.8vw;
   }

   footer .bnr ul a {
      display: block;
      text-align: right;
      text-decoration: underline;
   }

   footer .logo {
      width: 40vw;
      margin: 0 auto;
      padding-top: 12vw;
   }

   footer .tel {
      box-sizing: border-box;
      font-weight: 600;
      font-size: 3vw;
      letter-spacing: 0.2em;
      text-align: center;
      padding-top: 8vw;
   }

   footer .tel a {
      display: block;
      padding-top: 2vw;
   }

   footer .tel span {
      display: inline-block;
      vertical-align: sub;
      font-weight: 600;
      font-size: 6.2vw;
      letter-spacing: 0.05em;
      background: url("../img/shared/icon-tel.png") no-repeat center left/4vw auto;
      padding-left: 6vw;
   }

   footer .sns {
      display: flex;
      justify-content: center;
      gap: 8vw;
      padding-top: 8vw;
   }

   footer .sns li {
      width: 8vw;
      height: 8vw;
   }

   footer .txt {
      text-align: center;
      padding-top: 8vw;
   }

   footer .txt br {
      display: block;
   }

   footer .pagetop {
      width: 18vw;
      margin: 0 auto;
   }

   footer .copyright {
      font-size: 10px;
      line-height: 24px;
      text-align: center;
      padding-top: 8vw;
   }

   #socialbuttons {
      justify-content: center;
      padding: 8vw 0;
   }
}

@media only screen and (min-width: 768px) {
   footer {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.1em;
      padding: 97px 70px 103px;
   }

   footer .wrap {
      width: 100%;
      max-width: 100%;
   }

   footer .tel {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 20px;
      position: absolute;
      top: 17px;
      left: 230px;
   }

   footer .tel span {
      display: block;
      background: url("../img/shared/icon-tel.png") no-repeat center left/16px auto;
      font-weight: 600;
      font-size: 25px;
      letter-spacing: 0.05em;
      margin-top: 13px;
      padding-left: 23px;
   }

   footer nav {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      position: absolute;
      top: 26px;
      right: 150px;
   }

   footer nav a {
      width: 24px;
      height: 148px;
      cursor: pointer !important;
   }

   footer nav a:hover {
      text-decoration: underline;
   }

   footer .sns {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      position: absolute;
      top: 22px;
      right: 33px;
   }

   footer .sns li {
      width: 26px;
   }

   footer .txt {
      padding: 30px 0 0 20px;
   }

   footer .txt a:hover {
      text-decoration: underline;
   }

   footer .copyright {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 12px;
      padding: 110px 0 0 20px;
   }

   footer .bnr {
      position: absolute;
      bottom: 33px;
      right: 156px;
   }

   footer .bnr h3 {
      padding-bottom: 7px;
   }

   footer .bnr ul {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
   }

   footer .bnr ul li a {
      display: block;
      padding-top: 4px;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 12px;
      text-decoration: underline;
      text-align: right;
   }

   footer .bnr ul li a:hover {
      text-decoration: none;
   }

   footer .cookies-link a {
      display: inline-block;
   }

   footer .cookies-link a:hover {
      text-decoration: underline;
   }

   #socialbuttons {
      justify-content: flex-start;
   }
}

@media only screen and (min-width: 1400px) {
   footer .bnr {
      bottom: -6px;
   }
}

/*=============================================
   css for ie 11 
*=============================================*/
#fixed-sp {
   width: 100%;
   background: #282725;
   color: #fff;
   box-sizing: border-box;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 101;
   opacity: 1;
   visibility: visible;
}

#fixed-sp.visible {
   opacity: 1;
   visibility: visible;
}

@media only screen and (max-width: 767px) {
   #fixed-sp ul {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      padding: 0;
   }

   #fixed-sp ul li {
      box-sizing: border-box;
   }

   #fixed-sp ul li:nth-child(1) {
      background-color: #ff6e3f;
      width: 32.4vw;
   }

   #fixed-sp ul li:nth-child(2) {
      width: 22.267vw;
   }

   #fixed-sp ul li:nth-child(3) {
      width: 22.8vw;
   }

   #fixed-sp ul li:nth-child(4) {
      background-color: #ff6e3f;
      width: 22.533vw;
   }

   #fixed-sp ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 70px;
   }

   #fixed-sp ul li img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
   }

   .pagetop {
      width: 26vw;
      opacity: 1;
      visibility: visible;
      transition: all 0.3s;
      margin: 0 auto;
      padding-top: 12vw;
      position: static;
   }

   .pagetop.visible {
      opacity: 1;
      visibility: visible;
   }

   .reserve-popup {
      width: 100%;
      height: 100vh;
      background-color: #fff;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 30px;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 102;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 20vw 0 150px;
      transform: scale(0.5) translate(100%, -100%);
      transition: .6s all;
      transition-delay: .3s;
      transform-origin: top right;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
   }

   .reserve-popup .wrap {
      padding: 0 4vw;
   }

   .reserve-popup .btn-close {
      width: 12vw;
      height: 12vw;
      border: 0;
      position: absolute;
      top: 4vw;
      right: 4vw;
      cursor: pointer;
   }

   .reserve-popup h2 {
      font-weight: 600;
      font-size: 4.8vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }

   .reserve-popup .txt {
      text-align: center;
      padding: 8vw 0;
   }

   .reserve-popup .txt br.sp {
      display: block;
   }

   .reserve-popup .tel {
      border: 1px solid #aea89f;
      box-sizing: border-box;
      font-weight: 600;
      font-size: 3vw;
      letter-spacing: 0.2em;
      text-align: center;
      padding: 2vw 0;
   }

   .reserve-popup .tel a {
      display: block;
   }

   .reserve-popup .tel span {
      display: inline-block;
      vertical-align: sub;
      font-weight: 600;
      font-size: 6.2vw;
      letter-spacing: 0.05em;
      background: url("../img/shared/icon-tel-black.png") no-repeat center left/4vw auto;
      padding-left: 6vw;
   }

   .reserve-popup time {
      display: block;
      font-size: 12px;
      line-height: 25px;
      padding-top: 8vw;
   }

   .reserve-popup .box {
      border-top: 1px solid #cecece;
      margin-top: 12vw;
      padding-top: 8vw;
   }

   .reserve-popup .box .logo1 {
      width: 35vw;
      margin: 0 auto;
   }

   .reserve-popup .box .txt-address {
      font-size: 12px;
      line-height: 25px;
      padding-top: 8vw;
   }

   .reserve-popup .button a {
      width: 84vw;
      background-color: #fff;
      border-color: #cecece;
      font-size: 3vw;
      margin: 0 auto;
   }

   .reserve-popup .button a:after {
      right: 4vw;
   }

   .reserve-popup.open {
      opacity: 1;
      pointer-events: auto;
      visibility: visible;
      transform: scale(1) translate(0%, 0%);
   }

   .reserveOpen {
      overflow: hidden;
   }
}

@media only screen and (min-width: 768px) {
   .pagetop {
      width: 10px;
      right: 30px;
      bottom: 325px;
   }
}

/* iPhone X */
@media only screen and (max-width: 767px) and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone XR */
@media only screen and (max-width: 767px) and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* iPhone 11 */
@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

@media only screen and (max-width: 767px) and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
   footer {
      padding-bottom: calc(env(safe-area-inset-bottom) + 70px);
   }

   #fixed-sp {
      padding-bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
}

/* --- --- */
/*=============================================
   Custom
*=============================================*/
/* -- --*/
@media only screen and (max-width: 767px) {
   .h-24 {
      font-weight: 600;
      font-size: 4.26vw;
      line-height: 1.5;
      letter-spacing: 0.2em;
   }

   .h-40 {
      font-weight: 600;
      font-size: 6.4vw;
      letter-spacing: 0.2em;
      line-height: 1.5;
   }

   .h-46 {
      font-weight: 600;
      font-size: 8vw;
      letter-spacing: 0.2em;
      line-height: 1.5;
   }
}

@media only screen and (min-width: 768px) {
   .h-24 {
      font-weight: 600;
      font-size: 24px;
      line-height: 36px;
      letter-spacing: 0.2em;
   }

   .h-40 {
      font-weight: 600;
      font-size: 40px;
      letter-spacing: 0.2em;
      line-height: 70px;
   }

   .h-46 {
      font-weight: 600;
      font-size: 46px;
      letter-spacing: 0.2em;
      line-height: 70px;
   }
}

/* -- --*/
.pc {
   display: none;
}

.sp {
   display: block;
}

@media only screen and (min-width: 768px) {
   .pc {
      display: block;
   }

   .sp {
      display: none;
   }
}

/* -- --*/
.bg-parallax {
   min-height: inherit;
   position: relative;
}

.img_parallax {
   display: none;
}

@media only screen and (max-width: 1200px) {
   .bg-parallax {
      background: transparent !important;
      position: relative;
   }

   .img_parallax {
      display: block;
      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%;
      height: 100vh !important;
      position: fixed;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      object-fit: cover;
      z-index: 99;
   }
}

/* -- -- */
.shadow-img {
   box-shadow: 8px 9px 15.36px 0.64px rgba(91, 55, 27, 0.35);
}

.cl-red {
   color: #c21322;
}

.cl-green {
   color: #567f57;
}

.cl-brown {
   color: #231815;
}

.txt-c {
   text-align: center;
}

.txt-r {
   text-align: right;
}

a {
   transition: all 0.3s;
}

a img {
   transition: all 0.3s;
}

a:hover {
   text-decoration: none;
}

@media only screen and (min-width: 768px) {
   a:hover img {
      opacity: 0.7;
   }
}

/* -- -- */
#socialbuttons {
   display: flex;
   margin: 0;
}

.social-facebook {
   width: 95px;
   overflow: hidden;
   display: flex !important;
   justify-content: center;
}

/* -- slick -- */
.slick-arrow {
   display: block;
   width: 52px;
   height: 52px;
   border: 0;
   font-size: 0;
   cursor: pointer;
}

.slick-arrow:hover {
   opacity: 0.7;
}

.slick-arrow:hover {
   opacity: 0.8;
}

.slick-dots {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 10px;
}

.slick-dots li {
   display: block;
   line-height: 1;
   font-size: 0;
   width: 12px;
   height: 12px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   border: 0;
   background: #fff;
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 50%;
}

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

.slick-dots li:hover button {
   opacity: 0.7;
}

.dots-number .slick-dots {
   gap: 30px;
}

.dots-number .slick-dots li {
   width: 30px;
   height: 30px;
}

.dots-number .slick-dots li button {
   background: transparent;
   border: 1px solid transparent;
   font-family: 'Shippori Mincho', serif;
   font-weight: 500;
   font-size: 20px;
   line-height: 24px;
   letter-spacing: 0;
   color: #000;
   padding-bottom: 2px;
}

.dots-number .slick-dots li.slick-active button {
   border-color: #000;
}

@media only screen and (max-width: 767px) {
   .slick-dots {
      gap: 4vw;
   }
}

/* -- -- */
.button {
   position: relative;
}

@media only screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 66.6vw;
      height: 16vw;
      font-weight: 600;
      font-size: 4vw;
      line-height: 2;
      letter-spacing: 0.2em;
      text-align: center;
      border: 1px solid #000;
      background-color: #ebe6dd;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      margin: 0 auto;
   }

   .button a:after {
      content: '';
      display: block;
      width: 4.4vw;
      height: 0.667vw;
      background: url("../img/shared/arrow-right-black.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 6vw;
      transform: translateY(-50%);
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      display: block;
      width: 500px;
      font-weight: 600;
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.2em;
      text-align: center;
      border: 1px solid #000;
      background-color: #ebe6dd;
      position: relative;
      z-index: 1;
      padding: 19px 0;
   }

   .button a:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #352f2c;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   .button a:after {
      content: '';
      width: 21px;
      height: 3px;
      background: url("../img/shared/arrow-right-black.png") no-repeat center top/100% auto;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      transition: all 0.3s;
   }

   .button a:hover {
      color: #fff;
   }

   .button a:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
   }

   .button a:hover:after {
      background-image: url("../img/shared/arrow-right-white.png");
      right: 20px;
   }
}

/* -- -- */
.remodal {
   background: url("../img/shared/bg-pattern01.jpg") repeat center top;
   color: #000;
   max-width: 1250px;
}

button.remodal-close {
   display: block;
   background: url("../img/shared/btn-close1.png") no-repeat center top/cover;
   width: 35px;
   height: 36px;
}

button.remodal-cancel {
   display: block;
   background: url("../img/shared/btn-close2.png") no-repeat center top/cover;
   width: 130px;
   height: 40px;
   margin: 0 auto;
}

button.remodal-cancel:hover {
   opacity: 0.7;
   background: url("../img/shared/btn-close2.png") no-repeat center top/cover;
}

@media only screen and (max-width: 768px) {
   button.remodal-cancel {
      margin-top: 8vw;
   }
}

@media only screen and (min-width: 768px) {
   button.remodal-close {
      top: 80px;
      right: 80px;
   }

   button.remodal-cancel {
      margin-top: 100px;
   }
}

/* -- -- */
.list-menu dl {
   display: flex;
   flex-wrap: wrap;
   gap: 0;
   text-align: left;
   border-bottom: 1px solid #270900;
}

.list-menu dl dt {
   flex: auto;
}

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

@media only screen and (max-width: 767px) {
   .list-menu {
      padding: 12vw 4vw;
   }

   .list-menu .note {
      padding-top: 3vw;
   }

   .list-menu .box {
      padding-top: 12vw;
   }

   .list-menu h3 {
      width: 100%;
      font-weight: 600;
      font-size: 4vw;
      letter-spacing: 0.15em;
      line-height: 1.5;
      padding-bottom: 4vw;
   }

   .list-menu .menu-ttl {
      background: url("../img/shared/footer-bg.jpg") repeat center top;
      color: #fff;
      font-family: 'Shippori Mincho', serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.15em;
      text-align: center;
      padding: 9px 0;
   }

   .list-menu .menu-sub-ttl {
      text-align: center;
      padding-top: 8vw;
   }

   .list-menu .col+.col {
      padding-top: 12vw;
   }

   .list-menu .item+.item {
      padding-top: 12vw;
   }

   .list-menu dl {
      padding: 15px 0;
   }
}

@media only screen and (min-width: 768px) {
   .list-menu {
      padding: 120px 0;
   }

   .list-menu .note {
      padding-top: 15px;
   }

   .list-menu h3 {
      width: 100%;
      font-weight: 600;
      font-size: 25px;
      letter-spacing: 0.15em;
      line-height: 36px;
      padding-bottom: 30px;
   }

   .list-menu .menu-ttl {
      background: url("../img/shared/footer-bg.jpg") repeat center top;
      color: #fff;
      font-family: 'Shippori Mincho', serif;
      font-weight: 600;
      font-size: 25px;
      line-height: 30px;
      letter-spacing: 0.15em;
      text-align: center;
      padding: 9px 0;
   }

   .list-menu .menu-sub-ttl {
      text-align: center;
      padding: 40px 0 0;
   }

   .list-menu .box {
      display: flex;
      flex-wrap: wrap;
      gap: 20px 8%;
      padding-top: 70px;
   }

   .list-menu .col {
      width: 46%;
   }

   .list-menu .item+.item {
      padding-top: 60px;
   }

   .list-menu dl {
      line-height: 43px;
      padding: 19px 0;
   }
}

/* -- -- */
.d-flex {
   display: flex;
   flex-wrap: wrap;
}

/* -- -- */
.bg01 {
   background: url("../img/shared/bg-pattern01.jpg") repeat center top;
   color: #fff;
}

/* -- -- */
@-webkit-keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@keyframes fadeIn {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
   }
}

@-webkit-keyframes fadeInUp {
   0% {
      -webkit-transform: translate3d(0, 80px, 0);
      opacity: 0;
      transform: translate3d(0, 80px, 0);
   }

   to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
   }
}

@keyframes fadeInUp {
   0% {
      -webkit-transform: translate3d(0, 80px, 0);
      opacity: 0;
      transform: translate3d(0, 80px, 0);
   }

   to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
   }
}

.fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   animation-duration: 1.75s;
   animation-delay: 0.15s;
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   animation-duration: 1s;
}

.animated {
   -webkit-animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-duration: 1s;
   animation-fill-mode: both;
}

.animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}

/* --- --- */
.bd-ra10 {
   border-radius: 10px;
}

.txt_link a{
   margin:30px 20px;
   padding: 20px;
   border: #a6a6a6 solid 1px;
   width: 480px;
	display: block;
	color:#fff;
	font-size: 14px;
	border-radius: 0px;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.4);
}
.txt_link a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}
@media only screen and (max-width: 768px) {
   .txt_link a {
      width: 90%;
      text-align: center;
      padding: 10px 0;
      margin: 20px auto;
	   font-size: 12px;
   }
}