@charset "UTF-8";

/*-----------------------------------------------
　　下層　繋がるローカル
*------------------------------------------------*/

.under-top .box.map{
	position: relative;
}

.under-top .box.map::after{
	position: absolute;
	content: '';
	width:100%;
	height:100%;
	top:0;
	right:0;
	background-image:url("../img/common/map.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.under-top .box.map .box-inn{
	position: relative;
	z-index: 2
}

.lead-wrap{
	padding: 110px 0 130px;
	font-size:20px;
	text-align: center;
	font-weight: 500;
	line-height: 2.2
}


@media only screen and (max-width: 768px) {
	.lead-wrap{
			padding: 12vw 0 18.6vw;
		font-size:3.73vw;
		text-align: left
	}

}



.local-list{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width:80%;
	margin: 0 auto 100px
}
.local-list .local-list-item{
	width:calc((100% - 12%) / 3)
}
.local-list .local-list-item:nth-child(n+4){
	margin-top: 40px
}
.local-list .local-list-item .local_name{
	margin-top: 10px;
	font-size:20px
}
.local-list .local-list-item .local_date{
	font-size:18px;
	line-height: 1.4
}
.local-list .local-list-item .local_date span{
	display: inline-block
}

@media only screen and (max-width: 768px) {
	.local-list{
		margin: 0 auto 13vw
	}
	.local-list .local-list-item{
		width:100%
	}
	.local-list .local-list-item:nth-child(n+4){
		margin-top: 0
	}
	.local-list .local-list-item:not(:first-child){
		margin-top: 6.6vw
	}
	.local-list .local-list-item .local_name{
		margin-top: 6.6vw;
		font-size:5.3vw;
		text-align: center
	}
	.local-list .local-list-item .local_date{
		font-size:3.7vw;
		line-height: 1.4;
		text-align: center
	}
	
}
