/* カテゴリブロック全体の背景・装飾 */
.wp-block-categories-list.wp-block-categories li {
  background-color: #f5f1eb;
  border-top: 1px solid #a47148;
  border-left: 1px solid #a47148;
  border-right: 1px solid #a47148;
　border-bottom: 1px solid #a47148;
	padding: 12px 16px;
  font-family: 'Georgia', '游明朝', 'Yu Mincho', serif;
  font-size: 1.4rem;
  color: #4d2e1a;
}

/* 最初のliは上ボーダーを除去しても良い場合 */
.wp-block-categories-list.wp-block-categories li:first-child {
  border-top: none;
}



/* ホバー時の背景と文字色 */
.wp-block-categories-list.wp-block-categories li a:hover {
  background-color: #efe6d9;
  color: #a47148;
  transition: 0.3s;
}

/* カテゴリリンクの装飾 */
.wp-block-categories-list.wp-block-categories li a {
  text-decoration: none;
  color: #4d2e1a;
  font-weight: bold;
  display: block;
  padding: 4px 0;
  position: relative;
}

/* アイコン風のドット */
.wp-block-categories-list.wp-block-categories li a::before {
  content: "▶";
  font-size: 1.2rem;
  color: #b1743b;
  margin-right: 0.5em;
}


/*サイドカラムを中央寄せ*/
.widget-side .heading-widget{
 text-align:center;
 background-color: #5e332a !important;
}




