@charset "utf-8";
/* CSS Document */

.sp {
	display: none;
}

.luxury_body {
	text-align: center;
}

@media screen and (max-width:767px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}