    $(document).ready(function() {
        $('#tip').qtip({
            content : '<strong><font color="#6c4532">ブライダルフェアとは？</font></strong><br />おふたり専属のコーディネーターがお話を伺いながら、館内のご案内やウェディングイメージのご相談を承っております。<br />その他、独立型チャペルでの人気の模擬挙式やパーティデコレーションされた会場見学、シェフの味を確かめられるご試食イベントなどもございますので、初めての方もどうぞお気軽にご参加くださいませ。',
            position: {
                corner: {
                    target: 'topLeft',
                    tooltip: 'bottomMiddle'
                }
            },
            style: {
                tip: 'bottomMiddle',
                background: '#fff',
                color: 'black',
				'font-size': '12px',
                textAlign: 'left',
                border: {
                    width: 2,
                    radius: 1,
                    color: '#cba88f'
                }
            }
        });
    });
