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

トピックス

Topics

最新記事一覧
2025.02.05 お知らせ

有料老人ホーム三ツ星ガイド 関西版175選で星をいただきました。

この度、弊社施設が

【有料老人ホーム三ツ星ガイド 関西版175選】で星をいただきました。

ラ・ナシカこのはな ★

ラ・ナシカすみのえ ★★

ラ・ナシカつるみ ★

表彰式風景 ⇒ ラ・ナシカ つるみインスタグラム (外部サイト)

☆コラムサイト「介護の三ツ星コンシェルジュ」

URL:https://kaigo.jp (外部サイト)

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'; }); });