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

トピックス

Topics

最新記事一覧
2017.03.18 イベント

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


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

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

平成28年度クリスマスコンテスト結果(デイサービス部門)

一位 あおぞらの里 小文字デイサービス

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

【表 彰】←表彰風景はこちらをクリック

二位 あおぞらの里 八千代デイサービス

三位 あおぞらの里 上田原デイサービス

会長賞 あおぞらの里 甲府デイサービス

平成28年度お正月コンテスト結果(デイサービス部門)

一位 あおぞらの里 宇佐町デイサービス

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

二位 あおぞらの里 小文字デイサービス

三位 あおぞらの里 幡生デイサービス

会長賞 あおぞらの里 小牧デイサービス

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