@charset "utf-8";
/* Map */
#mr-map{padding-bottom: 80px;}
.mr-box{text-align: center;}

.m-tit2.big + p {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 80px;
  font-size: 18px;
}

.notice{
padding: 20px ;
background: rgb(84,27,52);
background: linear-gradient(126deg, rgba(84,27,52,1) 0%, rgba(53,12,31,1) 100%);
	color: #fff;
	text-align: center;
	max-width: 668px; 
	margin: 40px auto auto;
	font-size: 12px;
}
.notice p:first-child{font-size: 22px; line-height: 1.5;margin-bottom: 5px;}
.notice p a{text-decoration: underline}


.gMap a{display: block; border:1px solid #fff; width: 300px; margin:20px auto; font-size: 16px; padding: 15px 10px; transition: 0.5s}
.gMap a:hover{opacity: 0.8}


@media (max-width: 700px) {
 .notice p:first-child{font-size: 4vw;}

}