/* =========================
   Contact common
========================= */

.contact-tel,
.contact-mail {
  margin-top: 80px;
}

.contact-tel__lead,
.contact-mail__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(0,0,0,.62);
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  line-height: 1.8;
}

/* =========================
   Telephone
========================= */

.contact-tel__tel {
  margin: 24px 0;
}

.contact-tel__tel-link {
  position: relative;
  padding: 0 0 0 40px;
  font-family: "Google Sans", sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  line-height: 0;
  margin: 0;
}

.contact-tel__tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url("../images/contact/icon_tel.png") no-repeat center / contain;
}

.contact-tel__tel-link:hover {
  text-decoration: none;
}

.contact-tel__hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}

/* =========================
   Mail form
========================= */

.contact-form {
  margin-top: 40px;
}

.contact-form__row {
  margin-bottom: 24px;
}

.contact-form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.contact-form__label span {
  color: #c00;
  margin-left: 4px;
}

.contact-form__control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
}

.contact-form__control:focus {
  outline: none;
  border-color: #222;
}

.contact-form__note {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}

.contact-form__info {
  margin: 32px 0 16px;
  font-size: 14px;
  color: #666;
}

.contact-form__actions {
  text-align: center;
}

.contact-form__submit {
  display: inline-block;
  min-width: 240px;
  padding: 14px 24px;
  background: #46A7A1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
}

.contact-form__submit:hover {
  opacity: 0.85;
}

/* =========================
   Responsive
========================= */

@media (max-width: 768px) {
  .contact-tel,
  .contact-mail {
    margin-top: 56px;
  }
  
.contact-tel__lead,
.contact-mail__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0,0,0,.62);
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  line-height: 1.8;
}

.contact-tel__tel-link {
  position: relative;
  padding: 0 0 0 30px;
  font-family: "Google Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  line-height: 0;
  margin: 0;
}

.contact-tel__tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("../images/contact/icon_tel.png") no-repeat center / contain;
}

.contact-tel__tel-link:hover {
  text-decoration: none;
}

.contact-tel__hours {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
}
}

/* PC時：最大1200px */
@media (min-width: 769px) {
  .contact-page .container {
    max-width: 1200px;
  }
}
