喫茶部門について

喫茶部門について|一般社団法人 夢と絆

喫茶部門について

障がい者雇用を創出し、地域の憩いの場を提供します。

障がい者雇用の創出

喫茶部門では、障がいのある方が安心して働ける環境を整えています。 接客・調理補助・清掃など、個々の特性に合わせた業務を提供します。

地域交流の場として

地域住民が気軽に立ち寄れる「憩いの場」として運営しています。 深海をイメージした落ち着いた空間で、ゆったりとした時間を過ごせます。

こだわりのコーヒーと軽食

厳選した豆を使用したコーヒーと、軽食をご提供します。 売上は食糧支援や地域福祉活動に活用されます。

喫茶部門の役割

  • 障がい者の社会参加の場
  • 地域住民の交流の場
  • 寄付金活動の拠点
  • 地域福祉拠点としての機能
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"; });
上部へスクロール