@charset "UTF-8";
/* %算出に使用 */
/* ===============================
  お問い合わせ
=============================== */
/*------------------------------
contact-tel
------------------------------*/
.contact-tel {
  padding-top: 5%;
}

.contact-tel__message {
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
  text-align: center;
  position: relative;
  padding-bottom: 1.2em;
}
.contact-tel__message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3e3a39;
  width: 2em;
  height: 1px;
}
.contact-tel__message strong {
  display: block;
  font-size: 1.9108280255vw;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .contact-tel__message {
    font-size: 3.2vw;
  }
  .contact-tel__message strong {
    font-size: 5.6vw;
  }
}

.contact-tel__number {
  text-align: center;
  margin-top: 3%;
}
.contact-tel__number a {
  display: inline-block;
  font-size: 3.1847133758vw;
  font-weight: 200;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.08em;
}
.contact-tel__number a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icon_phone.svg) no-repeat center center/contain;
  width: 0.72em;
  aspect-ratio: 73/80;
}
@media (min-width: 768px) and (hover: hover) {
  .contact-tel__number a:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .contact-tel__number a {
    font-size: 8.8vw;
  }
}

.contact-tel__time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2.3%;
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
  text-align: center;
  padding: 0.8em 1.6em;
  border-top: 1px solid #47555e;
  border-bottom: 1px solid #47555e;
}
@media (max-width: 767px) {
  .contact-tel__time {
    font-size: 3.2vw;
  }
}

/*------------------------------
contact-form
------------------------------*/
.contact-form {
  padding: min(130px, 8.2802547771vw) 0 min(220px, 14.0127388535vw);
}
/*# sourceMappingURL=contact.css.map */