/** @format */

@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
  background: url("../img/shared/body-bg.jpg") repeat center top;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 25px;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 17px;
    letter-spacing: 0.15em;
    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-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

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

.fnt-dfkaisho {
  font-family: "DFKaiShoStd-W5", 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;
    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: 1240px) {
  .wr_1100 {
    width: 1100px;
  }

  .wr_1200 {
    width: 1200px;
  }
}

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

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

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

@media only screen and (max-width: 767px) {
  header {
    background: url("../img/shared/kv-deco_sp.png") no-repeat center top/100% auto;
  }

  header h1 {
    color: #4b4a4a;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.15em;
    position: absolute;
    right: 5.3vw;
    bottom: 4vw;
    left: 5.3vw;
    z-index: 1;
  }

  header .logo {
    display: flex;
    align-items: center;
    width: 30vw;
    height: 62vw;
    margin: 0 auto;
  }

  header .logo span {
    font-weight: 600;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.2em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
  }

  #menu-toggle {
    background: url("../img/shared/body-bg.jpg") repeat center top;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 12.8vw 10vw 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s linear;
    z-index: 99;
  }

  #menu-toggle .nav {
    display: flex;
    justify-content: center;
    gap: 4vw;
    padding-top: 8vw;
  }

  #menu-toggle .nav a {
    display: block;
    width: 10.4vw;
    height: 55vw;
    font-weight: 400;
    font-size: 5.2vw;
    line-height: 2;
    letter-spacing: 0.18em;
    position: relative;
    padding-top: 8vw;
  }

  #menu-toggle .nav a:before {
    content: "";
    width: 0;
    height: 6vw;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
  }

  #menu-toggle .nav a.current:before {
    opacity: 1;
  }

  #menu-toggle .nav-sub {
    display: flex;
    justify-content: center;
    gap: 4vw;
    padding-top: 6vw;
    font-weight: 400;
    font-size: 4.4vw;
    letter-spacing: 0.15em;
  }

  #menu-toggle .tel {
    text-align: center;
  }

  #menu-toggle .tel a {
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  #menu-toggle .tel a span {
    display: inline-block;
    font-weight: 500;
    font-size: 5.8vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  #menu-toggle .tel a span:before {
    content: "TEL.";
    font-size: 2.8vw;
  }

  #menu-toggle .sns-icon {
    width: 8vw;
    margin: 0 auto;
    padding-top: 6vw;
  }

  #menu-toggle .btn-web {
    padding-top: 6vw;
  }

  #menu-toggle .btn-web a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 80vw;
    height: 14vw;
    background: url("../img/shared/bg-01.jpg") repeat center top;
    color: #fff;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

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

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

  .nav-fixed {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header {
    background: url("../img/shared/kv-deco.png") no-repeat top left;
  }

  header h1 {
    max-width: 50%;
    color: #4b4a4a;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 10px;
    right: 70px;
    z-index: 1;
  }

  header .row {
    display: flex;
    justify-content: flex-end;
    gap: 0 95px;
    padding: 136px 50px 0;
  }

  header .row .col {
    width: 210px;
  }

  header .tel {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.15em;
    text-align: left;
  }

  header .tel span {
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 36px;
  }

  header .tel span:before {
    content: "TEL";
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
  }

  header .btn-web a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 280px;
    height: 95px;
    background: url("../img/shared/bg-01.jpg") repeat center top;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }

  header .btn-web a:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url("../img/shared/icon-calendar.png") no-repeat center/100% auto;
  }

  #menu-toggle .nav {
    display: flex;
    gap: 19px;
    padding-top: 60px;
    position: relative;
    left: -7px;
  }

  #menu-toggle .nav a {
    display: block;
    width: 30px;
    height: 170px;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 30px;
    position: relative;
    padding-top: 37px;
    cursor: pointer;
  }

  #menu-toggle .nav a:before {
    content: "";
    width: 0;
    height: 30px;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 0.3s;
  }

  #menu-toggle .nav a:hover:before,
  #menu-toggle .nav a.current:before {
    opacity: 1;
  }

  #menu-toggle .nav-sub {
    display: flex;
    justify-content: center;
    gap: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.15em;
    padding-top: 34px;
  }

  #menu-toggle .tel {
    position: absolute;
    top: 20px;
    right: 312px;
  }

  #menu-toggle .btn-web {
    position: absolute;
    top: 0;
    right: 0;
  }

  #menu-toggle .sns-icon {
    width: 30px;
    margin: 0 auto;
    padding-top: 18px;
  }

  .nav-fixed {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
    width: 100%;
    background: url("../img/shared/body-bg.jpg") repeat center top;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

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

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

  .nav-fixed .nav {
    display: flex;
    gap: 20px;
  }

  .nav-fixed .nav a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.18em;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid transparent;
  }

  .nav-fixed .nav a:hover,
  .nav-fixed .nav a.current {
    border-bottom-color: #000;
  }

  .nav-fixed .nav-sub {
    display: flex;
    gap: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.15em;
    padding: 7px 0;
    margin-bottom: 10px;
  }

  .nav-fixed .tel {
    position: absolute;
    top: -5px;
    right: 0;
  }

  .nav-fixed .sns-icon {
    width: 30px;
    position: absolute;
    top: 0;
    left: 230px;
  }

  .nav-fixed .sns-icon a,
  .nav-fixed .sns-icon img {
    display: block;
  }
}

