@charset "UTF-8";
     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }  :root {
--main-color: #8FAF8A;
--sub-color: #B5A48A;
--bg-color: #F7F5F0;
--text-color: #3D2E1E;
--accent-color: #D4C078;
} body {
background-color: #F7F5F0;
color: #3D2E1E;
} .entry-content,
.article-body {
font-size: 17px;
line-height: 1.9;
} .entry-content h2 {
color: #3D2E1E;
border-left: 4px solid #8FAF8A;
padding-left: 12px;
background: none;
}
.entry-content h3 {
color: #3D2E1E;
border-bottom: 2px solid #8FAF8A;
padding-bottom: 4px;
} .btn,
.wp-block-button__link,
a.btn {
background-color: #8FAF8A;
color: #fff;
border-radius: 8px;
} .cat-label {
background-color: #B5A48A;
color: #fff;
border-radius: 4px;
} .a-wrap,
.article-card {
border-radius: 12px;
box-shadow: 0 2px 12px rgba(61, 46, 30, 0.08);
overflow: hidden;
transition: box-shadow 0.2s;
}
.a-wrap:hover,
.article-card:hover {
box-shadow: 0 4px 20px rgba(61, 46, 30, 0.15);
} #header {
background-color: #F7F5F0;
border-bottom: 1px solid #e8e3da;
} #sidebar {
background-color: #F7F5F0;
} #footer {
background-color: #3D2E1E;
color: #F7F5F0;
} @media (max-width: 767px) {
.entry-content {
padding: 0 4px;
}
} @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap"); body,
.entry-content {
font-family: 'Noto Sans JP', sans-serif;
} .entry-title {
font-weight: 700;
letter-spacing: 0.05em;
line-height: 1.5;
} .entry-content > p:first-of-type {
font-size: 16px;
line-height: 2.0;
color: #5a4a3a;
padding-bottom: 24px;
border-bottom: 1px solid #e8e3da;
margin-bottom: 32px;
}