.site-logo {
  text-align: center;
  margin: 0.75rem 0;                /* 上下幅を減らす */
  font-family: 'Yomogi', cursive;   /* ゆるかわフォント */
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.site-logo a {
  text-decoration: none;
  color: #222;                     /* ← 黒っぽい文字色 */
  font-weight: 400;
  display: inline-block;
  transition: transform 0.15s ease;
}


.site-logo a:hover {
  transform: scale(1.05);
}
