/*
Theme Name: Twenty Twenty-One Suzuchado
Theme URI: http://suzuchado.net/
Description: Twenty Twenty-One 子テーマ（鈴茶堂ブログ）。ショップ（suzuchado.com）の見た目に寄せる。
Author: SUZUCHADO
Template: twentytwentyone
Version: 0.5.39
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: twentytwentyone-suzuchado
*/

:root {
	/* ショップ本番（suzuchado.com）と同じフルード枠 */
	--suzuchado-max-width: 1000px;
	--suzuchado-sidebar-width: 220px;
	--suzuchado-gutter: 16px;
	--suzuchado-text: #999999;
	--suzuchado-link: #333333;
	--suzuchado-link-hover: #aaaaaa;
	--suzuchado-border: #cccccc;
	--suzuchado-bg: #e5e5e5;
	--suzuchado-surface: #ffffff;
	/* TT21 の強めのデフォルト色を弱める */
	--global--color-primary: #333333;
	--global--color-secondary: #999999;
	--global--color-background: #e5e5e5;
	--global--color-border: #cccccc;
	--primary-nav--padding: 0;
}

body {
	color: var(--suzuchado-text);
	background: var(--suzuchado-bg) url(images/bg.gif) repeat-x top;
	font: 12px "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.7;
}

a {
	color: var(--suzuchado-link);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--suzuchado-link-hover);
}

.site {
	background: transparent;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* =========================================================
 * ヘッダー（ショップ本番 welcart_basic-child と同一）
 * TT21 の .site-header 余白／flex を打ち消す
 * ========================================================= */
.suzuchado-header,
.suzuchado-header.site-header {
	display: block !important;
	align-items: stretch !important;
	flex-wrap: nowrap !important;
	row-gap: 0 !important;
	gap: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	min-height: 0 !important;
}

.suzuchado-header.site-header::before,
.suzuchado-header.site-header::after {
	content: none !important;
	display: none !important;
}

.suzuchado-header .site-description,
.suzuchado-header .site-title,
.suzuchado-header .snav,
.suzuchado-header .main-navigation,
.suzuchado-header .site-branding {
	display: none;
}

#header-container {
	width: 100%;
	max-width: var(--suzuchado-max-width);
	margin: 10px auto 0;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

#headerLogo {
	position: relative;
	height: 190px;
	padding-top: 11px;
	padding-left: 20px;
	background: #ffffff url(images/header_bg.png) no-repeat left top;
	background-size: cover;
	color: #58362d;
	font-size: 11px;
	box-sizing: border-box;
}

#headerLogo .site-logo-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 70%;
	height: 100%;
	z-index: 1;
	text-indent: 0;
	min-height: 0;
	padding: 0;
}

#cartLogo {
	position: static;
	color: #f5f5f5;
	line-height: 1.4;
}

#cartLogo a {
	color: #f5f5f5;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

#cartLogo img {
	vertical-align: middle;
	border: 0;
}

#cartText {
	color: #f5f5f5;
}

#cartLogo .total-quant {
	display: inline-block;
	min-width: 1.5em;
	padding: 0 4px;
	border-radius: 8px;
	background: #c45c26;
	color: #fff;
	font-size: 11px;
	text-align: center;
}

.header-actions {
	position: absolute;
	right: 16px;
	bottom: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	transform: none;
	top: auto;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.35);
	cursor: pointer;
	box-sizing: border-box;
}

.menu-toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: #fff;
	border-radius: 1px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

body.nav-open .menu-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

body.nav-open .menu-toggle-bar:nth-child(2) {
	opacity: 0;
}

body.nav-open .menu-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.suzuchado-nav-backdrop {
	display: none;
}

.suzuchado-drawer-store {
	display: none;
}

/* PC では Blog 下のカテゴリーを出さない（サイドバー側を利用） */
.suzuchado-blog-cats {
	display: none;
}

body.body-fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	.suzuchado-header .header-actions {
		z-index: 120;
	}
}

/* ショップ本番と同じテキストナビ
 * TT21 の ul/ol フォント・余白を打ち消し、高さ・書体を本番に合わせる */
#site-navigation.suzuchado-nav,
.suzuchado-nav {
	clear: both;
	overflow: visible;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.3;
}

