
<rss version="2.0">
    <channel>
        <title>Athletic株式会社 熱海支店のブログ</title>
        <link>https://www.athel-atami.com/blog/</link>
        <description>Athletic株式会社 熱海支店のブログ</description>
        <language>ja</language>
                
        <item>
            <title>人口が減りつつある伊東市の不動産事情</title>
            <link>https://www.athel-atami.com/blog/entry-838549/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>人口が減りつつある伊東市の不動産事情</title>

<style>
  .ukg-ugm {
    --maxw:960px;
    --page-pad:28px;
    --bg-start:#f6fbf6;
    --bg-end:#f2f6ef;
    --accent:#88b064;
    --accent-strong:#6b8a4a;
    --muted:#6b7280;
    --soft-olive: rgba(107,138,74,0.06);
    --shadow-md: 0 12px 30px rgba(20,22,24,0.06);
    --radius-lg:16px;
    --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
    --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
    --break-sm:820px;
  }

  .ukg-ugm * { box-sizing:border-box; }
  .ukg-ugm .ukg-ugm-body {
    margin:0;
    font-family:var(--font-sans);
    background: linear-gradient(180deg,var(--bg-start),var(--bg-end));
    -webkit-font-smoothing:antialiased;
    color:#222;
    padding:var(--page-pad);
  }

  .ukg-ugm .ukg-ugm-site {
    max-width:var(--maxw);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center;
  }

  .ukg-ugm .ukg-ugm-presenter {
    width:100%;
    max-width:420px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94));
    border-radius:14px;
    padding:14px;
    box-shadow: 0 14px 36px rgba(98,86,62,0.06);
    border:1px solid rgba(107,138,74,0.06);
    display:flex;
    gap:14px;
    align-items:center;
    margin:0 auto;
    position:relative;
  }

  .ukg-ugm .ukg-ugm-presenter .photo {
    width:96px;
    height:96px;
    border-radius:12px;
    overflow:hidden;
    background-color:#f4f4f4;
    background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg');
    background-size: 400%;
    background-repeat: no-repeat;
    background-position: 40% 28%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border:2px dashed rgba(107,138,74,0.06);
    min-width:96px;
  }

  .ukg-ugm .ukg-ugm-presenter .meta {
    display:flex;
    flex-direction:column;
    gap:6px;
  }

  .ukg-ugm .ukg-ugm-presenter .name {
    font-size:17px;
    font-weight:900;
    color:var(--accent-strong);
  }

  .ukg-ugm .ukg-ugm-presenter .bio {
    font-size:13px;
    color:var(--muted);
    line-height:1.6;
    white-space:pre-wrap;
  }

  .ukg-ugm .ukg-ugm-article {
    width:100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
    border-radius:var(--radius-lg);
    padding:22px;
    box-shadow: var(--shadow-md);
    border:1px solid var(--soft-olive);
    position:relative;
    overflow:hidden;
  }

  .ukg-ugm .ukg-ugm-title-row {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
  }

  .ukg-ugm .ukg-ugm-article h1 {
    margin:0;
    font-family:var(--font-serif);
    font-size:1.8rem;
    font-weight:900;
    color:#111;
    text-align:center;
  }

  .ukg-ugm .ukg-ugm-underline {
    width:120px;
    height:6px;
    border-radius:999px;
    background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28));
    box-shadow:0 6px 18px rgba(107,138,74,0.06);
    margin-bottom:6px;
  }

  .ukg-ugm .ukg-ugm-subtitle {
    color:var(--muted);
    font-size:14px;
    text-align:center;
    margin-bottom:12px;
  }

  .ukg-ugm .ukg-ugm-lead {
    text-align:center;
    font-weight:800;
    font-size:15px;
    margin:10px 0 18px 0;
    color:#333;
  }

  .ukg-ugm .ukg-ugm-article p {
    font-size:15.4px;
    color:#222;
    margin:14px 0;
    line-height:1.85;
    max-width:78ch;
    margin-left:auto;
    margin-right:auto;
  }

  .ukg-ugm .ukg-ugm-warning {
    max-width:820px;
    margin:18px auto;
    padding:14px 16px;
    border-radius:12px;
    background: linear-gradient(180deg, rgba(255,248,237,0.98), rgba(255,255,255,0.98));
    border:1px solid rgba(193,144,45,0.18);
    border-left:6px solid #d49a2a;
    box-shadow:0 10px 24px rgba(120,90,30,0.05);
  }

  .ukg-ugm .ukg-ugm-warning .label {
    font-size:13px;
    font-weight:900;
    color:#9a6c12;
    margin-bottom:6px;
  }

  .ukg-ugm .ukg-ugm-warning p {
    margin:0;
    color:#5b4a25;
    line-height:1.8;
    font-size:14px;
  }

  .ukg-ugm .ukg-ugm-presenter-note {
    max-width:820px;
    margin:0 auto;
    padding:12px 16px;
    border-radius:10px;
    background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98));
    border-left:6px solid var(--accent);
    font-weight:700;
    color:#24401a;
    box-shadow:0 8px 20px rgba(100,110,80,0.04);
  }

  .ukg-ugm .ukg-ugm-meta-row {
    text-align:center;
    color:var(--muted);
    margin-top:8px;
    font-size:13px;
  }

  .ukg-ugm .ukg-ugm-tip {
    max-width:820px;
    margin:14px auto 0;
    padding:14px 16px;
    border-radius:12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,249,236,0.8));
    border:1px solid rgba(107,138,74,0.10);
    box-shadow:0 8px 20px rgba(100,110,80,0.03);
  }

  .ukg-ugm .ukg-ugm-tip h3 {
    margin:0 0 8px 0;
    font-size:16px;
    font-weight:900;
    color:var(--accent-strong);
    text-align:center;
  }

  .ukg-ugm .ukg-ugm-tip ul {
    margin:0;
    padding-left:1.2em;
  }

  .ukg-ugm .ukg-ugm-tip li {
    margin:8px 0;
    line-height:1.8;
    color:#222;
  }

  @media(max-width:var(--break-sm)) {
    .ukg-ugm .ukg-ugm-presenter { max-width:100%; padding:12px; gap:12px; }
    .ukg-ugm .ukg-ugm-presenter .photo { width:88px; height:88px; min-width:88px; }
    .ukg-ugm .ukg-ugm-article p { padding:0 12px; }
    .ukg-ugm .ukg-ugm-presenter-note { padding:12px; margin:0 12px; }
    .ukg-ugm .ukg-ugm-tip { margin:14px 12px 0; }
    .ukg-ugm .ukg-ugm-warning { margin:18px 12px; }
  }
</style>

<div class="ukg-ugm">
  <div class="ukg-ugm-body">
    <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

      <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
        <div class="photo" aria-hidden="true"></div>
        <div class="meta">
          <div class="name">浦上</div>
          <div class="bio">伊東市に住むわたくしだから分かることもあります。</div>
        </div>
      </div>

      <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
        <div class="ukg-ugm-title-row">
          <h1 id="ukg-ugm-page-title">人口が減りつつある伊東市の不動産事情</h1>
          <div class="ukg-ugm-underline" aria-hidden="true"></div>
        </div>

        <div class="ukg-ugm-subtitle">人口が減っている伊東市の不動産は買うべきか</div>

        <p class="ukg-ugm-lead">人口が減っている地域の不動産は買うのが怖いと考えますか？</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          年間観光客数や地域活性化運動による伊東市の盛り上がり
        </div>

        <p>伊東市は年々人口が減少している地域のひとつです。現時点での居住人口は約64,000人とされており、数字だけを見ると不動産購入に不安を感じる方も少なくないでしょう。</p>

        <p>特に、将来的な売却や資産価値を重視して物件を探している方にとっては、「人口が減っている地域の不動産は避けたほうがいいのでは」と考えるのも自然なことです。</p>

        <p>もちろん、人口減少が事実であることは否定できませんし、都市部と比べれば落ち着いた環境のエリアであることも間違いありません。</p>

        <div class="ukg-ugm-warning" role="note" aria-label="注意喚起">
          <div class="label">熱海はどうでしょうか？</div>
          <p>熱海の居住人口は伊東市の半分ほどで、約35,000人といわれています。ところが、熱海は今なおリゾート地として高い人気を維持し、海沿いでは新しい建物の建設も進んでいます。</p>
        </div>

        <p>不動産の問い合わせも多く、熱海はリゾート地として揺るがない存在感を持つ地域です。マンションは高額で取引されることも多く、実際の居住人口は少なくても、観光やセカンドハウス需要によって市場が支えられています。</p>

        <p>ここで大切なのは、「人口が少ない＝不動産価値が低い」とは限らないということです。むしろ、観光客が多い地域や、別荘・リゾート需要がある地域では、住民数だけでは見えない需要が存在します。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          伊東市は人口が減少している一方で、観光地としての魅力をしっかり持った地域です。
        </div>

        <p>しかも、熱海よりも観光客数が多いともいわれており、観光需要という面では十分な強みがあります。</p>

        <p>居住人口だけでは不安に感じる方もいるかもしれませんが、観光客が多く訪れる地域には、一般的な住宅地とは異なる価値があります。セカンドハウスとしての需要、リゾート利用、宿泊や短期滞在を見込んだ需要など、人口減少だけでは測れない魅力があるのです。</p>

        <p>そのため伊東市の不動産は、現在の状況だけで判断するのではなく、将来的な観光需要や地域のブランド力まで含めて考えるべき地域だといえます。熱海と比較しても、観光地としての存在感は十分にあり、見方によっては今後の可能性を期待できるエリアです。</p>

        <div class="ukg-ugm-tip">
          <h3>伊東市の不動産を検討するときのポイント</h3>
          <ul>
            <li>居住用か、セカンドハウスか、収益用かを明確にする</li>
            <li>駅・海・観光地へのアクセスを確認する</li>
            <li>管理費や修繕積立金など、維持コストを把握する</li>
            <li>売却時の需要が見込める立地かどうかを見る</li>
            <li>周辺の再開発や地域活性化の動きも確認する</li>
          </ul>
        </div>

        <p>結論として、伊東市の不動産は、すべての人に同じように合うわけではありません。とはいえ、温泉地ならではの魅力や観光需要をうまく取り入れられる物件であれば、日々の暮らしを楽しみながら、将来の活用にも期待できる地域です。</p>

        <p>人口が減っているからこそ見落とされがちですが、伊東市には観光客の多さや地域の個性といった強みがあります。数字だけにとらわれず、物件の立地や使い方を丁寧に見ていくことで、伊東市ならではの魅力をしっかり感じられるでしょう。</p>
      </article>

      <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-08-22</div>

    </div>
  </div>
</div>]]></description>
            <pubDate>2026-08-22</pubDate>
        </item>
                
        <item>
            <title>第一回サマーフェスティバル開催</title>
            <link>https://www.athel-atami.com/blog/entry-824021/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>伊東市商店街サマーフェスティバル</title>

