@charset "UTF-8";

@media (max-width: 959px) and (min-width: 751px) {
	
}

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

img{
	height: auto !important;
}

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

.news-list .news-block:hover {
	text-decoration: none;
}

.news-list .news-block:hover .news-title {
	text-decoration: underline;
}

.wp-pagenavi a:hover {
	text-decoration: none;
	color: var(--white);
	background: var(--brown);
	border-color: var(--brown);
}

.news-ctrl .news-ctrl__back:hover {
	background: var(--white);
	color: var(--brown);
	text-decoration: none;
}

}

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