@media only screen and (min-width: 1201px) {
  .nav-fixed .wrap {
    width: 100%;
    padding: 0 80px;
  }
}

/*=============================================
   section
*=============================================*/
#key {
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
}

.key-slider {
  width: 100%;
  height: 100%;
}

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

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

@media only screen and (min-width: 768px) {
  #key {
    width: calc(100% - 350px);
    height: 735px;
  }
}

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

/*=============================================
   footer
*=============================================*/
footer {
  background: url("../img/shared/footer-bg.jpg") repeat center top;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 50px;
  }

  footer .shopinfo {
    padding: 20vw 0;
  }

  footer .shopinfo .col-l {
    text-align: center;
  }

  footer .shopinfo .logo {
    width: 40vw;
    margin: 0 auto;
  }

  footer .shopinfo .tel {
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding-top: 8vw;
  }

  footer .shopinfo .tel span {
    display: block;
    font-weight: 500;
    font-size: 6vw;
    letter-spacing: 0.05em;
  }

  footer .shopinfo .tel span:before {
    content: "TEL";
    display: inline-block;
    font-size: 3.8vw;
  }

  footer .shopinfo .tel small {
    display: block;
    font-size: 3.8vw;
  }

  footer .shopinfo .btn-web {
    padding-top: 8vw;
  }

  footer .shopinfo .btn-web a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 80vw;
    height: 14vw;
    background: url("../img/shared/bg-01.jpg") repeat center top;
    color: #fff;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 auto;
  }

  footer .shopinfo .btn-web a:before {
    content: "";
    display: block;
    width: 4.8vw;
    height: 4.8vw;
    background: url("../img/shared/icon-calendar.png") no-repeat center/100% auto;
  }

  footer .shopinfo .col-r {
    padding-top: 12vw;
  }

  footer .shopinfo .col-r dl {
    display: grid;
    grid-template-columns: 100px auto;
    letter-spacing: 0;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
  }

  footer .shopinfo .col-r dl + dl {
    padding-top: 15px;
  }

  footer .shopinfo .col-r dl dt {
    padding-left: 5px;
  }

  footer nav {
    display: none;
  }

  footer .row {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-align: center;
    padding-bottom: 8vw;
  }

  footer .row .wrap {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }

  footer .copy {
    display: inline-block;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #7c817c;
    position: relative;
  }

  footer .copy:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/shared/icon-url.png") no-repeat center left/9px auto;
    position: absolute;
    top: 0;
    left: -16px;
  }

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

  footer .cookies-link a {
    display: inline-block;
    background: url("../img/shared/icon-cookie.png") no-repeat center right/8px auto;
    padding-right: 12px;
  }

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

  footer address {
    padding-top: 2vw;
  }

  footer #socialbuttons {
    padding-top: 4vw;
  }

  .pagetop {
    width: 15vw;
    position: static;
    margin: 8vw auto 0;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 768px) {
  footer .shopinfo {
    padding: 116px 0 106px;
  }

  footer .shopinfo .wrap {
    display: flex;
    gap: 0 73px;
    padding-left: 50px;
  }

  footer .shopinfo .wrap .col-l {
    width: 326px;
    text-align: center;
  }

  footer .shopinfo .wrap .logo {
    width: 254px;
    margin: 0 auto;
  }

  footer .shopinfo .wrap .tel {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.15em;
    padding-top: 35px;
  }

  footer .shopinfo .wrap .tel span {
    display: block;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 36px;
  }

  footer .shopinfo .wrap .tel span:before {
    content: "TEL";
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
  }

  footer .shopinfo .wrap .tel small {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }

  footer .shopinfo .wrap .btn-web {
    padding-top: 32px;
  }

  footer .shopinfo .wrap .btn-web a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 79px;
    background: url("../img/shared/bg-01.jpg") repeat center top;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.05em;
  }

  footer .shopinfo .wrap .btn-web a:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: url("../img/shared/icon-calendar.png") no-repeat center/100% auto;
  }

  footer .shopinfo .wrap .col-r {
    width: 520px;
    padding: 7px 0 3px;
  }

  footer .shopinfo .wrap .col-r dl {
    display: grid;
    grid-template-columns: 137px auto;
    line-height: 34px;
    letter-spacing: 0.08em;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding-bottom: 4px;
  }

  footer .shopinfo .wrap .col-r dl + dl {
    padding-top: 5px;
  }

  footer nav {
    padding: 0 0 74px;
  }

  footer nav .wrap {
    border-top: 1px solid #b0b0b0;
    padding-top: 25px;
  }

  footer nav .nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }

  footer nav .nav a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.18em;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid transparent;
  }

  footer nav .nav a:hover,
  footer nav .nav a.current {
    border-bottom-color: #000;
  }

  footer nav .nav-sub {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.15em;
    padding: 19px 65px 0 0;
  }

  footer nav .sns-icon {
    width: 30px;
    position: absolute;
    bottom: -10px;
    right: 10px;
  }

  footer .row {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.12em;
    padding: 0 0 70px;
  }

  footer .row .wrap {
    display: flex;
  }

  footer .row .wrap li {
    width: 50%;
  }

  footer .row .wrap li + li {
    text-align: right;
  }

  footer .copy {
    display: inline-block;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #7c817c;
    position: relative;
  }

  footer .copy:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/shared/icon-url.png") no-repeat center left/9px auto;
    position: absolute;
    top: 0;
    left: -16px;
  }

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

  footer .cookies-link {
    padding-top: 18px;
  }

  footer .cookies-link a {
    display: inline-block;
    background: url("../img/shared/icon-cookie.png") no-repeat center right/8px auto;
    padding-right: 12px;
  }

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

  footer address {
    padding-top: 7px;
  }

  footer #socialbuttons {
    justify-content: flex-end;
    padding-top: 12px;
  }

  .pagetop {
    width: 75px;
    bottom: 20px;
    right: 20px;
  }
}

