/* ===== 共通デザイン ===== */

body {
    font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
    color: #333;
    line-height: 1.7;
  }
  
  .site-header {
    background: #f7f7f7;
  }
  
  .site-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  
  .site-copy {
    color: #666;
    margin-top: 0.5rem;
  }
  
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .gallery-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }
  
  .site-footer {
    background: #f7f7f7;
    color: #777;
  }
  