@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
    background: #fffef9;
   color: #000;
   font-family: "Noto Serif JP", serif;
   font-weight: 500;
   font-style: normal;
   font-size: 13px;
   letter-spacing: 0.1em;
   line-height: 38px;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
}

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

/*=============================================
 * 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-noto-sans {
   font-family: "Noto Sans JP", sans-serif;
}

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

.fnt-amiri {
   font-family: "Amiri", serif;
}

.fnt-tangerine {
   font-family: "Tangerine", cursive;
}

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

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

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

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

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

@media only screen and (min-width: 1241px) {
   .wr_1100 {
      width: 1100px;
   }

   .wr_1200 {
      width: 1200px;
   }
}

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

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

/* -- -- */
#socialbuttons {
   display: flex;
   justify-content: center;
   margin: 0 auto;
}

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

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

@media only screen and (max-width: 767px) {
   header {
      display: flex;
      flex-wrap: wrap;
   }

   header:before {
      content: '';
      background-color: #f7f6ed;
      position: absolute;
      top: 5.3vw;
      right: 5.3vw;
      bottom: 0;
      left: 5.3vw;
      z-index: -1;
   }

   header h1 {
      color: #787878;
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      letter-spacing: 0.05em;
      text-align: left;
   }

   header .logo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 43vw;
      height: 43vw;
      background-color: #fffef9;
   }

   header .logo a {
      display: block;
      width: 23.2vw;
   }

   header .box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 5vw;
      width: 57vw;
      height: 43vw;
      padding: 5.3vw 5.3vw 2vw 2vw;
      box-sizing: border-box;
   }

   header .list-sns {
      display: flex;
      justify-content: center;
      gap: 8vw;
   }

   header .list-sns li {
      width: 6.6vw;
   }

   header .rss {
      width: 100%;
      text-align: center;
      padding: 8vw 8vw;
   }

   header .rss h3 {
      font-weight: 700;
      font-size: 8vw;
      line-height: 1;
      letter-spacing: 0.05em;
   }

   header .rss .feed {
      display: grid;
      grid-template-columns: 75px 1fr;
      align-items: baseline;
      line-height: 20px;
      padding-top: 4vw;
   }

   header .rss .feed time {
      font-size: 10px;
      letter-spacing: 0.05em;
      color: #787878;
   }

   header .rss .feed .ttl {
      font-size: 13px;
      letter-spacing: 0.05em;
      text-align: left;
   }

   header .rss .feed .ttl a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      overflow: hidden;
   }

   header .rss .more {
      position: relative;
      line-height: 15px;
      padding-top: 4vw;
   }

   header .rss .more a {
      display: inline-block;
      width: 60px;
      font-size: 12px;
      letter-spacing: 0.15em;
      border: 1px solid #a5a5a5;
   }

   #menu-toggle {
      background-color: #fffef9;
      color: #000;
      width: 100%;
      height: 100vh;
      overflow-y: auto;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
      padding: 16vw 0 25vw;
      z-index: 100;
      text-align: center;
   }

   #menu-toggle .btn-reserve {
      padding-top: 7vw;
   }

   #menu-toggle .btn-reserve a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60vw;
      height: 10.8vw;
      border: 1px solid #a5a5a5;
      font-weight: 500;
      font-size: 3.2vw;
      letter-spacing: 0.15em;
      line-height: 2;
      box-sizing: border-box;
      margin: 0 auto;
   }

   #menu-toggle .btn-reserve a:before {
      content: '';
      width: 4.8vw;
      height: 5vw;
      background: url("../img/shared/icon-calendar.png") no-repeat center/100% auto;
      display: block;
      margin-right: 3.3vw;
   }

   #menu-toggle .btn-reserve a span {
      font-size: 4.6vw;
   }

   #menu-toggle .tel {
      font-weight: 500;
      font-size: 3.3vw;
      letter-spacing: 0.15em;
      line-height: 1;
      padding-top: 4.8vw;
   }

   #menu-toggle .tel .number {
      font-weight: 700;
      font-size: 10vw;
      letter-spacing: 0.07em;
   }

   #menu-toggle .tel .number:before {
      content: 'tel.';
      font-size: 8vw;
   }

   #menu-toggle .nav {
      display: flex;
      flex-direction: column;
      gap: 4vw;
      width: 88vw;
      padding-top: 12vw;
      text-align: left;
   }

   #menu-toggle .nav a {
      display: block;
      font-weight: 500;
      font-size: 4vw;
      line-height: 1.5;
      letter-spacing: 0.15em;
      border-bottom: 1px solid transparent;
      padding: 0 0 2vw 28vw;
      box-sizing: border-box;
   }

   #menu-toggle .nav a small {
      display: block;
      font-weight: 400;
      font-size: 3.2vw;
   }

   #menu-toggle .nav a.current {
      border-bottom-color: #a5a5a5;
   }

   .navOpen #menu-toggle {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }

   .nav-fixed {
      display: none;
   }
}

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

   header:before {
      content: '';
      background-color: #f7f6ed;
      position: absolute;
      top: 40px;
      right: 0;
      bottom: 0;
      left: auto;
      z-index: -1;
      width: 1000px;
   }

   header:after {
      content: '';
      width: 300px;
      height: 406px;
      background-color: #fffef9;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
   }

   header h1 {
      color: #787878;
      font-weight: 500;
      font-size: 12px;
      line-height: 25px;
      letter-spacing: 0.05em;
      text-align: right;
      order: 2;
      flex: 1 0 0;
   }

   header .logo {
      width: 104px;
      padding: 69px 0 0 98px;
   }

   header .box {
      display: flex;
      align-items: center;
      gap: 20px;
      position: absolute;
      top: 56px;
      right: 70px;
      left: auto;
      width: 890px;
   }

   header .list-sns {
      display: flex;
      gap: 35px;
      order: 1;
   }

   header .list-sns li {
      width: 30px;
   }

   header .rss {
      display: grid;
      grid-template-columns: 87px 323px 72px;
      justify-content: flex-end;
      align-items: baseline;
      gap: 25px;
      margin: 0 40px;
      padding: 38px 110px 30px;
   }

   header .rss h3 {
      font-weight: 700;
      font-size: 35px;
      line-height: 35px;
      letter-spacing: 0.07em;
   }

   header .rss .feed {
      display: grid;
      grid-template-columns: 75px 1fr;
      align-items: baseline;
      line-height: 25px;
   }

   header .rss .feed time {
      font-size: 12px;
      letter-spacing: 0.05em;
      color: #787878;
   }

   header .rss .feed .ttl {
      font-size: 16px;
      letter-spacing: 0.05em;
   }

   header .rss .feed .ttl a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      overflow: hidden;
   }

   header .rss .feed .ttl a:hover {
      text-decoration: underline;
   }

   header .rss .more {
      text-align: center;
      position: relative;
      top: -5px;
   }

   header .rss .more a {
      display: block;
      width: 70px;
      font-size: 14px;
      letter-spacing: 0.15em;
      line-height: 18px;
      border: 1px solid #a5a5a5;
   }

   header .rss .more a:hover {
      background-color: #a5a5a5;
      opacity: 1;
   }

   #menu-toggle {
      width: 300px;
      padding-bottom: 71px;
   }

   #menu-toggle .list-sns {
      display: none;
   }

   #menu-toggle .btn-reserve {
      padding: 23px 0 0 29px;
   }

   #menu-toggle .btn-reserve a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      letter-spacing: 0.15em;
      width: 242px;
      height: 48px;
      box-sizing: border-box;
   }

   #menu-toggle .btn-reserve a:before {
      content: '';
      width: 22px;
      height: 23px;
      background: url("../img/shared/icon-calendar.png") no-repeat center top/cover;
      display: block;
      margin-right: 15px;
   }

   #menu-toggle .btn-reserve a .fnt-amiri {
      font-size: 21px;
      padding-right: 7px;
      position: relative;
      top: 3px;
   }

   #menu-toggle .tel {
      font-size: 14px;
      line-height: 27px;
      letter-spacing: 0.15em;
      text-align: center;
      padding: 9px 0 0 0;
   }

   #menu-toggle .tel .number {
      font-weight: 700;
      font-size: 40px;
      letter-spacing: 0.07em;
      line-height: 1;
   }

   #menu-toggle .tel .number:before {
      content: 'tel';
      font-size: 35px;
   }

   #menu-toggle .nav {
      font-size: 17px;
      line-height: 24px;
      letter-spacing: 0.22em;
      padding: 170px 0 0 0;
      /*padding: 107px 0 0 0;*/
      color: #fff;
   }

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

   #menu-toggle .nav a {
      display: block;
      padding: 0 0 7px 91px;
      position: relative;
   }

   #menu-toggle .nav a:before {
      content: '';
      height: 1px;
      background-color: rgb(195 195 195 / 60%);
      position: absolute;
      right: 100%;
      bottom: 0;
      left: 0;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   #menu-toggle .nav a small {
      display: block;
      font-size: 14px;
      letter-spacing: 0.15em;
      padding-left: 2px;
   }

   #menu-toggle .nav a:hover:before,
   #menu-toggle .nav a.current:before {
      right: 0;
   }

   .nav-fixed {
      background: #f7f6ed;
      width: 100%;
      padding: 0;
      box-sizing: border-box;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   .nav-fixed .nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      text-align: center;
      line-height: 24px;
   }

   .nav-fixed .nav li:not(.btn-insta) a {
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0.05em;
      position: relative;
      padding: 33px 0;
   }

   .nav-fixed .nav li:not(.btn-insta) a:before {
      content: "";
      width: 1px;
      position: absolute;
      top: calc(100% - 22px);
      bottom: 22px;
      left: 50%;
      background: #a5a5a5;
      -webkit-transition-property: bottom;
      transition-property: bottom;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   .nav-fixed .nav li:not(.btn-insta) a small {
      display: block;
      font-size: 14px;
      letter-spacing: 0.15em;
   }

   .nav-fixed .nav li:not(.btn-insta) a:hover,
   .nav-fixed .nav li:not(.btn-insta) a.current {
      opacity: 1;
   }

   .nav-fixed .nav li:not(.btn-insta) a:hover:before,
   .nav-fixed .nav li:not(.btn-insta) a.current:before {
      bottom: 0;
   }

   .nav-fixed .nav .btn-insta {
      width: 30px;
   }

   header .nav-btn {
      position: fixed;
      top: 135px;
      right: 10px;
      padding-top: 0;
      z-index: 9;
   }

   header .nav-btn li+li {
      padding-top: 4px;
   }

   header .nav-btn .txt-vertical {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      background-color: #535046;
      color: #fff;
      line-height: 48px;
      position: relative;
   }

   header .nav-btn .reserve .txt-vertical {
      height: 176px;
      font-size: 15px;
      letter-spacing: 0.15em;
      cursor: pointer;
   }

   header .nav-btn .reserve .txt-vertical:before {
      content: '';
      width: 22px;
      height: 23px;
      background: url("../img/shared/ft-icon-3.png") no-repeat center top/cover;
      display: block;
   }

   header .nav-btn .reserve .txt-vertical span {
      font-size: 21px;
      letter-spacing: -1em;
      padding-bottom: 15px;
   }

   header .nav-btn .tel .txt-vertical {
      height: 205px;
      gap: 10px;
      font-weight: 700;
      font-size: 33px;
      letter-spacing: 0.07em;
   }

   header .nav-btn .tel .txt-vertical:before {
      content: '';
      width: 18px;
      height: 23px;
      background: url("../img/shared/ft-icon-2.png") no-repeat center top/cover;
      display: block;
   }

   header .nav-btn .tel .txt-vertical span {
      position: relative;
      left: 6px;
   }

   .nav-fixed.fixed {
      opacity: 1;
      visibility: visible;
   }
}