<style>
  .ukg-ugm {
    --maxw: 980px;
    --page-pad: 28px;
    --bg-start: #f6fbf6;
    --bg-end: #f2f6ef;
    --accent: #88b064;
    --accent-strong: #6b8a4a;
    --muted: #6b7280;
    --soft-olive: rgba(107,138,74,0.08);
    --shadow-lg: 0 20px 50px rgba(20,22,24,0.08);
    --shadow-md: 0 12px 30px rgba(20,22,24,0.06);
    --radius-lg: 18px;
    --radius-md: 12px;
    --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
    --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
    --break-sm: 820px;
  }
  .ukg-ugm *{ box-sizing:border-box; }
  .ukg-ugm .ukg-ugm-body{
    margin:0;
    font-family:var(--font-sans);
    background: linear-gradient(180deg,var(--bg-start),var(--bg-end));
    -webkit-font-smoothing:antialiased;
    color:#222;
    padding:var(--page-pad);
  }
  .ukg-ugm .ukg-ugm-site{
    max-width:var(--maxw);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center;
  }
  .ukg-ugm .ukg-ugm-presenter{
    width:100%;
    max-width:460px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94));
    border-radius:14px;
    padding:14px;
    box-shadow: 0 14px 36px rgba(98,86,62,0.06);
    border:1px solid rgba(107,138,74,0.06);
    display:flex;
    gap:14px;
    align-items:center;
    margin:0 auto;
    position:relative;
  }
  .ukg-ugm .ukg-ugm-presenter .photo{
    width:96px;
    height:96px;
    border-radius:12px;
    overflow:hidden;
    background-color:#f4f4f4;
    background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border:2px dashed rgba(107,138,74,0.06);
    min-width:96px;
  }
  .ukg-ugm .ukg-ugm-presenter .meta{
    display:flex;
    flex-direction:column;
    gap:6px;
  }
  .ukg-ugm .ukg-ugm-presenter .name{
    font-size:17px;
    font-weight:900;
    color:var(--accent-strong);
  }
  .ukg-ugm .ukg-ugm-presenter .bio{
    font-size:13px;
    color:var(--muted);
    line-height:1.6;
    white-space:pre-wrap;
  }
  .ukg-ugm .ukg-ugm-article{
    width:100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
    border-radius:var(--radius-lg);
    padding:22px;
    box-shadow: var(--shadow-md);
    border:1px solid var(--soft-olive);
    position:relative;
    overflow:hidden;
  }
  .ukg-ugm .ukg-ugm-title-row{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
  }
  .ukg-ugm .ukg-ugm-article h1{
    margin:0;
    font-family:var(--font-serif);
    font-size:1.85rem;
    font-weight:900;
    color:#111;
    text-align:center;
    line-height:1.35;
  }
  .ukg-ugm .ukg-ugm-underline{
    width:140px;
    height:6px;
    border-radius:999px;
    background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28));
    box-shadow:0 6px 18px rgba(107,138,74,0.06);
  }
  .ukg-ugm .ukg-ugm-subtitle{
    color:var(--muted);
    font-size:14px;
    text-align:center;
    margin-bottom:14px;
  }
  .ukg-ugm .ukg-ugm-hero{
    width:100%;
    border-radius:16px;
    overflow:hidden;
    box-shadow:var(--shadow-lg);
    border:1px solid rgba(0,0,0,0.04);
    margin:0 0 18px 0;
    background:#f7f7f7;
  }
  .ukg-ugm .ukg-ugm-hero img{
    width:100%;
    display:block;
    aspect-ratio: 16 / 9;
    object-fit:cover;
  }
  .ukg-ugm .ukg-ugm-lead{
    text-align:center;
    font-weight:800;
    font-size:15px;
    margin:10px 0 18px 0;
    color:#333;
  }
  .ukg-ugm .ukg-ugm-article p{
    font-size:15.4px;
    color:#222;
    margin:14px 0;
    line-height:1.9;
    max-width:78ch;
    margin-left:auto;
    margin-right:auto;
  }
  .ukg-ugm .ukg-ugm-section{
    margin-top:26px;
    padding-top:2px;
  }
  .ukg-ugm .ukg-ugm-section h2{
    max-width:78ch;
    margin:0 auto 12px auto;
    font-size:1.22rem;
    line-height:1.5;
    color:#1f2d18;
    font-weight:900;
    padding-left:12px;
    border-left:5px solid var(--accent);
  }
  .ukg-ugm .ukg-ugm-list{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-top:8px;
  }
  .ukg-ugm .ukg-ugm-card{
    background: #fff;
    border-radius:14px;
    padding:16px;
    box-shadow: var(--shadow-md);
    border:1px solid var(--soft-olive);
    transition: transform .14s ease, box-shadow .14s ease;
    display:flex;
    flex-direction:column;
    gap:12px;
  }
  .ukg-ugm .ukg-ugm-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(20,22,24,0.08);
  }
  .ukg-ugm .ukg-ugm-gallery{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
  }
  .ukg-ugm .ukg-ugm-gallery img{
    width:100%;
    height:auto;
    border-radius:10px;
    box-shadow:0 12px 30px rgba(10,14,20,0.06);
    border:1px solid rgba(0,0,0,0.04);
    display:block;
    object-fit:cover;
    aspect-ratio: 4 / 3;
    pointer-events:none;
  }
  .ukg-ugm .ukg-ugm-card-head{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:center;
  }
  .ukg-ugm .ukg-ugm-card-title{
    font-size:18px;
    font-weight:900;
    color:var(--accent-strong);
    margin:0;
  }
  .ukg-ugm .ukg-ugm-card-sub{
    font-size:13px;
    color:var(--muted);
  }
  .ukg-ugm .ukg-ugm-card-desc{
    font-size:15px;
    color:#222;
    line-height:1.75;
    margin:4px 0 0 0;
  }
  .ukg-ugm .ukg-ugm-presenter-note{
    max-width:820px;
    margin:0 auto;
    padding:12px 16px;
    border-radius:10px;
    background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98));
    border-left:6px solid var(--accent);
    font-weight:700;
    color:#24401a;
    box-shadow:0 8px 20px rgba(100,110,80,0.04);
  }
  .ukg-ugm .ukg-ugm-meta-row{
    text-align:center;
    color:var(--muted);
    margin-top:8px;
    font-size:13px;
  }
  .ukg-ugm .ukg-ugm-photo-slot{
    max-width:820px;
    margin:18px auto;
    padding:18px;
    border:2px dashed rgba(107,138,74,0.25);
    border-radius:16px;
    background:rgba(255,255,255,0.7);
    text-align:center;
    color:var(--muted);
    font-weight:700;
  }
  .ukg-ugm .ukg-ugm-photo-slot strong{
    display:block;
    color:#2c3b23;
    margin-bottom:6px;
  }
  .ukg-ugm .ukg-ugm-photo-slot img{
    width:100%;
    max-width:820px;
    display:block;
    margin:0 auto 12px auto;
    border-radius:14px;
    box-shadow:0 12px 30px rgba(10,14,20,0.08);
    border:1px solid rgba(0,0,0,0.05);
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  @media(max-width:var(--break-sm)){
    .ukg-ugm .ukg-ugm-presenter{
      max-width:100%;
      padding:12px;
      gap:12px;
    }
    .ukg-ugm .ukg-ugm-presenter .photo{
      width:88px;
      height:88px;
      min-width:88px;
    }
    .ukg-ugm .ukg-ugm-gallery{
      grid-template-columns:1fr;
    }
    .ukg-ugm .ukg-ugm-article p{
      padding:0 12px;
    }
    .ukg-ugm .ukg-ugm-presenter-note{
      padding:12px;
      margin:0 12px;
    }
  }
</style>

<div class="ukg-ugm">
  <div class="ukg-ugm-body">
    <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

      <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
        <div class="photo" aria-hidden="true"></div>
        <div class="meta">
          <div class="name">浦上</div>
          <div class="bio">伊東の商店街が、いつもの顔から“お祭りの顔”へ変わる瞬間をお届けします。</div>
        </div>
      </div>

      <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
        <div class="ukg-ugm-title-row">
          <h1 id="ukg-ugm-page-title">伊東市商店街で第一回サマーフェスティバル開催。</h1><h1 id="ukg-ugm-page-title">商店街がお祭り会場に変身</h1>
          <div class="ukg-ugm-underline" aria-hidden="true"></div>
        </div>

        <div class="ukg-ugm-subtitle">はじまりの挨拶</div>

        <div class="ukg-ugm-hero">
          <img src="https://cdn.img-asp.jp/cms/824021_10_0_400_1.jpg" alt="伊東市商店街サマーフェスティバルのメインビジュアル">
        </div>

        <p class="ukg-ugm-lead">7月18日、伊東市の商店街は、いつもの買い物の通りから一気に“お祭りの舞台”へと様変わりしました。記念すべき第一回サマーフェスティバルには、出店の香り、大道芸の歓声、抽選会のドキドキが次々と重なり、歩くだけで楽しくなるような熱気が広がっていました。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          第一回とは思えないほど、最初から最後まで活気にあふれていました。商店街の空気が、時間とともにどんどん温まっていく感じも印象的です。
        </div>

        <div class="ukg-ugm-section">
          <h2>1. 開幕、商店街が“祭りモード”に切り替わる</h2>
          <p>イベントの幕開けは、まさに「これから始まるぞ」という空気そのものでした。お茶の販売小売店・市川製茶の社長が主催し、伊東市長もあいさつに立つと、会場には自然と視線が集まります。</p>
          <p>商店街の通りには、のぼりや案内が並び、いつもの風景が少しだけ特別に見えました。まだ始まったばかりなのに、もう楽しい。そんな予感があちこちに漂っていました。</p>

          <div class="ukg-ugm-photo-slot">
            <img src="https://cdn.img-asp.jp/cms/824021_6_0_400_1.jpg" alt="開会式、主催者あいさつ、伊東市長のスピーチ、会場全景">
          </div>
        </div>

        <div class="ukg-ugm-section">
          <h2>2. いい匂いにつられて、足が止まる出店エリア</h2>
          <p>通りには出店がずらりと並び、あちこちからおいしそうな香りがただよいます。焼きそば、かき氷、冷たい飲み物――夏祭りに必要なものが、見事にそろっていました。</p>
          <p>人の流れもどこかゆっくりで、みんなが急がず、じっくり楽しんでいるのが印象的です。買い物をする人、写真を撮る人、立ち止まって会話をする人。商店街全体が、ひとつの大きな縁日になったようでした。</p>

          <div class="ukg-ugm-list">
            <div class="ukg-ugm-card" aria-label="写真カード 1">
              <div class="ukg-ugm-gallery">
                <img src="https://cdn.img-asp.jp/cms/824021_16_0_400_1.jpg" alt="サマーフェスティバルの出店風景1">
                <img src="https://cdn.img-asp.jp/cms/824021_5_0_400_1.jpg" alt="サマーフェスティバルの出店風景2">
              </div>
              <div class="ukg-ugm-card-head">
                <div>
                  <h3 class="ukg-ugm-card-title">通りに並ぶ出店</h3>
                  <div class="ukg-ugm-card-sub">食べて、見て、歩いて楽しい空間</div>
                </div>
              </div>
              <p class="ukg-ugm-card-desc">出店が並ぶことで、商店街そのものが祭りの会場として生き生きとした表情に変わりました。人の流れが自然に生まれ、通りを歩くこと自体がイベントになっていました。</p>
            </div>
          </div>
        </div>

        <div class="ukg-ugm-section">
          <h2>3. 大道芸が始まった瞬間、通りが観客席になる</h2>
          <p>大道芸が始まると、空気が変わります。さっきまで歩いていた人たちが、気づけば足を止め、輪のように集まっていました。</p>
          <p>技が決まるたびに拍手、少し外せば笑い声。その反応のひとつひとつが会場を温めていき、見ている側まで参加しているような一体感が生まれます。</p>
          <p>商店街のまんなかで、こんなに自然に人がひとつになる瞬間は、なかなかありませんでした。</p>

          <div class="ukg-ugm-photo-slot">
            <img src="https://cdn.img-asp.jp/cms/824021_7_0_400_1.jpg" alt="大道芸のパフォーマンス中、観客の反応、拍手や歓声">
          </div>

          <div class="ukg-ugm-list">
            <div class="ukg-ugm-card" aria-label="写真カード 2">
              <div class="ukg-ugm-gallery">
                <img src="https://cdn.img-asp.jp/cms/824021_12_0_400_1.jpg" alt="大道芸のパフォーマンス1">
                <img src="https://cdn.img-asp.jp/cms/824021_13_0_400_1.jpg" alt="大道芸のパフォーマンス2">
              </div>
              <div class="ukg-ugm-card-head">
                <div>
                  <h3 class="ukg-ugm-card-title">見入る人、立ち止まる人</h3>
                  <div class="ukg-ugm-card-sub">大道芸が商店街の空気をひとつにした</div>
                </div>
              </div>
              <p class="ukg-ugm-card-desc">パフォーマンスの瞬間に会場の視線が集まり、通りの空気が変わる。そんな場面は、まさにイベントのハイライトです。</p>
            </div>
          </div>
        </div>

        <div class="ukg-ugm-section">
          <h2>4. 抽選会、会場のテンションが一気に跳ね上がる</h2>
          <p>抽選会が始まると、会場の空気は一段と明るくなりました。番号が読み上げられるたびに「おっ」という声や歓声が上がり、当たった人も、外れた人も、どこか楽しそうです。</p>
          <p>この時間の面白さは、当選するかどうかだけではありません。結果を待つ間の緊張、呼ばれた瞬間の驚き、周囲の拍手。その全部が重なって、会場の熱気をぐっと押し上げていました。</p>

          <div class="ukg-ugm-photo-slot">
            <img src="https://cdn.img-asp.jp/cms/824021_9_0_0_1.jpg" alt="抽選会の進行、当選者の笑顔、景品">
          </div>

          <div class="ukg-ugm-list">
            <div class="ukg-ugm-card" aria-label="写真カード 3">
              <div class="ukg-ugm-gallery">
                <img src="https://cdn.img-asp.jp/cms/824021_1_0_400_1.jpg" alt="抽選会の様子1">
                <img src="https://cdn.img-asp.jp/cms/824021_15_0_400_1.jpg" alt="抽選会の様子2">
              </div>
              <div class="ukg-ugm-card-head">
                <div>
                  <h3 class="ukg-ugm-card-title">当たるかどうかのドキドキ</h3>
                  <div class="ukg-ugm-card-sub">会場の一体感が最も高まる時間</div>
                </div>
              </div>
              <p class="ukg-ugm-card-desc">抽選のたびに沸き起こる反応が、イベントをより楽しいものにしていました。参加者の笑顔が、そのまま商店街の元気につながっているようでした。</p>
            </div>
          </div>
        </div>

        <div class="ukg-ugm-section">
          <h2>5. 第一回とは思えない、すでに“名物化”しそうな勢い</h2>
          <p>今回のサマーフェスティバルは、地域の活性化を大きく前面に押し出したイベントでもありました。商店街に人が集まり、店がにぎわい、地域の魅力が自然に伝わっていく。その流れがとても印象的でした。</p>
          <p>第一回だからこその新鮮さと、これから育っていく期待感。その両方が感じられる一日だったからこそ、来年以降の継続にも大きな期待が寄せられます。</p>
          <p>完成された祭りとは違う、少しずつ形になっていく面白さ。そんな“育つイベント”の始まりを感じさせる、力強い第一歩でした。</p><div><div>この後お祭りは夜の9時まで続きます。最後までいられないのが残念です。</div></div>

          <div class="ukg-ugm-photo-slot">
            <img src="https://cdn.img-asp.jp/cms/824021_11_0_400_1.jpg" alt="参加者の笑顔、商店街の風景、イベント全体の引き">
          </div>

          <div class="ukg-ugm-list">
            <div class="ukg-ugm-card" aria-label="写真カード 4">
              <div class="ukg-ugm-gallery">
                <img src="https://cdn.img-asp.jp/cms/824021_4_0_400_1.jpg" alt="地域活性化を感じる商店街の風景1">
                <img src="https://cdn.img-asp.jp/cms/824021_14_0_400_1.jpg" alt="地域活性化を感じる商店街の風景2">
              </div>
              <div class="ukg-ugm-card-head">
                <div>
                  <h3 class="ukg-ugm-card-title">来年へつながる第一歩</h3>
                  <div class="ukg-ugm-card-sub">地域の思いが形になった夏のイベント</div>
                </div>
              </div>
              <p class="ukg-ugm-card-desc">今回のにぎわいは、来年以降へ向けた大きな可能性を感じさせるものでした。伊東の夏に、新しい楽しみがひとつ加わったと言えそうです。</p>
            </div>
          </div>
        </div>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          第一回の開催でここまで盛り上がるとは、正直かなり頼もしいです。来年はさらに多くの人が集まる光景が目に浮かびます。
        </div>

        <p>伊東市商店街のサマーフェスティバルは、単なるお祭りではなく、地域が一緒に未来をつくっていくための大切な時間でした。主催者の思い、来場者の笑顔、商店街の活気が重なり合い、この日の熱気をつくり出していました。</p>
        <p>来年以降も続いていけば、きっと伊東の夏を代表する風景のひとつになっていくはずです。そんな期待を抱かせる、力強い第一回開催でした。</p>
      </article>

      <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-07-18</div>

    </div>
  </div>
</div>]]></description>
            <pubDate>2026-07-18</pubDate>
        </item>
                
        <item>
            <title>2026年こがし祭り</title>
            <link>https://www.athel-atami.com/blog/entry-819728/</link>
            <description><![CDATA[


  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>熱海こがし祭り</title>
  <style>
    :root{
      --maxw:960px;
      --page-pad:28px;
      --bg-start:#fff6fb;
      --bg-end:#fbf3fb;
      --accent:#b892c9;
      --accent-strong:#a46fb0;
      --muted:#6b7280;
      --soft-border: rgba(164,111,176,0.12);
      --shadow-lg: 0 20px 50px rgba(20,22,24,0.06);
      --shadow-md: 0 12px 30px rgba(20,22,24,0.05);
      --radius-lg:16px;
      --font-sans: "Noto Sans JP","Meiryo",sans-serif;
      --font-serif: "Yu Mincho","Times New Roman",serif;
      --break-sm:820px;
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family:var(--font-sans);
      background: linear-gradient(180deg,var(--bg-start),var(--bg-end));
      -webkit-font-smoothing:antialiased;
      color:#222;
      padding:var(--page-pad);
    }

    .site{
      max-width:var(--maxw);
      margin:0 auto;
      display:flex;
      flex-direction:column;
      gap:20px;
      align-items:center;
    }

    .presenter-top{
      width:100%;
      max-width:420px;
      background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,245,250,0.96));
      border-radius:14px;
      padding:14px;
      box-shadow: var(--shadow-lg);
      border:1px solid var(--soft-border);
      display:flex;
      gap:14px;
      align-items:center;
      margin:0 auto;
      position:relative;
      overflow:visible;
    }
    .presenter-top .photo{
      width:96px;
      height:96px;
      border-radius:12px;
      overflow:hidden;
      background-color:#f7eef8;
      background-image: url('https://cdn.img-asp.jp/cms/712804_2_0_0_1.jpg');
      background-size: 230%;
      background-repeat:no-repeat;
      background-position: 65% 10%;
      box-shadow: 0 8px 20px rgba(0,0,0,0.06);
      border:2px dashed rgba(164,111,176,0.08);
      min-width:96px;
    }
    .presenter-top .meta{ display:flex; flex-direction:column; gap:6px; }
    .presenter-top .name{ font-size:17px; font-weight:900; color:var(--accent-strong); }
    .presenter-top .bio{ font-size:13px; color:var(--muted); line-height:1.6; white-space:pre-wrap; }

    .article{
      width:100%;
      background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow: var(--shadow-md);
      border:1px solid var(--soft-border);
      position:relative;
      overflow:hidden;
    }
    .title-row{
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:10px;
      margin-bottom:8px;
    }
    .article h1{
      margin:0;
      font-family:var(--font-serif);
      font-size:1.8rem;
      font-weight:900;
      color:#111;
      text-align:center;
    }
    .underline{
      width:120px;
      height:6px;
      border-radius:999px;
      background: linear-gradient(90deg, rgba(180,140,200,0.18), rgba(164,111,176,0.28));
      box-shadow:0 6px 18px rgba(164,111,176,0.06);
      margin-bottom:6px;
    }
    .article .subtitle{
      color:var(--muted);
      font-size:14px;
      text-align:center;
      margin-bottom:12px;
    }
    .article p{
      font-size:15.4px;
      color:#222;
      margin:14px 0;
      line-height:1.9;
      max-width:78ch;
      margin-left:auto;
      margin-right:auto;
      text-align:center;
    }
    .article p.lead{
      font-weight:900;
      text-align:center;
    }

    .gallery{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
      margin:18px auto;
      width:100%;
      max-width:820px;
    }
    .gallery img, .full-img{
      width:100%;
      height:auto;
      border-radius:10px;
      box-shadow:0 12px 30px rgba(10,14,20,0.06);
      border:1px solid rgba(0,0,0,0.04);
      transition:transform .18s ease;
      display:block;
    }
    .gallery img:hover{ transform: translateY(-6px) scale(1.02); }

    figure{ margin:18px 0; text-align:center; }
    figure img{
      width:100%;
      max-width:720px;
      border-radius:12px;
      box-shadow:0 18px 44px rgba(10,14,20,0.06);
      border:1px solid rgba(0,0,0,0.04);
    }
    figcaption{
      font-size:13px;
      color:var(--muted);
      margin-top:8px;
    }

    .meta-row{
      text-align:center;
      color:var(--muted);
      margin-top:18px;
      font-size:13px;
    }

    @media(max-width:var(--break-sm)){
      .presenter-top{ max-width:100%; padding:12px; gap:12px; }
      .presenter-top .photo{ width:88px; height:88px; min-width:88px; background-size: 210%; }
      .gallery{ grid-template-columns:1fr; }
      .article p{ padding:0 12px; }
    }
  </style>


  <div class="site" role="main" aria-labelledby="page-title">

    <div class="presenter-top" role="complementary" aria-label="担当者 岡本">
      <div class="photo" aria-hidden="true"></div>
      <div class="meta">
        <div class="name">岡本</div>
        <div class="bio">熱海こがし祭りの熱気と、夏のにぎわいをお届けします。</div>
      </div>
    </div>

    <article class="article" aria-labelledby="page-title">
      <div class="title-row">
        <h1 id="page-title">2026年 熱海こがし祭り</h1>
        <div class="underline" aria-hidden="true"></div>
      </div>

      <div class="subtitle">熱海の夏を代表する伝統行事、「熱海こがし祭り」に行ってきました♪</div>

      <p class="lead">今年は7月15日・16日の2日間で開催されました。<br>
      「熱海こがし祭り」最大の見どころは、第58回山車コンクール。<br>
      各町内から繰り出す伝統の木彫り山車、趣向を凝らした華やかな装飾山車、19台が東海岸町の審査会場へと次々に登場。また山車だけでなく、勇壮な御輿も会場を練り歩き、熱海の夜を一層盛り上げます！</p>

      <div class="gallery" aria-label="熱海こがし祭りの写真">
        <img src="https://cdn.img-asp.jp/cms/819728_1_0_0_1.jpg" alt="熱海こがし祭りの風景1">
        <img src="https://cdn.img-asp.jp/cms/819728_2_0_0_1.jpg" alt="熱海こがし祭りの風景2">
        <img src="https://cdn.img-asp.jp/cms/819728_8_0_0_1.jpg" alt="熱海こがし祭りの風景3">
        <img src="https://cdn.img-asp.jp/cms/819728_7_0_0_1.jpg" alt="熱海こがし祭りの風景4">
      </div>

      <p class="lead">熱海こがし祭りの時期が近づくと、街の空気が少しずつお祭りモードに変わっていくのを感じます♪</p>

      <p>山車に乗り太鼓をたたくのは子どもたち。子どもたちはこの日のために、2週間前から毎晩練習を重ねてきました。練習期間中、夜になると子どもたちの太鼓の音があちこちから聞こえてきて、その音を耳にするたびに「今夜も頑張っているな」「こがし祭りが近づいてきたな」と感じ、私自身、お祭りはまだかまだかと楽しみにしていました。</p>

      <p>実際に街を歩いてみると、店先にはお祭りを知らせる飾りつけが増え、普段は落ち着いた通りにも少しずつ高揚感が広がっていました。こうした小さな変化が積み重なって、祭りの日の特別な空気ができあがっていくのだと感じます。</p>

      <div class="gallery" aria-label="お祭り準備の写真">
        <img src="https://cdn.img-asp.jp/cms/819728_5_0_0_1.jpg" alt="熱海こがし祭りの風景5">
        <img src="https://cdn.img-asp.jp/cms/819728_6_0_0_1.jpg" alt="熱海こがし祭りの風景6">
      </div>

      <p class="lead">そして昨日7月15日、こがし祭りへ‥♪</p>

      <p>熱海サンビーチに着くと屋台や出店がずらりと並び、たくさんのお客さんで大変なにぎわいでした。子ども連れのご家族や、浴衣姿の方々も多く、会場を歩くだけでも夏祭りらしい高揚感に包まれます。</p>

      <p>山車コンクールまではまだ少し時間があったので‥お祭りといえば、やっぱり冷えたビールが欲しくなりますよね！そんな中で見つけたのが、宇佐美クラフトビールの「伊豆レモンビール」。伊豆の新鮮なレモンをたっぷり使った、爽やかで飲みやすい低アルコールビール。レモンの香りとほどよい苦味が心地よく、とてもすっきりした味わい。飲むたびに気分がリフレッシュされて、夏のお祭りにぴったりの一杯でした。</p>

      <div class="gallery" aria-label="屋台や会場の写真">
        <img src="https://cdn.img-asp.jp/cms/819728_3_0_0_1.jpg" alt="熱海こがし祭りの風景7">
        <img src="https://cdn.img-asp.jp/cms/819728_4_0_0_1.jpg" alt="熱海こがし祭りの風景8">
      </div>

      <p class="lead">さてだんだんと日も暮れて、いよいよこがし祭りがスタートです♪</p>

      <p>まずは掛け声とともに神輿が登場し、担ぎ手のみなさんが汗だくになりながら審査会場へ入ってきます。そして続いて、太鼓の音とともに山車が登場。きらびやかな装飾山車に、思わず「わぁ！」と声が出ます。（観客からも歓声が上がっていました。）</p>

      <p>会場の照明や提灯の灯りが山車の装飾をさらに引き立て、昼間とはまったく違う表情を見せてくれるのも夜祭りならではの魅力です。写真では伝えきれない迫力があり、目の前を通るたびに自然と視線が釘付けになりました。</p>

      <p>各山車には、それぞれの町内のこだわりがたっぷり。人気のちいかわや、トトロの猫バス、スライムなど、個性豊かな装飾を見るだけでも楽しくなります。</p>

      <div class="gallery" aria-label="山車の写真">
        <img src="https://cdn.img-asp.jp/cms/819728_19_0_0_1.jpg" alt="熱海こがし祭りの風景9">
        <img src="https://cdn.img-asp.jp/cms/819728_20_0_0_1.jpg" alt="熱海こがし祭りの風景10">
      </div>

      <p>審査会場では、各山車が審査員の前でアピールタイムを行い、花火をしたり、シャボン玉が出たり、ワンピースのサニー号からルフィが登場したりと、見どころもたくさんありました。思わず立ち止まって見入ってしまう演出ばかりで、どの山車にも会場を楽しませようという工夫が感じられました。</p>

      <p>そして何より印象的だったのは、子どもたちの「どっこいどっこい～、どっこいそぉれぇ～！大きな声で！どっこいっどこい、そ～りゃぁ～そ～りゃぁ～！」という大きな掛け声。会場中に響きわたり、その熱気は見ているこちらにも伝わってきて、思わず一緒に声を出してしまうほどでした。</p>

      <div class="gallery" aria-label="山車の細部や会場の写真">
        <img src="https://cdn.img-asp.jp/cms/819728_18_0_0_1.jpg" alt="熱海こがし祭りの風景12">
        <img src="https://cdn.img-asp.jp/cms/819728_14_0_0_1.jpg" alt="熱海こがし祭りの風景13">
      </div>

      <p>19台ほどの山車が登場する中で、やはり田原本町に店舗を構えるAthleticとしては、自然と田原本町の山車を応援したくなります。田原本町の山車「木彫りの七福神」は、赤ちょうちんで彩られた美しい山車で、見事なしゃぎりも印象的でした。「これは優勝できるかもしれない‥！」と思っていたところ、7月16日に結果が発表され、なんと田原本町の「木彫りの七福神」が木彫りの部で優勝！本当におめでとうございます。</p>

      <p>会場では優勝を喜ぶ声があちこちから上がっていて、その瞬間の盛り上がりはとても印象的でした。長い準備を重ねてきたからこその達成感が伝わってきて、見ているこちらまで嬉しくなるような場面でした。</p>

      <p>7月16日は表彰式も行われるので、仕事終わりに少しのぞいてみようかと思っています。</p>

      <div class="gallery" aria-label="表彰式や会場の写真">
        <img src="https://cdn.img-asp.jp/cms/819728_16_0_0_1.jpg" alt="熱海こがし祭りの風景14">
        <img src="https://cdn.img-asp.jp/cms/819728_29_0_0_1.jpg" alt="熱海こがし祭りの風景16">
      </div>

      <p>お祭りが始まると、「夏本番が来たな」と実感します。やっぱりお祭りっていいですね！会場を歩きながら、熱気、人の笑顔、太鼓の音が重なって、夏らしいエネルギーをたっぷり感じることができました。</p>

      <p>こうして季節の行事に触れると、また次の楽しみが増えていきます。</p><p>次は、どこのお祭りに行ってみようかな～！</p>

      <figure>
        <img class="full-img" src="https://cdn.img-asp.jp/cms/819728_9_0_0_1.jpg" alt="熱海こがし祭りの写真18">
        <figcaption>熱海こがし祭りのにぎわい</figcaption>
      </figure>

      <div class="gallery" aria-label="締めの写真">
        <img src="https://cdn.img-asp.jp/cms/819728_10_0_0_1.jpg" alt="熱海こがし祭りの風景19">
        <img src="https://cdn.img-asp.jp/cms/819728_13_0_0_1.jpg" alt="熱海こがし祭りの風景20">
      </div>

      <figure>
        <img class="full-img" src="https://cdn.img-asp.jp/cms/819728_12_0_0_1.jpg" alt="熱海こがし祭りの写真29">
        <figcaption>熱海の夏を感じる一枚</figcaption>
      </figure>

      <div class="meta-row">著者: 岡本（athletic 熱海支店）</div>
    </article>
  </div>

]]></description>
            <pubDate>2026-07-16</pubDate>
        </item>
                
        <item>
            <title>魅惑の熱海本通り商店街</title>
            <link>https://www.athel-atami.com/blog/entry-813942/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>

