Gardens

Facilities

Gardens

We have a large garden with paths through woods, along barns and a true vegetable garden for anyone to see where our vegetables are grown. You can also see how nature does when you leave it a bit, see more info in your room.

keyboard_arrow_up
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".simcal-event").forEach(function (el) { const title = el.getAttribute("title"); if (title) { el.textContent = title; // Ganti titik jadi judul el.style.fontSize = "10px"; el.style.whiteSpace = "nowrap"; el.style.overflow = "hidden"; el.style.textOverflow = "ellipsis"; el.style.display = "block"; el.style.textAlign = "center"; el.style.marginTop = "4px"; } }); });