@charset "UTF-8";
:root {
  --pagetop-bottom: 90px;
  --menu-toggle-pb: 90px;
  --footer-pb: 30vw;
}

@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho B1";
  src: url("../font/ShipporiMinchoB1-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../font/CormorantGaramond-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DFKaiSho Std W3";
  src: url("../font/DFKaiShoStd-W3.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DFKaiSho Std W5";
  src: url("../font/DFKaiShoStd-W5.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.fadeInBlur {
  animation: fadeInBlurAnim 1.3s ease-out forwards;
}
@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
html.iphone {
  --pagetop-bottom: 120px;
  --menu-toggle-pb: 200px;
  --footer-pb: 40vw;
}

html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 4vw;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1);
  }
}

/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg");
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }
  body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-ShipporiMincho {
  font-family: "Shippori Mincho", sans-serif;
}

.fnt-ShipporiMinchoB1 {
  font-family: "Shippori Mincho B1", sans-serif;
}

.fnt-CormorantGaramond {
  font-family: "Cormorant Garamond", serif;
}

.fnt-DFKaiSho {
  font-family: "DFKaiSho Std W3", serif;
}

.fnt-DFKaiSho-w5 {
  font-family: "DFKaiSho Std W5", serif;
}

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

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

.wrap {
  width: 1000px;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.copy.copied {
  pointer-events: none;
  cursor: default;
}

#pagetop {
  cursor: pointer;
  letter-spacing: 0.1em;
}
#pagetop:hover {
  opacity: 0.7;
}
#pagetop::after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom: 10px solid;
}

@media all and (-ms-high-contrast: none) {
  p.btn a img, header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 767px) {
  html.responsive .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
  .pc {
    display: none !important;
  }
  #pagetop {
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.fadeInBlur {
  -webkit-animation-name: fadeInBlur;
          animation-name: fadeInBlur;
}

.btn-style-1 {
  width: 100%;
  min-height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15vw 5px 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-style-1::after {
  content: "";
  width: 11px;
  height: 100%;
  background: url("../img/shared/btn_arrow1.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
}
.btn-style-1:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btn-style-1 {
    width: 226px;
    min-height: 46px;
    padding: 5px 40px 5px 20px;
    font-size: 15px;
    letter-spacing: 0.12em;
  }
  .btn-style-1::after {
    --right: 25px;
    right: var(--right);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .btn-style-1:hover::after {
    right: calc(var(--right) - 5px);
  }
}

.btn-popup .btn-style-1::after {
  width: 12px;
  background-image: url("../img/shared/icon_plus.png");
}
@media screen and (min-width: 768px) {
  .btn-popup .btn-style-1 {
    width: 317px;
    min-height: 61px;
  }
  .btn-popup .btn-style-1::after {
    --right: 47px;
  }
}

.ttl-style-1 {
  text-align: center;
}
.ttl-style-1 .en, .ttl-style-1 .jp {
  display: block;
}
.ttl-style-1 .en {
  font-weight: 300;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: 0.12em;
}
.ttl-style-1 .jp {
  font-weight: 400;
  font-size: 6vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .ttl-style-1 .en {
    font-size: 26px;
  }
  .ttl-style-1 .jp {
    font-size: 34px;
  }
}

.bnr-style {
  margin-top: 15vw;
  -webkit-box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.9);
  overflow: hidden;
  position: relative;
}
.bnr-style:hover {
  cursor: pointer;
}
.bnr-style:hover .bnr__img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  inset: -3px;
}
.bnr-style:hover .bnr__content .inner::after {
  margin-left: 5px;
}
.bnr-style .bnr__img {
  -webkit-transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  inset: 0;
}
.bnr-style .bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bnr-style .bnr__ttl .jp {
  margin-top: 5vw;
}
.bnr-style .bnr__content {
  min-height: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bnr-style .bnr__content .inner::after {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5vw;
  background: url("../img/shared/icon_arrow1.png") center/contain no-repeat;
  -webkit-transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (min-width: 768px) {
  .bnr-style {
    max-width: 650px;
    margin-top: 0;
  }
  .bnr-style:hover .bnr__content .inner::after {
    margin-left: 10px;
  }
  .bnr-style .bnr__ttl .jp {
    margin-top: 35px;
    font-size: 32px;
  }
  .bnr-style .bnr__content {
    min-height: 693px;
  }
  .bnr-style .bnr__content .inner {
    padding-top: 62px;
  }
  .bnr-style .bnr__content .inner::after {
    height: 84px;
    margin-top: 85px;
  }
}

.tel dt {
  letter-spacing: 0.14em;
}
.tel .tel-number {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.58);
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  position: relative;
}
.tel .tel-number::before {
  content: "";
  width: 15px;
  height: 22px;
  background: url("../img/shared/icon_tel.png") 0 0/contain no-repeat;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.58));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.58));
  position: absolute;
  top: 12px;
  left: -20px;
}
.tel .tel-txt {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .tel dt {
    font-size: 16px;
  }
  .tel .tel-number {
    font-size: 32px;
    line-height: 38px;
  }
  .tel .tel-number::before {
    width: 18px;
    height: 25px;
    top: 13px;
    left: -29px;
  }
  .tel .tel-txt {
    margin-top: 7px;
    font-size: 12px;
    line-height: 15px;
  }
}

