if 
(document.referrer.indexOf('nissaycars.com') == -1 && ((navigator.userAgent.indexOf('iPhone') > 0 && navigator.userAgent.indexOf('iPad') == -1) || navigator.userAgent.indexOf('iPod') > 0 || navigator.userAgent.indexOf('Android') > 0)) {
    if(confirm('カーコンビニ倶楽部ニッセイ月寒店にはスマートフォン専用サイトがあります。表示しますか？')) {
        location.href = 'http://nissaycars.com/smartphone/';
    }
}
