@charset "utf-8";


/**/
.map01{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto 60px;
}
.map02{
	max-width: 1239px;
	width: 90%;
	margin: 0 auto 60px;
}


@media (min-width: 768px){
}


.btn01{
	font-size: clamp(1.4rem,2vw,2.4rem);
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
	padding-right: 20px;
}
.btn01::before{
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #7a6a56;
	border-right: 0;
}

.map03{
	background:#887966;
	background: linear-gradient(180deg, #887966 0%, #6b5c49 100%);
	color: #fff;
	padding: 30px 5%;
	max-width: 1000px;
	width: 90%;
	margin: 40px auto;
}
.map03 .txt01{
	font-size: clamp(1.6rem,2.2vw,2.6rem);
	margin-bottom: 10px;
}
.map03 .txt02{
	font-size: clamp(2.4rem,3vw,3.6rem);
	color: #222;
	background-color: #fff;
	padding: 5px;
	max-width: 600px;
	margin: 0 auto 15px;
}
.map03 .txt03{
	font-size: 1.4rem;
}