Contact

Have you not found what you were looking for or do you have a private question? Please contact us, we will be pleased to answer you.

Our restaurant is only available by prior online reservation. Guests staying in the restaurant are automatically reserved a table in the restaurant, so no further reservations are needed.


Mapa
How will you get to us

The way to us from Brno

  • do not get confused with the turn to Staré Hutě, please just pass it

  • watch numbers of bends

  • we recommend to continue another kilometre towards the nearby Motorest

  • there, you can turn and come back

  • continue down the road uphill and watch for numbers of bends

  • the turn is highlighted with red boundary stones and with number 5

The way to us from Uherské Hradiště

  • you will pass the turn to Buchlov castle

  • continue down the road uphill and watch for numbers of bends

  • the turn is highlighted with red boundary stones and with number 5

Jak se dostat na Zikmundov
var body = document.body; var first = true; function addClass() { body.classList.add("show-nav"); } function removeClass() { body.classList.remove("show-nav"); } function setOpacity(id) { if (first) { $('.room').not(id).addClass('opacity'); first = false; } else { if ($(id).hasClass('opacity')) { $('.room').removeClass('opacity'); $('.room').not(id).addClass('opacity'); } else { $('.room').removeClass('opacity'); first = true; } } }