<style>
.ukg-ugm { --maxw:960px; --page-pad:28px; --bg-start:#f6fbf6; --bg-end:#f2f6ef; --accent:#88b064; --accent-strong:#6b8a4a; --muted:#6b7280; --soft-olive: rgba(107,138,74,0.06); --shadow-lg: 0 20px 50px rgba(20,22,24,0.08); --shadow-md: 0 12px 30px rgba(20,22,24,0.06); --radius-lg:16px; --radius-md:12px; --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif; --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif; --break-sm:820px; }
.ukg-ugm *{box-sizing:border-box}
.ukg-ugm .ukg-ugm-body{ margin:0; font-family:var(--font-sans); background: linear-gradient(180deg,var(--bg-start),var(--bg-end)); -webkit-font-smoothing:antialiased; color:#222; padding:var(--page-pad); }
.ukg-ugm .ukg-ugm-site{ max-width:var(--maxw); margin:0 auto; display:flex; flex-direction:column; gap:20px; align-items:center; }
.ukg-ugm .ukg-ugm-presenter{ width:100%; max-width:420px; background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94)); border-radius:14px; padding:14px; box-shadow: 0 14px 36px rgba(98,86,62,0.06); border:1px solid rgba(107,138,74,0.06); display:flex; gap:14px; align-items:center; margin:0 auto; position:relative; }
.ukg-ugm .ukg-ugm-presenter .photo{ width:96px; height:96px; border-radius:12px; overflow:hidden; background-color:#f4f4f4; background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; box-shadow: 0 8px 20px rgba(0,0,0,0.06); border:2px dashed rgba(107,138,74,0.06); min-width:96px; }
.ukg-ugm .ukg-ugm-presenter .meta{ display:flex; flex-direction:column; gap:6px; }
.ukg-ugm .ukg-ugm-presenter .name{ font-size:17px; font-weight:900; color:var(--accent-strong); }
.ukg-ugm .ukg-ugm-presenter .bio{ font-size:13px; color:var(--muted); line-height:1.6; white-space:pre-wrap; }
.ukg-ugm .ukg-ugm-article{ width:100%; background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff); border-radius:var(--radius-lg); padding:22px; box-shadow: var(--shadow-md); border:1px solid var(--soft-olive); position:relative; overflow:hidden; }
.ukg-ugm .ukg-ugm-title-row{ display:flex; flex-direction:column; align-items:center; gap:10px; margin-bottom:8px; }
.ukg-ugm .ukg-ugm-article h1{ margin:0; font-family:var(--font-serif); font-size:1.8rem; font-weight:900; color:#111; text-align:center; }
.ukg-ugm .ukg-ugm-underline{ width:120px; height:6px; border-radius:999px; background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28)); box-shadow:0 6px 18px rgba(107,138,74,0.06); margin-bottom:6px; }
.ukg-ugm .ukg-ugm-subtitle{ color:var(--muted); font-size:14px; text-align:center; margin-bottom:12px; }
.ukg-ugm .ukg-ugm-lead{ text-align:center; font-weight:800; font-size:15px; margin:10px 0 18px 0; color:#333; }
.ukg-ugm .ukg-ugm-article p{ font-size:15.4px; color:#222; margin:14px 0; line-height:1.85; max-width:78ch; margin-left:auto; margin-right:auto; }
.ukg-ugm .ukg-ugm-list{ width:100%; display:flex; flex-direction:column; gap:18px; margin-top:8px; }
.ukg-ugm .ukg-ugm-card{ background: #fff; border-radius:12px; padding:16px; box-shadow: var(--shadow-md); border:1px solid var(--soft-olive); transition: transform .14s ease, box-shadow .14s ease; display:flex; flex-direction:column; gap:12px; }
.ukg-ugm .ukg-ugm-card:hover{ transform: translateY(-6px); box-shadow: 0 20px 50px rgba(20,22,24,0.08); }
.ukg-ugm .ukg-ugm-gallery{ display:grid; grid-template-columns: repeat(2, 1fr); gap:10px; }
.ukg-ugm .ukg-ugm-gallery img{ width:100%; height:auto; border-radius:10px; box-shadow:0 12px 30px rgba(10,14,20,0.06); border:1px solid rgba(0,0,0,0.04); transition:transform .18s ease; display:block; object-fit:cover; aspect-ratio: 4 / 3; pointer-events:none; }
.ukg-ugm .ukg-ugm-gallery img:hover{ transform:none; }
.ukg-ugm .ukg-ugm-card-head{ display:flex; justify-content:space-between; gap:12px; align-items:center; }
.ukg-ugm .ukg-ugm-card-title{ font-size:18px; font-weight:900; color:var(--accent-strong); margin:0; }
.ukg-ugm .ukg-ugm-card-sub{ font-size:13px; color:var(--muted); }
.ukg-ugm .ukg-ugm-card-desc{ font-size:15px; color:#222; line-height:1.7; margin:6px 0 0 0; }
.ukg-ugm .ukg-ugm-presenter-note{ max-width:820px; margin:0 auto; padding:12px 16px; border-radius:10px; background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98)); border-left:6px solid var(--accent); font-weight:700; color:#24401a; box-shadow:0 8px 20px rgba(100,110,80,0.04); }
.ukg-ugm .ukg-ugm-meta-row{ text-align:center; color:var(--muted); margin-top:8px; font-size:13px; }
@media(max-width:var(--break-sm)){
  .ukg-ugm .ukg-ugm-presenter{ max-width:100%; padding:12px; gap:12px; }
  .ukg-ugm .ukg-ugm-presenter .photo{ width:88px; height:88px; min-width:88px; }
  .ukg-ugm .ukg-ugm-gallery{ grid-template-columns:1fr; }
  .ukg-ugm .ukg-ugm-article p{ padding:0 12px; }
  .ukg-ugm .ukg-ugm-presenter-note{ padding:12px; margin:0 12px; }
}
</style>

<div class="ukg-ugm">
  <div class="ukg-ugm-body">
    <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

      <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
        <div class="photo" aria-hidden="true"></div>
        <div class="meta">
          <div class="name">浦上<span style="color: rgb(107, 114, 128); font-size: 13px; white-space: pre-wrap; font-weight: normal;">  </span></div><div class="bio">熱海の本通り商店街では、だいたい途中で寄り道が増えて、予定がゆっくり消えます。</div>
        </div>
      </div>

      <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
        <div class="ukg-ugm-title-row">
          <h1 id="ukg-ugm-page-title">熱海の本通り商店街を散策。誘惑が多すぎる街でした。</h1>
          <div class="ukg-ugm-underline" aria-hidden="true"></div>
        </div>

        <div class="ukg-ugm-subtitle">急こう配と、混雑と、あと空腹との戦い</div>

        <p class="ukg-ugm-lead">今回の散策は、熱海の本通り商店街を歩きながら、体力を温存しつつ、ずっとお腹が鳴っていた一日の記録です。どこか古めかしく、でもちゃんと観光地で、しかも油断すると何か買ってしまう。そんな楽しい通りでした。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          本通り商店街は、気を抜くと財布の口がゆるみます。あれもいい、これもいいで、結局立ち止まり、出費が増えます。
        </div>

        <p>熱海駅を出て本通り商店街へ向かうと、もうその時点で少し楽しい気分になります。なぜなら、商店街という場所は、そこにあるだけで「ちょっとだけ寄っていこうかな」と人に思わせる力があるからです。あれはおそらく魔法です。</p>
        <p>通りには昔ながらの店構えが並び、見て見ぬふりをしながら通り過ぎます。いや、結局はしっかりと見てしまい、財布の中身がお店に引っ張られていきます。</p>
        <p>そんなわけで今回は、散策というより“商店街に捕縛された一日”として、写真と一緒にお届けします。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          まずは景色から。だいたいこういう場所は、最初の一枚で「今日は長居するな」と分かります。
        </div>

        <div class="ukg-ugm-list">
          <div class="ukg-ugm-card" aria-label="写真カード 1">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_19_500_500_1.jpg" alt="熱海の本通り商店街のにぎわいを感じる風景">
              <img src="https://cdn.img-asp.jp/cms/813942_2_500_500_1.jpg" alt="商店街の通りに並ぶ店先の風景">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">入口ですでに楽しい</h2>
                <div class="ukg-ugm-card-sub">まだ何もしていないのに、もう満足しかける</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">本通り商店街に入った瞬間、空気がもううるさいです。露店先の食べ物たちが我先に人々の鼻へと襲い掛かるわけです。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 2">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_4_500_500_1.jpg" alt="商店街を歩く浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/813942_5_500_500_1.jpg" alt="商店街の途中で立ち止まる浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">歩くほどに誘惑が増える</h2>
                <div class="ukg-ugm-card-sub">立ち止まった回数だけ、家計簿は厚くなる</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">少し歩くたびに気になるお店が現れるので、まっすぐ進むのが難しい通りです。商店街は「目的地へ行く道」ではなく「寄り道を増やす装置」なのだと、あらためて思いました。しかも精度が高いです。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 3">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_3_500_500_1.jpg" alt="熱海の商店街近くのバス停の写真">
              <img src="https://cdn.img-asp.jp/cms/813942_16_500_500_1.jpg" alt="商店街周辺を背景にした浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">商店街の節々にある現実への帰り道</h2>
                <div class="ukg-ugm-card-sub">お財布への救いの道がある商店街</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">にぎやかな商店街を歩いていると、ふと脇道が見えて、「あ、ちゃんと帰る道もあるんだ」と現実に戻れます。とはいえ、この通りでは誘惑にやられてまずこの道を選びません。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 4">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_12_500_500_1.jpg" alt="商店街の路地を見渡す浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/813942_10_500_500_1.jpg" alt="熱海らしい建物を背景にした風景写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">裏道に入ると別の顔</h2>
                <div class="ukg-ugm-card-sub">街のの中心から離れれば自然が多く目に入る</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">あえて商店街から少しそれると、急に静かになります。すると今度は、さっきまでの賑わいがうそのように、古い建物や細い道が顔を出します。商店街は、明るい表通りだけでなく、裏側まで含めて面白いんです。ではきらびやかな場所へ戻りましょう。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 5">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_21_500_500_1.jpg" alt="商店街で立ち寄った場所で撮影した浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/813942_25_500_500_1.jpg" alt="商店街の歩道で撮影した浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">店先の観察が止まらない</h2>
                <div class="ukg-ugm-card-sub">看板、商品、張り紙、全部が気になる</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">商店街を歩いていると、情報量が多いのに不思議と疲れません。むしろ「この手書きの文字、味があるな」「この並べ方、妙にうまいな」と、観察する楽しみで鑑定士気分です。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 6">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_1_500_500_1.jpg" alt="商店街近くで見かけた猫の写真">
              <img src="https://cdn.img-asp.jp/cms/813942_14_500_500_1.jpg" alt="熱海の街並みの中に立つ浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">しかし年代を感じるのも熱海です</h2>
                <div class="ukg-ugm-card-sub">新旧を感じます</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">熱海は、古いだけではありません、日々新しいものが産まれています。古いものを新しいもので覆い隠すのではなく、古さの後ろに新しいものがあります。なにか、美しさが伝わってきます。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 7">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/813942_7_500_500_1.jpg" alt="商店街の通りを前に歩く浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/813942_27_500_500_1.jpg" alt="熱海の街と空を背にした浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">時間は過ぎ去り、夕暮れが近づく</h2>
                <div class="ukg-ugm-card-sub">体力が尽き帰り道の遠さを実感しています</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">ひと通り歩いたあとでも、「もう一軒くらい見ていくか」となりがちなのが商店街の恐ろしいところです。結局、散策の終わりは“終了”というより“また来よう”で締まるのがちょうどいいですね。</p>
          </div>
        </div>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          本通り商店街は、真面目に歩くほどおもしろく、ふざけて歩くとさらに深みにハマります。
        </div>

        <p>熱海の本通り商店街は、懐かしさとにぎわいがほどよく混ざった、歩いていて飽きない場所でした。財布の口のゆるさと店先の工夫に感心して、終始なぜかお腹がすく。とても正直な商店街です。</p>
        <p>再び訪れたときも、きっとまた「少しだけ」と言いながら長居すると思います。それくらい、この通りには人を拘束する力があります。</p>
      </article>

      <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-07-04</div>

    </div>
  </div>
</div>]]></description>
            <pubDate>2026-07-04</pubDate>
        </item>
                
        <item>
            <title>こだわりの新着物件情報</title>
            <link>https://www.athel-atami.com/blog/entry-807320/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>
<style>
/* ---------- ルート & 共通変数 ---------- */
.athletic-widget.improved{
  position: relative;
  z-index: 0;
  --primary: #C7000A;
  --primary-dark: #a10007;
  --muted: #6b7280;
  --line-green: #00C300;
  --line-green-dark: #00a000;

  /* 全体背景（抹茶系の薄い緑） */
  --page-bg-start: #f7fbf4;
  --page-bg-end: #f1f6ea;

  --card-bg: #ffffff;
  --border: rgba(0,0,0,0.06);
  --maxw: 980px;
  --gap: 18px;
  --btn-gap: 12px;
  --break-sm: 820px;
  --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
  --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
  --btn-height: 44px;
  --btn-padding-x: 18px;
  --btn-radius: 12px;
  --btn-font-size: 0.95rem;
  --btn-transition: transform .18s cubic-bezier(.2,.9,.2,1), box-shadow .18s ease, background .18s ease, color .12s ease;
  --btn-shadow-default: 0 10px 24px rgba(0,0,0,0.06);
  --btn-shadow-hover: 0 20px 44px rgba(0,0,0,0.10);
  --focus-ring-primary: rgba(199,0,10,0.18);
  --focus-ring-neutral: rgba(107,114,128,0.14);
  --focus-ring-line: rgba(0,195,0,0.16);

  /* 抹茶プレゼンター系の色 */
  --matcha-strong:#6b8a4a;
  --matcha-soft:#b7d08a;
  --milk:#f6efe6;
  --presenter-accent:#88b064;
  --presenter-accent-dark:#6f944f;

  /* person image crop settings */
  --person-zoom: 400%;
  --person-pos-x: 40%;
  --person-pos-y: 28%;
}

/* 共通ボックスサイズ（ウィジェット内のみ） */
.athletic-widget.improved, .athletic-widget.improved * { box-sizing: border-box; }

/* 全体ラップ（背景を抹茶系に） */
.athletic-widget.improved .wrap{
  max-width:var(--maxw);
  margin:28px auto;
  padding:28px 20px;
  background: linear-gradient(180deg,var(--page-bg-start),var(--page-bg-end));
  font-family:var(--font-sans);
  color:#222;
  -webkit-font-smoothing:antialiased;
  position:relative;
  z-index:0;
  border-radius:14px;
}

/* 背景のソフトアクセント（擬似要素で薄いグラデとぼかし） */
.athletic-widget.improved .wrap::before{
  content:"";
  position:absolute;
  left:-6%;
  top:-10%;
  width:60%;
  height:60%;
  background: radial-gradient(circle at 30% 30%, rgba(136,176,100,0.12), rgba(183,196,138,0.04) 45%, rgba(255,255,255,0) 70%);
  filter: blur(36px);
  z-index:-1;
  pointer-events:none;
}
.athletic-widget.improved .wrap::after{
  content:"";
  position:absolute;
  right:-6%;
  bottom:-10%;
  width:48%;
  height:48%;
  background: radial-gradient(circle at 70% 70%, rgba(136,176,100,0.10), rgba(199,184,148,0.03) 40%, rgba(255,255,255,0) 65%);
  filter: blur(28px);
  z-index:-1;
  pointer-events:none;
}

/* ヘッダー */
.athletic-widget.improved .header{ display:flex; align-items:center; gap:12px; margin-bottom:18px; z-index:0; }
.athletic-widget.improved .badge{ display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid rgba(199,0,10,0.06);color:var(--primary);font-weight:800;font-family:Impact, sans-serif;font-size:0.98rem;background:#fff;box-shadow:0 6px 14px rgba(199,0,10,0.04); z-index:0; }
.athletic-widget.improved .page-title{margin:0;font-size:1.12rem;color:#111;font-weight:800;letter-spacing:0.02em;}

/* セクションは常に縦並び（上下） */
.athletic-widget.improved .section-stack{
  display:flex;
  flex-direction:column;
  gap:22px;
}

/* ---------- 物件カード（赤） ---------- */
.athletic-widget.improved .card{
  background:var(--card-bg);
  border-radius:12px;
  padding:18px;
  box-shadow:0 12px 32px rgba(10,14,20,0.04);
  border:1px solid rgba(107,138,74,0.06);
  display:flex;
  gap:var(--gap);
  align-items:flex-start;
  transition:transform .12s ease, box-shadow .12s ease;
  position: relative;
  z-index: 0;
}
.athletic-widget.improved .card:hover{ transform:translateY(-6px); box-shadow:0 28px 60px rgba(10,14,20,0.08); }

.athletic-widget.improved .media{flex:0 0 200px;display:flex;flex-direction:column;align-items:center;gap:12px; z-index:0;}
.athletic-widget.improved .main-img{ width:200px;height:200px;object-fit:cover;border-radius:10px; box-shadow:0 10px 26px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,0.04); transition:transform .18s ease; }
.athletic-widget.improved .main-img:hover{ transform:scale(1.03); }

.athletic-widget.improved .thumbs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
.athletic-widget.improved .thumbs img{ width:72px;height:72px;object-fit:cover;border-radius:8px;box-shadow:0 6px 14px rgba(0,0,0,0.06);border:1px solid rgba(0,0,0,0.03); }

.athletic-widget.improved .info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px; z-index:0;}
.athletic-widget.improved .title{ font-family:var(--font-serif); font-size:1.18rem; font-weight:900; margin:0; letter-spacing:0.02em; }

.athletic-widget.improved .title,
.athletic-widget.improved .title a,
.athletic-widget.improved .title a:link,
.athletic-widget.improved .title a:visited {
  color: var(--primary) !important;
  text-decoration: none !important;
  z-index: 0;
  position: relative;
}
.athletic-widget.improved .title a:hover,
.athletic-widget.improved .title a:focus {
  color: var(--primary-dark) !important;
}
.athletic-widget.improved .title a{ text-decoration:none;display:inline-block;position:relative;transition:transform .12s ease; }
.athletic-widget.improved .title a::after{ content:"";position:absolute;left:0;bottom:-4px;height:2px;width:0;background:var(--primary);border-radius:2px;transition:width .18s ease; }
.athletic-widget.improved .title a:hover{ transform:scale(1.02); }
.athletic-widget.improved .title a:hover::after{ width:100%; }

.athletic-widget.improved .price{ color:var(--primary); font-family:Impact, sans-serif; font-size:2.1rem; font-weight:900; margin:0 0 6px 0; letter-spacing:0.02em; background:linear-gradient(90deg, rgba(199,0,10,0.06), rgba(199,0,10,0)); padding:6px 10px; border-radius:10px; display:inline-block; z-index:0; }

.athletic-widget.improved .meta{display:flex;gap:12px;align-items:center;color:var(--muted);font-size:0.95rem;flex-wrap:wrap;margin-top:2px; z-index:0;}
.athletic-widget.improved .meta > div{background:rgba(0,0,0,0.02);padding:6px 8px;border-radius:8px;min-width:fit-content;}

.athletic-widget.improved .summary{ font-size:0.98rem;line-height:1.75;color:#222;margin-top:8px;white-space:pre-wrap; z-index:0; }

/* Card内のCTA */
.athletic-widget.improved .card .cta{ margin-top:12px; display:flex; gap:var(--btn-gap); flex-wrap:wrap; align-items:center; position: relative; z-index: 1; }
.athletic-widget.improved .card .cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  height:var(--btn-height);
  padding:0 var(--btn-padding-x);
  border-radius:var(--btn-radius);
  font-weight:900;
  font-size:var(--btn-font-size);
  text-decoration:none;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:var(--btn-shadow-default);
  transition:var(--btn-transition);
  line-height:1;
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
  min-width:150px;
  transform:translateY(0) scale(1);
}
.athletic-widget.improved .card .cta a:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--btn-shadow-hover);
}
.athletic-widget.improved .card .cta a:active{
  transform: translateY(-2px) scale(0.995);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}
