@media screen and (max-width: 749px) {
  body {
    padding-top: 112rem;
  }
}

.c-plan-card.comingsoon .c-plan-card__image {
  position: relative;
  min-height: 300px;
}
@media screen and (max-width: 749px) {
  .c-plan-card.comingsoon .c-plan-card__image {
    min-height: auto;
    height: 180px;
  }
}
.c-plan-card.comingsoon .c-plan-card__image img {
  filter: blur(8px);
}
.c-plan-card.comingsoon .c-plan-card__image:after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14rem;
  font-weight: 500;
  color: #C39D43;
  padding: 4px 16px;
  min-width: 110rem;
  background: white;
  text-align: center;
  border: solid 1px #C39D43;
}

.c-plan-nav__item.comingsoon span.c-plan-nav__link {
  pointer-events: none;
  padding: 14rem 16rem;
  display: block;
  text-align: center;
  background: #eee;
  line-height: 1.1;
}
.c-plan-nav__item.comingsoon span.c-plan-nav__link span {
  font-size: 12rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .c-plan-nav__item.comingsoon span.c-plan-nav__link {
    padding: 22rem 16rem;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}
@media screen and (max-width: 749px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}

.c-floating-entry--second {
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  .c-floating-entry--second {
    line-height: 1.7;
  }
}

.footer_gototop {
  position: fixed;
  bottom: 85px;
  right: 0;
  z-index: 9999;
  width: 70px;
  height: 70px;
  background: white;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
}
.footer_gototop a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_gototop img {
  width: 27px;
}
@media screen and (max-width: 749px) {
  .footer_gototop {
    height: 50px;
    bottom: 130px;
  }
}

.c-contact-banner {
  padding-top: 0;
}

.c-plan {
  padding-bottom: 80rem;
}
@media screen and (max-width: 749px) {
  .c-plan {
    padding-bottom: 60rem;
  }
}

.c-bathroom-app__tag:hover {
  color: #555 !important;
  border: 1rem solid #ddd !important;
}

.c-floating-entry--reserve {
  background: #2E95E0;
}

.c-entry .--box:nth-child(2) .--inner {
  border: 1px solid #fff;
}

.c-map__gallery.border {
  border: solid 1px rgba(255, 255, 255, 0.3);
}
.c-map__gallery {
  position: relative;
  z-index: 100;
  color: white;
  text-align: center;
  padding: 24rem;
  background: rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30rem;
}
.c-map__gallery-inner {
  display: flex;
  gap: 16rem;
  align-items: center;
  margin-bottom: 24rem;
}
.c-map__gallery-info {
  flex-basis: 50%;
  font-size: 20rem;
  text-align: center;
}
.c-map__gallery-map {
  flex-basis: calc(50% - 16rem);
}
.c-map__gallery-map img {
  width: 100%;
}
.c-map__gallery-logo {
  margin-bottom: 8rem;
  display: none;
}
.c-map__gallery-logo img {
  filter: brightness(100);
  width: clamp(100px, 12vw, 180px);
}
.c-map__gallery-title {
  font-size: 28rem;
  margin-top: 0rem;
  margin-bottom: 16rem;
}
.c-map__gallery-text {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 16rem 0;
  font-size: 16rem;
  font-weight: 200;
  line-height: 1.4;
}
.c-map__gallery-address {
  font-size: 24rem;
}
@media screen and (min-width: 750px) {
  .c-map__gallery {
    padding: 48rem;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
  .c-map__gallery-logo {
    display: block;
  }
  .c-map__gallery-title {
    font-size: 28rem;
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
  .c-map__gallery-inner {
    width: 100%;
    display: flex;
    gap: 16rem;
    align-items: center;
    gap: 40px;
    margin-bottom: 24rem;
  }
}/*# sourceMappingURL=update.css.map */