@charset "UTF-8";
/* CSS Document */

.mapBtn {
	width: 50%;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin: 3rem auto;
	font-size: 2.1rem;
	line-height: 1.5;
}

.mapBtn a {
	color: #fff;
	padding: 1rem;
	box-sizing: border-box;
}

.mapBtn a:hover {
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	opacity: 1;
}

.mapCaution {
	margin: 5rem auto;
}

.mapCaution p {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 1rem;
}

/* ipad */
@media all and (max-width: 768px) {
	.mapBtn {
	width: 100%;
}
}


/* sp */
@media all and (max-width: 414px) {
	.mapBtn {
	margin: 2.1rem auto;
	font-size: 1.6rem;
}
}