@media only screen and (min-width: 1201px) {
   .nav-fixed .nav {
      gap: 30px;
   }
}

@media only screen and (min-width: 768px) and (max-width:1400px) {
   header:before {
      width: 900px
   }

   header .box {
      width: 790px;
   }
}

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

/* -- -- */
#key {
   box-sizing: border-box;
   position: relative;
}

#key .slick-slider,
#key .slick-list,
#key .slick-track,
#key .slick-slide {
   width: 100%;
   height: 100%;
}

@media only screen and (max-width: 767px) {
   #key {
      width: 100%;
      height: 104vw;
   }
}

@media only screen and (min-width: 768px) {
   #key {
      width: calc(100% - 100px);
      height: 930px;
      position: absolute;
      top: 120px;
      right: 50px;
      left: 50px;
      z-index: -1;
   }

   #key::after {
      content: '';
      width: 50%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 0;
      bottom: 0;
   }
}

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

.gmap {
   display: block;
   width: 100%;
   position: relative;
}

.gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
   filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {
   footer .row-1 {
      background-color: #f7f6ed;
      position: relative;
      padding: 10vw 0 24vw;
   }

   footer .row-1 .wrap {
      padding: 0 9.3vw 16vw;
   }

   footer .row-1 .col {
      background-color: #fffef9;
      padding: 8vw 10.8vw;
   }

   footer .row-1 .logo {
      width: 23.2vw;
      margin: 0 auto;
   }

   footer .row-1 .btn-reserve {
      padding-top: 8vw;
   }

   footer .row-1 .btn-reserve a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 60vw;
      height: 10.8vw;
      border: 1px solid #a5a5a5;
      font-weight: 500;
      font-size: 3.2vw;
      letter-spacing: 0.15em;
      line-height: 2;
      box-sizing: border-box;
      margin: 0 auto;
   }

   footer .row-1 .btn-reserve a:before {
      content: '';
      width: 4.8vw;
      height: 5vw;
      background: url("../img/shared/icon-calendar.png") no-repeat center/100% auto;
      display: block;
      margin-right: 3.3vw;
   }

   footer .row-1 .btn-reserve a span {
      font-size: 4.6vw;
   }

   footer .row-1 .tel {
      font-weight: 500;
      font-size: 3.3vw;
      letter-spacing: 0.15em;
      line-height: 1;
      padding-top: 4.8vw;
   }

   footer .row-1 .tel .number {
      font-weight: 700;
      font-size: 10vw;
      letter-spacing: 0.07em;
   }

   footer .row-1 .tel .number:before {
      content: 'tel.';
      font-size: 8vw;
   }

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

   footer .row-1 .list-sns li {
      width: 6.6vw;
   }

   footer .row-1 figure {
      padding-top: 8vw;
   }

   footer .row-1 .txt-info {
      line-height: 24px;
      letter-spacing: 0.1em;
      padding-top: 12vw;
   }

   footer .row-1 .txt-info dl {
      border-bottom: 1px solid #fff;
      padding-bottom: 15px;
   }

   footer .row-1 .txt-info dl+dl {
      padding-top: 15px;
   }

   footer .row-1 .list-btn {
      padding-top: 10vw;
   }

   footer .row-1 .list-btn .button a {
      width: 80vw;
      height: 10.8vw;
      font-size: 3.6vw;
   }

   .gmap {
      width: 89.4vw;
      height: 480px;
      margin: 0 auto;
   }

   footer .row-2 {
      background-color: #535046;
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      padding: 16vw 0 32vw;
      position: relative;
   }

   footer #socialbuttons {
      margin: 0;
   }

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

   footer .btn-copy a {
      display: inline-block;
      background: url(../img/shared/icon-url.png) no-repeat bottom right/13px auto;
      padding-right: 25px;
   }

   footer .btn-copy a span {
      display: inline-block;
      border-bottom: 1px solid;
      padding: 0 10px;
   }

   footer hr {
      border: 0;
      border-top: 1px solid #686868;
      margin-top: 8vw;
   }

   footer .btn-cookies {
      padding-top: 10.8vw;
      text-align: center;
   }

   footer .btn-cookies a span {
      display: inline-block;
      border-bottom: 1px solid;
      padding: 0 5px;
   }

   footer address {
      text-align: center;
      padding-top: 5vw;
   }

   .pagetop {
      width: 12vw;
      bottom: 24vw;
      right: 3vw;
   }
}

