<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&amp;family=Roboto:wght@300;400;700&amp;display=swap");

:root {
  --secondary-color: #fff;
  --primary-font: "Noto Sans JP", sans-serif;
  --accent-font: "Noto Sans JP", sans-serif;
  --body-font: "Roboto", sans-serif;
  --black-color: #050704;
  --primary-color: rgb(180, 55, 51);
  --secondary-color: #c1272d;
  --white-color: #f7f7f7;
}

html,
body {
  overflow-x: hidden;
}

body,
html {
  color: var(--black-color);
}

.is-dark-bg {
  background: var(--black-color);
}

.is-light-bg {
  background: var(--white-color);
}

nav {
  padding: 1.5rem 1rem;
  background: rgba(5, 7, 4, 0.4);
  background: transparent;
  position: relative;
  width: 100%;
  z-index: 99;
  top: 0;
}
.menu-btn {
  max-width: 20px;
  margin-left: 20px;
}

.is-primary-font {
  font-family: var(--primary-font);
}

.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dynamic-hero {
  min-height: 75vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 4rem;
}

.dynamic-hero__logo-container {
  padding-top: 3rem;
  margin-bottom: 1.5rem;
}

.hero-logo {
  max-width: 200px;
}

.shout-container shoutimg,
.shout-container shoutimg.shout-image-block {
  width: 100%;
  max-width: 175px;
  max-height: 175px;
  border: 7px solid black;
}

.shout-container shouttitle {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 1.75rem;
  text-transform: lowercase;
}

.shout-container shoutdate {
  order: 9;
  margin: 1rem 0;
  color: var(--black-color);
}

.shout-container shoutinner,
.shout-container shouttext {
  padding: 0;
}

.shout-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 1rem;
}

.shout-container shoutmessage {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--black-color);
}

.cdb-mobile {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.cdb-icon-container {
  display: flex;
  flex-direction: column;
}

.cbd-icon-wrap {
  background: var(--white-color);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--primary-color);
}

.mobile-nav-items {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(5, 7, 4, 0.95);
}

.mobile-nav-items ul {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.mobile-nav-items__container {
  width: 50%;
  height: 20%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.mobile-nav-items__container a {
  color: var(--black-color);
  display: inline-block;
  font-family: var(--primary-font);
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  font-weight: 300;
  text-transform: lowercase;
}

.close-container {
  position: absolute;
  top: 5px;
  right: 5px;
  max-width: 20px;
}

.reservation-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
}

.title {
  font-family: var(--primary-font);
}

.with-accent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.with-accent span {
  content: "";
  width: 100px;
  border-bottom: 2px solid var(--primary-color);
}

.grid-container p,
.grid-container h4,
.grid-container a {
  color: var(--black-color);
  font-weight: 300;
  text-transform: none;
}

.grid-container h4 {
  font-size: 2rem;
  font-family: var(--primary-font);
}

.grid-container p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}

.grid-container .with-accent {
  align-items: flex-start;
}
.grid-container span {
  padding-top: 10px;
}

.right-icon {
  max-width: 20px;
}

.footer-part__logo {
  max-width: 225px;
  margin: auto;
  text-align: center;
}

.footer-part__logo-container {
  margin-bottom: 55px;
}

.footer-part a {
  color: var(--black-color);
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 300;
}

footer a:hover {
  color: var(--primary-color) !important;
  transition: all 0.3s;
}

.powered-by img {
  max-width: 200px;
}

.locations-render .location-title {
  color: var(--primary-color);
  text-decoration: underline;
  display: inline-block;
}

.locations-render .column {
  padding: 0;
}

.location-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.location-toggle-text {
  color: var(--primary-color);
  background: var(--white-color);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid var(--primary-color);
}

.location-option {
  color: white;
}

.border-bottom-primary {
  border-bottom: 1px solid var(--primary-color);
  text-transform: lowercase;
}

nav.scrolled {
  /* background: white; */

  width: 95%;
  margin: auto;
  transition: all 0.5s;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.event-name {
  font-size: 1.25rem;
  font-weight: 300;
}

.recurring-days {
  text-transform: capitalize;
  font-size: 0.75rem;
}

.recurring-time {
  font-size: 0.75rem;
}

.section__events-showcase p,
.section__events p {
  color: white;
}

.section__events-showcase .title {
  font-weight: 300;
  text-transform: lowercase;
}

.primary-btn {
  background: var(--white-color);
  color: var(--black-color);
  border: 2px solid var(--white-color);
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-weight: 300;
  text-transform: lowercase;
}

.primary-btn:hover {
  color: var(--primary-color);
  transition: all 0.4s;
}

.rec-event-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100px;
}

