<rss version="2.0">
    <channel>
        <title>LIXIL不動産ショップ八王子住まいる不動産のブログ</title>
        <link>https://www.hasumi-f.net/blog/</link>
        <description>LIXIL不動産ショップ八王子住まいる不動産のブログ</description>
        <language>ja</language>
            <item>
            <title>【離婚とお家のこと】ペアローンや名義はどうする？後悔しないための進め方を清久がお話しします </title>
            <link>https://www.hasumi-f.net/blog/17842/845352/</link>
            <description><![CDATA[<meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <title>【離婚とお家のこと】ペアローンや名義はどうする？後悔しないための進め方をやさしくお話しします ｜ 八王子住まいる不動産</title>  <style>    html {      scroll-behavior: smooth;    }    body {      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;      line-height: 1.9;      color: #333333;      background-color: #fdfbf7;      margin: 0;      padding: 20px 10px;    }    .blog-container {      max-width: 780px;      margin: 0 auto;      background: #ffffff;      padding: 36px 30px;      border-radius: 16px;      box-shadow: 0 4px 20px rgba(0,0,0,0.05);      box-sizing: border-box;    }    .category-tag {      display: inline-block;      background-color: #ff7a18;      color: #ffffff;      font-size: 13px;      font-weight: bold;      padding: 5px 14px;      border-radius: 20px;      margin-bottom: 14px;    }    h1 {      font-size: 23px;      line-height: 1.5;      color: #2c2c2c;      border-bottom: 2px solid #ff7a18;      padding-bottom: 16px;      margin-top: 0;    }    .author-box {      display: flex;      align-items: center;      gap: 12px;      background-color: #fff9f2;      padding: 12px 18px;      border-radius: 10px;      margin-bottom: 25px;      font-size: 14px;      color: #666;    }    .author-badge {      background: #ff7a18;      color: #fff;      font-size: 11px;      font-weight: bold;      padding: 2px 8px;      border-radius: 4px;    }    .blog-image {      width: 100%;      height: auto;      display: block;      border-radius: 12px;      margin: 24px 0;      box-shadow: 0 2px 10px rgba(0,0,0,0.06);    }    .lead-box {      background-color: #fffdfa;      border: 1px solid #ffe3c6;      border-left: 5px solid #ff7a18;      padding: 22px;      border-radius: 0 12px 12px 0;      margin-bottom: 25px;      font-size: 15px;    }    /* 目次デザイン */    .toc-container {      background-color: #fbf9f5;      border: 1px solid #ebdccb;      border-radius: 12px;      padding: 22px 26px;      margin: 30px 0;    }    .toc-title {      font-size: 16px;      font-weight: bold;      color: #5c240a;      margin-bottom: 12px;      display: flex;      align-items: center;      gap: 8px;    }    .toc-list {      margin: 0;      padding-left: 20px;      font-size: 14px;    }    .toc-list li {      margin-bottom: 8px;    }    .toc-list a {      color: #4a4a4a;      text-decoration: none;      transition: color 0.2s ease;    }    .toc-list a:hover {      color: #ff7a18;      text-decoration: underline;    }    h2 {      font-size: 19px;      color: #333333;      background: #fbf6ee;      padding: 12px 18px;      border-left: 5px solid #ff7a18;      border-radius: 4px;      margin-top: 40px;      margin-bottom: 18px;    }    h3 {      font-size: 16px;      color: #e65100;      margin-top: 22px;      margin-bottom: 10px;    }    p {      font-size: 15px;      margin-bottom: 16px;    }    ol {      padding-left: 22px;      margin-bottom: 18px;      font-size: 15px;    }    li {      margin-bottom: 8px;    }    .point-card {      background: #fafafa;      border: 1px solid #ececec;      border-radius: 10px;      padding: 18px;      margin: 18px 0;    }    .warn-box {      background-color: #fff5f5;      border: 1px solid #fed7d7;      border-left: 5px solid #e53e3e;      padding: 18px;      border-radius: 0 8px 8px 0;      margin: 20px 0;    }    .episode-box {      background-color: #fbf8f5;      border: 1px solid #f0e6dc;      border-radius: 12px;      padding: 24px;      margin: 25px 0;    }    .cta-section {      background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);      border: 2px solid #ffbb70;      border-radius: 14px;      padding: 32px 24px;      margin-top: 45px;      text-align: center;    }    .cta-title {      font-size: 19px;      font-weight: bold;      color: #9a3412;      margin-bottom: 10px;    }    .cta-desc {      font-size: 14px;      color: #5c240a;      margin-bottom: 24px;      line-height: 1.7;    }    .btn-container {      display: flex;      justify-content: center;      gap: 16px;      flex-wrap: wrap;    }    .btn {      display: inline-flex;      align-items: center;      justify-content: center;      padding: 14px 28px;      font-size: 15px;      font-weight: bold;      text-decoration: none;      border-radius: 50px;      transition: all 0.3s ease;      box-shadow: 0 4px 10px rgba(0,0,0,0.08);      min-width: 220px;    }    .btn-tel {      background-color: #059669;      color: #ffffff;    }    .btn-tel:hover {      background-color: #047857;    }    .btn-mail {      background-color: #ff7a18;      color: #ffffff;    }    .btn-mail:hover {      background-color: #e65100;    }    .company-info {      margin-top: 24px;      font-size: 13px;      color: #666;      line-height: 1.7;    }  </style>        <div class="blog-container">    <span class="category-tag"> お悩み相談・不動産売却</span>    <h1>【離婚とお家のこと】ペアローンや名義はどうする？後悔しないための進め方を清久がお話しします ✨</h1>        <div class="author-box">      <span class="author-badge">執筆</span>      <span><strong>八王子住まいる不動産 代表 清久（きよく）</strong> ｜ 宅地建物取引士・ファイナンシャルプランナー </span>    </div>      <!-- アイキャッチ画像 -->    <img src="https://cdn.img-asp.jp/cms/845352_1_0_0_1.jpg" alt="離婚とお家の売却・住宅ローンのご相談" class="blog-image">      <div class="lead-box">      こんにちは！八王子住まいる不動産の清久（きよく）です <br><br>      離婚に向けた話し合いの中で、多くの方が一番頭を悩ませるのが<strong>「お家（マイホーム）の扱い」</strong>ではないでしょうか。<br><br>      「どちらかが住み続ける？」「ペアローンはどうなるの？」「売って綺麗に分けたほうがいい？」など、不安な気持ちを抱えていらっしゃる方も多いと思います。<br><br>      今回は、後からトラブルにならず、おふたりが笑顔で前を向けるようなお家の整理のコツを分かりやすくお話ししていきます ✨    </div>      <!-- 目次エリア -->    <div class="toc-container">      <div class="toc-title"> この記事の目次</div>      <ol class="toc-list">        <li><a href="#section1">まずは「今のお家の価値」と「ローンの残り」を比べてみましょう ⚖️</a></li>        <li><a href="#section2">実はキケン？「どちらか一方が住み続ける」場合の落とし穴 ⚡</a></li>        <li><a href="#section3">スムーズに進めるための3つのステップ </a></li>        <li><a href="#section4">清久の実体験から：新しい再スタートを迎えるあなたへ ️</a></li>        <li><a href="#section5">お問い合わせ・ご相談窓口 </a></li>      </ol>    </div>      <h2 id="section1">1. まずは「今のお家の価値」と「ローンの残り」を比べてみましょう ⚖️</h2>    <p>      お家のことを考えるときに、最初にチェックしていただきたいのが<strong>「住宅ローンの残高」と「現在のお家の査定額」のバランス</strong>です     </p>      <div class="point-card">      <h3>① お家の価値のほうが高い場合（アンダーローン） ⭕</h3>      <p>        お家を売ったお金でローンを全額返済しても、手元に現金が残る状態です ✨<br>        残ったお金をおふたりで公平に分け合う（財産分与する）ことができるので、<strong>それぞれの新生活に向けた引越し代や準備資金</strong>として活用できます       </p>    </div>      <div class="point-card">      <h3>② ローンの残高のほうが高い場合（オーバーローン） ⚠️</h3>      <p>        お家を売ってもローンが残ってしまう状態です <br>        この場合は「貯金から不足分を出して完済するのか」「名義や返済をどう分担するのか」を慎重に考える必要があります。      </p>    </div>    <p>      どちらのパターンになるかを知るためにも、まずは<strong>「今売ると、いくらの金額になるのか」を正確に把握すること</strong>が大切な第一歩になります ✨    </p>      <!-- 本文解説画像 -->    <img src="https://cdn.img-asp.jp/cms/845352_2_0_0_1.jpg" alt="住宅ローンと査定価格の比較・不動産売却の流れ" class="blog-image">      <h2 id="section2">2. 実はキケン？「どちらか一方が住み続ける」場合の落とし穴 ⚡</h2>    <div class="warn-box">      <strong>⚠️ 「夫がローンを払い、妻と子どもが住み続ける」という選択</strong><br>      一見スムーズに見えるこの方法ですが、数年後に元パートナーの転職や再婚などで支払いが滞ってしまい、<strong>ある日突然、競売（差し押さえ）の通知が届いてしまう…</strong>というご相談が実はとても多いんです     </div>    <p>      また、ご夫婦で協力して組んだ<strong>「ペアローン」や「連帯保証人」</strong>の契約は、離婚したからといって自動的に外れることはありません ❌<br><br>      お互いがスッキリとした気持ちで新しい一歩を踏み出すためにも、可能であれば<strong>「一度お家を売却して、住宅ローンを綺麗に完済する」</strong>のが一番トラブルの少ないおすすめの選択肢です ✨    </p>      <h2 id="section3">3. スムーズに進めるための3つのステップ </h2>    <ol>      <li><strong>住宅ローンの返済予定表を確認する </strong><br>現在の借入残高がいくらあるかを調べます。</li>      <li><strong>地元の不動産会社に正直な査定をしてもらう </strong><br>机上の数字だけでなく、地域の相場を踏まえたリアルな売却価格を知りましょう。</li>      <li><strong>お互いに無理のない売却計画を立てる ️</strong><br>引っ越しのタイミングや引き渡しの時期など、お互いの生活リズムに合わせてスケジュールを組んでいきます。</li>    </ol>      <h2 id="section4">4. 清久の実体験から：新しい再スタートを迎えるあなたへ ️</h2>    <div class="episode-box">      <p>        少しだけ、私自身の個人的なお話をさせてください。<br><br>        実は、<strong>私自身も過去に離婚を経験しております。</strong><br>        離婚を経験した当時の不安や葛藤、先が見えない心細さは、今でも身に染みてよく分かります。<br><br>        その後、今の妻と再婚を決めた際、妻のお母さん（義母）に結婚の報告へ伺いました。大切な娘の将来ですから、義母としても不安や心配がたくさんあったはずです。<br>        しかし義母は、私の過去に対して後ろ向きなことは一切言わず、温かく受け入れてくれました。<br><br>改めて振り返ると、<strong>あのときの義母の深い理解と優しさがあったからこそ、こんな自分でも前を向き、新しい人生を再スタートさせることができたのだと</strong>心から感謝しています。<br><br>        これから離婚や新しい暮らしに向けて進まれる方も、たくさんの不安や迷いがおありだと思います。<br>        不動産のお手続きやお家の清算を通じて、皆さまが安心して次の一歩を踏み出せるよう、心を込めて伴走・サポートさせていただきます ✨      </p>    </div>      <!-- お問い合わせ・CTAセクション -->    <div class="cta-section" id="section5">      <div class="cta-title"> 八王子のお家・住宅ローンのお悩み、清久にご相談ください</div>      <div class="cta-desc">        「査定だけしてみたい」「ローンの残りと比べてみたい」など、どんな小さなお悩みでも大丈夫です <br>        お電話でもWEB査定・お問い合わせフォームからでも、お気軽にお声がけくださいね ✨      </div>            <div class="btn-container">        <a href="tel:042-649-3547" class="btn btn-tel">           お電話で相談する</a>        <a href="https://www.hasumi-f.net/assessment/" class="btn btn-mail" target="_blank" rel="noopener noreferrer">          ✉️ 無料査定・お問い合わせ        </a>      </div>        <div class="company-info">        <strong> 八王子住まいる不動産</strong><br>        代表：清久 真（ファイナンシャルプランナー）<br>         〒192-0046 東京都八王子市明神町2-21-13 錦せいビル101号室<br>         TEL：042-649-3547      </div>    </div>  </div>]]></description>
            <pubDate>2026-09-01</pubDate>
        </item>
            <item>
            <title>仲介手数料無料サービスとその仕組みを公開!!</title>
            <link>https://www.hasumi-f.net/blog/17068/404498/</link>
            <description><![CDATA[<div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; font-size: 16px; line-height: 1.8; color: #222222; max-width: 800px; margin: 0 auto; padding: 15px;">      <!-- メイン見出しエリア -->    <div style="margin-bottom: 20px;">      <span style="display: inline-block; background-color: #ff6f00; color: #ffffff; font-size: 14px; font-weight: bold; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;">八王子・日野・あきる野 エリア対応</span>      <h1 style="font-size: 22px; line-height: 1.4; color: #111111; margin: 8px 0 16px; border-bottom: 3px solid #ff6f00; padding-bottom: 10px; font-weight: bold;">八王子住まいる不動産の仲介手数料無料サービス!!</h1>    </div>      <!-- リード文 -->    <div style="background-color: #fff8f0; border-left: 5px solid #ff9800; padding: 16px 18px; border-radius: 0 8px 8px 0; margin-bottom: 25px; font-size: 16px; line-height: 1.8;">      八王子、日野市、あきる野で新築一戸建てやリフォーム済み物件をご検討中のお客様へ。<br>      八王子住まいる不動産は京王八王子駅徒歩3分の明神町で「仲介手数料無料の不動産会社」として住宅購入のサポートをしております。    </div>      <!-- 目次 -->    <div style="border: 1px solid #e2e8f0; background-color: #f8fafc; padding: 18px 20px; margin: 20px 0 30px; border-radius: 8px;">      <div style="font-size: 17px; font-weight: bold; color: #334155; margin-bottom: 10px;">【目次】</div>      <ul style="list-style-type: none; padding-left: 5px; margin: 0;">        <li style="margin: 8px 0;"><a href="#about" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">・八王子住まいる不動産の店舗・姿勢</a></li>        <li style="margin: 8px 0;"><a href="#discount" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">・仲介手数料無料はどのくらいお得？</a></li>        <li style="margin: 8px 0;"><a href="#system" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">・どうして無料に出来るの？その仕組みを公開</a></li>        <li style="margin: 8px 0;"><a href="#policy" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">・八王子住まいる不動産の3つの方針</a></li>        <li style="margin: 8px 0;"><a href="#contact" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">・即日回答！無料見積り・お問い合わせ</a></li>      </ul>    </div>      <!-- 店舗画像エリア -->    <h2 id="about" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">丁寧で正確な仕事を心がけております</h2>        <div style="margin: 18px 0; text-align: center;">      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; background: #fafafa; padding: 10px; border-radius: 8px; border: 1px solid #eeeeee; box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/404498_21_0_0_1.jpg" alt="八王子住まいる不動産 店舗外観" style="max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">        <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">【店舗外観】京王八王子駅徒歩3分 オレンジの看板が目印</div>      </div>      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; background: #fafafa; padding: 10px; border-radius: 8px; border: 1px solid #eeeeee; box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/404498_20_0_0_1.jpg" alt="八王子住まいる不動産 店内スペース" style="max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">        <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">【店内】落ち着いたご相談スペース</div>      </div>    </div>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 20px;">      仲介手数料無料だからといって仕事がいい加減ではお問い合わせくださるお客様に失礼です。<br>      割引があっても、他社以上に丁寧で正確な対応を徹底しております。    </p>      <!-- お得額アピール -->    <h2 id="discount" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">仲介手数料無料はどのくらいお得？</h2>        <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      HP掲載の新築一戸建て、リフォーム済み（マンションと中古戸建）の仲介手数料を無料にてお取引させていただきます。    </p>      <div style="background: #fff3e0; border: 1px solid #ffb74d; padding: 20px 16px; border-radius: 10px; text-align: center; margin: 20px 0 25px;">      <div style="font-size: 16px; font-weight: bold; color: #333333;">例えば、3,000万円の新築一戸建てをご購入の場合…</div>      <div style="font-size: 23px; font-weight: bold; color: #d84315; margin: 8px 0; line-height: 1.35;">        仲介手数料（約105万円）が 0円 に！      </div>      <p style="font-size: 14.5px; margin-bottom: 0; color: #444444; line-height: 1.7;">        浮いた費用は、新築の追加工事費用（網戸・エアコン・カーテンレール等）や、毎月の住宅ローン支払い額の軽減にご活用ください。      </p>    </div>      <div style="margin: 20px 0 25px; text-align: center;">      <img src="//cdn.img-asp.jp/cms/404498_31_0_0_1.jpg" alt="仲介手数料105万円削減のイメージ" style="max-width: 480px; width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">      <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">価格3,000万円の仲介手数料「約105万円」を賢く節約</div>    </div>      <!-- 仕組み解説 -->    <h2 id="system" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">どうして無料に出来るの？その仕組みを公開!!</h2>        <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      新築売買は買い手様から仲介業者へ手数料をお支払いいただくほか、売主（建築業者・ハウスメーカー）からも仲介業者へ「売却報酬」が支払われるケースがほとんどです。    </p>      <div style="margin: 20px 0 25px; text-align: center;">      <img src="//cdn.img-asp.jp/cms/404498_33_0_0_1.jpg" alt="仲介手数料無料の仕組み図" style="max-width: 480px; width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">      <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">仲介手数料無料のビジネスモデル</div>    </div>      <div style="margin: 20px 0; text-align: center;">      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; padding: 16px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fafafa; text-align: left; box-sizing: border-box;">        <div style="font-weight: bold; margin-bottom: 8px; font-size: 16px; color: #222222;">一般的な不動産会社</div>        <p style="font-size: 14.5px; margin-bottom: 0; line-height: 1.7; color: #444444;">買主様（約3%）と売主様の両方からダブルで仲介手数料を受け取る「両手仲介」。</p>      </div>      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; padding: 16px; border: 1px solid #ffa000; border-radius: 8px; background: #fff8e1; text-align: left; box-sizing: border-box;">        <div style="font-weight: bold; margin-bottom: 8px; font-size: 16px; color: #e65100;">八王子住まいる不動産</div>        <p style="font-size: 14.5px; margin-bottom: 0; line-height: 1.7; color: #333333;"><strong>売主側からの報酬だけで十分に利益を確保できるため、買主側の仲介手数料を無料にできます。</strong>さらに店舗規模や広告費用の効率化で低コスト運営を実現しています。</p>      </div>    </div>      <!-- 3つの方針 -->    <h2 id="policy" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">八王子住まいる不動産の3つの方針</h2>        <ul style="list-style: none; margin: 18px 0; padding: 0;">      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-weight: bold; font-size: 16px; color: #2e7d32;">        ✓ １．お客様情報をいただいてもしつこく営業しません！      </li>      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-weight: bold; font-size: 16px; color: #2e7d32;">        ✓ ２．お客様の立場にたって一緒に考えます！      </li>      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-weight: bold; font-size: 16px; color: #2e7d32;">        ✓ ３．物件のメリット・デメリットを正直にお伝えします！      </li>    </ul>      <!-- 注意事項 -->    <div style="background-color: #f8fafc; border: 1px solid #cbd5e1; padding: 18px; border-radius: 6px; font-size: 14.5px; color: #475569; margin: 25px 0; line-height: 1.7;">      <strong style="font-size: 15px; color: #1e293b;">【ご利用に関する注意事項】</strong>      <ul style="padding-left: 20px; margin-top: 8px;">        <li style="margin-bottom: 6px;">弊社でのお取引には、物件調査、登記簿謄本取得、契約書類作成等の<strong>契約事務手数料5万円（税別）</strong>を頂いております。</li>        <li>他社との2社共同仲介案件や、当社委任物件、1,000万円以下の中古物件等は対象外となる場合があります。詳しくは営業担当にお問い合わせください。</li>      </ul>    </div>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 20px;">      八王子住まいる不動産は、他の不動産会社がすくい上げることができない様々なニーズ・可能性を実現し、次の当たり前を創っていきます。    </p>      <!-- お問い合わせエリア -->    <div id="contact" style="background: #fffaf0; border: 2px solid #ffb74d; color: #222222; padding: 28px 16px; border-radius: 12px; text-align: center; margin-top: 35px;">      <h3 style="font-size: 20px; margin-bottom: 10px; color: #d84315; font-weight: bold;">即日回答！仲介手数料無料 見積サービス</h3>      <p style="font-size: 15px; line-height: 1.7; margin-bottom: 16px; color: #444444;">        気になる新築戸建てが無料になるかすぐにお調べします。<br>        他社ポータルサイト（SUUMO・at home等）の物件URLでもOK！      </p>            <div style="margin: 12px 0 18px;">        <a href="tel:042-649-3547" style="display: inline-block; font-size: 22px; font-weight: bold; color: #e65100; text-decoration: none; padding: 6px 14px; border: 2px solid #ffb74d; border-radius: 50px; background: #ffffff;">           042-649-3547        </a>      </div>            <div style="margin-bottom: 20px;">        <a href="https://www.hasumi-f.net/contact/" target="_blank" rel="noopener noreferrer" style="display: inline-block; max-width: 90%; background-color: #ff6f00; color: #ffffff; padding: 14px 24px; border-radius: 35px; font-weight: bold; font-size: 17px; text-decoration: none; box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);">          仲介手数料無料 見積り依頼はこちら ≫        </a>      </div>        <div style="font-size: 14.5px; color: #555555; margin-top: 20px; line-height: 1.7; border-top: 1px dashed #ffd54f; padding-top: 15px;">        <strong style="color: #222; font-size: 16px;">八王子住まいる不動産</strong><br>        東京都八王子市明神町（京王八王子駅 徒歩3分／オレンジの看板が目印）      </div>        <div style="margin-top: 16px;">        <a href="https://www.hasumi-f.net/" target="_blank" rel="noopener noreferrer">          <img src="//www.img-asp.jp/cms/404498_25_0_0_1.jpg" alt="八王子住まいる不動産 公式サイトへ" style="max-width: 220px; width: 100%; height: auto;">        </a>      </div>    </div>    </div>]]></description>
            <pubDate>2026-08-30</pubDate>
        </item>
            <item>
            <title>不動産売却の「囲い込み」とは？売主が大損する仕組みと防止策を解説</title>
            <link>https://www.hasumi-f.net/blog/20103/841742/</link>
            <description><![CDATA[<div style="max-width: 780px; margin: 0 auto; line-height: 1.9; color: #333333; font-size: 16px; letter-spacing: normal;">    <!-- 導入文 -->    <p style="margin-bottom: 24px;">      こんにちは！八王子住まいる不動産の清久（きよく）です。<br>      いつも当ブログをご覧いただき、ありがとうございます。    </p>    <p style="margin-bottom: 24px;">      不動産の売却を検討される際、「できるだけ早く、適正な価格で買い手を見つけたい」と思われるのは当然のことです。<br>      しかし、不動産業界には売主様にとって大きな不利益となり得る<strong style="color: #d35400; background: linear-gradient(transparent 70%, #ffeaa7 70%);">「物件の囲い込み（かこいこみ）」</strong>という悪しき商慣習が存在します。    </p>    <p style="margin-bottom: 24px;">      今回は、不動産の売却で絶対に知っておきたい「囲い込み」の仕組みと、売主様が被るリスク、そして対策について分かりやすく解説いたします。    </p>      <div style="text-align: left; word-break: break-all;">      <div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/841742_1_0_0_1.jpg" style="max-width: 100%;float:left;" alt=""></p></div><p class="clearfix"><br></p>    </div>      <!-- 見出し1：囲い込みとは -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      不動産の「囲い込み」とは？なぜ起こるのか    </h2>    <p style="margin-bottom: 20px;">      囲い込みとは、売主様から売却依頼（媒介契約）を受けた不動産会社が、<strong>他社からの買主の紹介を意図的に断り、自社だけで買主を見つけようとする行為</strong>を指します。    </p>    <p style="margin-bottom: 24px;">      不動産会社が囲い込みを行う理由は、売主・買主の双方から仲介手数料を得る<strong style="color: #d35400;">「両手仲介」</strong>を狙うためです。    </p>      <!-- 仕組みの比較ボックス -->    <div style="background-color: #fff9f4; border: 1px solid #fed3b7; border-radius: 8px; padding: 20px; margin-bottom: 24px;">      <p style="margin: 0 0 10px 0; font-weight: bold; color: #2d3436;">仲介手数料の仕組み</p>      <ul style="margin: 0; padding-left: 20px;">        <li style="margin-bottom: 8px;"><strong>片手仲介（健全な取引）：</strong>売主側・買主側にそれぞれ別の不動産会社が入り、各社が一方から仲介手数料（約3%）を受け取る。</li>        <li style="margin-bottom: 0;"><strong>両手仲介（囲い込みの原因）：</strong>1社が売主・買主の双方を仲介し、合計約6%の手数料を一手に得る。</li>      </ul>    </div>      <p style="margin-bottom: 24px;">      他社から「購入希望者がいる」と問い合わせが入っても、「商談中です」「契約予定です」と虚偽の返答をして門前払いし、自社で買主が見つかるまで物件情報を独占してしまうのが囲い込みの手口です。    </p>      <!-- 見出し2：売主様のリスク -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      囲い込みによって売主様が受ける3大リスク    </h2>    <div style="background-color: #fbfbfb; border: 1px solid #e9ecef; border-radius: 8px; padding: 20px; margin-bottom: 24px;">      <ul style="margin: 0; padding-left: 20px;">        <li style="margin-bottom: 14px;">          <strong style="color: #d35400;">1. 売却期間が長期化する</strong><br>          全国の不動産ネットワーク（レインズ等）を通じた幅広い集客が遮断され、自社の顧客リストだけに頼るため、買い手が見つかるまでに余計な時間がかかります。        </li>        <li style="margin-bottom: 14px;">          <strong style="color: #d35400;">2. 不当な値下げを迫られる</strong><br>          時間が経っても反響が出ないことを理由に、「相場より高すぎる」「問い合わせがないので価格を下げましょう」と売却価格の引き下げを提案されるケースが頻発します。        </li>        <li style="margin-bottom: 0;">          <strong style="color: #d35400;">3. 最良の条件での売却機会を逃す</strong><br>          他社で満額購入を希望していた買主様がいたにもかかわらず、その存在を知らされないまま機会損失を被ることになります。        </li>      </ul>    </div>      <!-- 見出し3：対策方法 -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      囲い込みを防ぐためのチェックポイント    </h2>    <p style="margin-bottom: 16px;">      売主様ご自身で囲い込みを防ぐには、以下の点を確認することが重要です。    </p>    <ul style="padding-left: 22px; margin-bottom: 24px;">      <li style="margin-bottom: 10px;"><strong>レインズ（REINS）の登録証明書とステータスを確認する</strong><br>専任媒介・専属専任媒介契約の場合、レインズの取引状況（公開中・書面による購入申込みあり等）を売主様専用ページから確認できます。</li>      <li style="margin-bottom: 10px;"><strong>定期的な業務報告の内容を精査する</strong><br>他社からの問い合わせ件数や内覧希望の有無について、具体的な数字と反応の提示を求めます。</li>      <li style="margin-bottom: 10px;"><strong>他社への情報提供をオープンにしている業者を選ぶ</strong><br>「他社のお客様でも条件が良ければ積極的に案内する」姿勢が明確な不動産会社を選定することが最大の防御策です。</li>    </ul>      <!-- 見出し4：結び・自社方針 -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      八王子住まいる不動産は「完全透明・囲い込みゼロ」でお手伝いします    </h2>    <p style="margin-bottom: 20px;">      不動産売却は、売主様の大切な資産を次の世代へ引き継ぐ重要なお取引です。<br>      当社では、売主様の利益を最優先に考え、自社利益のための囲い込みは一切行いません。広く市場に情報を開示し、迅速かつ適正価格でのご成約を目指します。    </p>    <p style="margin-bottom: 24px;">      「現在他社で売りに出しているが反響が全くない」「適正な価格で売却が進んでいるか確認したい」といったご相談も随時承っております。<br>      八王子・日野エリアでの不動産売却は、ぜひお気軽に清久（きよく）までお声がけください！    </p>      <!-- 店舗問い合わせフッター -->    <div style="background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 24px; text-align: center; margin-top: 30px;">      <p style="margin: 0 0 10px 0; font-weight: bold; font-size: 18px; color: #2d3436;">八王子住まいる不動産</p>      <p style="margin: 0 0 16px 0;">お電話でのお問い合わせ：<a href="tel:0426493547" style="text-decoration: none;" target="_blank"><strong style="font-size: 20px; color: #e67e22;">042-649-3547</strong></a></p>        <!-- メール問い合わせボタン -->      <div style="margin-bottom: 16px;">        <a href="https://www.hasumi-f.net/assessment/" target="_blank" rel="noopener noreferrer" style="display: inline-block; background-color: #e67e22; color: #ffffff; font-size: 15px; font-weight: bold; padding: 12px 30px; text-decoration: none; border-radius: 6px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">          ✉ メールでのお問い合わせ・ご相談はこちら        </a>      </div>        <p style="margin: 0; font-size: 14px; color: #636e72;">東京都八王子市明神町2-21-13 錦せいビル101（京王八王子駅 徒歩3分）</p>    </div>      <p style="margin-top: 30px; text-align: right; color: #636e72;">      八王子住まいる不動産 清久    </p>  </div>]]></description>
            <pubDate>2026-08-29</pubDate>
        </item>
            <item>
            <title>「実家を売ると税金はどうなる？」八王子の空き家売却で使えるお得な特例をわかりやすく解説！</title>
            <link>https://www.hasumi-f.net/blog/20103/841740/</link>
            <description><![CDATA[<div style="max-width: 780px; margin: 0 auto; line-height: 1.9; color: #333333; font-size: 16px; letter-spacing: normal;">    <!-- 導入文 -->    <p style="margin-bottom: 24px;">      こんにちは！八王子住まいる不動産の清久（きよく）です。<br>      いつも当ブログをご覧いただき、ありがとうございます。日増しに秋の気配が深まってまいりましたが、皆様いかがお過ごしでしょうか。    </p>    <p style="margin-bottom: 24px;">      さて、今日はお客様からよくご相談いただく、<strong style="color: #e67e22; background: linear-gradient(transparent 70%, #ffeaa7 70%);">「相続したご実家の売却」</strong>にまつわる耳寄りな税金のお話です。    </p>    <div style="background-color: #fbfbfb; border-left: 4px solid #dcdde1; padding: 15px 20px; margin-bottom: 24px; border-radius: 0 6px 6px 0;">      <p style="margin: 0 0 10px 0;">「親が住んでいた家を相続したけれど、自分は別の場所に家を構えているし…」</p>      <p style="margin: 0;">「空き家のままにしておくのも物騒だし、維持費もかかるから手放したい」</p>    </div>    <p style="margin-bottom: 24px;">      そんなお悩みをお持ちの方も多いのではないでしょうか。<br>      通常、不動産を売却して利益が出ると税金（譲渡所得税）がかかりますが、一定の条件を満たすと<strong style="color: #d35400;">なんと最大3,000万円まで控除</strong>される国の特例があるんです！<br>      （つまり、利益が3,000万円までなら税金がかかりません。これはとても大きなメリットですよね！）    </p>    <p style="margin-bottom: 30px;">      この特例を活用して皆様の負担を少しでも減らせるよう、全体の流れを分かりやすいイラストにまとめました。    </p>    <div style="text-align: center; margin: 35px 0;">      <div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/841740_1_0_0_1.jpg" style="max-width: 100%;float:left;" alt=""></p></div>    </div>      <!-- 見出し2：3つのステップ -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      イラストで見る！3,000万円特別控除の主な流れ    </h2>    <p style="margin-bottom: 18px;">      イラストにある通り、主な手続きの流れは大きく分けて<strong>3つのステップ</strong>です。    </p>    <div style="background-color: #fff9f4; border: 1px solid #fed3b7; border-radius: 8px; padding: 20px; margin-bottom: 24px;">      <ul style="margin: 0; padding-left: 20px;">        <li style="margin-bottom: 12px;"><strong>① 実家の売却・引き渡し</strong></li>        <li style="margin-bottom: 12px;"><strong style="color: #d35400;">② 八王子市役所へ申請（ここがとても重要です！）</strong></li>        <li style="margin-bottom: 0;"><strong>③ 税務署で確定申告</strong></li>      </ul>    </div>    <p style="margin-bottom: 24px;">      特に、<strong>「確定申告の前に、八王子市役所での手続きが必要」</strong>という点は意外と知られていません。<br>      市役所の住宅支援課で「被相続人居住用家屋等確認書」という書類を発行してもらう必要があります。    </p>      <!-- 見出し2：特例を受けるための要件 -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      特例を使うための主なチェック条件    </h2>    <p style="margin-bottom: 16px;">      この特例を使うためには、いくつか条件が定められています。    </p>    <ul style="padding-left: 22px; margin-bottom: 24px;">      <li style="margin-bottom: 10px;"><strong>昭和56年5月31日以前</strong>に建てられた旧耐震基準の戸建てであること</li>      <li style="margin-bottom: 10px;">親御様が<strong>お一人でお住まい</strong>だったこと（老人ホーム入所等の例外あり）</li>      <li style="margin-bottom: 10px;">相続してから<strong>3年目の年の12月31日まで</strong>に売却すること</li>      <li style="margin-bottom: 10px;">売却代金が<strong>1億円以下</strong>であること</li>    </ul>    <p style="margin-bottom: 30px;">      「うちの実家は条件に当てはまるのかな？」「手続きが難しそう…」と迷われる場合も多いかと思います。    </p>      <!-- 見出し2：結び・案内 -->    <h2 style="border-left: 6px solid #e67e22; background-color: #fdf5e6; padding: 12px 18px; font-size: 20px; font-weight: bold; margin: 40px 0 20px 0; border-radius: 0 6px 6px 0; color: #2d3436;">      八王子市内の実家・空き家売却はお気軽にご相談ください    </h2>    <p style="margin-bottom: 20px;">      <strong>どうぞご安心ください。</strong><br>      八王子住まいる不動産では、控除の対象になるかどうかの事前確認から、市役所への書類申請サポート、そして大切なお家を少しでも良い条件で売却するためのお手伝いまで、分かりやすく丁寧にご案内しております。    </p>    <p style="margin-bottom: 24px;">      「まずは話だけでも聞いてみたい」というご相談も大歓迎です。<br>      ぜひお気軽に清久（きよく）までお声がけください！    </p>      <!-- 店舗問い合わせフッター -->    <div style="background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 24px; text-align: center; margin-top: 30px;">      <p style="margin: 0 0 10px 0; font-weight: bold; font-size: 18px; color: #2d3436;">LIXIL不動産ショップ 八王子住まいる不動産</p>      <p style="margin: 0 0 16px 0;">お電話でのお問い合わせ：<a href="tel:0426493547" style="text-decoration: none;" target="_blank"><strong style="font-size: 20px; color: #e67e22;">042-649-3547</strong></a></p>        <!-- メール問い合わせボタン -->      <div style="margin-bottom: 16px;">        <a href="https://www.hasumi-f.net/assessment/" target="_blank" rel="noopener noreferrer" style="display: inline-block; background-color: #e67e22; color: #ffffff; font-size: 15px; font-weight: bold; padding: 12px 30px; text-decoration: none; border-radius: 6px; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">          ✉ メールでのお問い合わせ・無料相談はこちら        </a>      </div>        <p style="margin: 0; font-size: 14px; color: #636e72;">東京都八王子市明神町2-21-13 錦せいビル101（京王八王子駅 徒歩3分）</p>    </div>      <p style="margin-top: 30px; text-align: right; color: #636e72;">      八王子住まいる不動産 清久    </p>  </div>]]></description>
            <pubDate>2026-08-25</pubDate>
        </item>
            <item>
            <title>「うちは家族仲がいいから大丈夫」が一番危険？不動産相続で遺言書が必要な理由</title>
            <link>https://www.hasumi-f.net/blog/20103/843160/</link>
            <description><![CDATA[<article class="blog-entry" style="font-family: sans-serif; line-height: 1.8; color: #333; max-width: 780px; margin: 0 auto; padding: 15px;">      <!-- リード文 -->      <p style="font-size: 1.05em; margin-bottom: 24px;">こんにちは。<strong>住まいる相続相談室、相談員の清久</strong>です。</p>      <p style="margin-bottom: 16px;">        「うちは子どもたちの仲がいいから、相続でもめることなんてないよ」<br>        ご相談の現場でも、そう笑顔でお話しされる方は少なくありません。      </p>      <p style="margin-bottom: 16px;">        家族の仲が良いことは本当に素晴らしいことです。しかし、いざ相続が発生すると、それまで円満だったご家族の間でも意見が分かれ、関係がぎくしゃくしてしまうケースは決して珍しくありません。      </p>      <p style="margin-bottom: 24px;">        その大きな原因の一つが、<span style="background: linear-gradient(transparent 60%, #fff176 60%); font-weight: bold;">「誰がどの財産を引き継ぐのかが決まっていないこと」</span>です。      </p>        <!-- 目次エリア -->      <nav style="background: #fdfaf6; border: 1px solid #f3e5d0; border-left: 6px solid #e67e22; border-radius: 4px; padding: 20px; margin-bottom: 35px;">        <p style="font-weight: bold; font-size: 1.1em; color: #c0392b; margin: 0 0 12px 0;">目次</p>        <ul style="margin: 0; padding-left: 20px; color: #444; line-height: 1.7;">          <li style="margin-bottom: 6px;"><a href="#chapter1" style="color: #2980b9; text-decoration: none;">遺言がないと、不動産は「分けられない財産」になりやすい</a></li>          <li style="margin-bottom: 6px;"><a href="#chapter2" style="color: #2980b9; text-decoration: none;">「家族仲が良いこと」と「利害が一致すること」は別</a></li>          <li style="margin-bottom: 6px;"><a href="#chapter3" style="color: #2980b9; text-decoration: none;">遺言書は「資産家のため」だけのものではありません</a></li>          <li style="margin-bottom: 0;"><a href="#chapter4" style="color: #2980b9; text-decoration: none;">不動産をお持ちの方こそ、元気なうちの早めの準備を</a></li>        </ul>      </nav>        <!-- 画像1：和室の家族団らん -->      <figure style="margin: 0 0 35px 0; text-align: center;">        <img src="https://cdn.img-asp.jp/cms/843160_1_0_0_1.jpg" alt="和室で楽しそうに団らんする家族" style="width: 100%; max-width: 700px; height: auto; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); display: block; margin: 0 auto;">        <figcaption style="font-size: 0.85em; color: #777; margin-top: 8px;">「仲が良い」ご家族でも、相続の問題は別物です</figcaption>      </figure>        <!-- 見出し1 -->      <h2 id="chapter1" style="font-size: 1.35em; color: #c0392b; border-left: 6px solid #e67e22; padding: 8px 14px; background: #fdfaf6; margin: 35px 0 20px 0; border-radius: 0 4px 4px 0;">        遺言がないと、不動産は「分けられない財産」になりやすい      </h2>      <p style="margin-bottom: 16px;">        遺言書がない場合、遺産をどのように分けるかは原則として<strong>相続人全員による話し合い（遺産分割協議）</strong>で決めることになります。      </p>      <p style="margin-bottom: 16px;">        預貯金のように数字で均等に分けられる財産なら比較的スムーズに進みますが、<strong>不動産は簡単に切り分けることができません。</strong>      </p>        <!-- 画像2：戸建て遺産分割の図解 -->      <figure style="margin: 25px 0; text-align: center;">        <img src="https://cdn.img-asp.jp/cms/843160_3_0_0_1.jpg" alt="戸建て住宅の遺産分割方法の図解イラスト（特定の相続人が取得、売却して分ける、共有名義にする）" style="width: 100%; max-width: 650px; height: auto; border-radius: 8px; border: 1px solid #eee; display: block; margin: 0 auto;">        <figcaption style="font-size: 0.85em; color: #777; margin-top: 8px;">不動産の分割には複数の方法があり、意見がまとまりにくい原因になります</figcaption>      </figure>        <div style="background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 18px; margin: 20px 0;">        <p style="font-weight: bold; margin-top: 0; margin-bottom: 10px; color: #495057;">【例えば、ご実家を相続する場合の意見の食い違い】</p>        <ul style="margin: 0; padding-left: 20px; color: #555;">          <li style="margin-bottom: 6px;">「生まれ育った実家にそのまま住み続けたい」</li>          <li style="margin-bottom: 6px;">「管理や維持費が大変だから、売却して現金で均等に分けたい」</li>          <li style="margin-bottom: 0;">「家は譲るけれど、その分の金銭的な代償（相続分）はほしい」</li>        </ul>      </div>      <p style="margin-bottom: 30px;">        決して誰かが意地悪をしているわけではありません。それぞれの生活環境や家族構成があるからこそ、話し合いが難しくなってしまうのです。      </p>        <!-- 見出し2 -->      <h2 id="chapter2" style="font-size: 1.35em; color: #c0392b; border-left: 6px solid #e67e22; padding: 8px 14px; background: #fdfaf6; margin: 35px 0 20px 0; border-radius: 0 4px 4px 0;">        「家族仲が良いこと」と「利害が一致すること」は別      </h2>      <p style="margin-bottom: 16px;">        相続が始まると、お金や不動産という現実的な問題に直面します。      </p>      <ul style="margin-bottom: 16px; padding-left: 20px;">        <li>親と同居して介護を担ってきた方</li>        <li>遠方に住み、仕事や家庭の事情で頻繁には帰省できなかった方</li>      </ul>      <p style="margin-bottom: 16px;">        それぞれの立場によって、親に対する思いや貢献への考え方は異なります。相続が起きてから「親は本当はどうしてほしかったのだろう？」と残された家族だけで悩むのは、想像以上に大きな心理的負担となります。      </p>      <p style="margin-bottom: 30px;">        生前に本人の意思が明確に残されていれば、それが家族にとって<strong>迷いをなくす大切な「道しるべ」</strong>になります。      </p>        <!-- 見出し3 -->      <h2 id="chapter3" style="font-size: 1.35em; color: #c0392b; border-left: 6px solid #e67e22; padding: 8px 14px; background: #fdfaf6; margin: 35px 0 20px 0; border-radius: 0 4px 4px 0;">        遺言書は「資産家のため」だけのものではありません      </h2>      <p style="margin-bottom: 16px;">        「遺言書はお金持ちが作るもの」というイメージを持たれがちですが、実際にもめやすいのは<strong>「主な財産がご自宅（不動産）のみ」というケース</strong>です。      </p>        <!-- 画像3：遺言書 -->      <figure style="margin: 25px 0; text-align: center;">        <img src="https://cdn.img-asp.jp/cms/843160_2_0_0_1.jpg" alt="木製テーブルに置かれた封緘された遺言書と筆記具" style="width: 100%; max-width: 600px; height: auto; border-radius: 8px; display: block; margin: 0 auto;">        <figcaption style="font-size: 0.85em; color: #777; margin-top: 8px;">遺言書は、残された家族への「思いやり」です</figcaption>      </figure>        <p style="margin-bottom: 16px;">        「この家を誰に残したいのか」「売却して代金をどう分けてほしいのか」といった意思を元気なうちに整理しておくことは、財産の行き先を決めるためだけではありません。      </p>      <p style="margin-bottom: 30px;">        残された家族が判断に迷わず、余計な負担や不必要な争いを抱えないための<strong>「家族への思いやり」</strong>そのものです。      </p>        <!-- 見出し4 -->      <h2 id="chapter4" style="font-size: 1.35em; color: #c0392b; border-left: 6px solid #e67e22; padding: 8px 14px; background: #fdfaf6; margin: 35px 0 20px 0; border-radius: 0 4px 4px 0;">        不動産をお持ちの方こそ、元気なうちの早めの準備を      </h2>      <p style="margin-bottom: 16px;">        相続が発生してからでは、ご本人の本当の意思を確かめることはできません。<br>        「あの時、きちんと聞いておけばよかった」と家族が後悔しないためにも、元気なうちから話し合いや準備を進めておくことが大切です。      </p>      <p style="margin-bottom: 24px;">        不動産は、万が一のことが起きてから「どうする？」と慌てるのではなく、元気なうちに「どうしたいか」をご家族と共有しておくことで、大切な資産と家族の絆を守ることができます。      </p>        <!-- お問い合わせセクション（ボタン付き） -->      <section style="background: #fff8f0; border: 2px solid #e67e22; border-radius: 10px; padding: 25px 20px; margin-top: 40px; text-align: center;">        <h3 style="margin-top: 0; color: #d35400; font-size: 1.25em;">不動産の相続・ご実家の整理でお悩みではありませんか？</h3>        <p style="font-size: 0.95em; color: #555; margin-bottom: 20px; text-align: left; line-height: 1.7;">          八王子住まいる不動産では、不動産の査定や売却相談はもちろん、将来を見据えたご実家の整理や家族信託・相続対策のご相談も承っております。<br>          大切なご家族に迷いや争いを残さないために、まずは一度、お気軽にご相談ください。        </p>          <!-- 相談ボタングループ -->        <div style="display: table; width: 100%; max-width: 600px; margin: 0 auto;">          <!-- 電話ボタン -->          <div style="display: table-cell; width: 48%; vertical-align: top; padding: 5px;">            <a href="tel:0426493547" style="display: block; background: #e67e22; color: #fff; text-decoration: none; padding: 14px 10px; border-radius: 6px; font-weight: bold; font-size: 1.05em; box-shadow: 0 3px 6px rgba(0,0,0,0.15);">              お電話で相談<br>              <span style="font-size: 1.15em; letter-spacing: 1px;">042-649-3547</span>            </a>          </div>          <!-- メールボタン（同一タブで開くように修正） -->          <div style="display: table-cell; width: 48%; vertical-align: top; padding: 5px;">            <a href="https://www.hasumi-f.net/assessment/" style="display: block; background: #27ae60; color: #fff; text-decoration: none; padding: 14px 10px; border-radius: 6px; font-weight: bold; font-size: 1.05em; box-shadow: 0 3px 6px rgba(0,0,0,0.15);">              ✉️ メール・WEB相談<br>              <span style="font-size: 0.9em;">（24時間受付中）</span>            </a>          </div>        </div>      </section>    </article>]]></description>
            <pubDate>2026-08-18</pubDate>
        </item>
            <item>
            <title>【相続人が3人・実際に相続するのは2人】相続放棄したら基礎控除はどうなる？</title>
            <link>https://www.hasumi-f.net/blog/20103/843096/</link>
            <description><![CDATA[<article class="inheritance-blog-article" style="max-width: 780px; margin: 0 auto; font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; line-height: 1.8; color: #333333; background-color: #ffffff; padding: 20px;">      <!-- 記事タイトル -->    <header style="margin-bottom: 30px; border-bottom: 3px solid #ff7b00; padding-bottom: 15px;">      <h1 style="font-size: 26px; line-height: 1.4; color: #222222; margin: 0 0 10px 0; font-weight: bold;">        【相続人が3人・実際に引き継ぐのは2人】相続放棄したら基礎控除はどうなる？      </h1>      <p style="font-size: 14px; color: #777777; margin: 0;">        公開日: 2026年8月30日 ｜ 相続・不動産の基礎知識      </p>    </header>      <!-- 導入文 -->    <section style="background-color: #fff9f2; border-left: 5px solid #ff7b00; padding: 18px 20px; border-radius: 4px; margin-bottom: 30px;">      <p style="margin: 0 0 10px 0; font-weight: bold; font-size: 16px; color: #d95e00;">        「兄弟3人のうち1人が相続放棄して、財産を分けるのは2人だけになった…」<br>        「この場合、相続税の基礎控除額は2人分に減ってしまうの？」      </p>      <p style="margin: 0; font-size: 15px;">        ご実家の相続や空き家整理などのご相談で、非常によくいただくご質問です。<br>        結論からお伝えすると、<strong>「相続放棄をした人がいても、基礎控除の計算上の法定相続人の数は減りません（3人分のまま）」</strong>。      </p>    </section>      <!-- 画像挿入エリア -->    <figure style="margin: 35px 0; text-align: center;">      <img src="https://cdn.img-asp.jp/cms/843096_1_0_0_1.jpg" alt="相続放棄と基礎控除の仕組み解説図" style="max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.08);">      <figcaption style="font-size: 13px; color: #666666; margin-top: 10px;">▲ 相続放棄があっても「税法上の法定相続人の数」は元の人数（3人分）で計算されます</figcaption>    </figure>      <!-- 見出し1 -->    <h2 style="font-size: 20px; color: #222222; border-bottom: 2px solid #ff7b00; padding-bottom: 8px; margin: 40px 0 20px 0;">      1. 相続税の基礎控除の基本ルール    </h2>    <p style="font-size: 15px; margin-bottom: 15px;">      相続税には「遺産の総額がこの金額以下であれば、申告も納税も不要」という非課税枠（<strong>基礎控除額</strong>）が設けられています。    </p>      <div style="background-color: #f8f9fa; border: 1px solid #e0e0e0; border-radius: 6px; padding: 15px 20px; margin-bottom: 20px; text-align: center;">      <p style="font-size: 14px; color: #666666; margin: 0 0 5px 0;">基礎控除額の計算式</p>      <p style="font-size: 20px; font-weight: bold; color: #d95e00; margin: 0;">        3,000万円 ＋（ 600万円 × 法定相続人の数 ）      </p>    </div>      <p style="font-size: 15px;">      法定相続人が3人の場合、<strong>3,000万円 ＋（600万円 × 3人）＝ 4,800万円</strong> となります。    </p>      <!-- 見出し2 -->    <h2 style="font-size: 20px; color: #222222; border-bottom: 2px solid #ff7b00; padding-bottom: 8px; margin: 40px 0 20px 0;">      2. 相続放棄しても「3人分（4,800万円）」が適用される理由    </h2>    <p style="font-size: 15px; margin-bottom: 15px;">      民法上、家庭裁判所で正式に相続放棄をすると「初めから相続人とならなかったもの」とみなされます。    </p>    <p style="font-size: 15px; margin-bottom: 20px;">      しかし、相続税法（税金の計算ルール）では、<strong>「相続の放棄があったとしても、放棄がなかったものとして法定相続人の数を数える」</strong>と明確に規定されています（相続税法第15条第2項）。    </p>      <!-- 比較テーブル -->    <div style="overflow-x: auto; margin-bottom: 25px;">      <table style="width: 100%; border-collapse: collapse; text-align: left; font-size: 14px;">        <thead>          <tr style="background-color: #ffefe0; color: #333333; border-bottom: 2px solid #ff7b00;">            <th style="padding: 12px; border: 1px solid #e0e0e0;">ケース</th>            <th style="padding: 12px; border: 1px solid #e0e0e0;">実際に相続する人</th>            <th style="padding: 12px; border: 1px solid #e0e0e0;">基礎控除の計算人数</th>            <th style="padding: 12px; border: 1px solid #e0e0e0;">基礎控除額</th>          </tr>        </thead>        <tbody>          <tr>            <td style="padding: 12px; border: 1px solid #e0e0e0; font-weight: bold;">全員が相続</td>            <td style="padding: 12px; border: 1px solid #e0e0e0;">3人</td>            <td style="padding: 12px; border: 1px solid #e0e0e0;">3人</td>            <td style="padding: 12px; border: 1px solid #e0e0e0; font-weight: bold; color: #d95e00;">4,800万円</td>          </tr>          <tr style="background-color: #fafafa;">            <td style="padding: 12px; border: 1px solid #e0e0e0; font-weight: bold;">1人が相続放棄</td>            <td style="padding: 12px; border: 1px solid #e0e0e0;">2人</td>            <td style="padding: 12px; border: 1px solid #e0e0e0;">3人（維持）</td>            <td style="padding: 12px; border: 1px solid #e0e0e0; font-weight: bold; color: #d95e00;">4,800万円（減らない）</td>          </tr>        </tbody>      </table>    </div>      <p style="font-size: 15px;">      そのため、残った2人で4,800万円分の非課税枠をそのまま利用することができ、控除枠の面で損をすることはありません。    </p>      <!-- 見出し3 -->    <h2 style="font-size: 20px; color: #222222; border-bottom: 2px solid #ff7b00; padding-bottom: 8px; margin: 40px 0 20px 0;">      3. 「正式な相続放棄」と「遺産分割でのゼロ」の違いに注意！    </h2>    <p style="font-size: 15px; margin-bottom: 15px;">      「2人だけで分ける」と言っても、手続きの違いによって大きなリスク差が生じます。    </p>    <ul style="padding-left: 20px; font-size: 15px; line-height: 1.9; margin-bottom: 25px;">      <li>        <strong>家庭裁判所での相続放棄（正式な放棄）</strong><br>        プラスの財産だけでなく借金もすべて手放します。被相続人に予期せぬ負債があっても請求される心配がなくなります。      </li>      <li>        <strong>遺産分割協議で取り分をゼロにする（話し合いのみ）</strong><br>        財産をもらわない合意をしても法的な放棄ではないため、<strong>万が一の借金に対する返済義務はそのまま残る</strong>リスクがあります。      </li>    </ul>      <!-- まとめ -->    <h2 style="font-size: 20px; color: #222222; border-bottom: 2px solid #ff7b00; padding-bottom: 8px; margin: 40px 0 20px 0;">      4. まとめ：迷ったら専門家へご相談を    </h2>    <p style="font-size: 15px; margin-bottom: 30px;">      相続放棄をしても基礎控除は3人分（4,800万円）のまま変わりませんが、不動産の名義変更（相続登記）や空き家の売却、特例控除の適用など、状況によって最適な進め方は異なります。<br>      「実家をどう分けるべきか」「負債リスクを避けて売却したい」などでお悩みの際は、お気軽にご相談ください。    </p>      <!-- タグ表示エリア -->    <div style="margin: 25px 0 35px 0; padding: 15px; background-color: #fafafa; border-radius: 8px; border: 1px solid #eeeeee;">      <span style="font-size: 13px; font-weight: bold; color: #666666; margin-right: 10px; display: inline-block; margin-bottom: 5px;">️ 関連タグ：</span>      <span style="display: inline-block; background-color: #ffffff; color: #ff7b00; border: 1px solid #ff7b00; padding: 3px 10px; border-radius: 15px; font-size: 12px; margin: 3px 2px;">#相続税</span>      <span style="display: inline-block; background-color: #ffffff; color: #ff7b00; border: 1px solid #ff7b00; padding: 3px 10px; border-radius: 15px; font-size: 12px; margin: 3px 2px;">#基礎控除</span>      <span style="display: inline-block; background-color: #ffffff; color: #ff7b00; border: 1px solid #ff7b00; padding: 3px 10px; border-radius: 15px; font-size: 12px; margin: 3px 2px;">#相続放棄</span>      <span style="display: inline-block; background-color: #ffffff; color: #ff7b00; border: 1px solid #ff7b00; padding: 3px 10px; border-radius: 15px; font-size: 12px; margin: 3px 2px;">#法定相続人の数</span>      <span style="display: inline-block; background-color: #ffffff; color: #ff7b00; border: 1px solid #ff7b00; padding: 3px 10px; border-radius: 15px; font-size: 12px; margin: 3px 2px;">#遺産分割協議</span>      <span style="display: inline-block; background-color: #ffffff; color: #ff7b00; border: 1px solid #ff7b00; padding: 3px 10px; border-radius: 15px; font-size: 12px; margin: 3px 2px;">#実家・空き家相談</span>    </div>      <!-- お問い合わせ CTA エリア -->    <section style="background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%); border: 2px solid #ff7b00; border-radius: 12px; padding: 25px 20px; text-align: center; margin-top: 40px;">      <h3 style="font-size: 20px; color: #d95e00; margin: 0 0 10px 0; font-weight: bold;">        相続不動産・空き家のご相談はこちら      </h3>      <p style="font-size: 14px; color: #555555; margin: 0 0 20px 0;">        相続したご実家の査定・売却・相続相談など、専門スタッフが丁寧にご対応いたします。      </p>        <!-- お問い合わせボタングループ -->      <div style="display: block; margin-bottom: 20px;">        <!-- 電話ボタン（表示：電話で相談する / リンク先：tel:0426493547） -->        <a href="tel:0426493547" style="display: inline-block; background: #ffffff; color: #ff7b00; border: 2px solid #ff7b00; text-decoration: none; padding: 12px 28px; border-radius: 30px; font-weight: bold; font-size: 16px; margin: 6px; box-shadow: 0 3px 6px rgba(0,0,0,0.08);">           電話で相談する        </a>        <!-- メール問い合わせボタン（オレンジ・指定URL） -->        <a href="https://www.hasumi-f.net/assessment/" target="_blank" rel="noopener noreferrer" style="display: inline-block; background: linear-gradient(180deg, #ff8c1a 0%, #e66000 100%); color: #ffffff; text-decoration: none; padding: 14px 30px; border-radius: 30px; font-weight: bold; font-size: 16px; margin: 6px; box-shadow: 0 4px 8px rgba(230,96,0,0.35);">          ✉️ お問い合わせフォーム        </a>      </div>        <!-- 店舗・会社情報 -->      <div style="border-top: 1px solid #ffd8a8; padding-top: 15px; font-size: 13px; color: #666666; line-height: 1.6;">        <p style="margin: 0; font-weight: bold; color: #333333;">八王子住まいる不動産（代表：清久 真 / 宅地建物取引士）</p>        <p style="margin: 3px 0 0 0;">〒192-0046 東京都八王子市明神町2-21-13 錦せいビル101号室</p>        <p style="margin: 3px 0 0 0;">TEL：<a href="tel:0426493547" style="color: #ff7b00; text-decoration: underline; font-weight: bold;">042-649-3547</a> ｜ 営業時間：9:30〜18:30（定休日：水曜日）</p>      </div>    </section>    </article>]]></description>
            <pubDate>2026-08-17</pubDate>
        </item>
            <item>
            <title>仲介手数料無料の不動産屋が限界に挑戦！100%企業努力の一端を公開</title>
            <link>https://www.hasumi-f.net/blog/17842/447539/</link>
            <description><![CDATA[<meta charset="UTF-8">  <meta name="viewport" content="width=device-width, initial-scale=1.0">    <title>仲介手数料無料の不動産屋が限界に挑戦！100%企業努力の仕組みを公開｜八王子住まいる不動産</title>  <meta name="description" content="「仲介手数料無料でどこかで損をしているのでは？」という疑問にお答えします。八王子住まいる不動産が新築一戸建ての仲介手数料を無料にできる理由は徹底したIT・CTIシステム導入によるコスト削減！迅速なアフターフォロー体制と企業努力の裏側を公開。">  <meta name="keywords" content="仲介手数料無料,八王子 不動産,CTIシステム,業務効率化,新築一戸建て,日野市,あきる野市,アフターフォロー,八王子住まいる不動産">    <meta property="og:type" content="article">  <meta property="og:locale" content="ja_JP">  <meta property="og:site_name" content="八王子住まいる不動産">  <meta property="og:title" content="仲介手数料無料の不動産屋が限界に挑戦！100%企業努力の仕組みを公開">  <meta property="og:description" content="なぜ新築の仲介手数料を無料にできるのか？CTIシステムによる社内効率化と、少人数でも手厚いアフターフォローを実現する企業努力の裏側。">  <meta property="og:url" content="https://www.hasumi-f.net/">  <meta property="og:image" content="https://cdn.img-asp.jp/cms/404498_21_0_0_1.jpg">    <meta name="twitter:card" content="summary_large_image">  <meta name="twitter:title" content="仲介手数料無料の不動産屋が限界に挑戦！100%企業努力の仕組みを公開">  <meta name="twitter:description" content="なぜ新築の仲介手数料を無料にできるのか？CTIシステムによる社内効率化と企業努力の裏側。">  <meta name="twitter:image" content="https://cdn.img-asp.jp/cms/404498_21_0_0_1.jpg">    <div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; font-size: 16px; line-height: 1.8; color: #222222; max-width: 800px; margin: 0 auto; padding: 15px;">      <!-- メイン見出しエリア -->    <div style="margin-bottom: 20px;">      <span style="display: inline-block; background-color: #ff6f00; color: #ffffff; font-size: 14px; font-weight: bold; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;"> 八王子・日野・あきる野 エリア対応</span>      <h1 style="font-size: 22px; line-height: 1.4; color: #111111; margin: 8px 0 16px; border-bottom: 3px solid #ff6f00; padding-bottom: 10px; font-weight: bold;">        仲介手数料無料の不動産屋が限界に挑戦！100%企業努力の一緒を公開      </h1>    </div>      <!-- ご挨拶・リード文 -->    <div style="background-color: #fff8f0; border-left: 5px solid #ff9800; padding: 18px 20px; border-radius: 0 8px 8px 0; margin-bottom: 25px; font-size: 16px; line-height: 1.8;">      <div style="font-size: 24px; margin-bottom: 6px;"><span style="font-size: 16px;">こんにちは！DIYと機械いじりが大好きな「八王子住まいる不動産」の清久（きよく）です。</span></div>      当社では新築建売住宅などを「仲介手数料無料」でお取引しています。「なぜ無料にできるの？どこかで客が損をしているのでは？」と疑問に思う方も多いはず。<br>      今回は精神論ではなく、<strong>「弊社がシステムと企業努力でどう無駄なコストを削っているのか」</strong>その裏側をご紹介します！    </div>      <!-- 目次（ページ内ジャンプ） -->    <div style="border: 1px solid #e2e8f0; background-color: #f8fafc; padding: 18px 20px; margin: 20px 0 30px; border-radius: 8px;">      <div style="font-size: 17px; font-weight: bold; color: #334155; margin-bottom: 10px;">【目次】</div>      <ul style="list-style-type: none; padding-left: 5px; margin: 0;">        <li style="margin: 8px 0;"><a href="#section1" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">1. 仲介手数料無料を実現する「CTIシステム」</a></li>        <li style="margin: 8px 0;"><a href="#section2" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">2. 業務効率化で生み出す「丁寧なアフターフォロー」</a></li>        <li style="margin: 8px 0;"><a href="#section3" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">3. なぜ社内効率化が「仲介手数料無料」につながるのか？</a></li>        <li style="margin: 8px 0;"><a href="#section4" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">4. 八王子住まいる不動産の心掛け</a></li>        <li style="margin: 8px 0;"><a href="#contact" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">5. お問い合わせ・無料見積り</a></li>      </ul>    </div>      <!-- 店舗画像エリア（外観・店内） -->    <div style="margin: 18px 0; text-align: center;">      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; background: #fafafa; padding: 10px; border-radius: 8px; border: 1px solid #eeeeee; box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/404498_21_0_0_1.jpg" alt="八王子住まいる不動産 店舗外観" style="max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">        <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">【店舗外観】京王八王子駅徒歩3分 オレンジの看板が目印</div>      </div>      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; background: #fafafa; padding: 10px; border-radius: 8px; border: 1px solid #eeeeee; box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/404498_20_0_0_1.jpg" alt="八王子住まいる不動産 店内スペース" style="max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">        <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">【店内】落ち着いたご相談スペース</div>      </div>    </div>      <!-- セクション1 -->    <h2 id="section1" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      1. 仲介手数料無料を実現する「CTIシステム」    </h2>        <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      社内の情報管理がバラバラだと、「書類探し」や「担当者不在によるたらい回し」で莫大な時間ロスが発生します。<br>      そこで当社が導入しているのが<strong>CTIシステム（電話とコンピューターを統合する仕組み）</strong>です。    </p>      <!-- イラスト入り概念図カード -->    <div style="background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px; padding: 18px; margin: 20px 0; text-align: center;">      <div style="font-size: 30px; margin-bottom: 8px;">☎️ ➔  ➔ </div>      <div style="font-size: 15px; font-weight: bold; color: #166534;">        着信と同時にお客様情報がPC画面にパッと表示！      </div>    </div>      <!-- CTI本体機器 画像スペース -->    <div style="margin: 25px 0; text-align: center;">      <div style="display: inline-block; width: 100%; max-width: 520px; background: #ffffff; padding: 14px; border-radius: 10px; border: 2px solid #ffcc80; box-shadow: 0 4px 12px rgba(0,0,0,0.06); box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/447539_3_0_0_1.jpg" alt="CTI本体 電話回線からパソコンに信号を送信する専用ユニット" style="max-width: 100%; width: 350px; height: auto; border-radius: 6px; border: 1px solid #e0e0e0; display: inline-block;">        <div style="font-size: 14.5px; color: #d84315; margin-top: 10px; font-weight: bold;">          【CTI本体】電話回線からパソコンに信号を送信する専用ユニット        </div>        <div style="font-size: 13.5px; color: #64748b; margin-top: 4px;">          電話機の着信番号を瞬時にデジタル信号へ変換してPCへ送ります        </div>      </div>    </div>      <ul style="list-style: none; margin: 18px 0; padding: 0;">      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-size: 15.5px;">        <strong> 受話器を取る前に相手がわかる：</strong> 会社の電話が鳴った瞬間に、お客様情報・建築会社・売主・保険満了日などがPC画面に自動ポップアップ表示されます。      </li>      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-size: 15.5px;">        <strong>⚡ 誰でも迅速な一次対応が可能：</strong> 担当者が不在でも、電話を受けたスタッフが即座に状況を把握してスムーズに引き継ぎができます。      </li>    </ul>      <!-- PC画面（着信ポップアップ＆データベース連携） 画像スペース -->    <div style="margin: 25px 0; text-align: center;">      <div style="display: inline-block; width: 100%; max-width: 560px; background: #ffffff; padding: 14px; border-radius: 10px; border: 2px solid #93c5fd; box-shadow: 0 4px 12px rgba(0,0,0,0.06); box-sizing: border-box;">        <div style="display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 8px;">          <img src="//cdn.img-asp.jp/cms/447539_5_0_0_1.jpg" alt="CTIポップアップ画面" style="width: 250px; max-width: 48%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">          <img src="//cdn.img-asp.jp/cms/447539_6_0_0_1.jpg" alt="顧客データベース画面" style="width: 250px; max-width: 48%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">        </div>        <div style="font-size: 14.5px; color: #0369a1; margin-top: 8px; font-weight: bold;">          ️【実際のPC画面】着信と同時に顧客台帳・過去履歴が自動ポップアップ        </div>        <div style="font-size: 13.5px; color: #64748b; margin-top: 4px;">          建築会社・売主・保険期日などが1画面に紐付くため、即座に的確な対応が可能です        </div>      </div>    </div>      <!-- セクション2 -->    <h2 id="section2" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      2. 業務効率化で生み出す「丁寧なアフターフォロー」    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      一般的な不動産会社では日々の売上を追うあまり、過去に取引したお客様のアフターフォローに手が回らないケースが少なくありません。<br>      人手をむやみに増やすと人件費がかさみ手数料無料を維持できなくなるため、当社は<strong>「ITの力で無駄な時間を徹底的に削減」</strong>しています。    </p>      <!-- 実例カード（アイコン入り） -->    <div style="background: #f8fafc; border: 1px solid #e2e8f0; border-left: 4px solid #0284c7; padding: 18px 20px; border-radius: 6px; margin: 20px 0 25px;">      <div style="font-size: 16px; font-weight: bold; color: #0369a1; margin-bottom: 8px;">        【対応実例】中古戸建ての水漏れトラブル      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #334155;">        2年前にご購入いただいたお客様から「浴室の水栓から水漏れがある」とご連絡をいただいた際、スタッフがCTIデータから過去の販売元と住所を即座に特定。<br>        外出先からそのまま現場へ急行し、その場でメーカーへの交換部品手配から日程調整までスムーズに完了しました。      </p>    </div>      <!-- 手数料比較イメージ画像 -->    <div style="margin: 20px 0 25px; text-align: center;">      <img src="//cdn.img-asp.jp/cms/404498_31_0_0_1.jpg" alt="仲介手数料105万円削減のイメージ" style="max-width: 480px; width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">      <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">価格3,000万円の仲介手数料「約105万円」を賢く節約</div>    </div>      <!-- セクション3 -->    <h2 id="section3" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      3. なぜ社内効率化が「仲介手数料無料」につながるのか？    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      不動産会社を運営するうえで最も大きなコストは<strong>「人件費」</strong>と<strong>「広告費」</strong>です。    </p>      <!-- 仕組み解説画像 -->    <div style="margin: 20px 0 25px; text-align: center;">      <img src="//cdn.img-asp.jp/cms/404498_33_0_0_1.jpg" alt="仲介手数料無料の仕組み図" style="max-width: 480px; width: 100%; height: auto; border-radius: 6px; border: 1px solid #e0e0e0;">      <div style="font-size: 14px; color: #555555; margin-top: 6px; font-weight: bold;">仲介手数料無料のビジネスモデル</div>    </div>      <div style="margin: 20px 0; text-align: center;">      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; padding: 16px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fafafa; text-align: left; box-sizing: border-box;">        <div style="font-weight: bold; margin-bottom: 8px; font-size: 16px; color: #222222;"> 人件費が高額になる理由</div>        <p style="font-size: 14.5px; margin-bottom: 0; line-height: 1.7; color: #444444;">物件の法令調査、境界確認、再建築可否のチェックなど、安全な取引には高度な専門性と労力が必要なため。</p>      </div>      <div style="display: inline-block; width: 48%; min-width: 260px; vertical-align: top; margin: 5px; padding: 16px; border: 1px solid #ffa000; border-radius: 8px; background: #fff8e1; text-align: left; box-sizing: border-box;">        <div style="font-weight: bold; margin-bottom: 8px; font-size: 16px; color: #e65100;"> 当社の解決策</div>        <p style="font-size: 14.5px; margin-bottom: 0; line-height: 1.7; color: #333333;"><strong>事務や情報連携をIT・データベースで極限まで効率化。</strong>少人数でも安全な取引体制を維持し、浮いたコストをお客様へ還元しています。</p>      </div>    </div>      <!-- セクション4 -->    <h2 id="section4" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      4. 八王子住まいる不動産の心掛け    </h2>      <div style="background: #fdfaf6; border: 1px solid #fed7aa; padding: 18px 20px; border-radius: 8px; margin: 20px 0;">      <div style="font-size: 26px; text-align: center; margin-bottom: 8px;">✨</div>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 0; color: #333333;">        目先の売上だけを追い、契約後に対応が途切れてしまうような営業では、長く地域に根ざした会社を続けることはできません。<br>        当社は取引後もお客様と真摯に向き合える関係を大切にしながら、企業努力による高品質な無料サービスを追求し続けます。      </p>    </div>      <!-- セクション5: お問い合わせ -->    <div id="contact" style="background: #fffaf0; border: 2px solid #ffb74d; color: #222222; padding: 28px 16px; border-radius: 12px; text-align: center; margin-top: 35px;">      <div style="font-size: 32px; margin-bottom: 6px;">✨</div>      <h3 style="font-size: 20px; margin-bottom: 10px; color: #d84315; font-weight: bold;">        八王子市・日野市・あきる野市の不動産売買はお任せください      </h3>      <p style="font-size: 15px; line-height: 1.7; margin-bottom: 16px; color: #444444;">        新築購入の仲介手数料無料相談、売却査定、買取りなど、まずはお気軽にご相談ください。      </p>            <div style="margin: 12px 0 18px;">        <a href="tel:042-649-3547" style="display: inline-block; font-size: 22px; font-weight: bold; color: #e65100; text-decoration: none; padding: 6px 14px; border: 2px solid #ffb74d; border-radius: 50px; background: #ffffff;">           042-649-3547        </a>      </div>            <div style="margin-bottom: 20px;">        <a href="https://www.hasumi-f.net/contact/" target="_blank" rel="noopener noreferrer" style="display: inline-block; max-width: 90%; background-color: #ff6f00; color: #ffffff; padding: 14px 24px; border-radius: 35px; font-weight: bold; font-size: 17px; text-decoration: none; box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);">          仲介手数料無料 見積り依頼はこちら ≫        </a>      </div>        <div style="font-size: 14.5px; color: #555555; margin-top: 20px; line-height: 1.7; border-top: 1px dashed #ffd54f; padding-top: 15px;">        <strong style="color: #222; font-size: 16px;">LIXIL不動産ショップ 八王子住まいる不動産</strong><br>        東京都八王子市明神町（京王八王子駅 徒歩3分／オレンジの看板が目印）      </div>        <div style="margin-top: 16px;">        <a href="https://www.hasumi-f.net/" target="_blank" rel="noopener noreferrer">          <img src="//www.img-asp.jp/cms/404498_25_0_0_1.jpg" alt="八王子住まいる不動産 公式サイトへ" style="max-width: 220px; width: 100%; height: auto;">        </a>      </div>    </div>    </div>]]></description>
            <pubDate>2026-08-05</pubDate>
        </item>
            <item>
            <title>人は一日3万5000回の決断をする!!判断能力の低下から不動産取引のカウントダウン!!</title>
            <link>https://www.hasumi-f.net/blog/20103/493969/</link>
            <description><![CDATA[<div style="line-height: 1.85; font-size: 16px; color: #333; max-width: 800px; margin: 0 auto; font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;">    <!-- 導入文 -->    <div style="text-align:leftoriginal;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/493969_4_0_0_1.jpg" style="max-width: 100%;float:left;" alt=""></p></div><br><p style="margin-bottom: 1.5em;">こんにちは、<strong>住まいる相続相談室</strong>の清久です。</p>    <p style="margin-bottom: 1.5em;">今回は「意思能力と不動産取引」についてのお話です。</p>    <p style="margin-bottom: 1.5em;">長寿大国の日本、寿命が延びた分だけ病気のリスクも高まります。<br>    体は元気でもシニア層の認知症発症数が増加することが見込まれておりますが、認知症による判断能力の低下によって、不動産取引にはどのようなリスクが生じるのでしょうか？</p>    <p style="margin-bottom: 1.5em;">住まいる相続相談室では、人の判断能力と不動産取引を想定した現実的な選択肢をお伝えしたいと思います。</p>      <!-- 目次ボックス（クリック時に別タブを開かずその場でスクロール） -->    <div style="background-color: #f9f9f9; border: 1px solid #e0e0e0; border-left: 5px solid #ff7700; padding: 20px; border-radius: 4px; margin: 30px 0;">      <p style="font-weight: bold; font-size: 1.1em; margin: 0 0 10px 0; color: #ff7700;">【目次】</p>      <ul style="margin: 0; padding-left: 20px; line-height: 2;">        <li><a href="#sec1" target="_blank" onclick="var el=document.getElementById('sec1'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">人は一日3万5000回の決断をする</a></li>        <li><a href="#sec2" target="_blank" onclick="var el=document.getElementById('sec2'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">認知症800万人の時代へ</a></li>        <li><a href="#sec3" target="_blank" onclick="var el=document.getElementById('sec3'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">不動産取引に必要な意思能力</a></li>        <li><a href="#sec4" target="_blank" onclick="var el=document.getElementById('sec4'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">判断能力が低下した人には法定後見制度～手続きの流れ</a></li>        <li><a href="#sec5" target="_blank" onclick="var el=document.getElementById('sec5'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">意思能力がある方の選択肢</a></li>        <li><a href="#sec6" target="_blank" onclick="var el=document.getElementById('sec6'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">八王子の不動産屋・八王子住まいる不動産がお手伝い</a></li>        <li><a href="#sec-related" target="_blank" onclick="var el=document.getElementById('sec-related'); if(el){el.scrollIntoView({behavior:'smooth'}); return false;}" style="color: #333; text-decoration: underline; cursor: pointer;">空き家・相続関連記事＆提携先</a></li>      </ul>    </div>      <!-- セクション1 -->    <h2 id="sec1" style="font-size: 1.3em; color: #ffffff; background-color: #ff7700; padding: 12px 18px; border-radius: 4px; margin: 40px 0 20px 0;">人は一日3万5000回の決断をする</h2>    <div style="text-align: left; word-break: break-all;">ケンブリッジ大学のバーバラ・サハキアン教授の研究によると、人は一日<strong>3万5,000回</strong>もの回数で、何かしらの決断をしていると考えられています。</div>    <p style="margin-bottom: 1.5em;">私たちは、言語・食事・交通といった事柄だけでも1日に平均2万回以上選択をしており、これに歩く、座るといった身体の動かし方についての決断や、会社・自宅で行う決断まで全て含めると、3万5,000回にも及ぶそうです。</p>    <p style="margin-bottom: 1.5em;">決断をするための判断能力は、人が日常を行動するために必要不可欠なもの。<br>    そして<strong>「人生とはこの決断の積み重ね」</strong>です。</p>      <!-- セクション2 -->    <h2 id="sec2" style="font-size: 1.3em; color: #ffffff; background-color: #ff7700; padding: 12px 18px; border-radius: 4px; margin: 40px 0 20px 0;">認知症800万人の時代へ</h2>    <div style="text-align: left; word-break: break-all;">      <p class="clearfix"><img src="//cdn.img-asp.jp/cms/493969_3_0_0_1.jpg" style="max-width: 100%; float: left; height: auto; width: 450px;" alt=""></p>    </div>    <p style="margin-bottom: 1.5em;"><br></p>    <p style="margin-bottom: 1.5em;">近年は平均寿命が80歳を超えており、それに伴って病気のリスクも高まりますが、特に話題となるのが「認知症」です。</p>    <div style="background-color: #fff8f0; border-left: 4px solid #ff7700; padding: 15px; margin: 20px 0;">      <strong>シニア世代の認知症リスク：</strong><br>      予備軍を含めると推計<strong>800万人</strong>、65歳以上の<strong>「5人に1人」</strong>が認知症になると予測されています。    </div>      <!-- セクション3 -->    <h2 id="sec3" style="font-size: 1.3em; color: #ffffff; background-color: #ff7700; padding: 12px 18px; border-radius: 4px; margin: 40px 0 20px 0;">不動産取引に必要な意思能力</h2>    <p style="margin-bottom: 1.5em;">不動産取引において<strong>「意思能力」</strong>は絶対に欠かせません。<br>    不動産の売買契約や所有権移転登記を行う際、厳密には司法書士が本人と直接面談を行い、意思能力があるかを確認します。</p>    <p style="margin-bottom: 1.5em;">実際の登記手続きを請け負う司法書士も、ご本人に認知症の疑いがあると判断した場合、どのような司法書士であっても登記手続きをお断りせざるを得ません。<br>    そうなると、今後ご家族がその不動産を売却するためには「成年後見制度」を利用するしかなくなってしまいます。</p>      <!-- セクション4 -->    <h2 id="sec4" style="font-size: 1.3em; color: #ffffff; background-color: #ff7700; padding: 12px 18px; border-radius: 4px; margin: 40px 0 20px 0;">判断能力が低下した人には法定後見制度～手続きの流れ</h2>    <p style="margin-bottom: 1.5em;">成年後見制度には、大きく分けて<strong>「法定後見」</strong>と<strong>「任意後見」</strong>の2つの制度があります。</p>    <p style="margin-bottom: 1.5em;"><strong>法定後見</strong>は、すでに判断能力が低下した方を対象にした制度です。自分ひとりではお金の管理や各種契約手続きを行うことが難しい方に対して、後見人がついてサポートを行います。</p>    <div style="background-color: #fafafa; border: 1px solid #ddd; padding: 20px; border-radius: 6px; margin: 20px 0;">      <h3 style="margin-top: 0; font-size: 1.1em; color: #ff7700;">【法定後見の申請・手続きの流れ】</h3>      <ol style="margin: 0; padding-left: 20px; line-height: 1.9;">        <li>医師による診断書の作成</li>        <li>本人に近い親族が家庭裁判所へ申し立て手続き</li>        <li>家庭裁判所の審判によって後見人が決定（※弁護士や司法書士等の専門職が選任されるケースが多いです）</li>        <li>不動産の売却には<strong>裁判所の許可</strong>が必要</li>      </ol>    </div>    <div style="background-color: #fff3f3; border-left: 4px solid #d32f2f; padding: 15px; margin: 20px 0;">      <strong style="color: #d32f2f;">法定後見制度の課題・ハードル</strong><br>      手続きに数ヶ月単位の時間がかかる上、専門職後見人への報酬は<strong>月額2万円～9万円程度</strong>が一生涯発生し続けます。こうした負担もあり、認知症患者における実際の利用率は約3.7%程度に留まっているのが実情です。    </div>      <!-- セクション5 -->    <h2 id="sec5" style="font-size: 1.3em; color: #ffffff; background-color: #ff7700; padding: 12px 18px; border-radius: 4px; margin: 40px 0 20px 0;">意思能力がある方の選択肢</h2>    <p style="margin-bottom: 1.5em;">将来の判断能力低下リスクに備えて、<strong>「元気なうちにできる対策」</strong>を整理しておくことが非常に重要です。</p>    <h3 style="font-size: 1.15em; color: #333; border-left: 4px solid #ff7700; padding-left: 10px; margin: 25px 0 10px 0;">① 任意後見制度</h3>    <p style="margin-bottom: 1em;">判断能力がしっかりある元気なうちに、将来に備えて信頼できる人物を後見人に指定しておく制度です。<br>元気なうちに備える「お守り・保険」のような制度であり、もし本人が亡くなるまで認知症にならず身体に不自由もなければ、後見活動は開始されないまま終了します。</p>    <ul style="margin-bottom: 1.5em; padding-left: 20px; line-height: 1.8;">      <li><strong>将来型：</strong> 認知症予防・将来の判断能力低下に備えるタイプ</li>      <li><strong>移行型：</strong> 認知症だけでなく、体が不自由になった時点から財産管理を委任するタイプ</li>      <li><strong>即効型：</strong> 契約締結後すぐに能力低下の診断を受け、速やかに後見活動を開始するタイプ</li>    </ul>      <h3 style="font-size: 1.15em; color: #333; border-left: 4px solid #ff7700; padding-left: 10px; margin: 25px 0 10px 0;">② 家族（民事）信託制度</h3>    <p style="margin-bottom: 1em;">財産を持つ本人（委託者）が、信頼できる家族（受託者）に財産を託して名義を移転し、信託契約で定めた目的に従って「管理（守る）」「活用（生かす）」「承継（遺す）」を行ってもらう仕組みです。財産の利益（賃料収入や売却代金など）は引き続きご本人（受益者）が受け取ります。</p>    <div style="background-color: #f0f7ff; border: 1px solid #cce5ff; padding: 15px; border-radius: 4px; margin-bottom: 1.5em;">      <strong>不動産取引におけるメリット：</strong><br>      信託契約から不動産売却まで裁判所が関与しないため、信託登記が完了していれば受託者の判断でスムーズに売却手続きを進めることができます。    </div>      <h3 style="font-size: 1.15em; color: #333; border-left: 4px solid #ff7700; padding-left: 10px; margin: 25px 0 10px 0;">③ 生前贈与</h3>    <p style="margin-bottom: 1em;">財産を持っている方が存命のうちに相手へ財産を無償で譲る方法です。相続は亡くなった後に発生するため、遺言書がない場合は法定相続人全員による遺産分割協議が必要になりますが、生前贈与であれば「誰に・何を渡すか」を生前の意思で決めることができます。ご家族に直接想いや分け方の意図を説明できる点も利点です。</p>      <h3 style="font-size: 1.15em; color: #333; border-left: 4px solid #ff7700; padding-left: 10px; margin: 25px 0 10px 0;">④ 不動産売却</h3>    <p style="margin-bottom: 1em;">将来を見据えて、ご本人の判断能力がしっかりしているうちに売却を決断するのも有効な選択肢です。一般市場での適正相場で売却が可能です。</p>    <div style="background-color: #fff8f0; border-left: 3px solid #ff9800; padding: 12px; margin-bottom: 1.5em; font-size: 0.95em;">      ※お子様複数人で共有相続した物件を売却する場合、売却代金の配分割合や遺産分割協議書の署名捺印で揉めるリスクがあり、一般市場での売却が難航して買取業者への安値売却になってしまうケースも少なくありません。    </div>      <!-- セクション6 -->    <h2 id="sec6" style="font-size: 1.3em; color: #ffffff; background-color: #ff7700; padding: 12px 18px; border-radius: 4px; margin: 40px 0 20px 0;">八王子の不動産屋・八王子住まいる不動産がお手伝い</h2>    <div style="text-align: left; word-break: break-all;">      <p class="clearfix"><img src="//cdn.img-asp.jp/cms/493969_1_0_0_1.jpg" style="max-width: 100%; float: left; height: auto; width: 450px;" alt=""></p>      <p class="clearfix"><br></p>    </div>    <p style="margin-bottom: 1.5em;">所有者様ご自身が望んで手に入れ、大切に守ってきた不動産です。手放したくないと思われるのは当然のことです。</p>    <p style="margin-bottom: 1.5em;">ですが、ご自身の意思能力がしっかりある元気なうちに整理・精算しておくことも、残されたご家族を守るための大切な選択肢の一つです。<br>    親御さんからご家族に残すものは、お金や土地といった財産だけではありません。</p>    <p style="margin-bottom: 1.5em;"><strong>親御さんからお子様たちへの「家族を想う気持ち」</strong>をしっかりと形にして残せるよう、私たちが全力でお手伝いさせていただきます。</p>    <p style="margin-bottom: 2em; font-weight: bold;">今回は「人は一日3万5000回の決断をする!! 判断能力の低下から不動産取引のカウントダウン!!」をお届けしました。<br>最後までご覧いただき、ありがとうございました！</p>      <!-- 関連記事・提携先セクション -->    <div id="sec-related" style="background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 6px; padding: 20px; margin: 35px 0;">      <h3 style="margin-top: 0; font-size: 1.15em; color: #ff7700; border-bottom: 2px solid #ff7700; padding-bottom: 6px;">空き家・相続 関連記事</h3>      <ul style="padding-left: 20px; line-height: 1.9; margin-bottom: 20px;">        <li><a href="https://smile-fudousan.co.jp/baikyakupc" target="_blank" rel="noopener noreferrer" style="color: #0066cc; text-decoration: underline;">空き家・相続相談～まず価格を知りたい方はAI査定ツールでじぶん査定！</a></li>        <li><a href="https://www.hasumi-f.net/contact/" target="_blank" rel="noopener noreferrer" style="color: #0066cc; text-decoration: underline;">住まいる相続相談室～気になっているならまず相談</a></li>        <li>厚生労働省～認知症の人の将来推計</li>        <li>東京法務局～相続登記が義務化されます。なくそう所有者不明土地！</li>      </ul>        <h3 style="font-size: 1.15em; color: #ff7700; border-bottom: 2px solid #ff7700; padding-bottom: 6px; margin-top: 20px;">提携先一覧</h3>      <ul style="padding-left: 20px; line-height: 1.9; margin-bottom: 0;">        <li><strong>提携介護施設：</strong> 住宅型有料老人ホーム ～ ぷらねっとケア</li>        <li><strong>提携司法書士事務所：</strong> 相続手続きを全面的にサポート ～ 一般社団法人足立事務所</li>        <li><strong>提携税理士事務所：</strong> 遺言書作成等・適正な相続対策でお客様をサポート ～ 税理士だいち</li>      </ul>    </div>      <!-- 会社情報・お問い合わせブロック -->    <div style="background-color: #fffaf0; border: 2px solid #ff7700; border-radius: 8px; padding: 25px; margin-top: 40px; text-align: center;">      <span style="background-color: #ff7700; color: #fff; font-size: 0.85em; font-weight: bold; padding: 4px 12px; border-radius: 20px;">八王子市・日野市・あきる野市の相続・空き家相談</span>      <h3 style="margin: 12px 0 15px 0; color: #333; font-size: 1.3em;">八王子住まいる不動産（住まいる相続相談室）</h3>      <div style="margin-top: 15px;">        <p style="font-size: 0.9em; margin-bottom: 6px; color: #555;">お電話でのご相談・お問い合わせはこちら</p>        <a href="tel:0426493547" style="display: inline-block; font-size: 1.5em; font-weight: bold; color: #ff7700; text-decoration: none; margin-bottom: 18px;" target="_blank">          042-649-3547        </a>        <div>          <a href="https://www.hasumi-f.net/contact/" target="_blank" rel="noopener noreferrer" style="display: inline-block; background-color: #ff7700; color: #ffffff; font-size: 0.95em; font-weight: bold; padding: 12px 28px; text-decoration: none; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">            ✉ メール相談はこちらをクリック！          </a>        </div>      </div>    </div>  </div>]]></description>
            <pubDate>2026-07-25</pubDate>
        </item>
            <item>
            <title>長期間使っていない蛇口は要注意！「死に水」を知って安心・安全な暮らしを</title>
            <link>https://www.hasumi-f.net/blog/17842/813979/</link>
            <description><![CDATA[<div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; font-size: 16px; line-height: 1.8; color: #222222; max-width: 800px; margin: 0 auto; padding: 15px;">      <div style="margin-bottom: 20px;">      <span style="display: inline-block; background-color: #ff6f00; color: #ffffff; font-size: 14px; font-weight: bold; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;"> 暮らしの知恵・住まいの安全</span>      <h1 style="font-size: 22px; line-height: 1.4; color: #111111; margin: 8px 0 16px; border-bottom: 3px solid #ff6f00; padding-bottom: 10px; font-weight: bold;">        長期間使っていない蛇口は要注意！「死に水」を知って安心・安全な暮らしを      </h1>    </div>      <div style="background-color: #fff8f0; border-left: 5px solid #ff9800; padding: 18px 20px; border-radius: 0 8px 8px 0; margin-bottom: 25px; font-size: 16px; line-height: 1.8;">      <div style="font-size: 28px; line-height: 1.2; margin-bottom: 10px; display: block;"></div>      こんにちは、建築構造が好きで、室内のインテリアには疎い八王子住まいる不動産の清久（きよく）です。<br><br>      タイトルの「死に水（しにみず）」、ちょっと字面が怖いですが……知らないと健康にも影響する、とても大切なことなんです。<br>      今回は、生活に欠かせない水道水について、新居や留守明けで使う場合の注意点をお伝えします！    </div>      <div style="border: 1px solid #e2e8f0; background-color: #f8fafc; padding: 18px 20px; margin: 20px 0 30px; border-radius: 8px;">      <div style="font-size: 17px; font-weight: bold; color: #334155; margin-bottom: 10px;">【目次】</div>      <ul style="list-style-type: none; padding-left: 5px; margin: 0;">        <li style="margin: 8px 0;"><a href="#section1" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">1. 死に水とはどんな水？</a></li>        <li style="margin: 8px 0;"><a href="#section2" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">2. 死に水が溜まりやすい場所って？</a></li>        <li style="margin: 8px 0;"><a href="#section3" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">3. 水道水どれくらい流せば安心？（有効活用法も）</a></li>        <li style="margin: 8px 0;"><a href="#section4" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">4. 新築住宅や中古住宅への入居時も忘れずに</a></li>        <li style="margin: 8px 0;"><a href="#section5" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">5. 毎日の小さな習慣が安心につながります</a></li>        <li style="margin: 8px 0;"><a href="#section6" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">6. 入居者という家族を守る大家さんの知恵</a></li>        <li style="margin: 8px 0;"><a href="#contact" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">7. お問い合わせ・無料見積り</a></li>      </ul>    </div>      <h2 id="section1" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      1. 死に水とはどんな水？    </h2>        <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      <strong>「死に水」</strong>とは、長時間水道管の中に滞留していた水のことをいいます。<br>      旅行や出張で数日間家を空けた後や、空き家だった住宅に入居したとき、普段あまり使わない洗面所や来客用トイレ、屋外の散水栓などでは、配管内の水が長時間動かない状態になることがあります。この最初に出てくる水が「死に水」です。    </p>      <div style="background: #fff3e0; border: 1px solid #ffb74d; border-radius: 8px; padding: 16px 20px; margin: 20px 0;">      <div style="font-size: 16px; font-weight: bold; color: #d84315; margin-bottom: 6px;">        ⚠️ 滞留すると起こる変化      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #333333;">        日本の水道水は厳しい水質基準で管理されていますが、配管内に長く留まると<strong>残留塩素が徐々に減少</strong>し、配管や蛇口の金属成分がごく微量に溶け出す可能性があります。<br>        そのため、長期間使っていない蛇口の最初の水はそのまま飲用・調理に使わず、一度流してから使うことが推奨されています。      </p>    </div>      <div style="margin: 25px 0; text-align: center;">      <div style="display: inline-block; width: 100%; max-width: 520px; background: #ffffff; padding: 12px; border-radius: 10px; border: 1px solid #e0e0e0; box-shadow: 0 4px 12px rgba(0,0,0,0.06); box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/813979_2_0_0_1.jpg" alt="死に水についての解説" style="max-width: 100%; width: 450px; height: auto; border-radius: 6px; display: block; margin: 0 auto; border: 1px solid #eee;">        <div style="font-size: 14.5px; color: #d84315; margin-top: 10px; font-weight: bold;">           長時間動かない配管内の水にご注意ください        </div>      </div>    </div>      <h2 id="section2" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      2. 死に水が溜まりやすい場所って？    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      ご家庭内でも、特に「死に水」が溜まりやすいポイントがあります。    </p>      <ul style="list-style: none; margin: 18px 0; padding: 0;">      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-size: 15.5px;">        <strong>1. 使っていない予備の蛇口・2階の洗面台</strong>      </li>      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-size: 15.5px;">        <strong>2. 長期間閉め切った空き部屋や来客用トイレの水道</strong>      </li>      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-size: 15.5px;">        <strong>3. 普段ほとんど使わない屋外の散水栓</strong>      </li>      <li style="padding: 12px 16px; margin-bottom: 10px; background: #f1f8e9; border-left: 5px solid #2e7d32; border-radius: 6px; font-size: 15.5px;">        <strong>4. 旅行や帰省などで数日間留守にした後のすべての蛇口</strong>      </li>    </ul>      <h2 id="section3" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      3. 水道水どれくらい流せば安心？    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      目安としては、<strong>30秒から1分程度</strong>、または<strong>水が十分に冷たくなるまで</strong>流すと安心です。<br>      朝一番や数日ぶりの使用時は、このひと手間を習慣にするだけでクリアな水道水を利用できます。    </p>      <div style="background: #f0fdf4; border: 1px solid #bbf7d0; padding: 16px 20px; border-radius: 8px; margin: 20px 0;">      <div style="font-size: 16px; font-weight: bold; color: #166534; margin-bottom: 6px;">         流した水は捨てずに有効活用！      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #333333;">        流した水はバケツに溜めておけば、お風呂掃除や雑巾がけ、庭木への水やり、洗車などに活用できます。無駄なくエコに使えますね。      </p>    </div>      <div style="margin: 25px 0; text-align: center;">      <div style="display: inline-block; width: 100%; max-width: 520px; background: #ffffff; padding: 12px; border-radius: 10px; border: 1px solid #e0e0e0; box-shadow: 0 4px 12px rgba(0,0,0,0.06); box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/813979_3_0_0_1.jpg" alt="洗面台からの排水・通水" style="max-width: 100%; width: 450px; height: auto; border-radius: 6px; display: block; margin: 0 auto; border: 1px solid #eee;">        <div style="font-size: 14.5px; color: #0369a1; margin-top: 10px; font-weight: bold;">           最初は少し流して配管内の水をリフレッシュ        </div>      </div>    </div>      <h2 id="section4" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      4. 新築住宅や中古住宅への入居時も忘れずに    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      新築住宅では建物完成からお引き渡しまで期間が空くことがあります。<br>      中古住宅やリフォーム済み物件でも、しばらく水道が使われていなかったケースは珍しくありません。<br>      <strong>ご入居初日は、キッチン・洗面所・お風呂などすべての蛇口からしっかり水を流し、配管全体の水を入れ替えてから使い始める</strong>のがおすすめです。    </p>      <h2 id="section5" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      5. 毎日の小さな習慣が安心につながります    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      日本の水道水は世界トップクラスの安全性を誇りますが、「最初の少しを流してから使う」という小さな配慮で、より安心・安全な生活を送ることができます。<br>      新生活を始めたばかりの方はもちろん、普段あまり使っていない蛇口があるご家庭も、ぜひ一度チェックしてみてください。    </p>      <h2 id="section6" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      6. 入居者という家族！    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      実は今回の記事を書くきっかけとなったのは、当社でお付き合いのあるビルの大家さんからのご相談でした。<br>      「テナント内の水道配管の一部分が死に水になることで、上階の入居者に悪影響が出ないか心配。対策工事をしたい」とのこと。<br><br>      私自身も不動産業に20年以上携わっていますが、配管構造による死に水のリスクを改めて深く考える大きな契機になりました。<br>      賃貸アパートでも空室の元栓バルブがしっかり閉まっていないと、他の部屋の配管に滞留水が混ざってしまうことがあります。    </p>      <div style="background: #fdfaf6; border: 1px solid #fed7aa; padding: 18px 20px; border-radius: 8px; margin: 20px 0;">      <div style="font-size: 26px; text-align: center; margin-bottom: 8px;">✨</div>      <div style="font-size: 16.5px; font-weight: bold; color: #d84315; text-align: center; margin-bottom: 8px;">        「家に一老あれば、如ち一宝あり」      </div>      <p style="font-size: 15px; line-height: 1.8; margin-bottom: 0; color: #333333;">        中国のことわざに「家に一人の老人がいることは、知識と経験という宝物を持っているのと同じ」という教えがあります。<br>        入居者をお孫さんのように気遣い、豊富な経験から先回りして建物を守る大家さんの姿に、<strong>「入居者という家族」を大切にする温かい心</strong>を感じました。      </p>    </div>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 25px;">      今回は「死に水を知って安心・安全な暮らしを」でした。<br>      最後までお読みいただき、ありがとうございました！    </p>      <div id="contact" style="background: #fffaf0; border: 2px solid #ffb74d; color: #222222; padding: 28px 16px; border-radius: 12px; text-align: center; margin-top: 40px;">      <div style="font-size: 32px; margin-bottom: 6px;">✨</div>      <h3 style="font-size: 20px; margin-bottom: 10px; color: #d84315; font-weight: bold;">        八王子市の不動産売買はお任せください      </h3>      <p style="font-size: 15px; line-height: 1.7; margin-bottom: 16px; color: #444444;">        新築・中古一戸建て、マンション、土地の売買や査定、仲介手数料無料物件のご相談は八王子住まいる不動産までお気軽にどうぞ！      </p>            <div style="margin: 12px 0 18px;">        <a href="tel:042-649-3547" style="display: inline-block; font-size: 22px; font-weight: bold; color: #e65100; text-decoration: none; padding: 6px 18px; border: 2px solid #ffb74d; border-radius: 50px; background: #ffffff;">           電話問い合わせ 042-649-3547        </a>      </div>            <div style="margin-bottom: 20px;">        <a href="https://www.hasumi-f.net/contact/" target="_blank" rel="noopener noreferrer" style="display: inline-block; max-width: 90%; background-color: #ff6f00; color: #ffffff; padding: 14px 24px; border-radius: 35px; font-weight: bold; font-size: 17px; text-decoration: none; box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);">          仲介手数料無料 見積り依頼はこちらをクリック!! ≫        </a>      </div>        <div style="margin-top: 16px;">        <a href="https://www.hasumi-f.net/" target="_blank" rel="noopener noreferrer">          <img src="https://www.img-asp.jp/cms/404498_25_0_0_1.jpg" alt="八王子住まいる不動産 公式サイトへ" style="max-width: 100%; width: 250px; height: auto;">        </a>      </div>        <div style="font-size: 14.5px; color: #555555; margin-top: 20px; line-height: 1.7; border-top: 1px dashed #ffd54f; padding-top: 15px;">        <strong style="color: #222; font-size: 16px;">LIXIL不動産ショップ 八王子住まいる不動産</strong><br>        東京都八王子市明神町（京王八王子駅 徒歩3分／オレンジの看板が目印）      </div>    </div>    </div>]]></description>
            <pubDate>2026-07-04</pubDate>
        </item>
            <item>
            <title>建売の耐震性に不安な人へ　アーネストワンの制震装置「SAFE365」の効果とは？</title>
            <link>https://www.hasumi-f.net/blog/17842/812490/</link>
            <description><![CDATA[<div style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif; font-size: 16px; line-height: 1.8; color: #222222; max-width: 800px; margin: 0 auto; padding: 15px;">      <!-- メイン見出しエリア -->    <div style="margin-bottom: 20px;">      <span style="display: inline-block; background-color: #ff6f00; color: #ffffff; font-size: 14px; font-weight: bold; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;"> 新築住宅・構造と耐震</span>      <h1 style="font-size: 22px; line-height: 1.4; color: #111111; margin: 8px 0 16px; border-bottom: 3px solid #ff6f00; padding-bottom: 10px; font-weight: bold;">        地震の揺れを“受け流す”！アーネストワンの制震装置「SAFE365」の仕組みと効果      </h1>    </div>      <!-- ご挨拶・リード文 -->    <div style="background-color: #fff8f0; border-left: 5px solid #ff9800; padding: 18px 20px; border-radius: 0 8px 8px 0; margin-bottom: 25px; font-size: 16px; line-height: 1.8;">      <div style="font-size: 28px; line-height: 1.2; margin-bottom: 10px; display: block;">️✨</div>      こんにちは、機械モノやDIYが大好き、八王子住まいる不動産の清久（きよく）です。<br><br>      今回は当社で取り扱っている新築建売住宅、アーネストワンの制震装置<strong>「SAFE365（セーフサンロクゴ）」</strong>についてご紹介します！<br><br>      地震大国である日本において住宅の耐震性能は必須ですが、実は「硬く固めた耐震構造」だけでは大きな揺れを受けるたびに建物へダメージが蓄積し、繰り返しの余震で強度が落ちてしまうリスクがあります。<br>      そこで今注目されているのが、揺れのエネルギーを効果的に吸収して“受け流す”制震技術です。    </div>      <!-- 目次（ページ内ジャンプ） -->    <div style="border: 1px solid #e2e8f0; background-color: #f8fafc; padding: 18px 20px; margin: 20px 0 30px; border-radius: 8px;">      <div style="font-size: 17px; font-weight: bold; color: #334155; margin-bottom: 10px;">【目次】</div>      <ul style="list-style-type: none; padding-left: 5px; margin: 0;">        <li style="margin: 8px 0;"><a href="#section1" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">1. そもそも「SAFE365」とは？仕組みを分かりやすく解説</a></li>        <li style="margin: 8px 0;"><a href="#section2" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">2. SAFE365の「3つの大きなメリット」</a></li>        <li style="margin: 8px 0;"><a href="#section3" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">3. 震度6強×約200回の実証実験（公式動画あり）</a></li>        <li style="margin: 8px 0;"><a href="#section4" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">4. 将来を見越したメンテナンス性と修繕費の削減</a></li>        <li style="margin: 8px 0;"><a href="#contact" style="color: #07519a; text-decoration: none; font-size: 15px; font-weight: bold;">5. お問い合わせ・無料見積り</a></li>      </ul>    </div>      <!-- 制震装置の実物写真エリア -->    <div style="margin: 25px 0; text-align: center;">      <div style="display: inline-block; width: 100%; max-width: 520px; background: #ffffff; padding: 12px; border-radius: 10px; border: 1px solid #e0e0e0; box-shadow: 0 4px 12px rgba(0,0,0,0.06); box-sizing: border-box;">        <img src="//cdn.img-asp.jp/cms/812490_1_0_0_1.jpg" alt="アーネストワンの制震装置 SAFE365 実物写真" style="max-width: 100%; width: 450px; height: auto; border-radius: 6px; display: block; margin: 0 auto; border: 1px solid #eee;">        <div style="font-size: 14.5px; color: #d84315; margin-top: 10px; font-weight: bold;">           実際の現場に設置された制震ダンパー「SAFE365」        </div>        <div style="font-size: 13px; color: #64748b; margin-top: 4px;">          ※柱の下半分に色が付いているのは白蟻対策の防蟻剤が塗布されているためです        </div>      </div>    </div>      <!-- セクション1 -->    <h2 id="section1" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      1. そもそも「SAFE365」とは？仕組みを分かりやすく解説    </h2>        <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      SAFE365は、建物内部に設置された特殊なダンパーが地震エネルギーを効率よく吸収し、建物の揺れ幅を大幅に低減する装置です。<br>      柱や梁、壁への負荷が軽くなるため、構造全体の損傷を防ぎます。    </p>      <div style="background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 16px 20px; margin: 20px 0;">      <div style="font-size: 16px; font-weight: bold; color: #166534; margin-bottom: 6px;">         「耐震」と「制震」の決定的な違い      </div>      <ul style="margin: 0; padding-left: 20px; font-size: 15.5px; color: #333333; line-height: 1.8;">        <li><strong>一般的な耐震構造：</strong> 建物をガチガチに固めて「倒壊を防ぐ」</li>        <li><strong>SAFE365（耐震＋制震）：</strong> 揺れを吸収して「建物の損傷を減らし、地震後も安心して住み続けられる状態を守る」</li>      </ul>    </div>      <!-- セクション2 -->    <h2 id="section2" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      2. SAFE365の「3つの大きなメリット」    </h2>      <!-- メリット1 -->    <div style="background: #f8fafc; border: 1px solid #e2e8f0; border-left: 4px solid #0284c7; padding: 18px 20px; border-radius: 6px; margin: 18px 0;">      <div style="font-size: 16.5px; font-weight: bold; color: #0369a1; margin-bottom: 6px;">        ① 繰り返しの揺れ（余震）に強い【最大の強み！】      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #334155;">        木造住宅は本震（1回目の大地震）に耐えられても、その後の度重なる余震で徐々に構造がダメージを受けて弱ってしまいます。SAFE365はダンパーがエネルギーを逃がし続けるため、余震が何度来ても建物の強度を保ちます。      </p>    </div>      <!-- メリット2 -->    <div style="background: #f8fafc; border: 1px solid #e2e8f0; border-left: 4px solid #0284c7; padding: 18px 20px; border-radius: 6px; margin: 18px 0;">      <div style="font-size: 16.5px; font-weight: bold; color: #0369a1; margin-bottom: 6px;">        ② 建物へのダメージを「最大約67％」低減      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #334155;">        地震の揺れを最大約67%軽減（※メーカー公表値）。家の変形を抑えるため、室内の壁紙（クロス）のひび割れや、目に見えない柱・梁の接合部の緩み・歪みを防ぎます。      </p>    </div>      <!-- メリット3 -->    <div style="background: #f8fafc; border: 1px solid #e2e8f0; border-left: 4px solid #0284c7; padding: 18px 20px; border-radius: 6px; margin: 18px 0;">      <div style="font-size: 16.5px; font-weight: bold; color: #0369a1; margin-bottom: 6px;">        ③ 家財の転倒リスクを減らし、室内の安全を守る      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #334155;">        硬く作られた耐震だけの住宅は揺れが鋭く速くなりやすいですが、制震ダンパーが「車のブレーキ」のように作用するため、室内の揺れ方がマイルドになり、家具や家電の転倒・落下を防ぎます。      </p>    </div>      <!-- セクション3 -->    <h2 id="section3" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      3. 震度6強×約200回の実証実験（公式動画あり）    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      実大振動実験では、<strong>震度6強クラスの激しい揺れを約200回連続で受けても制震性能が衰えない</strong>ことが実証されています。<br>      （震度6強が200回も来たら人間のメンタルが持ちませんが……それだけタフで頑丈という確かな証拠です！）    </p>      <!-- YouTube動画レスポンシブ枠 -->    <div style="margin: 25px 0; text-align: center;">      <div style="display: inline-block; width: 100%; max-width: 650px; background: #ffffff; padding: 10px; border-radius: 12px; border: 2px solid #ffb74d; box-shadow: 0 4px 16px rgba(0,0,0,0.08); box-sizing: border-box;">        <div style="position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; border-radius: 8px;">          <iframe width="100%" height="100%" src="https://www.youtube.com/embed/12QHPYiB5ns?si=6XYI88cEdTigck3F" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;"></iframe>        </div>        <div style="font-size: 14.5px; color: #d84315; margin-top: 10px; font-weight: bold;">          【公式実験動画】SAFE365の耐震・制震性能を動画でチェック        </div>      </div>    </div>      <!-- セクション4 -->    <h2 id="section4" style="font-size: 19px; line-height: 1.4; color: #1e293b; border-left: 5px solid #ff6f00; padding-left: 12px; margin: 35px 0 16px; font-weight: bold;">      4. 将来を見越したメンテナンスについて    </h2>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 16px;">      SAFE365は耐久性・メンテナンス性にも優れており、特別な定期点検や部材交換を必要とせず、長期間にわたり安定した性能を発揮します。<br>      日頃から地震の揺れを抑えて建物の歪み・劣化を防ぐため、将来的な外壁・内装の修繕費用の削減にも直結します。    </p>      <div style="background: #fff3e0; border: 1px solid #ffb74d; border-radius: 8px; padding: 16px 20px; margin: 20px 0;">      <div style="font-size: 16px; font-weight: bold; color: #d84315; margin-bottom: 6px;">         アーネストワンの木造2階建ては「標準装備」！      </div>      <p style="font-size: 15px; line-height: 1.75; margin-bottom: 0; color: #333333;">        アーネストワンの新築一戸建ては、この高性能な制震装置が<strong>追加料金なしの標準仕様</strong>として採用されています。<br>        購入時のコストを抑えつつ、長く安心して暮らせる非常にコストパフォーマンスの高い住宅です。      </p>    </div>      <p style="font-size: 16px; line-height: 1.8; margin-bottom: 25px;">      今回はアーネストワンの制震装置「SAFE365」の効果についてご紹介しました。<br>      最後までご覧いただき、ありがとうございました！    </p>      <!-- セクション5: お問い合わせ・フッター -->    <div id="contact" style="background: #fffaf0; border: 2px solid #ffb74d; color: #222222; padding: 28px 16px; border-radius: 12px; text-align: center; margin-top: 40px;">      <div style="font-size: 32px; margin-bottom: 6px;">✨</div>      <h3 style="font-size: 20px; margin-bottom: 10px; color: #d84315; font-weight: bold;">        八王子市の不動産売買・新築建売はお任せください      </h3>      <p style="font-size: 15px; line-height: 1.7; margin-bottom: 16px; color: #444444;">        アーネストワンなどの新築一戸建ての購入相談、売却査定、買取り、<strong>新築仲介手数料無料</strong>のご相談は八王子住まいる不動産までお気軽にどうぞ！      </p>            <div style="margin: 12px 0 18px;">        <a href="tel:042-649-3547" style="display: inline-block; font-size: 22px; font-weight: bold; color: #e65100; text-decoration: none; padding: 6px 18px; border: 2px solid #ffb74d; border-radius: 50px; background: #ffffff;">           電話問い合わせ 042-649-3547        </a>      </div>            <div style="margin-bottom: 20px;">        <a href="https://www.hasumi-f.net/contact/" target="_blank" rel="noopener noreferrer" style="display: inline-block; max-width: 90%; background-color: #ff6f00; color: #ffffff; padding: 14px 24px; border-radius: 35px; font-weight: bold; font-size: 17px; text-decoration: none; box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);">          仲介手数料無料 見積り依頼はこちらをクリック!! ≫        </a>      </div>        <div style="margin-top: 16px;">        <a href="https://www.hasumi-f.net/" target="_blank" rel="noopener noreferrer">          <img src="https://www.img-asp.jp/cms/404498_25_0_0_1.jpg" alt="八王子住まいる不動産 公式サイトへ" style="max-width: 100%; width: 250px; height: auto;">        </a>      </div>        <div style="font-size: 14.5px; color: #555555; margin-top: 20px; line-height: 1.7; border-top: 1px dashed #ffd54f; padding-top: 15px;">        <strong style="color: #222; font-size: 16px;">LIXIL不動産ショップ 八王子住まいる不動産</strong><br>        東京都八王子市明神町（京王八王子駅 徒歩3分／オレンジの看板が目印）      </div>    </div>    </div>]]></description>
            <pubDate>2026-07-01</pubDate>
        </item>
        </channel>
</rss>