@charset "UTF-8";
/* 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 {
  color: #222222;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  font-weight: 400;
}
.hamburger:before {
  content: "";
  width: 40px;
  border-top: 2px solid;
  position: absolute;
  top: 29px;
  left: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hamburger:after {
  content: "MENU";
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 10px;
  display: none;
}
.hamburger span {
  height: 26px;
  width: 40px;
  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: "";
  border-top: 2px 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:after {
  content: "CLOSE";
}
.hamburger.is-active:before {
  opacity: 0;
}
.hamburger.is-active span:before {
  transform: translate3d(0px, 12px, 0) rotate(45deg);
}
.hamburger.is-active span:after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .hamburger {
    background-color: transparent !important;
    top: 36px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }
  .hamburger span {
    width: 55px;
    height: 14px;
  }
  .hamburger.is-active span:before {
    transform: translate3d(0px, 9px, 0) rotate(12deg);
  }
  .hamburger.is-active span::after {
    transform: translate3d(0, -2px, 0) rotate(-12deg);
  }
  .hamburger.white span {
    color: #fff;
  }
  .hamburger.white.is-active span {
    color: #000;
  }
}

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

.f_cl1 {
  color: #92845a;
}

.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);
}

.sns-banner .btn {
  margin-bottom: 20px;
}
.sns-banner .btn a {
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid;
  letter-spacing: 0.08em;
  font-size: 18px;
  padding: 13px 0 13px 40px;
  position: relative;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
}
.sns-banner .btn a img {
  width: 33px;
  height: auto;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .sns-banner .btn a {
    font-size: 17px;
    padding: 18px 0 19px 40px;
    position: relative;
  }
  .sns-banner .btn a img {
    width: 41px;
    left: 21px;
  }
  .sns-banner .btn a:hover {
    opacity: 0.7;
  }
}

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: #fff;
  color: #222222;
  text-align: center;
  font-weight: 700;
  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 0 130px;
  position: relative;
}
#navigation .tog-nav {
  text-align: center;
}
#navigation .tog-nav li {
  margin-bottom: 10px;
  position: relative;
}
#navigation .tog-nav li span {
  letter-spacing: 0.1em;
}
#navigation .tog-nav li a {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
#navigation .tog-nav li a:hover,
#navigation .tog-nav li a.active {
  color: #a40b2e;
}
#navigation .tog-nav li.sub span {
  padding-right: 10px;
  font-size: 18px;
}
#navigation .tog-nav li.sub a {
  font-weight: 400;
  font-size: 17px;
}

#navigation .tog-nav li.sub a:first-of-type,
header .hd-pc .tog-nav li.sub a:first-of-type {
  font-weight: 600;
  margin-right: auto !important;
}

#navigation .tog-nav li.sub a:first-of-type:after,
header .hd-pc .tog-nav li.sub a:first-of-type:after {
  display: none !important;
}

#navigation .tog-nav li.sub a:not(:last-child) {
  margin-right: 26px;
}
#navigation .tog-nav li.sub a:not(:last-child):after {
  content: "";
  border-left: 1px solid;
  height: 24px;
  position: absolute;
  right: -14px;
  top: 5px;
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  #navigation .tog-nav li.sub.active span {
    color: #a40b2e;
  }
}
#navigation .tog-nav li.access {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  gap: 40px;
  line-height: 1;
}
#navigation .tog-nav li.access a {
  padding: 0;
}
#navigation .tog-nav li.access a.sns::before {
  content: "";
  border-left: 1px solid;
  height: 40px;
  position: absolute;
  left: -17px;
  top: 6px;
  transform: rotate(10deg);
}
#navigation .tog-nav li.access img {
  width: 52px;
  height: auto;
}
#navigation .tog-nav li.bnr {
  border: 1px solid #7a7a7a;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #navigation {
    background: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 100px;
    padding: 0;
  }
  #navigation .group {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }
  #navigation .tel {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    gap: 7px;
    display: flex;
    align-items: center;
  }
  #navigation .tel .num {
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 2px;
  }
  #navigation .tel .num img {
    width: 17px;
    height: auto;
  }
  #navigation .tog-nav {
    text-align: center;
    display: flex;
    padding: 47px 0 0;
  }
  #navigation .tog-nav li {
    margin-bottom: 0px;
    border-right: 1px solid #d5d1ca;
  }
  #navigation .tog-nav li span {
    letter-spacing: 0.04em;
    position: relative;
  }
  #navigation .tog-nav li span::before {
    content: "";
    position: absolute;
    border-top: 3px solid #a40b2e;
    left: 0;
    bottom: -20px;
    width: 100%;
    opacity: 0;
  }
  #navigation .tog-nav li a {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: block;
    padding: 0 15px;
    line-height: 40px;
  }
  #navigation .tog-nav li a:hover,
  #navigation .tog-nav li a.active {
    color: #222;
  }
  #navigation .tog-nav li a:hover span:before,
  #navigation .tog-nav li a.active span:before {
    opacity: 1;
  }
  #navigation .tog-nav li.sub {
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  #navigation .tog-nav li.sub span {
    padding-right: 20px;
    padding: 0;
    margin-right: 20px;
  }
  #navigation .tog-nav li.sub span:before {
    bottom: -13px;
  }
  #navigation .tog-nav li.sub a {
    font-size: 15px;
    padding: 0;
    letter-spacing: -0.06em;
  }
  #navigation .tog-nav li.sub a:not(:last-child) {
    margin-right: 20px;
  }
  #navigation .tog-nav li.sub a:not(:last-child):after {
    height: 18px;
    right: -11px;
    top: 11px;
    transform: rotate(15deg);
  }
  #navigation .tog-nav li.sub a:hover {
    color: #a40b2e;
  }
  #navigation .tog-nav li.sub.active span:before {
    opacity: 1;
  }
  #navigation .tog-nav li.access {
    padding: 0;
    gap: 0px;
    position: absolute;
    top: 20px;
    right: 400px;
    line-height: 15px;
  }
  #navigation .tog-nav li.access a {
    padding: 0 12px;
    letter-spacing: 0.2em;
    line-height: 15px;
  }
  #navigation .tog-nav li.access a:hover {
    color: #a40b2e;
  }
  #navigation .tog-nav li.recruit {
    position: absolute;
    top: 17px;
    right: 494px;
    line-height: 15px;
  }
  #navigation .tog-nav li.recruit a {
    line-height: 15px;
  }
  #navigation .tog-nav li.recruit a:hover,
  #navigation .tog-nav li.recruit a.active {
    color: #a40b2e;
  }
  #navigation .tog-nav li.recruit a span:before {
    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;
  }
}

header {
  position: relative;
}
header h1 {
  font-size: 10px;
  padding: 10px 0 0;
  position: absolute;
  left: 5%;
  right: 5%;
  top: 10px;
  z-index: 10;
  color: rgba(255, 255, 255, 0.4);
}
header .logo {
  width: 30%;
  position: absolute;
  top: 10vw;
  right: 5vw;
  z-index: 9;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  header h1 {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.4);
    top: 825px;
    left: 44px;
    right: auto;
    width: 300px;
    z-index: 9;
  }
  header h1 span {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  header h1 {
    /* top: 290px; */
  }
}
@media screen and (min-width: 768px) {
  header .logo {
    width: auto;
    top: 0px;
    right: 59px;
  }
  header .hd-fixed {
    position: absolute;
    top: 130px;
    right: 0;
    width: 59px;
    display: flex;
    flex-direction: column;
  }
  header .hd-fixed li {
    width: 59px;
  }
  header .hd-fixed .bnr-reserve a {
    cursor: pointer;
    padding: 25px 10px 22px;
  }
  header .hd-fixed .bnr-reserve a span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  header .hd-fixed .bnr-reserve a:after {
    transform: scaleY(0);
    transform-origin: 50% 0;
  }
  header .hd-fixed .bnr-reserve a:hover:after {
    transform: scaleY(1);
  }
  header .hd-fixed .bnr-reserve.job {
    margin-bottom: 8px;
  }
  header .hd-fixed .bnr-reserve.job a {
    background-color: #a40b2e;
  }
  header .hd-fixed .bnr-reserve.job a:before {
    display: none;
  }
  header .hd-fixed .map {
    text-align: center;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
    letter-spacing: 0.1em;
    padding-top: 7px;
  }
  header .hd-fixed .map a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    gap: 5px;
    padding: 10px 0;
  }
  header .hd-fixed .map img {
    width: 17px;
    height: auto;
  }
  header .hd-pc .hd-contact {
    position: absolute;
    left: 40px;
    top: 0px;
    z-index: 5;
    color: #fff;
    line-height: 1;
    gap: 3px;
  }
  header .hd-pc .hd-contact .map {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  header .hd-pc .hd-contact .map a {
    display: block;
    text-align: center;
    width: 64px;
    padding: 30px 0 0;
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
    font-weight: 700;
  }
  header .hd-pc .hd-contact .map img {
    width: 17px;
    height: auto;
    display: block;
    margin: 0 auto 3px;
  }
  header .hd-pc .hd-contact .tel {
    font-size: 14px;
    padding: 25px 0 0;
    line-height: 23px;
    height: 80px;
  }
  header .hd-pc .hd-contact .tel .num {
    font-size: 30px;
    letter-spacing: 0;
    display: flex;
    gap: 6px;
    align-items: center;
  }
  header .hd-pc .hd-contact .tel .num img {
    width: 16px;
    height: auto;
  }
  header .hd-pc .hd-contact .btn-reserve {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    width: 164px;
  }
  header .hd-pc .hd-contact .btn-reserve a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 41px 0 0 7px;
    gap: 3px;
  }
  header .hd-pc .hd-contact .btn-reserve a img {
    width: 19px;
    height: auto;
  }
  header .hd-pc .tog-nav {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 26px;
    top: 248px;
    z-index: 9;
  }
  header .hd-pc .tog-nav li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  header .hd-pc .tog-nav li span {
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  header .hd-pc .tog-nav li a {
    position: relative;
  }
  header .hd-pc .tog-nav li a:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: -17px;
    top: 11px;
    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.sub span {
    display: block;
    margin-bottom: -6px;
    position: relative;
  }
  header .hd-pc .tog-nav li.sub span:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    left: -17px;
    top: 16px;
    opacity: 0;
  }
  header .hd-pc .tog-nav li.sub a {
    position: relative;
    font-size: 15px;
  }
  header .hd-pc .tog-nav li.sub a:before {
    display: none;
  }
  header .hd-pc .tog-nav li.sub a:not(:last-child) {
    margin: 0px 28px 0 13px;
    display: inline-block;
  }
  header .hd-pc .tog-nav li.sub a:not(:last-child):after {
    content: "";
    border-left: 1px solid #fff;
    height: 17px;
    position: absolute;
    right: -17px;
    top: 11px;
    transform: rotate(16deg);
  }
  header .hd-pc .tog-nav li.sub.active span::before {
    opacity: 1;
  }
  header .hd-pc .tog-nav li.access {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 41px;
    line-height: 1;
    padding: 4px 0 22px 20px;
  }
  header .hd-pc .tog-nav li.access a {
    letter-spacing: 0.2em;
  }
  header .hd-pc .tog-nav li.access a:before {
    top: 4px;
  }
  header .hd-pc .tog-nav li.access img {
    width: 34px;
    height: auto;
  }
  header .hd-pc .tog-nav li.access .sns:before {
    display: none;
  }
  header .hd-pc .tog-nav li.access .sns::after {
    content: "";
    border-left: 1px solid;
    height: 26px;
    position: absolute;
    left: -23px;
    top: 2px;
    transform: rotate(15deg);
  }
  header .hd-pc .tog-nav li.bnr {
    border-top: 1px solid;
    padding: 13px 0 0 49px;
    width: 335px;
    margin: 0 0 0 -26px;
  }
  header .hd-pc .tog-nav li.bnr a:before {
    display: none;
  }
}