.rec-event {
  padding: 2rem 0;
  border-bottom: 2px solid var(--primary-color);
  /* padding-top: 2em; */
}

.event-columns {
  padding: 1rem;
}

.rec-events-container {
  margin-top: 2rem;
}

.menuSectionName {
  height: 100%;
  width: 100%;
  background: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__menu {
  background-color: var(--white-color);
  background-image: url("https://www.transparenttextures.com/patterns/tree-bark.png");
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pricelistLastUpdated {
  display: none;
}

.menu-category-items-container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  padding: 1rem 0.5rem;
}

.sub-item-box h1 {
  color: black;
  font-size: 2rem;
  font-family: var(--primary-font);
  text-transform: lowercase;
  font: 300;
}

#menu-container {
  margin-bottom: 2rem;
}

.gn-new-menu .menu-item-prices {
  justify-content: flex-end;
}

.menu-item-description h3 {
  font-weight: 600;
}

#menuSectionOfSections &gt; div {
  margin: auto;
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--primary-font);
  color: var(--black-color);
  border: 2px solid var(--black-color);
  padding: 1rem;
}

.menuSectionName {
  color: var(--black-color);
  text-transform: lowercase;
}

#menuSectionOfSections {
  display: flex;
  flex-direction: column;
}

#page-header-title {
  font-family: var(--primary-font);
  color: var(--black-color);
  background: var(--white-color);
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 2rem;
  border: 1px solid var(--black-color);
  text-transform: lowercase;
}

.page-header {
  margin-bottom: -4rem;
}

.new-no-events {
  display: none;
}

#photos-container &gt; div.gn-gal-block.starters {
  grid-column-end: span 3;
}

.section-gallery {
  padding: 3rem;
  padding-left: 0;
  padding-right: 0;
}

.gn-album-container,
.popup-gallery {
  max-width: none;
}

.gn-gal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-family: var(--primary-font);
  background: #0000003d;
}

#gallery .back-to-album {
  color: white;
  font-weight: 300;
  text-align: left;
}

.is-primary {
  color: var(--primary-color);
}

#gallery h1 {
  display: none;
}

.hours-light .day-toggle {
  font-weight: 300;
  color: var(--black-color);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.hours-light .hours_container_box h3 {
  font-size: 1rem;
  font-weight: 300;
}
.hours-section {
  margin-bottom: 2rem;
}

.box__dark a,
.box__dark span {
  color: var(--black-color);
  font-weight: 300;
  text-decoration: underline;
}

.secure-form {
  margin: auto;
}

#aboutus-container {
  font-size: 1rem;
  line-height: 2rem;
}

.private-form label {
  color: white;
  font-weight: var(--primary-font);
}

.secure-form .secure-form-submit-button[type="submit"] {
  background: transparent;
  color: var(--black-color);
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
}

.grid-container .with-accent {
  font-weight: 300;
}

.grid-container .with-accent:hover {
  color: var(--primary-color);
}

.cdb-mobile {
  z-index: 99;
}

#aboutus-container p {
  color: white;
}

.pdf-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pdf-row &gt; div {
  padding: 0.75rem 0;
}

a {
  color: var(--black-color);
}

body {
  padding: 0.25rem 0.5rem;
  background: var(--white-color);
  /* height: 100vh; */
}

.brand-logo {
  max-width: 200px;
}

header {
  padding: 0.5rem 0;
}

nav {
  background: var(--white-color);
}

.button.is-primary {
  background-color: transparent;
  border: 2px solid var(--black-color);
  border-radius: 3px;
  color: var(--black-color);
  text-transform: lowercase;
}

.button.is-primary:hover {
  background: var(--black-color);
  color: white;
  transition: all 0.4s;
}

.title {
  font-weight: 300;
}

footer {
  background-color: var(--white-color);
  background-image: url("https://www.transparenttextures.com/patterns/tree-bark.png");
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); */
}

.dynamic-hero {
  margin-bottom: 0;
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section__about #aboutus-container p {
  color: var(--black-color);
}

.section__about #aboutus-container {
  border: 1px solid #eee;
  background: white;
  padding: 2rem 1.5rem;
}

.content-container {
  margin-bottom: 2rem;
}

.content-container p {
  line-height: 2rem;
}

