@charset "UTF-8";
/*タイトル*/
.contact-title {
  height: 248px;
  background-color: #F3F3F3;
  text-align: center;
  padding: 48px 24px;
  margin-bottom: 96px;
}

.contact-title h2 {
  max-width: 408px;
  width: 100%;
  height: 70px;
  font-size: 32px;
  font-weight: 700;
  background: #FFF;
  margin: 0 auto 16px;
  border: solid 4px #FFD074;
}

.tell-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tell-number p {
  font-weight: 700;
  margin-right: 16px;
}

.contact-tell-br {
  display: none;
}

/*Google Form*/
.googleform-wrapper {
  position: relative;
  width: 100%;
  height: 1530px;
}

.googleform-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-title h2 {
    font-size: 2.4rem;
    height: 56px;
  }
}

@media (max-width: 460px) {
  .tell-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tell-number p {
    margin-right: 0;
  }
  .tell-number img {
    width: 214px;
    height: auto;
    margin: 0 auto 8px;
  }
  .contact-title > div > p {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
  .contact-tell-br {
    display: block;
  }
}

@media (max-width: 400px) {
  .googleform-wrapper {
    height: 1650px;
  }
}
/*# sourceMappingURL=contact.css.map */