.comingsoon {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.comingsoon .logo {
  width: 240px;
  margin: 0 auto 50px;
}
.comingsoon .logo img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .comingsoon .logo {
    width: 50vw;
    margin-bottom: 8vw;
  }
}
.comingsoon .txt {
  font-size: 14px;
  line-height: 2;
}
.comingsoon .btnbox {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .comingsoon .btnbox {
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    margin-top: 8vw;
  }
}
.comingsoon .tel {
  margin-top: 25px;
  line-height: 1.6;
}
.comingsoon .tel a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .comingsoon .tel {
    margin-top: 5vw;
  }
}
.comingsoon .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 18px 30px;
  border: 2px solid #00418e;
  border-radius: 40px;
  background-color: #00418e;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  transition: 0.3s;
}
.comingsoon a.btn:hover {
  background-color: #fff;
  color: #00418e;
}
@media screen and (max-width: 800px) {
  .comingsoon .btn {
    width: 100%;
    max-width: 320px;
    min-width: auto;
    padding: 4vw 5vw;
  }
}/*# sourceMappingURL=comingsoon.css.map */