@charset "utf-8";

/* CSS Document */

.pc-only,
.sp-only {}

@media (max-width: 768px) {
	* {
		max-width: 100%;
	}

	.pc-only {
		display: none!important;
	}

	img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

	/*a[href^="tel:"] {
		pointer-events: none;
	}*/
}

@media (min-width: 769px) {
	.sp-only {
		display: none!important;
	}
}

@media (min-width: 480px) {
	.sp-only2 {
		display: none!important;
	}
}
