/* home.css … トップ専用 */
.shoplogo {
  color: var(--brand);
  margin: 0;
  margin-bottom: 0.4rem;
  padding: 0;
/*  color: inherit;*/
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
}

.top-info {
  margin: 0.8rem 0 !important;
  padding: 8px 0 10px;
  border-top: 0.5px solid currentColor;
  border-bottom: 0.5px solid currentColor;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.1rem;
  font-weight: 450;
  text-align: center;
}

@media (min-width: 769px) {
  .shoplogo {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