footer .row-1 .txt-info dl dd a{
    display: inline-block;
    border-bottom: 1px solid #000;
}
footer .row-1 .txt-info dl dd a:hover{
   border-color:rgb(0 0 0 / 0%);
}

@media only screen and (min-width: 768px) {
   footer .row-1 {
      background-color: #f7f6ed;
      position: relative;
      padding-bottom: 125px;
   }

   footer .row-1:before {
      content: '';
      width: 386px;
      position: absolute;
      top: 40px;
      right: calc(50% + 163px);
      bottom: 0;
      background-color: #fffef9;
   }

   footer .row-1 .wrap {
      display: grid;
      grid-template-columns: 272px 1fr;
      gap: 0px 120px;
   }

   footer .row-1 .col {
      padding: 150px 0 115px;
   }

   footer .row-1 .btn-reserve {
      padding-top: 40px;
   }

   footer .row-1 .btn-reserve a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      letter-spacing: 0.15em;
      width: 272px;
      height: 48px;
      box-sizing: border-box;
   }

   footer .row-1 .btn-reserve a:before {
      content: '';
      width: 22px;
      height: 23px;
      background: url("../img/shared/icon-calendar.png") no-repeat center top/cover;
      display: block;
      margin-right: 15px;
   }

   footer .row-1 .btn-reserve a .fnt-amiri {
      font-size: 21px;
      padding-right: 7px;
      position: relative;
      top: 3px;
   }

   footer .row-1 .tel {
      font-size: 15px;
      line-height: 27px;
      letter-spacing: 0.15em;
      text-align: center;
      padding-top: 8px;
   }

   footer .row-1 .tel .number {
      font-weight: 700;
      font-size: 45px;
      letter-spacing: 0.07em;
      line-height: 1;
   }

   footer .row-1 .tel .number:before {
      content: 'tel';
      font-size: 35px;
   }

   footer .row-1 .list-sns {
      display: flex;
      justify-content: center;
      gap: 41px;
      padding-top: 33px;
   }

   footer .row-1 .list-sns li {
      width: 30px;
   }

   footer .row-1 figure {
      padding-top: 62px;
   }

   footer .row-1 .txt-info {
      line-height: 29px;
      padding: 192px 0 0;
   }

   footer .row-1 .txt-info dl {
      display: grid;
      grid-template-columns: 123px 1fr;
      border-bottom: 1px solid #fffef9;
      padding-bottom: 12px;
   }

   footer .row-1 .txt-info dl+dl {
      padding-top: 16px;
   }

   footer .row-1 .txt-info dl small {
      font-size: 14px;
   }

   footer .row-1 .list-btn {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 23px;
      width: 1000px;
      margin: 0 auto;
      padding-top: 44px;
   }

   footer .row-1 .list-btn a {
      font-size: 15px;
      letter-spacing: 0.15em;
   }

   footer .row-1 .list-btn a:hover {
      text-decoration: underline;
   }

   footer .row-1 .list-btn .button a {
      width: 272px;
      height: 48px;
   }

   footer .row-1 .list-btn .button a:before {
      width: 11px;
      height: 11px;
   }

   footer .row-1 .list-btn .button a:hover {
      text-decoration: none;
   }

   footer .gmap {
      max-width: 1304px;
      height: 500px;
      margin: 0 auto;
   }

   footer .row-2 {
      background-color: #535046;
      color: #fff;
      padding: 80px 0 90px;
      position: relative;
   }

   footer .row-2:before {
      content: '';
      width: 1350px;
      border-top: 1px solid #6b6860;
      position: absolute;
      top: 187px;
      left: 50%;
      transform: translateX(-50%);
   }

   footer nav {
      padding-bottom: 37px;
   }

   footer nav .nav {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      text-align: center;
      line-height: 30px;
   }

   footer nav .nav li:not(.btn-insta) a {
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0.05em;
      position: relative;
      padding: 5px 0;
   }

   footer nav .nav li:not(.btn-insta) a:before {
      content: "";
      height: 1px;
      position: absolute;
      right: 100%;
      bottom: 0;
      left: 0;
       background: #fffef9;
      -webkit-transition-property: right;
      transition-property: right;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
   }

   footer nav .nav li:not(.btn-insta) a small {
      display: block;
      font-size: 14px;
      letter-spacing: 0.15em;
   }

   footer nav .nav li:not(.btn-insta) a:hover,
   footer nav .nav li:not(.btn-insta) a.current {
      opacity: 1;
   }

   footer nav .nav li:not(.btn-insta) a:hover:before,
   footer nav .nav li:not(.btn-insta) a.current:before {
      right: 0;
   }

   footer nav .nav .btn-insta {
      width: 30px;
   }

   footer .row-2 .box {
      display: flex;
      flex-wrap: wrap;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.15em;
      padding-top: 55px;
   }

   footer .row-2 .box>* {
      width: 50%;
   }

   footer #socialbuttons {
      justify-content: flex-start;
      margin: 0;
      order: 1;
   }

   footer .btn-copy {
      font-size: 14px;
      letter-spacing: 0.05em;
      order: 3;
      padding-top: 12px;
   }

   footer .btn-copy a {
      display: inline-block;
      background: url("../img/shared/icon-url.png") no-repeat bottom right/16px auto;
      padding-right: 28px;
   }

   footer .btn-copy a span {
      display: block;
      border-bottom: 1px solid #fffef9;
      padding: 0 6px 2px 6px;
      letter-spacing: 0.15em;
   }

   footer .btn-copy a:hover span {
      border-bottom-color: transparent;
   }

   footer .btn-cookies {
      text-align: right;
      order: 2;
      padding-top: 10px;
   }

   footer .btn-cookies a {
      display: inline-block;
      border-bottom: 1px solid #fffef9;
      padding: 0 6px;
   }

   footer .btn-cookies a:hover {
      border-bottom-color: transparent;
   }

   footer address {
      order: 4;
      text-align: right;
      padding-top: 20px;
   }

   .pagetop {
      width: 53px;
   }
}

