div{
	margin: auto;
	text-align: center;
}

p{
	text-align: left;
	padding: 0 10px 0 10px;
}

.full{
	width: 100%;
}

.wrapper{
	max-width: 898px;
	margin: auto;
}

.header{
	background-image: url("https://official.giftole.jp/assets/img/hkt/bk.png");
	max-height: 1007px;
	width: 100%;
	background-size:contain;
	background-repeat: repeat-x;
	position: relative;
}


.logo_area{
	width: 20%;
	display: block;

}

.logo{
	width: 100%;
}


.top{
	padding: 80px 0 20px 0;
}

.info{
	padding: 20px 0 30px 0;
}

.play{
	padding: 20px 0 30px 0;
}

.pos{
	padding: 10px 0 30px 0;
}


.sin{
	padding: 0px 0 10px 0;
}

.schedule{
	padding: 20px 0 20px 0;
}

.under{
	padding: 10px 0 0px 0;
	
}


.txtarea{
	line-height: 1.5;
	font-size: 14px;
	padding: 0 0 20px 0;
}


.line_white{
	background-image: url("https://official.giftole.jp/assets/img/hkt/line_white.png");
	height: 23px;
	width: 100%;
	background-size:contain;
	background-repeat: repeat-x;
}

.line_blue{
	background-image: url("https://official.giftole.jp/assets/img/hkt/line_blue.png");
	height: 23px;
	width: 100%;
	background-size:contain;
	background-repeat: repeat-x;
}



.plat_icon{
	margin: 30px auto 10px auto;
}

.plat_icon > li > p{
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 800px) {

	.auto{
		width: 80%;
	}

	.auto2{
		width: 50%;
	}

	.top{
		padding: 70px 0 30px 0;
	}

	.plat{
		height: 43px;
	}
}


@media screen and (max-width: 600px) {

	.top{
		padding: 55px 0 20px 0;
	}


	.plat_icon{
		margin: 20px auto 10px auto;
	}

	.plat{
		height: 40px;
	}

	.plat_icon > li > p{
		font-size: 13px;
	}
}

@media screen and (max-width: 500px) {

	.auto{
		width: 90%;
	}

	.top{
		padding: 50px 0 20px 0;
	}

	.txtarea{
		line-height: 1.5;
		font-size: 13px;
		padding: 0 0 20px 0;
	}

	.plat_icon{
		margin: 10px auto 10px auto;
	}

	.plat{
		height: 35px;
	}

	.line_white,.line_blue{
		height: 10px;
	}

}


@media screen and (max-width: 400px) {

	.top{
		padding: 50px 0 10px 0;
	}

	.plat{
		height: 25px;
	}


	.txtarea{
		line-height: 1.5;
		font-size: 12px;
		padding: 0 0 20px 0;
	}
}