:root {
  --jp: "Noto Serif JP", sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  background-color: #252525;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6816-big.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section._1 {
  color: #fff;
  background-color: #46577500;
}

.section._2 {
  color: #fff;
  background-color: #303030;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0%;
}

.section._4 {
  background-color: #56e39f;
}

.section._3 {
  background-color: #4cbaff;
}

.section._5 {
  background-color: #ce5a5a;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6808-mid.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.section._6 {
  height: 100vh;
}

.yoyaku-kotira {
  color: #fff;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.image-3 {
  min-width: 100px;
  height: 250px;
}

.reservation {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
}

.reserve-button {
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  padding: 5px 40px;
  text-decoration: none;
  display: flex;
}

.reserve-button.black {
  filter: invert();
}

.button-link {
  border: 1px #000;
  margin-bottom: 20px;
  text-decoration: none;
}

.logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  min-width: 40vw;
}

.image-4 {
  min-width: 600px;
  padding-top: 0;
  padding-bottom: 20px;
}

.top-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  max-width: 100vw;
  height: 110vh;
  min-height: 100vh;
  max-height: 110vh;
  display: flex;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 40vh 30vh minmax(30vh, 1fr);
  grid-template-columns: .75fr 1.5fr .75fr;
  grid-auto-columns: 1fr;
  min-width: 100vw;
  max-width: 100vw;
  height: auto;
  max-height: none;
  margin-top: 0;
  display: grid;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.concept-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  max-width: 100vw;
  min-height: auto;
  padding-top: 10%;
  padding-bottom: 0%;
  display: flex;
}

