/* Scss Document */
.text-link:hover {
  text-decoration: underline;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.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;
  transform: translateZ(0) !important;
}

.box-parallax {
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-parallax .img-parallax-pc {
    position: relative;
  }
  .box-parallax .img-parallax-pc img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.padd_wrap {
  padding-left: 8%;
  padding-right: 8%;
}

@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 1;
    position: relative;
    left: -2px;
  }
  .none_hover {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .img-parallax-pc {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
  .img-parallax-pc 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;
    transform: translateZ(0) !important;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 90px;
}
.ham-img img {
  width: 100%;
  height: auto;
}
.ham-img img.on {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
}
.ham-img.is-active img {
  opacity: 0;
}
.ham-img.is-active img.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ham-img {
    width: 128px;
    top: 0;
    right: 0;
  }
}

.hamburger {
  background: url(../img/shared/ft_bg.jpg);
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 10px;
  width: 70px;
  height: 70px;
  padding: 17px 0px 0;
  color: #fff;
  z-index: 9999;
}
.hamburger:before {
  content: "";
  width: 26px;
  border-top: 1px solid #ddd4c5;
  position: absolute;
  top: 24px;
  left: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger:after {
  content: "MENU";
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.hamburger span {
  height: 15px;
  width: 31px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger span:before,
.hamburger span:after {
  color: #ddd4c5;
  content: "";
  border-top: 1px solid;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active {
  background: none;
}
.hamburger.is-active:after {
  content: "CLOSE";
  bottom: 5px;
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span {
  width: 48px;
}
.hamburger.is-active span:before {
  transform: translate3d(0px, 10px, 0) rotate(45deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}
.hamburger.pc:after {
  bottom: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    top: 36px;
    right: 10px;
    width: 114px;
    height: 114px;
    background-color: #9d7c24;
    padding: 0 0 11px;
    opacity: 0;
    pointer-events: none;
    border-radius: 50%;
    color: #dfdddb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .hamburger:hover {
    transform: scale(1.2);
  }
  .hamburger:after {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    bottom: 30px !important;
    font-size: 14.51px !important;
    color: #dfdddb;
  }
  .hamburger span {
    width: 32px;
    height: 13px;
  }
  .hamburger.is-active {
    background-color: transparent;
    width: 114px;
    top: 16px;
    color: #231816;
    height: 74px;
    /*
    span {
      width: 46px;

      &:before {
        transform: translate3d(0px, 0px, 0) rotate(45deg);
      }

      &::after {
        transform: translate3d(0px, -14px, 0px) rotate(-45deg);
      }
    }
    */
  }
  .hamburger.is-active:after {
    bottom: 2px !important;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px !important;
    right: 12px;
  }
  .hamburger.is-active span {
    width: 66px;
  }
  .hamburger.is-active span:before {
    transform: translate3d(0px, 5px, 0) rotate(45deg);
    border-top: 2px solid;
  }
  .hamburger.is-active span:after {
    transform: translate3d(0, -5px, 0) rotate(-45deg);
    border-top: 2px solid;
  }
  .hamburger.is-active:hover {
    transform: none;
    opacity: 0.7;
  }
  .hamburger.hamburger--spin .hamburger-inner:before,
  .hamburger.hamburger--spin .hamburger-inner:after {
    transform: none;
  }
  .hamburger.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.22s;
  }
  .hamburger.hamburger--spin .hamburger-inner:before {
    transition:
      top 0.1s ease-in 0.25s,
      opacity 0.1s ease-in;
  }
  .hamburger.hamburger--spin .hamburger-inner:after {
    transition:
      bottom 0.1s ease-in 0.25s,
      transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger.hamburger--spin.is-active .hamburger-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg);
    width: 46px;
  }
  .hamburger .hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition:
      top 0.1s ease-out,
      opacity 0.1s ease-out 0.12s;
    opacity: 0;
  }
  .hamburger.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 15px;
    right: 0px;
    transition:
      bottom 0.1s ease-out,
      transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^="error"] {
  position: static;
}

.f_cl1 {
  color: #bf9d6d;
}

.txt_r {
  text-align: right;
}

i {
  font-style: normal;
}

/*
::-webkit-scrollbar {
width:4px;


}
::-webkit-scrollbar-thumb {
background:#999	;
}
::-webkit-scrollbar * {
background:rgba(0,0,0,0);
}
*/
.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brk-in {
  display: inline-block;
}

.box-shadown {
  box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -webkit-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 2px 5px 13px -5px rgba(0, 0, 0, 0.58);
}

.img-shadown {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
}

header .btn-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
header .btn-close:hover {
  opacity: 0.8;
}
header .btn-close img {
  width: 100%;
  height: auto;
}

section .padd_wrap {
  padding-left: 5%;
  padding-right: 5%;
}
section .wrap {
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 768px) {
  section .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap > * {
  box-sizing: border-box;
}

main {
  position: relative;
}

#navigation {
  background: url(../img/shared/hd_bg_sp.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
}
#navigation .group {
  padding: 10vw 5% 100px;
  position: relative;
}
#navigation .tog-nav {
  padding: 30px 10%;
}
#navigation .tog-nav li {
  position: relative;
  text-align: left;
}
#navigation .tog-nav li a {
  position: relative;
  letter-spacing: 0.1em;
  color: #ddd4c5;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(221, 212, 197, 0);
}
#navigation .tog-nav li a span:nth-child(2) {
  letter-spacing: 0.1em;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 7px;
}
#navigation .tog-nav li a.active {
  border-bottom: 1px solid rgb(221, 212, 197);
}
#navigation .bnr-shared {
  width: 75%;
  margin: 0;
}
#navigation .bnr-shared a {
  font-size: 16px;
  padding: 10px;
  padding: 10px 28px 10px 0;
}
#navigation .contact-shared {
  border-top: 1px dotted #b9b0a4;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #navigation {
    background: url(../img/shared/bd_bg.jpg) repeat center 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 60px;
    padding: 0 20px;
  }
  #navigation .group {
    padding: 0;
    max-width: 1350px;
  }
  #navigation .gr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
    position: relative;
  }
  #navigation .tog-nav {
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  #navigation .tog-nav li a {
    font-size: 17.39px;
    letter-spacing: 0.05em;
    border: none;
    text-align: center;
    padding: 0 10px;
  }
  #navigation .tog-nav li a span:nth-child(2) {
    letter-spacing: 0.05em;
    font-size: 14.78px;
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: auto;
    opacity: 0;
    text-decoration: underline;
  }
  #navigation .tog-nav li a.active,
  #navigation .tog-nav li a:hover {
    border: none;
  }
  #navigation .tog-nav li a.active span,
  #navigation .tog-nav li a:hover span {
    opacity: 0;
  }
  #navigation .tog-nav li a.active span:nth-child(2),
  #navigation .tog-nav li a:hover span:nth-child(2) {
    opacity: 1;
  }
  #navigation .contact-shared {
    border: none;
    padding: 6px 0 0;
    order: -1;
    display: flex;
    gap: 13px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 2px;
  }
  #navigation .contact-shared .tel {
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 14px;
    text-align: left;
  }
  #navigation .contact-shared .tel .num {
    margin: 0;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  #navigation .contact-shared .tel .num:before {
    width: 17px;
    height: 33px;
  }
  #navigation .contact-shared .btn-reserve {
    margin: 0;
    width: 161px;
  }
  #navigation .contact-shared .btn-reserve a {
    font-size: 14px;
    padding: 0;
    line-height: 37px;
    gap: 16px;
  }
  #navigation .contact-shared .btn-reserve a:before {
    width: 17px;
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  #navigation .contact-shared .tel .num {
    font-size: 20px;
  }
  #navigation .contact-shared .btn-reserve {
    width: 128px;
  }
  #navigation .contact-shared .btn-reserve a {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) and (max-width: 1100px) {
  #navigation .contact-shared .btn-reserve {
    position: absolute;
    top: 70px;
    left: 0;
    width: 170px;
  }
}