footer {
  background: url("../img/shared/bg1.jpg") repeat center 0;
  color: #222;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding: 10vw 0 0;
}
footer .wrap {
  padding: 0 5% 40px;
}
footer .shopinfo {
  border-bottom: 1px solid rgba(174, 153, 118, 0.6);
  margin-bottom: 20px;
}
footer .shopinfo .lead {
  text-align: center;
}
footer .shopinfo .lead .logo {
  width: 45%;
  margin: 0 auto 5vw;
}
footer .shopinfo .lead .tit {
  font-size: 16px;
  padding-bottom: 20px;
}
footer .shopinfo .lead .sns {
  width: 40px;
  margin: 0 auto 20px;
}
footer .shopinfo .lead .contact {
  padding: 20px 0 10px;
  margin-bottom: 10vw;
  text-align: center;
}
footer .shopinfo .lead .contact .tel {
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 20px;
}
footer .shopinfo .lead .contact .tel .note {
  font-size: 12px;
  letter-spacing: 0;
}
footer .shopinfo .lead .contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
footer .shopinfo .lead .contact .tel .num:before {
  background: url(../img/shared/ico_tel.png) no-repeat center/100%;
  width: 22px;
  height: 26px;
  content: "";
}
footer .shopinfo .lead .contact .bnr {
  border-top: 1px solid;
  padding: 3% 15%;
  margin-top: 8vw;
}
footer .shopinfo .tbl-info {
  padding-bottom: 20px;
}
footer .shopinfo .tbl-info .li_map {
  border: 1px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 10px 3px;
  line-height: 1;
}
footer .shopinfo .tbl-info .li_map:before {
  content: "";
  background: url(../img/shared/ft_ico2.png) no-repeat 0 0/100%;
  width: 13px;
  height: 20px;
}
footer .shopinfo .tbl-info dl {
  text-align: left;
  padding: 10px 0;
  word-break: break-all;
  line-height: 1.6;
  font-size: 14px;
}
footer .shopinfo .tbl-info dl dt,
footer .shopinfo .tbl-info dl dd {
  display: table-cell;
}
footer .shopinfo .tbl-info dl dt {
  width: 90px;
}
footer .tog-nav {
  flex-direction: column;
  height: 188px;
  text-align: left;
  gap: 10px;
  justify-content: flex-start;
}
footer .tog-nav li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
footer .tog-nav li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}
footer .tog-nav li a span {
  font-weight: 600;
}
footer .tog-nav li.sub a {
  position: relative;
  font-size: 15px;
  margin-left: 5px;
}
footer .tog-nav li.sub a:last-child {
  margin-left: 20px;
}
footer .tog-nav li.sub a:last-child:before {
  content: "";
  border-left: 1px solid;
  height: 17px;
  position: absolute;
  left: -11px;
  top: 4px;
  transform: rotate(10deg);
}
footer .tog-nav li.access {
  display: flex;
  letter-spacing: 0.2em;
  align-items: center;
  gap: 40px;
  line-height: 1;
}
footer .tog-nav li.access:before {
  top: 7px;
}
footer .tog-nav li.access a {
  padding-top: 5px;
  font-weight: 700;
}
footer .tog-nav li.access .sns {
  width: 34px;
  position: relative;
  padding: 0;
}
footer .tog-nav li.access .sns:before {
  content: "";
  border-left: 1px solid #ae9976;
  height: 23px;
  position: absolute;
  left: -21px;
  top: 6px;
}
footer .ft-end {
  padding-bottom: 25px;
}
footer .socialbuttons {
  padding: 10px 0 5px;
}
footer .btn-copy {
  padding: 0px 0 20px;
}
footer .btn-copy span {
  letter-spacing: 0.1em;
}
footer .btn-copy a {
  border-bottom: 1px solid;
  padding: 0 15px 5px;
}
footer .btn-copy a:before {
  content: "";
  background: url("../img/shared/copy.png") no-repeat 0 bottom/100%;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0px 5px 0px 0;
}
footer .cookies_link {
  padding-bottom: 20px;
}
footer .cookies_link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0px 0px 0;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  footer .wrap {
    padding: 88px 0 32px;
  }
  footer .shopinfo {
    margin-bottom: 37px;
    padding-bottom: 30px;
  }
  footer .shopinfo .lead {
    text-align: center;
  }
  footer .shopinfo .lead .logo {
    width: 118px;
    margin: 0 auto 14px;
  }
  footer .shopinfo .lead .logo img {
    width: 100%;
    height: auto;
  }
  footer .shopinfo .lead .tit {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 50px;
  }
  footer .shopinfo .lead .contact {
    position: absolute;
    top: 475px;
    left: 60px;
    width: 330px;
    padding: 0px 0;
    margin-bottom: 0;
    text-align: center;
  }
  footer .shopinfo .lead .contact .bnr-reserve a {
    gap: 5px;
    padding: 15px 10px;
  }
  footer .shopinfo .lead .contact .bnr-reserve a:before {
    width: 19px;
    height: 20px;
  }
  footer .shopinfo .lead .contact .tel {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 14px;
  }
  footer .shopinfo .lead .contact .tel:before {
    width: 21px;
    height: 24px;
  }
  footer .shopinfo .lead .contact .bnr {
    padding: 14px 6px 0 0px;
    margin-top: 34px;
  }
  footer .shopinfo .tbl-info {
    padding-bottom: 0;
    margin-left: 436px;
  }
  footer .shopinfo .tbl-info .li_map {
    gap: 5px;
    padding: 4px 8px 0px 10px;
    line-height: 1;
    font-size: 15px;
    margin-left: 11px;
    position: relative;
    top: 5px;
  }
  footer .shopinfo .tbl-info .li_map:before {
    width: 13px;
    height: 20px;
  }
  footer .shopinfo .tbl-info .li_map:hover {
    opacity: 0.8;
  }
  footer .shopinfo .tbl-info dl {
    text-align: left;
    padding: 0px 0 30px;
    line-height: 28px;
    font-size: 17px;
  }
  footer .shopinfo .tbl-info dl dt,
  footer .shopinfo .tbl-info dl dd {
    display: table-cell;
  }
  footer .shopinfo .tbl-info dl dt {
    width: 124px;
  }
  footer .tog-nav {
    height: 220px;
    gap: 19px 0;
    width: 548px;
  }
  footer .tog-nav li {
    padding: 0 0 0 19px;
    font-size: 18px;
  }
  footer .tog-nav li a span {
    font-weight: 600;
  }
  footer .tog-nav li a:hover {
    opacity: 0.8;
  }
  footer .tog-nav li.sub a {
    position: relative;
    font-size: 15px;
    margin-left: 5px;
  }
  footer .tog-nav li.sub a:last-child {
    margin-left: 20px;
  }
  footer .tog-nav li.sub a:last-child:before {
    content: "";
    border-left: 1px solid;
    height: 17px;
    position: absolute;
    left: -11px;
    top: 4px;
    transform: rotate(10deg);
  }
  footer .tog-nav li.access {
    gap: 26px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  footer .tog-nav li.access .sns {
    width: 34px;
  }
  footer .tog-nav li.access .sns img {
    width: 100%;
    height: auto;
  }
  footer .tog-nav li.access .sns:before {
    height: 16px;
    left: -15px;
    top: 8px;
  }
  footer .ft-end {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    width: 390px;
    text-align: right;
    position: absolute;
    bottom: 63px;
    right: 0;
  }
  footer .socialbuttons {
    padding: 0px 0 11px;
    justify-content: flex-end;
  }
  footer .btn-copy {
    padding: 0px 0 26px;
  }
  footer .btn-copy span {
    letter-spacing: 0.1em;
  }
  footer .btn-copy a {
    padding: 0 14px 5px 5px;
  }
  footer .btn-copy a:hover {
    border-bottom: 1px solid rgba(34, 34, 34, 0);
  }
  footer .btn-copy a:before {
    width: 14px;
    height: 16px;
    margin: 0px 5px 0px 0;
  }
  footer address {
    text-align: right;
  }
  footer .cookies_link {
    padding-bottom: 0px;
  }
  footer .cookies_link a {
    font-size: 13px;
  }
  footer .cookies_link a:hover {
    text-decoration: none;
  }
}

