
<rss version="2.0">
    <channel>
        <title>株式会社中村不動産開発のブログ</title>
        <link>https://www.nakafu.com/blog/</link>
        <description>株式会社中村不動産開発のブログ</description>
        <language>ja</language>
                
        <item>
            <title>地震に伴うライフライン（断水・停電）に関するお知らせ</title>
            <link>https://www.nakafu.com/blog/entry-825952/</link>
            <description><![CDATA[<!-- お知らせコンテンツエリア -->
<div class="nakafu-info-container">
  <!-- ヘッダーエリア（日付・カテゴリ・タイトル） -->
  <div class="nakafu-info-header">
    <div class="nakafu-info-meta">
      <span class="nakafu-info-date">2026.07.29</span>
      <span class="nakafu-info-category">重要なお知らせ</span>
    </div>
    <h1 class="nakafu-info-title">【地震に伴うライフライン（断水・停電）に関するお知らせ】</h1>
  </div>

  <!-- 本文エリア -->
  <div class="nakafu-info-body">
    <p class="nakafu-lead-text">
      現在、地震の影響により、弊社管理物件におきましても断水や停電などの被害が多数発生しております。<br>
      ご入居者様ならびにご利用者の皆様には大変ご不便とご迷惑をおかけしておりますが、復旧までの間、下記の対応・ご注意事項をご確認いただきますようお願いいたします。
    </p>

    <!-- 注意事項カードブロック -->
    <div class="nakafu-section-card">
      <h2 class="nakafu-section-title">
        <span class="nakafu-icon">■</span> 断水について
      </h2>
      <div class="nakafu-section-content">
        <p>復旧するまで蛇口を閉めた状態でお待ちください。</p>
        <p class="nakafu-note">※給水再開直後は濁り水が出ることがあります。しばらく水を流し、透明になってからご使用ください。</p>
      </div>
    </div>

    <div class="nakafu-section-card">
      <h2 class="nakafu-section-title">
        <span class="nakafu-icon">■</span> 停電について
      </h2>
      <div class="nakafu-section-content">
        <p>復旧するまで電気機器のスイッチ・プラグをできる限りオフ（電源プラグを抜く）にした状態でお待ちください。</p>
        <p class="nakafu-note">※通電再開時の火災（通電火災）を防ぐため、避難時や外出時は必ずブレーカーを落としていただきますようお願いいたします。</p>
      </div>
    </div>

    <!-- ライフライン関連リンク -->
    <div class="nakafu-link-box">
      <h2 class="nakafu-link-box-title">防災情報のご確認先</h2>
      <ul class="nakafu-link-list">
        <li>
          <a href="https://portal.bousai.pref.kumamoto.jp/" target="_blank" rel="noopener noreferrer">
            防災情報くまもと（熊本県）&nbsp;</a></li>
      </ul>
    </div>

    <div>※ライフライン復旧などの情報につきましては、お手数ですが各自治体（市町村）のHP等にてご確認くださいますようお願い申し上げます。</div><p class="nakafu-closing-text">皆様の安全を心よりお祈り申し上げますとともに、大変ご不便をおかけいたしますが、何卒ご理解とご協力のほどよろしくお願い申し上げます。
    </p>

    <!-- 会社署名 -->
    <div class="nakafu-footer-signature">
      <p class="company-name">株式会社中村不動産開発</p>
      <p class="company-url"><a href="https://www.nakafu.com/" target="_blank" rel="noopener">https://www.nakafu.com/</a></p>
    </div>
  </div>
</div>

<style>
/* ==================================================
   株式会社中村不動産開発 お知らせ独自CSS
================================================== */
.nakafu-info-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333333;
  line-height: 1.8;
}

/* メタ情報・ヘッダー */
.nakafu-info-header {
  border-bottom: 2px solid #004098; /* コーポレートカラーイメージのブルー */
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.nakafu-info-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.nakafu-info-date {
  font-size: 0.9rem;
  color: #666666;
}

.nakafu-info-category {
  background-color: #d9534f; /* 重要感を表す赤・エンジ系 */
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 3px;
}

.nakafu-info-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #111111;
  margin: 0;
  line-height: 1.4;
}

/* 本文 */
.nakafu-lead-text {
  font-size: 1rem;
  margin-bottom: 30px;
}

/* カード型セクション */
.nakafu-section-card {
  background-color: #f8f9fa;
  border-left: 4px solid #004098;
  padding: 20px 24px;
  margin-bottom: 24px;
  border-radius: 0 8px 8px 0;
}

.nakafu-section-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #004098;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nakafu-icon {
  font-size: 0.9rem;
}