@media only screen and (min-width: 1201px) {
   footer nav .nav {
      gap: 30px;
   }
}

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

#fixed-sp:before {
   content: '';
   width: 100%;
   background-color: #f7f6ed;
   position: absolute;
   top: 19.3vw;
   bottom: 0;
   left: 0;
}

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

#fixed-sp ul {
   display: flex;
   align-items: flex-end;
}

#fixed-sp ul li a {
   display: block;
   height: 16vw;
   font-weight: 500;
   font-size: 3vw;
   letter-spacing: 0.15em;
   line-height: 1;
   text-align: center;
   box-sizing: border-box;
   padding-top: 3vw;
}

#fixed-sp ul li a img {
   display: block;
   width: auto;
   height: 5.2vw;
   margin: 0 auto 2vw;
}

#fixed-sp ul li a span {
   font-weight: 400;
   font-size: 3.3vw;
}

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

#fixed-sp ul li:nth-child(1) a {
   background-color: #f7f6ed;
}

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

#fixed-sp ul li:nth-child(2) a {
   background-color: #535046;
   color: #fff;
}

#fixed-sp ul li:nth-child(3) {
   width: 42.5vw;
   border-left: 1px solid #fffef9;
}

#fixed-sp ul li:nth-child(3) a {
   background-color: #535046;
   color: #fff;
}