#key {
  position: relative;
}
#key .photo {
  height: 108vw;
}
@media screen and (min-width: 768px) {
  #key:before {
    content: "";
    background: url(../img/shared/gr_bg.png) repeat-y 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  #key .photo {
    height: 950px !important;
  }
}

.pagetop {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 0;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 70px;
    right: 20px;
    bottom: 20px;
    position: fixed;
  }
  .pagetop:hover {
    opacity: 0.8 !important;
  }
}

/*
#belt {

  position: fixed;
  height: 90px;z-index: 999;
}
*/
/*========layout pc===========*/
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 39px;
  }
  section .padd_wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #belt {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .has-nav #belt {
    height: 100px;
    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: 10px;
  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 {
    width: 38px;
    padding: 0;
    margin-right: 23px;
  }
}
.remodal-close.cancel {
  position: relative;
  margin: 0 auto;
}

.remodal-cancel {
  width: 30px;
  margin: 0px auto 0;
}
.remodal-cancel img {
  width: 100%;
  height: auto;
}
.remodal-cancel span {
  font-size: 30px;
}
.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: #fff;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0px 0px 0px;
}
.remodal button {
  cursor: pointer;
}
.remodal button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .remodal {
    padding: 0px 0px 0;
    background-size: auto;
  }
}

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

