@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Five Child NEW
Template: twentytwentyfive
*/

/* 投稿タイトル */
.wp-block-post-title {
  position: relative;
  font-weight: 600;
  margin: 1.5em 0 0.5em;
  padding-left: 0.8em;
  line-height: 1.4;
}

/* 左ライン */
.wp-block-post-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.2em;
  background: #2A9FD1;
  border-radius: 2px;
}

.wp-block-post-content h2 {
  position: relative;
  padding-left: 0.8em;
  margin: 2em 0 1em;
}

.wp-block-post-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 4px;
  height: 1.2em;
  background: #2A9FD1;
}



/* カテゴリー全体 */
.wp-block-post-terms.taxonomy-category a {
  display: inline-block;
  padding: 0.5em 1.2em;
  margin-right: 6px;
  font-size: 1em;
  border-radius: 20px;
  background: #f0f7f6;
  color: #2A9FD1;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wp-block-post-terms a:hover {
  background: #2A9FD1;
  color: #fff;
  transform: translateY(-2px);
}

/* タグだけ */
.wp-block-post-terms.taxonomy-post_tag a {
  display: inline-block;
  margin-right: 3px;
  font-size: 0.9em;
  color: #888;
  text-decoration: none;
  position: relative;
	padding: 0px 10px;
    line-height: normal;
}

/* #っぽく見せる */
.wp-block-post-terms.taxonomy-post_tag a::before {
  content: "#";
  margin-right: 2px;
  color: #bbb;
}

/* 軽くホバー */
.wp-block-post-terms.taxonomy-post_tag a:hover {
  color: #fff;
}

/* 問い合わせボタン共通 */
.wp-block-button__link {
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* hover時 */
.wp-block-button__link:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}



/* タイトル全体 */
.wp-block-query-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 1.5em;
}

/* 「カテゴリー:」を弱くする */
.wp-block-query-title {
  color: #999;
  font-size: 0.9em;
}

/* 本体を強調 */
.wp-block-query-title span {
  display: block;
  font-size: 1.8em;
  color: #222;
  font-weight: 600;
  margin-top: 4px;
}
