footer {
  margin-top: 1rem;
  border-top: 1px solid #666;
  padding-top: 1rem;
}

footer .nav ul {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  /* gap: 1rem; */
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
}

footer .nav li a {
  padding: 0.5rem;
  text-decoration: none;
}

@media screen and (min-width:580px) {
  footer .nav li {
    border-right: 1px solid #666;
  }

  footer .nav li:last-child {
    border: none;
  }
  
}

footer .nav li a::before {
  /* content: '\00BB'; */
}

footer .nav li:last-child {
  border-right: none;
}

footer .footer_name {
  padding: 1rem 0;
  font-size: 0.9rem;
  text-align: center;
}

footer .footer_name {
  font-weight: 200;
}

footer .footer_name .blog_name {
  font-size: 1.1rem;
  font-weight: normal;
}

footer .footer_name li {
  /* padding: 4px; */
  display: block;
}

footer .footer_name a.tel::before, .menu_contents .shop_information a.tel::before {
  content: '\2121';
}