/* PC ではドロワー用ラッパーをレイアウトに影響させない */
.suzuchado-nav-panel,
.suzuchado-drawer-inner {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	position: static;
	width: auto;
	height: auto;
	max-height: none;
	overflow: visible;
}

#site-navigation.suzuchado-nav .suzuchado-menu,
.suzuchado-menu,
ul#menu.suzuchado-menu {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	max-width: var(--suzuchado-max-width);
	box-sizing: border-box;
	gap: 0;
	border: none;
	background: transparent;
	overflow: visible;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#site-navigation.suzuchado-nav .suzuchado-menu li,
.suzuchado-menu li,
ul#menu.suzuchado-menu li {
	float: none;
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	box-sizing: border-box;
	border-left: none;
	border-right: 1px solid #ececec;
	position: static;
	font-family: inherit;
}

#site-navigation.suzuchado-nav .suzuchado-menu li:last-child,
.suzuchado-menu li:last-child,
ul#menu.suzuchado-menu li:last-child {
	border-right: none;
	border-bottom: none;
}

#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn,
#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn,
.suzuchado-menu .menu-btn,
ul#menu.suzuchado-menu .menu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 100%;
	height: 36px;
	min-height: 36px;
	margin: 0;
	padding: 6px 8px;
	box-sizing: border-box;
	color: #333333 !important;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
	font-size: 12px !important;
	font-weight: normal;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	text-underline-offset: unset;
	background: transparent !important;
	border-bottom: 2px solid transparent;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn span,
.suzuchado-menu .menu-btn span {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: visible;
	clip: auto;
	clip-path: none;
	white-space: nowrap;
	color: inherit;
}

#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn:hover,
#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn:focus,
#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn:hover,
#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn:focus,
.suzuchado-menu .menu-btn:hover,
.suzuchado-menu .menu-btn:focus {
	color: #1a1a1a !important;
	background-color: #f7f7f7 !important;
	border-bottom-color: #a8896e;
	outline: none;
	text-decoration: none;
}

#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn.is-current,
#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn.is-current,
.suzuchado-menu .menu-btn.is-current {
	color: #1a1a1a !important;
	font-weight: bold;
	border-bottom-color: #a8896e;
	background-color: #fafafa !important;
}

/* ---------- 2カラム（ショップ本番相当: 左#secondary / 右#primary） ---------- */
#topmain.suzuchado-topmain,
#topmain {
	width: 100%;
	max-width: var(--suzuchado-max-width);
	margin: 0 auto;
	padding: 0 var(--suzuchado-gutter);
	background: #ffffff;
	clear: both;
	display: block;
	overflow: visible;
	text-align: left;
	box-sizing: border-box;
}

#topmain::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#primary.site-content,
#primary {
	margin: 0 !important;
	padding: 9px 9px 50px !important;
	line-height: 2;
	border-top: 1px solid var(--suzuchado-border);
	text-align: left;
	background: #ffffff;
	box-sizing: border-box;
}

/* TT21 の clearfix がレイアウトを壊さないように */
#primary.site-content:before,
#primary.site-content:after {
	content: none !important;
	display: none !important;
}

#content {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: auto !important;
}

#content.site-main,
.site-main {
	background: transparent;
	border: none;
	padding: 0;
	max-width: none !important;
	margin: 0 !important;
}

#secondary.widget-area,
#secondary {
	display: block !important;
	grid-template-columns: none !important;
	grid-column: auto !important;
	margin: 0 !important;
	padding: 9px !important;
	line-height: 1.55;
	border-top: 1px solid var(--suzuchado-border);
	text-align: left;
	background: #ffffff !important;
	box-sizing: border-box;
	overflow: visible;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

#secondary.widget-area > *,
#secondary > * {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#secondary.widget-area > .widget,
#secondary > .widget {
	max-width: 100% !important;
	min-width: 0;
	box-sizing: border-box;
}