.price .fzb {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .price .fzb {
    font-size: 20px;
  }
}

.menu-style {
  margin-top: 50px;
}
.menu-style .menu__ttl {
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.menu-style .menu__detail {
  margin-top: 10px;
}
.menu-style .menu__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid;
  font-size: 13px;
}
.menu-style .menu__detail dl dd {
  white-space: nowrap;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .menu-style .menu__ttl {
    border-width: 2px;
    font-size: 18px;
    line-height: 24px;
  }
  .menu-style .menu__detail {
    margin-top: 10px;
  }
  .menu-style .menu__detail .mr-15 {
    margin-right: -15px;
  }
  .menu-style .menu__detail dl {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .menu-style .txtnote {
    font-size: 14px;
  }
}

.popup-menu {
  text-align: left;
}
.popup-menu h2.ttl {
  font-weight: 500;
  font-size: 6vw;
  letter-spacing: 0.2em;
}
.popup-menu .h2box {
  text-align: center;
}
.popup-menu .set {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .popup-menu h2.ttl {
    font-size: 34px;
    line-height: 60px;
  }
  .popup-menu .h2box .txtnote {
    margin-top: 35px;
  }
  .popup-menu .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    margin-top: 15px;
  }
  .popup-menu .set .gr {
    width: calc(33.3333333333% - 18px);
  }
}

/*=============================================
 * <header>
 *=============================================*/
