/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: https://example.com/
 Description: Twenty Twenty-Five の子テーマ
 Author: あなたの名前
 Template: twentytwentyfive
 Version: 1.0
 Text Domain: twentytwentyfive-child
*/

/* 親テーマのスタイルを上書きするCSSをここに記述 */

/* ヘッダー全体の余白・配置調整 */
.wp-block-cover {
  min-height: 200px; /* 写真ヘッダーの高さ */
  background-size: cover;
  background-position: center;
}

/* メニュー項目のホバー効果 */
.wp-block-navigation a:hover {
  text-decoration: underline;
  color: #ffcc00; /* ホバー時に黄色っぽく */
}