@charset "utf-8";


.map{
	margin-bottom:min(6vw,60px);
	max-width:1000px;
	margin-left: auto;
	margin-right:auto;
}
.hanrei{
	width:90%;
	margin:10px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.hanrei p{
	font-size:min(3vw,14px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 1.4em;
}
.hanrei .pin{
	height:1.4em;
	margin-right:0.4em;
}

@media (min-width:1000px) {
	.hanrei{
		width:100%;
	}
}

.lnav01{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width:90%;
	max-width:1000px;
	margin:0 auto 40px;
}
.lnav01 a{
	display: block;
	width:32%;
	margin-bottom:20px;
	border-bottom:1px solid rgba(60,50,40,0.2);
	font-size: min(3vw , 18px);
	text-decoration: none;
	line-height: 2;
	padding-bottom:10px;
}
.lnav01 a.active{
	border-bottom:1px solid rgba(60,50,40,1);
}
@media (min-width:768px) {
	.lnav01 a{
		width:30%;
	}
}

.locUnit01{
	width:90%;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;
	margin-bottom:min(12vw,120px);
}
.locUnit01 .imgwrap{
	width:100%;
}
.locUnit01 .txtwrap{
	width:90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding:40px 0;
}
.locUnit01 .ttl01{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width:100%;
	font-weight: normal;
	margin-bottom:20px;
}
.locUnit01 .ttl01 .num{
	font-size:1.8rem;
	background-color: #736357;
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width:30px;
	height:30px;
	line-height: 30px;
	padding:0;
	margin:0 10px 0 0;
}
.locUnit01 .ttl01 .num.red01{background-color: #993333;}
.locUnit01 .ttl01 .num.blue01{background-color: #4f89bc;}
.locUnit01 .ttl01 .num.green01{background-color: #399045;}
.locUnit01 .ttl01 .txt{
	font-size:1.8rem;
	width:calc(100% - 40px);
}
.locUnit01 .address{
	font-size:1.4rem;
	text-align: center;
	border-top:1px solid rgba(60,50,40,0.2);
	margin-top:30px;
	padding-top:30px;
	margin-bottom: 20px;
}
.locUnit01 .btnwrap{
}
.locUnit01 .btnwrap a{
	margin:0 auto 10px;
}
@media (min-width:768px) {
	.locUnit01 .btnwrap{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.locUnit01 .btnwrap a{
		margin:0;
	}
}




