// JavaScript Document

//ヘッダー部メッセージ

document.open();
document.write(" Lunch&nbsp;11:30～15：00（14：00&nbsp;L.O）&nbsp;&nbsp;休：&nbsp;月Dinner&nbsp;17:30～23：30（22：30&nbsp;L.O）&nbsp;&nbsp;休：&nbsp;月");
document.close();