.nakafu-section-content p {
  margin: 0 0 8px 0;
}

.nakafu-section-content p:last-child {
  margin-bottom: 0;
}

.nakafu-note {
  font-size: 0.9rem;
  color: #d93025; /* 注意事項用の強調カラー */
  font-weight: 500;
}

/* リンクボックス */
.nakafu-link-box {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  margin: 32px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.nakafu-link-box-title {
  font-size: 1.05rem;
  font-weight: bold;
  margin: 0 0 16px 0;
  color: #222222;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 8px;
}

.nakafu-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nakafu-link-list li {
  margin-bottom: 10px;
}

.nakafu-link-list li:last-child {
  margin-bottom: 0;
}

.nakafu-link-list a {
  color: #004098;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: opacity 0.2s;
}

.nakafu-link-list a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.nakafu-link-list a::after {
  content: " ↗";
  font-size: 0.85em;
}

/* 結び・署名 */
.nakafu-closing-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nakafu-footer-signature {
  text-align: right;
  border-top: 1px solid #eeeeee;
  padding-top: 16px;
  color: #555555;
}

.nakafu-footer-signature .company-name {
  font-weight: bold;
  margin: 0;
}

.nakafu-footer-signature .company-url a {
  color: #666666;
  text-decoration: none;
  font-size: 0.9rem;
}

/* レスポンシブ調整 */
@media (max-width: 600px) {
  .nakafu-info-title {
    font-size: 1.25rem;
  }
  
  .nakafu-section-card {
    padding: 16px;
  }
  
  .nakafu-link-box {
    padding: 16px;
  }
}
</style>]]></description>
            <pubDate>2026-07-28</pubDate>
        </item>
                
        <item>
            <title>【キャンペーン】ナカフの『ずっと割』・『紹介割』</title>
            <link>https://www.nakafu.com/blog/entry-771558/</link>
            <description><![CDATA[<style>
    /* 独自スタイル定義 */
    .nakafu-notice-container {
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        max-width: 800px;
        margin: 20px auto;
        border: 1px solid #e2e8f0;
        background-color: #ffffff;
        color: #333333;
        line-height: 1.8;
        overflow: hidden;
        border-radius: 8px;
    }

    .nakafu-header {
        background-color: #1a365d; /* ナカフ様基調色のネイビー */
        color: #ffffff;
        padding: 20px;
        text-align: center;
    }

    .nakafu-header h2 {
        color: #ffffff;
        margin: 0;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.4;
    }

    .nakafu-body {
        padding: 25px;
    }

    .nakafu-intro {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 2px dashed #e2e8f0;
    }

    .nakafu-section {
        margin-bottom: 35px;
    }

    .nakafu-section-title {
        display: flex;
        align-items: center;
        font-size: 1.15rem;
        font-weight: bold;
        color: #1a365d;
        border-left: 5px solid #f39800; /* アクセントカラーのオレンジ */
        padding: 5px 15px;
        margin-bottom: 20px;
        background-color: #f7fafc;
    }

    .nakafu-card {
        background-color: #ffffff;
        border: 2px solid #edf2f7;
        box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* 影をつけて浮かせる */
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .nakafu-card-header {
        font-weight: bold;
        color: #1a365d;
        display: block;
        margin-bottom: 12px;
        border-bottom: 2px dotted #edf2f7;
        padding-bottom: 8px;
        font-size: 1.1rem;
    }

    /* キャンペーン強調用の独自クラス */
    .campaign-number {
        font-size: 1.6rem;
        color: #e60012; /* 目を引く赤色 */
        font-weight: bold;
        margin: 0 4px;
    }

    .badge-orange {
        background-color: #f39800;
        color: #ffffff;
        padding: 2px 8px;
        border-radius: 4px;
        font-size: 0.85rem;
        margin-right: 8px;
        vertical-align: text-bottom;
    }

    .nakafu-warning-box {
        background-color: #fffaf0;
        border: 2px solid #f39800;
        padding: 20px;
        border-radius: 8px;
        margin-top: 10px;
    }

    .nakafu-warning-title {
        color: #d97706;
        font-weight: bold;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        font-size: 1.1rem;
    }

    .nakafu-note {
        font-size: 0.9rem;
        color: #666666;
        margin-top: 8px;
        display: block;
    }

    /* スマホ対応 */
    @media screen and (max-width: 640px) {
        .nakafu-header h2 {
            font-size: 1.1rem;
        }
        .nakafu-body {
            padding: 15px;
        }
        .campaign-number {
            font-size: 1.4rem; /* スマホでは少しだけ小さく */
        }
    }
</style>
<div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/771558_2_0_0_1.jpg" style="max-width: 100%;height:auto;width:600px;" alt=""></p></div>

<div class="nakafu-notice-container">
    <div class="nakafu-header">
        <h2>【お知らせ】ナカフで仲良く！<br>お得な「ずっと割」・「紹介割」のご案内</h2>
    </div>

    <div class="nakafu-body">
        <div class="nakafu-intro">
            いつも不動産のナカフをご愛顧いただき、誠にありがとうございます。<br><br>
            弊社では、これまでご縁のあったお客様や、新たにご紹介いただいたお客様へ感謝の気持ちを込めて、大変お得な<strong>「ずっと割」</strong>と<strong>「紹介割」</strong>をご用意しております。<br>
            ナカフを紹介した人にも、紹介された人にも嬉しい特典となっておりますので、お部屋探しや不動産売買の際はぜひご活用ください！
        </div>

        <div class="nakafu-section">
            <div class="nakafu-section-title">① リピーター様へ「ずっと割」</div>
            <p style="margin-bottom: 15px;">これまでに当社をご利用（賃貸・売買等）されたすべてのお客様が対象です。<br><strong>利用期限や回数限度はございません。</strong></p>
            
            <div class="nakafu-card">
                <span class="nakafu-card-header">■ 【賃貸】お部屋探しをご検討中の方</span>
                仲介手数料が<span class="campaign-number">20%OFF</span>となります！
                <span class="nakafu-note">（例）通常価格 60,000円 ⇒ <strong>48,000円</strong>に！</span>
            </div>

            <div class="nakafu-card">
                <span class="nakafu-card-header">■ 【売買】住宅の購入・売却をご検討中の方</span>
                売買の仲介手数料が<span class="campaign-number">20%OFF</span>となります！
            </div>

            <div class="nakafu-card" style="border-color: #f39800; background-color: #fffaf0;">
                <span class="nakafu-card-header"><span class="badge-orange">SPECIAL</span>当社売主物件限定</span>
                当社が売主となる物件をご購入の場合、なんと<br>
                売買価格より<span class="campaign-number">10万円OFF</span>とさせていただきます！
            </div>
        </div>

        <div class="nakafu-section">
            <div class="nakafu-section-title">② ご友人・ご家族へ「紹介割」</div>
            
            <div class="nakafu-card" style="border-color: #f687b3; background-color: #fff5f7;">
                <span class="nakafu-card-header" style="color: #d53f8c; border-bottom-color: #fbb6ce;">■ ご成約特典</span>
                ご家族やご友人などをナカフへご紹介いただき、無事にご成約となった場合、<strong>「ご契約者様」と「ご紹介者様」の双方に</strong><br>
                クオカード<span class="campaign-number" style="color: #d53f8c;">3,000円分</span>をプレゼントいたします！
            </div>
        </div>

        <div class="nakafu-section">
            <div class="nakafu-warning-box">
                <span class="nakafu-warning-title"> ご利用に関しての注意事項</span>
                <strong>【ずっと割に関するご注意】</strong><br>
                大手サイトや、他社のサイトで見かけた物件も当社でご案内できる場合がございます。まずは一度ご相談ください。<br><br>
                
                <strong>【紹介割に関するご注意】</strong><br>
                ・成約になった場合のみ適用となります。ご注意ください。<br>
                ・画像はイメージです。カードの柄はお選びいただけません。<br><br>
                
                <span class="nakafu-note">※いずれのキャンペーンも予告なく終了する場合がございます。予めご了承ください。</span>
            </div>
        </div>

        <p style="text-align: center; font-size: 0.9rem; color: #666; margin-top: 30px;">
            不動産に関するご相談がございましたら、いつでもお気軽にお問い合わせください。
        </p>
    </div>
</div>]]></description>
            <pubDate>2026-04-13</pubDate>
        </item>
                
        <item>
            <title>宇城市松橋町松橋　1R　2F</title>
            <link>https://www.nakafu.com/blog/entry-693178/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇城市の賃貸物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
<div><p><a href="/97580383mm/">ヴィラージュK</a></p><p><img src="//www.img-asp.jp/bkn/97580383_1_250_250_3.jpg" alt="ヴィラージュK"></p>4.25万円<br/></div><br/>
      <a href="ここに【宇城市・賃貸】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇城市の賃貸物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-11-01</pubDate>
        </item>
                
        <item>
            <title>宇土市松原町　2F　3DK　角部屋</title>
            <link>https://www.nakafu.com/blog/entry-691823/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇土市の賃貸物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
<div><p><a href="/95498857mm/">ルクスエテルナ・うと</a></p><p><img src="//www.img-asp.jp/bkn/95498857_1_250_250_3.jpg" alt="ルクスエテルナ・うと"></p>4.6万円<br/></div><br/>
      <a href="ここに【宇土市・賃貸】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇土市の賃貸物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-10-31</pubDate>
        </item>
                
        <item>
            <title>宇城市不知火町小曽部　中古一戸建　5DK</title>
            <link>https://www.nakafu.com/blog/entry-691819/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇城市の売買物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
<div><p><a href="/98549688mm/">宇城市不知火町小曽部の中古一戸建</a></p><p><img src="//www.img-asp.jp/bkn/98549688_1_250_250_3.jpg" alt="宇城市不知火町小曽部の中古一戸建"></p>250万円<br/></div><br/>
      <a href="ここに【宇城市・売買】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇城市の売買物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-10-30</pubDate>
        </item>
                
        <item>
            <title>宇城市小川町北新田　2階　角部屋</title>
            <link>https://www.nakafu.com/blog/entry-690891/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇城市の賃貸物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
<div><p><a href="/98580157mm/">ガーデンハイツ</a></p><p><img src="//www.img-asp.jp/bkn/98580157_1_250_250_3.jpg" alt="ガーデンハイツ"></p>4.8万円<br/></div><br/>
      <a href="ここに【宇城市・賃貸】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇城市の賃貸物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-10-27</pubDate>
        </item>
                
        <item>
            <title>宇土市　椿原町　1K　2階</title>
            <link>https://www.nakafu.com/blog/entry-690720/</link>
            <description><![CDATA[<div style="font-family: 'Meiryo', Meiryo, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 20px auto;">

    <!-- キャッチコピー -->
    <h1 style="color: #0047AB; text-align: center; font-size: 2em; border-bottom: 2px solid #66CDAA; padding-bottom: 10px;">
        快適ひとり暮らしを応援！<br>
        <span style="color: #0047AB; font-weight: bold;">ライフステージ２ 202</span>
    </h1>

    <!-- サマリー -->
    <p style="text-align: center; font-size: 1.1em; margin-top: 15px; margin-bottom: 30px;">
        南向きで日当たり良好、ネット無料＆設備充実！快適生活をすぐに始められます。
    </p>

    <!-- 外観画像 -->
    <div style="text-align: center; margin-bottom: 20px;">
        <img src="//www.img-asp.jp/bkn/94836496_1_600_400_3.jpg" alt="ライフステージ２ 外観" style="max-width: 100%; height: auto; border-radius: 5px;">
        <p style="margin-top: 5px; font-weight: bold; font-size: 1.1em;">外観</p>
    </div>

    <!-- 室内画像 -->
    <div style="text-align: center; margin-bottom: 30px;">
        <img src="//www.img-asp.jp/bkn/94836496_3_600_400_3.jpg" alt="ライフステージ２ 室内" style="max-width: 100%; height: auto; border-radius: 5px;">
        <p style="margin-top: 5px; font-size: 0.9em; color: #666;">※家具はイメージです。</p>
    </div>

    <!-- おすすめポイント -->
    <h2 style="color: #0047AB; font-size: 1.8em; margin-bottom: 15px; border-bottom: 2px solid #66CDAA; padding-bottom: 5px;">おすすめポイント</h2>
    <ul style="list-style-type: none; padding-left: 0; margin-left: 0;">
        <li style="position: relative; padding-left: 30px; margin-bottom: 1em; font-size: 1.1em;">
            <span style="position: absolute; left: 0; color: #66CDAA; font-size: 1.2em;">⭐</span>
            <strong style="color: #66CDAA;">ネット無料完備</strong> 手間なくインターネットが利用可能。
        </li>
        <li style="position: relative; padding-left: 30px; margin-bottom: 1em; font-size: 1.1em;">
            <span style="position: absolute; left: 0; color: #66CDAA; font-size: 1.2em;">⭐</span>
            <strong style="color: #66CDAA;">充実設備</strong> エアコン・モニターホン・浴室乾燥など生活を快適にサポート。
        </li>
        <li style="position: relative; padding-left: 30px; margin-bottom: 1em; font-size: 1.1em;">
            <span style="position: absolute; left: 0; color: #66CDAA; font-size: 1.2em;">⭐</span>
            <strong style="color: #66CDAA;">南向き・日当たり良好</strong> 明るく風通しの良い室内環境。
        </li>
    </ul>

    <!-- 賃料・詳細 -->
    <div style="text-align: center; margin-top: 30px;">
        <p style="font-size: 1.2em; font-weight: bold;">3.9万円（管理費/共益費込み）</p>
        <a href="https://www.nakafu.com/bkndetail/1810771121/room94836496/" target="_blank" style="color: #0047AB; text-decoration: none; font-weight: bold; font-size: 1.1em;">物件詳細ページへ</a>
    </div>

    <!-- お問い合わせボタン -->
    <div style="text-align: center; margin-top: 30px;">
        <a href="https://www.nakafu.com/contact/" target="_blank" style="display: inline-block; background-color: #66CDAA; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.0em;">ナカフお問い合わせページへ</a>
    </div>

    <hr style="border: 0; height: 1px; background-color: #0047AB; margin: 40px 0;">

    <!-- 締めメッセージ -->
    <p style="text-align: center; font-weight: bold; font-size: 1.3em; color: #0047AB;">皆様からのお問い合わせをお待ちしております！</p>

</div>]]></description>
            <pubDate>2025-10-26</pubDate>
        </item>
                
        <item>
            <title>宇土市入地町　中古一戸建　２階建て　4LDK</title>
            <link>https://www.nakafu.com/blog/entry-690333/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇土市の売買物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
<div><p><a href="/94818985mm/">宇土市入地町の中古一戸建</a></p><p><img src="//www.img-asp.jp/bkn/94818985_1_250_250_3.jpg" alt="宇土市入地町の中古一戸建"></p>1230万円<br/></div><br/>
      <a href="ここに【宇土市・売買】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇土市の売買物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-10-25</pubDate>
        </item>
                
        <item>
            <title>宇城市松橋　2F　1LDK</title>
            <link>https://www.nakafu.com/blog/entry-689479/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇城市の賃貸物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
<div><p><a href="/94836503mm/">Biorla M</a></p><p><img src="//www.img-asp.jp/bkn/94836503_1_250_250_3.jpg" alt="Biorla M"></p>5.2万円<br/></div><br/>
      <a href="ここに【宇城市・賃貸】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇城市の賃貸物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-10-24</pubDate>
        </item>
                
        <item>
            <title>宇城市松橋町豊崎　中古一戸建　5DK</title>
            <link>https://www.nakafu.com/blog/entry-689477/</link>
            <description><![CDATA[<style>
  /* 中村不動産開発ブルテンプレート スタイル定義 */
  .nfk-blue-wrapper { font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; max-width: 680px; margin: 20px auto; border: 1px solid #ddd; border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; }
  .nfk-blue-header { background: linear-gradient(135deg, #007bff, #0056b3); color: #ffffff; padding: 20px; text-align: center; }
  .nfk-blue-header h2 { margin: 0; font-size: 24px; font-weight: bold; color: #ffffff; }
  .nfk-blue-body { padding: 25px; }
  .nfk-blue-infobox { background-color: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 5px solid #007bff; }
  .nfk-blue-infobox h3 { color: #0056b3; margin-top: 0; font-size: 20px; }
  .nfk-blue-cta-section { text-align: center; margin: 35px 0; }
  .nfk-blue-cta-section .lead-text { font-size: 18px; font-weight: bold; color: #333; margin: 0; }
  .nfk-blue-cta-section .sub-text { color: #666; margin-top: 8px; margin-bottom: 20px; }
  .nfk-blue-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 15px 30px; font-size: 18px; font-weight: bold; text-decoration: none; border-radius: 8px; transition: opacity 0.2s; }
  .nfk-blue-button:hover { opacity: 0.85; }
  .nfk-blue-footer { background-color: #e9ecef; padding: 25px; text-align: center; }
  .nfk-blue-footer h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }
  .nfk-blue-footer .company-name { font-size: 20px; font-weight: bold; color: #000; margin: 0 0 15px 0; }
  .nfk-blue-footer .description { font-size: 14px; color: #555; margin: 0; }
  .nfk-blue-footer .contact-box { margin-top: 20px; }
  .nfk-blue-footer .contact-box .contact-title { margin: 0 0 5px 0; font-weight: bold; color: #333; }
  .nfk-blue-footer .contact-box .tel-link { font-size: 26px; font-weight: bold; color: #007bff; text-decoration: none; letter-spacing: 1px; }
  /* スマートフォン表示向け調整 */
  @media (max-width: 600px) {
    .nfk-blue-wrapper { margin: 0 auto; border: none; border-radius: 0; box-shadow: none; }
    .nfk-blue-header h2 { font-size: 20px; }
    .nfk-blue-body { padding: 20px 15px; }
    .nfk-blue-infobox h3 { font-size: 18px; }
    .nfk-blue-cta-section { margin: 30px 0; }
    .nfk-blue-button { font-size: 16px; padding: 12px 25px; }
    .nfk-blue-footer .company-name { font-size: 18px; }
    .nfk-blue-footer .contact-box .tel-link { font-size: 22px; }
  }
</style>
<div class="nfk-blue-wrapper">
  <div class="nfk-blue-header">
    <h2>【新着物件のお知らせ】<br>宇城市の売買物件を公開しました！</h2>
  </div>
  <div class="nfk-blue-body">
    <div class="nfk-blue-infobox">
      <h3>▼ 注目のNEWフェイス物件！</h3>
      <p>
        </p>
    </div>
    <div class="nfk-blue-cta-section">
      <p class="lead-text">この他にも、選りすぐりの物件が多数！</p>
<div><p><a href="/93235574mm/">宇城市松橋町豊崎の中古一戸建</a></p><p><img src="//www.img-asp.jp/bkn/93235574_1_250_250_3.jpg" alt="宇城市松橋町豊崎の中古一戸建"></p>1750万円<br/></div><br/>
      <p class="sub-text">お客様にぴったりの住まいがきっと見つかります。</p>
      <a href="ここに【宇城市・売買】物件一覧ページのURLを記載" class="nfk-blue-button">
        ➡️ 宇城市の売買物件一覧へGO！
      </a>
    </div>
  </div>
  <div class="nfk-blue-footer">
     <h4>不動産のことなら、地域密着35年以上の実績</h4>
    <p class="company-name">株式会社中村不動産開発</p>
    <p class="description">宇土本店・宇城松橋店・西熊本店の3店舗体制で、<br>熊本の住まい探しをワンストップでサポートします。</p>
    <div class="nfk-blue-contact-box">
      <p class="contact-title">お電話でのお問い合わせ</p>
      <a href="tel:0964-22-0815" class="tel-link"> 0964-22-0815</a>
    </div>
  </div>
</div>]]></description>
            <pubDate>2025-10-23</pubDate>
        </item>
            </channel>
</rss>
