//クーポン ポップアップ----------------------------------------------------------------------------------------------
function coupon(){
    win001=window.open("/coupon.html","coupon","scrollbars=yes,ocation=no,status=no,width=615,height=685");
}

//地図 ポップアップ----------------------------------------------------------------------------------------------
function map(){
    win002=window.open("/map/","map","scrollbars=no,ocation=no,status=no,width=592,height=685");
}

//スタッフスケジュール ポップアップ----------------------------------------------------------------------------------------------

function staff_schedule(){
window.open("http://xn--wbttbx56ff8ryik.com/staff_schedule.html","staff_schedule","width=620,height=620,scrollbars=no");
}