/* PC: flex（HTMLは primary → secondary でも見た目は左サイド） */
@media screen and (min-width: 1000px) {
	#topmain.suzuchado-topmain,
	#topmain {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
		padding: 0;
	}

	#primary.site-content,
	#primary {
		float: none !important;
		order: 2;
		flex: 1 1 auto;
		width: auto !important;
		max-width: none !important;
		min-width: 0;
		overflow: visible;
	}

	#secondary.widget-area,
	#secondary {
		float: none !important;
		order: 1;
		flex: 0 0 var(--suzuchado-sidebar-width);
		width: var(--suzuchado-sidebar-width) !important;
		max-width: var(--suzuchado-sidebar-width) !important;
		/* フレックスの min-width:auto による中身押し広げ／本文へのはみ出し防止 */
		min-width: 0 !important;
		align-self: stretch;
		border-top: none;
		border-right: 1px solid var(--suzuchado-border);
		overflow: visible;
		padding-right: 10px !important;
	}
}

#secondary .widget {
	margin: 0 0 16px;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: visible;
	box-sizing: border-box;
}

/* メールマガジン等テキストウィジェット（ショップ本番寄せ／見切れ防止） */
#secondary .widget_text {
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	box-sizing: border-box;
}

#secondary .textwidget {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	box-sizing: border-box;
	padding: 0;
	font-size: 11px;
	line-height: 1.6;
	color: #666666;
}

#secondary .textwidget form {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

/* テーブルをブロック化してカラム幅に確実に収める */
#secondary .textwidget table,
#secondary .textwidget tbody,
#secondary .textwidget tr {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box;
	background: transparent !important;
	border: none;
}

#secondary .textwidget td {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	padding: 2px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal !important;
	border: none;
	background: transparent !important;
	box-sizing: border-box;
}

/* 登録 / 削除 / 送信 は横並び */
#secondary .textwidget tr:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	padding: 4px 0;
}

#secondary .textwidget tr:nth-child(3) td {
	display: inline-block;
	width: auto !important;
	max-width: none !important;
	padding: 0;
	white-space: nowrap !important;
	font-size: 11px;
}

#secondary .textwidget input[type="text"],
#secondary .textwidget input[type="email"] {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 3px 4px !important;
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-sizing: border-box !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	color: #333333 !important;
	box-shadow: none !important;
}

#secondary .textwidget input[type="submit"] {
	display: inline-block;
	width: auto !important;
	max-width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 2px 8px !important;
	border: 1px solid #999999 !important;
	border-radius: 0 !important;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
	box-sizing: border-box !important;
	font-size: 11px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	line-height: 1.3 !important;
	color: #333333 !important;
	cursor: pointer;
	box-shadow: none !important;
	text-decoration: none !important;
}

#secondary .textwidget input[type="submit"]:hover,
#secondary .textwidget input[type="submit"]:focus {
	background: #eeeeee !important;
	color: #111111 !important;
	outline: none;
}

/* TT21 のカスタムラジオを解除し、ショップ本番と同じネイティブ表示に戻す */
#secondary .textwidget input[type="radio"] {
	-webkit-appearance: radio !important;
	-moz-appearance: radio !important;
	appearance: auto !important;
	display: inline-block !important;
	position: static !important;
	width: 13px !important;
	height: 13px !important;
	min-width: 13px !important;
	max-width: 13px !important;
	min-height: 13px !important;
	margin: 0 3px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	vertical-align: middle;
	accent-color: #666666;
}

#secondary .textwidget input[type="radio"]:after,
#secondary .textwidget input[type="radio"]:before {
	content: none !important;
	display: none !important;
}

#secondary .textwidget input[type="radio"]:checked,
#secondary .textwidget input[type="radio"]:focus {
	background: none !important;
	outline: none;
	box-shadow: none !important;
}

#secondary .textwidget input[type="hidden"] {
	display: none;
}

/* ショップ本番と同様: midashi_sub.gif(192px) をサイド内で中央配置
   「メールマガジン登録/解除」など長い見出しが見切れないよう字間・フォントを抑える */
#secondary .widget-title,
#secondary h3.widget-title,
#secondary h3 {
	display: block;
	width: 192px;
	max-width: 100%;
	min-height: 33px;
	margin: 0 auto 8px;
	padding: 4px 4px 8px;
	box-sizing: border-box;
	text-align: center;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
	letter-spacing: 0.06em;
	line-height: 25px;
	color: #242424;
	background: url(images/midashi_sub.gif) no-repeat center top;
	background-size: 192px 33px;
	border: none !important;
	overflow: visible;
	white-space: nowrap;
}

#secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary ul li {
	margin: 0;
	padding: 4px 0 1px 12px;
	line-height: 1.45;
	/* Category などナビ項目の矢印（本番.net 相当） */
	background: url(images/arrow3.gif) no-repeat 0 4px;
	list-style: none;
}

#secondary ul ul li {
	padding-left: 12px;
	background: url(images/arrow3.gif) no-repeat 0 4px;
}

/* テキストウィジェット等で明示クラスがある場合 */
#secondary .subMenuStyle {
	background: url(images/arrow3.gif) no-repeat 0 4px;
	padding: 2px 0 2px 12px;
	list-style: none;
	line-height: 1.4;
}

#secondary .subMenuChildStyle {
	background: url(images/maru1.gif) no-repeat 0 4px;
	padding: 2px 0 2px 12px;
	list-style: none;
	line-height: 1.4;
}

#secondary .cat_top {
	background: none;
	padding-left: 4px;
}

#secondary ul li a {
	text-decoration: none;
	color: #757575;
}

#secondary ul li a:hover {
	color: #aaaaaa;
}

/* PC 左サイド Category */
#secondary .widget_nav_menu a {
	font-size: 14px;
}

#secondary .widget_nav_menu .sub-menu a,
#secondary .widget_nav_menu ul ul a {
	font-size: 13px;
}

/* アーカイブプルダウン・ブログ内検索（TT21の大きなフォームをコンパクトに） */
#secondary .widget_archive select,
#secondary select {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 3px 22px 3px 4px !important;
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
	background-color: #ffffff !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23666666'><polygon points='0,0 8,0 4,4'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-position: right 6px center !important;
	background-size: 8px 8px !important;
	box-sizing: border-box !important;
	font-size: 11px !important;
	font-family: inherit !important;
	line-height: 1.4 !important;
	color: #666666 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

#secondary .widget_archive select:focus,
#secondary select:focus {
	outline: 1px solid #999999;
	outline-offset: 0;
}

#secondary .widget_search .search-form {
	display: block;
	margin: 0;
	max-width: 100%;
}

#secondary .widget_search .search-form > label {
	/* 「検索…」ラベルは非表示（アクセシビリティ用に視覚的のみ隠す） */
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

#secondary .widget_search .search-field,
#secondary .widget_search input[type="search"],
#secondary .widget_search #s {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	flex-grow: 0;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 0 6px !important;
	padding: 3px 4px !important;
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-sizing: border-box !important;
	font-size: 12px !important;
	font-family: inherit !important;
	line-height: 1.3 !important;
	color: #333333 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
}

#secondary .widget_search .search-submit,
#secondary .widget_search input[type="submit"] {
	display: inline-block;
	width: auto !important;
	max-width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 3px 10px !important;
	border: 1px solid #999999 !important;
	border-radius: 0 !important;
	background: #f5f5f5 !important;
	background-color: #f5f5f5 !important;
	box-sizing: border-box !important;
	font-size: 11px !important;
	font-weight: normal !important;
	font-family: inherit !important;
	line-height: 1.3 !important;
	color: #333333 !important;
	cursor: pointer;
	box-shadow: none !important;
	text-decoration: none !important;
}

#secondary .widget_search .search-submit:hover,
#secondary .widget_search .search-submit:focus,
#secondary .widget_search input[type="submit"]:hover,
#secondary .widget_search input[type="submit"]:focus {
	background: #eeeeee !important;
	color: #111111 !important;
	outline: none;
}

/* ショップ本番と同じ SNS・バナー */
#secondary .suzuchado-social {
	margin-top: 20px;
	text-align: center;
}

#secondary .suzuchado-social .social-item {
	margin: 0 0 16px;
	padding: 0;
}

#secondary .suzuchado-social img {
	border: 0;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

/* TT21 の default-max-width / entry 中央寄せを本文カラム内で無効化 */
#primary .default-max-width,
#primary .entry-header,
#primary .entry-content,
#primary .entry-footer,
#primary .post-thumbnail,
#primary .alignwide,
#primary .entry-header .post-thumbnail {
	max-width: 100% !important;
	width: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* アイキャッチ下のカメラ既定キャプションを非表示 */