.container__small {
  max-width: 900px;
}

.container__private {
  background: white;
  border: 1px solid #eee;
  padding: 2rem 0.5rem;
}

.section__private-events {
  padding: 2rem 0.5rem;
}

/* start here */
@media (min-width: 768px) {
  .container__private {
    padding: 2rem 1.5rem;
  }
  .section__events-showcase {
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
  }
  .dynamic-hero {
    margin-bottom: 4rem;
  }
  body {
    padding: 1.5rem;
  }
  .pdf-row {
    flex-direction: row;
  }
  .pdf-row &gt; div {
    padding: 0.75rem;
  }
  .private-form .secure-form .secure-form-item {
    display: flex;
    flex-flow: column wrap;
    padding: 6px;
    /* flex: 1; */
    flex: auto;
    width: 50%;
  }
  .desktop-logo {
    max-width: 200px;
  }
  .desktop-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dynamic-hero {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .desktop-nav a {
    color: var(--black-color);
    font-weight: 300;
    text-transform: lowercase;
    padding: 0.25rem;
    margin: 0 0.5rem;
  }

  .cta-nav {
    border-bottom: 2px solid var(--primary-color);
  }
  .desktop-nav a:hover {
    color: var(--primary-color);
  }
  .shout-container {
    max-width: 500px;
    margin: auto;
  }
  .shout-container shoutinner {
    padding: 2rem;
    border-radius: 20px;
  }
  .shout-container shouttitle {
    font-size: 2.25rem;
  }
  .shout-container shoutmessage {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .scrolled .desktop-logo {
    max-width: 100px;
    transition: all 0.5s;
  }
  nav.scrolled {
    background: var(--white-color);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    width: 80%;
  }
  .is-relative {
    position: relative;
  }
  .desktop-nav .dropdown-items {
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 375px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: var(--white-color);
  }
  .desktop-nav .dropdown-items a {
    display: inline-block;
    margin-bottom: 0.75rem;
  }
  .scrolled .dropdown-items {
    background: var(--white-color);
    border-radius: 10px;
  }
  .grid-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .grid-container {
    padding-bottom: 2rem;
  }
  .grid-container &gt; div {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rec-event {
    border: none;
  }
  .event-name {
    font-size: 1.5rem !important;
    margin-bottom: 0.75rem;
  }
  .primary-btn:hover {
    color: var(--primary-color);
  }
  .locations-title {
    margin-bottom: 5rem !important;
  }
  .footer-spread {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-part__logo-container {
    margin-bottom: 0;
  }
  footer.section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  footer a:hover {
    color: var(--primary-font);
  }
  #menuSectionOfSections {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #menuSectionOfSections &gt; div {
    margin: 2rem;
  }

  .menuSectionName:hover {
    background: transparent;
    color: var(--primary-color);
  }
  .menu-category-items-container {
    padding-bottom: 2rem;
  }
  .back_btn_menu {
    font-weight: 300;
  }
  #aboutus-container p {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  #aboutus-container {
    max-width: 1200px;
    margin: auto;
  }
  #aboutus-container p {
    color: white;
  }
  .section__about {
    padding: 6rem 1.5rem;
  }
  #contactForm &gt; div &gt; div.secure-form-item.secure-form-message {
    width: 100%;
  }
  #contactForm
    &gt; div
    &gt; div.secure-form-item.secure-form-recaptcha-container {
    width: 100%;
  }
  .secure-form .secure-form-submit-button[type="submit"] {
    width: 100%;
  }
  select {
    height: 52px;
  }
  .location-toggle-text span,
  .location-toggle {
    cursor: pointer;
  }
  .gn-popup__content img {
    max-width: 500px;
  }
}

@media (min-width: 1024px) {
  #gallery .gn-gal-block {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .section-gallery {
    padding: 3rem;
  }
}

@media (min-width: 1000px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px 1px;
    grid-template-areas: ". . ." ". . .";
  }
}

@media all and (-ms-high-contrast: none) {
  .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 1.4fr 0.8fr 0.8fr;
    -ms-grid-rows: 1fr 1fr;
  }
}

.online-order-modal {
  z-index: 9999;
}

.online-order-modal .title {
  color: white;
}

.online-border-modal .column {
  text-align: center;
}

.online-border-modal .columns {
  background: black;
}

.powered-by {
  padding: 16px 4px;
  /* padding-bottom: 23px; */
}

#menuSectionOfSections &gt; div {
	display: block!important;
}</pre></body></html>