/* 店長ブログ記事ページ用CSS */

.manager-blog {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
  }
  
  .manager-blog-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 2px solid #333;
    padding-bottom: 0.5rem;
  }
  
  .manager-blog-thumbnail {
    margin-bottom: 1.5rem;
  }
  
  .manager-blog-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  
  .manager-blog-meta {
    margin-bottom: 2rem;
  }
  
  .blog-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
  }
  
  .blog-intro {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }
  
  .manager-blog-sections {
    margin-bottom: 2rem;
  }
  
  .blog-section {
    margin-bottom: 2rem;
  }
  
  .section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    border-left: 4px solid #333;
    padding-left: 0.5rem;
  }
  
  .section-image {
    margin-bottom: 1rem;
  }
  
  .section-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
  }
  
  .section-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
  }
  