
/* =====================
  ページスタイル
======================= */
.contact_main_bg{
  background-color: #FADE97;
  padding-bottom: 15.5rem;
  padding-top: 8rem;
}

.main_content_inner{
  width: 76.6rem;
  margin: 0 auto;
}

/* お問い合わせ説明 */
.contact_detail{
  margin-bottom: 6.3rem;
}

.contact_detail_txt{
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--ZenMaru);
  color: #8C4F53;
  line-height: calc(29 / 20);
  text-align: center;
}
/* TEL */
.contact_tel_container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_tel_num{
  font-size: 3rem;
  font-weight: 900;
  font-family: var(--ZenMaru);
  color: #8C4F53;
}

.contact_tel_img{
  width: 3.7rem;
  height: 3.4rem;
  margin-right: 0.9rem;
}

/* 受付時間 */
.contact_reseption_time{
  margin-bottom: 7.6rem;
  text-align: center;
}

.contact_resection_time_txt{
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--ZenMaru);
  color: #8C4F53;
}

.contact_caution{
  margin-top: 2rem;
}

@media screen and (max-width: 699.98px) {
  .main_content_inner{
    width: 100%;
    padding: 0 2rem;
  }

  .contact_detail_txt{
    font-size: 1.7rem;
  }
}