if(
	navigator.userAgent.indexOf("DoCoMo") == -1 &&
	navigator.userAgent.indexOf("KDDI") == -1 &&
	navigator.userAgent.indexOf("Vodafone") == -1 &&
	navigator.userAgent.indexOf("SoftBank") == -1 &&
	navigator.userAgent.indexOf("Android") == -1 &&
	navigator.userAgent.indexOf("iPhone") == -1 &&
	navigator.userAgent.indexOf("iPod") == -1
){
	location.href = 'http://www.himawari-life.net';
}
