@charset "UTF-8";

table {
	width: 100%;
}
.map {
	width: 100%;
	height: 300px;
}
iframe {
	filter:grayscale(100%);-webkit-filter:grayscale(100%)
}
.staff-ph {
	height: 180px;
}


/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

th , td {
	display: block;
}

th {
    background: #f1f0f0;
}
}



