@charset "utf-8";


.lcl-wrap {
	width: 1000px;
	margin: 0 auto 30px;
}

.lcl-wrap h3{
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 60px;
}

.lcl-list {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lcl-list li {
	background-color: #efedea;
	padding: 60px 40px 0;
	position: relative;
	width: 100%;
	margin-bottom: 70px;
}
.block-flex{}

.lcl-list li:nth-child(1) { width: 520px; }
.lcl-list li:nth-child(2) { width: 455px; }

.lcl-list li:nth-child(1),
.lcl-list li:nth-child(2) { height: 550px; }

.lcl-list li:nth-child(3) {
	padding: 80px 100px 60px;
}

.lcl-list li h4{
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 37px;
	margin-bottom: 20px;
}

.lcl-list li:nth-child(3) h4 {
	font-size: 26px;
	line-height: 41px;
	margin-bottom: 30px;
}

.lcl-list li .txt{
	font-size: 13px;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 70px;
}

.lcl-list li:nth-child(3) .txt {
	width: 430px;
}

.lcl-list li:nth-child(3) .img {
	margin-top: -80px;
	margin-bottom: 45px;
}

.lcl-list li .txt02 {
	font-size: 12px;
	line-height: 22px;
}


/*lcl-map*/
.lcl-map {
	width: 100%;
	height: 410px;
	position: relative;
	z-index: 2;
}

.lcl-ico {
	position: absolute;
	width: 80px;
	height: 80px;
	z-index: 10;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}