/* nav bar */

/* .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */

.map {
	width: 550px;
	height: 450px;
}

.tel {
	font-size: 2em;
}

@media all and (-ms-high-contrast:none) {
}

@media screen and (max-width:1199px) {}

@media screen and (max-width:768px) {
	.map {
		width: 450px;
		height: 450px;
	}
}

@media screen and (max-width:576px) {
	.map {
		width: 320px;
		height: 350px;
	}
	.tel {
		font-size: 1.5em;
	}
}