/* =============================================
   お問い合わせセクション（共通：TOP / news / news-single）
============================================= */
.contact {
  background-color: #f9f9f9;
  padding: 160px 0 113px;
}
.contact__card {
  max-width: 960px;
  margin: 0 auto;
  background-color: #f7b560;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 53px 40px;
}
.contact__title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 68px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
.contact__desc {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 40px;
}
.contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #93c572;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  width: 301px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #93c572;
  margin-bottom: 42px;
}
.contact__tel {
  display: flex;
  align-items: flex-end;
  gap: 0;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact__tel-label {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.contact__tel-number {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.contact__hours {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  color: #ffffff;
}
.contact__hours br {
  display: none;
}

@media (max-width: 430px) {
  .contact {
    padding: 80px 0 60px;
  }
  .contact__card {
    margin-left: -9px;
    width: 345px;
    min-height: 450px;
    height: auto;
    border-radius: 50px;
    padding: 50px 20px;
  }
  .contact__title {
    font-size: 3rem;
    line-height: 51px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact__desc {
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact__btn {
    font-size: 2rem;
    line-height: 34px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .contact__tel {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
  }
  .contact__tel-label {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact__tel-number {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact__hours {
    font-size: 2rem;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
  }
  .contact__hours br {
    display: inline;
  }
}