#primary .post-thumbnail figcaption,
#primary .post-thumbnail .wp-caption-text {
	display: none !important;
}

/* カテゴリー／アーカイブ等のページタイトル（TT21 既定は大きすぎる） */
.page-header .page-title,
#primary .page-header .page-title,
#primary h1.page-title {
	font-size: 15px !important;
	font-weight: bold;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin: 0 0 12px;
	padding: 8px 14px;
	color: #ffffff;
	background-color: #6a6a6a;
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
}

.page-header .page-title span,
#primary .page-header .page-title span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.page-header.alignwide {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: auto !important;
}

.page-header {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 12px;
}

/* .net本番のグレー帯タイトルを端まで伸ばし、文字を読みやすく */
#primary .entry-header {
	margin: 0 0 10px;
	padding: 0;
}

#primary .entry-title,
#primary h1.entry-title,
#primary h2.entry-title,
#primary .entry-header .entry-title {
	display: block;
	box-sizing: border-box;
	/* #primary の左右 padding(9px) を打ち消して端まで伸ばす */
	width: calc(100% + 18px);
	max-width: none;
	margin: 0 0 10px;
	margin-left: -9px;
	margin-right: -9px;
	padding: 8px 14px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.45;
	background-color: #6a6a6a;
	background-image: url(images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	color: #ffffff;
}

#primary .entry-title a,
#primary h1.entry-title a,
#primary h2.entry-title a {
	color: #ffffff;
	text-decoration: none;
}

#primary .entry-title a:hover,
#primary h1.entry-title a:hover,
#primary h2.entry-title a:hover {
	color: #ffe0b3;
}

/* 本文内の h2 など、記事タイトル以外は従来の見出し背景 */
#primary .entry-content h2,
#primary h2:not(.entry-title) {
	font-size: 100%;
	background: #ffffff url(images/h2_bg.gif) no-repeat;
	color: #808080;
	padding-left: 15px;
	line-height: 28px;
	padding-bottom: 10px;
}

.entry-content {
	color: var(--suzuchado-text);
	font-size: 13px;
}

/* ページ送り（TT21 既定は約24pxと大きい） */
.pagination,
.comments-pagination,
.navigation.pagination {
	--pagination--font-size: 12px;
	--pagination--font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	border-top: 1px solid var(--suzuchado-border);
	padding-top: 12px;
	margin: 16px 0 8px;
	font-size: 12px;
}

.pagination .nav-links,
.comments-pagination .nav-links {
	margin-top: 0;
}

.pagination .nav-links > *,
.comments-pagination .nav-links > *,
.pagination .page-numbers,
.pagination .nav-next-text,
.pagination .nav-prev-text {
	font-size: 12px !important;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 0 !important;
	margin-left: 0.5em !important;
	margin-right: 0.5em !important;
}

.pagination .svg-icon {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

/* 個別記事の前後ナビ（記事タイトルが TT21 既定で約24px） */
.post-navigation {
	margin: 16px 0 8px;
}

.post-navigation .meta-nav {
	font-size: 12px !important;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin: 0;
}

.post-navigation .post-title {
	display: inline-block;
	font-size: 13px !important;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
	font-weight: normal !important;
	line-height: 1.5;
	margin: 4px 0 0 !important;
	color: #333333;
}

.post-navigation .svg-icon {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.post-navigation a {
	text-decoration: none;
	color: #333333;
}

.post-navigation a:hover .post-title {
	color: #aaaaaa;
}

/* トップ等の投稿日・編集・カテゴリーを本文サイズに合わせる */
#primary .entry-footer,
#primary .entry-footer .posted-on,
#primary .entry-footer .byline,
#primary .entry-footer .cat-links,
#primary .entry-footer .tags-links,
#primary .entry-footer .post-taxonomies,
#primary .entry-footer .edit-link,
#primary .entry-meta {
	font-size: 12px !important;
	line-height: 1.6;
	color: #999999;
}

#primary .entry-footer a,
#primary .entry-meta a {
	font-size: inherit;
	color: #666666;
}

