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

トピックス

Topics

最新記事一覧
2025.09.10 イベント

慰霊祭執り行いのご報告

平素より当社の施設運営にご理解とご協力を賜り、誠にありがとうございます。
このたび当社では、これまでご縁をいただいた皆様の御霊を偲び、
慰霊祭を執り行いましたことをご報告申し上げます。
本慰霊祭は社員のみで厳かに執り行い、故人への感謝とご冥福をお祈りする時間となりました。
今後も、皆様に安心してお過ごしいただけるよう、職員一同より一層努めてまいります。
引き続き、ご支援・ご協力のほどよろしくお願い申し上げます。

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