.athletic-widget.improved .card .cta a:focus{
  outline:none;
  box-shadow: var(--btn-shadow-hover), 0 0 0 6px var(--focus-ring-primary);
}

/* 各種ボタン色 */
.athletic-widget.improved .card .btn-primary{
  background: linear-gradient(180deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-color: rgba(199,0,10,0.16);
  box-shadow: 0 12px 30px rgba(199,0,10,0.12);
  min-width:160px;
}
.athletic-widget.improved .card .btn-contact{
  background: linear-gradient(180deg, #fff, #fafafa);
  color: var(--muted);
  border-color: rgba(0,0,0,0.06);
  min-width:150px;
}
.athletic-widget.improved .card .btn-line{
  background: linear-gradient(180deg, var(--line-green), var(--line-green-dark));
  color: #fff;
  border-color: rgba(0,0,0,0.06);
  box-shadow: 0 12px 30px rgba(0,195,0,0.10);
  min-width:150px;
}

/* ---------- プレゼンター + 記事（抹茶系） ---------- */
/* ここを中央寄せに変更（主要な差分） */
.athletic-widget.improved .presenter-wrap {
  display:flex;
  justify-content:center; /* 中央寄せ */
  margin-bottom:12px;
  position:relative;
  z-index:0;
}
/* プレゼンター自体は幅固定だが中央に寄せられる */
.athletic-widget.improved .presenter {
  width:100%;
  max-width:360px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94));
  border-radius:14px;
  padding:14px;
  box-shadow: 0 14px 36px rgba(98,86,62,0.06);
  border:1px solid rgba(107,138,74,0.06);
  display:flex; gap:14px; align-items:center;
  position: relative;
  z-index: 0;
}
.athletic-widget.improved .presenter .photo {
  width:96px; height:96px; border-radius:12px; overflow:hidden;
  background-color:#f4f4f4; border:2px dashed rgba(107,138,74,0.06); min-width:96px;
  background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg');
  background-size: var(--person-zoom);
  background-repeat: no-repeat;
  background-position: var(--person-pos-x) var(--person-pos-y);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.athletic-widget.improved .presenter .name { font-size:17px; font-weight:900; color:var(--matcha-strong); }
.athletic-widget.improved .presenter .bio { font-size:13px; color:var(--muted); line-height:1.6; margin-top:6px; white-space:pre-wrap; }

/* 記事パネル */
.athletic-widget.improved .article {
  border-radius:14px;
  padding:22px;
  line-height:1.95;
  white-space:pre-wrap;
  position:relative;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), var(--milk));
  border:1px solid rgba(107,138,74,0.04);
  box-shadow: 0 10px 28px rgba(98,86,62,0.04);
  z-index: 0;
}
.athletic-widget.improved .article .paper-pattern{ position:absolute; inset:0; z-index: -1; pointer-events:none; opacity:0.7; mix-blend-mode:multiply; }
.athletic-widget.improved .article .accent-line{ position:absolute; left:18px; top:32px; width:6px; height:calc(100% - 64px); background: linear-gradient(180deg, rgba(136,176,100,0.20), rgba(111,148,79,0.06)); border-radius:6px; pointer-events:none; z-index: -1; opacity:0.95; }
.athletic-widget.improved .article .accent-dots{ position:absolute; right:28px; top:28px; width:120px; height:120px; background-image: radial-gradient(circle at 10% 10%, rgba(136,176,100,0.18) 0 6px, transparent 7px), radial-gradient(circle at 40% 40%, rgba(136,176,100,0.10) 0 4px, transparent 5px), radial-gradient(circle at 80% 70%, rgba(199,184,148,0.04) 0 5px, transparent 6px); filter: blur(2px); pointer-events:none; z-index: -1; opacity:0.95; }
.athletic-widget.improved .article .content{ position:relative; z-index: 0; color:var(--text); font-size:15px; }

/* 記事のCTA：中央揃えを維持 */
.athletic-widget.improved .widget-cta { display:flex; gap:12px; justify-content:center; margin-top:18px; flex-wrap:wrap; z-index:1; position:relative; }
.athletic-widget.improved .widget-cta a{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  height:var(--btn-height); padding:0 var(--btn-padding-x); border-radius:var(--btn-radius);
  font-weight:900; font-size:var(--btn-font-size); text-decoration:none;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:var(--btn-shadow-default); transition:var(--btn-transition); line-height:1;
  cursor:pointer; -webkit-tap-highlight-color: transparent; min-width:150px;
  transform: translateY(0) scale(1);
}
.athletic-widget.improved .widget-cta a:hover{
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--btn-shadow-hover);
}
.athletic-widget.improved .widget-cta a:active{
  transform: translateY(-2px) scale(0.995);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}
.athletic-widget.improved .widget-cta a:focus{ outline:none; box-shadow: var(--btn-shadow-hover), 0 0 0 6px var(--focus-ring-primary); }

