.navbar-brand {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    line-height: 1.3;
  }
  
  .logo-title {
    font-size: 1.25rem;   /* 見出し感 */
    font-weight: normal;
  }
  
  .logo-subtitle {
    font-size: 0.875rem;  /* 少し小さめ */
    color: #666;          /* 薄めにするとバランス良い */
  }