@media screen and (min-width: 768px) {
  .has-nav .hamburger {
    opacity: 1;
    visibility: visible;
  }
}
.ft-bnr-fixed {
  background: #fff;
  color: #222222;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
}
.ft-bnr-fixed img {
  width: auto;
  height: 28px;
  margin: 0 auto 3px;
  display: block;
}
.ft-bnr-fixed li {
  position: relative;
  width: 80px;
}
.ft-bnr-fixed li a {
  display: block;
  height: 100%;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
.ft-bnr-fixed li:nth-child(3) {
  width: calc(100% - 180px);
}
.ft-bnr-fixed li:nth-child(3):before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
  border-left: 1px solid;
  border-right: 1px solid;
}
.ft-bnr-fixed li:nth-child(3) a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  gap: 5px;
}
.ft-bnr-fixed li:nth-child(3) a img {
  margin: 0;
}

@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% {
    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);
  }
}
@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% {
    clip-path: inset(0 0 0 0);
  }
  49% {
    clip-path: inset(0 0% 0 100%);
  }
  51% {
    clip-path: inset(0 100% 0% 0);
  }
  100% {
    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: 80%;
  margin: 0 auto;
  position: relative;
}
.bnr-shared a {
  display: block;
  text-align: center;
  color: #270900;
  font-size: 16px;
  position: relative;
  padding: 5px 0;
}
.bnr-shared a:before {
  content: "";
  border-bottom: 1px solid #222;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.3s ease 0.8s;
  -moz-transition: all 0.3s ease 0.8s;
  -webkit-transition: all 0.3s ease 0.8s;
}
.bnr-shared a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid #222;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.bnr-shared a span {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bnr-shared a span:before {
  content: "";
  background-color: #a40b2e;
  width: 8px;
  height: 8px;
}

