背景画像
トピックスヘッドライン画像

トピックス

Topics

最新記事一覧
2020.08.03 お知らせ

株式会社 パイン <新規有料老人ホーム開設予定のお知らせ>

当社子会社である株式会社 パインが新規有料老人ホームを開設する予定となりましたのでお知らせいたします。

【名称】麻生の郷(あざぶのさと)

【住所】〒007-0839 札幌市東区北三十九条東1丁目756番44号他

【定員】50室

【開設日】2021年3月1日

  • img_file

【名称】武蔵野の郷(むさしののさと)

【住所】〒359-0024 埼玉県所沢市大字下安松字中横道北1566番1・3

【定員】74室

【開設日】2021年7月1日

 

パインホームページはこちらから ⇒ クリック

document.addEventListener('DOMContentLoaded', function() { // 通常のページングの前へ/次へリンク const paginationPrevLinks = document.querySelectorAll('.pagination li.prev.disabled'); const paginationNextLinks = document.querySelectorAll('.pagination li.next.disabled'); // 詳細ページのページング const detailPrevLinks = document.querySelectorAll('.detail-paging-prev.disabled'); const detailNextLinks = document.querySelectorAll('.detail-paging-next.disabled'); // すべての無効な要素を非表示に [].concat( Array.from(paginationPrevLinks), Array.from(paginationNextLinks), Array.from(detailPrevLinks), Array.from(detailNextLinks) ).forEach(function(link) { link.style.opacity = '0'; link.style.visibility = 'hidden'; link.style.pointerEvents = 'none'; }); });