.tel {
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tel {
    margin-bottom: 4rem;
    text-align: left;
  }
  .tel__number, .tel__open_time {
    padding-left: 3rem;
  }
  .tel__number {
    display: block;
    padding-top: 2rem;
  }
}

.form__submit_btn {
  margin-top: 2rem;
  position: relative;
}

.form .req {
  float: right;
  margin-top: .5em;
}

.wpcf7-spinner{
  position: absolute!important;
  bottom:-2rem;
  left:0!important;
  right: 0!important;
  margin:auto!important;
}
/*# sourceMappingURL=contact.css.map */