.bnr-reserve {
  width: 90%;
  margin: 0 auto;
}
.bnr-reserve a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #222222;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 10px;
}
.bnr-reserve a:before {
  content: "";
  background: url(../img/shared/ico1.png) no-repeat center/100%;
  width: 26px;
  height: 32px;
}

.bnr-more {
  position: relative;
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
}
.bnr-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bnr-more a:before {
  content: "";
  background-color: #a40b2e;
  width: 8px;
  height: 8px;
}
.bnr-more a span {
  width: 30px;
  position: relative;
  border-bottom: 1px solid;
}
.bnr-more a span:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 6px solid;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.bnr-popup {
  width: 80%;
  margin: 0 auto;
}
.bnr-popup a {
  display: block;
  border: 1px solid;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
}
.bnr-popup a:after {
  content: "";
  background: url(../img/lunch/ico.png) no-repeat center/100%;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
}
.bnr-popup.ext a {
  border: 1px solid #767676;
}
.bnr-popup.ext a::after {
  background: url(../img/lunch/ico1.png) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
  .bnr-shared {
    width: 251px;
    margin: 0;
  }
  .bnr-shared a {
    text-align: left;
    font-size: 18px;
    padding: 10px 0;
  }
  .bnr-shared a span {
    justify-content: flex-start;
    gap: 15px;
  }
  .bnr-shared a span:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 0;
    border-top: 1px solid;
    transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
  }
  .bnr-shared a span:before {
    width: 10px;
    height: 10px;
  }
  .bnr-shared a:hover:before {
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .bnr-shared a:hover span:after {
    width: 100%;
  }
  .bnr-reserve {
    width: 250px;
  }
  .bnr-reserve a {
    gap: 5px;
    transform: perspective(1px) translateZ(0);
    position: relative;
    padding: 10px 10px;
  }
  .bnr-reserve a:before {
    width: 18px;
    height: 20px;
  }
  .bnr-reserve a.ext::after {
    background-color: #524d44;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .bnr-reserve a.ext:hover:after {
    transform: scaleX(1);
  }
  .bnr-more {
    position: relative;
    font-family: "Vollkorn", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-align: center;
  }
  .bnr-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .bnr-more a:before {
    width: 10px;
    height: 10px;
  }
  .bnr-more a span {
    width: 29px;
    position: relative;
    right: 0;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .bnr-more a span:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .bnr-more a:hover span {
    right: -10px;
  }
  .bnr-popup {
    width: 400px;
  }
  .bnr-popup a {
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 11px 14px 11px 0;
    line-height: 41px;
    transform: perspective(1px) translateZ(0);
    position: relative;
  }
  .bnr-popup a:after {
    width: 12px;
    right: 34px;
  }
  .bnr-popup a:before {
    background-color: #222222;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .bnr-popup a:hover:before {
    transform: scaleX(1);
  }
  .bnr-popup.ext {
    width: 370px;
  }
  .bnr-popup.ext a {
    padding: 11px 27px 11px 0;
  }
  .bnr-popup.ext a:after {
    right: 24px;
  }
  .bnr-popup.ext a:hover {
    color: #fff;
  }
  .bnr-popup.ext a:hover:after {
    background: url(../img/lunch/ico.png) no-repeat center/100%;
  }
}
#hd-popup {
  padding: 0vw 5% 10vw;
}
#hd-popup h2 {
  font-size: 7vw;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.33em;
  padding-bottom: 5vw;
}
#hd-popup .txt {
  text-align: left;
}
#hd-popup .txt p {
  padding-bottom: 20px;
}
#hd-popup .tel {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b2b2b2;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.12em;
}
#hd-popup .tel .num {
  font-size: 26px;
  letter-spacing: 0.12em;
}
#hd-popup .tel .num span {
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  #hd-popup {
    padding: 15px 0 70px;
  }
  #hd-popup .wrap {
    max-width: 1101px;
  }
  #hd-popup h2 {
    font-size: 30px;
    padding: 28px 0 42px;
  }
  #hd-popup .txt {
    text-align: left;
    width: 656px;
    margin: 0 auto;
  }
  #hd-popup .txt p {
    padding-bottom: 29px;
  }
  #hd-popup .tel {
    margin: 44px auto 0;
    padding-top: 72px;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.1em;
    max-width: 1000px;
  }
  #hd-popup .tel .num {
    font-size: 28px;
  }
  #hd-popup .tel .num span {
    font-size: 20px;
  }
}