@media only screen and (min-width: 1301px) {
  footer nav .wrap {
    width: 1300px;
  }

  footer .row .wrap {
    width: 1300px;
    padding: 0 5px 0 40px;
  }
}

/*=============================================
   css for ie 11
*=============================================*/
#fixed-sp {
  width: 100%;
  background: url("../img/shared/bg-01.jpg") repeat center top;
  color: #fff;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  text-align: center;
}

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

#fixed-sp ul {
  display: flex;
  text-align: center;
}

#fixed-sp ul li {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

#fixed-sp ul li + li {
  width: 25%;
}

#fixed-sp ul li + li:before {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
}

#fixed-sp ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
}

#fixed-sp ul li a img {
  width: auto;
  height: 17px;
}

#fixed-sp ul li:nth-child(3) {
  background: url("../img/shared/hamburger.png") no-repeat center/100% auto;
}

#fixed-sp ul li:nth-child(3).is-active {
  background-image: url("../img/shared/hamburger_close.png");
}

/* 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) + 50px);
  }

  #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) + 50px);
  }

  #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) + 50px);
  }

  #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) + 50px);
  }

  #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) + 50px);
  }

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

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

.sp {
  display: block;
}

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

  .sp {
    display: none;
  }
}

/* -- -- */
.shadow-img {
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.15);
}

.cl-red {
  color: #701507;
}

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

