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

トピックス

Topics

  • HOME
  • トピックス
  • 重要
  • ≪重要なお知らせ≫ 新型コロナウイルス感染者発生について 【ラ・ナシカ くらしき続報②】
最新記事一覧
2022.01.22 重要

≪重要なお知らせ≫ 新型コロナウイルス感染者発生について 【ラ・ナシカ くらしき続報②】

令和4年1月22日

株式会社シダー

代表取締役 座小田 孝安

新型コロナウイルス感染者発生続報について

当社の運営する「ラ・ナシカ くらしき(岡山県倉敷市青江)」において、新たに御入居者様7名、職員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'; }); });