.bnr-gr .access {
  text-align: center;
}
.bnr-gr .access a:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
.bnr-gr .btn-link {
  width: 65%;
  margin: 0 auto;
}
.bnr-gr .btn-link li {
  margin-bottom: 20px;
}
.bnr-gr .btn-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  gap: 5px;
  color: #fff;
  border: 1px solid;
  border-radius: 40px;
  padding: 17px 10px;
}
.bnr-gr .btn-link li a:before {
  content: "";
  background: url(../img/shared/ico3.png) no-repeat center/100%;
  width: 16px;
  height: 23px;
  display: inline-block;
}
.bnr-gr .btn-link li a.black {
  background-color: #222;
  color: #fff;
}
.bnr-gr .btn-link li a.unsmooth {
  background-color: #4a225d;
  color: #fff;
  border: 1px solid #4a225d;
}
.bnr-gr .btn-link li a.unsmooth:before {
  display: none;
}
.bnr-gr .btn-link li a.unsmooth:after {
  content: "";
  background: url(../img/shared/ico1.png) no-repeat center/100%;
  width: 16px;
  height: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .bnr-gr .access {
    text-align: center;
    line-height: 1;
    padding: 8px 0 0;
  }
  .bnr-gr .access a:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 6px 0 7px;
  }
  .bnr-gr .btn-link {
    width: 100%;
  }
  .bnr-gr .btn-link li {
    margin-bottom: 10px;
  }
  .bnr-gr .btn-link li a {
    font-size: 20px;
    gap: 10px;
    border: 1px solid;
    border-radius: 30px;
    padding: 9px 0px;
    line-height: 40px;
  }
  .bnr-gr .btn-link li a:before {
    content: "";
    width: 17px;
    height: 23px;
  }
  .bnr-gr .btn-link li a.unsmooth:after {
    width: 17px;
    height: 25px;
  }
  .bnr-gr .btn-link li a:hover {
    opacity: 0.8;
  }
}

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

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

#reserver {
  background: url(../img/lunch/reservation_bg.jpg) no-repeat center/cover;
  color: #fff;
  padding: 15vw 0;
}
#reserver p {
  color: #fff;
}
#reserver h2 {
  line-height: 1.2;
  margin-bottom: 10vw;
  font-size: 6vw;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}