/*
#fixed-sp ul li:nth-child(4) {
  background-color: #f7f6ed;
   width: 19.3vw;
   height: 19.3vw;
}*/
#fixed-sp ul li.half{
   width: calc((100vw - 19.3vw)*0.5) !important;
}
#fixed-sp ul li.hamburger-half{
       background-color: #f7f6ed;
   width: 19.3vw !important;
   height: 19.3vw !important;
}


.hamburger div {
  position: relative;
  top: 17px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  margin: 0 auto;
}
.hamburger div::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "MENU";
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  letter-spacing: 1px;
}
.hamburger div span {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 32%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #000;
}
.hamburger div span::before,
.hamburger div span::after {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #000;
  content: "";
}
.hamburger div span::after {
  top: -8px;
}
.hamburger div span::before {
  top: 8px;
}
.hamburger div {
  top: 3vw;
}

.navOpen .hamburger div span {
  transform: rotate(360deg);
}
.navOpen .hamburger div span {
  transform: rotate(141deg) translateX(20px);
  top: 5px;
  left: 51%;
}
.navOpen .hamburger div span::after {
  transform: rotate(-105deg) translateX(0px);
  top: 0;
}
.navOpen .hamburger div::after {
  content: "閉じる";
}
.navOpen .hamburger div span::before {
  opacity: 0;
}

