@charset "utf-8";

/*============================
#contents.contents
============================*/
#contents {
	padding: 50px 0 0;
}
.lcl-nav {
	margin-bottom: 20px;
}
.lcl-nav-list {
	width: 1100px;
	margin: 0 auto;
	justify-content: flex-start;
}
.lcl-nav-list li {
	width: 250px;
	margin-bottom: 25px;
}
.lcl-nav-list li a {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #a68e41;
	transition: 0.5s ease;
	color: #a68e41;
	font-size: 18px;
	letter-spacing: 0.05em;
	position: relative;
}

.lcl-nav-list li a::after {
	content: '\f107';
	font-family: fontawesome;
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.lcl-nav-list li:not(:nth-child(4n)) {
		margin-right: 33px;
	}
	.lcl-nav-list li a:hover {
		background-color: #a68e41;
		color: #fff;
	}
}
/*============================ #general ============================*/
.lcl-box {
	padding-bottom: 100px;
}
/*.lcl-box:nth-child(2n) {
	background: rgb(177, 214, 224);
	background: linear-gradient(
		90deg,
		rgba(177, 214, 224, 1) 35%,
		rgba(198, 243, 187, 1) 100%
	);
}*/
.lcl-box:not(:first-child) {
	padding-top: 60px;
	padding-bottom: 70px;
}
.lcl-box:not(:first-child) .lcl-box__ttl {
	margin-bottom: 40px;
}
.lcl-box__ttl {
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.lcl-box__ttl span {
	display: inline-block;
}
.lcl-box__ttl::after {
	content: '';
	background-color: #313131;
	width: 70px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.lcl-box__lead {
	text-align: center;
	margin-bottom: 35px;
}
/*============================ #entrance ============================*/
#entrance img {
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*============================
#env.lcl-box
============================*/

.lcl-items-list {
	width: 1100px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto 0;
}
.lcl-item {
	width: 345px;
	margin-right: 32px;
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
	.lcl-item:nth-child(3n) {
		margin-right: 0;
	}
}
.lcl-item img {
	display: block;
	margin-bottom: 17px;
}
.lcl-item__ttl {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.lcl-item p {
	font-size: 14px;
	line-height: 1.78;
	letter-spacing: 0.05em;
}
.lcl-item p span {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.5;
	display: inline-block;
}
.lcl-attention{
	width: 1100px;
	font-size: 12px;
	margin: 0 auto -50px;
}
@media screen and (max-width: 767px) {
	/* ---- SP ---- */
	#contents {
		padding: 30px 0 0;
	}
	/*============================ #nav ============================*/
	.lcl-nav-list {
		width: 100%;
		justify-content: space-between;
		padding: 0 10px;
	}
	.lcl-nav-list li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 10px;
	}
	.lcl-nav-list li a {
		height: 45px;
		font-size: 14px;
	}
	.lcl-nav-list li a::after {
		font-size: 11px;
	}
	/*============================ #box ============================*/
	.lcl-box {
		padding: 0 15px 50px;
	}
	.lcl-box:not(:first-child) {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.lcl-box__ttl {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.lcl-box__lead{
		text-align: left;
	}
	.lcl-box:not(:first-child) .lcl-box__ttl {
		margin-bottom: 25px;
	}
	/*============================ #items ============================*/
	.lcl-items-list {
		width: 100%;
		margin: 0 auto 0;
	}
	.lcl-item {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.lcl-item:nth-child(2n) {
		margin-right: 0;
	}
	.lcl-item img {
		display: block;
		margin-bottom: 15px;
	}
	.lcl-item__ttl {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.lcl-item p {
		font-size: 13px;
		line-height: 1.58;
		letter-spacing: 0.05em;
	}
	.lcl-item p span {
		font-size: 11px;
		line-height: 1.4;
	}
	.lcl-attention{
		width: 100%;
		font-size: 11px;
		margin: 0;
	}
}
