/* tel:電話番号発信 */
.a--tel {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 599px) {
  .a--tel {
    text-decoration: underline;
 }
}

/* TOP営業時間非表示 */
.footer-openinghour-parent {
  display: none;
}