header {
  position: relative;
}
header .logo {
  width: 25vw;
}
header .hdblk {
  min-height: 160vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7vw var(--paddingWrap) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  header h1 {
    min-width: 25px;
    height: 430px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    color: #a3a3a3;
  }
  header .logo {
    width: auto;
  }
  header .mainnav {
    margin-bottom: 17px;
  }
  header .mainnav .nav-link {
    padding-left: 100px;
    font-size: 17px;
    letter-spacing: 0.12em;
    position: relative;
  }
  header .mainnav .nav-link::before {
    content: "";
    width: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  header .mainnav .nav-link:hover, header .mainnav .nav-link.active {
    text-decoration: none;
  }
  header .mainnav .nav-link:hover::before, header .mainnav .nav-link.active::before {
    width: 73px;
  }
  header .mainnav li + li {
    margin-top: 8px;
  }
  header nav {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  header .btn-reserve {
    margin-top: 18px;
  }
  header ul.sns {
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    margin-top: 18px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .hdblk {
    min-height: 1000px;
    padding: 60px 0 0;
  }
  header .hdblk .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 46px 0 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .hdblk .set2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 112px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.menu_toggle {
  width: 100%;
  padding: 15vw 0 var(--menu-toggle-pb);
  background: url("../img/shared/bg3.jpg") center/cover no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
.menu_toggle .mainnav {
  text-align: center;
}
.menu_toggle .mainnav .nav-link {
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  letter-spacing: 0.12em;
  position: relative;
}
.menu_toggle .mainnav .nav-link::before {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
}
.menu_toggle .mainnav .nav-link:hover {
  text-decoration: none;
}
.menu_toggle .mainnav .nav-link.active::before {
  left: 0;
  right: 0;
}
.menu_toggle .mainnav li + li {
  margin-top: 10px;
}
.menu_toggle .subnav {
  margin-top: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5vw;
     -moz-column-gap: 5vw;
          column-gap: 5vw;
}
.menu_toggle .subnav img {
  width: auto;
  height: 30px;
}
.menu_toggle .tel {
  text-align: center;
}
.menu_toggle .tel .tel-number::before {
  display: none;
}
.menu_toggle .btn-reserve {
  margin-top: 10vw;
  text-align: center;
}
.menu_toggle .btn-reserve a {
  width: auto;
}
.menu_toggle .contactbox {
  margin-top: 15vw;
}
.menu_toggle .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_toggle .sns .nav-btn {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .menu_toggle {
    height: 100vh;
    min-height: 100%;
    float: right;
    display: block;
    margin-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease, height 0s !important;
    transition: 0.5s ease, height 0s !important;
  }
}
@media screen and (min-width: 768px) {
  .menu_toggle {
    padding: 5px 0 0;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  .menu_toggle.fixed {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu_toggle .wrap {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu_toggle .tel {
    text-align: left;
  }
  .menu_toggle .tel dt {
    font-size: 13px;
  }
  .menu_toggle .tel .tel-number {
    font-size: 25.6px;
    line-height: 1;
  }
  .menu_toggle .btn-reserve {
    margin-top: 0;
  }
  .menu_toggle .btn-reserve a {
    width: auto;
    min-height: 37px;
    padding: 5px 40px 5px 20px;
    font-size: 12px;
  }
  .menu_toggle .btn-reserve a::after {
    --right: 20px;
    width: 9px;
  }
  .menu_toggle .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu_toggle .sns .nav-btn {
    padding: 0 10px;
    position: relative;
  }
  .menu_toggle .sns .nav-btn::before {
    content: "";
    border-left: 1px solid;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    position: absolute;
    top: 14px;
    bottom: 6px;
    right: -1px;
  }
  .menu_toggle .sns .nav-btn:last-child::before {
    display: none;
  }
  .menu_toggle .mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .menu_toggle .mainnav .nav-link {
    padding: 0 0 10px;
    font-size: 15px;
    letter-spacing: 0.12em;
    position: relative;
  }
  .menu_toggle .mainnav .nav-link::before {
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    left: 51%;
    right: 51%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .menu_toggle .mainnav .nav-link:hover, .menu_toggle .mainnav .nav-link.active {
    text-decoration: none;
  }
  .menu_toggle .mainnav .nav-link:hover::before, .menu_toggle .mainnav .nav-link.active::before {
    left: 0;
    right: 0;
  }
  .menu_toggle .mainnav li + li {
    margin-top: 0;
  }
  .menu_toggle .subnav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 0;
  }
  .menu_toggle .subnav .nav-link {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.12em;
  }
  .menu_toggle .subnav img {
    height: auto;
  }
  .menu_toggle nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .menu_toggle .contactbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 0;
  }
  .menu_toggle .set {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .menu_toggle .mainnav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.hamburger {
  background-color: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
}
.hamburger .hamburger-box {
  width: 30px;
  height: 10px;
  display: block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 0;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::after {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger .hamburger-inner::after {
  content: "";
  display: block;
  bottom: -10px;
}
.hamburger.is-active {
  background-color: transparent;
}
.hamburger.is-active .hamburger-box {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-740deg);
          transform: rotate(-740deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  top: 5px;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  bottom: 0;
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 20vw 0 var(--footer-pb);
  background: #000;
  color: #fff;
  font-family: "Shippori Mincho B1", sans-serif;
}
footer .btn-copy {
    margin-top: 5vw;
    letter-spacing: 0.1em;
    text-align: center;
}
footer .btn-copy::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 0 -2px 10px;
  background: url("../img/shared/icon_url.png") 0 0/contain no-repeat;
}
footer #socialbuttons {
  margin-top: 15vw;
}
footer address, footer .cookies_link {
  font-size: 12px;
  letter-spacing: 0.1em;
}
footer .cookies_link {
  margin-top: 3vw;
}
footer .cookies_link a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .cookies_link a:hover {
  text-decoration: none;
}
footer .set2 {
  margin-top: 10vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0;
    text-align: left;
  }
  footer .wrap {
    width: 100%;
    max-width: 1324px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .ft-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
  footer .ft-nav a {
    min-width: 32px;
    display: block;
    padding-top: 60px;
    position: relative;
  }
  footer .ft-nav a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  footer .ft-nav a:hover::before, footer .ft-nav a.active::before {
    height: 30px;
  }
  footer .ft-nav a::before {
    content: "";
    height: 0px;
    border-left: 1px solid;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }
  footer .logo img {
    width: 120px;
  }
  footer .tel dt {
    font-size: 13.44px;
  }
  footer .tel .tel-number {
    font-size: 26.88px;
    line-height: 28px;
  }
  footer .tel .tel-number::before {
    top: 11px;
    left: -22px;
  }
  footer .tel .tel-txt {
    margin-top: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  footer .btn-copy {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .btn-copy:hover {
    opacity: 0.7;
  }
  footer .btn-copy::after {
    margin: 0 0 -2px 10px;
  }
  footer #socialbuttons {
    margin: 10px 0 0 auto;
    text-align: right;
  }
  footer .address {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #b6b6b6;
  }
  footer .address .link-map {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  footer .address .link-map:hover {
    text-decoration: none;
  }
  footer address, footer .cookies_link {
    font-size: 13px;
    line-height: 25px;
  }
  footer .cookies_link {
    margin-top: 0;
  }
  footer .btn-reserve {
    margin-top: 24px;
  }
  footer .btn-reserve a {
    width: auto;
    min-height: 39px;
    padding: 1px 45px 1px 25px;
    font-size: 12.75px;
  }
  footer .contactbox {
    margin-top: 58px;
  }
  footer .sns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
  footer #pagetop {
    font-size: 13px;
    line-height: 25px;
  }
  footer .deco-line {
    margin: 60px -50vw 0;
    border: 0;
    border-top: 1px solid;
    opacity: 0.5;
  }
  footer .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .set1 .gr1 {
    width: 382px;
    margin-top: -62px;
    text-align: center;
  }
  footer .set1 .gr1 .txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #9b9b9b;
  }
  footer .set1 .gr2 dl {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #b6b6b6;
  }
  footer .set1 .gr2 dl + dl {
    margin-top: 6px;
  }
  footer .set1 .gr2 dl.dib dt, footer .set1 .gr2 dl.dib dd {
    display: inline-block;
  }
  footer .set1 .gr3 {
    margin-left: auto;
    text-align: right;
  }
  footer .set2 {
    margin-top: 0;
    padding: 23px 0 50px;
    text-align: center;
  }
}
@media screen and (min-width: 1500px) {
  footer .wrap {
    padding: 0 12px;
  }
}

/*=============================================
 * ft_fixed
 *=============================================*/
#ft_fixed {
  z-index: 97;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.ft_fixed_shared {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  text-align: center;
}
.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #1d1d1d;
  border-right: 1px solid #fff;
}
.ft_fixed_shared li:last-child {
  border-right: 0;
}
.ft_fixed_shared li a {
  display: block;
  position: relative;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer::after {
    height: 36px;
    content: "";
    background: #1d1d1d;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer::after {
    height: 36px;
    content: "";
    background: #1d1d1d;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer::after {
    height: 36px;
    content: "";
    background: #1d1d1d;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
}
@media screen and (min-width: 768px) {
  footer::after, #ft_fixed {
    display: none;
  }
}
/*=============================================
 * key
 *=============================================*/
#key {
  position: absolute;
  inset: 0;
}
#key .slide-fade, #key .img {
  width: 100%;
  height: 100%;
}
#key .slide-fade img, #key .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*=============================================
 * slick
 *=============================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/shared/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -30px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: "fontello";
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  background-color: #b83a00;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -22px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  border: 1px solid #612503;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #612503;
}


 .gr3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1.6153846154;
  letter-spacing: 0;
}
 .gr3 dl + dl {
  margin-top: 5vw;
}
 .gr3 dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
}
 .gr3 dl dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}


/* pc_kv */
#header .award-banner{
  display: flex;
  align-items: center;
  gap: 12px; /* 画像と文字の間隔 */
  padding: 10px 0 10px 100px;
}

#header .award-image {
  width: 108px;  /* 丸画像のサイズ */
  height: 104px;
  border-radius: 50%; /* 丸くする */
  object-fit: cover; /* 画像を中央でトリミング */
}