.navOpen #fixed-sp li:not(.hamburger) {
   opacity: 0;
   visibility: hidden;
}

/* 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) + 32vw);
   }

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

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 22vw);
   }
}

/* 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) + 32vw);
   }

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

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 22vw);
   }
}

/* 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) + 32vw);
   }

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

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 22vw);
   }
}

@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) + 32vw);
   }

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

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 22vw);
   }
}

@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) + 32vw);
   }

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

   .pagetop {
      bottom: calc(env(safe-area-inset-bottom) + 22vw);
   }
}

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

.sp {
   display: block;
}

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

   .sp {
      display: none;
   }
}

/* -- -- */
.img-shadow {
   box-shadow: 0px 14px 52px 5.7px rgba(0, 0, 0, 0.3);
}

.text-shadow {
   text-shadow: 8px 11px 52px rgba(0, 0, 0, 0.3);
}

.cl-red {
   color: #cf2d2d;
}

.cl-brown {
   color: #34332d;
}

.cl-yellow {
   color: #b29257;
}

.cl-white {
   color: #f3ece9;
}

.cl-black {
   color: #000;
}

.cl-orange {
   color: #ca3921;
}

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

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

.uppercase {
   text-transform: uppercase;
}

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 {
      opacity: 0.7;
   }
}

.img-cover {
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 100%;
}

.ovh {
   overflow: hidden;
}

/* -- slick -- */
.slick-arrow {
   display: block;
   background: transparent;
   border: 0;
   font-size: 0;
   cursor: pointer;
   position: absolute;
   z-index: 1;
}

.slick-arrow:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-color: transparent;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.slick-prev {
   left: 0;
}

.slick-next {
   right: 0;
}

.slick-dots {
   display: flex;
   justify-content: center;
   gap: 9px;
}

.slick-dots li {
   display: block;
   width: 9px;
   height: 9px;
   font-size: 0;
   cursor: pointer;
   position: relative;
}

.slick-dots button {
   font-size: 0;
   background: transparent;
   display: block;
   width: 100%;
   height: 100%;
   border: 1px solid #9d9d9d;
   -webkit-appearance: none;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   cursor: pointer;
   border-radius: 50%;
   transition: all 0.3s;
}

.slick-dots button:before {
   content: '';
   background: #9d9d9d;
   position: absolute;
   top: 1px;
   right: 1px;
   bottom: 1px;
   left: 1px;
   border-radius: 50%;
   opacity: 0;
}

.slick-dots .slick-active button {
   border-color: transparent;
}

.slick-dots .slick-active button:before {
   opacity: 1;
}