.cl-yellow {
  color: #eedcc1;
}

.cl-white {
  color: #f3ece9;
}

.cl-white1 {
  color: #fff;
}

.cl-black {
  color: #222;
}

.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-object img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

/* -- slick -- */
.slick-arrow {
  display: block;
  border: 0;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

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

.slick-prev {
  background: url("../img/shared/slider-prev.png") no-repeat center top/cover;
  left: 0;
}

.slick-next {
  background: url("../img/shared/slider-next.png") no-repeat center top/cover;
  right: 0;
}

.slick-dots {
  display: flex;
  align-items: center;
}

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

.slick-dots button {
  font-size: 0;
  background: transparent;
  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%;
  background-color: transparent;
  border: 1px solid #f2eee6;
}

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

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

  .slick-dots {
    justify-content: center;
    gap: 3vw;
    position: absolute;
    right: 3vw;
    bottom: 3vw;
  }

  .slick-dots li {
    width: 3vw;
    height: 3vw;
  }
}

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

  .slick-dots {
    gap: 15px;
  }

  .slick-dots li {
    width: 16px;
    height: 16px;
    position: relative;
  }

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

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

.button a {
  position: relative;
  z-index: 1;
}

.btn-web {
  position: relative;
}

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

  .button a {
    display: block;
    width: 80vw;
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.05em;
    border-bottom: 1px solid;
    margin: 0 auto;
    padding-bottom: 2.5vw;
  }

  .button a:after {
    content: "";
    width: 6.6vw;
    height: 3px;
    background: url("../img/shared/bg-01.jpg") repeat center top;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .button.modal a:after {
    background: url("../img/shared/icon-plus.png") no-repeat center top/cover;
    width: 3vw;
    height: 3vw;
    right: 6vw;
    transform: translateY(-50%);
    border-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .button a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.15em;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    position: relative;
  }

  .button a:after {
    content: "";
    width: 30px;
    height: 3px;
    background: url("../img/shared/bg-01.jpg") repeat center top;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease-in-out;
  }

  .button a:hover {
    opacity: 1;
  }

  .button a:hover:after {
    width: 100%;
  }

  .button.modal a:after {
    background: url("../img/shared/icon-plus.png") no-repeat center top/cover;
    width: 13px;
    height: 13px;
    right: 15px;
    transform: translateY(-50%);
    border-top: 0;
  }
}

