
<rss version="2.0">
    <channel>
        <title>株式会社ひだまりハウス日立店のブログ</title>
        <link>https://www.hidamarihouse-hitachi.com/blog/</link>
        <description>株式会社ひだまりハウス日立店のブログ</description>
        <language>ja</language>
                
        <item>
            <title>【おすすめ物件のご紹介】</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-855612/</link>
            <description><![CDATA[<!--
Grace Living 日立｜ブログ本文埋め込み専用版
※「HTMLソース」モードに、このコードをそのまま貼り付けてください。
※DOCTYPE / html / head / body / 共通ヘッダー / 共通フッターは入れていません。
-->

<style>
#gl-hitachi-feature,
#gl-hitachi-feature * {
  box-sizing: border-box;
}

#gl-hitachi-feature {
  --gl-green: #58a938;
  --gl-green-dark: #327426;
  --gl-orange: #e99431;
  --gl-ink: #292925;
  --gl-sub: #6d6c66;
  --gl-ivory: #f7f4ed;
  --gl-paper: #ffffff;
  --gl-line: #dfdcd4;

  width: 100%;
  max-width: 100%;
  overflow: hidden;

  color: var(--gl-ink);
  background: #fff;

  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;

  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

#gl-hitachi-feature img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

#gl-hitachi-feature a {
  color: inherit;
  text-decoration: none !important;
}

#gl-hitachi-feature h2,
#gl-hitachi-feature h3,
#gl-hitachi-feature p {
  margin: 0;
  padding: 0;
}

#gl-hitachi-feature ul {
  margin: 0;
  padding: 0;
}


/* ==============================
   HERO
============================== */

#gl-hitachi-feature .gl-hero {
  position: relative;
  overflow: hidden;

  margin: 0 0 46px;
  padding: clamp(44px, 7vw, 82px) clamp(24px, 6vw, 66px);

  border-radius: 28px;

  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(88, 169, 56, .16),
      transparent 28%
    ),
    radial-gradient(
      circle at 76% 78%,
      rgba(233, 148, 49, .09),
      transparent 22%
    ),
    var(--gl-ivory);
}

#gl-hitachi-feature .gl-hero::before {
  content: "03";

  position: absolute;
  right: -6px;
  bottom: -54px;

  color: rgba(41, 41, 37, .045);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(150px, 24vw, 300px);
  line-height: 1;

  pointer-events: none;
}

#gl-hitachi-feature .gl-hero-inner {
  position: relative;
  z-index: 2;

  max-width: 760px;
}

#gl-hitachi-feature .gl-kicker {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 18px;

  color: var(--gl-green-dark);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: .22em;
  text-transform: uppercase;
}

#gl-hitachi-feature .gl-kicker::before {
  content: "";

  width: 38px;
  height: 1px;

  flex: 0 0 auto;

  background: currentColor;
}

#gl-hitachi-feature .gl-main-title {
  margin-bottom: 20px;

  font-family:
    Georgia,
    "Times New Roman",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: clamp(39px, 6.3vw, 70px);
  font-weight: 500;

  line-height: 1.03;
  letter-spacing: .01em;
}

#gl-hitachi-feature .gl-main-title .gl-en {
  display: block;
}

#gl-hitachi-feature .gl-main-title .gl-jp {
  display: block;

  margin-top: 15px;

  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;

  font-size: .38em;
  font-weight: 800;

  line-height: 1.45;
  letter-spacing: .04em;
}

#gl-hitachi-feature .gl-hero-text {
  max-width: 620px;

  color: var(--gl-sub);

  font-size: 14px;
  line-height: 1.9;
}

#gl-hitachi-feature .gl-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 24px;
}

#gl-hitachi-feature .gl-hero-note span {
  display: inline-flex;
  align-items: center;

  min-height: 32px;
  padding: 0 12px;

  border: 1px solid #d8d4ca;
  border-radius: 999px;

  background: rgba(255, 255, 255, .62);

  color: #5d5d57;

  font-size: 10px;
  font-weight: 800;
}


/* ==============================
   INTRO
============================== */

#gl-hitachi-feature .gl-intro {
  margin-bottom: 32px;

  text-align: center;
}

#gl-hitachi-feature .gl-eyebrow {
  display: block;

  margin-bottom: 10px;

  color: var(--gl-green-dark);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  font-weight: 700;

  letter-spacing: .22em;
  text-transform: uppercase;
}

#gl-hitachi-feature .gl-intro h2 {
  margin-bottom: 10px;

  font-family:
    Georgia,
    "Times New Roman",
    "Yu Mincho",
    serif;

  font-size: clamp(28px, 4.2vw, 43px);
  font-weight: 500;

  line-height: 1.25;
}

#gl-hitachi-feature .gl-intro p {
  color: var(--gl-sub);

  font-size: 12px;
  line-height: 1.8;
}


/* ==============================
   PROPERTY
============================== */

#gl-hitachi-feature .gl-property-list {
  display: grid;
  gap: 32px;
}

#gl-hitachi-feature .gl-property {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);

  overflow: hidden;

  border: 1px solid var(--gl-line);
  border-radius: 24px;

  background: var(--gl-paper);

  box-shadow: 0 16px 44px rgba(45, 43, 37, .08);
}

#gl-hitachi-feature .gl-property:nth-child(even) {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

#gl-hitachi-feature .gl-property:nth-child(even) .gl-property-image {
  order: 2;
}

#gl-hitachi-feature .gl-property-image {
  position: relative;

  min-height: 420px;

  overflow: hidden;

  background: #eee;
}

#gl-hitachi-feature .gl-property-image img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .5s ease;
}

#gl-hitachi-feature .gl-property:hover .gl-property-image img {
  transform: scale(1.018);
}

#gl-hitachi-feature .gl-no {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;

  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: rgba(255, 255, 255, .94);

  color: var(--gl-green-dark);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
}

#gl-hitachi-feature .gl-property-body {
  min-width: 0;

  padding: clamp(28px, 4vw, 42px);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

#gl-hitachi-feature .gl-category {
  margin-bottom: 8px;

  color: var(--gl-green-dark);

  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  font-weight: 700;

  letter-spacing: .19em;
  text-transform: uppercase;
}

#gl-hitachi-feature .gl-property h3 {
  margin-bottom: 12px;

  font-family:
    Georgia,
    "Times New Roman",
    "Yu Mincho",
    serif;

  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;

  line-height: 1.15;
}

#gl-hitachi-feature .gl-property-catch {
  min-height: 3.2em;

  margin-bottom: 16px;

  font-size: 15px;
  font-weight: 800;

  line-height: 1.6;
}

#gl-hitachi-feature .gl-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;

  margin-bottom: 18px;

  color: var(--gl-orange);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 47px);
  font-weight: 600;

  line-height: 1;
}

#gl-hitachi-feature .gl-price span {
  padding-bottom: 4px;

  color: var(--gl-ink);

  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;

  font-size: 14px;
  font-weight: 800;
}

#gl-hitachi-feature .gl-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;

  margin-bottom: 18px;
}

#gl-hitachi-feature .gl-specs span {
  display: inline-flex;
  align-items: center;

  min-height: 28px;
  padding: 0 9px;

  border: 1px solid var(--gl-line);
  border-radius: 999px;

  background: #faf9f6;

  font-size: 9px;
  font-weight: 800;

  white-space: nowrap;
}

#gl-hitachi-feature .gl-pickup {
  position: relative;

  margin-bottom: 18px;
  padding: 15px 16px 15px 20px;

  border-radius: 12px;

  background: var(--gl-ivory);
}

#gl-hitachi-feature .gl-pickup::before {
  content: "";

  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 0;

  width: 3px;

  border-radius: 8px;

  background: var(--gl-green);
}

#gl-hitachi-feature .gl-pickup strong {
  display: block;

  margin-bottom: 4px;

  font-size: 12px;
  line-height: 1.55;
}

#gl-hitachi-feature .gl-pickup p {
  color: var(--gl-sub);

  font-size: 10px;
  line-height: 1.7;
}

#gl-hitachi-feature .gl-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;

  margin-bottom: 22px;

  list-style: none;
}

#gl-hitachi-feature .gl-features li {
  position: relative;

  padding-left: 15px;

  color: #5d5d57;

  font-size: 10px;
  line-height: 1.6;
}

#gl-hitachi-feature .gl-features li::before {
  content: "";

  position: absolute;
  top: .62em;
  left: 0;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: var(--gl-green);
}


/* ==============================
   BUTTON
============================== */

#gl-hitachi-feature .gl-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, .9fr) minmax(0, .9fr);
  gap: 8px;
}

#gl-hitachi-feature .gl-btn {
  min-height: 48px;
  padding: 10px 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid transparent;
  border-radius: 999px;

  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;

  text-align: center;

  transition:
    transform .2s ease,
    background .2s ease;
}

#gl-hitachi-feature .gl-btn:hover {
  transform: translateY(-2px);
}

#gl-hitachi-feature .gl-btn-main {
  color: #fff !important;

  background: var(--gl-green);
}

#gl-hitachi-feature .gl-btn-main:hover {
  background: var(--gl-green-dark);
}

#gl-hitachi-feature .gl-btn-contact {
  border-color: var(--gl-green);

  color: var(--gl-green-dark) !important;

  background: #fff;
}

#gl-hitachi-feature .gl-btn-reserve {
  border-color: var(--gl-orange);

  color: #fff !important;

  background: var(--gl-orange);
}


/* ==============================
   FINAL CTA
============================== */

#gl-hitachi-feature .gl-final {
  position: relative;

  overflow: hidden;

  margin-top: 42px;
  padding: clamp(52px, 7vw, 80px) 24px;

  border-radius: 26px;

  color: #fff;

  background: #292925;

  text-align: center;
}

#gl-hitachi-feature .gl-final::after {
  content: "GRACE LIVING";

  position: absolute;
  left: 50%;
  bottom: -20px;

  transform: translateX(-50%);

  color: rgba(255,255,255,.035);

  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(68px, 14vw, 140px);

  line-height: 1;

  white-space: nowrap;

  pointer-events: none;
}