#header .award-text {
  font-size: 14px;
  line-height: 1.4;
}

/* sp_h1 */
@media screen and (max-width: 768px) {
#header h1 {
  position: absolute;
  padding: 340px 0 20px;
  line-height: 1.3;
  color: #999999;
  font-size: 11px;}
}



/* sp_kv */
#header .award-banner_sp{
  /* display: flex; */
  align-items: center;
  position: absolute;
  gap: 12px; /* 画像と文字の間隔 */
  padding: 70px 0 10px 340px;
  
}

#header .award-banner_sp .award-image {
  width: 70px;  /* 丸画像のサイズ */
  height: 70px;
  border-radius: 50%; /* 丸くする */
  object-fit: cover; /* 画像を中央でトリミング */
}

#header .award-banner_sp .award-text {
  font-size: 9px;
  line-height: 1.3;
  writing-mode: vertical-rl;
  padding-left: 40px;
  padding-top: 5px;
}

/* hum */
@media screen and (max-width: 768px) {
#menu_toggle .award-banner_sp{
  display: flex;
  align-items: center;
  position: absolute;
  gap: 12px; /* 画像と文字の間隔 */
  padding: 10px 0;
  margin: 0 10%;
 }
}


#menu_toggle .award-banner_sp .award-image {
  width: 70px;  /* 丸画像のサイズ */
  height: 70px;
  border-radius: 50%; /* 丸くする */
  object-fit: cover; /* 画像を中央でトリミング */
}

#menu_toggle .award-banner_sp .award-text {
  font-size: 14px;
  line-height: 1.4;
}


/* キャンセルポリシー下 */
#sec7 .award-banner{
  display: flex;
  align-items: center;
  gap: 12px; /* 画像と文字の間隔 */
  padding: 30px 0 0;
}

#sec7 .award-image {
  width: 108px;  /* 丸画像のサイズ */
  height: 104px;
  border-radius: 50%; /* 丸くする */
  object-fit: cover; /* 画像を中央でトリミング */
}

#sec7 .award-text {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
footer .footer_logo{
      text-align: center;
      margin: 30px 0 70px;
}
}