.navOpen .ft-bnr-fixed {
  display: none;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .navOpen .ft-bnr-fixed li:not(:last-child) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.key-scroll {
  color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 3;
  position: absolute;
}
.key-scroll:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 10px;
  height: 50px;
  border-left: 1px solid;
}
.key-scroll span {
  letter-spacing: 0.2em !important;
}
@media screen and (min-width: 768px) {
  .key-scroll {
    right: 97px;
    bottom: 69px;
  }
  .key-scroll:before {
    top: 59px;
    left: 12px;
    height: 83px;
  }
}

header {
  position: relative;
}
header h1 {
  font-size: 10px;
  padding: 10px 5% 20px;
  width: 80%;
}
header .logo {
  width: 55%;
  margin: 0 auto 5vw;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header {
    padding: 110px 0 0;
  }
  header h1 {
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    top: 440px;
    left: 52px;
    right: auto;
    height: 440px;
    z-index: 3;
    padding: 0;
  }
  header .hd-pc .contact-shared {
    background: url("../img/shared/bd_bg.jpg") repeat center 0;
    width: 314px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 71px 0 0 40px;
    height: 420px;
  }
  header .hd-pc .contact-shared .sub-logo {
    width: 150px;
    margin: 0 0 30px 52px;
  }
  header .hd-pc .contact-shared .sub-logo img {
    width: 100%;
    height: auto;
  }
  header .hd-pc .contact-shared .tel {
    font-size: 13px;
    padding: 25px 0 0px;
    line-height: 25px;
    width: 250px;
  }
  header .hd-pc .contact-shared .tel .num {
    font-size: 25px;
    gap: 6px;
  }
  header .hd-pc .contact-shared .tel .num:before {
    width: 18px;
    height: 28px;
  }
  header .hd-pc .contact-shared .sns {
    gap: 16px;
    padding: 17px 0;
    width: 238px;
  }
  header .hd-pc .contact-shared .sns img {
    width: 30px;
  }
  header .hd-pc .contact-shared .btn-reserve {
    width: 198px;
    margin: 0 0 0 30px;
  }
  header .hd-pc .contact-shared .btn-reserve a {
    line-height: 30px;
    font-size: 15px;
    padding: 8px 0;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  header .hd-pc .contact-shared {
    width: 281px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  header .hd-pc .tog-nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 61px;
    z-index: 9;
    padding: 0 26px 0 302px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  header .hd-pc .tog-nav {
    top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  header .hd-pc .tog-nav {
    padding-left: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  header .hd-pc .tog-nav {
    padding-left: 20px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  header .hd-pc .tog-nav li a {
    position: relative;
    font-size: 20px;
    color: #ddd4c5;
    text-align: center;
    padding: 0 12px;
  }
  header .hd-pc .tog-nav li a:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd4c5;
    opacity: 0;
  }
  header .hd-pc .tog-nav li a span {
    letter-spacing: 0.05em;
  }
  header .hd-pc .tog-nav li a span:nth-child(2) {
    font-size: 17px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    opacity: 0;
  }
  header .hd-pc .tog-nav li a:hover:before,
  header .hd-pc .tog-nav li a.active:before {
    opacity: 1;
  }
  header .hd-pc .tog-nav li a:hover span,
  header .hd-pc .tog-nav li a.active span {
    opacity: 0;
  }
  header .hd-pc .tog-nav li a:hover span:nth-child(2),
  header .hd-pc .tog-nav li a.active span:nth-child(2) {
    opacity: 1;
  }
  header .hd-pc .bnr-shared {
    position: absolute;
    top: 58px;
    right: 40px;
    z-index: 10;
    width: 167px;
    margin: 0;
  }
  header .hd-pc .bnr-shared a {
    font-size: 12px;
    line-height: 34px;
    padding: 0;
  }
  header .hd-pc .bnr-shared a:before {
    right: 13px;
    border-top: 2px solid transparent;
    border-left: 4px solid;
    border-bottom: 2px solid transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  header .hd-pc .bnr-shared {
    top: 64px;
  }
}

footer {
  background: url("../img/shared/ft_bg.jpg") repeat center 0;
  color: #fff;
  padding: 15vw 0% 60px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
footer .wrap {
  padding: 0 5% 60px;
}
footer .logo {
  width: 65%;
  margin: 0 auto 10px;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .contact-shared {
  padding-bottom: 0;
}
footer .tog-nav-ft {
  flex-direction: column;
  width: 250px;
  height: 180px;
  justify-content: flex-start;
  text-align: left;
  margin-left: 10%;
}
footer .tog-nav-ft li a {
  color: #ddd4c5;
  letter-spacing: 0.05em;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 17px;
}
footer .tog-nav-ft li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #ddd4c5;
  border-radius: 50%;
  opacity: 0;
}
footer .tog-nav-ft li a:hover:before,
footer .tog-nav-ft li a.active:before {
  opacity: 1;
}
footer .tbl-info p {
  padding-bottom: 15px;
}
footer .link {
  padding: 20px 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  font-size: 12px;
}
footer .link li {
  color: #e0e0e0;
  letter-spacing: 0.15em;
  border-bottom: 1px solid;
}
footer .link li a {
  display: inline-flex;
  gap: 10px;
}
footer .link li a:before {
  background: url("../img/shared/li_ico1.png") no-repeat center/100%;
  content: "";
  width: 14px;
  height: 20px;
}
footer .link li.cookies_link a:before {
  background: url("../img/shared/li_ico2.png") no-repeat center/100%;
}
footer .socialbuttons {
  padding: 40px 0 10px;
}
footer address {
  letter-spacing: 0.15em;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 89px 20px 0px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }
  footer .wrap {
    padding: 0 0 60px;
    max-width: 1347px;
  }
  footer .logo {
    width: 208px;
    margin: 0 0 13px 31px;
  }
  footer .contact-shared {
    width: 400px;
    position: static;
    padding-bottom: 71px;
  }
  footer .contact-shared .sns {
    position: absolute;
    top: 226px;
    right: 0;
    width: 366px;
    justify-content: flex-start;
    padding: 0;
  }
  footer .contact-shared .sns img {
    width: 30px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  footer .contact-shared .sns {
    top: 288px;
    right: 0;
    width: 243px;
  }
}
@media screen and (min-width: 768px) {
  footer .contact-shared .tel {
    text-align: left;
  }
  footer .contact-shared .tel .num {
    justify-content: flex-start;
  }
  footer .contact-shared .btn-reserve {
    width: 266px;
    margin: 0;
  }
  footer .contact-shared .btn-reserve a {
    font-size: 19.87px;
  }
  footer .tog-nav-ft {
    width: 420px;
    height: 111px;
    margin-left: 0;
    position: absolute;
    right: -42px;
    top: 91px;
    gap: 3px 0;
  }
  footer .tog-nav-ft li a {
    padding: 0 0 0 20px;
    font-size: 20px;
  }
  footer .tog-nav-ft li a:before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  footer .tog-nav-ft {
    right: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1130px) {
  footer .tog-nav-ft {
    width: 300px;
    height: 201px;
    right: -42px;
  }
}
@media screen and (min-width: 768px) {
  footer .tbl-info {
    padding: 0;
    position: absolute;
    left: 323px;
    top: 120px;
  }
  footer .tbl-info p {
    padding-bottom: 0;
  }
  footer .tbl-info p:first-child {
    padding-bottom: 30px;
  }
  footer .tbl-info p span {
    padding-left: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  footer .tbl-info {
    left: 300px;
  }
}
@media screen and (min-width: 768px) {
  footer .link {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    font-size: 13px;
  }
  footer .link li a {
    gap: 10px;
  }
  footer .link li a:before {
    width: 14px;
    height: 20px;
  }
  footer .link li.cookies_link a:before {
    position: relative;
    top: 4px;
  }
  footer .link li:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
  footer .ft-gr2 {
    position: absolute;
    right: 25px;
    bottom: 60px;
  }
  footer .socialbuttons {
    padding: 0 0 10px;
  }
  footer address {
    font-size: 14px;
    text-align: right;
  }
}

#key {
  position: relative;
  color: #bf9d6d;
}
#key .photo {
  height: 90vw;
}
#key .tit {
  font-size: 13vw;
  position: absolute;
  left: 5vw;
  bottom: -8vw;
  z-index: 1;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #key .tit {
    font-size: 100px;
    left: 7%;
    bottom: -50px;
  }
  #key .photo {
    height: 780px;
    -webkit-clip-path: inset(0px 40px 0px 40px);
    clip-path: inset(0px 40px 0px 40px);
  }
}

.pagetop {
  position: fixed;
  right: 2%;
  bottom: 120px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 70px;
    right: 20px;
    bottom: 150px;
    position: fixed;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}

/*
#belt {

  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
#belt {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #belt.ext {
    position: absolute;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #belt.ext > * {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  .has-nav #belt {
    position: fixed;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .has-nav #belt > * {
    pointer-events: auto;
  }
}

/*content*/
.remodal.ext {
  vertical-align: top;
}

.remodal-close {
  position: sticky;
  margin-left: auto;
  width: 30px;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    background-size: 100%;
    width: 44px;
  }
  .remodal-close img {
    width: auto;
  }
}
.remodal-close.cancel {
  position: relative;
  margin: 0 auto;
}

.remodal-cancel {
  padding: 0px;
  min-width: 60px;
  line-height: 1.4;
  letter-spacing: 0.25em;
  cursor: pointer;
}
.remodal-cancel img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 0px 10px 5px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    width: auto;
    font-size: 14px;
  }
  .remodal-cancel img {
    width: auto;
  }
}

