一般社団法人夢と絆

就労移行支援事業所
塩竈潮さい

2026年8月行事予定

🌻 8月行事予定(2026年8月1日〜8月31日)

一般社団法人 夢と絆/塩竈潮さい 就労移行支援事業所

魚に乗る女の子(8月)

夕暮れのあかね色に包まれる8月は、制作活動・農園作業・地域交流が活発になる季節です。
以下は8月1日から31日までの主な行事予定です。

  • 8月1日:月初ミーティング・目標設定
  • 8月5日:制作活動(夏のイラスト展示準備)
  • 8月10日:お盆前清掃活動(塩竈市内)
  • 8月15日:お盆休業(事業所休み)
  • 8月20日:農園収穫体験(山形農地)
  • 8月25日:PC制作講座(Web構成練習)
  • 8月31日:月末振り返り会・次月準備
area.addEventListener("mouseenter", () => { const img = document.querySelector("img[usemap]"); const rect = img.getBoundingClientRect();const coords = b.coords.split(",").map(Number);// ★ 画像の縮小率を計算 const scaleX = rect.width / img.naturalWidth; const scaleY = rect.height / img.naturalHeight;let x, y;if (b.shape === "rect") { x = ((coords[0] + coords[2]) / 2) * scaleX; y = ((coords[1] + coords[3]) / 2) * scaleY; } else if (b.shape === "circle") { x = coords[0] * scaleX; y = coords[1] * scaleY; } else { let xs = [], ys = []; for (let i = 0; i < coords.length; i += 2) { xs.push(coords[i] * scaleX); ys.push(coords[i + 1] * scaleY); } x = xs.reduce((a,b)=>a+b) / xs.length; y = ys.reduce((a,b)=>a+b) / ys.length; }hoverRing.style.width = b.ringSize + "px"; hoverRing.style.height = b.ringSize + "px";hoverRing.style.left = rect.left + x + "px"; hoverRing.style.top = rect.top + y + "px"; hoverRing.style.display = "block"; });
上部へスクロール