#reserver h2 span {
  text-transform: uppercase;
  font-size: 3vw;
  letter-spacing: 0.28em;
  font-weight: 700;
}
#reserver .contact {
  gap: 5vw;
  padding: 0 3%;
}
#reserver .contact .item {
  position: relative;
  border: 1px solid #b8b8b8;
  padding: 10vw 5%;
  text-align: center;
  width: 100%;
}
#reserver .contact .item .ico {
  border: 1px solid;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  margin: 0 auto 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reserver .contact .item .ico img {
  width: 3vw;
  height: auto;
}
#reserver .contact .item .ico.ext img {
  width: 4vw;
}
#reserver .contact .item .tel {
  font-size: 16px;
  line-height: 1.4;
}
#reserver .contact .item .tel .num {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
}
#reserver .contact .item .tel .note {
  font-size: 10px;
  display: block;
  padding-top: 10px;
}
#reserver .contact .item .bnr-reserve a:before {
  background: none;
  display: none;
}
#reserver .contact .item .bnr-reserve a:after {
  content: "";
  background: url(../img/lunch/ico.png) no-repeat center/100%;
  width: 12px;
  height: 10px;
}
#reserver .policy {
  padding: 10vw 0;
}
#reserver .policy h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #reserver {
    padding: 158px 0 110px;
  }
  #reserver h2 {
    line-height: 50px;
    margin-bottom: 60px;
    font-size: 32px;
  }
  #reserver h2 span {
    font-size: 15px;
  }
  #reserver .contact {
    gap: 50px;
    justify-content: center;
    margin-bottom: 90px;
    padding: 0;
  }
  #reserver .contact .item {
    width: 400px;
    padding: 54px 0 55px;
  }
  #reserver .contact .item .ico {
    width: 68px;
    height: 68px;
    margin: 0 auto 30px;
  }
  #reserver .contact .item .ico.ext {
    margin-bottom: 57px;
  }
  #reserver .contact .item .ico.ext img {
    width: 19px;
  }
  #reserver .contact .item .ico img {
    width: 17px;
  }
  #reserver .contact .item .bnr-reserve a {
    gap: 14px;
    padding: 10px 0px 10px 15px;
  }
  #reserver .contact .item .bnr-reserve a:before {
    display: block;
    background-color: #524d44;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #reserver .contact .item .bnr-reserve a:hover:before {
    transform: scaleX(1);
  }
  #reserver .contact .item .tel {
    font-size: 16px;
    line-height: 42px;
  }
  #reserver .contact .item .tel .num {
    font-size: 40px;
  }
  #reserver .contact .item .tel .note {
    font-size: 12px;
    line-height: 20px;
    padding-top: 23px;
  }
  #reserver .policy {
    padding: 0;
    font-size: 16px;
    line-height: 39px;
    max-width: 900px;
    margin: 0 auto 97px;
    position: relative;
  }
  #reserver .policy h3 {
    text-align: left;
    font-size: 25px;
    padding-bottom: 0px;
    position: absolute;
    top: 16px;
    left: 19px;
  }
  #reserver .policy .txt {
    border-left: 1px dotted #fff;
    margin-left: 300px;
    padding: 13px 0 11px 43px;
  }
}

#faq_popup {
  background:
    url(../img/shared/pop_bg.jpg) repeat-x center 0/50%,
    url(../img/shared/pop_bg2.jpg) repeat-x 0 bottom/50%;
  padding: 20px 0 10vw;
}
#faq_popup .wrap {
  padding: 0 5%;
}
#faq_popup h2 {
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.8;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
#faq_popup h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid;
}
#faq_popup h2 span {
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 15px;
}
#faq_popup .group dl {
  position: relative;
  padding: 0 30px 20px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #bcbcbc;
  margin-bottom: 15px;
}
#faq_popup .group dl dt {
  font-size: 18px;
  margin-bottom: 10px;
}
#faq_popup .group dl dt:before {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  content: "Q";
  color: #a40b2e;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  #faq_popup {
    background-size: auto, auto;
    padding: 27px 0 80px;
  }
  #faq_popup .wrap {
    padding: 0;
  }
  #faq_popup h2 {
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 28px;
    line-height: 49px;
    padding: 79px 0 45px;
    margin-bottom: 68px;
  }
  #faq_popup h2 span {
    font-size: 16px;
  }
  #faq_popup .group {
    max-width: 885px;
    margin: 0 auto;
  }
  #faq_popup .group dl {
    padding: 0 30px 41px 112px;
    margin-bottom: 53px;
    font-size: 18px;
    line-height: 30px;
  }
  #faq_popup .group dl dt {
    font-size: 25px;
    margin-bottom: 26px;
    letter-spacing: 0.1em;
  }
  #faq_popup .group dl dt:before {
    font-size: 30px;
    left: 68px;
    top: 0px;
  }
}