@media only screen and (max-width: 767px) {
   .slick-arrow {
      width: 6vw;
      height: 6vw;
   }

   .slick-prev {
      left: 0;
   }

   .slick-prev:before {
      border-width: 3vw 6vw 3vw 0;
      border-right-color: #fffef9;
   }

   .slick-next {
      right: 0;
   }

   .slick-next:before {
      border-width: 3vw 0 3vw 6vw;
      border-left-color: #fffef9;
   }

   .slick-dots {
      justify-content: center;
      gap: 4vw;
      padding-top: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   .slick-arrow {
      width: 44px;
      height: 44px;
   }

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

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

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

.button a {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   font-weight: 500;
   letter-spacing: 0.15em;
   text-align: center;
   position: relative;
   z-index: 1;
   box-sizing: border-box;
}

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

   .button a {
      width: 100%;
      max-width: 89.4vw;
      height: 15.3vw;
      font-size: 4.2vw;
      line-height: 2;
      border: 1px solid #a5a5a5;
   }

   .button a:before {
      content: '';
      width: 3.5vw;
      height: 3.2vw;
      background: url("../img/shared/icon-blank.png") no-repeat center/100% auto;
      margin-right: 4vw;
   }

   .hvr-border-erase .border {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .button a {
      width: 416px;
      height: 70px;
      font-size: 19px;
   }

   .button a:before {
      content: '';
      width: 15px;
      height: 15px;
      background: url("../img/shared/icon-blank.png") no-repeat center/100% auto;
      margin-right: 22px;
   }

   .button a:hover {
      opacity: 1;
   }

   .hvr-border-erase {
      position: relative;
   }

   .hvr-border-erase .border span {
      background: #a5a5a5;
      position: absolute;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
   }

   .hvr-border-erase .border span:nth-child(1) {
      width: 100%;
      height: 1px;
      top: 0;
      left: 0;
   }

   .hvr-border-erase .border span:nth-child(3) {
      width: 100%;
      height: 1px;
      bottom: 0;
      right: 0;
   }

   .hvr-border-erase .border span:nth-child(2) {
      height: 100%;
      width: 1px;
      right: 0;
      top: 0;
   }

   .hvr-border-erase .border span:nth-child(4) {
      height: 100%;
      width: 1px;
      left: 0;
      bottom: 0;
   }

   .hvr-border-erase:hover .border span:nth-child(1) {
      width: 0;
   }

   .hvr-border-erase:hover .border span:nth-child(3) {
      width: 0;
   }

   .hvr-border-erase:hover .border span:nth-child(2) {
      height: 0;
   }

   .hvr-border-erase:hover .border span:nth-child(4) {
      height: 0;
   }
}

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

/* --- --- */
@media only screen and (min-width: 768px) {
   .hvr-sweep-to-right {
      position: relative;
      z-index: 1;
   }

   .hvr-sweep-to-right:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #302b25;
      -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;
   }

   .hvr-sweep-to-right:hover {
      color: #fff;
      opacity: 1;
   }

   .hvr-sweep-to-right:hover:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
   }
}

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

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

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

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

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
   animation-duration: 2s;
   animation-delay: 0.3s;
   opacity: 0;
}

.fadeInUp[style*="visible"] {
   opacity: 1;
}

/* --- --- */
@media only screen and (max-width: 767px) {
   .h-22 {
      font-weight: 500;
      font-size: 4vw;
      letter-spacing: 0.22em;
      line-height: 2;
   }

   .h-22.fnt-amiri {
      font-weight: 400;
   }

   .h-26 {
      font-weight: 500;
      font-size: 5vw;
      letter-spacing: 0.22em;
      line-height: 2;
   }

   .h-30 {
      font-weight: 500;
      font-size: 6vw;
      letter-spacing: 0.22em;
      line-height: 2;
   }

   .price {
      font-weight: 500;
      font-size: 4vw;
      letter-spacing: 0.1em;
      line-height: 2;
   }

   .price span {
      font-size: 5vw;
   }
}

@media only screen and (min-width: 768px) {
   .h-22 {
      font-weight: 500;
      font-size: 22px;
      letter-spacing: 0.22em;
      line-height: 39px;
   }

   .h-22.fnt-amiri {
      font-weight: 400;
   }

   .h-26 {
      font-weight: 500;
      font-size: 26px;
      letter-spacing: 0.22em;
      line-height: 68px;
   }

   .h-30 {
      font-weight: 500;
      font-size: 30px;
      letter-spacing: 0.22em;
      line-height: 68px;
   }

   .price {
      font-weight: 500;
      font-size: 17px;
      letter-spacing: 0.1em;
      line-height: 68px;
   }

   .price span {
      font-size: 22px;
   }
}

/* -- -- */
.txt {
   text-align: justify;
}

