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

トピックス

Topics

最新記事一覧
2022.02.01 イベント

2021年度 クリスマス・お正月コンテスト結果発表(デイサービス部門)

2021年度クリスマス・お正月コンテストを実施いたしました。

優勝施設の写真を是非ご覧ください !!

■ クリスマス

1位 戸ノ上デイサービスセンター

【作品】← 作品はこちらをクリック

2位 西原デイサービスセンター

3位 宇佐町デイサービスセンター

 

■ お正月

1位 上田原デイサービスセンター

【作品】← 作品はこちらをクリック

2位 馬橋デイサービスセンター

3位 小文字デイサービスセンター

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