@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* フィルターボタン */
.news-filter-buttons {
margin-bottom: 2em;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
}

.filter-btn {
padding: 0.5em 1em;
border: 2px solid #ddd;
background: #fff;
border-radius: 20px;
cursor: pointer;
font-size: 0.9em;
transition: all 0.3s;
}

.filter-btn:hover {
opacity: 0.8;
}

.filter-btn.active {
color: #fff;
}

/* 月別セクション */
.shukatsu-news-archive {
margin: 2em 0;
}

.news-month-section {
margin-bottom: 1em;
border: 1px solid #E8E3DE;
border-radius: 5px;
background: #FFFFFF;
}

.news-month-title {
padding: 1em;
background: #F8F6F3;
cursor: pointer;
font-weight: bold;
font-size: 1.1em;
user-select: none;
border-radius: 5px;
}

.news-month-title:hover {
background: #E8E3DE;
}

.news-month-section[open] .news-month-title {
border-bottom: 1px solid #E8E3DE;
border-radius: 5px 5px 0 0;
}

.news-count {
color: #666;
font-size: 0.9em;
font-weight: normal;
}

/* ニュースリスト */
.news-list {
list-style: none;
padding: 1em;
margin: 0;
}

.news-list li {
padding: 0.5em 0;
border-bottom: 1px dotted #E8E3DE;
}

.news-list li:last-child {
border-bottom: none;
}

/* テーマラベル */
.news-theme-label {
display: inline-block;
padding: 0.2em 0.6em;
border-radius: 3px;
font-size: 0.85em;
font-weight: bold;
margin-right: 0.3em;
}

/* 日付 */
.news-date {
color: #666;
font-size: 0.9em;
}

/* リンク */
.news-list a {
text-decoration: none;
color: #5A6B4F;
}