@media only screen and (max-width: 767px) {
   .txt br {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

/* -- -- */
.list-menu {
   letter-spacing: 0.1em;
   line-height: 30px;
   text-align: left;
}

.list-menu dl {
   display: flex;
   border-bottom: 1px solid #e8e8e8;
   padding: 0 0 15px;
}
.list-drink h4{
    border-bottom: 1px solid #a5a5a5;
    padding: 30px 0 15px;
    margin-bottom: 15px;
}
.list-menu dl+dl {
   padding-top: 15px;
}

.list-menu dl dt {
   flex: 1 0 0;
}

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

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

.list-menu .ttl {
   text-align: center;
   font-weight: 500;
   letter-spacing: 0.1em;
   border: 1px solid #a5a5a5;
}

@media only screen and (max-width: 767px) {
   .list-menu {
      display: flex;
      flex-direction: column;
      gap: 12vw;
   }

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

   .list-menu .ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 12.8vw;
      font-size: 4.8vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      text-align: center;
      margin-bottom: 15px;
   }

   .list-course {
      display: flex;
      flex-direction: column;
      gap: 6vw;
   }

   .list-course .col {
      border: 1px solid #a5a5a5;
      padding: 10vw 2.4vw;
   }

   .list-course .price {
      border-bottom: 1px solid #a5a5a5;
      padding-bottom: 8vw;
   }

   .list-course ul {
      max-width: max-content;
      line-height: 30px;
      letter-spacing: 0.1em;
      text-align: left;
      margin: 0 auto;
      padding-top: 8vw;
   }

   .list-course ul li {
      position: relative;
      padding-left: 14px;
   }

   .list-course ul li:before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0;
   }
}

   .list-drink .ttl {
        line-height: 1.6;
        padding: 0.33em 0;
    }
.list-drink p.memo1{
   margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
   .list-menu {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      justify-content: center;
      gap: 20px;
   }
   .list-menu.list-drink{
      grid-template-columns: repeat(2, 1fr);
   }

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

   .list-menu .ttl {
      font-size: 22px;
      line-height: 56px;
      margin-bottom: 22px;
   }

   .list-drink .ttl {
        line-height: 1.6;
        padding: 0.33em 0;
    }
   .list-course {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
   }

   .list-course .col {
      border: 1px solid #a5a5a5;
      padding: 55px 55px;
   }

   .list-course h3,
   .list-course .price {
      line-height: 50px;
   }

   .list-course .price {
      border-bottom: 1px solid #a5a5a5;
      padding-bottom: 35px;
   }

   .list-course ul {
      max-width: max-content;
      line-height: 36px;
      letter-spacing: 0.1em;
      padding-top: 44px;
      text-align: left;
      margin: 0 auto;
   }

   .list-course ul li {
      position: relative;
      padding-left: 17px;
   }

   .list-course ul li:before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0;
   }
}

/* -- -- */
[data-remodal-target] {
   cursor: pointer;
}

.remodal-overlay {
   background-color: #fffef9;
}

.remodal-wrapper {
   padding: 0;
   overflow-y: scroll;
   height: 100vh;
}

.remodal-wrapper .remodal {
   height: auto;
   min-height: 100vh;
   margin-bottom: 0;
   height: auto;
   transform: none;
}

.remodal-wrapper .remodal .remodal-close {
   width: 120px;
   left: 50%;
   transform: translateX(-50%);
   top: auto;
   bottom: 0;
   position: fixed;
   height: auto;
   background: none;
   z-index: 3;
}

.remodal-wrapper .remodal .remodal-close:before {
   display: none;
}

.remodal-wrapper .popup-main {
    background: #fffef9;
   box-sizing: border-box;
   overflow-y: auto;
}

@media screen and (max-width: 767px) {
   .remodal-wrapper .popup-main {
      height: 74vh;
      padding: 12vw 5.3vw 0;
   }

   .remodal-wrapper .popup-main .main {
      width: 75vw;
      margin: 0 auto;
   }

   .remodal-wrapper .box {
      padding-top: 12vw;
   }
}

@media screen and (min-width: 768px) {
   .remodal-wrapper::-webkit-scrollbar {
      display: none;
   }

   .remodal-wrapper:before {
      height: 92px;
   }

   .remodal-wrapper .remodal {
      max-width: 100%;
      padding: 42px 0 100px;
   }

   .remodal-wrapper .remodal .remodal-close {
      width: 180px;
   }

   .remodal-wrapper .remodal .remodal-close:hover {
      opacity: 0.8;
   }

   .remodal-wrapper .popup-main {
      width: 1075px;
      height: 76vh;
      margin: 0 auto;
      padding: 0 30px;
   }

   .remodal-wrapper .box {
      padding-top: 70px;
   }
}

@media (min-width: 768px) and (max-width: 1300px) {
   .remodal-wrapper .pop-js {
      max-width: 100%;
   }

   .remodal-wrapper .pop-js .slick-list .slick-track,
   .remodal-wrapper .pop-js .slick-list .slick-slide,
   .remodal-wrapper .pop-js .slick-list .item {
      min-width: 100vw;
   }

   .remodal-wrapper .pop-js .slick-list .item {
      gap: 20px;
   }
}

@media (min-width: 768px) and (max-height: 730px) {
   .remodal-wrapper .pop-js .slick-track {
      align-items: start;
   }
}