.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}

.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
}

.remodal {
  background: url(../img/shared/bd_bg.jpg) repeat center 0;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 20px 0px 30px;
}
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .remodal {
    padding: 78px 20px 35px;
  }
}

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

@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  color: #c5c3bb;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  border-top: 1px solid #7d7d7d;
}
.ft-bnr-fixed img {
  width: 20px;
  height: auto;
  margin: 0 auto 3px;
  display: block;
}
.ft-bnr-fixed li {
  flex: 1;
  border-right: 1px solid #7d7d7d;
}
.ft-bnr-fixed li img {
  width: auto;
  height: 24px;
}
.ft-bnr-fixed li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  height: 64px;
}

@keyframes mymove {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
.fade_photo[style*="visible"] img {
  animation-name: mymove;
  animation-duration: 0.3s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

@keyframes textshow {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textshow1 {
  0% {
    -webkit-clip-path: inset(0% 0 100% 0);
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes btn-link {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes lineAni {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  49% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0% 0 100%);
  }
  51% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textAni {
  0% {
    transform: translateY(0%);
  }
  48% {
    opacity: 1;
  }
  49% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    transform: translateY(100%);
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes arrowLoop {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.bnr-shared {
  width: 90%;
  margin: 0 auto 0;
}
.bnr-shared a {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  border: 1px solid;
  color: #ddd4c5;
  text-align: center;
  padding: 16px 10px;
  letter-spacing: 0.1em;
  font-size: 20px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bnr-shared a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 9px solid;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.bnr-shared a.ext {
  gap: 20px;
  text-transform: uppercase;
}
.bnr-shared a.ext:before {
  background: url(../img/shared/ico_map.png) no-repeat center/100%;
  position: static;
  border: none;
  transform: none;
  width: 16px;
  height: 26px;
}
.bnr-shared a.unsmooth:before {
  background: url(../img/menu/ico.png) no-repeat center/100%;
  border: none;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .bnr-shared {
    width: 460px;
    margin: 0 auto 0;
  }
  .bnr-shared a {
    padding: 34px 10px;
    font-size: 25px;
    border-radius: 100px;
    line-height: 30px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .bnr-shared a:before {
    right: 44px;
  }
  .bnr-shared a.unsmooth:hover:before {
    background: url(../img/menu/ico_on.png) no-repeat center/100%;
  }
  .bnr-shared a.ext {
    gap: 29px;
    font-size: 19.75px;
    padding: 23px 0 24px;
  }
  .bnr-shared a.ext:before {
    width: 12px;
    height: 21px;
  }
  .bnr-shared a.ext:hover:before {
    background: url(../img/shared/ico_map_on.png) no-repeat center/100%;
  }
  .bnr-shared a:hover {
    background-color: #ddd4c5;
    color: #170b02;
    letter-spacing: 0.2em;
  }
}

.btn-reserve {
  width: 80%;
  margin: 0 auto;
}
.btn-reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd4c5;
  color: #170b02;
  font-size: 18px;
  letter-spacing: 0.15em;
  position: relative;
  padding: 13px 0;
  gap: 15px;
}
.btn-reserve a:before {
  content: "";
  background: url(../img/shared/ico5.jpg) no-repeat center/100%;
  width: 20px;
  height: 19px;
}
@media screen and (min-width: 768px) {
  .btn-reserve {
    width: 264px;
  }
  .btn-reserve a {
    line-height: 31px;
    font-size: 19px;
    padding: 15px 0;
    gap: 24px;
  }
  .btn-reserve a:hover {
    opacity: 0.8;
  }
  .btn-reserve a:before {
    width: 20px;
    height: 19px;
  }
}

.contact-shared {
  color: #ddd4c5;
  text-align: center;
  padding-bottom: 10vw;
}
.contact-shared .tel {
  padding: 20px 0;
}
.contact-shared .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 30px;
  letter-spacing: 0.05em;
  gap: 10px;
}
.contact-shared .tel .num:before {
  background: url(../img/index/tel.png) no-repeat center/100%;
  content: "";
  width: 24px;
  height: 33px;
}
.contact-shared .tel .note {
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.contact-shared .sns {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 30px 0;
}
.contact-shared .sns img {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contact-shared {
    padding-bottom: 0;
  }
  .contact-shared .tel {
    padding: 20px 0 26px;
  }
  .contact-shared .tel .num {
    font-size: 33.19px;
    gap: 10px;
    margin: 5px 0 0;
  }
  .contact-shared .tel .num:before {
    width: 24px;
    height: 33px;
  }
  .contact-shared .tel .note {
    font-size: 12px;
  }
  .contact-shared .sns {
    gap: 15px;
    padding: 30px 0;
  }
  .contact-shared .sns img {
    width: 33px;
  }
}

.bg1 {
  background: url(../img/shared/bg1.jpg) repeat center 0;
}

.pop-wrap {
  padding: 0 5%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pop-wrap {
    padding: 0;
  }
}

.popup-shared h2 {
  color: #ddd4c5;
  font-size: 7vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-bottom: 1px solid;
  width: 80%;
  margin: 0 auto 5vw;
}
.popup-shared .menu-shared {
  padding: 10vw 0 0;
}
.popup-shared .menu-shared .col {
  width: 100%;
}
.popup-shared .menu-list {
  padding-bottom: 35px;
}
.popup-shared .menu-list h3 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #ddd4c5;
  border: 1px solid #92845a;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 24px;
  padding: 10px 0;
  margin-bottom: 10px;
}
.popup-shared .menu-list dl {
  border-bottom: 1px solid #92845a;
  padding: 10px 0;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.05em;
}
.popup-shared .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.popup-shared .menu-list dl dt {
  float: left;
}
.popup-shared .menu-list dl dd {
  float: right;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .popup-shared {
    padding: 32px 0;
  }
  .popup-shared .note {
    letter-spacing: 0.3em;
  }
  .popup-shared h2 {
    font-size: 30px;
    width: 517px;
    margin: 0 auto 49px;
  }
  .popup-shared .menu-shared {
    padding: 96px 0 45px;
  }
  .popup-shared .menu-shared .col {
    width: 321px;
  }
  .popup-shared .menu-list {
    padding-bottom: 54px;
  }
  .popup-shared .menu-list h3 {
    font-size: 25px;
    padding: 10px 0;
    margin-bottom: 5px;
    line-height: 31px;
  }
  .popup-shared .menu-list dl {
    line-height: 24px;
    padding: 11px 0 12px;
  }
} /*# sourceMappingURL=header.css.map */