#gl-hitachi-feature .gl-final-inner {
  position: relative;
  z-index: 2;
}

#gl-hitachi-feature .gl-final .gl-eyebrow {
  color: #9ed48a;
}

#gl-hitachi-feature .gl-final h2 {
  margin-bottom: 15px;

  font-family:
    Georgia,
    "Times New Roman",
    "Yu Mincho",
    serif;

  font-size: clamp(30px, 5vw, 48px);
  font-weight: 600;

  line-height: 1.35;

  color: #b9e8a8;

  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}

#gl-hitachi-feature .gl-final h2 span {
  display: block;
}

#gl-hitachi-feature .gl-final h2 span:last-child {
  color: #ffffff;
}

#gl-hitachi-feature .gl-final p {
  max-width: 600px;

  margin: 0 auto 24px;

  color: #c9c8c2;

  font-size: 11px;
  line-height: 1.8;
}

#gl-hitachi-feature .gl-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

#gl-hitachi-feature .gl-final .gl-btn {
  min-width: 190px;
}

#gl-hitachi-feature .gl-final .gl-btn-orange {
  color: #fff !important;

  background: var(--gl-orange);
}

#gl-hitachi-feature .gl-final .gl-btn-white {
  color: var(--gl-ink) !important;

  background: #fff;
}


/* ==============================
   TABLET
============================== */

@media (max-width: 900px) {

  #gl-hitachi-feature .gl-property,
  #gl-hitachi-feature .gl-property:nth-child(even) {
    grid-template-columns: 1fr;
  }

  #gl-hitachi-feature .gl-property:nth-child(even) .gl-property-image {
    order: 0;
  }

  #gl-hitachi-feature .gl-property-image {
    min-height: 390px;
  }

  #gl-hitachi-feature .gl-property-catch {
    min-height: auto;
  }

}


/* ==============================
   MOBILE
============================== */

@media (max-width: 600px) {

  #gl-hitachi-feature .gl-hero {
    margin-bottom: 34px;
    padding: 42px 20px;

    border-radius: 18px;
  }

  #gl-hitachi-feature .gl-main-title {
    font-size: 41px;
  }

  #gl-hitachi-feature .gl-main-title .gl-en {
    white-space: normal;
  }

  #gl-hitachi-feature .gl-main-title .gl-jp {
    font-size: .39em;
  }

  #gl-hitachi-feature .gl-hero-text {
    font-size: 12px;
  }

  #gl-hitachi-feature .gl-intro {
    margin-bottom: 24px;
  }

  #gl-hitachi-feature .gl-property-list {
    gap: 24px;
  }

  #gl-hitachi-feature .gl-property {
    border-radius: 17px;
  }

  #gl-hitachi-feature .gl-property-image {
    min-height: 275px;
  }

  #gl-hitachi-feature .gl-property-body {
    padding: 26px 20px 28px;
  }

  #gl-hitachi-feature .gl-property h3 {
    font-size: 30px;
  }

  #gl-hitachi-feature .gl-property-catch {
    font-size: 14px;
  }

  #gl-hitachi-feature .gl-features {
    grid-template-columns: 1fr;
  }

  #gl-hitachi-feature .gl-actions {
    grid-template-columns: 1fr;
  }

  #gl-hitachi-feature .gl-btn {
    width: 100%;
  }

  #gl-hitachi-feature .gl-final {
    margin-top: 30px;
    padding: 58px 18px;

    border-radius: 18px;
  }

  #gl-hitachi-feature .gl-final-actions {
    display: grid;
  }

  #gl-hitachi-feature .gl-final .gl-btn {
    width: 100%;
    min-width: 0;
  }

}

</style>


<div id="gl-hitachi-feature">


  <!-- HERO -->

  <section class="gl-hero">

    <div class="gl-hero-inner">

      <div class="gl-kicker">
        Grace Living Hitachi
      </div>

      <div class="gl-main-title">

        <span class="gl-en">
          SELECTED HOMES
        </span>

        <span class="gl-jp">
          日立市 おすすめ中古戸建 3選
        </span>

      </div>

      <p class="gl-hero-text">
        リフォーム済、築浅・Z空調、セキスイハイム施工。
        それぞれ異なる魅力を持つ3邸の中から、&nbsp;</p><p class="gl-hero-text">暮らしに合う一邸を見つけてみませんか？
      </p>

      <div class="gl-hero-note">

        <span>
          日立市内 3邸
        </span>

        <span>
          まとめて見学OK
        </span>

        <span>
          物件詳細へ直接リンク
        </span>

      </div>

    </div>

  </section>


  <!-- INTRO -->

  <section class="gl-intro">

    <span class="gl-eyebrow">
      Selected Properties
    </span>

    <h2>
      おすすめの3邸。
    </h2>

    <p>
      写真・価格・おすすめポイントを、
      1邸ずつすっきりまとめました。
    </p>

  </section>


  <!-- PROPERTIES -->

  <section class="gl-property-list">


    <!-- PROPERTY 01 -->

    <article class="gl-property">

      <div class="gl-property-image">

        <img src="https://cdn.img-asp.jp/bkn/88679591_1_0_0_3.jpg?t=1789957933" alt="Grace Living 日立 金沢町6丁目 中古戸建 外観">

        <div class="gl-no">
          01
        </div>

      </div>


      <div class="gl-property-body">

        <div class="gl-category">
          Renovation House
        </div>

        <h3>
          金沢町6丁目
        </h3>

        <p class="gl-property-catch">
          1,000万円台から叶える、
          フルリフォーム済4LDK。
        </p>

        <div class="gl-price">
          1,298
          <span>
            万円
          </span>
        </div>

        <div class="gl-specs">

          <span>
            4LDK
          </span>

          <span>
            土地 214.59㎡
          </span>

          <span>
            建物 109.11㎡
          </span>

        </div>

        <div class="gl-pickup">

          <strong>
            フルリフォーム済 × 金沢小学校 徒歩2分
          </strong>

          <p>
            価格を抑えながら、
            リフォームされた住まいを探している方に
            注目していただきたい一邸です。
          </p>

        </div>

        <ul class="gl-features">

          <li>
            金沢小学校 徒歩2分
          </li>

          <li>
            台原中学校 徒歩12分
          </li>

          <li>
            経済的な都市ガス
          </li>

          <li>
            南東向きで陽当たり良好
          </li>

        </ul>

        <div class="gl-actions">

          <a class="gl-btn gl-btn-main" href="https://www.hidamarihouse-hitachi.com/bkndetail/880717719/room88679591/">
            この物件を詳しく見る
          </a>

          <a class="gl-btn gl-btn-contact" href="https://www.hidamarihouse-hitachi.com/contact/">
            お問い合わせ
          </a>

          <a class="gl-btn gl-btn-reserve" href="https://www.hidamarihouse-hitachi.com/reservation/select/">
            来店予約
          </a>

        </div>

      </div>

    </article>


    <!-- PROPERTY 02 -->

    <article class="gl-property">

      <div class="gl-property-image">

        <img src="https://cdn.img-asp.jp/bkn/99922130_1_0_0_3.jpg?t=1789957933" alt="Grace Living 日立 東大沼町3丁目 中古戸建 外観">

        <div class="gl-no">
          02
        </div>

      </div>


      <div class="gl-property-body">

        <div class="gl-category">
          Comfort House
        </div>

        <h3>
          東大沼町3丁目
        </h3>

        <p class="gl-property-catch">
          一年中、家じゅう快適。
          Z空調のある築浅住宅。
        </p>

        <div class="gl-price">
          2,598
          <span>
            万円
          </span>
        </div>

        <div class="gl-specs">

          <span>
            3LDK＋S
          </span>

          <span>
            土地 260.84㎡
          </span>

          <span>
            建物 91.08㎡
          </span>

        </div>

        <div class="gl-pickup">

          <strong>
            2018年築 × Z空調 × 駐車スペース5台
          </strong>

          <p>
            設備と敷地のゆとりを重視したい方におすすめしたい、
            快適性が魅力の築浅中古戸建です。
          </p>

        </div>

        <ul class="gl-features">

          <li>
            2018年10月築
          </li>

          <li>
            Z空調搭載
          </li>

          <li>
            LDK約17.7帖
          </li>

          <li>
            大沼小 徒歩13分・泉丘中 徒歩10分
          </li>

        </ul>

        <div class="gl-actions">

          <a class="gl-btn gl-btn-main" href="https://www.hidamarihouse-hitachi.com/bkndetail/391914787/room99922130/">
            この物件を詳しく見る
          </a>

          <a class="gl-btn gl-btn-contact" href="https://www.hidamarihouse-hitachi.com/contact/">
            お問い合わせ
          </a>

          <a class="gl-btn gl-btn-reserve" href="https://www.hidamarihouse-hitachi.com/reservation/select/">
            来店予約
          </a>

        </div>

      </div>

    </article>


    <!-- PROPERTY 03 -->

    <article class="gl-property">

      <div class="gl-property-image">

        <img src="https://cdn.img-asp.jp/bkn/102385241_1_0_0_3.jpg?t=1789957933" alt="Grace Living 日立 東金沢町5丁目 中古戸建 外観">

        <div class="gl-no">
          03
        </div>

      </div>


      <div class="gl-property-body">

        <div class="gl-category">
          Sekisui Heim
        </div>

        <h3>
          東金沢町5丁目
        </h3>

        <p class="gl-property-catch">
          セキスイハイム施工。
          ゆとりある4SLDK。
        </p>

        <div class="gl-price">
          1,898
          <span>
            万円
          </span>
        </div>

        <div class="gl-specs">

          <span>
            4SLDK
          </span>

          <span>
            土地 194.87㎡
          </span>

          <span>
            建物 117.30㎡
          </span>

        </div>

        <div class="gl-pickup">

          <strong>
            セキスイハイム施工 × リフォーム済
          </strong>

          <p>
            建物の広さ、施工メーカー、
            リフォーム済という条件をまとめて確認したい方に
            おすすめの一邸です。
          </p>

        </div>

        <ul class="gl-features">

          <li>
            セキスイハイム施工
          </li>

          <li>
            ソーラーパネル付き
          </li>

          <li>
            リフォーム済
          </li>

          <li>
            大沼小学校 徒歩6分
          </li>

        </ul>

        <div class="gl-actions">

          <a class="gl-btn gl-btn-main" href="https://www.hidamarihouse-hitachi.com/bkndetail/2511751109/room102385241/">
            この物件を詳しく見る
          </a>

          <a class="gl-btn gl-btn-contact" href="https://www.hidamarihouse-hitachi.com/contact/">
            お問い合わせ
          </a>

          <a class="gl-btn gl-btn-reserve" href="https://www.hidamarihouse-hitachi.com/reservation/select/">
            来店予約
          </a>

        </div>

      </div>

    </article>


  </section>


  <!-- FINAL CTA -->

  <section class="gl-final">

    <div class="gl-final-inner">

      <span class="gl-eyebrow">
        Private Viewing
      </span>

      <h2>

        <span>
          気になる住まいを、
        </span>

        <span>
          実際にみてみませんか？
        </span>

      </h2>

      <p>
        1物件だけのご見学はもちろん、
        3物件をまとめて見比べたい場合も
        お気軽にご相談ください。
      </p>

      <div class="gl-final-actions">

        <a class="gl-btn gl-btn-white" href="https://www.hidamarihouse-hitachi.com/contact/">
          お問い合わせ
        </a>

        <a class="gl-btn gl-btn-orange" href="https://www.hidamarihouse-hitachi.com/reservation/select/">
          見学予約
        </a>

      </div>

    </div>

  </section>


