@charset "UTF-8";

@media (max-width: 1439px) and (min-width: 768px) {
	
}

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

img{
	height: auto !important;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

.pc{
	display: none;
}

.sp{
	display: block;
}

.menu-trigger{
	display: inherit;
}


}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */