.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1rem;
}

.logo__svg {
  background-color: #f3f0eb;
  border-radius: 0;
  flex: none;
  width: 200px;
  height: auto;
  margin-top: -75px;
}

.logo__svg.small {
  background-color: #0000;
  width: 12rem;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -10px;
}

.socialdiv {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.img-100v2 {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.grid_about {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.nav_block {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.grid--form {
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.img--hero {
  object-fit: fill;
  width: 100%;
  height: 40ch;
  display: flex;
  position: relative;
  overflow: visible;
}

.date-picker {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.date-picker::placeholder {
  color: #3d4543;
  letter-spacing: 0;
}

.img__100 {
  perspective-origin: 50%;
  transform-origin: 50%;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
  transition: all .35s;
  position: absolute;
  inset: 0%;
}

.img__100:hover {
  transform: scale(1.05);
}

.social--massage {
  background-color: #fff;
  margin-right: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dropdown {
  background-color: #fff;
  height: 50px;
  margin-bottom: 20px;
  font-size: 16px;
}

.dropdown:focus {
  height: 50px;
}

.link-2 {
  transition: all .35s;
}

.copyright {
  background-color: #3d4543;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  position: relative;
}

.container {
  text-align: center;
  object-fit: fill;
  align-self: auto;
  width: auto;
  min-width: auto;
  max-width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  position: relative;
}

.container.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr 2fr 2fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-16 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bookingsform--wrapper {
  display: block;
}

.section-hero {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: #3d454330;
  margin-top: 20px;
  padding: 30px 0;
  font-size: 16px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #3d4543;
  background-image: url('../images/5b6a6a2c3e39a7f37794e7b3_facebook-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #3d4543;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .35s;
}

.social-wrapper-div:hover {
  opacity: 1;
  color: #3d4543;
  background-color: #fff;
  border-color: #3d4543;
}

.social-wrapper-div.is--massage-wrapper {
  margin: 10px;
}

.social-wrapper-div.instagram {
  background-image: url('../images/5b6a6a2c3e39a7d3bd94e7b2_instagram-icon-white.svg');
  background-size: 22px;
  padding: 0;
}

.social-wrapper-div.instagram:hover, .social-wrapper-div.facebook:hover {
  background-color: #99973b;
}

.featured {
  color: #f3f0eb;
  background-color: #3d4543;
  padding: 13px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.texlink {
  color: #bac6c3;
}

.texlink:hover {
  color: #fff9;
}

.block-quote-3 {
  margin-top: auto;
}

.img__wrapper {
  width: 100%;
  height: 20rem;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.img-fortune {
  margin-top: auto;
}

.img-fortune.absolute {
  position: absolute;
  inset: 1% auto auto 1%;
}

.massage-wrapper {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  width: 100%;
  height: 100%;
  padding: 19px;
  display: flex;
}

.massage-wrapper.is--colour {
  background-color: #f3f0ebbf;
}

.grid-2 {
  border-radius: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.menuwrapper {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #3d4543;
  flex-direction: column;
  padding: 20px;
  transition: all .35s;
  display: none;
  position: absolute;
  top: 72px;
}

.c__footerdiv {
  text-align: center;
  background-color: #0000;
  border-left: 1px #73665980;
  border-right: 1px #73665980;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.c__-footergrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.c__divider {
  background-color: #99973b;
  width: 50px;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.c__divider.centred {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ync {
  color: #fff;
  font-size: 12px;
  display: inline;
}

.text-field {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  cursor: auto;
  width: 100%;
  height: 50px;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: #3d4543;
  letter-spacing: 0;
}

.about-pompeotext {
  width: 75%;
  line-height: 24px;
}

.about-pompeotext.center {
  text-align: center;
  width: auto;
  margin-bottom: 10px;
  font-style: normal;
}

.about_image {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.menu-links {
  color: #fff;
  background-color: #3d4543;
  border-bottom-style: solid;
  border-bottom-color: #ffffff80;
  width: auto;
  padding: 20px 45px 20px 20px;
  position: relative;
}

.menu-links:hover {
  background-color: #99973b;
  font-weight: 400;
}

.menu-links.w--current {
  color: #fff;
  border-bottom-color: #ffffff80;
  padding-right: 20px;
  display: block;
}

.massage-button {
  color: #f3f0eb;
  background-color: #3d4543;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  display: block;
}

.massage-button:hover {
  color: #99973b;
}

.massage-button.w--current {
  color: #f3f0eb;
}

.section-footer {
  background-color: #3d454312;
  border-top: 1px solid #3d4543cc;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-footer.is--massage {
  background-image: url('../images/Noise-bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.logo-wrapper {
  width: 200px;
  height: 200px;
  display: block;
}

.div-block-4 {
  display: flex;
}

.error-message {
  color: #fff;
  background-color: #3d4543;
  border-radius: 3px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.bno {
  clear: none;
  color: #fff;
  font-size: 12px;
  display: inline;
}

.review_section {
  background-color: #99973b1a;
}

.text-wrapper {
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.text-wrapper.is--colour {
  background-color: #f3f0ebbf;
}

.grid-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_wrapper {
  object-fit: fill;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

.centred {
  text-align: center;
}

.bold-text-4 {
  font-size: 12px;
}

.collection-list_review {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.menu__wrapper {
  background-color: #0000;
  justify-content: flex-end;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.4;
}

.section__massage {
  object-fit: cover;
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section__massage.is--bg {
  background-image: url('../images/Noise-bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.yamamoto__bookingform {
  background-color: #ffffff6e;
  padding: 90px;
  display: block;
}

.section_about {
  background-color: #0000;
  background-image: url('../images/Noise-bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.full-menu-button {
  cursor: pointer;
  background-color: #fff;
  border: 1px #3d4543;
  border-style: none solid;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 26px;
  transition: all .35s;
  display: block;
  position: static;
}

.full-menu-button:hover {
  background-color: #f3f0eb;
}

.text--block {
  font-size: 16px;
}

.body {
  font-family: Baskervville, sans-serif;
  font-size: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link {
  color: #484444;
}

.code-embed {
  height: auto;
}

@media screen and (max-width: 991px) {
  .grid_about {
    grid-template-columns: 1fr;
  }

  .img__100 {
    object-position: 50% 25%;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .copyright {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container {
    flex: 0 auto;
    align-self: auto;
    width: 90%;
    min-width: auto;
    max-width: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.footer {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    min-width: 80px;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .section-footer {
    height: auto;
  }

  .error-message {
    width: auto;
  }

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

  .yamamoto__bookingform {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .grid_about {
    grid-template-columns: 1fr;
  }

  .grid--form {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .date-picker {
    text-align: center;
    width: 100%;
  }

  .img__100 {
    object-fit: cover;
    object-position: 50% 15%;
  }

  .dropdown {
    text-align: center;
  }

  .copyright {
    flex-direction: column;
  }

  .container {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .c__footerdiv {
    width: auto;
  }

  .c__-footergrid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ync {
    text-align: left;
    flex: 1;
  }

  .text-field {
    text-align: left;
    width: 100%;
    display: block;
    position: static;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .bno {
    text-align: right;
    flex: 0 auto;
    line-height: 20px;
  }

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

  .yamamoto__bookingform {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .logo__svg {
    width: 40%;
  }

  .img--hero {
    flex: none;
  }

  .dropdown {
    margin-bottom: 10px;
  }

  .copyright {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .container {
    width: 100%;
    max-width: 85%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: none;
    position: relative;
  }

  .massage-wrapper {
    padding: 10px;
  }

  .c__footerdiv {
    border-left-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .ync {
    text-align: center;
    flex: none;
    order: 0;
    align-self: auto;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }

  .about-pompeotext.center {
    width: 80%;
  }

  .logo-wrapper {
    display: none;
  }

  .bno {
    text-align: center;
    flex: none;
    font-size: 12px;
    line-height: 1.4;
    display: block;
  }

  .text-wrapper {
    margin-bottom: 20px;
    padding: 0;
  }

  .bold-text-4 {
    font-size: 12px;
  }

  .collection-list_review {
    grid-template-columns: 1fr;
  }

  .rich-text-block {
    padding: 8px;
  }

  .yamamoto__bookingform {
    padding: 0;
  }
}

#w-node-dc90800c-f99f-b09c-6c13-b30ad0be25ca-fc952816 {
  place-self: auto start;
}

#w-node-dc90800c-f99f-b09c-6c13-b30ad0be25f2-fc952816, #w-node-dc90800c-f99f-b09c-6c13-b30ad0be2605-fc952816, #w-node-dc90800c-f99f-b09c-6c13-b30ad0be261b-fc952816 {
  justify-self: auto;
}

#field.w-node-dc90800c-f99f-b09c-6c13-b30ad0be2687-fc952816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


