//クーポン ポップアップ----------------------------------------------------------------------------------------------
function coupon(){
    win001=window.open("/coupon/","coupon","scrollbars=yes,ocation=no,status=no,width=620,height=532");
}

//地図 ポップアップ----------------------------------------------------------------------------------------------
function map(){
    win002=window.open("/map/","map","scrollbars=no,ocation=no,status=no,width=592,height=700");
}
