/* 一番上の送料無料バー */
.site-header::before {
  content: "送料一律600円";
  display: block;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #C5A880;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 8px 0;
  line-height: 1.4;
  box-sizing: border-box;
}

/* 上の隙間を消す */
.site-header {
  padding-top: 0 !important;
}

/* ロゴ・メニュー部分の余白だけ戻す */
.site-header .col-full {
  padding-top: 24px !important;
}
/* 全体：和風 */
body,
button,
input,
textarea,
select {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "MS Mincho", serif !important;
}

/* メニュー：読みやすく */
.main-navigation,
.main-navigation a,
.site-header-cart,
.site-header-cart a {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: bold;
}

/* ロゴ・タイトル：老舗感 */
.site-title,
.site-title a,
.entry-title,
.page-title {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif !important;
  font-weight: bold;
  letter-spacing: 0.08em;
}
/* 全文字を明朝体に統一 */
html,
body,
.site,
.site-header,
.site-content,
.site-footer,
.entry-content,
.entry-title,
.page-title,
.widget,
.menu,
.menu a,
.main-navigation,
.main-navigation a,
.site-header-cart,
.site-header-cart a,
button,
input,
textarea,
select,
label,
p,
a,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
.wpforms-form,
.wpforms-form input,
.wpforms-form textarea,
.wpforms-form button,
.woocommerce,
.woocommerce a,
.woocommerce button,
.woocommerce input,
.woocommerce-loop-product__title,
.product_title,
.price,
.site-header::before,
.site-footer::before,
.site-footer .footer-widgets::before {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS Mincho", serif !important;
}
/* 固定ページ本文の文字色をメニューと同じ白系にする */
.entry-content,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-title,
.page-title {
  color: #ffffff !important;
}
/* 商品一覧ページの文字色 */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-ordering select {
  color: #e8dcc8 !important;
}

/* 商品名リンク */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #e8dcc8 !important;
  font-weight: bold;
  line-height: 1.6;
}

/* 価格 */
.woocommerce ul.products li.product .price {
  color: #e8dcc8 !important;
  font-weight: bold;
}

/* 商品画像下のリンク文字 */
.woocommerce ul.products li.product a {
  color: #e8dcc8 !important;
}

/* 並び替えセレクト */
.woocommerce-ordering select {
  background: #ffffff !important;
  color: #000000 !important;
}

/* カートボタン */
.woocommerce ul.products li.product .button {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif !important;
  font-weight: bold;
}

/* カートボタン hover */
.woocommerce ul.products li.product .button:hover {
  background: #d6b27a !important;
  color: #000000 !important;
}
/* スマホ表示（画面幅767px以下）のときのロゴサイズ調整 */
@media screen and (max-width: 767px) {
  /* 米太郎の文字を42pxから32pxに縮小 */
  .site-branding .site-title,
  .site-branding .site-title a {
    font-size: 32px !important;
    letter-spacing: 0.05em; /* 文字間もスマホ用に少し詰め気味に */
  }

  /* 創業100年の文字を20pxから15pxに縮小 */
  .site-branding .site-description {
    font-size: 15px !important;
    margin-bottom: 5px; /* 下との隙間を少し微調整 */
  }
}