.athletic-widget.improved .widget-cta a.btn-primary{ background: linear-gradient(180deg,#C7000A,#a10007); color:#fff; box-shadow:0 12px 30px rgba(199,0,10,0.12); }
.athletic-widget.improved .widget-cta a.btn-contact{ background: linear-gradient(180deg,#fff,#fafafa); color:var(--muted); box-shadow:0 8px 18px rgba(0,0,0,0.04); }
.athletic-widget.improved .widget-cta a.btn-line{ background: linear-gradient(180deg,#00C300,#00a000); color:#fff; box-shadow: 0 12px 30px rgba(0,195,0,0.10); }

/* 小画面レスポンシブ（さらに調整） */
@media(max-width:820px){
  .athletic-widget.improved .card{flex-direction:column;align-items:center;padding:16px;}
  .athletic-widget.improved .media{flex:0 0 auto;}
  .athletic-widget.improved .main-img{width:92%;height:auto;border-radius:8px;}
  .athletic-widget.improved .price{font-size:1.6rem;text-align:center;}
  .athletic-widget.improved .meta{justify-content:center;}
  .athletic-widget.improved .cta{justify-content:center;}
  .athletic-widget.improved .cta > a{ min-width:220px; width:100%; max-width:420px; padding:0 16px; }

  /* プレゼンターも中央寄せを維持。小さくしてセンターに */
  .athletic-widget.improved .presenter { width:100%; max-width:360px; justify-content:flex-start; }
  .athletic-widget.improved .presenter .photo{ width:80px;height:80px; min-width:80px; background-size: calc(var(--person-zoom) * 0.9); }
  .athletic-widget.improved .widget-cta{ flex-direction:column; gap:10px; padding:0 12px; }
  .athletic-widget.improved .widget-cta a{ min-width:220px; width:100%; max-width:420px; }
}

/* その他ユーティリティ */
.athletic-widget.improved .sr-only{ position:absolute!important;height:1px;width:1px;overflow:hidden;white-space:nowrap;border:0;padding:0;margin:-1px; }
.athletic-widget.improved a:not(.btn-primary):not(.btn-contact):not(.btn-line) { color:#222; text-decoration: none; }
</style>


<div class="athletic-widget improved" aria-live="polite">
  <div class="wrap">
    <header class="header" role="banner" aria-label="athletic 熱海支店 新着">
      <div class="badge" aria-hidden="true">新着情報!!</div>
      <h1 class="page-title">ロワジール伊東湯川</h1>
    </header>

    <!-- 常に縦に積む -->
    <div class="section-stack" role="region" aria-label="物件と担当者紹介の統合ウィジェット（縦並び）">

      <!-- 物件カード -->
      <article class="card" role="article" aria-labelledby="prop-title">
        <div class="media">
          <a href="https://www.athel-atami.com/bkndetail/1432942078/room105089378/" target="_blank" rel="noopener" aria-label="物件 の詳細ページへ">
            <img class="main-img" src="https://cdn.img-asp.jp/cms/792280_75_300_300_1.jpg" alt="物件ヒーロー画像" loading="lazy" width="200" height="200">
          </a>

          <div class="thumbs" aria-hidden="false">
            <img src="https://cdn.img-asp.jp/cms/792280_76_150_150_1.jpg" alt="画像">
            <img src="https://cdn.img-asp.jp/cms/792280_81_150_150_1.jpg" alt="画像">
            <img src="https://cdn.img-asp.jp/cms/792280_78_150_150_1.jpg" alt="画像">
            <img src="https://cdn.img-asp.jp/cms/792280_79_150_150_1.jpg" alt="画像">
          </div>
        </div>

        <div class="info">
          <h2 id="prop-title" class="title">
            <a href="https://www.athel-atami.com/bkndetail/1432942078/room105089378/" target="_blank" rel="noopener" aria-label="物件 の詳細ページへ">
              ロワジール伊東湯川
            </a>
          </h2>

          <div class="price" aria-hidden="false">680万円</div>

          <div class="meta" role="list" aria-label="物件の特徴">
            <div role="listitem">伊東・オーシャンビュー</div>
            <div role="listitem">1991年築</div>
          </div>

          <p class="summary">
この眺望は、ぜひ現地で体感していただきたいです。写真でも十分に美しいのですが、実際に立つと空気の抜け方まで違って感じられます。視線の先に海、その手前に緑の稜線。まるで自然が丁寧に額装してくれた一枚の絵のようです。こんな景色を日常にできるなら、洗濯物を干す時間さえ少し楽しくなるかもしれません。静かな高揚感を味わえるお部屋です。
          </p>

          <div class="cta">
            <a class="btn-primary" href="https://www.athel-atami.com/bkndetail/1432942078/room105089378/" target="_blank" rel="noopener noreferrer" aria-label="物件詳細を開く">
              <span class="btn-label">物件詳細へ</span>
            </a>

            <a class="btn-contact" href="https://www.athel-atami.com/contact/" target="_blank" rel="noopener" aria-label="お問い合わせ（熱海支店）">
              <span class="btn-label">お問い合わせ</span>
            </a>

            <a class="btn-line" href="https://lin.ee/pTVtYLz" target="_blank" rel="noopener noreferrer" aria-label="LINEで友だち追加">
              <span class="btn-label">LINEで友だち追加</span>
            </a>
          </div>
        </div>
      </article>

      <!-- 担当者 + 記事パネル（物件カードの下に来る） -->
      <div>
        <div class="presenter-wrap" aria-hidden="false">
          <aside class="presenter" role="complementary" aria-label="担当者">
            <div class="photo" id="person-photo" aria-hidden="true"></div>
            <div>
              <div class="name">浦上</div>
              <div class="bio">まったく久しぶりな浦上の物件紹介です。</div>
            </div>
          </aside>
        </div>

        <article class="article" aria-label="物件紹介本文">
          <div class="paper-pattern" aria-hidden="true"></div>
          <div class="accent-line" aria-hidden="true"></div>
          <div class="accent-dots" aria-hidden="true"></div>

          <div class="content">
<div class="content" style="color: rgb(34, 34, 34);"></div><div class="content" style="color: rgb(34, 34, 34);">


伊東の湯川に、こんなにも静かにゆらめくような住まいがありました


ロワジール伊東湯川は
ただ泊まるだけの場所ではございません


日常のスイッチをそっと切り替え
うたたう時間を連れてきてくれる
まるで心の中の早歩きが
自然とゆっくりになる一室です

しかも
紹介する私自身がすっかり気に入ってしまったほど魅力が濃く
思わず誰かに話したくなる建物でもあります


扉を開ければ
まず迎えてくれるのは
ゆったりとした空気感と整えられた上質な空間

木の温もりが漂うキッチンは
料理をするための設備でありながら
なぜか腕まくりまで似合ってしまう頼もしさです

ここで朝食を作れば
目玉焼きですら少し誇らしげに見えてきます

広々としたリビングは
窓の向こうに広がる緑とともに
都会の時計を忘れさせてくれる舞台

しかも
主役は室内だけではございません

大きな窓の先に広がる自然の眺めは
まるで山々が毎朝の挨拶に来てくれるよう

海の気配も感じられ
緑と水辺のコントラストが
旅の感動を静かに深めてくれます

景色を前にすると
会話が少し減ることがございますが
それは言葉を失うほど心が満たされている証拠でしょう

現地で見ると
写真以上に胸に残るはずだと感じております


そして
この物件の魅力を語るうえで外せないのが
湯浴みの時間です

窓際の浴室は
ただ身体を洗う場所ではなく
景色と向き合いながら一日の疲れをほどく特等席

湯船に浸かれば
今日のあれこれが少しずつほどけていきます

しかもサウナも備わり
温まる喜びをさらに深く楽しめるのがうれしいところ

熱を味方にすれば
心まで軽くなる

そんな実感を覚えることでしょう


床に足をつけた瞬間から感じるのは
きちんと手入れされた住まいの誠実さです

明るい洋室
落ち着いた和室
開放感のある動線

どこにいても居心地がよく
気づけば長居してしまうはずです

眺めよし
湯よし
空気よし

欲張りな三拍子が
ここでは自然体で並んでいます

きっとご覧になる方にも
その良さは素直に伝わることでしょう


ロワジール伊東湯川は
ただの物件ではございません

滞在するたび
景色に癒やされ
湯にほどかれ
暮らしに少し笑みが増えていく

そんな体験をそっと届けてくれる
伊東らしさの詰まった一邸です


次の休日が待ち遠しくなる場所
ここにございます



</div><div class="content" style="color: rgb(34, 34, 34);">
</div>
          </div>

          <div class="widget-cta" role="navigation" aria-label="物件ページへのリンク">
            <a class="btn-primary" href="https://www.athel-atami.com/bkndetail/1432942078/room105089378/" target="_blank" rel="noopener noreferrer" aria-label="物件詳細を開く">
              <span class="btn-label">物件詳細へ</span>
            </a>

            <a class="btn-contact" href="https://www.athel-atami.com/contact/" target="_blank" rel="noopener" aria-label="お問い合わせ（熱海支店）">
              <span class="btn-label">お問い合わせ</span>
            </a>

            <a class="btn-line" href="https://lin.ee/pTVtYLz" target="_blank" rel="noopener noreferrer" aria-label="LINEで友だち追加">
              <span class="btn-label">LINEで友だち追加</span>
            </a>
          </div>
        </article>
      </div>

    </div> <!-- /section-stack -->
  </div> <!-- /wrap -->
</div>

]]></description>
            <pubDate>2026-06-22</pubDate>
        </item>
                
        <item>
            <title>みなし贈与のリスクが潜む、相場より安い不動産売買</title>
            <link>https://www.athel-atami.com/blog/entry-806156/</link>
            <description><![CDATA[


  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>みなし贈与のリスクが潜む、相場より安い不動産売買</title>

  <style>
    /* 名前空間ルート */
    .ukg-ugm {
      --maxw:960px;
      --page-pad:28px;
      --bg-start:#f6fbf6;
      --bg-end:#f2f6ef;
      --accent:#88b064;
      --accent-strong:#6b8a4a;
      --muted:#6b7280;
      --soft-olive: rgba(107,138,74,0.06);
      --shadow-lg: 0 20px 50px rgba(20,22,24,0.08);
      --shadow-md: 0 12px 30px rgba(20,22,24,0.06);
      --radius-lg:16px;
      --radius-md:12px;
      --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
      --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
      --break-sm:820px;
    }

    .ukg-ugm * { box-sizing:border-box; }
    .ukg-ugm .ukg-ugm-body {
      margin:0;
      font-family:var(--font-sans);
      background: linear-gradient(180deg,var(--bg-start),var(--bg-end));
      -webkit-font-smoothing:antialiased;
      color:#222;
      padding:var(--page-pad);
    }

    .ukg-ugm .ukg-ugm-site {
      max-width:var(--maxw);
      margin:0 auto;
      display:flex;
      flex-direction:column;
      gap:20px;
      align-items:center;
    }

    /* プレゼンター上部サマリー */
    .ukg-ugm .ukg-ugm-presenter {
      width:100%;
      max-width:420px;
      background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94));
      border-radius:14px;
      padding:14px;
      box-shadow: 0 14px 36px rgba(98,86,62,0.06);
      border:1px solid rgba(107,138,74,0.06);
      display:flex;
      gap:14px;
      align-items:center;
      margin:0 auto;
      position:relative;
    }

    .ukg-ugm .ukg-ugm-presenter .photo {
      width:96px;
      height:96px;
      border-radius:12px;
      overflow:hidden;
      background-color:#f4f4f4;
      background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg');
      background-size: 400%;
      background-repeat: no-repeat;
      background-position: 40% 28%;
      box-shadow: 0 8px 20px rgba(0,0,0,0.06);
      border:2px dashed rgba(107,138,74,0.06);
      min-width:96px;
    }

    .ukg-ugm .ukg-ugm-presenter .meta {
      display:flex;
      flex-direction:column;
      gap:6px;
    }

    .ukg-ugm .ukg-ugm-presenter .name {
      font-size:17px;
      font-weight:900;
      color:var(--accent-strong);
    }

    .ukg-ugm .ukg-ugm-presenter .bio {
      font-size:13px;
      color:var(--muted);
      line-height:1.6;
      white-space:pre-wrap;
    }

    /* メイン記事コンテナ */
    .ukg-ugm .ukg-ugm-article {
      width:100%;
      background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
      border-radius:var(--radius-lg);
      padding:22px;
      box-shadow: var(--shadow-md);
      border:1px solid var(--soft-olive);
      position:relative;
      overflow:hidden;
    }

    .ukg-ugm .ukg-ugm-title-row {
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:10px;
      margin-bottom:8px;
    }

    .ukg-ugm .ukg-ugm-article h1 {
      margin:0;
      font-family:var(--font-serif);
      font-size:1.8rem;
      font-weight:900;
      color:#111;
      text-align:center;
    }

    .ukg-ugm .ukg-ugm-underline {
      width:120px;
      height:6px;
      border-radius:999px;
      background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28));
      box-shadow:0 6px 18px rgba(107,138,74,0.06);
      margin-bottom:6px;
    }

    .ukg-ugm .ukg-ugm-subtitle {
      color:var(--muted);
      font-size:14px;
      text-align:center;
      margin-bottom:12px;
    }

    .ukg-ugm .ukg-ugm-lead {
      text-align:center;
      font-weight:800;
      font-size:15px;
      margin:10px 0 18px 0;
      color:#333;
    }

    .ukg-ugm .ukg-ugm-article p {
      font-size:15.4px;
      color:#222;
      margin:14px 0;
      line-height:1.85;
      max-width:78ch;
      margin-left:auto;
      margin-right:auto;
    }

    /* 警告ボックス */
    .ukg-ugm .ukg-ugm-warning {
      max-width:820px;
      margin:18px auto;
      padding:14px 16px;
      border-radius:12px;
      background: linear-gradient(180deg, rgba(255,248,237,0.98), rgba(255,255,255,0.98));
      border:1px solid rgba(193,144,45,0.18);
      border-left:6px solid #d49a2a;
      box-shadow:0 10px 24px rgba(120,90,30,0.05);
    }

    .ukg-ugm .ukg-ugm-warning .label {
      font-size:13px;
      font-weight:900;
      color:#9a6c12;
      margin-bottom:6px;
    }

    .ukg-ugm .ukg-ugm-warning p {
      margin:0;
      color:#5b4a25;
      line-height:1.8;
      font-size:14px;
    }

    /* 累進課税表 */
    .ukg-ugm .ukg-ugm-taxbox {
      max-width:820px;
      margin:18px auto;
      background:#fff;
      border:1px solid var(--soft-olive);
      border-radius:14px;
      box-shadow: var(--shadow-md);
      overflow:hidden;
    }

    .ukg-ugm .ukg-ugm-taxbox-head {
      padding:16px 18px;
      background: linear-gradient(90deg, rgba(244,249,236,0.95), rgba(255,255,255,0.98));
      border-bottom:1px solid rgba(107,138,74,0.10);
    }

    .ukg-ugm .ukg-ugm-taxbox-title {
      margin:0;
      font-size:18px;
      font-weight:900;
      color:var(--accent-strong);
      text-align:center;
      letter-spacing:.02em;
    }

    .ukg-ugm .ukg-ugm-taxbox-sub {
      margin:6px 0 0 0;
      text-align:center;
      font-size:13px;
      color:var(--muted);
      line-height:1.7;
    }

    .ukg-ugm .ukg-ugm-table-wrap {
      width:100%;
      overflow-x:auto;
    }

    .ukg-ugm .ukg-ugm-tax-table {
      width:100%;
      border-collapse:collapse;
      min-width:760px;
      background:#fff;
    }

    .ukg-ugm .ukg-ugm-tax-table th,
    .ukg-ugm .ukg-ugm-tax-table td {
      padding:14px 12px;
      border-bottom:1px solid rgba(107,138,74,0.10);
      text-align:center;
      font-size:14px;
      vertical-align:middle;
    }

    .ukg-ugm .ukg-ugm-tax-table thead th {
      background: linear-gradient(180deg, rgba(136,176,100,0.15), rgba(136,176,100,0.07));
      color:#27411f;
      font-weight:900;
    }

    .ukg-ugm .ukg-ugm-tax-table tbody th {
      background: rgba(244,249,236,0.8);
      color:#314d25;
      font-weight:800;
      white-space:nowrap;
    }

    .ukg-ugm .ukg-ugm-tax-table tbody tr:nth-child(even) td {
      background: rgba(246,251,244,0.65);
    }

    .ukg-ugm .ukg-ugm-tax-table tbody tr:hover td,
    .ukg-ugm .ukg-ugm-tax-table tbody tr:hover th {
      background: rgba(136,176,100,0.08);
    }

    /* 浦上コメント */
    .ukg-ugm .ukg-ugm-presenter-note {
      max-width:820px;
      margin:0 auto;
      padding:12px 16px;
      border-radius:10px;
      background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98));
      border-left:6px solid var(--accent);
      font-weight:700;
      color:#24401a;
      box-shadow:0 8px 20px rgba(100,110,80,0.04);
    }

    /* 小さい情報行 */
    .ukg-ugm .ukg-ugm-meta-row {
      text-align:center;
      color:var(--muted);
      margin-top:8px;
      font-size:13px;
    }

    /* 補足ボックス */
    .ukg-ugm .ukg-ugm-tip {
      max-width:820px;
      margin:14px auto 0;
      padding:14px 16px;
      border-radius:12px;
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,249,236,0.8));
      border:1px solid rgba(107,138,74,0.10);
      box-shadow:0 8px 20px rgba(100,110,80,0.03);
    }

    .ukg-ugm .ukg-ugm-tip h3 {
      margin:0 0 8px 0;
      font-size:16px;
      font-weight:900;
      color:var(--accent-strong);
      text-align:center;
    }

    .ukg-ugm .ukg-ugm-tip ul {
      margin:0;
      padding-left:1.2em;
    }

    .ukg-ugm .ukg-ugm-tip li {
      margin:8px 0;
      line-height:1.8;
      color:#222;
    }

    /* レスポンシブ */
    @media(max-width:var(--break-sm)) {
      .ukg-ugm .ukg-ugm-presenter { max-width:100%; padding:12px; gap:12px; }
      .ukg-ugm .ukg-ugm-presenter .photo { width:88px; height:88px; min-width:88px; }
      .ukg-ugm .ukg-ugm-article p { padding:0 12px; }
      .ukg-ugm .ukg-ugm-presenter-note { padding:12px; margin:0 12px; }
      .ukg-ugm .ukg-ugm-taxbox { margin:18px 12px; }
      .ukg-ugm .ukg-ugm-tip { margin:14px 12px 0; }
      .ukg-ugm .ukg-ugm-warning { margin:18px 12px; }
    }
  </style>


  <div class="ukg-ugm">
    <div class="ukg-ugm-body">
      <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

        <!-- プレゼンター（上部） -->
        <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
          <div class="photo" aria-hidden="true"></div>
          <div class="meta">
            <div class="name">浦上</div>
            <div class="bio">安物買いの銭失い、不動産においても言えることかもしれません。</div>
          </div>
        </div>

        <!-- 記事ヘッダー -->
        <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
          <div class="ukg-ugm-title-row">
            <h1 id="ukg-ugm-page-title">みなし贈与のリスクが潜む、相場より安い不動産売買</h1>
            <div class="ukg-ugm-underline" aria-hidden="true"></div>
          </div>

          <div class="ukg-ugm-subtitle">「安いからお得」と思う前に、税務上の見え方も少しだけ確認してみましょう</div>

          <p class="ukg-ugm-lead">相場よりかなり低い価格で不動産を売買すると、あとから”みなし贈与”として扱われる可能性があります。</p>

          <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
            価格が安いと、つい「得をした」と感じますが、税務では別の見方をされることがあります。
          </div>

          <p>
            不動産の売買では、売買価格が時価と比べて著しく低い場合に、税務上の確認が必要になることがあります。見た目は売買でも、実質的には一部を無償で受け取ったのに近いと判断されるケースがあるからです。
          </p>

          <p>
            たとえば、時価が1,000万円の物件を300万円で購入できたとします。見た目には700万円も安く買えたように見えますが、その差額がそのまま「得」とは限りません。税務上は、価格差の理由や取引の実態を踏まえて、贈与にあたる部分がないかどうかが確認されます。
          </p>

          <p>
            もちろん、安いこと自体が悪いわけではありません。老朽化が進んでいる、再建築に制限がある、立地条件に難がある、修繕費がかかる、権利関係が複雑であるなど、価格が下がる理由がきちんとある物件もあります。こうした事情を説明できるのであれば、低価格にも十分な根拠があると言えるでしょう。
          </p>

          <div class="ukg-ugm-warning" role="note" aria-label="注意喚起">
            <div class="label">注意したいポイント</div>
            <p>「価格が安い」ことと「税務上問題がない」ことは同じではありません。安さの理由が説明できるか、そして相場との差が不自然に大きくないかを確認しておくことが大切です。</p>
          </div>

          <p>
            特に、親族間売買や知人同士の取引では、第三者から見て不自然に安いと受け取られることがあります。その場合、売買当事者が合意していても、税務上は確認対象になることがあります。
          </p>

          <p>
            「売主が納得しているなら問題ない」と思われるかもしれませんが、税務では当事者の気持ちだけでなく、客観的に見て適正な価格かどうかも重視されます。つまり、双方が合意していることだけでは安心とは言い切れないのです。
          </p>

          <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
            価格が安い理由を、あとから第三者にも説明できるかどうかが大切です。
          </div>

          <p>
            ここで大切なのは、不動産の購入価格そのもの全体に税金がかかるわけではないという点です。税務上の確認対象になりやすいのは、相場価格との差額、つまり本来の価値よりも安く取得できた部分です。
          </p>

          <p>
            たとえば、本来1,000万円の物件を300万円で買った場合、差額の700万円が問題になりうる金額として見られることがあります。ただし、その700万円がそのまま全額課税されるとは限りません。実際には、物件の状態、取引条件、評価方法などを踏まえて、どの部分が贈与にあたるのかが個別に判断されます。
          </p>

          <p>
            つまり、安く買えた金額のすべてが自動的に課税されるわけではないものの、相場との差が大きいほど、税務上の確認が必要になりやすいのです。
          </p>

          <p>
            たとえば、相場と購入価格の差が700万円あるケースでは、そのうちどこまでが合理的な値引きなのか、どこからが贈与に近いのかが問題になります。差額が大きくなるほど、「なぜこの価格なのか」を説明する重要性も増します。
          </p>

          <p>
            贈与税は、基礎控除後の課税価格に応じて税率が変わります。下の表は、その考え方をイメージしやすくしたものです。たとえば、課税価格が200万円なら約20万円、400万円なら約55万円、1,000万円なら約275万円、3,000万円なら約1,250万円が目安になります。このように、課税価格が大きくなるほど税率も上がり、税負担も重くなっていきます。
          </p>

          <div class="ukg-ugm-taxbox" role="region" aria-label="贈与税の累進課税表">
            <div class="ukg-ugm-taxbox-head">
              <h2 class="ukg-ugm-taxbox-title">贈与税の累進課税</h2>
              <p class="ukg-ugm-taxbox-sub">基礎控除110万円の控除後の課税価格に応じて、税率と控除額が変わります</p>
            </div>

            <div class="ukg-ugm-table-wrap">
              <table class="ukg-ugm-tax-table">
                <thead>
                  <tr>
                    <th>基礎控除後の課税価格</th>
                    <th>税率</th>
                    <th>控除額</th>
                    <th>贈与税の目安</th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <th scope="row">200万円以下</th>
                    <td>10％</td>
                    <td>0円</td>
                    <td>約20万円</td>
                  </tr>
                  <tr>
                    <th scope="row">300万円以下</th>
                    <td>15％</td>
                    <td>10万円</td>
                    <td>約27万円</td>
                  </tr>
                  <tr>
                    <th scope="row">400万円以下</th>
                    <td>20％</td>
                    <td>25万円</td>
                    <td>約53万円</td>
                  </tr>
                  <tr>
                    <th scope="row">600万円以下</th>
                    <td>30％</td>
                    <td>65万円</td>
                    <td>約127万円</td>
                  </tr>
                  <tr>
                    <th scope="row">1,000万円以下</th>
                    <td>40％</td>
                    <td>125万円</td>
                    <td>約306万円</td>
                  </tr>
                  <tr>
                    <th scope="row">1,500万円以下</th>
                    <td>45％</td>
                    <td>175万円</td>
                    <td>約546万円</td>
                  </tr>
                  <tr>
                    <th scope="row">3,000万円以下</th>
                    <td>50％</td>
                    <td>250万円</td>
                    <td>約1,320万円</td>
                  </tr>
                  <tr>
                    <th scope="row">3,000万円超</th>
                    <td>55％</td>
                    <td>400万円</td>
                    <td>約1,600万円超</td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>

          <p>
            こうして見ると、相場よりかなり安く買えた場合に、その差額が税務上どのような意味を持つかがイメージしやすくなります。「数百万円安く買えた」と思っていても、見方によってはその一部が贈与に近いものとして扱われ、思わぬ税負担につながることがあるのです。
          </p>

          <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
            不動産は「安いかどうか」だけでなく、「その安さに自然な理由があるかどうか」がとても大切です。
          </div>

          <p>
            特に、相場より極端に安い物件を見つけたときは、その背景をよく確認しましょう。事故物件、再建築不可、接道条件の問題、老朽化、権利関係の調整が必要な土地などは、価格が下がる理由として十分ありえます。逆に、明確な理由が見当たらないのに相場より大きく安い場合は、慎重に検討したほうが安心です。
          </p>

          <p>
            また、売主側の事情で価格が下がることもあります。早く現金化したい、相続整理を進めたい、維持管理の負担を減らしたいなどの事情があると、相場より低い価格になることがあります。ただし、その事情があるからといって、税務上も自動的に問題ないとは限りません。
          </p>

          <p>
            そのため、安値の物件を検討するときほど、価格の妥当性、物件の状態、将来の維持費、税務上の見え方をあわせて確認することが大切です。「激安だから得」と飛びつくのではなく、総合的に見て納得できるかを考えることが、後悔しない購入につながります。
          </p>

          <div class="ukg-ugm-tip">
            <h3>安く買う前に確認しておきたいこと</h3>
            <ul>
              <li>近隣の成約事例や売出事例と比べて、価格に大きな差がないか</li>
              <li>建物の老朽化や修繕費など、価格が下がる理由があるか</li>
              <li>再建築や接道など、法的・物理的な制約がないか</li>
              <li>親族間や知人間など、関係性による特別な配慮がないか</li>
              <li>「安くしてもらった理由」を第三者にも説明できるか</li>
            </ul>
          </div>

          <p>
            少しでも不安がある場合は、税理士や不動産会社などの専門家に事前に相談しておくと安心です。特に、親族間売買や大幅な値引きがある取引では、あとから説明に困らないように準備しておくことが重要です。
          </p>

          <div class="ukg-ugm-warning" role="note" aria-label="補足">
            <div class="label">補足</div>
            <p>事例紹介</p><div><br></div><p>・不動産時価1500万円-購入価格50万円＝差額1450万円(みなし贈与税額524万2500円）</p><p>・不動産時価800万円-購入価格200万円＝差額600万円(みなし贈与税額93万0000円）</p><p>・不動産時価250万円-購入価格33万円＝差額217万円(みなし贈与税額10万7000円）</p><p>・不動産時価3億円-購入価格2000万円＝差額2億8000万円(みなし贈与税額1億5119万5000円）</p><div><br></div><p>※上記は一般的なイメージです。実際の税額は、贈与の時期、評価方法、特例の有無、受贈者の状況などによって変わります。</p>
          </div>

        </article>

        <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-06-20</div>

      </div>
    </div>
  </div>

]]></description>
            <pubDate>2026-06-20</pubDate>
        </item>
                
        <item>
            <title>不動産購入で感じる不安と、業者の説明責任</title>
            <link>https://www.athel-atami.com/blog/entry-820260/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>不動産購入で感じる不安と、業者の説明責任</title>

<style>
  .ukg-ugm {
    --maxw:960px;
    --page-pad:28px;
    --bg-start:#f6fbf6;
    --bg-end:#f2f6ef;
    --accent:#88b064;
    --accent-strong:#6b8a4a;
    --muted:#6b7280;
    --soft-olive: rgba(107,138,74,0.06);
    --shadow-md: 0 12px 30px rgba(20,22,24,0.06);
    --radius-lg:16px;
    --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif;
    --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
    --break-sm:820px;
  }

  .ukg-ugm * { box-sizing:border-box; }
  .ukg-ugm .ukg-ugm-body {
    margin:0;
    font-family:var(--font-sans);
    background: linear-gradient(180deg,var(--bg-start),var(--bg-end));
    -webkit-font-smoothing:antialiased;
    color:#222;
    padding:var(--page-pad);
  }

  .ukg-ugm .ukg-ugm-site {
    max-width:var(--maxw);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center;
  }

  .ukg-ugm .ukg-ugm-presenter {
    width:100%;
    max-width:420px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94));
    border-radius:14px;
    padding:14px;
    box-shadow: 0 14px 36px rgba(98,86,62,0.06);
    border:1px solid rgba(107,138,74,0.06);
    display:flex;
    gap:14px;
    align-items:center;
    margin:0 auto;
    position:relative;
  }

  .ukg-ugm .ukg-ugm-presenter .photo {
    width:96px;
    height:96px;
    border-radius:12px;
    overflow:hidden;
    background-color:#f4f4f4;
    background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg');
    background-size: 400%;
    background-repeat: no-repeat;
    background-position: 40% 28%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    border:2px dashed rgba(107,138,74,0.06);
    min-width:96px;
  }

  .ukg-ugm .ukg-ugm-presenter .meta {
    display:flex;
    flex-direction:column;
    gap:6px;
  }

  .ukg-ugm .ukg-ugm-presenter .name {
    font-size:17px;
    font-weight:900;
    color:var(--accent-strong);
  }

  .ukg-ugm .ukg-ugm-presenter .bio {
    font-size:13px;
    color:var(--muted);
    line-height:1.6;
    white-space:pre-wrap;
  }

  .ukg-ugm .ukg-ugm-article {
    width:100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff);
    border-radius:var(--radius-lg);
    padding:22px;
    box-shadow: var(--shadow-md);
    border:1px solid var(--soft-olive);
    position:relative;
    overflow:hidden;
  }

  .ukg-ugm .ukg-ugm-title-row {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-bottom:8px;
  }

  .ukg-ugm .ukg-ugm-article h1 {
    margin:0;
    font-family:var(--font-serif);
    font-size:1.8rem;
    font-weight:900;
    color:#111;
    text-align:center;
  }

  .ukg-ugm .ukg-ugm-underline {
    width:120px;
    height:6px;
    border-radius:999px;
    background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28));
    margin-bottom:6px;
  }

  .ukg-ugm .ukg-ugm-subtitle {
    color:var(--muted);
    font-size:14px;
    text-align:center;
    margin-bottom:12px;
  }

  .ukg-ugm .ukg-ugm-lead {
    text-align:center;
    font-weight:800;
    font-size:15px;
    margin:10px 0 18px 0;
    color:#333;
  }

  .ukg-ugm .ukg-ugm-article p {
    font-size:15.4px;
    color:#222;
    margin:14px 0;
    line-height:1.85;
    max-width:78ch;
    margin-left:auto;
    margin-right:auto;
  }

  .ukg-ugm .ukg-ugm-presenter-note {
    max-width:820px;
    margin:0 auto;
    padding:12px 16px;
    border-radius:10px;
    background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98));
    border-left:6px solid var(--accent);
    font-weight:700;
    color:#24401a;
    box-shadow:0 8px 20px rgba(100,110,80,0.04);
  }

  .ukg-ugm .ukg-ugm-tip {
    max-width:820px;
    margin:14px auto 0;
    padding:14px 16px;
    border-radius:12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,249,236,0.8));
    border:1px solid rgba(107,138,74,0.10);
    box-shadow:0 8px 20px rgba(100,110,80,0.03);
  }

  .ukg-ugm .ukg-ugm-tip h3 {
    margin:0 0 8px 0;
    font-size:16px;
    font-weight:900;
    color:var(--accent-strong);
    text-align:center;
  }

  .ukg-ugm .ukg-ugm-tip ul {
    margin:0;
    padding-left:1.2em;
  }

  .ukg-ugm .ukg-ugm-tip li {
    margin:8px 0;
    line-height:1.8;
    color:#222;
  }

  .ukg-ugm .ukg-ugm-meta-row {
    text-align:center;
    color:var(--muted);
    margin-top:8px;
    font-size:13px;
  }

  @media(max-width:var(--break-sm)) {
    .ukg-ugm .ukg-ugm-presenter { max-width:100%; padding:12px; gap:12px; }
    .ukg-ugm .ukg-ugm-presenter .photo { width:88px; height:88px; min-width:88px; }
    .ukg-ugm .ukg-ugm-article p { padding:0 12px; }
    .ukg-ugm .ukg-ugm-presenter-note { padding:12px; margin:0 12px; }
    .ukg-ugm .ukg-ugm-tip { margin:14px 12px 0; }
  }