.container-3 {
  min-width: 1px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.section-txt-eng {
  color: #fff;
  letter-spacing: -4px;
  width: 80vw;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.section-txt-jp {
  color: #fff;
  margin-top: 5px;
  margin-left: 10px;
  font-family: Droid Serif, serif;
  font-size: 15px;
  font-weight: 300;
}

.section-txt-body {
  color: #fff;
  margin: 20px;
  padding-top: 0;
  font-family: PT Serif, serif;
  font-weight: 200;
  line-height: 20px;
}

.meal-container {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  background-image: linear-gradient(#00000080, #00000080), url('../images/food.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  height: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.container-4 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 1px;
  display: block;
}

.container-4.meal {
  margin-top: 5%;
}

.container-4.t {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.slider {
  z-index: -1;
  min-width: 100vw;
  min-height: 110vh;
  position: absolute;
  inset: 0%;
}

.image-5 {
  min-width: 100vw;
  min-height: 100vh;
}

.slide {
  background-color: #0000;
}

.dinner-container {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/meisi.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  min-width: 100vw;
  max-width: none;
  min-height: 110vh;
}

.lunch-container {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6796-big.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100vw;
  max-width: none;
  min-height: 100vh;
}

.coffee-container {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6843-big.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 100vw;
  max-width: none;
  min-height: 100vh;
}

.slide-nav {
  display: none;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block {
  min-width: 200px;
  min-height: 200vh;
}

.plan-container {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6840-big.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
}

.plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10px 10%;
  display: grid;
}

.plan-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.plan-image {
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 5px;
  width: 20vw;
  min-width: 15vw;
  max-width: 80%;
  height: 10vw;
  min-height: auto;
  box-shadow: 7px 5px 5px #0003;
}

.plan-mini-title {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.plan-body {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.plan-num-container {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.text-block {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 20px;
}

.plan-link {
  text-decoration: none;
}

.contact-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: 0%;
  padding-top: 10%;
  padding-bottom: 0%;
  display: flex;
}

.access-txt-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.text-block-2 {
  font-family: var(--jp);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.text-block-3 {
  font-family: var(--jp);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.text-block-4 {
  font-family: var(--jp);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(10px, 20px) .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 30vw;
  max-width: none;
  height: auto;
  max-height: 40vh;
  margin: 20px auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.icon {
  width: 15px;
  min-width: 15px;
}

.link {
  font-family: var(--jp);
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.link.data {
  text-align: left;
  font-weight: 500;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 9px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Droid Serif, serif;
  font-size: 13px;
}

.div-block-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.d-117-first-line {
  transform-origin: 100%;
  background-color: #e9e9e9;
  position: absolute;
  inset: 0%;
}

.d-117-first-line.black {
  background-color: #454545;
}

.nav-logo {
  width: 120px;
}

.d-117-second-line {
  transform-origin: 0%;
  background-color: #e5e5e5;
  position: absolute;
  inset: 0%;
}

.d-117-second-line.black {
  background-color: #454545;
}

.menu-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menu-link-text-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 48px;
  transition: opacity .2s;
}

.menu-link-text-2:hover {
  opacity: .65;
}

.d-117-line-wrapper {
  background-color: #454545;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  position: absolute;
  overflow: hidden;
}

.d-117-line-wrapper.white {
  background-color: #f2f2f2;
}

.nav-menu {
  z-index: 97;
  background-color: #00000073;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35vw;
  padding-right: 10%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.nav-logo-wrap {
  filter: invert();
  margin-bottom: 3%;
  display: none;
}

.nav-logo-wrap.w--current {
  margin-bottom: 14%;
}

.nav-menu-button {
  z-index: 98;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: 3rem 3rem auto auto;
}

.nav-menu-button.white {
  color: #e5e5e5;
}

.google-phone, .code-embed {
  display: none;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.upgrade-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-text {
  color: #000;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.upgrade-row {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-box {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 48%;
  padding-bottom: 30px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.feature-item.not-available {
  opacity: .5;
  filter: grayscale();
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: #00000008;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: #28d8931a;
  justify-content: center;
  display: flex;
}

.upgrade-accent {
  background-color: #fff;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #000000bf;
  display: block;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.price-text {
  color: #919496;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.copy-me {
  opacity: 1;
  display: none;
}

.discount-label {
  color: #fff;
  background-color: #28d893;
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.upgrade-container {
  z-index: 10;
  opacity: 1;
  text-align: center;
  background-color: #00000069;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/meisi.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  padding-left: 15px;
  display: inline-block;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 32px;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px #1810635c;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px #1810635c;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px #1810632e;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px #1810632e;
}

.container-6 {
  max-width: 100%;
  max-height: 100%;
}

.business-time {
  border-radius: 5px;
}

.business-time.raigetsu {
  display: none;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-2 {
  background-color: #3badff;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.button-2.kongetu {
  background-color: #8b8b8b;
  font-size: 12px;
}

.button-2.raigetu {
  width: 100%;
  font-size: 12px;
}

.kongetsu-image {
  max-height: 100%;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.slider-2 {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.left-arrow {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 150px;
  font-size: 12px;
  display: flex;
}

.right-arrow {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  font-size: 12px;
  display: flex;
  inset: auto 0% 0% auto;
}

.container-7 {
  height: 50px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 5%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-5 {
  color: #fff;
  margin-top: 0;
  font-family: PT Serif, serif;
  position: static;
  top: 100%;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9, .section-2 {
  width: auto;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #ffffff4d;
  border-style: solid none;
  flex-flow: column;
  width: auto;
  margin: 20px 10% 0;
  padding: 20px 10% 20px 15%;
  display: flex;
}

.news-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  outline-offset: 0px;
  color: #fff;
  border: 1px #000;
  outline: 3px #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.news-data {
  font-family: PT Serif, serif;
}

.news-title {
  font-family: PT Serif, serif;
  text-decoration: underline;
}

.view-more-container {
  text-align: right;
  margin-top: 4px;
  margin-bottom: 40px;
  margin-right: 10%;
  font-weight: 700;
}

.link-2 {
  color: #fff;
  font-family: PT Serif, serif;
}

.top {
  background-image: linear-gradient(#00000080, #00000080), url('../images/meisi.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.meal {
  height: auto;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  border: 1px solid #fff6;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
  display: grid;
  box-shadow: 10px 12px 12px #fdfdfd59;
}

.div-block-12 {
  background-color: #ffffff82;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/IMG_9273.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 20px;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-15 {
  color: #fff;
  margin-top: 20px;
  font-family: PT Serif, serif;
  display: flex;
}

.event-title {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: PT Serif, serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.div-block-16 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.text-block-6, .text-block-7 {
  color: #fff;
  font-family: PT Serif, serif;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-size: 10px;
}

.div-block-17 {
  text-align: center;
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  display: flex;
}

.event-image {
  width: auto;
  height: 320px;
}

.link-block {
  color: #fcfcfc;
  text-decoration: none;
}

.button-3 {
  background-color: #3898ec00;
  border: 1px solid #fff;
  font-family: PT Serif, serif;
}

.button-3.black {
  filter: invert();
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-block-19 {
  background-color: #0000;
  background-image: linear-gradient(0deg, #0000, #0009 25%, #000 48% 52%, #0009 77%, #0000);
  width: 100vw;
  height: 20vh;
  display: block;
  position: absolute;
  top: 100vh;
  bottom: 0;
}

.kids-space {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/IMG_6827-mid.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 0;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 60vw;
  display: grid;
}

.div-block-20._1 {
  grid-template-columns: .75fr 1fr;
  width: 70vw;
}

.div-block-20._2 {
  grid-template-columns: 1fr .75fr;
}

.kids-space-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: auto;
  max-width: 100%;
}

.image-7 {
  width: auto;
}

.div-block-21 {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.div-block-22 {
  border-top: 1px solid #0006;
  border-bottom: 1px solid #000;
  width: auto;
  margin-top: 0;
}

.div-block-23 {
  width: auto;
}

.div-block-24 {
  border: .5px solid #ffffff80;
  border-left: 1px #fff;
  border-right-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-9 {
  color: #fff;
  width: auto;
  font-family: PT Serif, serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-block-10 {
  color: #fff;
  width: auto;
  font-family: PT Serif, serif;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: PT Serif, serif;
}

.div-block-25 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-bottom: 10%;
  display: flex;
  position: relative;
  top: 0%;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  border: .5px solid #ffffff80;
  width: 48px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: PT Serif, serif;
}

.text-block-13 {
  margin-left: 40px;
  margin-right: 40px;
  font-family: PT Serif, serif;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: PT Serif, serif;
  font-size: .9rem;
  font-weight: 700;
}

.div-block-26 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.flex-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18vw;
}

.shadow {
  float: none;
  background-image: linear-gradient(#0000, #000000bf 35%, #000 50%, #000c 65%, #fff0);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin-top: 0;
  display: block;
  position: relative;
  top: 10vh;
  bottom: auto;
  overflow: visible;
}

.shadow._2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20vh;
  margin-top: -20vh;
  display: block;
  top: 10vh;
}

.shadow._1 {
  background-image: linear-gradient(#0000, #000000bf 35%, #000 50%, #000c 65%, #fff0);
  justify-content: flex-start;
  align-items: center;
  height: 20vh;
  display: block;
  top: 10vh;
}

.event-top {
  -webkit-text-fill-color: inherit;
  background-color: #929292;
  background-image: linear-gradient(#00000080, #00000080), url('../images/kids-space.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.event-over-view-section {
  background-color: #fff;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0%;
  padding-bottom: 15%;
}

.event-top-container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.event-top-txt {
  margin-top: 5%;
  margin-bottom: 2%;
  font-family: PT Serif, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.text-block-15 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-container {
  grid-column-gap: 2%;
  grid-row-gap: 8%;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.event-contents-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #121212;
  text-align: center;
  background-color: #fff;
  border: .5px solid #000;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  text-decoration: none;
  display: flex;
  box-shadow: 5px 5px 5px 2px #0003;
}

.event-contents-title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 700;
}

.text-block-16, .event-contents-body {
  text-align: left;
}

.event-contents-txtbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin: 10px 20px 20px;
  padding-left: 0;
  display: flex;
}

.text-block-17 {
  text-align: left;
}

.event-contents-date {
  color: #454545;
  text-align: left;
  letter-spacing: 3px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.div-block-28 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-abs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.top-logo {
  width: 200px;
  height: auto;
}

.image-8 {
  filter: invert();
  max-width: 60%;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #e1e1e1;
  flex-flow: column;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
}

.e-contents-title {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.e-theme {
  font-family: PT Serif, serif;
  font-weight: 700;
}

.e-title {
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.e-date {
  font-family: PT Serif, serif;
}

.div-block-29 {
  flex-flow: row;
  margin-top: 5%;
  margin-bottom: 10px;
  display: flex;
}

.text-block-18 {
  padding-right: 4px;
  font-family: PT Serif, serif;
}

.e-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-left: 25%;
  margin-right: 25%;
  padding-left: 0;
  display: flex;
}

.e-image {
  box-sizing: border-box;
  object-fit: contain;
  width: auto;
  max-width: none;
  max-height: 70vh;
  overflow: auto;
}

.e-body-txt {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  margin-left: 0;
  font-family: PT Serif, serif;
  font-size: 13px;
  display: block;
}

.heading {
  text-align: left;
  font-family: PT Serif, serif;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.menu-top {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tenpo-green.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30vh;
  display: flex;
}

.menu-top-head {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: auto;
  padding-top: 5%;
  padding-bottom: 10%;
  display: flex;
}

.div-subtitle {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-19 {
  font-size: 1rem;
}

.text-block-20 {
  text-align: center;
  font-size: 1rem;
}

.menu-button {
  color: #000;
  background-color: #3898ec00;
  border: .6px solid #000;
  padding: 15px 50px;
  font-family: PT Serif, serif;
  font-size: 14px;
  box-shadow: 4px 5px 8px #0003;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 20px;
}

.flex-block-3 {
  margin-bottom: 20px;
}

.text-block-21 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 40px;
  line-height: 50px;
}

.link-block-3 {
  text-decoration: none;
}

.sns-container._1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: .5px solid #ffffff96;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  padding: 5px 10px;
  display: flex;
}

.sns-container._2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #75757569;
  border: .5px solid #ffffff96;
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  padding: 5px 10px;
  display: flex;
}

.image-9 {
  width: 20px;
  height: 20px;
}

.text-block-22 {
  color: #fff;
  font-family: PT Serif, serif;
  font-size: 16px;
}

.link-block-4 {
  z-index: 9999999;
  color: #333;
  background-color: #75757569;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 2% 3% auto;
}

.link-block-5 {
  z-index: 9999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  flex-flow: row;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 2% 8% auto;
}

@media screen and (min-width: 1440px) {
  .section {
    display: flex;
  }

  .image-3 {
    min-width: 100px;
    max-width: 90%;
  }

  .reserve-button {
    cursor: pointer;
  }

  .top-container {
    background-image: linear-gradient(#00000080, #00000080), url('../images/meisi.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .top-grid {
    grid-template-columns: .75fr 1.25fr .75fr;
    min-width: auto;
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0;
  }

  .concept-container {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-3 {
    display: block;
  }

  .section-txt-eng {
    width: 50vw;
  }

  .section-txt-body {
    line-height: 20px;
  }

  .meal-container {
    background-image: linear-gradient(#00000080, #00000080), url('../images/food.jpg');
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    display: flex;
  }

  .dinner-container {
    background-image: url('../images/meisi.png');
    background-position: 0 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .plan-image-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .plan-image {
    border-radius: 5px;
    box-shadow: 8px 8px 3px #0006;
  }

  .plan-mini-title {
    line-height: 25px;
  }

  .ham-menu {
    display: block;
  }

  .copy-me {
    display: none;
  }

  .div-block-10 {
    flex-flow: column;
    margin-left: 10%;
    padding-left: 8%;
    padding-right: 0%;
    display: flex;
  }

  .news-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #fff;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 15%;
    text-decoration: none;
    display: flex;
  }

  .top {
    display: block;
  }

  .div-block-19 {
    width: 100%;
    display: block;
  }

  .kids-space {
    display: block;
  }

  .div-block-21 {
    flex-flow: column;
    display: flex;
  }

  .div-block-25 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-block-12 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-14 {
    font-size: 1rem;
  }

  .div-block-26 {
    padding-left: 0;
  }

  .div-block-27 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .image-3 {
    min-width: 180px;
    max-width: 100%;
  }

  .image-2 {
    min-width: 45vw;
    max-width: 70%;
  }

  .image-4 {
    min-width: 400px;
  }

  .top-grid {
    grid-template-columns: .25fr 1fr 1fr;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    display: block;
  }

  .section-txt-eng {
    width: 90vw;
  }

  .section-txt-jp {
    width: 95vw;
    margin-left: 0;
    padding-left: 10px;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .plan-image {
    width: 50vw;
    max-width: 95%;
    height: 20vw;
  }

  .access-txt-box {
    width: 40vw;
  }

  .text-block-2, .text-block-3 {
    font-size: 1rem;
  }

  .div-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 18px;
    width: 60vw;
    padding-left: 10%;
  }

  .link, .link.data {
    font-size: 12px;
  }

  .nav-logo {
    width: 80px;
  }

  .menu-link-text-2 {
    font-size: 1.6rem;
  }

  .nav-menu {
    width: 45vw;
  }

  .google-desktop {
    display: none;
  }

  .code-embed {
    display: block;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-10 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-11 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-15 {
    font-size: 12px;
  }

  .event-title {
    font-size: 1.2rem;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .event-image {
    width: 280px;
    height: 280px;
  }

  .div-block-20._1, .div-block-20._2 {
    width: 90vw;
  }

  .flex-block {
    width: 25vw;
  }

  .e-body {
    margin-left: 5%;
    margin-right: 5%;
  }

  .e-image {
    max-height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: linear-gradient(to bottom, null, null), url('../images/IMG_6816-big.JPG');
    background-position: 0 0, 50%;
  }

  .image-3 {
    min-width: 111px;
  }

  .tate-container {
    margin-left: 0;
  }

  .top-grid {
    grid-column-gap: 0px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-3 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-txt-jp {
    width: 90vw;
  }

  .container-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-4.t {
    margin-left: auto;
    margin-right: auto;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .plan-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-image {
    width: 45vw;
    height: 15vh;
  }

  .access-txt-box {
    width: 60vw;
  }

  .text-block-2 {
    font-size: .8rem;
    line-height: 1rem;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    max-width: 55%;
    padding-left: 0%;
  }

  .nav-logo {
    width: 60px;
  }

  .menu-link-text-2 {
    font-size: 1.4rem;
  }

  .nav-menu {
    width: 70vw;
    display: flex;
  }

  .nav-menu-button {
    width: 30px;
    height: 30px;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .price {
    font-size: 26px;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .upgrade-row {
    width: 100%;
  }

  .pricing-box {
    width: 49%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .news-data, .news-title {
    font-size: 12px;
  }

  .div-block-11 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-15 {
    font-size: 8px;
  }

  .event-title {
    font-size: 1rem;
  }

  .text-block-6 {
    font-size: 8px;
  }

  .text-block-7 {
    font-size: 10px;
  }

  .div-block-20._1, .div-block-20._2 {
    grid-template-columns: .75fr .75fr;
  }

  .text-block-9 {
    text-align: center;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .flex-block {
    width: 30vw;
  }

  .event-over-view-section {
    padding-bottom: 103%;
  }

  .event-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 14px;
  }

  .section {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/IMG_6816-big.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
  }

  .section._5 {
    -webkit-text-fill-color: inherit;
    background-color: #00000080;
    background-image: linear-gradient(#0006, #0006), url('../images/IMG_6808-mid.JPG');
    background-position: 0 0, 40%;
    background-clip: content-box;
  }

  .yoyaku-kotira {
    margin-top: 5px;
    font-size: .7rem;
    line-height: 1rem;
  }

  .image-3 {
    min-width: auto;
    max-width: 80%;
    height: 200px;
    margin-top: auto;
  }

  .reservation {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .reserve-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-2 {
    min-width: 60vw;
    max-width: 80%;
  }

  .image-4 {
    min-width: 80vw;
  }

  .tate-container {
    margin-top: 40px;
    margin-left: 0;
  }

  .top-container {
    justify-content: center;
    align-items: center;
  }

  .top-grid {
    grid-column-gap: 0px;
    grid-template-rows: 25vh 25vh minmax(30vh, 1fr);
    grid-template-columns: 20vw minmax(60vw, 1fr) 20vw;
    place-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .container-2 {
    max-width: none;
  }

  .concept-container {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-right: auto;
    padding-top: 15vh;
  }

  .container-3 {
    min-width: auto;
    max-width: 100vw;
    margin: 0 0 3%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-txt-eng {
    margin-left: 0;
    font-size: 45px;
  }

  .section-txt-eng.meal {
    margin-left: 0;
  }

  .section-txt-jp {
    width: 80vw;
    margin-top: 0;
    margin-left: 30px;
    font-size: 12px;
  }

  .section-txt-body {
    margin-top: 15px;
    margin-left: 13px;
    margin-right: 13px;
    font-size: .7rem;
    line-height: 1rem;
  }

  .meal-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#00000080, #00000080), url('../images/food.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .container-4 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-4.meal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: auto;
    max-width: 100vw;
    min-height: auto;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-4.b {
    min-height: 30vh;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .container-4.t {
    max-height: 40vh;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .dinner-container {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/meisi.png');
    background-position: 0 0, 84%;
  }

  .lunch-container {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_6796-big.JPG');
    background-position: 0 0, 63%;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .plan-container {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_6840-big.JPG');
    background-position: 0 0, 33%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
  }

  .plan-grid {
    margin-top: 20px;
  }

  .plan-image-container {
    width: 100%;
    max-height: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .plan-image {
    box-sizing: content-box;
    aspect-ratio: 3 / 2;
    filter: grayscale(0%);
    object-fit: fill;
    border-radius: 3px;
    width: 45vw;
    max-width: 90%;
    height: 110px;
    max-height: 150px;
    box-shadow: 6px 5px 4px #00000080;
  }

  .plan-mini-title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .text-block {
    line-height: 30px;
  }

  .plan-link {
    border-radius: 0;
  }

  .mask {
    max-width: 100vw;
  }

  .contact-container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    display: flex;
  }

  .access {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .access-txt-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: .9rem;
    line-height: .9rem;
  }

  .text-block-3 {
    font-size: .8rem;
    line-height: 1.6rem;
  }

  .text-block-4 {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 1vh;
    grid-template-columns: .25fr .75fr;
    width: 80vw;
    max-width: 90vw;
    margin-top: 5%;
  }

  .link {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-3 {
    margin-top: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .button {
    text-align: center;
    font-size: 14px;
  }

  .div-block-4 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
  }

  .menu-link-container._1.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-link-text-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .menu-link-text-2:focus {
    opacity: 1;
  }

  .nav-menu {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    justify-content: flex-start;
    align-items: flex-end;
    width: 95vw;
    min-height: 100vh;
    padding-top: 50%;
    padding-right: 10%;
    inset: 0% 0% 0% auto;
  }

  .nav-logo-wrap {
    margin-bottom: auto;
    display: none;
  }

  .nav-menu-button {
    top: 3%;
    right: 6%;
  }

  .google-phone {
    display: block;
  }

  .code-embed {
    display: none;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #000000b3;
    background-clip: border-box;
  }

  .upgrade-header {
    font-size: 20px;
  }

  .modal-scroll {
    padding-top: 10vh;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-row {
    flex-direction: column;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .copy-me {
    display: none;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .left-arrow, .right-arrow {
    width: 40%;
  }

  .div-block-7 {
    min-height: 2vh;
    margin-top: 10px;
    position: relative;
    inset: auto 0% 0;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    border: 1px solid #dbdbdb33;
    border-style: solid none;
    flex-flow: column;
    width: 90%;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 0%;
    padding-right: 0;
    display: flex;
  }

  .news-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #fff;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    text-decoration: none;
    display: flex;
  }

  .news-data {
    justify-content: center;
    align-items: center;
    font-family: PT Serif, serif;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    position: static;
  }

  .news-title {
    margin-left: 5px;
    font-family: PT Serif, serif;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1rem;
  }

  .view-more-container {
    margin-right: 0%;
  }

  .link-2 {
    font-family: PT Serif, serif;
    font-size: 12px;
  }

  .top {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/meisi.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .meal {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .div-block-11 {
    flex-flow: column;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .div-block-15 {
    margin-top: 10px;
    font-size: 11px;
  }

  .text-block-6, .text-block-7 {
    font-size: 11px;
  }

  .div-block-17 {
    background-color: #fff9;
    margin-top: 10px;
  }

  .event-image {
    width: auto;
    height: auto;
  }

  .div-block-18 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .div-block-19 {
    background-image: linear-gradient(0deg, #0000, #000 50%, #0009 50%, #000 50% 50%, #0000);
    height: 20vh;
    display: block;
    top: 100vh;
  }

  .kids-space {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_6796-big.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 25%;
    padding-bottom: 0%;
  }

  .div-block-20._1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.5fr;
    place-items: center;
  }

  .div-block-20._2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .div-block-21 {
    flex-flow: column;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .text-block-14 {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0;
  }

  .div-block-26 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-block {
    width: 50vw;
  }

  .shadow {
    justify-content: center;
    align-items: flex-end;
    height: 20vh;
    margin-top: 0;
    display: block;
    top: 10vh;
  }

  .shadow._2 {
    background-image: linear-gradient(#0000, #000 50%, #000c 51%, #000 50%, #fff0);
    margin-top: -20vh;
    display: block;
    top: 10vh;
  }

  .shadow._1 {
    background-image: linear-gradient(0deg, #0000, #000 50%, #000000bf 50%, #000 50%, #fff0);
    margin-top: -10vh;
  }

  .div-block-27 {
    margin-top: -26px;
  }

  .event-over-view-section {
    padding-bottom: 10%;
  }

  .event-top-txt {
    font-size: 1.3rem;
  }

  .text-block-15 {
    color: #fff;
  }

  .event-container {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .event-contents-container {
    margin-bottom: 20px;
  }

  .event-contents-title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .event-contents-body {
    font-size: 10px;
  }

  .event-contents-txtbox {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .event-contents-date {
    font-size: 10px;
  }

  .top-logo {
    width: 100px;
  }

  .image-8 {
    max-width: 50%;
  }

  .link-block-2 {
    z-index: 99999999;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .e-contents-title {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .e-theme, .e-date, .text-block-18 {
    font-size: 12px;
  }

  .e-body {
    margin-left: 10%;
    margin-right: 10%;
  }

  .e-body-txt {
    font-family: Noto Serif JP, sans-serif;
  }

  .div-block-30 {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .text-block-20 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
    font-size: .7rem;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .div-block-31 {
    z-index: 9999;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .sns-container {
    z-index: 9999;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #3b3b3b69;
    border: .3px solid #ffffff4d;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    display: flex;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .sns-container._1 {
    width: auto;
    padding-left: 10px;
    bottom: 3%;
  }

  .sns-container._2 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 10px;
    bottom: 7%;
  }

  .image-9 {
    width: 15px;
    max-width: 20px;
    height: 15px;
  }

  .text-block-22 {
    color: #fff;
    font-family: Droid Sans, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .link-block-4 {
    position: fixed;
  }
}

#w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe683-555dcdd6 {
  place-self: end center;
}

#w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe685-555dcdd6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7ea79245-bf33-fada-69da-ad5a3393aa4a-555dcdd6, #w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe688-555dcdd6 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-cd519031-a31a-fa71-6d9a-5a3c324c4a80-555dcdd6 {
  justify-self: center;
}

#w-node-_7e877987-7d1e-641a-4a4f-c8db76871648-555dcdd6 {
  place-self: stretch stretch;
}

#w-node-e5873db4-a4e9-6d76-047c-d0420df9a211-555dcdd6, #w-node-_763804ab-d52d-5fc4-9294-baab7a0dd1f7-555dcdd6, #w-node-_44129974-8553-4103-26fb-b0a18dac71db-555dcdd6, #w-node-_8d11315f-387b-c030-4b0a-1fa1e6345d4e-555dcdd6 {
  place-self: center;
}

#w-node-_81e2477e-fe23-3f11-9af6-76c371b80d89-555dcdd6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-c480826f-c703-bf38-c44e-da8c31864a9a-555dcdd6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center stretch;
}

#w-node-aaccd3be-001e-7817-48a7-e679997a5442-555dcdd6 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-aee28e98-a505-232c-7eed-ccfee4b0aaa7-555dcdd6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b33bf36a-20ee-4602-74d3-375ced98f4d3-555dcdd6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-b33bf36a-20ee-4602-74d3-375ced98f4d5-555dcdd6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-b33bf36a-20ee-4602-74d3-375ced98f4dc-555dcdd6 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b33bf36a-20ee-4602-74d3-375ced98f4de-555dcdd6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a3930379-61e4-bebc-0d04-545302e82096-555dcdd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fae540a9-c94e-0cda-bc8f-a1d2e7284d06-555dcdd6 {
  justify-self: start;
}

#w-node-cab5ab30-01b8-acfb-6359-6d6cdd87a8c3-555dcdd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_384973f1-75ae-3342-64cc-c32e9841f8bb-555dcdd6 {
  place-self: center start;
}

#w-node-_7a311842-d29a-29f4-9b8f-cea2ad938c30-555dcdd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9a7cac27-bcc8-b9a9-6dee-5db2e62451bf-555dcdd6 {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-69b7753a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-69b7753a {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-69b7753a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837738-69b7753a {
  place-self: center start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-69b7753a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-69b7753a {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-b1a17229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-b1a17229 {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-b1a17229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837738-b1a17229 {
  place-self: center start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-b1a17229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-b1a17229 {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-0cbe6222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-0cbe6222 {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-0cbe6222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837738-0cbe6222 {
  place-self: center start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-0cbe6222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-0cbe6222 {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-dfc8910a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-dfc8910a {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-dfc8910a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837738-dfc8910a {
  place-self: center start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-dfc8910a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-dfc8910a {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-ad4965da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-ad4965da {
  justify-self: start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-ad4965da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837738-ad4965da {
  place-self: center start;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-ad4965da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-ad4965da {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe683-555dcdd6 {
    align-self: end;
  }

  #w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe685-555dcdd6 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe683-555dcdd6 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe683-555dcdd6 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: end center;
  }

  #w-node-_8e0fabec-bf49-7015-530f-cf00f6ffe685-555dcdd6 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: start;
  }

  #w-node-_763804ab-d52d-5fc4-9294-baab7a0dd1f6-555dcdd6 {
    place-self: center;
  }

  #w-node-_81e2477e-fe23-3f11-9af6-76c371b80d89-555dcdd6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c480826f-c703-bf38-c44e-da8c31864a9a-555dcdd6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aaccd3be-001e-7817-48a7-e679997a5442-555dcdd6 {
    grid-row: 3 / 4;
  }

  #w-node-aee28e98-a505-232c-7eed-ccfee4b0aaa7-555dcdd6 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-b33bf36a-20ee-4602-74d3-375ced98f4d3-555dcdd6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b33bf36a-20ee-4602-74d3-375ced98f4dc-555dcdd6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b33bf36a-20ee-4602-74d3-375ced98f4de-555dcdd6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a3930379-61e4-bebc-0d04-545302e82096-555dcdd6 {
    align-self: center;
  }

  #w-node-fae540a9-c94e-0cda-bc8f-a1d2e7284d06-555dcdd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-cab5ab30-01b8-acfb-6359-6d6cdd87a8c3-555dcdd6 {
    align-self: center;
  }

  #w-node-_7a311842-d29a-29f4-9b8f-cea2ad938c30-555dcdd6 {
    align-self: start;
  }

  #w-node-_9a7cac27-bcc8-b9a9-6dee-5db2e62451bf-555dcdd6 {
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-69b7753a {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-69b7753a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-69b7753a {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-69b7753a {
    align-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-69b7753a {
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-b1a17229 {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-b1a17229 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-b1a17229 {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-b1a17229 {
    align-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-b1a17229 {
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-0cbe6222 {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-0cbe6222 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-0cbe6222 {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-0cbe6222 {
    align-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-0cbe6222 {
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-dfc8910a {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-dfc8910a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-dfc8910a {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-dfc8910a {
    align-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-dfc8910a {
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837733-ad4965da {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837734-ad4965da {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd0837737-ad4965da {
    align-self: center;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773b-ad4965da {
    align-self: start;
  }

  #w-node-_8a24675d-0d0f-7ccb-7423-14fdd083773c-ad4965da {
    justify-self: start;
  }
}