#primary .entry-footer a:hover,
#primary .entry-meta a:hover {
	color: #aaaaaa;
}

#primary .site-main > article > .entry-footer,
#primary article > .entry-footer {
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom: 16px;
}

/* TT21 の広い alignwide を抑制 */
.entry-content > *.alignwide,
.entry-content > *.alignfull,
.site-main > *.alignwide {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: auto !important;
}

/* ---------- フッター（ショップ本番と同じ） ---------- */
.suzuchado-footer,
#colophon.suzuchado-footer,
.suzuchado-footer.site-footer {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 auto 24px !important;
	max-width: var(--suzuchado-max-width);
	text-align: center;
	clear: both;
	box-shadow: none !important;
}

#footer {
	clear: both;
	width: 100%;
	max-width: var(--suzuchado-max-width);
	margin: 0 auto;
	padding: 20px var(--suzuchado-gutter);
	background: none;
	box-sizing: border-box;
	color: #999999;
	font-size: 12px;
	line-height: 1.8;
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#footer .footer-links {
	list-style: none;
	margin: 0;
	padding: 8px 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	font-size: 12px;
	font-family: inherit;
}

#footer .footer-links li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: inherit;
	background: none;
}

#footer .footer-links li:not(:last-child)::after {
	content: "｜";
	margin: 0 0.4em;
	color: #aaaaaa;
}

#footer a {
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: normal;
	line-height: inherit;
	text-decoration: none;
	color: #aaaaaa;
}

#footer a:hover {
	color: #666666;
}

#footer .copyright {
	margin: 8px 0 0;
	padding: 0 10px;
	color: #999999;
	font-size: 12px;
}

/* =========================================================
 * スマホ／タブレット（ショップと同じドロワー）
 * ========================================================= */
