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

.c-plan-card.comingsoon {
  min-height: 300px;
}
@media screen and (max-width: 749px) {
  .c-plan-card.comingsoon {
    min-height: auto;
    height: 180px;
  }
}
.c-plan-card.comingsoon:after {
  content: "COMING SOON";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16rem;
  font-weight: 500;
  color: #C39D43;
  padding: 4px 16px;
  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;
}/*# sourceMappingURL=update.css.map */