.btn-eff {
  display: block;
  padding: 0px 20px 18px 20px;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.btn-eff:hover {
  opacity: 1;
}

/*線の設定*/
.btn-eff::before,
.btn-eff::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #000000;
  width: 100%;
  height: 1px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*hover時に伸びる線の形状*/
.btn-eff::after {
  bottom: -1.5px;
  width: 31px;
  background: url(../img/scene/bg-navy.jpg);
  background-position: center top;
  background-repeat: repeat;
  height: 3px;
}

/*hover時に100%に伸びる*/
.btn-eff:hover::after {
  width: 100%;
}

.btn-vertical {
  display: block;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.btn-vertical:hover {
  opacity: 1;
}

.btn-vertical span::before,
.btn-vertical span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  /*線の形状*/
  background: #000000;
  height: 100%;
  width: 1px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

.btn-vertical span::after {
  right: -0.5px;
  height: 31px;
  background: url(../img/scene/bg-navy.jpg);
  background-position: center top;
  background-repeat: repeat;
  width: 3px;
}

.btn-vertical:hover span::after {
  height: 100%;
}

.btn-eff-w::before {
  background: #fff;
}

.btn-eff-w span:before {
  background: #fff;
}

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

/* -- -- */
.js-title .cs-line {
  display: block;
  overflow: hidden;
}

.js-title ._l {
  display: block;
  transform: translateY(100%);
  transition: all 0.5s linear;
}

.js-title[style*="visible"] ._l {
  transform: translateY(0%);
}

.js-title.txt-vertical ._l {
  display: block;
  transform: translate(100%, 0);
}

.js-title.txt-vertical[style*="visible"] ._l {
  transform: translate(0%, 0);
}

@media only screen and (min-width: 768px) {
  .js-title.txt-vertical-pc ._l {
    display: block;
    transform: translate(100%, 0);
  }

  .js-title.txt-vertical-pc[style*="visible"] ._l {
    transform: translate(0%, 0);
  }
}

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

@media only screen and (max-width: 767px) {
  .fadeIn_sp {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

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

/* --- --- */
.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: #b1aeab;
  -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: #000;
}

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

/* --- --- */
@media only screen and (max-width: 767px) {
  .h-30 {
    font-size: 6vw;
    line-height: 10vw;
    letter-spacing: 0.12em;
  }

  .h-40,
  .h-44 {
    font-size: 7.3vw;
    line-height: 11.3vw;
    letter-spacing: 0.12em;
  }

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

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

@media only screen and (min-width: 768px) {
  .h-30 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.12em;
  }

  .h-40 {
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 0.12em;
  }

  .h-44 {
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 0.12em;
  }

  .price {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15em;
  }

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

/* -- -- */
.list-menu {
  text-align: left;
}

.list-menu h3 {
  text-align: center;
}

.list-menu dl {
  display: flex;
  gap: 10px;
  border-bottom: 1px dotted #555;
  letter-spacing: 0.05em;
}

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

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

.list-menu dl.dl1 {
  display: block;
}

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

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

  .list-menu h3 {
    background: url("../img/shared/bg-01.jpg") repeat center top;
    color: #fff;
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.25em;
    padding-bottom: 2vw;
  }

  .list-menu h4 {
    font-weight: 500;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.15em;
    text-align: left;
  }

  .list-menu h3 + h4 {
    padding-top: 10px;
  }

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

  .list-menu dl + p {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .list-menu {
    display: flex;
    gap: 35px;
  }

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

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

  .list-menu h3 {
    background: url("../img/shared/bg-01.jpg") repeat center top;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }

  .list-menu h4 {
    text-align: left;
  }

  .list-menu h4:not(:first-child) {
    margin-top: 50px;
  }

  .list-menu dl {
    line-height: 38px;
    padding: 5px 0;
  }

  .list-menu dl + p {
    padding-top: 10px;
  }

  .list-menu dl.dl1 {
    flex-wrap: wrap;

    dd {
      text-align: right;
    }
  }
}

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

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal {
  background: url("../img/shared/body-bg.jpg") repeat center top;
}

@media only screen and (max-width: 767px) {
  .remodal {
    padding: 16vw 0;
  }

  .remodal .note1 {
    padding-top: 4vw;
  }
}

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

  .remodal h2 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 40px;
  }

  .remodal .note {
    padding-top: 30px;
  }

  .remodal .note1 {
    padding-top: 80px;
  }

  .remodal .list-menu {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .btn_movie {
    position: relative;
    width: 80%;
    margin: 7vw auto 0;
  }
  .btn_movie a {
    text-align: center;
    /* margin-top: 5vw; */
    border: 1px solid;
    padding: 3vw 0 3vw 0vw;
    display: block;
  }
  .btn_movie::before {
    content: "";
    position: absolute;
    background: url(../img/shared/arrow.png) no-repeat center top;
    background-size: contain;
    display: block;
    width: 4.8vw;
    height: 3.8vw;
    top: 4.5vw;
    right: 2vw;
  }
}

@media only screen and (min-width: 768px) {
  .btn_movie {
    position: relative;
    /* width: 80%; */
    margin: 15px auto 0;
  }
  .btn_movie a {
    /* text-align: center; */
    /* margin-top: 5vw; */
    border: 1px solid;
    padding: 3px 0 3px 21px;
    display: block;
    font-size: 14px;
  }
  .btn_movie::before {
    content: "";
    position: absolute;
    background: url(../img/shared/arrow.png) no-repeat center top;
    background-size: contain;
    display: block;
    width: 29.8px;
    height: 10px;
    top: 18.5px;
    right: 2px;
  }
}
.hidden {
  visibility: hidden;
}

.fix_box{
	width: 28px;
	position: fixed;
	top:100px;
	right:0px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 100;
}
.fix_box p a{
	font-size: 16px;
	display: block;
	background-color: #6d3a25;
	padding: 24px 16px;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
.fix_box p a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}
.fix_reserve {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (min-width: 768px) {
.fix_box p a{
	font-size: 18px;
	padding: 30px 20px;
  }
  }