</style>

<div class="ukg-ugm">
  <div class="ukg-ugm-body">
    <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

      <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
        <div class="photo" aria-hidden="true"></div>
        <div class="meta">
          <div class="name">浦上</div>
          <div class="bio">不動産購入には見えない不安がつきまといます。</div>
        </div>
      </div>

      <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
        <div class="ukg-ugm-title-row">
          <h1 id="ukg-ugm-page-title">不動産購入で感じる不安と、業者の説明責任</h1>
          <div class="ukg-ugm-underline" aria-hidden="true"></div>
        </div>

        <div class="ukg-ugm-subtitle">「欲しいのに決めきれない」——その迷いには、ちゃんと理由があります</div>

        <p class="ukg-ugm-lead">気になるお部屋が見つかっても、設備や修理費用への不安があると、決断はなかなか難しいものです。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          迷ってしまうのは、購入希望者の優柔不断が理由ではありません。
        </div>

        <p>
          インターネットで不動産情報を見ていると、気になるお部屋が見つかることがあります。
        </p>

        <p>
          たとえば価格が300万円だとして、仲介手数料や移転登記費用などを含めると、最終的には360万円から380万円ほどになると想像してみてください。
        </p>

        <p>
          それでも、どうにも得も言われぬ不安があって、資金的には買えるはずなのに決断できない。
          そんなことはありませんか。
        </p>

        <p>
          不動産会社には「検討しています」と伝えて保留にする。
          本当は欲しいのに、あと一歩が踏み出せない。
          そうこうしているうちに時間だけが過ぎ、誰かに買われてしまい、不動産会社から「もうありません」と言われる。
        </p>

        <p>
          そのとき、買い逃したような気持ちになり、決断できなかった自分を責めたくなるかもしれません。
        </p>

        <p>
          ですが、少しお待ちください。
          そんな気持ちにさせたのは、ご自身でも、先に買った誰かでもありません。
          この部屋と縁がなかったからでもありません。
        </p>

        <p>
          悪いのは、不動産会社です。
        </p>

        <p>
          不動産市場に流通している物件の大半は中古物件です。
          中古物件は新築物件と違い、設備などの保証がないのが基本です。
        </p>

        <p>
          設備の保証がないということは、設備に異常があった場合、その修理費用は所有者が負担するのが原則です。
        </p>

        <p>
          もうおわかりでしょう。
          この「得も言われぬ不安」とは、ほとんどが設備の状態や、将来発生するかもしれない修理費用への不安なのです。
        </p>

        <p>
          多くの不動産業者は「現況有姿」という言葉を使います。
          現況有姿とは、部屋の状態や設備、さらには残された家具・家電について、そのままの状態で引き渡すという意味です。
        </p>

        <p>
          「そのまま」と言われれば、中古物件なので仕方がないと考えるのは自然です。
          しかし、ここに問題があります。
        </p>

        <p>
          それは、そのままとは、どのままなのか、ということです。
        </p>

        <p>
          購入希望者は、配管や設備について詳しいわけではありません。
          そのため、何をどこまで確認すればよいのか、よくわからないはずです。
        </p>

        <p>
          せいぜいわかるのは、動作確認済みの給湯器、水が問題なく出る台所、目視で確認できる残置物くらいでしょう。
          配管の状態や、見えない部分の水漏れについては、そもそも知る機会がないのです。
        </p>

        <p>
          物件購入の注意点リストを持って内見することなど、普通はありません。
          しかし、知らないからといって、将来発生するかもしれない修理費用への不安が消えるわけではありません。
        </p>

        <p>
          なぜなら、人は誰しも、自分が知らないことをうっすらと自覚しているからです。
          そして、その不安が「このまま買っても大丈夫なのか」という迷いにつながり、決断を鈍らせるのです。
        </p>

        <p>
          不動産会社は、不動産のプロです。
          不動産業とは、建物のことを詳しく知る学問などではなく、人と不動産をつなげる仕事です。
        </p>

        <p>
          だからこそ、購入検討者が不安で決断できないのであれば、それは購入者のせいではありません。
          不安を理解し、十分に説明できていない不動産会社の責任です。
        </p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          「なぜ不安なのか」を言葉にして説明できることが、業者側には求められます。
        </div>

        <p>
          考えてみてください。
        </p>

        <p>
          もし、購入するお部屋に必要な金額や、修理費用、月額費用などがすべて明確になっていたらどうでしょうか。
        </p>

        <p>
          「多くても○○万円あれば大丈夫」と言われるのと、「多分○○万円は必要です」と言われるのとでは、圧倒的に前者のほうが不安は少ないはずです。
        </p>

        <p>
          私は、「多くても○○万円あれば大丈夫」とご理解いただけるよう、普段から努めています。
          精度はよくても8割ほどではありますが、そのような努力をしている不動産会社は、意外と少ないのかもしれません。
        </p>

        <div class="ukg-ugm-tip">
          <h3>購入前に確認したいこと</h3>
          <ul>
            <li>価格のほかに、仲介手数料や登記費用を含めた総額はいくらか</li>
            <li>設備の状態や、修理が必要になった場合の負担はどうなるか</li>
            <li>見えない部分の不安について、業者がどこまで把握しているか</li>
            <li>総額とリスクを踏まえて、納得して決断できるか</li>
          </ul>
        </div>

        <p>
          これからお部屋の購入を検討される方は、よい不動産業者と巡り合えることを願っています。
        </p>
      </article>

      <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-06-01</div>

    </div>
  </div>