</div>]]></description>
            <pubDate>2026-09-21</pubDate>
        </item>
                
        <item>
            <title>初IMAX・・・！？</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-855264/</link>
            <description><![CDATA[<div style="text-align: center;"><br></div><div style="text-align: center;"><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">みなさんこんにちは！</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">ひだまりハウス日立店の樫村です！</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">先日のお休みに、映画を観に行ってきました～！</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">今回観てきたのは、以前のブログで紹介した</span></div><div><span style="font-weight: bold; font-size: medium; color: rgb(204, 0, 0);">9月11日公開の映画</span></div><div><span style="background-color: rgb(204, 255, 255);"><span style="font-weight: bold; font-size: xx-large;">『</span><span style="font-size: xx-large; font-weight: 700;">オデュッセイア</span><span style="font-size: xx-large; font-weight: bold;">』</span></span></div><div><span style="font-weight: bold; font-size: medium;">しかも今回は、なんと</span><span style="color: rgb(0, 0, 153);"><span style="font-weight: bold; font-size: x-large;">IMAX</span><span style="font-weight: bold; font-size: x-large;">先行上映</span></span><span style="font-weight: bold; font-size: medium;">で観てきました(/・ω・)/</span></div><div><br></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_6_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-size: medium; font-weight: 700;">実は私、今回が初めてのIMAXだったんです！</span></div><div><span style="font-size: medium; font-weight: 700;"><br></span></div><div><span style="font-weight: bold; font-size: medium;"><span style="background-color: rgb(204, 255, 255);">「オデュッセイア」</span>の<span style="color: rgb(255, 102, 102);">原作</span>は、最近書かれた小説などではなく、</span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(255, 153, 102);">古代ギリシャの時代</span>から伝わる、<span style="color: rgb(204, 0, 0);">とても古い叙事詩</span>なんだそう|дﾟ)</span></div><div><div style="text-align:centersmall;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_11_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div></div></div></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">今回は先行上映だったので、映画が始まる前からちょっと特別な感じがしてワクワク♪</span></div><div><span style="background-color: rgb(255, 204, 204);"><span style="font-weight: bold; font-size: medium;">そして、実際に観てみると……とっても</span><span style="font-size: medium; font-weight: bold;">感動しました！！</span></span></div><div><span style="font-size: medium; font-weight: bold;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">壮大な物語なので、<span style="color: rgb(204, 0, 0);">映像の迫力</span>はもちろん、登場人物たちの<span style="color: rgb(255, 102, 0);">想い</span>や、それぞれの<span style="color: rgb(255, 204, 102);">物語</span>に引き込まれて、</span></div><div><span style="font-weight: bold; font-size: medium;">観終わったあとには<span style="color: rgb(204, 0, 0);">余韻が残る作品</span>でした！</span></div><div><br></div><div><br></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 255, 153);">そして今回、楽しみにしていたのがIMAX！</span></div><div><span style="font-weight: bold; font-size: medium;">予告で<span style="color: rgb(204, 0, 0);">「バイオハザード」</span>が流れたのですが</span><span style="font-size: medium; font-weight: bold;">以前<span style="color: rgb(255, 153, 0);">別の映画</span>を観に行ったときにも<span style="color: rgb(255, 102, 0);">予告</span>を見たことがあって</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_14_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium;">「この予告、前にも見たことあるな～観に行きたいな～」</span></div><div><span style="font-weight: bold; font-size: medium;">なんて思っていたら……</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: x-large; color: rgb(255, 0, 0); background-color: rgb(255, 204, 204);">音デカ！！映像美！！そして怖！！！</span></div><div><span style="font-weight: bold; font-size: x-large;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">同じ予告なのに、<span style="color: rgb(255, 102, 102);">IMAX</span>で観ると<span style="color: rgb(204, 0, 0);">迫力</span>が全然違って、<span style="color: rgb(102, 204, 204);">若干半泣き</span>になりました(T_T)</span></div><div><span style="font-weight: bold; font-size: medium;">本編が始まる前から、IMAXの凄さを思い知らされました・・・(笑)</span></div><div><span style="font-weight: bold; font-size: medium;">バイオは<span style="color: rgb(204, 102, 204);">通常映画</span>で観ます・・・(ﾟ∀ﾟ)</span></div><div><br></div><div><br></div><div><br></div><div><br></div><div><span style="font-weight: bold; font-size: medium;">あと今回の上映は<span style="color: rgb(255, 102, 0);">吹き替えがなかった</span>ので、<span style="color: rgb(204, 0, 0);">字幕</span>で観ました！</span></div><div><span style="background-color: rgb(204, 255, 255);"><span style="font-weight: bold; font-size: medium;">普段は吹き替えで観ることが多いので、</span><span style="font-size: medium; font-weight: bold;">今回は俳優さん本人の声を聞けたのがすごく新鮮でした♪</span></span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_15_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium; color: rgb(0, 0, 153);">「ここは声のトーンを変えて表現しているんだ！」</span></div><div><span style="font-weight: bold; font-size: medium; color: rgb(204, 0, 0);">「こんな声色で演技しているんだ！」</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 153);">声の演技にも注目しながら観るのがすごく楽しかったです！</span></div><div><br></div><div><br></div><div><br></div><div><span style="font-weight: bold; font-size: medium;">そして今回の<span style="background-color: rgb(204, 255, 255);">「オデュッセイア」</span>は、<span style="color: rgb(0, 0, 153);">IMAXフィルムカメラ</span>で撮影された作品ということで、</span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(0, 0, 153);">IMAX</span>で観ることで、より<span style="color: rgb(204, 102, 204);">広い範囲の映像を楽しめる</span>のも<span style="color: rgb(204, 0, 0);">魅力</span>のひとつ。</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><br></div></div><div><span style="font-weight: bold; font-size: x-large; background-color: rgb(255, 204, 255);">実際に観てみると、映像がとにかく綺麗！！</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_19_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div></div></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(0, 0, 153);">壮大な景色</span>や<span style="color: rgb(204, 0, 0);">戦闘シーン</span>なども、<span style="color: rgb(255, 102, 0);">スクリーンいっぱいに広がって</span>見えて、</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">通常の映画とはまた違った迫力を感じました。</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">そして、ネタバレになってしまうので詳しくは書きませんが……</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_18_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(0, 0, 153);">オデュッセウス</span>の<span style="color: rgb(204, 102, 0);">最後の弓のシーン</span>！！</span></div><div><span style="font-weight: bold; font-size: medium;">ここはもう、</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: xx-large; color: rgb(204, 0, 0);">「IMAXすごーーーい！！！」</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">となりました（笑）</span></div><div><span style="font-weight: bold; font-size: medium; color: rgb(153, 51, 153);">音の迫力が本当にすごくて、身体に響いてくるような感じ！</span></div><div><span style="font-weight: bold; font-size: medium; color: rgb(153, 51, 153);">映像の美しさと音の迫力が合わさって、映画の世界に入り込んだような感覚になりました。</span></div><div><span style="font-weight: 700; font-size: x-small;">(ここのシーンかっこよすぎるし泣けます(^-^))</span></div><div><br></div><div><br></div><div><span style="font-weight: bold; font-size: medium;">さらに今回は、<span style="color: rgb(204, 0, 0);">IMAX限定の入場特典</span>もまだ残っていて……</span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(51, 51, 153);">A3サイズのポスター</span>をいただきました～！！</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centersmall;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_13_0_0_1.jpg" style="max-width: 100%;height:auto;width:250px;" alt=""></p></div></div></div></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(204, 255, 255);">映画を観られただけでも嬉しかったのに、限定特典までいただけて嬉しかったです!(^^)!</span></div><div><br></div><div><br></div><div><br></div><div><span style="font-weight: bold; font-size: medium;">私が観たのはIMAXレーザーだったのですが、日本には<span style="color: rgb(255, 0, 0);">東京・大阪の2ヶ所</span>にしかない</span></div><div><span style="font-weight: bold; font-size: x-large; color: rgb(0, 0, 153);">IMAXレーザー/GTテクノロジー</span><span style="font-size: medium; font-weight: bold;">というものもあるそうで・・・</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_7_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium;">今回は<span style="color: rgb(51, 153, 153);">良い席が取れなかった</span>こともあって<span style="color: rgb(0, 0, 153);">IMAXレーザー</span>にしたのですが、</span></div><div><span style="background-color: rgb(204, 255, 255);"><span style="font-weight: bold; font-size: medium;">次に機会があれば、池袋の</span><span style="font-size: medium; font-weight: 700;">IMAXレーザー/GTテクノロジー</span><span style="font-weight: bold; font-size: medium;">でも観てみたいです！</span></span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">一度観ると、ちょっと他の作品もIMAXで観てみたくなってしまいますね・・・(笑)</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_8_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium;">今回の<span style="color: rgb(0, 0, 153);">「オデュッセイア」</span>は、<span style="color: rgb(204, 0, 0);">映像の迫力</span>や<span style="color: rgb(255, 204, 102);">音響</span>だけでなく、物語にもとても引き込まれて、</span></div><div><span style="font-weight: bold; font-size: medium;">観終わったあとに「すごかった・・・！」と余韻が残る作品でした(^-^)</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">最後までご覧いただきありがとうございました！</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: x-large; color: rgb(255, 102, 102);">～★おまけ★～</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centersmall;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/855264_20_0_0_1.jpg" style="max-width: 100%;height:auto;width:250px;" alt=""><img src="//cdn.img-asp.jp/cms/855264_21_0_0_1.jpg" alt="" style="font-size: 13.12px; max-width: 100%; height: auto; width: 350px;"></p><span style="font-weight: 700; font-size: x-large; background-color: rgb(255, 204, 204);">みなさん！！！！待ち待ったアンコールです！！！！</span></div><div style="text-align:centersmall;word-break: break-all;"><span style="background-color: rgb(255, 204, 204);"><span style="font-weight: 700; font-size: x-large;">初日に駆け込んできます！！！！！！</span><br></span></div><div style="text-align:centersmall;word-break: break-all;"><span style="font-weight: 700; font-size: x-large; background-color: rgb(255, 204, 204);">特典ゲットしましょう！！！！！</span></div><p class="clearfix"><br></p></div><br></div><div><br></div><div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" style="font-size: medium;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="font-size: medium;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;">｜日立市｜北茨城市｜高萩市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: medium;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</span></div></div></div>]]></description>
            <pubDate>2026-09-21</pubDate>
        </item>
                
        <item>
            <title>那珂市のおすすめ丼</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-853539/</link>
            <description><![CDATA[<div style="text-align: center;"><p class="isSelectedEnd"><span style="font-size: large;">みなさんこんにちは</span></p><p class="isSelectedEnd"><span style="font-size: large;">ひだまりハウスの橋本です。</span></p><p class="isSelectedEnd"><span style="font-size: large;"><br></span></p><p class="isSelectedEnd"><span style="font-size: large;">お腹いっぱい食べたい日にぴったりな、那珂市の丼ランチ</span></p><p class="isSelectedEnd"><span style="font-size: large;"><br></span></p><p class="isSelectedEnd"><span style="font-size: x-large;">茨城県那珂市「和n Don（わんどん）」</span></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/853539_4_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p><p class="clearfix"><br></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/853539_1_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div><p class="clearfix"><br></p></div><p class="isSelectedEnd"><br></p><p class="isSelectedEnd"><span style="font-size: large;">今回いただいたのは、<br>「厚切りかつ丼」と「牛ハラミ焼き丼」の2品。</span></p><p class="isSelectedEnd"><span style="font-size: large;">まずは厚切りかつ丼。</span></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/853539_2_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div><p class="isSelectedEnd"><br><span style="font-size: large;">丼の上にどんっと乗った厚切りのカツは、見た目からして食欲をそそります<br>衣の香ばしさと、厚みのあるカツの食べ応えがしっかり感じられて、ご飯との相性も抜群。<br>カツを一口食べて、ご飯をかき込む……この組み合わせはやっぱり最高です。</span></p><p class="isSelectedEnd"><span style="font-size: large;"><br></span></p><p class="isSelectedEnd"><span style="font-size: large;">そしてもう一つが牛ハラミ焼き丼</span></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/853539_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div><p class="isSelectedEnd"><br><span style="font-size: large;">こちらもお肉がしっかり乗っていて、かなり食欲をそそる見た目。<br>焼いたお肉ならではの香ばしさがあり、噛むほどにお肉の旨みを楽しめます。<br>ご飯と一緒に食べると箸がどんどん進んで、気づいたらあっという間に完食。</span></p><p class="isSelectedEnd"><span style="font-size: large;">カツもハラミも、それぞれ違った美味しさがあって、どちらを選ぶか迷ってしまいそう。</span></p><p class="isSelectedEnd"><span style="font-size: large;">「今日はちょっとガッツリ食べたい！」という日におすすめしたい丼ランチ</span></p><p class="isSelectedEnd"><span style="font-size: large;">那珂市周辺でランチのお店を探している方は、ぜひチェックしてみてください。</span></p><p><span style="font-size: large;">ごちそうさまでした✨</span></p><p><span style="font-size: large;"><br></span></p><p><span style="font-size: large;"><br></span></p><p><span style="font-size: large;"><br></span></p><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜日立市｜いわき市｜北茨城市｜高萩市｜</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</div></div>]]></description>
            <pubDate>2026-09-17</pubDate>
        </item>
                
        <item>
            <title>☆ハロウィンキャンペーン実施中☆</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-793452/</link>
            <description><![CDATA[<h1 data-section-id="10ql0ae" data-start="66" data-end="96" style="font-size: 13.12px; text-align: center;"><span style="font-size: large; background-color: rgb(255, 255, 51); font-weight: bold;">ハロウィンキャンペーン開催中！ご成約の方に豪華特典プレゼント</span></h1><div><span style="font-size: large; background-color: rgb(255, 255, 51); font-weight: bold;"><br></span></div><div><div style="word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix" style="text-align: center;"><img src="//cdn.img-asp.jp/cms/793452_6_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;"><br></p><p class="clearfix" style="text-align: center;">この秋、マイホーム探しをもっとお得に、もっと快適に。</p></div></div></div><div style="text-align: center;">ひだまりハウスでは、対象物件をご成約いただいたお客様へ、</div><div style="text-align: center;">暮らしに役立つ豪華特典をご用意したハロウィンキャンペーンを開催しております。</div><p style="font-size: 13.12px;"></p><p data-start="193" data-end="253" style="font-size: 13.12px; text-align: center;">エアコン・カーテンレール・全室照明器具・アンテナ・お掃除家電など、</p><p data-start="193" data-end="253" style="font-size: 13.12px; text-align: center;">新生活を快適にスタートするためにうれしい特典をご用意。</p><p data-start="255" data-end="325" style="font-size: 13.12px;"></p><div style="text-align: center;">「購入後の費用を少しでも抑えたい」</div><div style="text-align: center;">「新生活に必要な設備をまとめて準備したい」</div><div style="text-align: center;">「せっかく購入するなら、お得なタイミングで決めたい」</div><p style="font-size: 13.12px;"></p><p data-start="327" data-end="348" style="font-size: 13.12px; text-align: center;">そんなお客様におすすめのキャンペーンです。<br></p><p data-start="327" data-end="348" style="font-size: 13.12px; text-align: center;"><br></p><hr data-start="609" data-end="612" style="text-align: center;"><h2 data-section-id="1vg05nl" data-start="614" data-end="630" style="font-size: 13.12px; text-align: center;"><br></h2><h2 data-section-id="1vg05nl" data-start="614" data-end="630" style="font-size: 13.12px; text-align: center;">こんなお客様におすすめです</h2><p data-start="632" data-end="774" style="font-size: 13.12px;"></p><div style="text-align: center;">秋までに新居へのお引越しを考えている方。</div><div style="text-align: center;">新築戸建をお得に購入したい方。</div><div style="text-align: center;">購入後の初期費用や追加工事費用が気になる方。</div><div style="text-align: center;">エアコンや照明、カーテンレールなどの準備費用を抑えたい方。</div><div style="text-align: center;">気になる物件があるけど、まだ迷っている方。</div><div style="text-align: center;">まずは見るだけ、聞くだけで相談したい方。</div><p style="font-size: 13.12px;"></p><p data-start="776" data-end="847" style="font-size: 13.12px; text-align: center;">ひだまりハウスでは、物件のご案内だけでなく、住宅ローンのご相談や</p><p data-start="776" data-end="847" style="font-size: 13.12px; text-align: center;">月々のお支払いシミュレーション、購入後にかかる費用まで丁寧にご説明いたします。</p><p data-start="849" data-end="921" style="font-size: 13.12px;"></p><div style="text-align: center;"><span style="background-color: rgb(255, 255, 51); font-weight: bold;">「この物件はいくらで買えるの？」</span></div><div style="text-align: center;"><span style="background-color: rgb(255, 255, 51); font-weight: bold;">「月々の支払いはどれくらい？」</span></div><div style="text-align: center;"><span style="background-color: rgb(255, 255, 51); font-weight: bold;">「他にも見比べられる物件はある？」</span></div><div style="text-align: center;"><span style="background-color: rgb(255, 255, 51); font-weight: bold;">「住宅ローンが通るか不安……」</span></div><p style="font-size: 13.12px;"></p><p data-start="923" data-end="944" style="font-size: 13.12px; text-align: center;">このようなご相談もお気軽にお任せください。</p><p data-start="923" data-end="944" style="font-size: 13.12px; text-align: center;"><br></p><hr data-start="946" data-end="949" style="text-align: center;"><h2 data-section-id="rr0rsg" data-start="951" data-end="972" style="font-size: 13.12px; text-align: center;"><br></h2><h2 data-section-id="rr0rsg" data-start="951" data-end="972" style="font-size: 13.12px; text-align: center;"><div style="word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/793452_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><p class="clearfix" style="font-size: 13.12px;"><br></p><p class="clearfix" style="font-size: 13.12px;"><br></p><p class="clearfix" style="font-size: 13.12px;">気になる物件をまとめてご案内できます</p></div></h2><p data-start="974" data-end="1025" style="font-size: 13.12px; text-align: center;">ひだまりハウスでは、新築戸建・中古戸建・土地・マンションなど、</p><p data-start="974" data-end="1025" style="font-size: 13.12px; text-align: center;">幅広い不動産のご相談に対応しております。</p><p data-start="1027" data-end="1116" style="font-size: 13.12px;"></p><div style="text-align: center;">気になる物件がある方はもちろん、まだ探し始めたばかりの方も大歓迎です。</div><div style="text-align: center;">ご希望のエリア・ご予算・間取り・学校区・通勤距離などをお伺いし、</div><div style="text-align: center;">お客様に合った物件をご提案いたします。</div><p style="font-size: 13.12px;"></p><p data-start="1118" data-end="1209" style="font-size: 13.12px;"></p><div style="text-align: center;">また、複数の物件をまとめてご見学いただくことも可能です。</div><div style="text-align: center;">写真や資料だけでは分かりにくい日当たり、駐車スペース、</div><div style="text-align: center;">周辺環境、室内の広さなども、実際に見比べながらご検討いただけます。</div><div style="text-align: center;"><br></div><p style="font-size: 13.12px;"></p><hr data-start="1211" data-end="1214" style="text-align: center;"><h2 data-section-id="1s77zlq" data-start="1216" data-end="1236" style="font-size: 13.12px; text-align: center;"><br></h2><h2 data-section-id="1s77zlq" data-start="1216" data-end="1236" style="font-size: 13.12px; text-align: center;">住宅ローンのご相談もお任せください</h2><p data-start="1238" data-end="1278" style="font-size: 13.12px; text-align: center;">マイホーム購入で多くのお客様が不安に感じるのが、</p><p data-start="1238" data-end="1278" style="font-size: 13.12px; text-align: center;">住宅ローンや月々のお支払いです。</p><p data-start="1280" data-end="1338" style="font-size: 13.12px; text-align: center;">ひだまりハウスでは、お客様のご年収・ご予算・現在のお支払い状況などをお伺いし、</p><p data-start="1280" data-end="1338" style="font-size: 13.12px; text-align: center;">無理のない資金計画をご提案いたします。</p><p data-start="1340" data-end="1419" style="font-size: 13.12px;"></p><div style="text-align: center;">「今の家賃と比べてどれくらい変わるのか」</div><div style="text-align: center;">「頭金が少なくても購入できるのか」</div><div style="text-align: center;">「車のローンがあっても大丈夫か」</div><div style="text-align: center;">「自分たちに合う金融機関はどこか」</div><p style="font-size: 13.12px;"></p><p data-start="1421" data-end="1483" style="font-size: 13.12px;"></p><div style="text-align: center;">このような内容も、お気軽にご相談ください。</div><div style="text-align: center;">物件探しと住宅ローンをまとめて相談できるため、購入までの流れもスムーズです。</div><div style="text-align: center;"><br></div><p style="font-size: 13.12px;"></p><hr data-start="1485" data-end="1488" style="text-align: center;"><h2 data-section-id="9yett8" data-start="1490" data-end="1512" style="font-size: 13.12px; text-align: center;"><br></h2><h2 data-section-id="9yett8" data-start="1490" data-end="1512" style="font-size: 13.12px; text-align: center;">見るだけ・聞くだけのご相談も大歓迎です</h2><p data-start="1514" data-end="1593" style="font-size: 13.12px;"></p><div style="text-align: center;">「まだ購入するか決めていない」</div><div style="text-align: center;">「まずは物件を見てみたい」</div><div style="text-align: center;">「家族で相談する前に情報だけ知りたい」</div><div style="text-align: center;">「キャンペーン対象物件について詳しく知りたい」</div><p style="font-size: 13.12px;"></p><p data-start="1595" data-end="1608" style="font-size: 13.12px; text-align: center;">そんな段階でも大丈夫です。</p><p data-start="1610" data-end="1692" style="font-size: 13.12px;"></p><div style="text-align: center;">無理な営業はせず、お客様のペースに合わせて丁寧にご案内いたします。</div><div style="text-align: center;">お子様連れのお客様も安心してご来店いただけるよう、店内にはキッズスペースも完備しております。</div><p style="font-size: 13.12px;"></p><p data-start="1694" data-end="1738" style="font-size: 13.12px; text-align: center;">ご来店でのご相談、現地待ち合わせでのご見学、住宅ローン相談のみのご予約も承っております。</p><p data-start="1694" data-end="1738" style="font-size: 13.12px; text-align: center;"><br></p><div style="word-break: break-all;"><p class="clearfix" style="font-size: 13.12px; text-align: center;"><br></p></div><hr data-start="1740" data-end="1743" style="text-align: center;"><h2 data-section-id="3bvvq8" data-start="1745" data-end="1771" style="font-size: 13.12px; text-align: center;"><br></h2><h2 data-section-id="3bvvq8" data-start="1745" data-end="1771" style="font-size: 13.12px; text-align: center;"><span style="background-color: rgb(255, 255, 51); font-weight: bold; font-size: large;">この秋、マイホーム探しを始めるなら今がチャンス</span></h2><p data-start="1773" data-end="1810" style="font-size: 13.12px; text-align: center;">ハロウィンキャンペーンは、対象物件をご成約いただいたお客様限定の特別企画です。</p><p data-start="1812" data-end="1854" style="font-size: 13.12px; text-align: center;">新生活に役立つ豪華特典を活用することで、購入後の暮らしをより快適にスタートできます。</p><p data-start="1856" data-end="1938" style="font-size: 13.12px;"></p><div style="text-align: center;">気になる物件がある方も、まだ探し始めの方も、まずはお気軽にお問い合わせください。</div><div style="text-align: center;">ひだまりハウススタッフ一同、お客様のマイホーム探しを全力でサポートいたします。</div><div style="text-align: center;"><br></div><div style="text-align: center;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/793452_4_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><br></div><p style="font-size: 13.12px;"></p><hr data-start="1940" data-end="1943" style="text-align: center;"><h2 data-section-id="bbt31b" data-start="1945" data-end="1962" style="font-size: 13.12px; text-align: center;"><br></h2><h2 data-section-id="bbt31b" data-start="1945" data-end="1962" style="font-size: 13.12px; text-align: center;">キャンペーンに関する注意事項</h2><p data-start="1964" data-end="2171" style="font-size: 13.12px;"></p><div style="text-align: center;">※本キャンペーンは、対象物件をご成約いただいたお客様が対象となります。</div><div style="text-align: center;">※特典内容は、物件・ご契約条件・時期により異なる場合がございます。</div><div style="text-align: center;">※掲載の特典は一例です。詳しい内容はスタッフまでお問い合わせください。</div><div style="text-align: center;">※他キャンペーンとの併用ができない場合がございます。</div><div style="text-align: center;">※キャンペーンは予告なく内容変更・終了となる場合がございます。</div><div style="text-align: center;">※詳細な適用条件につきましては、店舗スタッフまでご確認ください。</div>]]></description>
            <pubDate>2026-09-12</pubDate>
        </item>
                
        <item>
            <title>電動歯ブラシ</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-851199/</link>
            <description><![CDATA[<div style="text-align: center;"><div><span style="font-weight: bold; font-size: medium; color: rgb(51, 51, 51);">こんにちは！</span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(51, 255, 51);">ひだま</span></span><span style="font-size: medium; font-weight: bold; color: rgb(51, 255, 51);">りハウス</span><span style="font-size: medium; font-weight: bold;">　</span><span style="font-size: medium; font-weight: bold; color: rgb(51, 51, 51);">日立店　早戸です(o^―^o)</span></div><div><span style="font-size: medium; font-weight: bold; color: rgb(51, 51, 51);"><br></span></div><div><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">最近、ずっと気になっていたものを購入しました。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">それがこちら！</span></p><p class="isSelectedEnd"><strong style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153); font-size: medium;">「ブラウン オーラルB iOシリーズ5」</strong></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><span style="font-weight: bold; font-size: medium;"><img src="//cdn.img-asp.jp/cms/851199_1_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></span></p></div><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><p class="isSelectedEnd"><strong style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153); font-size: medium;"><br></strong></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">以前から電動歯ブラシが気になっていたのですが、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">「せっかく買うなら、ちょっと良いものを使ってみよう！」と思い、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">今回iO5を選んでみました！</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">実際に使ってみると、まず感じたのが「歯がツルツルになる！」ということ。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">普通の歯ブラシとは磨き方も違い、丸型のブラシが1本1本の歯を包み込むように動くので、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">今までとはちょっと違った磨き心地です。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">そして個人的に便利だなと思ったのが、押し付けすぎを教えてくれる機能。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><span style="font-weight: bold; font-size: medium;"><img src="//cdn.img-asp.jp/cms/851199_2_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></span></p></div><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">歯磨きって、意外と力を入れすぎてしまうことがありますよね。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">iO5にはスマート押し付け防止センサーが付いていて、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">強すぎたり、弱すぎたりすると教えてくれるので、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">「あ、今ちょっと力入れすぎてたな」と気づけます。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">また、iO5には、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 255, 153);">・毎日の歯磨きに使える「標準クリーン」<br>・しっかり磨きたいときの「強」<br>・優しく磨く「やわらか」<br>・さらに優しい「超やわらか」<br>・着色汚れなどが気になるときの「ホワイトニング」</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">など、5つのブラッシングモードがあるのも嬉しいところです。</span></p><p class="isSelectedEnd"><span style="font-size: medium; font-weight: bold;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium; font-weight: bold;">そして、まだ使っていない機能が……</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">実は今回iO5を買った理由のひとつがBluetooth対応だったこと。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">……なのですが、</span></p><p class="isSelectedEnd"><strong style="font-size: medium;">まだBluetoothを使っていません( *´艸｀)</strong></p><p class="isSelectedEnd"><strong style="font-size: medium;"><br></strong></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><span style="font-weight: bold; font-size: medium;"><img src="//cdn.img-asp.jp/cms/851199_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></span></p></div><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><p class="isSelectedEnd"><strong style="font-size: medium;"><br></strong></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">せっかくiO5を買ったのに、今のところ普通に電動歯ブラシとして使っています。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">iO5はスマートフォンの「<span style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153);">Oral-Bアプリ</span>」とBluetoothで接続することで、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">歯磨きの状況を確認したり、磨き方のアドバイスを受けたりできるそうです。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">「そこまで歯磨きを管理する必要あるのかな？」と思っていたのですが、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">せっかく付いている機能なので、これから一度使ってみようと思います。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">自分が普段どこを磨けていないのか分かるなら、ちょっと面白そうですよね。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;"><br></span></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/851199_4_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div><p class="isSelectedEnd"><span style="font-size: medium; font-weight: bold;"><br></span></p><p class="isSelectedEnd"><span style="font-size: medium; font-weight: bold;">毎日使うものだからこそ</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">歯ブラシって、毎日使うものなのに、今まであまり深く考えずに選んでいた気がします。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">今回iO5を使い始めてみて、「毎日使うものだからこそ、少し良いものを選ぶのもアリだな」と感じました。</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">まだ使い始めたばかりなので、これからBluetoothも接続して、</span></p><p class="isSelectedEnd"><span style="font-weight: bold; font-size: medium;">アプリを使った歯磨きも試してみたいと思います。</span></p><p><span style="font-weight: bold; font-size: medium;">しばらく使ってみて、普通の歯ブラシとの違いや、</span></p><p><span style="font-weight: bold; font-size: medium;">Bluetoothを使ってみた感想なども、またブログで紹介できればと思います！</span></p><p><span style="font-weight: bold; font-size: medium;"><br></span></p><p data-start="621" data-end="654" style="font-size: 13.12px;"><span style="color: rgb(51, 51, 51); font-weight: bold; font-size: medium;">最後までご覧いただきまして、ありがとうございます！</span></p><p data-start="1404" data-end="1433" style="font-size: 13.12px;"><strong data-start="1404" data-end="1433" style="font-size: medium;"></strong></p><h3 data-start="418" data-end="437" style="font-size: 13.12px;"><div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="color: rgb(51, 51, 51); font-weight: bold; font-size: medium;"><div style="word-break: break-all;"><div style="word-break: break-all;"><p class="clearfix" style="font-size: 16px;"><br></p></div></div></span></div></div></div><div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="color: rgb(51, 51, 51); font-weight: bold; font-size: medium;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="color: rgb(51, 51, 51); font-weight: bold; font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="color: rgb(51, 51, 51); font-weight: bold; font-size: medium;">〒316-0033　茨城県日立市中成沢町3-1-15</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="color: rgb(51, 51, 51); font-weight: bold; font-size: medium;">株式会社ひだまりハウス　日立店</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="color: rgb(51, 51, 51); font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" style="color: rgb(51, 51, 51); font-size: medium;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="color: rgb(51, 51, 51); font-size: medium;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span style="font-size: medium;">｜日立市｜いわき市｜北茨城市｜高萩市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span style="font-size: medium;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: medium;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"=""><span style="font-size: medium;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</span></div></div></h3></div></div>]]></description>
            <pubDate>2026-09-11</pubDate>
        </item>
                
        <item>
            <title>時間が過ぎるのは早い……</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-847159/</link>
            <description><![CDATA[<div><br></div><div><br></div><div style="text-align: center;"><br></div><div style="text-align: center;"><br></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">皆さんこんにちは！</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">ひだまりハウス日立店の舟生です＾＾</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">先日、中学時代にほぼ毎日遊んでいた友人から連絡をもらい</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: x-large; color: rgb(255, 0, 0);">8年ぶり</span><span style="font-weight: bold; font-size: large;">に再会しました！</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: medium; color: rgb(102, 102, 102);">元々人見知りをしてしまう癖があり………</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">毎日一緒に遊んでいたものの</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">8年ぶりの再会は</span></div><div style="text-align: center;"><span style="font-weight: bold; background-color: rgb(255, 255, 204); font-size: medium;">とてもとても緊張していました！！(/・ω・)/</span></div><div style="text-align: center;"><div><span style="font-weight: bold; font-size: large;"><br></span></div></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">今回、オシャレなごはんにいきたい！！という私の要望で</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">中目黒にある</span><span style="font-weight: bold; font-size: x-large; color: rgb(0, 0, 153);">『DRAセブン』</span><span style="font-weight: bold; font-size: large;">さんへ</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: medium;">お昼はflour+waterというベーカリーカフェで夜はDRAセブンという</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: medium;">イタリアンビストロになる素敵なお店でした☆彡</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><span style="font-weight: bold; font-size: large;"><img src="//cdn.img-asp.jp/cms/847159_1_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></span></p></div><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">この日いただいたのは</span></div><div style="text-align: center;"><span style="color: rgb(153, 0, 0); font-size: x-large; font-weight: bold;"><br></span></div><div style="text-align: center;"><span style="color: rgb(153, 0, 0); font-size: x-large; font-weight: bold;">牛レアカツ　赤ワインと山椒のソース</span></div><div style="text-align: center;"><span style="font-size: x-large; font-weight: bold; color: rgb(153, 0, 0);">苺のカプレーゼ</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: x-large; color: rgb(153, 0, 0);">カルパッチョ</span><span style="font-weight: bold; font-size: medium; color: rgb(187, 187, 187);">（名前忘れちゃいました…汗）</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: x-large; color: rgb(153, 0, 0);">ビスマルク</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><img src="//cdn.img-asp.jp/cms/847159_2_0_0_1.jpg" alt="" style="max-width: 100%; height: auto; width: 350px;"></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">どれも美味しすぎてテンション爆上がりでしたヾ(≧▽≦)ﾉ</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">なかでも、こちらの</span><span style="font-weight: bold; font-size: x-large; color: rgb(255, 102, 0);">ビスマルク</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><span style="font-weight: bold; font-size: large;"><img src="//cdn.img-asp.jp/cms/847159_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></span></p></div><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">店内の薪窯で焼き上げているらしく</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">生地がもちもち、カリカリですっごく美味しかったです♪</span></div><div style="text-align: center;"><div><span style="font-weight: bold; font-size: large;"><br></span></div><div><span style="font-weight: bold; font-size: large;"><br></span></div></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">再会した友人とも当時の話だったり、近況報告など8年ぶりとは思えないほど</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">たくさんお話できて、久しぶりに会っても</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">当時と変わらず楽しく、嬉しい再会となりました(#^^#)</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;"><br></span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">ごはん屋さんもとってもオススメなので</span></div><div style="text-align: center;"><span style="font-weight: bold; font-size: large;">都内に行く際はぜひ行ってみてください☆彡</span></div><div style="text-align: center;"><br></div><div style="text-align: center;"><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, ">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, ">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, ">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, ">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, ">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><span ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" font-size:="" medium;"="" sans-serif;"="" style="box-sizing: border-box; font-family: メイリオ, Meiryo, "><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><span ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" font-size:="" medium;"="" sans-serif;"="" style="box-sizing: border-box; font-family: メイリオ, Meiryo, ">｜日立市｜いわき市｜北茨城市｜高萩市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><span ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" font-size:="" medium;"="" sans-serif;"="" style="box-sizing: border-box; font-family: メイリオ, Meiryo, ">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" font-size:="" medium;"="" sans-serif;"="" style="box-sizing: border-box; font-family: メイリオ, Meiryo, ">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "><span ＭＳ="" ゴシック",="" "hiragino="" kaku="" gothic="" pron",="" "ヒラギノ角ゴ="" pron="" w3",="" sans-serif;="" font-size:="" medium;"="" sans-serif;"="" style="box-sizing: border-box; font-family: メイリオ, Meiryo, ">｜売買｜売却｜購入｜住宅ローン｜不動産｜</span></div></div>]]></description>
            <pubDate>2026-09-10</pubDate>
        </item>
                
        <item>
            <title>〇〇が増える予感・・・！？</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-848299/</link>
            <description><![CDATA[<div style="text-align: center;"><br></div><div style="text-align: center;"><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">みなさんこんにちは</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">ひだまりハウス日立店の樫村です(^-^)</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(204, 0, 0);">9月</span>になりましたね～！</span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(204, 102, 0);">少しずつ秋っぽくなってきたかな？</span>と思いきや、まだまだ<span style="color: rgb(255, 102, 102);">暑い日</span>が続いていますね( ˊᵕˋ ; )</span></div><div><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><br></p></div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_2_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div></div></div></div></div></div><div><span style="font-weight: bold; font-size: medium; color: rgb(255, 255, 255); background-color: rgb(255, 102, 0);">最近はお店の飾り付けも秋仕様になったので、</span></div><div><span style="font-weight: bold; font-size: medium; color: rgb(255, 255, 255); background-color: rgb(255, 102, 0);">店内では少し秋を感じられるようになりました(^^)v</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centermedium;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_1_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><br></div><p class="clearfix"><br></p><p class="clearfix"><br></p></div></div></div></div><div><span style="font-weight: bold; font-size: medium;">そんな<span style="color: rgb(204, 102, 0);">秋の始まり</span>ですが、<span style="color: rgb(255, 102, 102);">最近の私</span>はというと…</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 153);">あるアニメにすっかりハマっています…(^-^)</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: 700; font-size: xx-large; color: rgb(255, 255, 255); background-color: rgb(204, 0, 0);">「SAKAMOTO DAYS」</span></div><div><span style="font-weight: bold; font-size: medium;">最近見始めたのですが、思っていた以上に面白くて、すっかりハマってしまいました！</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">最初は<span style="color: rgb(255, 153, 0);">「ちょっと見てみようかな～」</span>くらいの気持ちだったのですが、</span></div><div><span style="font-weight: bold; font-size: medium;">続きが気になってしまって、気づけば<span style="color: rgb(255, 153, 102);">どんどん次の話へ</span>……（笑）</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: x-large; color: rgb(255, 0, 0);">なんと2日でアニメを全部見終わりました( °-° )！</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">自分でも「見終わるの早すぎない？？」と思いました（笑）</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_4_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 153);">登場するキャラクターもみんなかっこよくて、</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 153);">見ているうちに気になるキャラクターがどんどん増えていきました♪</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold;"><span style="font-size: medium;">今のところは</span><span style="font-size: x-large; color: rgb(204, 0, 0);">南雲くん</span><span style="font-size: medium;">と</span><span style="font-size: x-large; color: rgb(51, 153, 153);">勢羽兄弟</span><span style="font-size: medium;">がお気に入りです！</span></span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_6_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_5_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_7_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(204, 255, 255);">勢羽兄弟どちらもかっこいいです…アニメ見てるときは兄弟とは知らず</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(204, 255, 255);">どちらも気になっていたのですが、HPで後々兄弟ということを知りました（笑）</span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(204, 255, 255);">好みがわかりやすいですね(^-^)</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_8_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div></div></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">そして南雲くんは……かなり好きです（笑）</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><br></p></div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_9_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><p class="clearfix"><span style="background-color: rgb(255, 204, 153);"><span style="font-size: medium; font-weight: 700;">あと</span><span style="font-size: medium; font-weight: 700;">大佛ちゃんも好きです…カツ丼かきこんでるのかわいいです(^-^)</span></span></p><p class="clearfix"><span style="font-size: medium; font-weight: 700;"><br></span></p><p class="clearfix"><span style="font-size: medium; font-weight: 700;">もしかしたら</span><span style="font-weight: 700; font-size: x-large; color: rgb(204, 0, 0);">新しい推しが増えるかも</span><span style="font-size: medium; font-weight: 700;">しれません…!(^^)!</span></p></div></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">まだアニメを見終わったばかりなので、これから原作も読んでみたいな～と思っています♪</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">最近は<span style="color: rgb(255, 102, 0);">休日に好きなアニメ</span>を見たり、<span style="color: rgb(204, 102, 204);">絵を描いたり</span></span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(204, 255, 255);">のんびり過ごす時間が楽しくて、気づいたらあっという間にお休みが終わっています(;^ω^)</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium;">みなさんは<span style="color: rgb(255, 102, 0);">最近ハマっていること</span>はありますか？</span></div><div><span style="font-weight: bold; font-size: medium;"><span style="color: rgb(255, 102, 102);">おすすめのアニメ</span>や<span style="color: rgb(255, 204, 0);">映画</span>などがあったら、ぜひ教えてください♪</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(255, 204, 204);">まだまだ暑い日が続きそうなので、みなさんも体調に気をつけてお過ごしください！</span></div><div><div style="text-align:centerlarge;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/848299_10_0_0_1.jpg" style="max-width: 100%;height:auto;width:450px;" alt=""></p></div><br></div><div><span style="font-weight: bold; font-size: medium; background-color: rgb(204, 255, 255);">それでは、また次回のブログでお会いしましょう～！</span></div><div><span style="font-weight: bold; font-size: medium;"><br></span></div><div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="font-size: medium;">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" style="font-size: medium;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="font-size: medium;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"=""></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;">｜日立市｜北茨城市｜高萩市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: medium;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="font-size: 13.12px;"><span style="font-size: medium;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</span></div></div></div>]]></description>
            <pubDate>2026-09-07</pubDate>
        </item>
                
        <item>
            <title>今年こそ走ってみたい！「ひたちシーサイドマラソン2026」</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-848195/</link>
            <description><![CDATA[<h1 data-section-id="1tk7nk7" data-start="0" data-end="31" class="PDq2pG_selectionAnchorContainer" style="text-align: center; color: rgb(0, 0, 0);"><br></h1><p data-start="33" data-end="39" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">こんにちは！ひだまりハウス　田崎です！</p><p data-start="33" data-end="39" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="41" data-end="60" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">最近、ちょっと気になることがあります。</p><p data-start="41" data-end="60" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="62" data-end="83" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="62" data-end="83">「なんか……太ってきた気がする。」</strong></p><p data-start="62" data-end="83" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="62" data-end="83"><br></strong></p><p data-start="85" data-end="116" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">いや、「気がする」ではなく、</p><p data-start="85" data-end="116" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">たぶん普通に太ってきています（笑）</p><p data-start="85" data-end="116" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="118" data-end="219" style="color: rgb(0, 0, 0); font-size: medium;"><div style="text-align: center;">仕事柄、車で移動することも多く、</div><div style="text-align: center;">普段からなかなか運動する機会がありません。</div><div style="text-align: center;"><br></div><div style="text-align: center;">「そろそろ運動しないとな～」と思いながらも、</div><div style="text-align: center;">仕事が終わると家でゆっくりしてしまったり、</div><div style="text-align: center;">美味しいものを食べてしまったり……。</div><div style="text-align: center;"><br></div></p><p data-start="221" data-end="248" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">そんな中、今年も開催されると知って気になっているのが、</p><p data-start="250" data-end="275" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="250" data-end="275" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">「ひたちシーサイドマラソン2026」です！</p><p data-start="250" data-end="275" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="250" data-end="275" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><img class="alreadyUpImage 1" style="display: block;margin: 0 auto;max-width: 100%; " src="https://cdn.img-asp.jp/cms/848195_1_0_0_1.jpg"></p><p data-start="277" data-end="393" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="277" data-end="393" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">2026年は11月15日（日）に開催予定で、</p><p data-start="277" data-end="393" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">日立市市民運動公園をスタート・フィニッシュ地点として、</p><p data-start="277" data-end="393" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">なんと<strong data-start="329" data-end="348">42.195kmのフルマラソン</strong>が行われます。<span class="contents" data-content-reference-start="356" data-content-reference-end="388"><span class="" data-state="closed"></span></span></p><p data-start="277" data-end="393" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="277" data-end="393" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><img class="alreadyUpImage 2" style="display: block;margin: 0 auto;max-width: 100%; " src="https://cdn.img-asp.jp/cms/848195_2_0_0_1.jpg"></p><p data-start="395" data-end="403" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="395" data-end="403" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">正直に言います。</p><p data-start="395" data-end="403" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="405" data-end="426" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="405" data-end="426">42.195kmは長すぎます（笑）</strong></p><p data-start="405" data-end="426" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="405" data-end="426"><br></strong></p><p data-start="428" data-end="466" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">普段ほとんど走っていない自分からすると、想像するだけで足が痛くなりそうです。</p><p data-start="428" data-end="466" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="468" data-end="507" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">でも、こういう「きっかけ」がないと、本気で運動を始めないような気もしています。</p><h2 data-section-id="8xvlke" data-start="514" data-end="534" style="text-align: center; color: rgb(0, 0, 0);"><br></h2><p data-start="536" data-end="581" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">ひたちシーサイドマラソンの大きな魅力は、</p><p data-start="536" data-end="581" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">やっぱり<strong data-start="560" data-end="580">日立の海を感じながら走れるところ</strong>。</p><p data-start="536" data-end="581" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="536" data-end="581" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><img class="alreadyUpImage 4" style="display: block;margin: 0 auto;max-width: 100%; " src="https://cdn.img-asp.jp/cms/848195_4_0_0_1.jpg"></p><p data-start="583" data-end="642" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="583" data-end="642" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">コースには、普段は歩行者が通行できない海上の国道6号日立バイパスも含まれていて、</p><p data-start="583" data-end="642" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">太平洋を眺めながら走ることができます。</p><p data-start="583" data-end="642" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="644" data-end="717" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">公式サイトでも「海の上を走る、非日常の絶景コース」と紹介されています。<span class="contents" data-content-reference-start="675" data-content-reference-end="694"><span class="" data-state="closed"></span></span></p><p data-start="644" data-end="717" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="719" data-end="734" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">これ、かなり楽しそうですよね。</p><p data-start="719" data-end="734" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="736" data-end="753" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">普段車で通る道を、自分の足で走る。</p><p data-start="736" data-end="753" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="755" data-end="765" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">しかも目の前には海。</p><p data-start="755" data-end="765" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="767" data-end="795" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">普段のランニングとは、かなり違った景色を楽しめそうです。</p><span class="contents" data-content-reference-start="774" data-content-reference-end="896" style="color: rgb(0, 0, 0); font-size: medium;"><div style="text-align: center;"><br></div></span><h2 data-section-id="1xbf831" data-start="880" data-end="902" style="text-align: center; color: rgb(0, 0, 0);"><br></h2><p data-start="904" data-end="928" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">「海を見ながら気持ちよく走れるなら最高じゃん！」</p><p data-start="930" data-end="956" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">と思ったのですが、どうやらそんなに甘くないようです。</p><p data-start="958" data-end="1042" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">ひたちシーサイドマラソンは、</p><p data-start="958" data-end="1042" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">アップダウンのある走りごたえのあるコースとして紹介されています。<span class="contents" data-content-reference-start="1064" data-content-reference-end="1096"><span class="" data-state="closed"></span></span></p><p data-start="958" data-end="1042" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1044" data-end="1063" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">42.195kmに加えてアップダウン。</p><p data-start="1044" data-end="1063" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1065" data-end="1078" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">今の自分の体力を考えると、</p><p data-start="1065" data-end="1078" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1080" data-end="1097" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="1080" data-end="1097">「本当に完走できるのか？」</strong></p><p data-start="1080" data-end="1097" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="1080" data-end="1097"><br></strong></p><p data-start="1099" data-end="1110" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">という不安があります。</p><p data-start="1099" data-end="1110" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1112" data-end="1124" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">しかも制限時間は6時間。</p><p data-start="1112" data-end="1124" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1126" data-end="1162" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">単純計算すると、1kmあたり約8分31秒以内で進み続ける必要があります。</p><p data-start="1126" data-end="1162" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1164" data-end="1197" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">もちろん給水したり、少し歩いたりする時間も考えなければいけません。</p><p data-start="1164" data-end="1197" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1199" data-end="1229" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">そう考えると、これはかなり真面目に練習しないと厳しそうです。</p><p data-start="1385" data-end="1406" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="1662" data-end="1712" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">とはいえ、いきなり42.195kmを目指すのは無謀なので、</p><p data-start="1662" data-end="1712" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">まずはウォーキングから始めたいと思います。</p><p data-start="1662" data-end="1712" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="2150" data-end="2180" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">マラソンって、実際に走る人だけのイベントではないんですよね。</p><p data-start="2150" data-end="2180" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="2182" data-end="2240" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">沿道から応援する人、</p><p data-start="2182" data-end="2240" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">ボランティアの方、</p><p data-start="2182" data-end="2240" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">大会を運営する方、</p><p data-start="2182" data-end="2240" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">給水を担当する方など、たくさんの人が関わっています。</p><p data-start="2182" data-end="2240" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="2242" data-end="2326" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">公式サイトでも「日立のまちが一体となったマラソン大会」を大会コンセプトの一つに掲げています。<span class="contents" data-content-reference-start="2325" data-content-reference-end="2345"><span class="" data-state="closed"></span></span></p><p data-start="2242" data-end="2326" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="2328" data-end="2367" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">沿道から「頑張れ！」と声をかけてもらったら、たぶんかなり力になるんでしょうね。</p><p data-start="2328" data-end="2367" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="2369" data-end="2392" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">逆に、自分が応援する側になるのも楽しそうです。</p><p data-start="2642" data-end="2647" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3024" data-end="3030" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">最終的には、</p><p data-start="3032" data-end="3058" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="3032" data-end="3058">「ひたちシーサイドマラソン、完走しました！」</strong></p><p data-start="3060" data-end="3077" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">というブログを書けたら最高ですね。</p><p data-start="3060" data-end="3077" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3079" data-end="3110" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">そのためにも、まずは今日から少しずつ頑張ってみたいと思います。</p><p data-start="3079" data-end="3110" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3112" data-end="3128" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="3112" data-end="3128">目標は42.195km。</strong></p><p data-start="3112" data-end="3128" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3130" data-end="3141" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">そして一番の目標は……</p><p data-start="3130" data-end="3141" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3143" data-end="3175" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="3143" data-end="3175">「最近太ってきた」を「最近ちょっと痩せた」に変えること！</strong></p><p data-start="3143" data-end="3175" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><strong data-start="3143" data-end="3175"><br></strong></p><p data-start="3177" data-end="3192" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">これでいきたいと思います（笑）</p><p data-start="3177" data-end="3192" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3194" data-end="3229" data-is-last-node="" data-is-only-node="" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">日立の海を見ながら走るのを目標に、まずは運動不足解消から始めてみます！</p><p data-start="3194" data-end="3229" data-is-last-node="" data-is-only-node="" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3194" data-end="3229" data-is-last-node="" data-is-only-node="" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;">最後までご覧いただきましてありがとうございます！</p><p data-start="3194" data-end="3229" data-is-last-node="" data-is-only-node="" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3194" data-end="3229" data-is-last-node="" data-is-only-node="" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><p data-start="3194" data-end="3229" data-is-last-node="" data-is-only-node="" style="text-align: center; color: rgb(0, 0, 0); font-size: medium;"><br></p><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜日立市｜いわき市｜北茨城市｜高萩市｜</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="text-align: center; color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</div>]]></description>
            <pubDate>2026-09-04</pubDate>
        </item>
                
        <item>
            <title>終わった夏休み</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-845484/</link>
            <description><![CDATA[<div style="text-align: center;"><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><span style="font-size: x-large; font-weight: bold;">みなさん　こんにちは！</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><span style="font-size: x-large; font-weight: bold;">ひだまりハウスの橋本です。</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline; font-size: x-large;"><br></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline; color: rgb(38, 50, 56); font-size: x-large; font-weight: 700;"><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">子供たちの夏休みが終わった</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">長かったようで、振り返るとあっという間だった夏休み。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/845484_1_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/845484_5_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div><p class="clearfix"><br></p></div><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">朝から聞こえてきた</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">「お腹すいたー！」</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">「今日どこ行く？」</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">「宿題やった？」</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">という声も、今日でひと区切りです。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">一緒に出かけたり、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">たくさん遊んだり、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">何度も笑い合ったり。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/845484_2_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/845484_3_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p><div style="text-align:centermedium;word-break: break-all;"><p class="clearfix"><img src="//cdn.img-asp.jp/cms/845484_4_0_0_1.jpg" style="max-width: 100%;height:auto;width:350px;" alt=""></p></div><p class="clearfix"><br></p></div><p class="clearfix"><br></p></div></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">特別な出来事だけではなく、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">何気なく過ごした毎日の一つひとつが、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">かけがえのない思い出になりました。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">家の中が少し静かになると、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">寂しさを感じる一方で、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">正直、少しホッとする気持ちもあって…</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">それでも、子供たちの笑顔や声で満たされていた日々を思うと、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">この夏休みも家族にとって大切な宝物です。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">たくさんの思い出をくれてありがとう。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">元気に過ごしてくれてありがとう。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">子供たちはまた学校へ。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">そして親も、いつもの日常へ。</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">それぞれの場所で頑張りながら、</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">また一緒に笑える時間を大切にしていこうね。</div></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline; font-size: x-large;"><br></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline; font-size: x-large;"><br></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜日立市｜いわき市｜北茨城市｜高萩市｜</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="box-sizing: border-box;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" ＭＳ="" ゴシック",="" pron",="" "ヒラギノ角ゴ="" pron="" sans-serif;"="" style="color: rgb(38, 50, 56); font-size: 14px; box-sizing: border-box; margin: 0px; padding: 0px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border: 0px; outline: 0px; line-height: 1.5; vertical-align: baseline;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</div></div>]]></description>
            <pubDate>2026-09-03</pubDate>
        </item>
                
        <item>
            <title>福島旅行ぱ～と２</title>
            <link>https://www.hidamarihouse-hitachi.com/blog/entry-848850/</link>
            <description><![CDATA[<h1 style="text-align: center;"><span style="font-size: x-large;">福島県旅行ぱーと２</span></h1><p class="isSelectedEnd"><div style="text-align: center;"><span style="font-size: x-large;">こんにちは！</span></div><div style="text-align: center;"><span style="font-size: x-large;">ひだまりハウス日立店の市毛です！</span></div><div style="text-align: center;"><span style="font-size: x-large;"><br></span></div><div style="text-align: center;"><span style="font-size: x-large;"><br></span></div></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">前回に引き続き、<strong>福島県旅行ぱーと２</strong>です</span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">今回ご紹介するのは、福島県にある**吾妻小富士（あづまこふじ）**です！</span></p><img class="alreadyUpImage 2" style="display: block;margin: 0 auto;max-width: 100%; " src="https://cdn.img-asp.jp/cms/848850_2_0_0_1.jpg"><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">吾妻小富士は、山頂まで登ると大きな火口を見ることができる場所で、今回はせっかくなので<strong>火口をぐるっと一周してきました！</strong></span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;"><strong><br></strong></span></p><p class="isSelectedEnd"><div style="text-align: center;"><span style="font-size: x-large;">実際に近くで見るとかなり迫力があり、</span></div><div style="text-align: center;"><span style="font-size: x-large;">「これが自然にできたものなのか……！」と、ちょっと感動しました</span></div><div style="text-align: center;"><span style="font-size: x-large;"><br></span></div><img class="alreadyUpImage 3" style="display: block;margin: 0 auto;max-width: 100%; " src="https://cdn.img-asp.jp/cms/848850_3_0_0_1.jpg"></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">火口の周りを歩きながら景色を眺めていると、福島の山々が一望できて、天気も良かったので最高の景色でした✨</span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">普段はなかなか山に登る機会がないので、最初は「意外と大変かな？」と思っていましたが、景色を楽しみながら歩いているとあっという間でした！</span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">そして何より、<strong>火口を一周できるという普段なかなかできない経験</strong>ができて大満足です</span></p><p class="isSelectedEnd" style="text-align: center;"><br></p><p class="isSelectedEnd" style="text-align: center;"><br></p><p class="isSelectedEnd" style="text-align: center;"><br></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">福島県に行った際には、ぜひ一度訪れてみてください！</span></p><p class="isSelectedEnd" style="text-align: center;"><span style="font-size: x-large;">自然が好きな方はもちろん、ちょっとしたハイキングを楽しみたい方にもおすすめです</span></p><img class="alreadyUpImage 1" style="display: block;margin: 0 auto;max-width: 100%; " src="https://cdn.img-asp.jp/cms/848850_1_0_0_1.jpg"><p style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p style="text-align: center;"><span style="font-size: x-large;"><br></span></p><p style="text-align: center;"><span style="font-size: x-large;">それでは、今回はこの辺で！</span></p><p style="text-align: center;"><br></p><p style="text-align: center;"><span style="font-size: x-large;"><br></span></p><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;">ひだまりハウスは新築・中古戸建て・売地・マンションの不動産情報満載～</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;">〒316-0033　茨城県日立市中成沢町3-1-15</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 0,="" 51);"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;">株式会社ひだまりハウス　日立店</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);="" font-size:="" large;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;">フリーコール　0120-12-9977</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><b ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(7,="" 81,="" 154);"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: transparent; border: 0px; outline: 0px; font-size: medium; line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;">TEL:0294-59-3811　FAX：0294-59-3822</b></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><span style="box-sizing: border-box; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; font-size: medium;"><br ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;"="" style="box-sizing: border-box;"></span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><span style="box-sizing: border-box; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; font-size: medium;">｜日立市｜北茨城市｜高萩市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><span style="box-sizing: border-box; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; font-size: medium;">｜那珂市｜｜東海村｜常陸太田市｜常陸大宮市｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><span ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; font-size: medium;">｜土地｜戸建｜新築｜中古｜マンション｜</span></div><div ヒラギノ角ゴ="" pro="" w3",="" "hiragino="" kaku="" gothic="" pro",="" メイリオ,="" meiryo,="" "ＭＳ="" Ｐゴシック",="" helvetica,="" sans-serif;="" word-break:="" break-word;="" color:="" rgb(51,="" 51,="" 51);="" font-size:="" 13.28px;="" background-color:="" rgb(255,="" 255,="" 255);="" line-height:="" 20.992px;"="" break-word;"="" style="box-sizing: border-box; margin: 0px; padding: 0px; background: rgb(247, 247, 247); border: 0px; outline: 0px; font-size: 14px; color: rgb(38, 50, 56); line-height: 1.5; vertical-align: baseline; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; text-align: center;"><span style="box-sizing: border-box; font-family: メイリオ, Meiryo, "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; font-size: medium;">｜売買｜売却｜購入｜住宅ローン｜不動産｜</span></div>]]></description>
            <pubDate>2026-09-01</pubDate>
        </item>
            </channel>
</rss>
