body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.coming-soon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

.coming-soon-content {
  width: 100%;
  max-width: 600px;
}

.logo-area {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .logo-area {
    margin-bottom: 50px;
  }
}
.logo-area img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .logo-area img {
    width: calc(100% - 50px);
  }
}

.message-area p {
  font-size: 20px;
  line-height: 2.0;
  color: #333;
  font-family: serif;
}
@media only screen and (max-width: 767px) {
  .message-area p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=page_top.css.map */