</div>]]></description>
            <pubDate>2026-06-01</pubDate>
        </item>
                
        <item>
            <title>地元目線で楽しむ、ちょっと寄り道の写真旅</title>
            <link>https://www.athel-atami.com/blog/entry-791885/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title></title>

<style>
.ukg-ugm { --maxw:960px; --page-pad:28px; --bg-start:#f6fbf6; --bg-end:#f2f6ef; --accent:#88b064; --accent-strong:#6b8a4a; --muted:#6b7280; --soft-olive: rgba(107,138,74,0.06); --shadow-lg: 0 20px 50px rgba(20,22,24,0.08); --shadow-md: 0 12px 30px rgba(20,22,24,0.06); --radius-lg:16px; --radius-md:12px; --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif; --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif; --break-sm:820px; }
.ukg-ugm *{box-sizing:border-box}
.ukg-ugm .ukg-ugm-body{ margin:0; font-family:var(--font-sans); background: linear-gradient(180deg,var(--bg-start),var(--bg-end)); -webkit-font-smoothing:antialiased; color:#222; padding:var(--page-pad); }
.ukg-ugm .ukg-ugm-site{ max-width:var(--maxw); margin:0 auto; display:flex; flex-direction:column; gap:20px; align-items:center; }
.ukg-ugm .ukg-ugm-presenter{ width:100%; max-width:420px; background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94)); border-radius:14px; padding:14px; box-shadow: 0 14px 36px rgba(98,86,62,0.06); border:1px solid rgba(107,138,74,0.06); display:flex; gap:14px; align-items:center; margin:0 auto; position:relative; }
.ukg-ugm .ukg-ugm-presenter .photo{ width:96px; height:96px; border-radius:12px; overflow:hidden; background-color:#f4f4f4; background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center center; box-shadow: 0 8px 20px rgba(0,0,0,0.06); border:2px dashed rgba(107,138,74,0.06); min-width:96px; }
.ukg-ugm .ukg-ugm-presenter .meta{ display:flex; flex-direction:column; gap:6px; }
.ukg-ugm .ukg-ugm-presenter .name{ font-size:17px; font-weight:900; color:var(--accent-strong); }
.ukg-ugm .ukg-ugm-presenter .bio{ font-size:13px; color:var(--muted); line-height:1.6; white-space:pre-wrap; }
.ukg-ugm .ukg-ugm-article{ width:100%; background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff); border-radius:var(--radius-lg); padding:22px; box-shadow: var(--shadow-md); border:1px solid var(--soft-olive); position:relative; overflow:hidden; }
.ukg-ugm .ukg-ugm-title-row{ display:flex; flex-direction:column; align-items:center; gap:10px; margin-bottom:8px; }
.ukg-ugm .ukg-ugm-article h1{ margin:0; font-family:var(--font-serif); font-size:1.8rem; font-weight:900; color:#111; text-align:center; }
.ukg-ugm .ukg-ugm-underline{ width:120px; height:6px; border-radius:999px; background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28)); box-shadow:0 6px 18px rgba(107,138,74,0.06); margin-bottom:6px; }
.ukg-ugm .ukg-ugm-subtitle{ color:var(--muted); font-size:14px; text-align:center; margin-bottom:12px; }
.ukg-ugm .ukg-ugm-lead{ text-align:center; font-weight:800; font-size:15px; margin:10px 0 18px 0; color:#333; }
.ukg-ugm .ukg-ugm-article p{ font-size:15.4px; color:#222; margin:14px 0; line-height:1.85; max-width:78ch; margin-left:auto; margin-right:auto; }
.ukg-ugm .ukg-ugm-list{ width:100%; display:flex; flex-direction:column; gap:18px; margin-top:8px; }
.ukg-ugm .ukg-ugm-card{ background: #fff; border-radius:12px; padding:16px; box-shadow: var(--shadow-md); border:1px solid var(--soft-olive); transition: transform .14s ease, box-shadow .14s ease; display:flex; flex-direction:column; gap:12px; }
.ukg-ugm .ukg-ugm-card:hover{ transform: translateY(-6px); box-shadow: 0 20px 50px rgba(20,22,24,0.08); }
.ukg-ugm .ukg-ugm-gallery{ display:grid; grid-template-columns: repeat(2, 1fr); gap:10px; }
.ukg-ugm .ukg-ugm-gallery img{ width:100%; height:auto; border-radius:10px; box-shadow:0 12px 30px rgba(10,14,20,0.06); border:1px solid rgba(0,0,0,0.04); transition:transform .18s ease; display:block; object-fit:cover; aspect-ratio: 4 / 3; pointer-events:none; }
.ukg-ugm .ukg-ugm-gallery img:hover{ transform:none; }
.ukg-ugm .ukg-ugm-card-head{ display:flex; justify-content:space-between; gap:12px; align-items:center; }
.ukg-ugm .ukg-ugm-card-title{ font-size:18px; font-weight:900; color:var(--accent-strong); margin:0; }
.ukg-ugm .ukg-ugm-card-sub{ font-size:13px; color:var(--muted); }
.ukg-ugm .ukg-ugm-card-desc{ font-size:15px; color:#222; line-height:1.7; margin:6px 0 0 0; }
.ukg-ugm .ukg-ugm-presenter-note{ max-width:820px; margin:0 auto; padding:12px 16px; border-radius:10px; background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98)); border-left:6px solid var(--accent); font-weight:700; color:#24401a; box-shadow:0 8px 20px rgba(100,110,80,0.04); }
.ukg-ugm .ukg-ugm-meta-row{ text-align:center; color:var(--muted); margin-top:8px; font-size:13px; }
@media(max-width:var(--break-sm)){
  .ukg-ugm .ukg-ugm-presenter{ max-width:100%; padding:12px; gap:12px; }
  .ukg-ugm .ukg-ugm-presenter .photo{ width:88px; height:88px; min-width:88px; }
  .ukg-ugm .ukg-ugm-gallery{ grid-template-columns:1fr; }
  .ukg-ugm .ukg-ugm-article p{ padding:0 12px; }
  .ukg-ugm .ukg-ugm-presenter-note{ padding:12px; margin:0 12px; }
}
</style>

<div class="ukg-ugm">
  <div class="ukg-ugm-body">
    <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

      <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
        <div class="photo" aria-hidden="true"></div>
        <div class="meta">
          <div class="name">浦上</div>
          <div class="bio">地元ならではの視点で、静かな海辺や通り過ぎがちな場所をご案内します。</div>
        </div>
      </div>

      <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
        <div class="ukg-ugm-title-row">
          <h1 id="ukg-ugm-page-title">伊豆をドライブしてきました。地元目線で楽しむ、少し外れた海辺の写真旅</h1>
          <div class="ukg-ugm-underline" aria-hidden="true"></div>
        </div>

        <div class="ukg-ugm-subtitle">観光客の方があまり立ち寄らない場所にこそ、土地の表情があります</div>

        <p class="ukg-ugm-lead">今回のブログでは、浦上が実際に伊豆をドライブして撮影した写真をもとに、静かな海辺や路地の空気感をお届けします。名所をなぞるだけでは見えてこない、伊豆の“もうひとつの顔”をどうぞ。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          今日は「有名スポットの横道」が主役です。立派な案内板がなくても、景色はちゃんと語ってくれます。
        </div>

        <p>先日、伊豆を車で巡ってきました。海沿いを走るだけでも気持ちがいいのですが、今回はあえて、旅行客の方があまり行かないような場所を中心に写真を撮っています。</p>
        <p>こういう場所は、いわゆる“映える”名所ではないかもしれません。けれど、地元の生活感や、風の匂い、波の音がそのまま残っているようで、私はとても好きなのです。</p>
        <p>観光地の看板がなくても、土地にはちゃんと表情があります。今日はその表情を、浦上の独断とちょっとしたひと言解説つきでお楽しみください。</p>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          まずは、伊東の沖に時折出没する自衛艦。続いて海に浮かぶ伊豆の名物、手石島です。撮影の日にこれが見えたのは、なかなかの運のよさです。
        </div>

        <div class="ukg-ugm-list">
          <div class="ukg-ugm-card" aria-label="写真カード 1">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_86_500_500_1.jpg" alt="伊東の沖に見える自衛艦と海辺の風景">
              <img src="https://cdn.img-asp.jp/cms/728848_87_500_500_1.jpg" alt="海に浮かぶ手石島を望む風景">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">自衛艦と手石島</h2>
                <div class="ukg-ugm-card-sub">いつもの海に、思わぬ主役が並んだ日</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">波打ち際から少し離れた場所でも、海の気配はしっかり届きます。遠景の中に硬派な自衛艦と、のんびり浮かぶ手石島。なかなか対照的で、伊豆らしい取り合わせです。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 2">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_88_500_500_1.jpg" alt="海沿いの静かな道を歩く浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/728848_89_500_500_1.jpg" alt="海を背に歩く浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">海沿いの静かな道</h2>
                <div class="ukg-ugm-card-sub">人が少ないからこそ、景色がよく見える</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">この道は、地元の方には馴染みがあっても、観光で来られた方は素通りしやすい場所かもしれません。ですが、遠くに水平線が伸びていて、足元には波の音があって、なかなか贅沢な脇道なのです。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 3">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_92_500_500_1.jpg" alt="川奈ホテル最寄りのバス停の写真">
              <img src="https://cdn.img-asp.jp/cms/728848_91_500_500_1.jpg" alt="川奈ホテルを背景にした浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">川奈ホテルと最寄りのバス停</h2>
                <div class="ukg-ugm-card-sub">高級感の横に、ひっそりと立つバス停がいい</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">名門ホテルの近くに、ぽつんと佇むバス停。こういう“格差のようでいて、実は景色のリズムを整えてくれる存在”が私は好きです。旅をしっかり際立たせる一枚になりました。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 4">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_90_500_500_1.jpg" alt="ステンドグラス美術館のある道を見渡す浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/728848_94_500_500_1.jpg" alt="シーズ城ケ崎を背景にした風景写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">通り過ぎるだけではもったいない</h2>
                <div class="ukg-ugm-card-sub">有名施設の“周辺”にも見どころがあります</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">ステンドグラス美術館の周辺や、リゾートマンション「シーズ城ケ崎」のように、つい視線が流れがちな場所ほど面白いものです。Athletic株式会社でも成約実績のある建物として、地元では馴染みのある景色です。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 5">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_95_500_500_1.jpg" alt="道端で撮影した浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/728848_96_500_500_1.jpg" alt="海沿いの歩道で撮影した浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">歩くスピードの景色</h2>
                <div class="ukg-ugm-card-sub">車よりも、徒歩で気づくものがあります</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">少しゆっくり歩くだけで、見えるものが増えてきます。海沿いの道は、遠くを見るためだけでなく、足元の静けさを味わう場所でもあります。写真も、歩幅に合わせて表情が変わります。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 6">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_99_500_500_1.jpg" alt="海辺で歩く猫の写真">
              <img src="https://cdn.img-asp.jp/cms/728848_98_500_500_1.jpg" alt="海風の中で立つ浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">潮風の猫</h2>
                <div class="ukg-ugm-card-sub">風を受けると、表情まで変わります</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">海の近くでは、猫たちも穏やか。人もまた、少しだけ肩の力が抜ける気がします。きっちりした写真の中に、少しだけ“実家のような空気”が入るのがいいですね。</p>
          </div>

          <div class="ukg-ugm-card" aria-label="写真カード 7">
            <div class="ukg-ugm-gallery">
              <img src="https://cdn.img-asp.jp/cms/728848_97_500_500_1.jpg" alt="海辺の道を前に歩く浦上の写真">
              <img src="https://cdn.img-asp.jp/cms/728848_100_500_500_1.jpg" alt="海と空を背にした浦上の写真">
            </div>
            <div class="ukg-ugm-card-head">
              <div>
                <h2 class="ukg-ugm-card-title">今日の締めくくり</h2>
                <div class="ukg-ugm-card-sub">最後は、海風を背に一枚</div>
              </div>
            </div>
            <p class="ukg-ugm-card-desc">旅の終わりは、いつも少し名残惜しいものです。けれど、こうして写真に残しておくと、あとから見返したときに、その日の空気まで思い出せる気がします。次の寄り道のきっかけにもなりますね。</p>
          </div>
        </div>

        <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント">
          観光の中心地から少し外れるだけで、伊豆はぐっと“地元の顔”を見せてくれます。
        </div>

        <p>観光地を巡るだけでは見えてこない、もう一つの伊豆があります。そこには、静かな港や、細い遊歩道、車を止めて少し眺めたくなるような海の表情があります。</p>
        <p>次に伊豆へお越しの際は、少しだけ道を外してみてください。予定していた目的地に着く前に、思いがけず気に入る景色に出会えるかもしれません。</p>
      </article>

      <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-05-22</div>

    </div>
  </div>
</div>]]></description>
            <pubDate>2026-05-22</pubDate>
        </item>
                
        <item>
            <title>ゴールデンウィーク休業のお知らせ</title>
            <link>https://www.athel-atami.com/blog/entry-778600/</link>
            <description><![CDATA[<div class="holiday-notice">
  <style>
    .holiday-notice{
      --primary: #C7000A;
      --primary-dark: #a10007;
      --bg: #ffffff;
      --bg-soft: #f8fafc;
      --text: #1f2937;
      --muted: #6b7280;
      --border: rgba(0,0,0,0.08);

      font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
      color: var(--text);
      line-height: 1.9;
      max-width: 920px;
      margin: 0 auto;
      padding: 24px 16px;
      box-sizing: border-box;
    }

    .holiday-notice,
    .holiday-notice *{
      box-sizing: border-box;
    }

    .holiday-notice .notice-card{
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    }

    .holiday-notice .notice-head{
      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
      color: #fff !important;
      padding: 28px 24px;
    }

    .holiday-notice .notice-head .tag{
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      opacity: 0.9;
      margin-bottom: 8px;
      color: #fff !important;
    }

    .holiday-notice .notice-head h1{
      margin: 0;
      font-size: clamp(22px, 3vw, 30px);
      line-height: 1.4;
      font-weight: 800;
      color: #fff !important;
    }

    .holiday-notice .notice-head p{
      margin: 10px 0 0;
      opacity: 0.95;
      font-size: 15px;
      color: #fff !important;
    }

    .holiday-notice .notice-body{
      padding: 26px 24px 28px;
      background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%);
    }

    .holiday-notice .period{
      border-left: 5px solid var(--primary);
      padding: 14px 16px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.04);
      margin-bottom: 20px;
    }

    .holiday-notice .period .label{
      font-size: 13px;
      font-weight: 800;
      color: var(--primary);
      margin: 0 0 6px;
    }

    .holiday-notice .period .date{
      margin: 0;
      font-size: 18px;
      font-weight: 800;
      color: #111827;
    }

    .holiday-notice .period .note{
      margin: 6px 0 0;
      font-size: 14px;
      color: var(--muted);
    }

    .holiday-notice p{
      margin: 0 0 14px;
      font-size: 15px;
    }

    .holiday-notice .info-grid{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin: 22px 0;
    }

    .holiday-notice .info-box{
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 16px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    }

    .holiday-notice .info-box h2{
      margin: 0 0 8px;
      font-size: 15px;
      font-weight: 800;
      color: var(--primary);
    }

    .holiday-notice .info-box p{
      margin: 0;
      font-size: 14px;
      color: var(--text);
      line-height: 1.8;
    }

    .holiday-notice .footer-note{
      margin-top: 22px;
      padding-top: 18px;
      border-top: 1px solid var(--border);
      color: var(--muted);
      font-size: 14px;
    }

    @media (max-width: 640px){
      .holiday-notice{
        padding: 16px 12px;
      }
      .holiday-notice .notice-head,
      .holiday-notice .notice-body{
        padding-left: 18px;
        padding-right: 18px;
      }
      .holiday-notice .info-grid{
        grid-template-columns: 1fr;
      }
    }
  </style>

  <section class="notice-card" aria-labelledby="holiday-title">
    <header class="notice-head">
      <span class="tag">ATHLETIC株式会社</span>
      <h1 id="holiday-title">ゴールデンウィーク休業のお知らせ</h1>
      <p>平素より格別のご愛顧を賜り、誠にありがとうございます。</p>
    </header>

    <div class="notice-body">
      <div class="period">
        <p class="label">休業期間</p>
        <p class="date">2026年5月2日（土）〜 2026年5月6日（水）</p>
        <p class="note">※ 2026年5月7日（木）より通常営業を再開いたします。</p>
      </div>

      <p>誠に勝手ながら、上記期間をゴールデンウィーク休業とさせていただきます。</p>
      <p>休業期間中にいただいたお問い合わせにつきましては、営業再開後に順次ご対応いたします。ご返信までお時間を頂戴する場合がございますが、何卒ご理解賜りますようお願い申し上げます。</p>

      <div class="info-grid">
        <div class="info-box">
          <h2>通常営業再開</h2>
          <p>2026年5月7日（木）から通常営業となります。</p>
        </div>
        <div class="info-box">
          <h2>お問い合わせ対応</h2>
          <p>休業期間中のお問い合わせは、営業再開後に順次ご案内いたします。</p>
        </div>
      </div>

      <p>お客様にはご不便をおかけいたしますが、何卒ご了承くださいますようお願い申し上げます。今後ともATHLETIC株式会社をよろしくお願いいたします。</p>

      <div class="footer-note">
        ※ 休業中のお問い合わせは、営業再開後に順次対応いたします。
      </div>
    </div>
  </section>
</div>]]></description>
            <pubDate>2026-04-28</pubDate>
        </item>
                
        <item>
            <title>浦上さんが物件を紹介するようです</title>
            <link>https://www.athel-atami.com/blog/entry-758657/</link>
            <description><![CDATA[<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>浦上さんがマンションを紹介するようです</title>

<!-- 以降は .ukg-ugm 名前空間により既存スタイルと干渉しにくくしています -->
<style>
/* 名前空間ルート */
.ukg-ugm { --maxw:960px; --page-pad:28px; --bg-start:#f6fbf6; --bg-end:#f2f6ef; --accent:#88b064; --accent-strong:#6b8a4a; --muted:#6b7280; --soft-olive: rgba(107,138,74,0.06); --shadow-lg: 0 20px 50px rgba(20,22,24,0.08); --shadow-md: 0 12px 30px rgba(20,22,24,0.06); --radius-lg:16px; --radius-md:12px; --font-sans: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic ProN","ＭＳ ゴシック",sans-serif; --font-serif: "Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif; --break-sm:820px; }

.ukg-ugm *{box-sizing:border-box}
.ukg-ugm html, .ukg-ugm body{height:100%}
.ukg-ugm .ukg-ugm-body{ margin:0; font-family:var(--font-sans); background: linear-gradient(180deg,var(--bg-start),var(--bg-end)); -webkit-font-smoothing:antialiased; color:#222; padding:var(--page-pad); }
.ukg-ugm .ukg-ugm-site{ max-width:var(--maxw); margin:0 auto; display:flex; flex-direction:column; gap:20px; align-items:center; }

/* プレゼンター上部サマリー（サンプル踏襲） */
.ukg-ugm .ukg-ugm-presenter{ width:100%; max-width:420px; background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,239,230,0.94)); border-radius:14px; padding:14px; box-shadow: 0 14px 36px rgba(98,86,62,0.06); border:1px solid rgba(107,138,74,0.06); display:flex; gap:14px; align-items:center; margin:0 auto; position:relative; }
.ukg-ugm .ukg-ugm-presenter .photo{ width:96px; height:96px; border-radius:12px; overflow:hidden; background-color:#f4f4f4; background-image: url('https://cdn.img-asp.jp/cms/701668_25_2000_2000_1.jpg'); background-size: 400%; background-repeat: no-repeat; background-position: 40% 28%; box-shadow: 0 8px 20px rgba(0,0,0,0.06); border:2px dashed rgba(107,138,74,0.06); min-width:96px; }
.ukg-ugm .ukg-ugm-presenter .meta{ display:flex; flex-direction:column; gap:6px; }
.ukg-ugm .ukg-ugm-presenter .name{ font-size:17px; font-weight:900; color:var(--accent-strong); }
.ukg-ugm .ukg-ugm-presenter .bio{ font-size:13px; color:var(--muted); line-height:1.6; white-space:pre-wrap; }

/* メイン記事コンテナ（サンプル踏襲） */
.ukg-ugm .ukg-ugm-article{ width:100%; background: linear-gradient(180deg, rgba(255,255,255,0.98), #fff); border-radius:var(--radius-lg); padding:22px; box-shadow: var(--shadow-md); border:1px solid var(--soft-olive); position:relative; overflow:hidden; }
.ukg-ugm .ukg-ugm-title-row{ display:flex; flex-direction:column; align-items:center; gap:10px; margin-bottom:8px; }
.ukg-ugm .ukg-ugm-article h1{ margin:0; font-family:var(--font-serif); font-size:1.8rem; font-weight:900; color:#111; text-align:center; }
.ukg-ugm .ukg-ugm-underline{ width:120px; height:6px; border-radius:999px; background: linear-gradient(90deg, rgba(136,176,100,0.18), rgba(107,138,74,0.28)); box-shadow:0 6px 18px rgba(107,138,74,0.06); margin-bottom:6px; }
.ukg-ugm .ukg-ugm-subtitle{ color:var(--muted); font-size:14px; text-align:center; margin-bottom:12px; }
.ukg-ugm .ukg-ugm-lead{ text-align:center; font-weight:800; font-size:15px; margin:10px 0 18px 0; color:#333; }
.ukg-ugm .ukg-ugm-article p{ font-size:15.4px; color:#222; margin:14px 0; line-height:1.85; max-width:78ch; margin-left:auto; margin-right:auto; }

/* 物件カード（縦に3つ） */
.ukg-ugm .ukg-ugm-list{ width:100%; display:flex; flex-direction:column; gap:18px; margin-top:8px; }

/* カードリンク全体の見た目 */
.ukg-ugm .ukg-ugm-card-link{ display:block; text-decoration:none; color:inherit; outline: none; }
.ukg-ugm .ukg-ugm-card{ background: #fff; border-radius:12px; padding:16px; box-shadow: var(--shadow-md); border:1px solid var(--soft-olive); transition: transform .14s ease, box-shadow .14s ease; display:flex; flex-direction:column; gap:12px; }
.ukg-ugm .ukg-ugm-card-link:focus .ukg-ugm-card,
.ukg-ugm .ukg-ugm-card-link:hover .ukg-ugm-card{ transform: translateY(-6px); box-shadow: 0 20px 50px rgba(20,22,24,0.08); }

/* ギャラリー（4枚） */
.ukg-ugm .ukg-ugm-gallery{ display:grid; grid-template-columns: repeat(2, 1fr); gap:10px; }
.ukg-ugm .ukg-ugm-gallery img{ width:100%; height:auto; border-radius:10px; box-shadow:0 12px 30px rgba(10,14,20,0.06); border:1px solid rgba(0,0,0,0.04); transition:transform .18s ease; display:block; }
.ukg-ugm .ukg-ugm-gallery img:hover{ transform: translateY(-6px) scale(1.02); }

/* カードの本文領域 */
.ukg-ugm .ukg-ugm-card-head{ display:flex; justify-content:space-between; gap:12px; align-items:center; }
.ukg-ugm .ukg-ugm-card-title{ font-size:18px; font-weight:900; color:var(--accent-strong); margin:0; }
.ukg-ugm .ukg-ugm-card-sub{ font-size:13px; color:var(--muted); }
.ukg-ugm .ukg-ugm-card-desc{ font-size:15px; color:#222; line-height:1.7; margin:6px 0 0 0; }

/* 浦上コメント（カードではない） */
.ukg-ugm .ukg-ugm-presenter-note{ max-width:820px; margin:0 auto; padding:12px 16px; border-radius:10px; background: linear-gradient(90deg, rgba(244,249,236,0.9), rgba(255,255,255,0.98)); border-left:6px solid var(--accent); font-weight:700; color:#24401a; box-shadow:0 8px 20px rgba(100,110,80,0.04); }

/* 小さい情報行 */
.ukg-ugm .ukg-ugm-meta-row{ text-align:center; color:var(--muted); margin-top:8px; font-size:13px; }

/* レスポンシブ */
@media(max-width:var(--break-sm)){
  .ukg-ugm .ukg-ugm-presenter{ max-width:100%; padding:12px; gap:12px; }
  .ukg-ugm .ukg-ugm-presenter .photo{ width:88px; height:88px; min-width:88px; }
  .ukg-ugm .ukg-ugm-gallery{ grid-template-columns:1fr; }
  .ukg-ugm .ukg-ugm-article p{ padding:0 12px; }
  .ukg-ugm .ukg-ugm-presenter-note{ padding:12px; margin:0 12px; }
}
</style>

<div class="ukg-ugm">
  <div class="ukg-ugm-body">
    <div class="ukg-ugm-site" role="main" aria-labelledby="ukg-ugm-page-title">

      <!-- プレゼンター（上部） -->
      <div class="ukg-ugm-presenter" role="complementary" aria-label="担当者 浦上">
        <div class="photo" aria-hidden="true"></div>
        <div class="meta">
          <div class="name">浦上</div>
          <div class="bio">わたくしから熱海と伊東のおすすめのマンションをご紹介いたします。</div>
        </div>
      </div>

      <!-- 記事ヘッダー -->
      <article class="ukg-ugm-article" aria-labelledby="ukg-ugm-page-title">
        <div class="ukg-ugm-title-row">
          <h1 id="ukg-ugm-page-title">浦上さんがマンションを紹介するようです</h1>
          <div class="ukg-ugm-underline" aria-hidden="true"></div>
        </div>
        <div class="ukg-ugm-subtitle">選りすぐりの物件をピックアップしました</div>
        <p class="ukg-ugm-lead">気になる物件がありましたらクリックしてみてくださいませ。</p>

        <!-- 物件リスト（縦に3つ） -->
        <div class="ukg-ugm-list" id="ukg-ugm-list">

          <!-- 物件カード 1 -->
          <a class="ukg-ugm-card-link" href="https://www.athel-atami.com/bkndetail/113819415/room102464919/" aria-label="物件1の詳細へ移動">
            <div class="ukg-ugm-card" data-ukg-id="property-1">
              <!-- ギャラリー：差し替えは img src を直接変えてください -->
              <div class="ukg-ugm-gallery" aria-hidden="false">
                <img src="https://cdn.img-asp.jp/cms/758657_1_0_0_1.jpg" alt="物件1 イメージ1" data-ukg-img="1">
                <img src="https://cdn.img-asp.jp/cms/758657_2_0_0_1.jpg" alt="物件1 イメージ2" data-ukg-img="2">
                <img src="https://cdn.img-asp.jp/cms/758657_3_0_0_1.jpg" alt="物件1 イメージ3" data-ukg-img="3">
                <img src="https://cdn.img-asp.jp/cms/758657_4_0_0_1.jpg" alt="物件1 イメージ4" data-ukg-img="4">
              </div>

              <!-- タイトル・サブ -->
              <div class="ukg-ugm-card-head">
                <h2 class="ukg-ugm-card-title">クリオ伊東壱番館 1,280万円</h2>
                <div class="ukg-ugm-card-sub">最上階・角部屋</div>
              </div>

              <!-- 説明：差し替えはここを編集 -->
              <div class="ukg-ugm-card-desc" data-ukg-desc>
                最上階で角部屋の眺望は小室山と大室山がまとめて見られるまさかの立地。
              </div>
            </div>
          </a>

          <!-- 浦上コメント1（カードではない） -->
          <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント1">
            ご紹介にあたってまず外せない物件の一つ、伊東の街を見下ろすだけでは飽き足らず、大室山・小室山までをも日常の一つにしてしまう物件です。管理も行き届いており、撮影に伺った際は住人の声がよく聞こえてきました。
          </div>

          <!-- 物件カード 2 -->
          <a class="ukg-ugm-card-link" href="https://www.athel-atami.com/bkndetail/1287263902/room100815529/" aria-label="物件2の詳細へ移動">
            <div class="ukg-ugm-card" data-ukg-id="property-2">
              <div class="ukg-ugm-gallery" aria-hidden="false">
                <img src="https://cdn.img-asp.jp/cms/758657_5_0_0_1.jpg" alt="物件2 イメージ1" data-ukg-img="1">
                <img src="https://cdn.img-asp.jp/cms/758657_6_0_0_1.jpg" alt="物件2 イメージ2" data-ukg-img="2">
                <img src="https://cdn.img-asp.jp/cms/758657_7_0_0_1.jpg" alt="物件2 イメージ3" data-ukg-img="3">
                <img src="https://cdn.img-asp.jp/cms/758657_8_0_0_1.jpg" alt="物件2 イメージ4" data-ukg-img="4">
              </div>

              <div class="ukg-ugm-card-head">
                <h2 class="ukg-ugm-card-title">ライオンズマンション熱海マリンビュー 3,680万円</h2>
                <div class="ukg-ugm-card-sub">角部屋・フルリフォーム後未使用</div>
              </div>

              <div class="ukg-ugm-card-desc" data-ukg-desc>
                フルリフォームを行ってから未使用かつ、角部屋のため2面採光。
              </div>
            </div>
          </a>

          <!-- 浦上コメント2 -->
          <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント2">
            フルリフォーム実施後未使用なため、きれいな状態でご利用いただけます。視界いっぱいに広がる海は高階層＋角部屋ならではの2面採光も相まってまさにとっておき。実は平米単価が相場よりお安いという特徴があります。
          </div>

          <!-- 物件カード 3 -->
          <a class="ukg-ugm-card-link" href="https://www.athel-atami.com/bkndetail/3997436869/room101422161/" aria-label="物件3の詳細へ移動">
            <div class="ukg-ugm-card" data-ukg-id="property-3">
              <div class="ukg-ugm-gallery" aria-hidden="false">
                <img src="https://cdn.img-asp.jp/cms/758657_9_0_0_1.jpg" alt="物件3 イメージ1" data-ukg-img="1">
                <img src="https://cdn.img-asp.jp/cms/758657_10_0_0_1.jpg" alt="物件3 イメージ2" data-ukg-img="2">
                <img src="https://cdn.img-asp.jp/cms/758657_11_0_0_1.jpg" alt="物件3 イメージ3" data-ukg-img="3">
                <img src="https://cdn.img-asp.jp/cms/758657_13_0_0_1.jpg" alt="物件3 イメージ4" data-ukg-img="4">
              </div>

              <div class="ukg-ugm-card-head">
                <h2 class="ukg-ugm-card-title">ロワジール一伊豆碧参番館 750万円</h2>
                <div class="ukg-ugm-card-sub">高台・ホテルライク</div>
              </div>

              <div class="ukg-ugm-card-desc" data-ukg-desc>
                充実の共用施設が誇る、まるでホテルのような暮らしの演出。
              </div>
            </div>
          </a>

          <!-- 浦上コメント3 -->
          <div class="ukg-ugm-presenter-note" role="note" aria-label="浦上のコメント3">
            3つの棟からなるロワジール伊豆一碧。日当たりが良い特徴を持ち、静かな地域のため穏やかに過ごせます。共用施設が充実しているためまるでホテルに住んでいるかのように感じられます。
          </div>

        </div> <!-- /ukg-ugm-list -->

        <div class="ukg-ugm-meta-row">著者: 浦上 • 2026-03-16</div>
      </article>

    </div><!-- /ukg-ugm-site -->
  </div><!-- /ukg-ugm-body -->
</div><!-- /ukg-ugm -->]]></description>
            <pubDate>2026-03-17</pubDate>
        </item>
            </channel>
</rss>