.news-list a:hover {
text-decoration: underline;
color: #3D5239;
}
/*===========================================
アーカイブ記事専用スタイル
カテゴリーID: 192（記憶の のこし方）連動版
===========================================*/
/* 指定カテゴリー、または手動クラス付与時に適用 */
.category-192,
.archive-article {
  /* ここに共通の背景設定などが必要な場合は入りますが今回はパーツごとの設定を優先します */
}
.archive-article p {
  font-size: 16px;
  line-height: 1.8;
}
/* ===== 1. アーカイブバナー ===== */
.category-192 .archive-banner,
.archive-banner,
.archive-article.archive-banner {
  background: linear-gradient(135deg, #8B7355 0%, #6F5E4D 100%);
  color: #F4F1E8;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}
/* バナー内の見出し */
.category-192 .archive-banner h3,
.archive-banner h3 {
  color: #F4F1E8 !important;
  font-size: 20px !important;
  margin: 0 0 10px 0 !important;
  font-weight: bold !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #D4C8B8 !important;
  padding: 10px 0 !important;
}
/* バナー内のテキスト */
.category-192 .archive-banner p,
.archive-banner p {
  color: #F4F1E8 !important;
  font-size: 14px !important;
  margin: 0 !important;
  opacity: 0.9;
}
/* ===== 2. 記事本文の背景色 ===== */
/* カテゴリー192の本文、または archive-article クラスがついた要素 */
.category-192 .entry-content,
.archive-article {
  background-color: #F4F1E8 !important;
  padding: 30px !important;
  border-left: 5px solid #8B7355 !important;
}

/* 記事カード用 */
.entry-card.archive-article,
.category-192 .entry-card {
  background-color: #FAF8F3 !important;
  border: 2px solid #B8A48A !important;
}

/* ===== 3. アーカイブラベル ===== */
.archive-label {
  background-color: #8B7355;
  color: #F4F1E8;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  vertical-align: middle;
}

/* ===== 4. 記事下部の注意書き ===== */
.archive-note {
  background-color: #FAF8F3;
  border: 2px solid #B8A48A;
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: #6F5E4D;
  line-height: 1.8;
}

.archive-note strong {
  color: #8B7355 !important;
  display: block;
  margin-bottom: 8px;
}

/* ===== 5. アーカイブ記事一覧での見た目 ===== */
.category-192 .entry-card,
.archive-article .entry-card {
  border: 2px solid #B8A48A !important;
  position: relative;
  background-color: #FAF8F3 !important;
}

.category-192 .entry-card::after,
.archive-article .entry-card::after,
.entry-card.archive-article::after {
  content: "アーカイブ";
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #8B7355;
  color: #F4F1E8;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
}

/* ===== 6. リンク色調整 ===== */
.category-192 .entry-content a,
.archive-article a,
.archive-article .entry-content a {
  color: #8B7355 !important;
  text-decoration: underline;
}

/* ===== 7. 見出しの色調整 ===== */
.category-192 .entry-content h2,
.archive-article h2,
.archive-article .entry-content h2 {
  color: #8B7355 !important;
  border-left-color: #B8A48A !important;
}

.category-192 .entry-content h3,
.archive-article h3,
.archive-article .entry-content h3 {
  color: #8B7355 !important;
  border-bottom-color: #D4C8B8 !important;
}

.category-192 .entry-content h4,
.archive-article h4 {
  color: #8B7355 !important;
}

/* ===== 8. 引用部分 ===== */
.category-192 blockquote,
.archive-article blockquote {
  background-color: #FAF8F3 !important;
  border-left-color: #8B7355 !important;
}
/* ===== 9. 時代別アーカイブボックス ===== */
.archive-era-box {
  background-color: #FAF8F3;
  padding: 25px;
  border: 2px solid #B8A48A;
  border-radius: 8px;
  margin-bottom: 20px;
}
.archive-era-box h3 {
  color: #8B7355 !important;
  margin-top: 0;
}
.archive-era-desc {
  font-size: 14px;
  color: #6F5E4D;
  margin-bottom: 15px;
}
.archive-era-list {
  line-height: 2;
}
.archive-era-list a {
  color: #8B7355 !important;
}
.archive-era-list span {
  color: #999;
  font-size: 13px;
}

/* ===== スマホ対応 ===== */
@media (max-width: 768px) {
  .category-192 .archive-banner,
  .archive-banner,
  .archive-article.archive-banner {
    padding: 20px;
    margin-bottom: 20px;
  }
  .category-192 .entry-content,
  .archive-article {
    padding: 20px !important;
  }
}
/* ===== プロフページTiktok→noteへ変更 ===== */
.icon-tiktok:before {
 	content:"";
	display:block;
	background-color: #000;
	width:auto;
	height:1em;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 493 493'%3E%3Cpath class='cls-1' d='m139.57,142.06c41.19,0,97.6-2.09,138.1-1.04,54.34,1.39,74.76,25.06,75.45,83.53.69,33.06,0,127.73,0,127.73h-58.79c0-82.83.35-96.5,0-122.6-.69-22.97-7.25-33.92-24.9-36.01-18.69-2.09-71.07-.35-71.07-.35v158.96h-58.79v-210.22Z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 493 493'%3E%3Cpath class='cls-1' d='m139.57,142.06c41.19,0,97.6-2.09,138.1-1.04,54.34,1.39,74.76,25.06,75.45,83.53.69,33.06,0,127.73,0,127.73h-58.79c0-82.83.35-96.5,0-122.6-.69-22.97-7.25-33.92-24.9-36.01-18.69-2.09-71.07-.35-71.07-.35v158.96h-58.79v-210.22Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 1.2em;
    mask-size: 1.2em;
}
/* ===== プロフページ楽天Room→Blueskyへ変更 ===== */
.icon-room:before {
    content: "";
    display: block;
    background-color: currentColor;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 568 501'%3E%3Cpath d='M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.209C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 382.7 473.333 441.6c-115.484 118.298-166.016-29.688-179.2-67.636-2.389-6.609-3.116-9.134-3.133-6.658-.017-2.476-.744.049-3.133 6.658-13.184 37.948-63.716 185.934-179.2 67.636-63.111-58.9-33.889-117.8 80.856-137.35-65.72 11.185-139.6-7.295-159.875-79.748C23.945 203.66 14 75.293 14 57.947 14-28.906 90.134-1.611 123.121 33.664Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 568 501'%3E%3Cpath d='M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.209C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 382.7 473.333 441.6c-115.484 118.298-166.016-29.688-179.2-67.636-2.389-6.609-3.116-9.134-3.133-6.658-.017-2.476-.744.049-3.133 6.658-13.184 37.948-63.716 185.934-179.2 67.636-63.111-58.9-33.889-117.8 80.856-137.35-65.72 11.185-139.6-7.295-159.875-79.748C23.945 203.66 14 75.293 14 57.947 14-28.906 90.134-1.611 123.121 33.664Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
/* ===== フォローボタンBlueskyアイコン表示 ===== */
.icon-bluesky:before {
    content: "";
    display: block;
    background-color: currentColor;
    width: 1em;
    height: 1em;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 568 501'%3E%3Cpath d='M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.209C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 382.7 473.333 441.6c-115.484 118.298-166.016-29.688-179.2-67.636-2.389-6.609-3.116-9.134-3.133-6.658-.017-2.476-.744.049-3.133 6.658-13.184 37.948-63.716 185.934-179.2 67.636-63.111-58.9-33.889-117.8 80.856-137.35-65.72 11.185-139.6-7.295-159.875-79.748C23.945 203.66 14 75.293 14 57.947 14-28.906 90.134-1.611 123.121 33.664Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 568 501'%3E%3Cpath d='M123.121 33.664C188.241 82.553 258.281 181.68 284 234.873c25.719-53.192 95.759-152.32 160.879-201.209C491.866-1.611 568-28.906 568 57.947c0 17.346-9.945 145.713-15.778 166.555-20.275 72.453-94.155 90.933-159.875 79.748C507.222 323.8 536.444 382.7 473.333 441.6c-115.484 118.298-166.016-29.688-179.2-67.636-2.389-6.609-3.116-9.134-3.133-6.658-.017-2.476-.744.049-3.133 6.658-13.184 37.948-63.716 185.934-179.2 67.636-63.111-58.9-33.889-117.8 80.856-137.35-65.72 11.185-139.6-7.295-159.875-79.748C23.945 203.66 14 75.293 14 57.947 14-28.906 90.134-1.611 123.121 33.664Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
/* ===== ヘッダーメニュー名下の説明を削除 ===== */
.c-smallNavTitle.desc {
  display: none;
}
/* カスタム投稿メモのカレンダーリスト字下げ、スペース */
.memo-calendar .memo-month {
    margin-bottom: 2em;
}

.memo-calendar h3 {
    font-size: 0.95em;
    font-weight: bold;
    color: #fff;
    background-color: #B3C993;
    display: inline-block;
	border-radius: 1em;
    padding: 0.2em 1em;
    margin-bottom: 0.8em;
    border: none !important;
    box-shadow: none !important;
    border-bottom: none !important;
}
.memo-calendar h3::before {
    display: none !important;
}
.memo-calendar ul {
    padding-left: 1.5em;
    list-style: none;
}
.memo-month--future {
    opacity: 0.4;
}

.memo-month--future h3 {
    background-color: #ccc !important;
}
.memo-calendar li {
    margin-bottom: 0.6em;
}

.memo-calendar li::before {
    content: "📝";
    margin-right: 0.5em;
}

.memo-date {
    font-size: 0.85em;
    color: #999;
    margin-right: 0.8em;
}
/* カスタム投稿メモのカレンダー年ごとのリンク */
.memo-year-nav {
    display: flex;
    gap: 0.8em;
    flex-wrap: wrap;
    margin-bottom: 2em;
}

.memo-year-link {
    background-color: #B4D9C3;
    color: #333;
    padding: 0.3em 1em;
    border-radius: 2em;
    text-decoration: none;
    font-size: 0.9em;
}

.memo-year-link:hover {
    background-color: #98C892;
}
/* 「〇年のメモ」の固定ページの本文を以下のように変更してください。
[memo_year_nav]
[memo_calendar year="2026"] */
/* メモ個別ページから飛ぶカテゴリーmemo一覧ページのCSS*/
.memo-archive-desc {
    background-color: #f0f5ee;
    border-left: 4px solid #B3C993;
    padding: 1em 1.5em;
    margin-bottom: 2em;
    border-radius: 0 0.5em 0.5em 0;
    font-size: 0.95em;
    line-height: 1.8;
}

.memo-archive-desc small {
    color: #888;
    font-size: 0.9em;
}

.memo-archive-years {
    margin-bottom: 2em;
}

.memo-archive-list {
    list-style: none;
    padding-left: 0;
}

.memo-archive-list li {
    margin-bottom: 0.6em;
}

.memo-archive-list li::before {
    content: "📝";
    margin-right: 0.5em;
}
.memo-archive-years h3,
.memo-archive-recent h3 {
    font-size: 1em;
    font-weight: bold;
    border-left: 3px solid #B3C993;
    padding-left: 0.8em;
    border-bottom: none !important;
    box-shadow: none !important;
}

.memo-archive-years h3::before,
.memo-archive-recent h3::before {
    display: none !important;
}
.l-article #breadcrumb {
    margin-left: -32px;
    margin-right: -32px;
}

@media (max-width: 959px) {
    .l-article #breadcrumb {
        margin-left: -3vw;
        margin-right: -3vw;
    }
}