@media screen and (max-width: 999px) {
	#headerLogo {
		height: auto;
		aspect-ratio: 917 / 201;
		padding-left: 12px;
		background-size: 100% auto;
		background-position: left top;
		background-repeat: no-repeat;
	}

	.menu-toggle {
		display: inline-block;
	}

	.suzuchado-nav-backdrop {
		display: block;
		position: fixed;
		z-index: 90;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		border: 0;
		padding: 0;
		cursor: pointer;
		transition: opacity 0.35s ease, visibility 0.35s ease;
	}

	body.nav-open .suzuchado-nav-backdrop {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	#site-navigation.suzuchado-nav,
	.suzuchado-nav {
		position: static;
		background: transparent;
		border: 0;
	}

	.suzuchado-nav-panel {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: min(86vw, 360px);
		height: 100%;
		max-height: 100vh;
		margin: 0;
		padding: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		border: 0;
		box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18);
		transform: translateX(-105%);
		transition: transform 0.45s ease;
		display: block;
	}

	body.nav-open .suzuchado-nav-panel {
		transform: translateX(0);
	}

	.suzuchado-drawer-inner {
		padding: 72px 0 40px;
	}

	.admin-bar .suzuchado-drawer-inner {
		padding-top: 104px;
	}

	#site-navigation.suzuchado-nav .suzuchado-menu,
	.suzuchado-menu,
	ul#menu.suzuchado-menu {
		display: block;
		width: 100%;
		max-width: none;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	#site-navigation.suzuchado-nav .suzuchado-menu li,
	.suzuchado-menu li,
	ul#menu.suzuchado-menu li {
		flex: none;
		float: none;
		width: 100%;
		min-width: 0;
		max-width: none;
		padding: 0;
		border-right: none;
		border-bottom: 1px solid #eeeeee;
	}

	#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn,
	#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn,
	.suzuchado-menu .menu-btn {
		justify-content: flex-start;
		width: 100%;
		min-height: 48px;
		padding: 14px 20px;
		font-size: 15px;
		letter-spacing: 0.04em;
		text-align: left;
		white-space: normal;
		border-bottom: none;
	}

	#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn span,
	.suzuchado-menu .menu-btn span {
		white-space: normal;
	}

	#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn:hover,
	#site-navigation.suzuchado-nav .suzuchado-menu li a.menu-btn:focus,
	#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn:hover,
	#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn:focus,
	#site-navigation.suzuchado-nav .suzuchado-menu .menu-btn.is-current,
	.suzuchado-menu .menu-btn:hover,
	.suzuchado-menu .menu-btn:focus,
	.suzuchado-menu .menu-btn.is-current {
		background-color: #f7f3ef !important;
		border-bottom: none;
		box-shadow: inset 3px 0 0 #a8896e;
	}

	/* Blog 直下のカテゴリー（ショップの STORE CATEGORY と同系統） */
	.suzuchado-menu-blog {
		position: relative;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats,
	.suzuchado-blog-cats {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		background: #faf8f6;
		border-top: 1px solid #eeeeee;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats ul,
	#site-navigation.suzuchado-nav .suzuchado-blog-cats .sub-menu,
	.suzuchado-blog-cats ul,
	.suzuchado-blog-cats .sub-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		display: none !important;
		background: #f5f2ef;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats li,
	.suzuchado-blog-cats li {
		position: relative !important;
		float: none !important;
		flex: none !important;
		width: 100% !important;
		min-width: 0;
		margin: 0;
		padding: 0;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #eeeeee;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats li.is-open > ul,
	#site-navigation.suzuchado-nav .suzuchado-blog-cats li.is-open > .sub-menu,
	.suzuchado-blog-cats li.is-open > ul,
	.suzuchado-blog-cats li.is-open > .sub-menu {
		display: block !important;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats a,
	.suzuchado-blog-cats a {
		display: block;
		padding: 13px 48px 13px 28px;
		color: #333333 !important;
		font-size: 14px;
		line-height: 1.45;
		text-decoration: none;
		text-align: left;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats ul a,
	.suzuchado-blog-cats ul a {
		padding-left: 40px;
		font-size: 13px;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats a:hover,
	#site-navigation.suzuchado-nav .suzuchado-blog-cats a:focus,
	.suzuchado-blog-cats a:hover,
	.suzuchado-blog-cats a:focus {
		background: #f5f5f5;
		color: #a8896e !important;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats .store-toggle,
	.suzuchado-blog-cats .store-toggle {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats .store-toggle span,
	.suzuchado-blog-cats .store-toggle span {
		display: block;
		width: 10px;
		height: 10px;
		margin: 0;
		border-right: 2px solid #888;
		border-bottom: 2px solid #888;
		transform: rotate(45deg) translate(-2px, -2px);
		transition: transform 0.2s ease;
	}

	#site-navigation.suzuchado-nav .suzuchado-blog-cats li.is-open > .store-toggle span,
	.suzuchado-blog-cats li.is-open > .store-toggle span {
		transform: rotate(-135deg) translate(-2px, -2px);
	}

	/* ドロワーにカテゴリがあるためサイドの重複を隠す */
	#secondary .widget_nav_menu {
		display: none;
	}

	.site-main {
		padding: 14px;
	}

	/* 2カラム解除（ショップ本番と同じ 999px 以下） */
	#topmain.suzuchado-topmain,
	#topmain {
		display: block;
		background-image: none;
		width: 100%;
		max-width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	#primary.site-content,
	#primary,
	#secondary.widget-area,
	#secondary {
		float: none !important;
		order: unset;
		flex: none;
		width: 100% !important;
		max-width: 100% !important;
		padding: 12px 0 24px !important;
		border-top: none;
		border-right: none;
	}

	#secondary.widget-area,
	#secondary {
		border-top: 1px solid var(--suzuchado-border);
		display: block !important;
	}

	/* スマホは左右パディング無しなので、タイトル帯は幅100%のまま */
	#primary .entry-title,
	#primary h1.entry-title,
	#primary h2.entry-title,
	#primary .entry-header .entry-title {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		font-size: 14px;
		padding: 8px 12px;
	}

	.page-header .page-title,
	#primary .page-header .page-title,
	#primary h1.page-title {
		font-size: 14px !important;
		padding: 8px 12px;
	}

	#footer {
		width: 100%;
		max-width: 100%;
		padding: 24px var(--suzuchado-gutter);
	}

	#footer .footer-links {
		gap: 6px 0;
		line-height: 1.7;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-links {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		font-size: 13px;
	}

	#footer .footer-links li:not(:last-child)::after {
		content: none;
	}
}
