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

トピックス

Topics

最新記事一覧
2016.04.01 イベント

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


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

今年も大いにもりあがりました!!

平成27年度クリスマスコンテスト結果(施設サービス部門)

一位 ラ・ナシカ ていね

二位 ラ・ナシカ あしかが

三位 ラ・ナシカ こうざい

平成27年度お正月コンテスト結果(施設サービス部門)

一位 ラ・ナシカ あさひかわ

二位 ラ・ナシカ 三保の松原

三位 あおぞらの里 グループホーム小松川

 

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