• RESERVE

ご予約

当店は完全予約制です。
ご来店の際は、お手数ですが事前にご予約をお願いいたします。
事前のご連絡が無い場合は、ご対応できかねますのでご了承ください。
また、ご質問・ご要望・ご意見については、お電話またはお問い合わせフォームにてお受けしております。

電話でのご予約

03-6459-5878

受付時間:火~金 11:00〜18:00

フォームでのご予約

選択してください

第一希望必須

第二希望必須

第三希望

let zfill = function(str) { return ("00" + str).slice(-2); } let strftime = function(date) { return date.getFullYear() + "/" + zfill(date.getMonth() + 1) + "/" + zfill(date.getDate()); } let phDate = new Date(); phDate.setDate(phDate.getDate() + 1) phDate = strftime(phDate); $("#reserveDate1, #reserveDate2, #reserveDate3").attr("placeholder", "例) " + phDate);