.reviewBox { display: block; max-width: 500px; background: #F5F7FF; border: 1px solid #7B86C6; margin: 20px auto; padding: 0; border-radius: 10px; } .reviewBox .reviewBox_content { padding: 30px; } .reviewBox .reviewBox_title1 { margin: 0; padding: 12px; background: #7B86C6; text-align: center; font-size: 15px !important; font-weight: bold; border-radius: 10px 10px 0 0; line-height: 1.3em; border: none; color: #fff !important; } .reviewBox .reviewBox_title1:before { font-family: "Font Awesome 5 Free"; content: "\f005"; font-weight: 600; padding-right: 5px; font-size: .9em !important } .reviewBox .reviewBox_title2 { margin: 0; padding: 0; line-height: 1.3em; font-size: 16px; margin-bottom: 10px; font-weight: bold; border: none; } .reviewBox .reviewBox_title2:before { content: none !important; } .reviewBox .reviewBox_top { margin: auto; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .reviewBox .reviewBox_top p { margin: 0; padding: 0; line-height: 1.3em; padding-bottom: 12px; font-size: 15px !important; } .reviewBox .reviewBox_top p:before { font-family: "Font Awesome 5 Free"; content: "\f00c"; font-weight: 600; padding-right: 5px; font-size: .8em; } .reviewBox .reviewBox_top .reviewBox_left, .reviewBox .reviewBox_top .reviewBox_right { width: 50%; } .reviewBox .reviewBox_top .reviewBox_right img { display: block; margin: auto; width: 160px; } .reviewBox .reviewBox_center { margin-top: 10px; } .reviewBox .reviewLink { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .reviewBox .reviewLink a { font-size: 15px !important; color: #444 !important; border: 2px solid #444; padding: .6em 2em; margin: 5px; width: 50%; text-align: center; margin-top: 30px; text-decoration: none; } .reviewBox .reviewLink a:nth-child(2) { background: #7B86C6; color: #fff !important; border: 2px solid #7B86C6; } .reviewBox .reviewLink a:before { font-family: "Font Awesome 5 Free"; content: "\f138"; font-weight: 600; padding-right: 5px; } .reviewBox .reviewBox_center { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; padding: 20px 0; } .reviewBox .reviewBox_center .progress-circle { width: 25%; margin: auto; } .reviewBox .progress-circle { font-size: 12px !important; margin: 20px; position: relative; /* so that children can be absolutely positioned */ padding: 0; width: 5em !important; height: 5em !important; background-color: #D7DBF3; border-radius: 50%; line-height: 5em; } .reviewBox .reviewBox_score { font-size: 13px !important; text-align: center; line-height: 1em; z-index: 4; padding-top: 5.5em; display: block; font-weight: 600; } .reviewBox .reviewBox_score p { margin: 0; font-size: 12px !important; width: 120% !important; margin-left: -10% !important; } .reviewBox .progress-circle:after { border: none; position: absolute; top: 0.5em; left: 0.5em; text-align: center; display: block; border-radius: 50%; width: 4em; height: 4em; background-color: #F5F7FF; content: " "; } .reviewBox .progress-circle .progress-text { position: absolute; line-height: 2.6em; width: 2.6em; text-align: center; display: block; color: #444 !important; font-size: 23px !important; z-index: 2; font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif; } .reviewBox .left-half-clipper { border-radius: 50%; width: 5em; height: 5em; position: absolute; /* needed for clipping */ clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ } .reviewBox .progress-circle.over50 .left-half-clipper { clip: rect(auto, auto, auto, auto); } .reviewBox .value-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 2.5em, 5em, 0); width: 5em !important; height: 5em !important; border-radius: 50%; border: 0.5em solid #7B86C6; box-sizing: border-box; } .reviewBox .progress-circle.over50 .first50-bar { position: absolute; /*needed for clipping*/ clip: rect(0, 5em, 5em, 2.5em); background-color: #7B86C6; border-radius: 50%; width: 5em; height: 5em; } .reviewBox .progress-circle:not(.over50) .first50-bar { display: none; } .reviewBox .progress-circle.p0 .value-bar { display: none; } .reviewBox .progress-circle.p1 .value-bar { transform: rotate(4deg); } .reviewBox .progress-circle.p10 .value-bar { transform: rotate(36deg); } .reviewBox .progress-circle.p20 .value-bar { transform: rotate(72deg); } .reviewBox .progress-circle.p30 .value-bar { transform: rotate(108deg); } .reviewBox .progress-circle.p40 .value-bar { transform: rotate(144deg); } .reviewBox .progress-circle.p50 .value-bar { transform: rotate(180deg); } .reviewBox .progress-circle.p60 .value-bar { transform: rotate(216deg); } .reviewBox .progress-circle.p70 .value-bar { transform: rotate(252deg); } .reviewBox .progress-circle.p80 .value-bar { transform: rotate(288deg); } .reviewBox .progress-circle.p90 .value-bar { transform: rotate(324deg); } .reviewBox .progress-circle.p100 .value-bar { transform: rotate(360deg); } @media screen and (max-width:480px) { .reviewBox .reviewBox_content { padding: 15px; } .reviewBox .reviewBox_top .reviewBox_right img { width: 220px; } .reviewBox .reviewBox_top p { font-size: 13px !important; } .reviewBox .reviewBox_top p:first-child { font-size: 15px !important; } .reviewBox .reviewBox_center { padding: 0; margin-top: 20px; margin-bottom: 20px; } .reviewBox .reviewLink a { padding: .5em; } .reviewBox .reviewBox_top { flex-direction: column; flex-wrap: wrap; justify-content: center; align-items: center; } .reviewBox .reviewBox_top .reviewBox_left { -webkit-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2; width: 90%; margin: auto; margin-top: 20px; } .reviewBox .reviewBox_top .reviewBox_right { -webkit-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; width: 100%; } .reviewBox .reviewLink a { font-size: 13px !important; } .reviewBox .progress-circle .progress-text { line-height: 2.2em; width: 2.2em; font-size: 23px !important; } .reviewBox .progress-circle { font-size: 10px !important; } .reviewBox .reviewBox_score p { font-size: 10px !important; } } 大阪府北部地震を経験、新天地でライフスタイルを模索 | 人生の目標を持つこと
本 ペ ー ジ は プ ロ モ ー シ ョ ン が 含 ま れ て い ま す

大阪府北部地震を経験、新天地でライフスタイルを模索

災 害 に 遭 遇 : 今 後 の 生 活 ス タ イ ル を 熟 慮 し て

 

私達夫婦は、2年前に引越しました。人それぞれ引越をする理由はありますが、例えば、会社の転勤、災害、個人的な事情など様々ですが、私達の場合災害でした。私達の引越の具体的な理由:地震or台風による家屋の損壊。地震が発生した時点で私達の住まいの屋根瓦がズレて、その後台風による瓦が多数ずり落ち、雨降りもあって、雨漏りする箇所が多数見受けられました。

 

住まい自体も築60年以上経っており、良く長持ちしていましたが、やはり老巧化が避けられなく、毎年少しずつでも手直しをしとけばもっと被害を減らせたのではないかと後悔しています。自治体(市役所)でも罹災証明の受付もしていて、(リフォーム費用の)補助も受けられるのも聞いていましたが、手持ちの資金が少ないので、妻と話し合って、国や自治体の補助を受けても、大半の費用は、私達が負担するから、リフォームしても今後の手持ち預金が大幅に減るので、不安な気持ちになりました。

 

新 天 地 で 新 た な ラ イ フ ス タ イ ル を 目 指 し て

 

私たち夫婦は、別な視点で今後の方向性を考えますと、以前の住まいは、親から相続した不動産であり、個人の財産を売却して別の土地に引越する方法もあります。私達は、(1)税理士の先生に相続の相談、(2)home’s、suumo、niftty不動産、不動産ジャパン等不動産サイト数社の物件リサーチを始めました。

 

私達の転居先の望む条件:(1)私の勤務先に近いor公共交通機関(バス、電車)のダイヤの本数が豊富(2)自宅の近くに商業施設(スーパーマーケット)がある場所 を念頭に毎日随時webリサーチ、休日に不動産会社来店し相談。ある日妻がとある不動産物件を見付けて、私に見せてくれました。その物件は、(1)勤務先へは、所要時間:片道30分~1時間、しかし通勤時間帯以外の時間は、他にのエリアと比べ極端にダイヤ数が少ない。(2)自宅から徒歩15分の距離に商業施設(スーパーマーケット)あり。

 

早速、その物件を販売する不動産会社に来店し、その物件を見学。物件内容の説明を受け、(1)前所有者の方は、地震発生した頃、屋根の修繕をしてから引越済み。(2)浴槽の水垢汚れが取れてないorほとんどの部屋の照明器具がない。この物件の(購入するかどうか)返事をずっと保留しておくと、私達以外の第三者の人に直ぐに購入される恐れがあるので、販売店担当者には、購入する返事をして、ついに転居。

 

入居前、『住まい探しをする人の理想の住まいは、果たして見つかるのですか?』と不動産販売の人に尋ねましたら、『(購入金額の予算もありますから)お客様の住みたい理想の住まいを100%見つかるかどうか、難しいですね。70%のお客様の理想の住まいでも新たな発見、気付きがありますよ。』と。

 

中古住宅に居住して感じられたこと

【妻からの愚痴】①家の内装壁の汚れ、②浴槽の水垢汚れ、③トイレの暖房便座が利用不能(下水機能ok)、④新築住まいのように断熱材がないので、夏はクーラー無しでは、過ごせない。⑤住まいの内外に階段があり、平地に住んでいた人にとっては、登り降りが辛い⑥公共交通機関(バス、電車)のダイヤ数が他の地域と比べ少なく、休日に出かけるには、出かけずらい。

 

【改善案リサーチ気付き】①内装壁にはホームセンターで手頃な値段で壁紙を購入して、利用する②まだ未定(サイトリサーチでは、バスルームの大掛かりなリフォーム以外に、汚れた部分の汚れをペンキで塗る業者を発見)③まだ未定④まだ未定(ホームセンターで断熱材を発見、どう使うか思案中)⑤テレビ番組:所さん司会の“ポッンと一軒家”で発見、「人間の身体は、平地よりも厳しい環境でも対応力がある」⑥一つの交通機関ばかりに頼るだけでなく、別の行き方(別のバス会社のダイヤや運行路線、徒歩の近道)を探索中。

 

ま と め : 中 古 住 宅 で の 環 境 に 工 夫 が 要 る!

 

この記事をお読みになられた方は、どんな悩みをお持ちなのでしょうか?色々とお話させて頂きましたが、読者の人の悩みの解決の一助言になれば、幸いです。

Verified by MonsterInsights
タイトルとURLをコピーしました