CINXE.COM
駅・路線から探す|茨城県のシャーメゾン|積水ハウスの賃貸住宅
<!DOCTYPE HTML> <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>駅・路線から探す|茨城県のシャーメゾン|積水ハウスの賃貸住宅</title> <meta name="viewport" content="target-densitydpi=device-dpi,width=768,user-scalable=no,maximum-scale=1"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta name="description" content="茨城県のシャーメゾンを駅・路線から探す。積水ハウスの賃貸住宅「シャーメゾン」の公式サイトです。シャーメゾンの賃貸物件を都道府県ごと、沿線や駅ごと、様々なこだわり条件ごとに検索できます。シャーメゾンのブランドコンセプトやCMギャラリーなどもご覧いただけます。"> <meta name="keywords" content="駅,路線,探す,茨城県,シャーメゾン,ShaMaison,積水ハウス,賃貸,賃貸住宅,賃貸物件,アパート,マンション"> <meta name="robots" content="index,follow"> <link rel="stylesheet" href="/common/css/style.css"> <link rel="stylesheet" href="/common/css/parts.css"> <script type="text/javascript" src="/sys/js/partlist_make.js"></script> <script src="/sys/js/alert_pop.js" type="text/javascript"></script> <script src="/common/js/jquery-1.8.3.min.js"></script> <script src="/common/js/base.js"></script> <script src="/common/js/jquery.customSelect.js"></script> <script src="/common/js/form.js"></script> <script src="/sys/js/cookie_syori.js"></script> <script src="/sys/js/count_request.js" type="text/javascript"></script> <script src="/common/js/checkbox.js"></script> <script src="/common/js/acc.js"></script> <script type="text/javascript" src="/sys/js/partlist_make.js"></script> <!--[if lt IE 9]> <script src="/common/js/html5shiv.js"></script> <![endif]--> <script> window.dataLayer = window.dataLayer || []; dataLayer.push({ 'dimension4': 'route' }); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MFTSWSH');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> <!-- $(document).ready(function(){ $("select[name=CFR],select[name=CTO],input[name=ADM],input[name=chkLayoutCd],input[name=chkPartSrchCd],input[name=agePartSrchCd],input[name=stationPartSrchCd],input[name=chkRouteCd],select[name=SFR],select[name=STO]").change(function(){ getCountJudge(); }); }); function getCountJudge(){ var data; data = commaSeparate('chkRouteCd'); var param = getCountParam(); getCommonCount(param); } function getCountParam() { var tmp = commaSeparate('chkLayoutCd'); document.srchListForm.KD.value = margeKD('chkPartSrchCd'); document.srchListForm.KD.value = margeKD('agePartSrchCd'); document.srchListForm.KD.value = margeKD('stationPartSrchCd'); var data = ""; data += 'RIL=' + commaSeparate('chkRouteCd'); data += '&PRF=' + document.srchListForm.PRF.value; data += '&CFR=' + document.srchListForm.CFR.value + '&CTO='+ document.srchListForm.CTO.value ; data += '&SFR=' + document.srchListForm.SFR.value + '&STO='+ document.srchListForm.STO.value ; if(document.srchListForm.ADM.checked){ data += '&ADM='+ document.srchListForm.ADM.value ; } data += '&MTP=' + tmp; data += '&KD=' + document.srchListForm.KD.value ; data += '&srchComFlg=' + '0' ; return data; } // --> </script> <script type="text/javascript"> <!-- function countRequestSuccess(xmlResponseText) { var data = xmlResponseText; var startStr = '<totalCnt>'; var endStr = '</totalCnt>'; var start = data.indexOf(startStr); var end = data.indexOf(endStr); start += startStr.length; var totalCnt = data.substr(start, end - start); var chkRoute; chkRoute = commaSeparate('chkRouteCd'); if(chkRoute != null && chkRoute != '' ){ $("#totalCnt1").text(totalCnt); $("#totalCnt2").text(totalCnt); $("#totalCnt3").text(totalCnt); }else{ $("#totalCnt1").text('-'); $("#totalCnt2").text('-'); $("#totalCnt3").text('-'); } } function countRequestFail() { $("#totalCnt1").text('-'); $("#totalCnt2").text('-'); $("#totalCnt3").text('-'); } function submitLink(cd) { $("input[name='chkRouteCd']:checkbox").removeAttr('checked').prop('checked', false).change(); $("input[name='chkRouteCd']:checkbox").each(function(){ if ($(this).val() == cd) { $(this).attr('checked', true).prop('checked', true).change(); } }); checkBtnList(); $("input[type='submit']").eq(1).click(); } function submitList() { var i; var routeCd = ""; var cnt = 0; chk = false; var totalCnt = $("#totalCnt1").text(); for(i=0;i<document.srchListForm.chkRouteCd.length;i++){ if (document.srchListForm.chkRouteCd[i].checked) { cnt += 1; if(cnt>8){ alertPop("沿線の選択は8つまでです。"); return false; } } } document.srchListForm.RIL.value = commaSeparate('chkRouteCd'); document.srchListForm.MTP.value = commaSeparate('chkLayoutCd'); document.srchListForm.KD.value = margeKD('chkPartSrchCd'); document.srchListForm.KD.value = margeKD('agePartSrchCd'); document.srchListForm.KD.value = margeKD('stationPartSrchCd'); if(document.srchListForm.otherLayout.value != ""){ document.srchListForm.otherLayout.value = "," + document.srchListForm.otherLayout.value; } document.srchListForm.MTP.value += document.srchListForm.otherLayout.value; if (cnt == 1){ var RIL = document.srchListForm.RIL.value $("input[type='submit']").attr("formaction", "/ibaraki/route/" + RIL + "/"); }else{ $("input[type='submit']").attr("formaction", "/condition/search/list"); } return true; } function submitStation() { var i; var routeCd = ""; var cnt = 0; chk = false; for(i=0;i<document.srchListForm.chkRouteCd.length;i++){ if (document.srchListForm.chkRouteCd[i].checked) { cnt += 1; if(cnt>8){ alertPop("沿線の選択は8つまでです。"); return false; } } } document.srchListForm.RIL.value = commaSeparate('chkRouteCd'); document.srchListForm.MTP.value = commaSeparate('chkLayoutCd'); document.srchListForm.KD.value = margeKD('chkPartSrchCd'); document.srchListForm.KD.value = margeKD('agePartSrchCd'); document.srchListForm.KD.value = margeKD('stationPartSrchCd'); if(document.srchListForm.otherLayout.value != ""){ document.srchListForm.otherLayout.value = "," + document.srchListForm.otherLayout.value; } document.srchListForm.MTP.value += document.srchListForm.otherLayout.value; if (cnt == 1){ var RIL = document.srchListForm.RIL.value $("input[type='submit']").attr("formaction", "/ibaraki/route/" + RIL + "/station/"); }else{ $("input[type='submit']").attr("formaction", "/condition/search/station"); } return true; } function commaSeparate(target) { var i; var result =""; if(document.srchListForm.elements[target].length){ for(i=0;i<document.srchListForm.elements[target].length;i++){ if (document.srchListForm.elements[target][i].checked) { result += "," + document.srchListForm.elements[target][i].value; } } if(result != "") { result = result.substring(1); } }else{ if (document.srchListForm.elements[target].checked) { result = document.srchListForm.elements[target].value; } } return result; } function margeKD(target) { var i; var result =""; var tempKd = document.srchListForm.KD.value; if (tempKd != "") { var strCheckValue = ""; var arrTempKd = tempKd.split(","); for(i=0;i<document.srchListForm.elements[target].length;i++){ strCheckValue += "," + document.srchListForm.elements[target][i].value; } for(i=0;i<arrTempKd.length;i++){ if (strCheckValue.indexOf(arrTempKd[i]) == -1) { result += "," + arrTempKd[i]; } } } if(document.srchListForm.elements[target].length){ for(i=0;i<document.srchListForm.elements[target].length;i++){ if (document.srchListForm.elements[target][i].checked) { if (result.indexOf(document.srchListForm.elements[target][i].value) == -1) { result += "," + document.srchListForm.elements[target][i].value; } } } if(result != "") { result = result.substring(1); } }else{ if (document.srchListForm.elements[target].checked) { result = document.srchListForm.elements[target].value; } } return result; } function selectList(objForm) { var CFRIndex = objForm.CFR.selectedIndex; if(CFRIndex >= 0) { makeUpperList(objForm.CFR,'CTO','rent', 1); } var CTOIndex = objForm.CTO.selectedIndex; if(CTOIndex >= 0) { makeLowerList(objForm.CTO,'CFR','rent'); } var SFRIndex = objForm.SFR.selectedIndex; if(SFRIndex >= 0) { makeUpperList(objForm.SFR,'STO','area', 1); } var STOIndex = objForm.STO.selectedIndex; if(STOIndex >= 0) { makeLowerList(objForm.STO,'SFR','area'); } } function checkBtnList(){ if ($('.searchBtn05 li').find('input:checked').length > 0) { $('.formBtnA01').find('div').html('<input name="" type="submit" value="検索する" class="mr20 btnImgM018" onclick="return submitList()"><input name="" type="submit" value="さらに駅を選ぶ" class="btnImgM016" onclick="return submitStation()">'); $(':submit,:button').hover(function(){$(this).stop().fadeTo("fast", 0.7);},function () {$(this).stop().fadeTo("fast", 1);}); } else { $('.formBtnA01').find('div').html('<span class="mr20 btnImgM018">検索する</span><span class="btnImgM016">さらに駅を選ぶ</span>'); } } $(window).on('pageshow',function () { $('input[type="checkbox"]').change(); $('input[type="radio"]').change(); $('select').change(); }); var arrRentLowerKey = new Array(); var arrRentLowerValue = new Array(); arrRentLowerKey.push(""); arrRentLowerValue.push("下限なし"); arrRentLowerKey.push("40000"); arrRentLowerValue.push("4"); arrRentLowerKey.push("50000"); arrRentLowerValue.push("5"); arrRentLowerKey.push("60000"); arrRentLowerValue.push("6"); arrRentLowerKey.push("70000"); arrRentLowerValue.push("7"); arrRentLowerKey.push("80000"); arrRentLowerValue.push("8"); arrRentLowerKey.push("90000"); arrRentLowerValue.push("9"); arrRentLowerKey.push("100000"); arrRentLowerValue.push("10"); arrRentLowerKey.push("110000"); arrRentLowerValue.push("11"); arrRentLowerKey.push("120000"); arrRentLowerValue.push("12"); arrRentLowerKey.push("130000"); arrRentLowerValue.push("13"); arrRentLowerKey.push("140000"); arrRentLowerValue.push("14"); arrRentLowerKey.push("150000"); arrRentLowerValue.push("15"); arrRentLowerKey.push("160000"); arrRentLowerValue.push("16"); arrRentLowerKey.push("170000"); arrRentLowerValue.push("17"); arrRentLowerKey.push("180000"); arrRentLowerValue.push("18"); arrRentLowerKey.push("190000"); arrRentLowerValue.push("19"); arrRentLowerKey.push("200000"); arrRentLowerValue.push("20"); arrRentLowerKey.push("250000"); arrRentLowerValue.push("25"); arrRentLowerKey.push("300000"); arrRentLowerValue.push("30"); var arrRentUpperKey = new Array(); var arrRentUpperValue = new Array(); arrRentUpperKey.push("40000"); arrRentUpperValue.push("4"); arrRentUpperKey.push("50000"); arrRentUpperValue.push("5"); arrRentUpperKey.push("60000"); arrRentUpperValue.push("6"); arrRentUpperKey.push("70000"); arrRentUpperValue.push("7"); arrRentUpperKey.push("80000"); arrRentUpperValue.push("8"); arrRentUpperKey.push("90000"); arrRentUpperValue.push("9"); arrRentUpperKey.push("100000"); arrRentUpperValue.push("10"); arrRentUpperKey.push("110000"); arrRentUpperValue.push("11"); arrRentUpperKey.push("120000"); arrRentUpperValue.push("12"); arrRentUpperKey.push("130000"); arrRentUpperValue.push("13"); arrRentUpperKey.push("140000"); arrRentUpperValue.push("14"); arrRentUpperKey.push("150000"); arrRentUpperValue.push("15"); arrRentUpperKey.push("160000"); arrRentUpperValue.push("16"); arrRentUpperKey.push("170000"); arrRentUpperValue.push("17"); arrRentUpperKey.push("180000"); arrRentUpperValue.push("18"); arrRentUpperKey.push("190000"); arrRentUpperValue.push("19"); arrRentUpperKey.push("200000"); arrRentUpperValue.push("20"); arrRentUpperKey.push("250000"); arrRentUpperValue.push("25"); arrRentUpperKey.push("300000"); arrRentUpperValue.push("30"); arrRentUpperKey.push(""); arrRentUpperValue.push("上限なし"); var arrAreaLowerKey = new Array(); var arrAreaLowerValue = new Array(); arrAreaLowerKey.push(""); arrAreaLowerValue.push("下限なし"); arrAreaLowerKey.push("20"); arrAreaLowerValue.push("20"); arrAreaLowerKey.push("25"); arrAreaLowerValue.push("25"); arrAreaLowerKey.push("30"); arrAreaLowerValue.push("30"); arrAreaLowerKey.push("35"); arrAreaLowerValue.push("35"); arrAreaLowerKey.push("40"); arrAreaLowerValue.push("40"); arrAreaLowerKey.push("50"); arrAreaLowerValue.push("50"); arrAreaLowerKey.push("60"); arrAreaLowerValue.push("60"); arrAreaLowerKey.push("70"); arrAreaLowerValue.push("70"); arrAreaLowerKey.push("80"); arrAreaLowerValue.push("80"); arrAreaLowerKey.push("90"); arrAreaLowerValue.push("90"); arrAreaLowerKey.push("100"); arrAreaLowerValue.push("100"); var arrAreaUpperKey = new Array(); var arrAreaUpperValue = new Array(); arrAreaUpperKey.push("20"); arrAreaUpperValue.push("20"); arrAreaUpperKey.push("25"); arrAreaUpperValue.push("25"); arrAreaUpperKey.push("30"); arrAreaUpperValue.push("30"); arrAreaUpperKey.push("35"); arrAreaUpperValue.push("35"); arrAreaUpperKey.push("40"); arrAreaUpperValue.push("40"); arrAreaUpperKey.push("50"); arrAreaUpperValue.push("50"); arrAreaUpperKey.push("60"); arrAreaUpperValue.push("60"); arrAreaUpperKey.push("70"); arrAreaUpperValue.push("70"); arrAreaUpperKey.push("80"); arrAreaUpperValue.push("80"); arrAreaUpperKey.push("90"); arrAreaUpperValue.push("90"); arrAreaUpperKey.push("100"); arrAreaUpperValue.push("100"); arrAreaUpperKey.push(""); arrAreaUpperValue.push("上限なし"); // --> </script> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="V5CXQ-7HFYQ-SMEAZ-CRBLE-5ZWRP",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"V5CXQ-7HFYQ-SMEAZ-CRBLE-5ZWRP";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="bdpnbevydtvugz2cmnfa-f-5737fbec3-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"39","ak.cp":"1650962","ak.ai":parseInt("1063451",10),"ak.ol":"0","ak.cr":1,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"4cb25050","ak.r":41870,"ak.a2":n,"ak.m":"a","ak.n":"essl","ak.bpcip":"8.222.208.0","ak.cport":49970,"ak.gh":"184.28.235.63","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1732404042","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==xOjQ7XmzSEdhdxcp2DOxLhMAv7NRjzY5EIESIC/a6PzfAc6nR/PDlPw9ZWJH5WIXUC6KW3qDmWvesmvjTd7Eaw9ULEYbL1Wk6vv7vtQJRKX3Dg555UGoc3C4wBTMs4l8vyn6lefLVZ1PGgeyfgd7ySsqL19v8fG3eDg/oIK6zUNVosIKk0ZJ6ifmq/qwx0G+Di/NmUSwWbui3OzUIbv6WgVXeyKFfiR/35/PTD+l77LvoypdjWU2axHrNHwPYyywNdHtzhv6edyUsuQjBMFIak7PBVQXyDPwv3D8ji7my0AzwQ7GsbVJsSkhvuq05aKh8WCe+10IoxZxcSnbn1j+KbsRfEPQsBOnjPefLP8Fgh1Q0sIJM8UNv1aboD297AA3efO0+qpVGFNiA6XINMWPZcpSJFoVYTUbLgAFAgIQ7Rc=","ak.pv":"4","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head> <body onload="javascript:selectList(document.srchListForm);checkBtnList();getCountJudge();"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MFTSWSH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <a name="pagetop"></a> <!-- ===||| wrap |||=== --> <div id="wrap"> <!-- ===||| headerArea |||=== --> <script src="/sys/js/cookie_syori.js"></script> <!--ヘッダーここから--> <header> <div class="headerContainer clearfix""> <div class="headerContainer_left"> <div class="logo_box"> <div class="headerLogo"> <a href="/kanto/" id="m_header_top"><img src="/images/logo_001.jpg" alt="積水ハウスの賃貸住宅シャーメゾン"></a> </div> <div class="area_select"> <span> 首都圏 </span> </div> <div class="area_select_box"> <div class="area_select_box_inner"> <div class="zenkoku"> <a href="/" onclick="javascript:deleteCookie();">全国TOP</a> </div> <div class="area"> <ul> <li><a href="/hokkaido/">北海道</a><a href="/tohoku/">東北</a></li> <li><a href="/kanto/" class="active">首都圏</a><a href="/chubu/">中部</a></li> <li><a href="/kansai/">関西</a><a href="/chushikoku/">中国・四国</a></li> <li><a href="/kyushu/">九州</a></li> </ul> </div> </div> <button class="close"> ✖ 閉じる</button> </div> </div> <ul class="area_link clearfix"> <li><a href="/" onclick="javascript:deleteCookie();">全国TOPへ</a></li> <li ><a href="/tokyo/">東京都</a></li> <li ><a href="/kanagawa/">神奈川県</a></li> <li ><a href="/saitama/">埼玉県</a></li> <li ><a href="/chiba/">千葉県</a></li> <li class="active"><a >茨城県</a></li> <li ><a href="/tochigi/">栃木県</a></li> <li ><a href="/gunma/">群馬県</a></li> <li ><a href="/yamanashi/">山梨県</a></li> </ul> </div> <div class="headerContainer_right"> <p>賃貸お部屋探しサイト。積水ハウスのシャーメゾン.com</p> <ul class="headerRightLink clearfix"> <li class="headerLinkIca01"> <a href="/save/list"> <span>0</span> 保存した条件 </a> </li> <li class="headerLinkIca02"> <a href="/favorite/list"> <span>0</span> お気に入り物件 </a> </li> <li class="headerLinkIca03"> <a href="/history/"> 最近見た物件 </a> </li> </ul> </div> </div> <script> $(function() { $('.area_select').on('click', function() { $('.area_select').toggleClass('show'); }); $('header .area_select_box .close').on('click', function() { $('.area_select').removeClass('show'); }); }); </script> </header> <!--ヘッダーここまで--> <!--ナビここから--> <nav> <ul class="clearfix"> <li id="gNav01"><a href="/ibaraki/area/"><span>住所から探す</span></a></li> <li id="gNav02"><a href="/ibaraki/route/"><span>駅・路線から探す</span></a></li> <li id="gNav03"><a href="/ibaraki/time/"><span>通勤・通学時間から探す</span></a></li> <li id="gNav04"><a href="https://map.shamaison.com/map/sh/admi08.html?map=m"><span>地図から探す</span></a></li> <li id="gNav05"><a href="/ibaraki/shop/"><span>店舗を探す</span></a></li> </ul> </nav> <!--ナビここまで--> <!-- /===||| headerArea |||=== --> <!-- ===||| mainArea |||=== --> <div id="mainArea"> <!-- ===||| contentsBody |||=== --> <div id="contentsBody"> <!--コンテンツここから--> <form name="srchListForm" action="/condition/search/list" method="post"> <input type="hidden" name="view" value="2"/> <input type="hidden" name="image" value="01"/> <input type="hidden" name="sort" value="1"/> <input type="hidden" name="PRF" value="08"> <input type="hidden" name="SPRF" value="ibaraki"> <input type="hidden" name="BTP" value=""> <input type="hidden" name="RIL" value=""> <input type="hidden" name="KD" value=""> <input type="hidden" name="MTP" value=""> <input type="hidden" name="otherPartSrch" value=""> <input type="hidden" name="otherLayout" value=""> <input type="hidden" name="STA" value=""> <input type="hidden" name="nl" value=""> <input type="hidden" name="el" value=""> <input type="hidden" name="HOU" value=""> <input type="hidden" name="SKW" value=""> <input type="hidden" name="HYA" value=""> <input type="hidden" name="JSY" value=""> <input type="hidden" name="STL" value=""> <input type="hidden" name="backKbn" value="route"> <input type="hidden" name="MOV" value="0"> <ul class="path"> <li><a href="/">Shamaison.com</a></li> <!-- 北海道はエリアトップを非表示 --> <li><a href="/kanto/">首都圏</a></li> <li><a href="/ibaraki/">茨城県</a></li> <li>茨城県の駅・路線から探す</li> </ul> <h1 class="h1Type15">茨城県の駅・路線から探す(路線選択)</h1> <div class="contentsBodyInr"> <h3 class="h3Type01 ">JR <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li > <input name="chkRouteCd" type="checkbox" value="J002030" class="checkbox" id="chkRouteCd01" > <label class="checkboxOFF" for="chkRouteCd01" id="label01"></label> <a href="javascript:submitLink('J002030');"> <span class="checkText01"> 鹿島線 </span> <span>(14)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd01" value="14"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002037" class="checkbox" id="chkRouteCd02" > <label class="checkboxOFF" for="chkRouteCd02" id="label02"></label> <a href="javascript:submitLink('J002037');"> <span class="checkText01"> 東北本線(上野−盛岡) </span> <span>(2355)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd02" value="2355"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002040" class="checkbox" id="chkRouteCd03" > <label class="checkboxOFF" for="chkRouteCd03" id="label03"></label> <a href="javascript:submitLink('J002040');"> <span class="checkText01"> 常磐線(快速) </span> <span>(941)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd03" value="941"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002041" class="checkbox" id="chkRouteCd04" > <label class="checkboxOFF" for="chkRouteCd04" id="label04"></label> <a href="javascript:submitLink('J002041');"> <span class="checkText01"> 常磐線(各駅停車) </span> <span>(282)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd04" value="282"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002042" class="checkbox" id="chkRouteCd05" > <label class="checkboxOFF" for="chkRouteCd05" id="label05"></label> <a href="javascript:submitLink('J002042');"> <span class="checkText01"> 水郡線(水戸−郡山) </span> <span>(487)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd05" value="487"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002043" class="checkbox" id="chkRouteCd06" > <label class="checkboxOFF" for="chkRouteCd06" id="label06"></label> <a href="javascript:submitLink('J002043');"> <span class="checkText01"> 水郡線(上菅谷−常陸太田) </span> <span>(3)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd06" value="3"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002050" class="checkbox" id="chkRouteCd07" > <label class="checkboxOFF" for="chkRouteCd07" id="label07"></label> <a href="javascript:submitLink('J002050');"> <span class="checkText01"> 水戸線 </span> <span>(198)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd07" value="198"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="J002093" class="checkbox" id="chkRouteCd08" > <label class="checkboxOFF" for="chkRouteCd08" id="label08"></label> <a href="javascript:submitLink('J002093');"> <span class="checkText01"> 湘南新宿ライン(東北本線−横須賀線) </span> <span>(1368)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd08" value="1368"> </a> </li> </ul></div> <h3 class="h3Type01 mt40">関東鉄道 <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li > <input name="chkRouteCd" type="checkbox" value="P030001" class="checkbox" id="chkRouteCd11" > <label class="checkboxOFF" for="chkRouteCd11" id="label11"></label> <a href="javascript:submitLink('P030001');"> <span class="checkText01"> 常総線 </span> <span>(100)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd11" value="100"> </a> </li> <li > <input name="chkRouteCd" type="checkbox" value="P030002" class="checkbox" id="chkRouteCd12" > <label class="checkboxOFF" for="chkRouteCd12" id="label12"></label> <a href="javascript:submitLink('P030002');"> <span class="checkText01"> 竜ケ崎線 </span> <span>(1)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd12" value="1"> </a> </li> </ul></div> <h3 class="h3Type01 mt40">鹿島臨海鉄道 <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li > <input name="chkRouteCd" type="checkbox" value="P063001" class="checkbox" id="chkRouteCd21" > <label class="checkboxOFF" for="chkRouteCd21" id="label21"></label> <a href="javascript:submitLink('P063001');"> <span class="checkText01"> 大洗鹿島線 </span> <span>(173)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd21" value="173"> </a> </li> </ul></div> <h3 class="h3Type01 mt40">真岡鐵道 <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li > <input name="chkRouteCd" type="checkbox" value="P078001" class="checkbox" id="chkRouteCd31" > <label class="checkboxOFF" for="chkRouteCd31" id="label31"></label> <a href="javascript:submitLink('P078001');"> <span class="checkText01"> 真岡線 </span> <span>(60)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd31" value="60"> </a> </li> </ul></div> <h3 class="h3Type01 mt40">つくばエクスプレス <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li > <input name="chkRouteCd" type="checkbox" value="P154001" class="checkbox" id="chkRouteCd41" > <label class="checkboxOFF" for="chkRouteCd41" id="label41"></label> <a href="javascript:submitLink('P154001');"> <span class="checkText01"> つくばエクスプレス </span> <span>(439)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd41" value="439"> </a> </li> </ul></div> <h3 class="h3Type01 mt40">ひたちなか海浜鉄道 <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li > <input name="chkRouteCd" type="checkbox" value="P159001" class="checkbox" id="chkRouteCd51" > <label class="checkboxOFF" for="chkRouteCd51" id="label51"></label> <a href="javascript:submitLink('P159001');"> <span class="checkText01"> 湊線 </span> <span>(53)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd51" value="53"> </a> </li> </ul></div> <h3 class="h3Type01 mt40">筑波観光鉄道 <span class="textS fRight">※<img src="/common/images/ico_full.png" width="20" height="20" alt="満室">について:ただいま空室はございませんが、空室待ちできる物件があります。</span> </h3> <div class="clearfix"> <ul class="checkListA03 checkList3n searchBtn05"> <li class="noCheck"> <input name="chkRouteCd" type="checkbox" value="P186001" class="checkbox" id="chkRouteCd61" > <label class="checkboxOFF" for="chkRouteCd61" id="label61"></label> <a href="javascript:submitLink('P186001');"> <span class="checkText01"> 筑波山ケーブルカー </span> <span>(0)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd61" value="0"> </a> </li> <li class="noCheck"> <input name="chkRouteCd" type="checkbox" value="P186002" class="checkbox" id="chkRouteCd62" > <label class="checkboxOFF" for="chkRouteCd62" id="label62"></label> <a href="javascript:submitLink('P186002');"> <span class="checkText01"> 筑波山ロープウェイ </span> <span>(0)</span> <input type="hidden" name="countChkRouteCd" id="countChkRouteCd62" value="0"> </a> </li> </ul> </div> <div class="formBtnA01"> <p>該当物件 <strong><span id="totalCnt1">-</span></strong>件</p> <div> <span class="mr20 btnImgM018">検索する</span> <span class="btnImgM016">さらに駅を選ぶ</span> </div> <!--/formBtnA01--></div> <h2>検索条件を指定してください。</h2> <div class="tableBoxA01"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th align="left" valign="top">家賃</th> <td> <div class="clearfix selectBoxA01"> <div class="selectBoxLeft"> <select name="CFR" class="styled" onchange="javascript:makeUpperList(this,'CTO','rent');"> <option value="" selected>下限なし</option> <option value="40000" >4</option> <option value="50000" >5</option> <option value="60000" >6</option> <option value="70000" >7</option> <option value="80000" >8</option> <option value="90000" >9</option> <option value="100000" >10</option> <option value="110000" >11</option> <option value="120000" >12</option> <option value="130000" >13</option> <option value="140000" >14</option> <option value="150000" >15</option> <option value="160000" >16</option> <option value="170000" >17</option> <option value="180000" >18</option> <option value="190000" >19</option> <option value="200000" >20</option> <option value="250000" >25</option> <option value="300000" >30</option> </select> 万円 ~ <select name="CTO" class="styled" onchange="javascript:makeLowerList(this,'CFR','rent');"> <option value="40000" >4</option> <option value="50000" >5</option> <option value="60000" >6</option> <option value="70000" >7</option> <option value="80000" >8</option> <option value="90000" >9</option> <option value="100000" >10</option> <option value="110000" >11</option> <option value="120000" >12</option> <option value="130000" >13</option> <option value="140000" >14</option> <option value="150000" >15</option> <option value="160000" >16</option> <option value="170000" >17</option> <option value="180000" >18</option> <option value="190000" >19</option> <option value="200000" >20</option> <option value="250000" >25</option> <option value="300000" >30</option> <option value="" selected>上限なし</option> </select> 万円 </div> <div class="selectBoxRight"><input name="ADM" type="checkbox" value="1" class="checkbox" id="yachin01" ><label class="checkboxOFF" for="yachin01">管理・共益費等を含む</label></div> <!--/selectBoxA01--></div> </td> </tr> <tr> <th align="left" valign="top">間取り</th> <td> <ul class="clearfix checkListA01 searchList__main searchList__5col"> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="001,002,003" id="kodawari001,002,003" > <label class="checkboxOFF" for="kodawari001,002,003">1R・1K・1DK</label> </li> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="004" id="kodawari004" > <label class="checkboxOFF" for="kodawari004">1LDK</label> </li> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="005,006" id="kodawari005,006" > <label class="checkboxOFF" for="kodawari005,006">2K・2DK</label> </li> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="007" id="kodawari007" > <label class="checkboxOFF" for="kodawari007">2LDK</label> </li> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="008,009" id="kodawari008,009" > <label class="checkboxOFF" for="kodawari008,009">3K・3DK</label> </li> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="010" id="kodawari010" > <label class="checkboxOFF" for="kodawari010">3LDK</label> </li> <li><input name="chkLayoutCd" class="checkbox" type="checkbox" value="011,012,013" id="kodawari011,012,013" > <label class="checkboxOFF" for="kodawari011,012,013">4K以上</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">専有面積</th> <td> <div class="clearfix selectBoxA01"> <div class="selectBoxLeft"> <select name="SFR" class="styled" onchange="javascript:makeUpperList(this,'STO','area');"> <option value="" selected>下限なし</option> <option value="20" >20</option> <option value="25" >25</option> <option value="30" >30</option> <option value="35" >35</option> <option value="40" >40</option> <option value="50" >50</option> <option value="60" >60</option> <option value="70" >70</option> <option value="80" >80</option> <option value="90" >90</option> <option value="100" >100</option> </select> m<sup>2</sup> ~ <select name="STO" class="styled" onchange="javascript:makeLowerList(this,'SFR','area');"> <option value="20" >20</option> <option value="25" >25</option> <option value="30" >30</option> <option value="35" >35</option> <option value="40" >40</option> <option value="50" >50</option> <option value="60" >60</option> <option value="70" >70</option> <option value="80" >80</option> <option value="90" >90</option> <option value="100" >100</option> <option value="" selected>上限なし</option> </select> m<sup>2</sup> </div> <!--/selectBoxA01--></div> </td> </tr> <tr> <th align="left" valign="top">築年数</th> <td> <ul class="clearfix checkListA01 searchList__main searchList__5col"> <li> <input name="agePartSrchCd" type="radio" value="" class="radio" id="kodawari1" > <label class="radiolabel" for="kodawari1">指定しない</label> </li> <li> <input name="agePartSrchCd" type="radio" value="NEW" class="radio" id="kodawari1NEW" > <label class="radiolabel" for="kodawari1NEW">新築</label> </li> <li> <input name="agePartSrchCd" type="radio" value="C05" class="radio" id="kodawari1C05" > <label class="radiolabel" for="kodawari1C05">築5年以内</label> </li> <li> <input name="agePartSrchCd" type="radio" value="C10" class="radio" id="kodawari1C10" > <label class="radiolabel" for="kodawari1C10">築10年以内</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">駅までの所要時間</th> <td> <ul class="clearfix checkListA01 searchList__main searchList__5col"> <li> <input name="stationPartSrchCd" type="radio" value="" class="radio" id="kodawari2" > <label class="radiolabel" for="kodawari2">指定しない</label> </li> <li> <input name="stationPartSrchCd" type="radio" value="S10" class="radio" id="kodawari2S10" > <label class="radiolabel" for="kodawari2S10">駅徒歩10分以内</label> </li> <li> <input name="stationPartSrchCd" type="radio" value="S15" class="radio" id="kodawari2S15" > <label class="radiolabel" for="kodawari2S15">駅徒歩15分以内</label> </li> <li> <input name="stationPartSrchCd" type="radio" value="S20" class="radio" id="kodawari2S20" > <label class="radiolabel" for="kodawari2S20">駅徒歩20分以内</label> </li> <li> <input name="stationPartSrchCd" type="radio" value="B05" class="radio" id="kodawari2B05" > <label class="radiolabel" for="kodawari2B05">バス停から徒歩5分以内</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">こだわり条件</th> <td> <ul class="clearfix checkListA01 searchList__main searchList__5col"> <li> <input name="chkPartSrchCd" type="checkbox" value="SHM" class="checkbox" id="kodawari3SHM" > <label class="checkboxOFF" for="kodawari3SHM">積水ハウスのシャーメゾン</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="SOK" class="checkbox" id="kodawari3SOK" > <label class="checkboxOFF" for="kodawari3SOK">即日入居可</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="PET" class="checkbox" id="kodawari3PET" > <label class="checkboxOFF" for="kodawari3PET">ペット相談可</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="HUS" class="checkbox" id="kodawari3HUS" > <label class="checkboxOFF" for="kodawari3HUS">一戸建て</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="MEZ" class="checkbox" id="kodawari3MEZ" > <label class="checkboxOFF" for="kodawari3MEZ">メゾネット</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="AIR" class="checkbox" id="kodawari3AIR" > <label class="checkboxOFF" for="kodawari3AIR">エアコン</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="BTS" class="checkbox" id="kodawari3BTS" > <label class="checkboxOFF" for="kodawari3BTS">バストイレ別</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="KYT" class="checkbox" id="kodawari3KYT" > <label class="checkboxOFF" for="kodawari3KYT">追い焚き給湯</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="PHA" class="checkbox" id="kodawari3PHA" > <label class="checkboxOFF" for="kodawari3PHA">駐車場あり</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="PAD" class="checkbox" id="kodawari3PAD" > <label class="checkboxOFF" for="kodawari3PAD">駐車場無料</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="ELV" class="checkbox" id="kodawari3ELV" > <label class="checkboxOFF" for="kodawari3ELV">エレベーター</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="DEP" class="checkbox" id="kodawari3DEP" > <label class="checkboxOFF" for="kodawari3DEP">リノベーション</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="PNR" class="checkbox" id="kodawari3PNR" > <label class="checkboxOFF" for="kodawari3PNR">パノラマ画像あり</label> </li> <li> <input name="chkPartSrchCd" type="checkbox" value="RAK" class="checkbox" id="kodawari3RAK" > <label class="checkboxOFF" for="kodawari3RAK">らくらく内見</label> </li> </ul> </td> </tr> </table> <!--/tableBoxA01--></div> <div class="formBtnA01"> <p>該当物件 <strong><span id="totalCnt2">-</span></strong>件</p> <div> <span class="mr20 btnImgM018">検索する</span> <span class="btnImgM016">さらに駅を選ぶ</span> </div> <!--/formBtnA01--></div> <div class="acc_block"> <h2 class="acc_btn" data-text-toggle="さらにこだわり条件を設定する">こだわり条件を閉じる</h2> <div class="acc_item"> <p class="searchForm__text"><img src="/common/images/list_ico_star.png" alt="スター" width="17" height="17" class="searchForm__imgStar--text">のついている項目は、積水ハウス品質のオススメ条件です。</p> <h3 class="h3Type02">お部屋の仕様にこだわる</h3> <div class="tableBoxA01 tableBoxA01a mt00 searchForm__table"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th align="left" valign="top">積水ハウス仕様</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="PRM" class="checkbox" id="kodawari4PRM" > <label class="checkboxOFF" for="kodawari4PRM">シャーメゾンプレミア</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="HED" class="checkbox" id="kodawari4HED" > <label class="checkboxOFF" for="kodawari4HED">ハイグレード物件</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="SHZ" class="checkbox" id="kodawari4SHZ" > <label class="checkboxOFF" for="kodawari4SHZ">シャーメゾンZEH</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="HTL" class="checkbox" id="kodawari4HTL" > <label class="checkboxOFF" for="kodawari4HTL">屋内共用廊下タイプ</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="GDS" class="checkbox" id="kodawari4GDS" > <label class="checkboxOFF" for="kodawari4GDS">シャーメゾンガーデンズ</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="SHA" class="checkbox" id="kodawari4SHA" > <label class="checkboxOFF" for="kodawari4SHA">高遮音床システム</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">省エネ・性能評価</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="ZEH" class="checkbox" id="kodawari5ZEH" > <label class="checkboxOFF" for="kodawari5ZEH">ZEH</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="SOL" class="checkbox" id="kodawari5SOL" > <label class="checkboxOFF" for="kodawari5SOL">太陽光発電</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="SPG" class="checkbox" id="kodawari5SPG" > <label class="checkboxOFF" for="kodawari5SPG">しゃ熱断熱複層ガラス</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="TK3" class="checkbox" id="kodawari5TK3" > <label class="checkboxOFF" for="kodawari5TK3">耐震等級3</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="TSF" class="checkbox" id="kodawari5TSF" > <label class="checkboxOFF" for="kodawari5TSF">断熱等性能等級4</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="LQH" class="checkbox" id="kodawari5LQH" > <label class="checkboxOFF" for="kodawari5LQH">長期優良住宅</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">メディア</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="INW" class="checkbox" id="kodawari6INW" > <label class="checkboxOFF" for="kodawari6INW">インターネット無料(WiFi付)</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="SIF" class="checkbox" id="kodawari6SIF" > <label class="checkboxOFF" for="kodawari6SIF">インターネット無料</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="IOT" class="checkbox" id="kodawari6IOT" > <label class="checkboxOFF" for="kodawari6IOT">IOT対応</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="VOD" class="checkbox" id="kodawari6VOD" > <label class="checkboxOFF" for="kodawari6VOD">動画視聴サービス</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="BSA" class="checkbox" id="kodawari6BSA" > <label class="checkboxOFF" for="kodawari6BSA">BS</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="CSA" class="checkbox" id="kodawari6CSA" > <label class="checkboxOFF" for="kodawari6CSA">CS</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="CAV" class="checkbox" id="kodawari6CAV" > <label class="checkboxOFF" for="kodawari6CAV">ケーブルテレビ</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">セキュリティー</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="TVI" class="checkbox" id="kodawari7TVI" > <label class="checkboxOFF" for="kodawari7TVI">TVモニター付きインターホン</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="ATL" class="checkbox" id="kodawari7ATL" > <label class="checkboxOFF" for="kodawari7ATL">オートロック</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="BHC" class="checkbox" id="kodawari7BHC" > <label class="checkboxOFF" for="kodawari7BHC">防犯カメラ</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="SEG" class="checkbox" id="kodawari7SEG" > <label class="checkboxOFF" for="kodawari7SEG">防犯ガラス</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="SES" class="checkbox" id="kodawari7SES" > <label class="checkboxOFF" for="kodawari7SES">警備システム</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">ペット</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="PET" class="checkbox" id="kodawari8PET" > <label class="checkboxOFF" for="kodawari8PET">ペット相談可</label> </li> </ul> </td> </tr> </table> <!--/tableBoxA01--></div> <p class="searchForm__text"><img src="/common/images/list_ico_star.png" alt="スター" width="17" height="17" class="searchForm__imgStar--text">のついている項目は、積水ハウス品質のオススメ条件です。</p> <h3 class="h3Type02">設備にこだわる</h3> <div class="tableBoxA01 tableBoxA01a mt00 searchForm__table"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th align="left" valign="top">キッチン・給湯</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="CKT" class="checkbox" id="kodawari9CKT" > <label class="checkboxOFF" for="kodawari9CKT">対面キッチン</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="CON" class="checkbox" id="kodawari9CON" > <label class="checkboxOFF" for="kodawari9CON">コンロ</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="3CO" class="checkbox" id="kodawari93CO" > <label class="checkboxOFF" for="kodawari93CO">3口コンロ</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="IHK" class="checkbox" id="kodawari9IHK" > <label class="checkboxOFF" for="kodawari9IHK">IHクッキングヒーター</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="DEN" class="checkbox" id="kodawari9DEN" > <label class="checkboxOFF" for="kodawari9DEN">オール電化</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="KYY" class="checkbox" id="kodawari9KYY" > <label class="checkboxOFF" for="kodawari9KYY">給湯設備</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="ECC" class="checkbox" id="kodawari9ECC" > <label class="checkboxOFF" for="kodawari9ECC">エコキュート</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="ECJ" class="checkbox" id="kodawari9ECJ" > <label class="checkboxOFF" for="kodawari9ECJ">エコジョーズ</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">バス・洗面所</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="KYT" class="checkbox" id="kodawari10KYT" > <label class="checkboxOFF" for="kodawari10KYT">追い焚き給湯</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="DRY" class="checkbox" id="kodawari10DRY" > <label class="checkboxOFF" for="kodawari10DRY">浴室乾燥機</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="LBA" class="checkbox" id="kodawari10LBA" > <label class="checkboxOFF" for="kodawari10LBA">広い浴室</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="SPD" class="checkbox" id="kodawari10SPD" > <label class="checkboxOFF" for="kodawari10SPD">洗髪洗面台</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="WLT" class="checkbox" id="kodawari10WLT" > <label class="checkboxOFF" for="kodawari10WLT">温水洗浄便座</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">居室設備</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="AIR" class="checkbox" id="kodawari11AIR" > <label class="checkboxOFF" for="kodawari11AIR">エアコン</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="AIA" class="checkbox" id="kodawari11AIA" > <label class="checkboxOFF" for="kodawari11AIA">エアコン全室</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="YUD" class="checkbox" id="kodawari11YUD" > <label class="checkboxOFF" for="kodawari11YUD">床暖房</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="SML" class="checkbox" id="kodawari11SML" > <label class="checkboxOFF" for="kodawari11SML">スマートロック</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="FNT" class="checkbox" id="kodawari11FNT" > <label class="checkboxOFF" for="kodawari11FNT">家具家電</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="FLO" class="checkbox" id="kodawari11FLO" > <label class="checkboxOFF" for="kodawari11FLO">フローリング付</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">間取り・収納</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="BTS" class="checkbox" id="kodawari12BTS" > <label class="checkboxOFF" for="kodawari12BTS">バストイレ別</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="U2F" class="checkbox" id="kodawari12U2F" > <label class="checkboxOFF" for="kodawari12U2F">2階以上</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="LOF" class="checkbox" id="kodawari12LOF" > <label class="checkboxOFF" for="kodawari12LOF">ロフト</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="HUS" class="checkbox" id="kodawari12HUS" > <label class="checkboxOFF" for="kodawari12HUS">一戸建て</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="MEZ" class="checkbox" id="kodawari12MEZ" > <label class="checkboxOFF" for="kodawari12MEZ">メゾネット</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="GDN" class="checkbox" id="kodawari12GDN" > <label class="checkboxOFF" for="kodawari12GDN">専用庭</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="WIC" class="checkbox" id="kodawari12WIC" > <label class="checkboxOFF" for="kodawari12WIC">WIC・納戸</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="OSY" class="checkbox" id="kodawari12OSY" > <label class="checkboxOFF" for="kodawari12OSY">大型収納</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="WSP" class="checkbox" id="kodawari12WSP" > <label class="checkboxOFF" for="kodawari12WSP">ワークスペース</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="WSF" class="checkbox" id="kodawari12WSF" > <label class="checkboxOFF" for="kodawari12WSF">ワークスペース(専用家具付)</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">共用部</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="ELV" class="checkbox" id="kodawari15ELV" > <label class="checkboxOFF" for="kodawari15ELV">エレベーター</label> </li> <li class="searchList__itemStar"> <input name="chkPartSrchCd" type="checkbox" value="BOX" class="checkbox" id="kodawari15BOX" > <label class="checkboxOFF" for="kodawari15BOX">宅配BOX</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="TRS" class="checkbox" id="kodawari15TRS" > <label class="checkboxOFF" for="kodawari15TRS">24時間ゴミ出し可</label> </li> </ul> </td> </tr> <tr> <th align="left" valign="top">駐車場</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="PAD" class="checkbox" id="kodawari13PAD" > <label class="checkboxOFF" for="kodawari13PAD">駐車場無料</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="PHA" class="checkbox" id="kodawari13PHA" > <label class="checkboxOFF" for="kodawari13PHA">駐車場あり</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="PHT" class="checkbox" id="kodawari13PHT" > <label class="checkboxOFF" for="kodawari13PHT">駐車場2台可</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="EVS" class="checkbox" id="kodawari13EVS" > <label class="checkboxOFF" for="kodawari13EVS">EV充電用設備</label> </li> </ul> </td> </tr> </table> <!--/tableBoxA01--></div> <p class="searchForm__text"><img src="/common/images/list_ico_star.png" alt="スター" width="17" height="17" class="searchForm__imgStar--text">のついている項目は、積水ハウス品質のオススメ条件です。</p> <h3 class="h3Type02">その他賃貸条件</h3> <div class="tableBoxA01 tableBoxA01a mt00 searchForm__table"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th align="left" valign="top">入居条件</th> <td> <ul class="clearfix checkListA01 searchList__kodawari searchList__5col"> <li > <input name="chkPartSrchCd" type="checkbox" value="LGB" class="checkbox" id="kodawari14LGB" > <label class="checkboxOFF" for="kodawari14LGB">LGBTQフレンドリー</label> </li> <li > <input name="chkPartSrchCd" type="checkbox" value="ELP" class="checkbox" id="kodawari14ELP" > <label class="checkboxOFF" for="kodawari14ELP">高齢者対応</label> </li> </ul> </td> </tr> </table> <!--/tableBoxA01--></div> <div class="formBtnA01"> <p>該当物件 <strong><span id="totalCnt3">-</span></strong>件</p> <div> <span class="mr20 btnImgM018">検索する</span> <span class="btnImgM016">さらに駅を選ぶ</span> </div> <!--/formBtnA01--></div> <!--<div class="acc_item">--></div> <!--<div class="acc_block">--></div> <div class="formBtnA03"><a href="/ibaraki/" class="btnType01" >戻る</a><!--/formBtnA03--></div> <p class="textM"><span>近隣の都道府県 駅・路線から探す</span> <span>|<a href="/tokyo/route/" >東京都</a>|</span> <span><a href="/kanagawa/route/" >神奈川県</a>|</span> <span><a href="/saitama/route/" >埼玉県</a>|</span> <span><a href="/chiba/route/" >千葉県</a>|</span> <span><a href="/tochigi/route/" >栃木県</a>|</span> <span><a href="/gunma/route/" >群馬県</a>|</span> <span><a href="/yamanashi/route/" >山梨県</a>|</span> <!--/contentsBodyInr--></div> <!--コンテンツまで--></form> <!--contentsBody--></div> <!--フッターここから--> <div id="footer"> <div class="footer_content"> <div class="shamaisonLife clearfix"> <h2 class="h2Type00"> シャーメゾンライフ<span>住む方の目線で考える入居者ファーストの想いをお届けします。</span> </h2> <a href="/cm/index.html"> <dl> <dt><img src="/images/shamaisonLife01_img_01.jpg" alt="TVCMギャラリー"></dt> <dd> <div><img src="/images/shamaisonLife01_img_01.gif" alt="TVCMギャラリー"></div> <p><span class="btnType07">CMを公開中</span></p> </dd> </dl> </a> <a href="/quality/" target="_blank"> <dl> <dt><img src="/images/shamaisonLife01_img_02.jpg" alt="シャーメゾンのクオリティ"></dt> <dd> <div><img src="/images/shamaisonLife01_img_02.gif" alt="シャーメゾンのクオリティ"></div> <p><span class="btnType07">シャーメゾンならではの機能をご紹介</span></p> </dd> </dl> </a> <a href="https://www.instagram.com/shamaison_sekisuihouse/" target="_blank"> <dl class="right"> <dt><img src="/images/shamaisonLife01_img_03.jpg" alt="シャーメゾン公式インスタグラム"></dt> <dd> <div><img src="/images/shamaisonLife01_img_03.gif" alt="シャーメゾン公式インスタグラム"></div> <p><span class="btnType07">シャーメゾン公式インスタグラム</span></p> </dd> </dl> </a> <div class="support"> <a href="/support.html"> <div> <p class="title">積水ハウス不動産が<br><span>シャーメゾンライフ</span>を<span>サポート</span></p> <img src="/images/support.jpg" alt="積水ハウス不動産がシャーメゾンライフをサポート"> <img class="support_btn" src="/images/support_btn.png" alt="積水ハウス不動産がシャーメゾンライフをサポート"> </div> </a> </div> </div> <!--/shamaisonLife--> </div> <div class="topBoxA04 mt60"> <div class="topBoxA04Inr"> <div class="ul01"> <ul> <li>ご入居者の方</li> <li><a href="https://www.shamaison.com/shamaison-life-club/" target="_blank">シャーメゾンライフ CLUB</a></li> <li>|</li> <li><a href="http://www.mastpartners.co.jp/" target="_blank">らくらくパートナー</a></li> <li>|</li> <li><a href="https://www.mastsast.co.jp/product/shamaison-guard" target="_blank">シャーメゾンライフ GUARD</a></li> <li>|</li> <li><a href="https://www.shamaison.com/shamaison-life-club/pdf/rakuraku_platinum.pdf" target="_blank">らくらくプラチナ</a></li> <li> <form action="/condition/search/list" name="shopName_byNum" method="POST"> <dl class="footerSearch"> <dt><input type="tel" name="HOU" value="" placeholder="物件番号から検索" /></dt> <dd><input type="button" value="検索" onclick="javascript:shopSearchByNum();"></dd> </dl> </form> </li> </ul> </div> <ul class="ul02"> <li>積水ハウス不動産グループ</li> <li><a href="/sekiwa.html">積水ハウス不動産について</a></li> </ul> <ul class="ul03"> <li><a href="https://www.sekisuihouse-f-tohoku.co.jp/" target="_blank">積水ハウス不動産東北</a></li> <li>|</li> <li><a href="https://www.sekisuihouse-f-tokyo.co.jp/" target="_blank">積水ハウス不動産東京</a></li> <li>|</li> <li><a href="https://www.sekisuihouse-f-chubu.co.jp" target="_blank">積水ハウス不動産中部</a></li> <li>|</li> <li><a href="https://www.sekisuihouse-f-kansai.co.jp/" target="_blank">積水ハウス不動産関西</a></li> <li>|</li> <li><a href="https://www.sekisuihouse-f-chugokushikoku.co.jp/" target="_blank">積水ハウス不動産中国四国</a></li> <li>|</li> <li><a href="https://www.sekisuihouse-f-kyushu.co.jp/" target="_blank">積水ハウス不動産九州</a></li> </ul> <div class="ul04"> <ul> <li><a href="https://www.sekisuihouse.co.jp/" target="_blank">積水ハウスホームページ</a></li> <li><a href="https://www.shamaison.com/shamaison-life-club/pdf/privacy.pdf" target="_blank">お客様情報保護方針</a></li> <li><a href="https://www.sekisuihouse.com/information/index.html" target="_blank">弊社ウェブサイト利用上のご留意事項</a></li> <li><a href="/gallery.html">シャーメゾン物件ギャラリー</a></li> <li><a href="/contact-24h.html">お問い合わせはこちら</a></li> <li><a href="/sitemap.html">サイトマップ</a></li> </ul> </div> <div class="footer_bottom"> <ul> <li><img src="/images/sekisui-logo.jpg" alt="SEKISUI HOUSE"></li> <li>Copyright © SEKISUI HOUSE,ALL RIGHTS RESERVED</li> </ul> </div> </div> <!--/topBoxA04Inr--> </div> <!--/topBoxA04--> <script src="/sys/js/alert_pop02.js"></script> <script> function shopSearchByNum() { var anm = trim(document.shopName_byNum.HOU.value); if (anm.length == 0) { alertPop('物件番号を入力してください'); return; } document.shopName_byNum.submit(); } function trim(s) { if (s == null || s == "") { return ""; } while (s.charAt(0) == " " || s.charAt(0) == " " || s.charAt(0) == "\t" || s.charAt(0) == "\r" || s.charAt(0) == "\n") { s = s.substring(1, s.length); } while (s.charAt(s.length - 1) == " " || s.charAt(s.length - 1) == " " || s.charAt(s.length - 1) == "\t" || s.charAt(s.length - 1) == "\r" || s.charAt(s.length - 1) == "\n") { s = s.substring(0, s.length - 1); } return s; } </script> <!--/footer--> </div> <!--フッターここまで--> <div class="pageTop"><a href="#wrap"><img src="/common/images/topbtn.gif" alt="TOP"></a><a href="#footer"><img src="/common/images/btmbtn.gif" alt="BOTTOM"></a></div> <!--wrap--></div> <!-- Google Code for メインリスト --> <!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 1010958657; var google_conversion_label = "K7XLCIefqgUQwYKI4gM"; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1010958657/?value=0&label=K7XLCIefqgUQwYKI4gM&guid=ON&script=0"/> </div> </noscript> </body> </html>