<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>熊本総合病院新着情報 - 熊本総合病院</title>
	<atom:link href="https://kumamoto.jcho.go.jp/news/feed/" rel="self" type="application/rss+xml" />
	<link>https://kumamoto.jcho.go.jp</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 15 Apr 2026 07:52:03 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.1</generator>
	<item>
		<title>広報誌「ぱとす-2026年春号-」を発行しました！」最新号</title>
		<link>https://kumamoto.jcho.go.jp/news/pathos2026-4/</link>
		<pubDate>Tue, 14 Apr 2026 07:59:36 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4568</guid>
		<description><![CDATA[広報誌「ぱとす」第52号（2026年 春号） 地域のみなさまに病院の今をお届けする広報誌です。 最新号（第52号／2026年春号）をご覧いただけます。 NEW ぱとす 第52号（2026年 春号） 病院長あいさつ／新任医 [&#8230;]]]></description>
				<content:encoded><![CDATA[

<div class="wrap">
  <div class="hero">

    <h1>広報誌「ぱとす」第52号（2026年 春号）</h1>
    <p>
      地域のみなさまに病院の今をお届けする広報誌です。<br>
      最新号（第52号／2026年春号）をご覧いただけます。
    </p>

    <div class="grid">

      <!-- 表紙 -->
      <div class="cover">
        <span class="ribbon">NEW</span>
        <!-- ★ここ画像差し替え -->
        <div class="img" style="background-image:url('/wp-content/uploads/2026/04/202604_hyoushi.png')"></div>
      </div>

      <!-- 詳細 -->
      <div class="panel">

        <div class="title">ぱとす 第52号（2026年 春号）</div>
        <div class="subtitle">
          病院長あいさつ／新任医師紹介／病院機能評価認定／
          直営給食／地域包括ケア病棟／JCHO表彰 ほか
        </div>

        <a class="btn" href="/wp-content/uploads/2026/04/202604_pathos.pdf" target="_blank" rel="noopener">
          PDFを開く
        </a>

        <div class="meta">
          <div>発行日：2026-04</div>
          <div>ページ数：6</div>
          <div>ファイルサイズ：4.3MB</div>
        </div>

        <!-- 目次・見どころ -->
        <div class="cols">

          <div>
            <h3>目次</h3>
            <ul>
              <li>病院長あいさつ（PM2.5について）</li>
              <li>新任医師紹介</li>
              <li>病院機能評価の認定について</li>
              <li>当院の直営給食</li>
              <li>こんにちは赤ちゃん</li>
              <li>JCHO・かえるチャレンジ受賞</li>
              <li>地域包括ケア病棟のご案内</li>
              <li>災害訓練実施報告</li>
              <li>駐車場のご利用について</li>
            </ul>
          </div>

          <div>
            <h3>見どころ</h3>
            <ul>
              <li>PM2.5と健康リスクについての院長メッセージ</li>
              <li>新たに着任した医師の紹介</li>
              <li>病院機能評価「一般病院2」認定（高評価で合格）</li>
              <li>地産地消にこだわった直営給食の取り組み</li>
              <li>IT活用による業務改善（JCHO表彰）</li>
              <li>地域包括ケア病棟の役割と支援体制</li>
              <li>災害対応力を高める実践訓練</li>
            </ul>
          </div>

        </div>

      </div>
    </div>

  </div>
</div><style class="advgb-styles-renderer">
  :root{
    --bg:#f7fafc;
    --panel:#ffffff;
    --ink:#0f172a;
    --muted:#64748b;
    --brand:#2563eb;
    --brand-2:#0ea5e9;
  }

  body{
    margin:0;
    font-family:"Inter","Noto Sans JP",system-ui;
    color:var(--ink);
    background:linear-gradient(180deg,#f7fafc,#eef2ff)
  }

  .wrap{max-width:1100px;margin:auto;padding:20px}

  .hero{
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 6px 24px rgba(0,0,0,.08)
  }

  .hero h1{text-align:center;margin:0 0 10px}
  .hero p{text-align:center;color:var(--muted)}

  .grid{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:28px;
    margin-top:30px
  }
  @media(max-width:900px){.grid{grid-template-columns:1fr}}

  .cover{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #e5e7eb;
  }

  .img{
    aspect-ratio:3/4;
    background-size:cover;
    background-position:center;
  }

  .ribbon{
    position:absolute;
    top:12px;left:12px;
    background:linear-gradient(90deg,var(--brand),var(--brand-2));
    color:#fff;
    padding:6px 12px;
    border-radius:999px;
    font-weight:bold;
    font-size:12px;
  }

  .panel{
    background:#fff;
    border-radius:20px;
    padding:20px;
    border:1px solid #e5e7eb;
  }

  .title{font-size:22px;font-weight:bold}
  .subtitle{color:var(--muted);margin-bottom:10px}

  .btn{
    display:inline-block;
    padding:12px 18px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--brand),var(--brand-2));
    color:#fff;
    text-decoration:none;
    margin:15px 0;
    font-weight:bold;
  }

  .meta{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    font-size:14px;
    color:var(--muted);
    margin-bottom:15px;
  }

  .meta div{
    background:#f8fafc;
    padding:10px;
    border-radius:10px;
    border:1px solid #e5e7eb;
  }

  .cols{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:20px;
  }
  @media(max-width:900px){.cols{grid-template-columns:1fr}}

  .cols h3{
    margin-bottom:8px;
    font-size:18px;
  }

  .cols ul{
    padding-left:18px;
  }

  .cols li{
    margin:6px 0;
  }
</style>]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/pathos2026-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>休診・代診のお知らせ</title>
		<link>https://kumamoto.jcho.go.jp/news/outpatient-kyushin/</link>
		<pubDate>Thu, 09 Apr 2026 21:00:00 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=2940</guid>
		<description><![CDATA[休診・代診のお知らせ（過去日自動非表示版） 休診・代診のお知らせ 更新: — すべての診療科 すべての期間 本日 今週 来週 該当するお知らせはありません。 診療のお知らせ 診療科 内容 総合診療科 堀野 敬 医師 診療 [&#8230;]]]></description>
				<content:encoded><![CDATA[<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>休診・代診のお知らせ（過去日自動非表示版）</title>


</head>
<body>
  <div class="wrap" aria-live="polite">
    <div class="head">
      <h1>休診・代診のお知らせ</h1>
      <div class="updated" id="updated">更新: —</div>
    </div>

    <div class="filters" role="region" aria-label="絞り込み">
      <input id="q" type="search" placeholder="診療科・医師名・メモを検索（例：内科／佐藤）" aria-label="検索" />
      <select id="dept" aria-label="診療科で絞り込み">
        <option value="">すべての診療科</option>
      </select>
      <select id="when" aria-label="期間で絞り込み">
        <option value="all">すべての期間</option>
        <option value="today">本日</option>
        <option value="week">今週</option>
        <option value="nextweek">来週</option>
      </select>
    </div>

    <div id="container"></div>
    <div id="empty" class="empty" hidden>該当するお知らせはありません。</div>

    <!-- 診療のお知らせ（定常案内） -->
    <section class="info-section">
      <h2 style="margin:24px 0 12px; font-size:26px;">診療のお知らせ</h2>
      <table class="table">
        <thead>
          <tr>
            <th style="width:12em;">診療科</th>
            <th>内容</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td data-th="診療科">総合診療科</td>
            <td data-th="内容">
              堀野 敬 医師<br>
              診療日：毎週火曜日
            </td>
          </tr>
          <tr>
            <td data-th="診療科">呼吸器外科</td>
            <td data-th="内容">
              松石 健太郎 医師<br>
              ※火曜日は熊本大学医師
            </td>
          </tr>
          <tr>
            <td data-th="診療科">眼科</td>
            <td data-th="内容">
              月曜日・水曜日は午前のみの診療です。<br>
              火曜日・木曜日・金曜日の午後は予約患者さまのみの診療となります。
            </td>
          </tr>
          <tr>
            <td data-th="診療科">整形外科</td>
            <td data-th="内容">
              火曜日は手術日の為、緊急処置又は入院が必要となる患者さまの対応となります。<br>
              ※整形外科は紹介制となっています。受診される場合にはかかりつけ医又は開業医からの紹介状をお持ちください。
            </td>
          </tr>
          <tr>
            <td data-th="診療科">皮膚科</td>
            <td data-th="内容">
              木曜日は予約患者さまのみの診療となります。
            </td>
          </tr>
          <tr>
            <td data-th="診療科">膠原病専門外来</td>
            <td data-th="内容">
              ※膠原病専門外来は予約制となっています。<br>
              受診される場合には予約のうえ、かかりつけ医又は開業医からの紹介状をお持ちください。
            </td>
          </tr>
        </tbody>
      </table>
    </section>
  </div>

<script>
'use strict';

/*****************************
 * 設定
 *****************************/
const CONFIG = Object.freeze({
  DATA_SOURCE: 'inline',
  JSON_URL: '/path/to/notices.json',
  ENABLE_FILTERS: {
    search: true,
    department: true,
    when: true
  }
});

/*****************************
 * UI 文言
 *****************************/
const UI_TEXT = Object.freeze({
  updated: '更新: ',
  empty: '該当するお知らせはありません。',
  todayChip: '本日',
  defaultChip: '予定',
  columns: { type: '区分', dept: '診療科', doctor: '担当医', note: '連絡事項' },
  types: { closure: '休診', substitute: '代診', notice: 'お知らせ' }
});

/*****************************
 * データ
 *****************************/
let NOTICES = [
  { date:'2026-04-03', type:'closure', department:'整形外科', doctor:'福田', note:'', updatedAt:'2026-04-01 08:00' },
  { date:'2026-04-09', type:'closure', department:'眼科', doctor:'上村', note:'', updatedAt:'2025-12-30 08:00' },
  { date:'2026-04-10', type:'closure', department:'脳神経外科', doctor:'谷口', note:'', updatedAt:'2026-03-11 11:00' },
  { date:'2026-04-10', type:'closure', department:'眼科', doctor:'上村', note:'', updatedAt:'2025-12-30 08:00' },
  { date:'2026-04-13', type:'closure', department:'呼吸器内科', doctor:'城臺', note:'', updatedAt:'2026-01-30 13:00' },
  { date:'2026-04-13', type:'closure', department:'皮膚科', doctor:'市村', note:'', updatedAt:'2026-04-10 13:00' },
  { date:'2026-04-17', type:'closure', department:'消化器内科', doctor:'渡邊', note:'', updatedAt:'2026-01-30 13:00' },
  { date:'2026-04-22', type:'closure', department:'血液内科', doctor:'坂田', note:'', updatedAt:'2026-01-30 13:00' },
  { date:'2026-04-24', type:'closure', department:'整形外科', doctor:'荒木', note:'', updatedAt:'2026-01-30 13:00' },
  { date:'2026-04-01', type:'closure', department:'皮膚科', doctor:'佐多', note:'', updatedAt:'2026-03-11 11:00' },
];

/*****************************
 * ユーティリティ
 *****************************/
const $ = (sel, root=document) => root.querySelector(sel);

function jstNow(){
  return new Date(new Date().toLocaleString('en-US', { timeZone:'Asia/Tokyo' }));
}

function toDate(yyyy_mm_dd){
  return new Date(yyyy_mm_dd + 'T00:00:00+09:00');
}

function fmtDateJP(d){
  return d.toLocaleDateString('ja-JP',{
    year:'numeric',
    month:'long',
    day:'numeric',
    weekday:'short'
  });
}

function startOfWeek(d){
  const x = new Date(d.getFullYear(), d.getMonth(), d.getDate());
  const w = (x.getDay()+6)%7; // Mon=0
  x.setDate(x.getDate() - w);
  return x;
}

function endOfWeek(d){
  const s = startOfWeek(d);
  return new Date(s.getFullYear(), s.getMonth(), s.getDate()+6);
}

function groupByDate(list){
  return list.reduce((acc,n)=>{
    (acc[n.date] ||= []).push(n);
    return acc;
  }, {});
}

/* 今日より前の日付を非表示にする */
function isPastDate(dateStr){
  const now = jstNow();
  const todayOnly = new Date(now.getFullYear(), now.getMonth(), now.getDate());
  const target = toDate(dateStr);
  return target < todayOnly;
}

/*****************************
 * 外部JSON読み込み
 *****************************/
async function loadDataIfNeeded(){
  if(CONFIG.DATA_SOURCE !== 'json') return;
  try{
    const res = await fetch(CONFIG.JSON_URL, { cache:'no-store' });
    if(!res.ok) throw new Error('HTTP ' + res.status);
    const json = await res.json();
    NOTICES = Array.isArray(json) ? json : [];
  }catch(err){
    console.error('JSONの読み込みに失敗しました:', err);
  }
}

/*****************************
 * DOM参照
 *****************************/
const $q = $('#q');
const $dept = $('#dept');
const $when = $('#when');
const $container = $('#container');
const $empty = $('#empty');
const $updated = $('#updated');

/*****************************
 * 初期設定
 *****************************/
function initFilters(){
  if(!CONFIG.ENABLE_FILTERS.search && $q) $q.remove();
  if(!CONFIG.ENABLE_FILTERS.department && $dept) $dept.remove();
  if(!CONFIG.ENABLE_FILTERS.when && $when) $when.remove();

  if($dept){
    $dept.innerHTML = '<option value="">すべての診療科</option>';
    const depts = [...new Set(NOTICES.map(n=>n.department).filter(Boolean))]
      .sort((a,b)=>a.localeCompare(b,'ja'));

    for(const d of depts){
      const o = document.createElement('option');
      o.value = d;
      o.textContent = d;
      $dept.appendChild(o);
    }
  }
}

function updateUpdatedAt(){
  const latest = NOTICES
    .map(n=>n.updatedAt)
    .filter(Boolean)
    .sort()
    .slice(-1)[0] || '—';

  $updated.textContent = UI_TEXT.updated + latest;
}

function matchesWhen(n){
  if(!$when) return true;

  const today = jstNow();
  const d = toDate(n.date);

  const eqYMD = (d0,d1)=>
    d0.getFullYear()===d1.getFullYear() &&
    d0.getMonth()===d1.getMonth() &&
    d0.getDate()===d1.getDate();

  switch($when.value){
    case 'today':
      return eqYMD(d, today);

    case 'week': {
      const s = startOfWeek(today);
      const e = endOfWeek(today);
      const s0 = new Date(s.getFullYear(), s.getMonth(), s.getDate());
      const e0 = new Date(e.getFullYear(), e.getMonth(), e.getDate());
      return d >= s0 && d <= e0;
    }

    case 'nextweek': {
      const s = new Date(startOfWeek(today));
      s.setDate(s.getDate()+7);
      const e = new Date(endOfWeek(today));
      e.setDate(e.getDate()+7);
      const s0 = new Date(s.getFullYear(), s.getMonth(), s.getDate());
      const e0 = new Date(e.getFullYear(), e.getMonth(), e.getDate());
      return d >= s0 && d <= e0;
    }

    default:
      return true;
  }
}

/*****************************
 * 描画
 *****************************/
function render(){
  const q = ($q?.value || '').trim().toLowerCase();
  const dept = $dept?.value || '';

  const filtered = NOTICES.filter(n=>{
    const okFuture = !isPastDate(n.date); // 過去日は自動非表示
    const haystack = [n.department, n.doctor, n.note].join(' ').toLowerCase();
    const okQ = q ? haystack.includes(q) : true;
    const okDept = dept ? n.department === dept : true;
    const okWhen = matchesWhen(n);

    return okFuture && okQ && okDept && okWhen;
  }).sort((a,b)=>a.date.localeCompare(b.date));

  $container.innerHTML = '';
  $empty.hidden = filtered.length > 0;

  if(filtered.length === 0) return;

  const grouped = groupByDate(filtered);
  const days = Object.keys(grouped).sort((a,b)=>a.localeCompare(b));

  for(const ds of days){
    const d = toDate(ds);

    const section = document.createElement('section');

    const head = document.createElement('div');
    head.className = 'date';

    const label = document.createElement('div');
    label.className = 'label';
    label.textContent = fmtDateJP(d);

    const chip = document.createElement('div');
    chip.className = 'chip';

    const today = jstNow();
    const isToday =
      d.getFullYear() === today.getFullYear() &&
      d.getMonth() === today.getMonth() &&
      d.getDate() === today.getDate();

    chip.textContent = isToday ? UI_TEXT.todayChip : UI_TEXT.defaultChip;

    head.appendChild(label);
    head.appendChild(chip);
    section.appendChild(head);

    const table = document.createElement('table');
    table.className = 'table';
    table.innerHTML = `
      <thead>
        <tr>
          <th style="width:7em;">${UI_TEXT.columns.type}</th>
          <th style="width:12em;">${UI_TEXT.columns.dept}</th>
          <th style="width:12em;">${UI_TEXT.columns.doctor}</th>
          <th>${UI_TEXT.columns.note}</th>
        </tr>
      </thead>
      <tbody></tbody>
    `;

    const tb = table.querySelector('tbody');

    for(const n of grouped[ds]){
      const tr = document.createElement('tr');

      const tdType = document.createElement('td');
      const badge = document.createElement('span');
      badge.className = 'type ' + n.type;
      badge.textContent = UI_TEXT.types[n.type] || n.type;
      tdType.appendChild(badge);
      tdType.setAttribute('data-th', UI_TEXT.columns.type);
      tr.appendChild(tdType);

      const tdDept = document.createElement('td');
      tdDept.textContent = n.department || '—';
      tdDept.setAttribute('data-th', UI_TEXT.columns.dept);
      tr.appendChild(tdDept);

      const tdDoc = document.createElement('td');
      tdDoc.textContent = n.doctor || '—';
      tdDoc.setAttribute('data-th', UI_TEXT.columns.doctor);
      tr.appendChild(tdDoc);

      const tdNote = document.createElement('td');
      tdNote.className = 'note';
      tdNote.textContent = n.note || '';
      tdNote.setAttribute('data-th', UI_TEXT.columns.note);
      tr.appendChild(tdNote);

      tb.appendChild(tr);
    }

    section.appendChild(table);
    $container.appendChild(section);
  }
}

/*****************************
 * 初期化
 *****************************/
(async function init(){
  await loadDataIfNeeded();
  initFilters();
  updateUpdatedAt();
  render();
})();

$q?.addEventListener('input', render);
$dept?.addEventListener('change', render);
$when?.addEventListener('change', render);

window.addEventListener('keydown', e=>{
  if(e.key === '/' && document.activeElement !== $q && $q){
    e.preventDefault();
    $q.focus();
  }
});
</script>
</body>
</html><style class="advgb-styles-renderer">
  :root{
    --ink:#0f172a;
    --muted:#475569;
    --bg:#ffffff;
    --line:#e5e7eb;
    --brand:#004aad;
    --ring:0 0 0 3px rgba(0,74,173,.18);
    --radius:12px;
  }

  html,body{height:100%;}
  body{
    margin:0;
    font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    color:var(--ink);
    background:var(--bg);
  }

  .wrap{max-width:1100px; margin:24px auto; padding:0 16px;}

  .head{display:flex; align-items:end; gap:12px; margin:0 0 12px;}
  .head h1{font-size:clamp(20px,2.6vw,28px); margin:0; line-height:1.2;}
  .head .updated{margin-left:auto; color:var(--muted); font-size:13px;}

  .filters{
    display:grid;
    grid-template-columns:1fr 220px 160px;
    gap:8px;
    margin:14px 0 18px;
  }
  .filters input,
  .filters select{
    width:100%;
    padding:10px 12px;
    border:1px solid var(--line);
    border-radius:10px;
    font-size:14px;
  }
  .filters input:focus,
  .filters select:focus{
    outline:none;
    box-shadow:var(--ring);
    border-color:var(--brand);
  }

  .date{display:flex; align-items:center; gap:10px; margin:18px 0 8px;}
  .date .label{font-weight:700;}
  .date .chip{
    font-size:12px;
    padding:2px 8px;
    border-radius:999px;
    border:1px solid #dbeafe;
    color:#1d4ed8;
    background:#eff6ff;
  }

  .table{
    width:100%;
    border-collapse:collapse;
    border:1px solid var(--line);
    border-radius:var(--radius);
    overflow:hidden;
  }
  .table thead th{
    background:#f3f4f6;
    text-align:left;
    padding:10px 12px;
    font-size:13px;
    color:#111827;
    border-bottom:1px solid var(--line);
  }
  .table tbody td{
    padding:10px 12px;
    border-top:1px solid var(--line);
    vertical-align:top;
    font-size:14px;
  }

  .type{
    font-weight:700;
    font-size:12px;
    padding:2px 8px;
    border-radius:999px;
    border:1px solid;
    display:inline-block;
  }
  .type.closure{
    color:#991b1b;
    border-color:#fecaca;
    background:#fee2e2;
  }
  .type.substitute{
    color:#7c2d12;
    border-color:#fed7aa;
    background:#ffedd5;
  }
  .type.notice{
    color:#065f46;
    border-color:#a7f3d0;
    background:#d1fae5;
  }

  .note{font-size:13px; color:#374151;}

  .empty{
    padding:18px;
    color:var(--muted);
    text-align:center;
    border:1px dashed var(--line);
    border-radius:10px;
  }

  /* 診療のお知らせだけ文字を大きく */
  .info-section .table thead th{font-size:16px;}
  .info-section .table tbody td{font-size:16px; line-height:1.9;}

  @media (max-width:720px){
    .filters{grid-template-columns:1fr;}

    .table thead{display:none;}
    .table, .table tbody, .table tr, .table td{display:block; width:100%;}
    .table tr{border-top:1px solid var(--line);}
    .table td{padding:8px 12px;}
    .table td::before{
      content:attr(data-th) "：";
      display:inline-block;
      width:7em;
      color:var(--muted);
    }

    .info-section .table td::before{width:8.5em;}
  }

  @media print{
    .filters{display:none !important;}
    .wrap{max-width:none;}
    .table thead th{
      background:#eee !important;
      -webkit-print-color-adjust:exact;
      print-color-adjust:exact;
    }
    .type{border:1px solid #999;}
  }
</style>]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/outpatient-kyushin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「ひまわり(がん患者・家族会)」開催のお知らせ</title>
		<link>https://kumamoto.jcho.go.jp/news/%e3%80%8c%e3%81%b2%e3%81%be%e3%82%8f%e3%82%8a%e3%81%8c%e3%82%93%e6%82%a3%e8%80%85%e3%83%bb%e5%ae%b6%e6%97%8f%e4%bc%9a%e3%80%8d%e9%96%8b%e5%82%ac%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/</link>
		<pubDate>Tue, 07 Apr 2026 23:31:02 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4549</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/%e3%80%8c%e3%81%b2%e3%81%be%e3%82%8f%e3%82%8a%e3%81%8c%e3%82%93%e6%82%a3%e8%80%85%e3%83%bb%e5%ae%b6%e6%97%8f%e4%bc%9a%e3%80%8d%e9%96%8b%e5%82%ac%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>第83回 熊本総合病院 市民公開講座『骨粗鬆症　骨の折れないくらし。』を開催しました！</title>
		<link>https://kumamoto.jcho.go.jp/news/%e7%ac%ac83%e5%9b%9e-%e7%86%8a%e6%9c%ac%e7%b7%8f%e5%90%88%e7%97%85%e9%99%a2-%e5%b8%82%e6%b0%91%e5%85%ac%e9%96%8b%e8%ac%9b%e5%ba%a7%e3%80%8e%e9%aa%a8%e7%b2%97%e9%ac%86%e7%97%87%e3%80%80%e9%aa%a8/</link>
		<pubDate>Fri, 27 Mar 2026 02:00:28 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4536</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/%e7%ac%ac83%e5%9b%9e-%e7%86%8a%e6%9c%ac%e7%b7%8f%e5%90%88%e7%97%85%e9%99%a2-%e5%b8%82%e6%b0%91%e5%85%ac%e9%96%8b%e8%ac%9b%e5%ba%a7%e3%80%8e%e9%aa%a8%e7%b2%97%e9%ac%86%e7%97%87%e3%80%80%e9%aa%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2027年度 看護職員を募集しています！</title>
		<link>https://kumamoto.jcho.go.jp/news/2027%e5%b9%b4%e5%ba%a6-%e7%9c%8b%e8%ad%b7%e8%81%b7%e5%93%a1%e5%8b%9f%e9%9b%86%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/</link>
		<pubDate>Wed, 25 Mar 2026 07:12:43 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4487</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/2027%e5%b9%b4%e5%ba%a6-%e7%9c%8b%e8%ad%b7%e8%81%b7%e5%93%a1%e5%8b%9f%e9%9b%86%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一般競争入札「熊本総合病院で使用する電力の調達」</title>
		<link>https://kumamoto.jcho.go.jp/news/%e4%b8%80%e8%88%ac%e7%ab%b6%e4%ba%89%e5%85%a5%e6%9c%ad%e3%80%8c%e7%86%8a%e6%9c%ac%e7%b7%8f%e5%90%88%e7%97%85%e9%99%a2%e3%81%a7%e4%bd%bf%e7%94%a8%e3%81%99%e3%82%8b%e9%9b%bb%e5%8a%9b%e3%81%ae%e8%aa%bf/</link>
		<pubDate>Sun, 08 Mar 2026 23:33:27 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4414</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/%e4%b8%80%e8%88%ac%e7%ab%b6%e4%ba%89%e5%85%a5%e6%9c%ad%e3%80%8c%e7%86%8a%e6%9c%ac%e7%b7%8f%e5%90%88%e7%97%85%e9%99%a2%e3%81%a7%e4%bd%bf%e7%94%a8%e3%81%99%e3%82%8b%e9%9b%bb%e5%8a%9b%e3%81%ae%e8%aa%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>令和8年度　臨床工学技士募集のお知らせ</title>
		<link>https://kumamoto.jcho.go.jp/news/%e4%bb%a4%e5%92%8c8%e5%b9%b4%e5%ba%a6%e3%80%80%e8%87%a8%e5%ba%8a%e5%b7%a5%e5%ad%a6%e6%8a%80%e5%a3%ab%e5%8b%9f%e9%9b%86%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/</link>
		<pubDate>Thu, 26 Feb 2026 01:53:31 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4351</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/%e4%bb%a4%e5%92%8c8%e5%b9%b4%e5%ba%a6%e3%80%80%e8%87%a8%e5%ba%8a%e5%b7%a5%e5%ad%a6%e6%8a%80%e5%a3%ab%e5%8b%9f%e9%9b%86%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【第83回 市民公開講座のご案内】『骨粗鬆症　骨の折れないくらし。』</title>
		<link>https://kumamoto.jcho.go.jp/news/shiminkoza83/</link>
		<pubDate>Tue, 17 Feb 2026 08:30:36 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4308</guid>
		<description><![CDATA[📢 第83回 市民公開講座 『骨粗鬆症 〜骨の折れない くらし。〜』 この講座は終了しました。たくさんのご参加ありがとうございました。 入場無料 申込不要 熊本総合病院では、市民のみなさまの健康づくりを応援するため、 定 [&#8230;]]]></description>
				<content:encoded><![CDATA[<!-- ================== 市民公開講座コンポーネント（第83回・終了版） ================== -->
<section class="pl" aria-labelledby="pl-title-83" data-theme="brown">
  

  <div class="pl__inner">
    <h2 id="pl-title-83" class="pl__title"><img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4e2.png" alt="📢" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 第83回 市民公開講座</h2>

    <p class="pl__subtitle">
      『骨粗鬆症 〜骨の折れない くらし。〜』
    </p>

    <div class="pl__ended" role="status" aria-live="polite">
      <span class="pl__endedIcon" aria-hidden="true">
        <svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor">
          <path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2Zm4.3 7.7-5 5a1 1 0 0 1-1.4 0l-2.2-2.2a1 1 0 1 1 1.4-1.4l1.5 1.5 4.3-4.3a1 1 0 1 1 1.4 1.4Z"/>
        </svg>
      </span>
      <span>この講座は終了しました。たくさんのご参加ありがとうございました。</span>
    </div>

    <!-- 強調 -->
    <div class="pl__highlight">
      <div class="pl__highlightItem">入場無料</div>
      <div class="pl__highlightItem pl__highlightItem--sub">申込不要</div>
    </div>

    <div class="pl__body">
      <div>

        <p>
          熊本総合病院では、市民のみなさまの健康づくりを応援するため、
          定期的に「市民公開講座」を開催しています。
        </p>

        <p>
          今回のテーマは<strong>骨粗鬆症</strong>。
          「将来に備えて骨をつくる」「骨折を防ぐ」「転ばない身体づくり」など、
          今日から実践できる予防のポイントを専門スタッフがわかりやすく解説しました。
        </p>

        <div class="pl__meta">
          <div class="pl__metaRow">
            <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f5d3.png" alt="🗓" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>2026年3月7日（土）</strong>
            14:00–16:30（開場 13:30）
          </div>

          <div class="pl__metaRow">
            <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>熊本総合病院 北館5階 大ホール</strong>
          </div>
        </div>

        <p><strong>【講演内容】</strong></p>

        <ul>
          <li>講演1：将来に備えて骨をつくる</li>
          <li>講演2：骨粗鬆症による骨折を防ごう</li>
          <li>講演3：転ばない身体をつくる 〜今日からできる運動習慣〜</li>
          <li>
            講演4（特別講演）：「人生相談ライブ万事OK 女の一生」<br>
            講師：詩人 伊藤 比呂美さん
          </li>
        </ul>

        <p>
          当日は、ご希望の方を対象に<strong>転倒予防・筋力バランステスト</strong>も実施しました。
        </p>

        <div class="pl__download">
          <a class="pl-btn" href="/wp-content/uploads/2026/02/20260130_shiminkoza83.pdf" target="_blank" rel="noopener">
            <img src="https://s.w.org/images/core/emoji/14.0.0/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> チラシPDFはこちら
          </a>
        </div>

      </div>

      <figure class="pl__visual">
        <img decoding="async" src="/wp-content/uploads/2026/02/20260130_shiminkoza83.png"
             alt="第83回 市民公開講座 骨粗鬆症ポスター"
             loading="lazy">
      </figure>

    </div>
  </div>
</section>
<!-- ================== /市民公開講座 ================== --><style class="advgb-styles-renderer">
    .pl{
      --brand:#8b5e3c;
      --brand-2:#b08968;
      --ink:#111827;
      --muted:#6b7280;
      --bg:#ffffff;
      --radius:16px;
      background:linear-gradient(180deg,#fff,#fbf6f2);
      padding:24px 16px;
      margin:24px 0;
      border-radius:var(--radius);
    }

    .pl__inner{
      max-width:1100px;
      margin:auto;
    }

    .pl__title{
      font-size:1.6rem;
      margin:0 0 .3rem;
    }

    .pl__subtitle{
      color:var(--muted);
      margin:.25rem 0 1rem;
    }

    .pl__ended{
      display:flex;
      align-items:center;
      gap:10px;
      margin:0 0 18px;
      padding:14px 16px;
      background:#fff7ed;
      border:2px solid var(--brand);
      border-radius:14px;
      color:#7c2d12;
      font-weight:700;
      line-height:1.6;
    }

    .pl__endedIcon{
      flex:0 0 auto;
      width:22px;
      height:22px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }

    .pl__highlight{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin:16px 0;
    }

    .pl__highlightItem{
      flex:1;
      min-width:180px;
      text-align:center;
      font-size:14pt;
      font-weight:700;
      color:#fff;
      background:var(--brand);
      padding:12px;
      border-radius:12px;
    }

    .pl__highlightItem--sub{
      background:var(--brand-2);
    }

    .pl__body{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:24px;
      align-items:start;
    }

    .pl__meta{
      margin:14px 0;
    }

    .pl__metaRow{
      background:#f8fafc;
      border:1px solid #e5e7eb;
      border-radius:10px;
      padding:.6rem .75rem;
      margin-bottom:6px;
    }

    .pl__visual{
      margin:0;
    }

    .pl__visual img{
      width:100%;
      border-radius:14px;
      display:block;
      opacity:.88;
    }

    .pl__download{
      margin-top:20px;
    }

    .pl-btn{
      display:inline-block;
      text-decoration:none;
      background:var(--brand);
      color:#fff;
      padding:.6rem 1rem;
      border-radius:10px;
      font-weight:700;
    }

    .pl-btn:hover{
      background:var(--brand-2);
    }

    @media(max-width:900px){
      .pl__body{
        grid-template-columns:1fr;
      }

      .pl__title{
        font-size:1.35rem;
      }
    }
  </style>]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/shiminkoza83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「令和７年度 第6回　ひまわり(がん患者・家族会)」開催のお知らせ</title>
		<link>https://kumamoto.jcho.go.jp/news/%e3%80%8c%e4%bb%a4%e5%92%8c%ef%bc%97%e5%b9%b4%e5%ba%a6-%e7%ac%ac6%e5%9b%9e%e3%80%80%e3%81%b2%e3%81%be%e3%82%8f%e3%82%8a%e3%81%8c%e3%82%93%e6%82%a3%e8%80%85%e3%83%bb%e5%ae%b6%e6%97%8f%e4%bc%9a/</link>
		<pubDate>Tue, 17 Feb 2026 04:36:38 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4334</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/%e3%80%8c%e4%bb%a4%e5%92%8c%ef%bc%97%e5%b9%b4%e5%ba%a6-%e7%ac%ac6%e5%9b%9e%e3%80%80%e3%81%b2%e3%81%be%e3%82%8f%e3%82%8a%e3%81%8c%e3%82%93%e6%82%a3%e8%80%85%e3%83%bb%e5%ae%b6%e6%97%8f%e4%bc%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一般競争入札「デジタルスケール付電動ベッド一式（４台）の調達」</title>
		<link>https://kumamoto.jcho.go.jp/news/%e4%b8%80%e8%88%ac%e7%ab%b6%e4%ba%89%e5%85%a5%e6%9c%ad%e3%80%8c%e3%83%87%e3%82%b8%e3%82%bf%e3%83%ab%e3%82%b9%e3%82%b1%e3%83%bc%e3%83%ab%e4%bb%98%e9%9b%bb%e5%8b%95%e3%83%99%e3%83%83%e3%83%89%e4%b8%80/</link>
		<pubDate>Thu, 12 Feb 2026 07:38:32 +0000</pubDate>
		
		<guid isPermaLink="false">https://kumamoto.jcho.go.jp/?post_type=news&#038;p=4304</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>https://kumamoto.jcho.go.jp/news/%e4%b8%80%e8%88%ac%e7%ab%b6%e4%ba%89%e5%85%a5%e6%9c%ad%e3%80%8c%e3%83%87%e3%82%b8%e3%82%bf%e3%83%ab%e3%82%b9%e3%82%b1%e3%83%bc%e3%83%ab%e4%bb%98%e9%9b%bb%e5%8b%95%e3%83%99%e3%83%83%e3%83%89%e4%b8%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
