@font-face {
  font-family: "GenJyuuGothic";
  src: url("https://chicappa-kushiroph.ssl-lolipop.jp/shop/images/fonts/GenJyuuGothic-Medium.ttf") format("truetype");
  font-weight: 500;     /* Medium想定 */
  font-style: normal;
  font-display: swap;
}

.reserve-banner {
  display: block;
  padding: 14px 20px;
  margin: 16px 0;
  border: 2px solid #5b8f5b;
  background: #f4fbf4;
  text-align: center;
  text-decoration: none;

  font-family: "GenJyuuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", system-ui, sans-serif;
}

.reserve-main {
  font-size: 16px;
  font-weight: 500; /* bold → 500（Medium） */
  color: #333;
}

.reserve-sub {
  font-size: 12px;
  font-weight: 500; /* 統一するならここも */
  color: #555;
}

.reserve-banner:hover {
  background: #e8f6e8;
}

/* 年末年始休業お知らせ（文字バナー版） */
.notice-banner{
  max-width: 600px;          /* 旧画像(600px)の雰囲気を踏襲 */
  margin: 12px auto;         /* 中央寄せ */
  border-color: #2f6fbe;     /* お知らせ系の青 */
  background: #f3f8ff;
  padding: 10px 16px;        /* 画像(高さ50)に寄せて薄め */
}

.notice-main{
  font-size: 16px;
  font-weight: 500;
  color: #1f5ea8;
}

.notice-sub{
  font-size: 12px;
  font-weight: 500;
  color: #2f5f90;
}

.notice-banner:hover{
  background: #e6f1ff;
}

/* 売れ筋・おすすめ商品も予約バナーと同じフォントに統一 */
.kushiro-product-section {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;

  font-family: "GenJyuuGothic",
               "Hiragino Kaku Gothic ProN",
               "Noto Sans JP",
               system-ui,
               sans-serif;
  font-weight: 500;
}

.kushiro-product-title {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.kushiro-product-name {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

.kushiro-product-price {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

.kushiro-product-button,
.kushiro-product-more a {
  font-family: inherit;
  font-weight: 500;
}