.header_nav_contact {
  width: 272px;
  height: 116px;
  padding: 10px 0;
}
.header_nav_contact .contact_method {
}
.header_nav_contact .header_nav_contact_ttl {
  font-size: 15px;
  text-align: center;
  letter-spacing: -.05em;
  text-shadow: 0px 0px 10px rgba(242, 108, 0, 0.5), 0px 0px 10px rgba(242, 108, 0, 0.5);
}
.header_nav_contact .contact_method {
  margin: 0;
}
.header_nav_contact .contact_method .tel_wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  letter-spacing: -.05em;
}
.header_nav_contact .contact_method .tel_wrap .num {
  font-weight: bold;
  font-size: 18px;
  font-feature-settings: "palt" 1;
}
.header_nav_contact .contact_method .tel_wrap .time {
  font-size: 10px;
}
.header_nav_contact .contact_method .contact_mail {
  width: 164px;
  margin: 0 auto;
  float: none;
}