@charset "UTF-8";
  .site-shell--static-v2 .pc_none {
  display:none}
.site-header-v2 {
  border-bottom:1px solid #ece6dd;
  background:linear-gradient(180deg,#fff 0,#fbf8f3 100%)}
.site-header-v2__inner {
  display:grid;
  grid-template-columns:minmax(260px,320px) minmax(320px,1fr) minmax(220px,260px);
  align-items:start;
  gap:28px;
  padding:20px 0 18px}
.site-header-v2__brand {
  display:inline-flex;
  align-items:center}
.site-header-v2__brand img {
  width:288px;
  max-width:100%;
  height:auto}
.site-header-v2__badges {
  display:flex;
  gap:12px;
  margin-top:16px}
.site-header-v2__badges img {
  width:calc(50% - 6px);
  border:1px solid rgba(105,85,60,.12);
  border-radius:12px;
  box-shadow:0 8px 20px rgba(73,52,26,.08)}
.site-header-v2__schedule {
  padding:16px 18px 14px;
  border:1px solid rgba(105,85,60,.12);
  border-radius:18px;
  background:rgba(255,255,255,.86);
  box-shadow:0 18px 36px rgba(73,52,26,.08)}
.site-header-v2__schedule .schedule {
  color:#5b4632}
.site-header-v2__schedule .schedule-table {
  width:100%}
.site-header-v2__schedule .schedule-table td,.site-header-v2__schedule .schedule-table th {
  padding:4px 0;
  color:#5b4632;
  font-size:13px;
  text-align:center;
  vertical-align:middle}
.site-header-v2__schedule .schedule-table td.time,.site-header-v2__schedule .schedule-table th:first-child {
  width:110px;
  text-align:left}
.site-header-v2__schedule .schedule p {
  margin-top:8px;
  color:#6c5843;
  font-size:12px;
  line-height:1.55}
.site-header-v2__contact {
  display:grid;
  justify-items:end;
  gap:6px;
  padding-top:2px;
  text-align:right}
.site-header-v2__address,.site-header-v2__postal {
  color:#6a5845;
  font-size:12px;
  line-height:1.6}
.site-header-v2__tel {
  color:#2f3b44;
  font-size:30px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:.02em}
.site-header-v2__tel small {
  margin-right:4px;
  color:#8a7d70;
  font-size:13px;
  font-weight:500}
.site-header-v2__tel a {
  color:inherit}
.site-header-v2__reserve {
  display:inline-flex;
  width:208px;
  margin-top:6px}
.site-header-v2__reserve img {
  display:block;
  width:100%;
  height:auto}
.site-mobile-nav-v2 {
  display:none}
@media screen and (max-width:1279px) and (min-width:1024px) {
  .site-header-v2__inner {
  grid-template-columns:minmax(220px,250px) minmax(280px,1fr) minmax(200px,220px);
  gap:20px;
  padding:16px 0 14px}
.site-header-v2__brand img {
  width:244px}
.site-header-v2__badges {
  gap:8px;
  margin-top:12px}
.site-header-v2__schedule {
  padding:12px 14px}
.site-header-v2__schedule .schedule-table td,.site-header-v2__schedule .schedule-table th {
  font-size:12px}
.site-header-v2__contact {
  gap:4px}
.site-header-v2__tel {
  font-size:25px}
.site-header-v2__reserve {
  width:180px}
}
@media screen and (max-width:1023px) {
  .site-shell--static-v2 .pc_none {
  display:inline}
.site-header-v2 {
  display:none}
.site-mobile-nav-v2 {
  position:sticky;
  top:0;
  z-index:10000;
  display:block;
  border-bottom:1px solid #e8e1d8;
  background:#fff}
.site-mobile-nav-v2__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:74px;
  padding:10px var(--site-gutter-current)}
.site-mobile-nav-v2__brand {
  display:inline-flex;
  max-width:calc(100% - 124px);
  position:relative;
  z-index:10001;
  transition:opacity .2s ease}
.site-mobile-nav-v2__brand img {
  width:164px;
  max-width:100%;
  height:auto}
.site-mobile-nav-v2.navOpen .site-mobile-nav-v2__brand {
  opacity:0;
  pointer-events:none}
.site-mobile-nav-v2__actions {
  position:relative;
  z-index:10001;
  display:flex;
  align-items:center;
  gap:10px}
.site-mobile-nav-v2__button,.site-mobile-nav-v2__map {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border:1px solid rgba(105,85,60,.18);
  border-radius:14px;
  background:linear-gradient(180deg,#fff 0,#f7f1e7 100%);
  color:#6a553c;
  font-size:11px;
  font-weight:700;
  box-shadow:0 10px 18px rgba(74,54,29,.12)}
.site-mobile-nav-v2__button {
  position:relative;
  padding:0;
  cursor:pointer}
.site-mobile-nav-v2__map svg {
  display:block;
  width:22px;
  height:22px}
.site-mobile-nav-v2__button span {
  position:absolute;
  left:50%;
  width:18px;
  height:2px;
  background:#6a553c;
  transform:translateX(-50%);
  transition:transform .2s ease,opacity .2s ease}
.site-mobile-nav-v2__button span:nth-child(1) {
  top:16px}
.site-mobile-nav-v2__button span:nth-child(2) {
  top:23px}
.site-mobile-nav-v2__button span:nth-child(3) {
  top:30px}
.site-mobile-nav-v2.navOpen .site-mobile-nav-v2__button span:nth-child(1) {
  top:23px;
  transform:translateX(-50%) rotate(45deg)}
.site-mobile-nav-v2.navOpen .site-mobile-nav-v2__button span:nth-child(2) {
  opacity:0}
.site-mobile-nav-v2.navOpen .site-mobile-nav-v2__button span:nth-child(3) {
  top:23px;
  transform:translateX(-50%) rotate(-45deg)}
.site-mobile-nav-v2 #spNavBody {
  position:fixed;
  inset:0;
  z-index:9998;
  overflow:auto;
  padding:96px var(--site-gutter-current) 40px;
  background:rgba(105,85,60,.98);
  opacity:0;
  pointer-events:none;
  transform:translateY(-16px);
  transition:opacity .2s ease,transform .2s ease}
.site-mobile-nav-v2.navOpen #spNavBody {
  opacity:1;
  pointer-events:auto;
  transform:translateY(0)}
.site-mobile-nav-v2 #spNavBody ul {
  display:grid;
  gap:10px}
.site-mobile-nav-v2 #spNavBody a {
  display:block;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  color:#fff;
  font-size:16px;
  line-height:1.4;
  background:rgba(255,255,255,.04)}
}
