/* ====== Footer (シンプルデザイン) ====== */
#site-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.footer-link {
  color: #6c757d;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-link:hover {
  color: #000;
  text-decoration: underline;
}
