CINXE.COM
通勤・通学時間から探す|茨城県のシャーメゾン|積水ハウスの賃貸住宅
<!DOCTYPE HTML> <html lang="ja"> <head> <meta name="viewport" content="target-densitydpi=device-dpi,width=768,user-scalable=no,maximum-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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"> <title>通勤・通学時間から探す|茨城県のシャーメゾン|積水ハウスの賃貸住宅</title> <link rel="stylesheet" href="/common/css/style.css" type="text/css" media="screen,tv,print"> <link rel="stylesheet" href="/common/css/parts.css" type="text/css" media="screen,tv,print"> <script type="text/javascript" src="/common/js/jquery-1.8.3.min.js"></script> <script type="text/javascript" src="/common/js/base.js"></script> <script type="text/javascript" src="/common/js/jquery.customSelect.js"></script> <script type="text/javascript" src="/common/js/form.js"></script> <script type="text/javascript" src="/sys/js/partlist_make.js"></script> <script type="text/javascript" src="/common/js/checkbox.js"></script> <script src="/common/js/acc.js"></script> <!--[if lt IE 9]> <script src="/common/js/html5shiv.js"></script> <![endif]--> <script> window.dataLayer = window.dataLayer || []; dataLayer.push({ 'dimension4': 'time' }); </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"> <!-- function submitNext() { var msg = ""; if(document.srchListForm.MOK.value=="" || document.srchListForm.MOK.value=="駅名を入力してください"){ msg += "<li>目的地の駅名を入力してください。</li>"; } if (((document.srchListForm.CFR.value != "" && document.srchListForm.CTO.value != "") && document.srchListForm.CFR.value == document.srchListForm.CTO.value)) { msg += "<li>上限の数値と下限の数値に同じ値を選択することはできません。</li>"; } if (msg != "") { document.getElementById('errorText02').innerHTML = msg; return false; } else { document.srchListForm.MTP.value = commaSeparate('chkLayoutCd'); if(document.srchListForm.otherLayout.value != ""){ document.srchListForm.MTP.value += "," + document.srchListForm.otherLayout.value; } document.srchListForm.KD.value = margeKD('chkPartSrchCd'); document.srchListForm.KD.value = margeKD('agePartSrchCd'); document.srchListForm.KD.value = margeKD('stationPartSrchCd'); if(document.srchListForm.otherPartSrch.value != ""){ document.srchListForm.KD.value += "," + document.srchListForm.otherPartSrch.value; } document.srchListForm.submit(); } } 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 onloadCheck(){ if(document.srchListForm.MOK.value=="駅名を入力してください" || document.srchListForm.MOK.value ==""){ $('.formBtnA03').find('div').html('<span class="btnImgM018">検索する</span>'); }else{ $('.formBtnA03').find('div').html('<input name="" type="submit" value="検索する" class="btnImgM018">'); } } document.onkeydown=function(e){ var keycode=document.all?event.keyCode:e.which; if(keycode==13){ return submitNext(); } } 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="bdpnbevydtvugz2cnoaa-f-c09db51d2-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":"4ce77641","ak.r":41870,"ak.a2":n,"ak.m":"a","ak.n":"essl","ak.bpcip":"8.222.208.0","ak.cport":36600,"ak.gh":"184.28.235.63","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1732406144","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==qZNhPsOltOi354rLHfIQ8oZHI17xvawnZRxhL8qoMWiqYidstJp5LwLtoeYn0YsMFTw0FlD0oz011obli0DD7ShG1F3qHhJn0l3AF3K5IF5sQMv4jHqFt9fGbn4idcWTnTFnMnvd2aJqb82Q1HRIvKVZ0l+JnJJtpPrYY8R+EVnwWqmagnyukTm3T1pCKTohGWkz2QAhfSaKm9r68L1e9Agu1+tqzDomtP8t8bDrimld2UP40khQBZSJBr7EDfbXBghf6ZdPtP+WZtoQ6NG7lNQHJdzi54j743wuyicryjEulUX133KZ61l1m+jdsXPP2f9lpaxEgoG7xtTK3AWMCiO2oIp3iF+/658LRPXCyMXfr5uzp7zCAcIVIH5z/28MdZz/F19OrGpHIcvhNpT4jE7qZ1HL27MkYOdeckv5Z8A=","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);onloadCheck();"> <!-- 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) --> <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 |||=== --> <div id="contentsBody"> <!--コンテンツここから--> <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="h1Type16">通勤・通学時間から探す</h1> <div class="contentsBodyInr"><h2>目的地の最寄り駅と所要時間を入力してください</h2> <ul class="errorText02" id="errorText02"></ul> <!-- dataBlock --> <form action="/condition/search/list" name="srchListForm" method="post" onSubmit="javascript:submitNext()"> <input type="hidden" name="BTP"value=""> <input type="hidden" name="KD"> <input type="hidden"name="otherPartSrch"value=""> <input type="hidden" name="otherLayout"value=""> <input type="hidden" name="MTP"> <input type="hidden" name="HOU"value=""> <input type="hidden" name="SKW" value=""> <input type="hidden" name="SPRF" value="ibaraki"> <input type="hidden" name="PRF" value=""> <div class="formBoxA01 clearfix"> <div class="formBoxLeft"> <span>目的地</span> <input name="MOK" class="textForm initValInput" type="text" value="駅名を入力してください" maxlength="40" onKeyup="javascript:onloadCheck();"> <span>駅まで</span> <!--/formBoxLeft--> </div> <div class="formBoxRight"> <span>乗車時間</span> <select name="TIM" class="styled"> <option value="15">15</option> <option value="30">30</option> <option value="45">45</option> <option value="60">60</option> </select> <span>分以内</span> <!--/formBoxRight--> </div> <!--/formBoxA01--> </div> <p class="right">※乗車時間は株式会社ヴァル研究所の提供する時間となります。</p> <div class="formBtnA03"> <div><span class="btnImgM018">検索する</span></div> <!--/formBtnA03--></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="formBtnA03"> <div><span class="btnImgM018">検索する</span></div> <!--/formBtnA03--></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="formBtnA03"> <div><span class="btnImgM018">検索する</span></div> <!--/formBtnA03--></div> <!--<div class="acc_item">--></div> <!--<div class="acc_block">--></div> <div class="formBtnA03"><a href="/ibaraki/" class="btnType01">戻る</a><!--/formBtnA03--></div> </form> <!--/contentsBodyInr--></div> <!--コンテンツまで--> <!--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> </body> </html>