@charset "UTF-8";
/* Scss Document */
.cl1 {
  color: #9a8f30;
}
.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;
  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 {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.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;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0) !important;
  }
}
.ham-img {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0px;
  width: 70px;
}
.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/bd_bg.jpg") repeat 0 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  box-sizing: border-box;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 26px;
}
.hamburger:before {
  content: "";
  width: 37px;
  background-color: #000;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 17px;
}
@media screen and (min-width: 768px) {
  .hamburger:hover {
    opacity: 0.8;
  }
}
.hamburger:after {
  content: "メニュー";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 17px;
  line-height: 1;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}
.hamburger span {
  height: 17px;
  width: 37px;
  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 {
  content: "";
  background-color: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger span:after {
  top: auto;
  bottom: 0;
}
.hamburger.is-active {
  background: none;
}
.hamburger.is-active:after {
  content: "閉じる";
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0, 8px, 0) rotate(30deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -8px, 0) rotate(-30deg);
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}
.fc-form [class^="error"] {
  position: static;
}
.f_cl1 {
  color: #1a4472;
}
.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: -webkit-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: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
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/nav_bg.jpg") no-repeat center 0/100%,
    url("../img/shared/bd_bg.jpg") repeat center 0;
  text-align: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#navigation .gr {
  position: relative;
}
#navigation .group {
  padding: 19vw 8% 50px;
  text-align: center;
}
#navigation .tog-nav {
  position: relative;
  text-align: left;
  padding-left: 15%;
}
#navigation .tog-nav li {
  padding-bottom: 20px;
}
#navigation .tog-nav li a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4em;
  padding: 0 0 0 20px;
  position: relative;
  color: #333333;
}
#navigation .tog-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  border-top: 1px solid;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
#navigation .tog-nav li.active a,
#navigation .tog-nav li:hover a {
  opacity: 0.5;
}
#navigation .contact {
  text-align: center;
  border-top: 1px solid #9f9f9f;
  padding: 40px 0 0;
  margin-top: 30px;
}
#navigation .contact .tel {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.02em;
}
#navigation .contact .tel .num {
  letter-spacing: 0.05em;
  padding-top: 10px;
  display: inline-block;
}
#navigation .contact .tel .num span {
  font-size: 26px;
}
#navigation .contact .tel .note {
  letter-spacing: 0.1em;
  font-size: 11px;
}
#navigation .contact .sns {
  width: 11vw;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  #navigation {
    background: url("../img/shared/bd_bg.jpg") repeat center 0;
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    height: 75px;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    margin: 0;
    overflow: visible;
  }
  #navigation .group {
    padding: 0;
    text-align: left;
  }
  #navigation .group {
    padding: 0;
    text-align: left;
    justify-content: flex-end;
    display: flex;
    gap: 35px;
  }
  #navigation .tog-nav {
    text-align: left;
    padding: 20px 0 0 0;
    gap: 20px;
    display: flex;
    justify-content: flex-end;
  }
  #navigation .tog-nav li {
    white-space: nowrap;
    padding-bottom: 20px;
  }
  #navigation .tog-nav li a {
    font-size: 16px;
    letter-spacing: 0.3em;
    padding: 0 0 0;
  }
  #navigation .tog-nav li a:before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    border-top: 1px solid;
    opacity: 0;
  }
  #navigation .tog-nav li.active a,
  #navigation .tog-nav li:hover a {
    opacity: 1;
  }
  #navigation .tog-nav li.active a:before,
  #navigation .tog-nav li:hover a:before {
    opacity: 1;
  }
  #navigation .contact {
    border: none;
    padding: 0;
    margin: 0;
  }
  #navigation .reservation {
    width: 375px;
    background: url("../img/shared/bd_bg.jpg") repeat center 0;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  #navigation .reservation span {
    font-size: 11px;
    letter-spacing: 0.2em;
  }
  #navigation .reservation dt {
    border: 1px solid #c0c0c0;
    border-right: none;
    font-size: 18px;
    text-align: left;
    padding: 21px 0px 10px 34px;
    width: 216px;
    height: 75px;
    line-height: 17px;
  }
  #navigation .reservation dd {
    background-color: #413730;
    width: calc(100% - 216px);
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: relative;
  }
  #navigation .reservation dd:before {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 50%;
    border-right: 1px solid #8d8276;
  }
  #navigation .reservation dd a {
    width: 50%;
    color: #fff;
    padding: 28px 0;
    position: relative;
  }
  #navigation .reservation dd a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #navigation .tog-nav {
    gap: 10px;
  }
  #navigation .reservation {
    width: 320px;
  }
  #navigation .reservation dt {
    width: 180px;
    padding-left: 15px;
  }
  #navigation .reservation dd {
    width: calc(100% - 180px);
  }
}
.ft-active .pagetop {
  opacity: 0;
}
.navOpen .pagetop {
  opacity: 0 !important;
  pointer-events: none;
}
.navOpen #navigation {
  opacity: 1;
  pointer-events: auto;
}
.navOpen .ft-bnr-fixed {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.navOpen .ft-bnr-fixed li.ham-img {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
header {
  position: relative;
}
header h1 {
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 5%;
  right: 90px;
  z-index: 1;
  color: #d0d0d0;
}
header .logo {
  position: absolute;
  width: 30%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header h1 {
    color: #fff;
    font-size: 13px;
    text-align: left;
    top: 18px;
    left: 25px;
    pointer-events: none;
  }
  header .logo {
    width: 200px;
    left: 50%;
    top: 300px;
  }
  header .hd-pc .contact {
    position: absolute;
    left: 23px;
    top: 45px;
    z-index: 9;
    color: #fff;
    align-items: flex-end;
    display: flex;
    gap: 12px;
    line-height: 1;
  }
  header .hd-pc .contact .tel {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 26px;
  }
  header .hd-pc .contact .tel .num {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  header .hd-pc .contact .tel .num span {
    font-size: 25px;
    letter-spacing: 0.15em;
    padding-left: 12px;
  }
  header .hd-pc .contact .sns {
    border-left: 1px dotted #fff;
    padding: 0 10px 0 23px;
  }
  header .hd-pc .contact .bnr {
    width: 130px;
  }
  header .hd-pc .contact .bnr a {
    display: block;
    position: relative;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
  }
  header .hd-pc .contact .bnr a svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .hd-pc .contact .bnr a svg rect {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 530, 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
  }
  header .hd-pc .contact .bnr a:hover svg rect {
    stroke-width: 3;
    stroke-dasharray: 35, 225%;
    stroke-dashoffset: 38;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
  }
  header .hd-pc .reservation {
    width: 375px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: url("../img/shared/bd_bg.jpg") repeat center 0;
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 17px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  header .hd-pc .reservation span {
    font-size: 11px;
    letter-spacing: 0.2em;
    padding: 0 0 0 3px;
  }
  header .hd-pc .reservation dt {
    font-size: 18px;
    text-align: left;
    padding: 21px 0px 16px 33px;
    width: 216px;
  }
  header .hd-pc .reservation dd {
    background-color: #413730;
    width: calc(100% - 216px);
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: relative;
  }
  header .hd-pc .reservation dd:before {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 50%;
    border-right: 1px solid #8d8276;
  }
  header .hd-pc .reservation dd a {
    width: 50%;
    color: #fff;
    padding: 28px 0;
    position: relative;
  }
  header .hd-pc .reservation dd a:hover {
    opacity: 0.7;
  }
  header .hd-pc .tog-nav {
    position: absolute;
    top: 153px;
    right: 70px;
    z-index: 9;
  }
  header .hd-pc .tog-nav li a {
    display: inline-block;
    line-height: 16px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4em;
    padding: 17px 0 0;
    border-top: 1px solid;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  header .hd-pc .tog-nav li a:hover {
    padding-top: 25px;
  }
}
footer {
  background: url("../img/shared/ft_bg_sp_.jpg") no-repeat center/cover;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  padding: 100px 5% 80px;
}
footer .logo {
  width: 35%;
  margin: 0 auto 8vw;
}
footer .tbl-info {
  text-align: left;
}
footer .tbl-info dl {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-left: 65px;
  margin-right: -3vw;
}
footer .tbl-info dl dt {
  position: absolute;
  text-align: right;
  width: 75px;
  left: -16px;
  top: 0;
}
footer .tbl-info dl dt:after {
  content: "/";
  padding: 0 0 0 4px;
}
footer .tbl-info dl dd .pad {
  padding-left: 40px;
}
footer .gr.ext {
  color: rgba(224, 224, 224, 0.9);
  padding: 20px 0;
}
footer .gr.ext a {
  position: relative;
  padding-bottom: 5px;
}
footer .gr.ext a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.9);
}
footer .gr.ext a:hover:after {
  opacity: 0;
}
footer .btn-copy {
  padding: 10px 0 15px;
  line-height: 1;
}
footer .btn-copy a {
  position: relative;
  padding-bottom: 5px;
}
footer .btn-copy a:before {
  content: "";
  background: url("../img/shared/copy.png") no-repeat 0 0/100%;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: text-bottom;
}
footer .socialbuttons {
  padding: 20px 0;
}
footer .ft-bottom {
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  footer {
    background: url("../img/shared/ft_bg.jpg") no-repeat center/cover;
    text-align: left;
    letter-spacing: 0.2em;
    font-size: 13px;
    line-height: 20px;
    padding: 60px 20px 0px;
  }
  footer .wrap {
    max-width: 1200px;
  }
  footer .logo {
    width: 120px;
    margin: 0 0 86px -27px;
  }
  footer .logo img {
    width: 100%;
    height: auto;
  }
  footer .tog-nav {
    position: absolute;
    top: 22px;
    left: 107px;
    right: auto;
  }
  footer .tog-nav li {
    margin-right: 25px;
  }
  footer .tog-nav li a {
    font-size: 14px;
    letter-spacing: 0.4em;
    padding: 17px 0 0;
    border-top: 1px solid;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    line-height: 16px;
  }
  footer .tog-nav li a:hover {
    padding-top: 25px;
  }
  footer .tbl-info {
    text-align: left;
  }
  footer .tbl-info dl {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    padding-left: 0px;
    letter-spacing: 0.2em;
    margin: 0;
  }
  footer .tbl-info dl dt,
  footer .tbl-info dl dd {
    display: inline;
  }
  footer .tbl-info dl dt {
    position: static;
    text-align: left;
    width: 85px;
    left: 0;
    top: 0;
  }
  footer .tbl-info dl dd .pad {
    padding-left: 0px;
  }
  footer .tbl-info dl dd .pad1 {
    padding-left: 81px;
  }
  footer .gr.ext {
    order: 2;
    padding: 25px 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    line-height: 1;
  }
  footer .gr.ext a {
    padding-bottom: 5px;
  }
  footer .btn-copy {
    padding: 0;
  }
  footer .btn-copy a {
    position: relative;
    padding-bottom: 5px;
  }
  footer .btn-copy a:before {
    width: 11px;
    height: 16px;
    margin-right: 10px;
  }
  footer .socialbuttons {
    padding: 0px 0 10px;
  }
  footer .ft-bottom {
    justify-content: space-between;
    display: flex;
    padding: 52px 0 54px;
  }
}
#key {
  position: relative;
}
.pagetop {
  position: fixed;
  right: 5vw;
  bottom: 25vw;
  cursor: pointer;
  font-weight: 500;
  color: #c1c1c1;
  text-align: left;
  font-size: 14px;
  padding-top: 40px;
  padding: 70px 0 0;
  z-index: 9999;
}
.pagetop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 60px;
  border-left: 1px solid #c1c1c1;
}
.pagetop span {
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 16px;
    padding-top: 95px;
  }
  .pagetop:before {
    height: 80px;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}
#belt {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  #belt {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  #belt > * {
    pointer-events: none;
  }
}
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.2em;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .has-nav header .hd-fixed {
    opacity: 1;
    visibility: visible;
  }
}
.has-nav .ft-bnr-fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav header .hd-js {
  pointer-events: none;
  opacity: 0 !important;
}
@media screen and (min-width: 768px) {
  .has-nav #belt {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .has-nav #belt > * {
    pointer-events: auto;
  }
}
/*content*/
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
.remodal.ext {
  vertical-align: top;
}
.remodal-close {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  position: sticky;
  margin-left: auto;
  margin-bottom: 0px;
  width: 30px;
  font-size: 40px;
  top: 5px;
  right: 0px;
  box-sizing: border-box;
  line-height: 1;
  text-align: right;
  /* font-size: 20px; */
}
.remodal-close img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    margin: 0px 5px 24px 0;
    width: auto;
    font-size: 50px;
  }
  .remodal-close img {
    width: 52px;
  }
}
.remodal-cancel {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  margin: 20px auto 0;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remodal-cancel span {
  font-size: 25px;
}
.remodal-cancel:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .remodal-cancel {
    font-size: 28px;
    padding: 0;
    margin: 0;
  }
  .remodal-cancel span {
    font-size: 43px;
  }
}
.remodal-wrapper {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .remodal-wrapper {
    padding: 20px;
  }
}
.remodal-wrapper,
.remodal-wrapper-ext {
  text-align: center;
}
.remodal {
  max-width: 1200px;
  padding: 0px 0;
  box-sizing: border-box;
}
.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 {
  border-top: 1px solid #4d4d4d;
  background: url("../img/shared/bg1.jpg") repeat center 0;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ft-bnr-fixed li {
  position: relative;
  width: calc(100% / 3);
}
.ft-bnr-fixed li img {
  width: auto;
  display: block;
  height: 24px;
  margin: 0px auto 7px;
}
.ft-bnr-fixed li img:hover {
  opacity: 1 !important;
}
.ft-bnr-fixed li a {
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 10px 0;
  letter-spacing: 0.1em;
  height: 100%;
  font-weight: 500;
}
.ft-bnr-fixed li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #4d4d4d;
}
.ft-bnr-fixed li.reservation {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  color: #333333;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.1;
  text-align: center;
}
.ft-bnr-fixed li.reservation span {
  font-size: 10px;
}
.ft-bnr-fixed li.reservation dt {
  font-weight: 600;
  height: 100%;
  padding: 15px 0 15px;
  display: block;
  font-size: 17px;
  line-height: 1;
}
.ft-bnr-fixed li.reservation dd {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  border: 1px solid #8d8276;
  background-color: #413730;
}
.ft-bnr-fixed li.reservation dd a {
  color: #fff;
  padding: 10px 0;
}
.ft-bnr-fixed li.reservation dd a:not(:last-child) {
  border-bottom: 1px solid #8d8276;
}
.ft-bnr-fixed li.reservation.active dd {
  pointer-events: auto;
  opacity: 1;
}
@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;
}
.photo_on {
  position: relative;
}
.photo_on .on {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  transition: opacity 0.8s ease 0.7s !important;
  -moz-transition: opacity 0.8s ease 0.7s !important;
  -webkit-transition: opacity 0.8s ease 0.7s !important;
}
.photo_on[style*="visible"] .on {
  opacity: 1 !important;
}
@keyframes textshow {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textshow1 {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.h2222[style*="visible"] .t,
.h2222[style*="visible"] .ani {
  animation: textshow 1s ease-out forwards;
}
.h2222.txt-vertical[style*="visible"] .t {
  animation: textshow1 1s ease-out forwards;
}
.bnr-shared a {
  display: block;
  border: 1px solid #a6a6a6;
  text-align: center;
  padding: 10px 10px;
  position: relative;
  color: #000;
}
.bnr-shared a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .bnr-shared {
    max-width: 375px;
  }
  .bnr-shared a {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 12px 11px 14px 0;
  }
  .bnr-shared a:after {
    right: 35px;
  }
  .bnr-shared a:hover {
    background-color: #413730;
    color: #fff;
  }
}
.bg1 {
  background: url("../img/shared/bg1.jpg") repeat center 0;
  color: #fff;
}
.bg2 {
  background: url("../img/shared/bg2.jpg") repeat center 0;
}
@keyframes scrollIndicatorAnimation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  5% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  55% {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
  }
  95% {
    -webkit-transform: translateY(100%) scaleY(1);
    transform: translateY(100%) scaleY(1);
  }
  100% {
    -webkit-transform: translateY(100%) scaleY(1);
    transform: translateY(100%) scaleY(1);
  }
}
.scroll-ani {
  width: 1px;
  background-color: #858585;
  overflow: hidden;
  -webkit-transition: opacity 600ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 600ms cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.scroll-ani:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: scrollIndicatorAnimation 3s infinite
    cubic-bezier(0.83, 0, 0.17, 1);
  animation: scrollIndicatorAnimation 3s infinite cubic-bezier(0.83, 0, 0.17, 1);
}