.popup_shared {
  background:
    url(../img/shared/pop_bg3.jpg) repeat-x center 0/50%,
    url(../img/shared/pop_bg2.jpg) repeat-x 0 bottom/50%;
  padding: 20px 5% 10vw;
}
.popup_shared h2 {
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 20px;
}
.popup_shared .menu-shared {
  padding: 20px 0;
}
.popup_shared .col {
  width: 100%;
}
.popup_shared h3 {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.16em;
  padding-bottom: 20px;
  border: 1px solid;
  color: #222222;
  padding: 5px 5px;
  margin-bottom: 10px;
}
.popup_shared h4 {
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 17px;
  padding: 10px 0 0px 14px;
  text-align: left;
  line-height: 1;
  position: relative;
}
.popup_shared h4:before {
  content: "";
  position: absolute;
  background-color: #222;
  left: 0;
  top: 9px;
  width: 5px;
  height: 20px;
}
.popup_shared .menu-list {
  color: #333333;
  margin-bottom: 30px;
}
.popup_shared .menu-list ul li {
  border-bottom: 1px dotted #b3b3b3;
  padding: 5px;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.popup_shared .menu-list dl {
  border-bottom: 1px dotted #b3b3b3;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 20px;
}
.popup_shared .menu-list dl dt {
  text-align: left;
}
.popup_shared .menu-list dl dd {
  text-align: right;
  color: #a40b2e;
}
.popup_shared.pop_shimai h3 {
  margin-bottom: 20px;
}
.popup_shared.pop_shimai h4 {
  margin-bottom: 15px;
}
.popup_shared.pop_shimai .menu-list {
  border-bottom: 1px solid #e9e7e5;
}
.popup_shared.pop_shimai .menu-list .note {
  margin-top: -15px;
  padding-bottom: 10px;
}
.popup_shared.pop_shimai .menu-list dl {
  border-top: 1px solid #e9e7e5;
  border-bottom: none;
  display: block;
}
.popup_shared.pop_shimai .menu-list dl dt {
  float: left;
}
.popup_shared.pop_shimai .menu-list dl dd {
  float: right;
  text-align: right;
}
.popup_shared.pop_shimai .menu-list dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
@media screen and (min-width: 768px) {
  .popup_shared {
    background-size: auto, auto;
    padding: 26px 0px 40px;
  }
  .popup_shared h2 {
    font-size: 34px;
    padding: 27px 0 8px;
    letter-spacing: 0.22em;
  }
  .popup_shared .menu-shared {
    padding: 88px 0 0px;
    max-width: 918px;
    margin: 0 auto;
  }
  .popup_shared .col {
    width: 288px;
  }
  .popup_shared h3 {
    font-size: 21px;
    padding-bottom: 20px;
    padding: 7px 5px 6px;
    margin-bottom: 11px;
  }
  .popup_shared h4 {
    font-size: 21px;
    padding: 17px 0 2px 20px;
  }
  .popup_shared h4:before {
    left: 2px;
    top: 18px;
    width: 8px;
    height: 20px;
  }
  .popup_shared .menu-list {
    margin-bottom: 45px;
  }
  .popup_shared .menu-list ul li {
    line-height: 22px;
    padding: 12px 0;
    font-size: 17px;
  }
  .popup_shared .menu-list dl {
    padding: 12px 0;
    font-size: 17px;
    line-height: 22px;
  }
  .popup_shared.pop_shimai .menu-shared {
    max-width: 900px;
  }
  .popup_shared.pop_shimai h3 {
    margin-bottom: 25px;
  }
  .popup_shared.pop_shimai h4 {
    margin-bottom: 20px;
  }
  .popup_shared.pop_shimai .col {
    width: 430px;
  }
  .popup_shared.pop_shimai .row_full h3 {
    width: 100%;
  }
  .popup_shared.pop_shimai .row3 .col {
    width: 270px;
  }
  .popup_shared.pop_shimai .menu-list {
    margin-bottom: 60px;
  }
  .popup_shared.pop_shimai .menu-list dl {
    line-height: 25px;
    padding: 9px 0 10px;
  }
} /*# sourceMappingURL=header.css.map */

/* ============================================================
   全ナビゲーション共通：subクラス内の「店内について」のデザイン調整
   ============================================================ */

/* 1. sub内の最初の<a>（店内について）を他のメインメニューと同じデザインに戻す */
#navigation .tog-nav li.sub a:first-of-type,
header .hd-pc .tog-nav li.sub a:first-of-type,
footer .tog-nav li.sub a:first-of-type {
  font-size: 18px !important; /* 15pxから18pxへ */
  font-weight: 600 !important; /* 400から700へ */
  margin-right: 0 !important; /* サブメニュー用のマージンをリセット */
}

/* 2. PC版メインナビとスマホナビでの余白・位置の微調整 */
@media screen and (min-width: 768px) {
  /* ヘッダーPCナビの「店内について」の横幅とホバー線を他と合わせる */
  header .hd-pc .tog-nav li.sub a:first-of-type {
    padding: 0 15px !important;
  }
  header .hd-pc .tog-nav li.sub a:first-of-type span:before {
    bottom: -20px !important; /* ホバー線の位置をメインメニューに合わせる */
  }
}

/* 3. sub内の最初の<a>の右側にある斜線（after）のみを消去する */
#navigation .tog-nav li.sub a:first-of-type:after,
header .hd-pc .tog-nav li.sub a:first-of-type:after,
footer .tog-nav li.sub a:first-of-type:after {
  display: none !important;
}

/* 4. フッターナビ独自の調整（「店内について」を太字にし、斜線を制御） */
footer .tog-nav li.sub {
  display: block !important; /* 横並び崩れ防止 */
}
footer .tog-nav li.sub a:first-of-type {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* ============================================================
   【完全版】「店内について」のリンク化調整
   ============================================================ */

/* ① ヘッダーとスマホナビ：「店内について」の下で改行させる（元のレイアウト） */
header .hd-pc .tog-nav li.sub > a:first-of-type,
#navigation .tog-nav li.sub > a:first-of-type {
  display: block !important; /* ここで「カウンター/個室」を下の行に落とします */
  font-size: 18px !important; /* 文字サイズをメインメニューと同じに戻す */
  margin: 0 !important;
  padding: 0 !important;
}

/* ② フッター：「店内について」を横並び（インライン）のまま維持 */
footer .tog-nav li.sub > a:first-of-type {
  display: inline-block !important; /* フッターは横並びを維持 */
  font-size: 18px !important; /* 文字サイズを復元 */
  margin-left: 0 !important;
}

/* ③ すべてのナビゲーション：「店内について」の直後の斜線を消す */
header .hd-pc .tog-nav li.sub > a:first-of-type:after,
#navigation .tog-nav li.sub > a:first-of-type:after,
footer .tog-nav li.sub > a:first-of-type:after {
  display: none !important;
}

/* ④ PC版ヘッダーのみ：ホバー時に左の■マークが出るようにする */
header .hd-pc .tog-nav li.sub > a:first-of-type:hover span:before {
  opacity: 1 !important;
}
