/* タイトル */
ul.news-body {
    list-style: none;
}
ul.news-body li {
    border-bottom: 1px dotted #938F8C;
}
h2.title {
    display: flex;
    align-items: center;
}
h2.title:after {
    border-top: 1px solid #938F8C;
    content: "";
    flex-grow: 1;
}
h2.title:after {
    margin-left: 1em;
}
h2.title span.en {
    color: #CB9847;
    padding-right: 1em;
    letter-spacing: .05em;
    font-size: .85em;
    font-weight: bold;
    font-family: "Montserrat";
}
h2.title span.jp {
    color: #9D9A96;
    font-size: .5em;
    font-weight: bold;
}

/* お知らせ */
ul.news-body {
    list-style: none;
    margin-left: 0;
}
ul.news-body li {
    border-bottom: 1px dotted #938F8C;
    padding: 1em .5em;
}
ul.news-body li span.date {
    padding-right: 1em;
}
/* 案内 */
  .b2b-banner {
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    border: 1px solid #e0d8c3; /* 柔らかなベージュ */
    border-radius: 12px;
    background-color: #fcfaf5; /* パンを連想させるオフホワイト */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #4a4a4a;
    line-height: 1.6;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .b2b-banner .brand-name {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    color: #8b572a; /* 小麦色 */
    margin-bottom: 10px;
  }

  .b2b-banner .target-info {
    font-size: 0.95rem;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d1c4a8;
    padding-bottom: 15px;
  }

  .b2b-banner .personal-guide {
    font-size: 0.85rem;
    color: #666;
  }

  .b2b-banner .shop-link {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 20px;
    background-color: #8b572a;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
  }

  .b2b-banner .shop-link:hover {
    background-color: #a06a3d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .b2b-banner .shop-link span {
    font-size: 0.8em;
    margin-right: 5px;
  }