/*
	Theme Name: Hello Elementor Child
	Template: hello-elementor
	Description: Hello Elementor の子テーマ（ぬこファクトリー用カスタマイズ）
	Author: ぬこファクトリー
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
*/

/* ==============================
   トップページ「アーカイブ」見出しを非表示
   ============================== */
.home .page-header .entry-title,
.blog .page-header .entry-title {
	display: none;
}

/* ==============================
   カラースキーム（ロゴカラー準拠）
   メイン: #D49A33（オレンジ/ゴールド）
   テキスト: #333333（ダークグレー）
   ============================== */

/* リンクカラー（ホバー時に下線を表示してリンクと分かりやすく） */
a,
a:visited {
	color: #D49A33;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #B8832A;
	text-decoration: underline;
}

/* ボタン */
.wp-block-button .wp-block-button__link,
.elementor-button,
input[type="submit"],
button[type="submit"] {
	background-color: #D49A33;
	color: #fff;
	border: none;
}
.wp-block-button .wp-block-button__link:hover,
.elementor-button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
	background-color: #B8832A;
	color: #fff;
}

/* ヘッダー */
.site-header {
	border-bottom: 2px solid #D49A33;
}
.site-header .site-title a {
	color: #333333;
}

/* ナビゲーション */
.site-navigation ul.menu li a {
	color: #333333;
}
.site-navigation ul.menu li a:hover {
	color: #D49A33;
}

/* フッター */
.site-footer {
	background-color: #333333;
	color: #ccc;
}
.site-footer .footer-inner a,
.site-footer .footer-inner a:visited {
	color: #fff !important;
}
.site-footer .footer-inner a:hover {
	color: #D49A33 !important;
}

/* フォント */
body {
	font-family: 'Noto Sans JP', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin-top: 1.5em !important;
	font-weight: 700 !important;
}

/* 見出し色 */
h2 {
	color: #D49A33 !important;
}
h1, h3, h4, h5, h6 {
	color: #333333 !important;
}

/* ページネーション */
.pagination a {
	color: #D49A33;
}
.pagination a:hover {
	color: #B8832A;
}

/* ==============================
   ヘッダーと記事タイトルの間隔を広げる
   ============================== */
.site-header {
	margin-bottom: 40px;
}

/* ==============================
   記事間のスペースを広げる
   ============================== */
.blog .post,
.home .post {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #E8E5E0;
}

/* ==============================
   本文のテキストサイズを大きく
   ============================== */
.entry-content,
.post .entry-content,
body:not([class*="elementor-page-"]) .site-main {
	font-size: 18px;
	line-height: 1.9;
}

/* ==============================
   noteバナー（記事下）
   ============================== */
.note-banner {
	margin: 50px 0;
	border-radius: 8px;
	overflow: hidden;
}
.note-banner a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #D49A33;
	color: #fff;
	padding: 20px 30px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: background-color 0.2s;
}
.note-banner a:hover {
	background-color: #B8832A;
	color: #fff;
	text-decoration: none;
}
.note-banner__arrow {
	font-size: 20px;
}

/* ==============================
   最近の記事（記事下）
   ============================== */
.recent-posts {
	margin: 50px 0;
	padding-top: 40px;
	border-top: 1px solid #E8E5E0;
}
.recent-posts__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #333;
}
.recent-posts__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.recent-posts__item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	text-decoration: none;
	color: #333;
	padding: 12px;
	border-radius: 8px;
	transition: background-color 0.2s;
}
.recent-posts__item:hover {
	background-color: #f9f6f1;
	text-decoration: none;
	color: #333;
}
.recent-posts__thumb {
	width: 120px;
	height: 80px;
	flex-shrink: 0;
	border-radius: 6px;
	overflow: hidden;
	background-color: #eee;
}
.recent-posts__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent-posts__no-thumb {
	width: 100%;
	height: 100%;
	background-color: #ddd;
}
.recent-posts__info {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.recent-posts__date {
	font-size: 13px;
	color: #999;
}
.recent-posts__item-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	color: #333;
	margin: 0;
}
.recent-posts__item:hover .recent-posts__item-title {
	color: #D49A33;
}

/* スマホ対応 */
@media (max-width: 575px) {
	.recent-posts__thumb {
		width: 90px;
		height: 60px;
	}
	.recent-posts__item-title {
		font-size: 14px;
	}
}

/* ==============================
   フッター カテゴリー・タグセクション
   ============================== */
.footer-taxonomy {
	background-color: #2a2a2a;
	padding: 40px 20px;
	border-bottom: 1px solid #444;
}
.footer-taxonomy__inner {
	display: flex;
	gap: 60px;
	max-width: 800px;
	margin: 0 auto;
}
.footer-taxonomy__heading {
	color: #D49A33;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}
.footer-taxonomy__categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-taxonomy__categories ul li {
	margin-bottom: 8px;
}
.footer-taxonomy__categories ul li a,
.footer-taxonomy__categories ul li a:visited {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.footer-taxonomy__categories ul li a:hover {
	color: #D49A33;
}
.footer-taxonomy__tags {
	flex: 1;
}
.footer-taxonomy__tags a,
.footer-taxonomy__tags a:visited {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin: 0 6px 6px 0;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #555;
	border-radius: 4px;
	transition: all 0.2s;
}
.footer-taxonomy__tags a:hover {
	color: #D49A33;
	border-color: #D49A33;
	text-decoration: none;
}

/* スマホ対応 */
@media (max-width: 575px) {
	.footer-taxonomy__inner {
		flex-direction: column;
		gap: 30px;
	}
}
