@charset "utf-8";
.main-img{
	background-image: url(../img/main.jpg);
}
/* ---------------------------------------------------------------- lcl-box ---- */
.lcl-box{
	padding: 0 0 90px;
}
.lcl-box__text{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.lcl-img{
	width: 1100px;
	margin: 0 auto;
}
.lcl-img__01{
	width: 420px;
}
.lcl-img__02{
	width: 680px;
	background-color: #f9f7f4;
	padding: 49px 0 35px;
}

.lcl-list{
	width: 1100px;
	margin: 100px auto 0px;
	align-items: stretch;
}
.lcl-list__item{
	width: 520px;
	margin-right: 50px;
	background: #fff;
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
	border: 1px solid #d6ead8;
	padding: 20px 29px;
}
.lcl-list__item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.lcl-list__item::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -1;
	background-image: linear-gradient( 0deg, rgba(173,214,179,0.5) 0%, rgba(242,236,147,0.5) 100%);
}
.lcl-list__item:nth-child(2n){
	margin-right: 0;
}
.lcl-list__img{
	margin: 20px auto 30px;
	height: 289px;
	text-align: center;
}
.lcl-list__img img{
	height: 100%;
}
.lcl-list__btn{
	margin: 0 auto;
}

/* ---------------------------------------------------------------- modal ---- */
/*.fixed{
	overflow: hidden;
}*/
.lcl-modal__wrapper{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,31,31,0.5);
	z-index: 9999;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
}
.lcl-modal__wrapper--show{
	opacity: 1;
	visibility: visible;
}
.lcl-modal{
	position: absolute;
	left: 0;
	right: 0;
	/* top: 0;
	bottom: 0; */
	margin: 100px auto 0;
	width: 1000px;
	/* height: 790px; */
	padding: 34px 0 60px;
	background: #fff;
}
.lcl-modal__title{
	width: 700px;
	margin: auto;
	text-align: center;
}
.lcl-modal__img{
	width: auto;
	max-width: 100%;
	/* height: 500px; */
	padding: 30px 0 30px;
	text-align: center;
}
.lcl-modal__img img{
	max-width: 100%;
	/* max-height: 100%; */
}
.lcl-modal__btn{
	text-align: center;
	background: #a68e41;
	display: block;
	width: 280px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: .05em;
	color: #fff;
	margin: 0 auto;
	transition: all 0.25s ease;
}
.lcl-modal__icon{
	width: 20px;
	vertical-align: middle;
	margin-right: 9px;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.lcl-modal__btn:hover{
		background: #333;
	}
}
.lcl-modal__close{
	position: absolute;
	width: 33px;
	height: 33px;
	top: -45px;
	right: 5px;
	cursor: pointer;
}
.lcl-modal__close::before,
.lcl-modal__close::after{
	content: "";
	display: block;
	width: 45px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transform-origin: center;
}
.lcl-modal__close::before{
	transform: rotate(-45deg);
}
.lcl-modal__close::after{
	transform: rotate(45deg);
}
.lcl-contents__text{
	font-size: 11px;
	line-height: 21px;
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */

	/* ---------------------------------------------------------------- lcl-box ---- */
	.lcl-box{
		padding: 0 15px 50px;
	}
	.lcl-box__text{
		text-align: left;
		line-height: 24px;
	}
	.lcl-img{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.lcl-img__01{
		width: 100%;
	}
/*	.lcl-img__02{
		width: 680px;
	}*/
	.lcl-img__01__01{
		width: 38.5%;
	}
	.lcl-img__01__02{
		width: 61.5%;
	}
	.lcl-img__02{
		width: 100%;
	}

	.lcl-list{
		width: calc(100% - 30px);
		margin: 40px auto 30px;
	}
	.lcl-list__item{
		width: 100%;
		margin-right: 10px;
		margin-bottom: 30px;
		padding: 10px 15px;
	}
	.lcl-list__item:nth-child(2n){
		margin-right: 0;
	}
	.lcl-list__item::before{
		right: -5px;
		bottom: -5px;
	}
	.lcl-list__img{
		margin: 20px auto 30px;
		height: 250px;
		text-align: center;
	}
	.lcl-list__img img{
		height: 100%;
	}
	.lcl-list__btn{
		margin: 0 auto;
	}
	.lcl-contents__text{
		font-size: 10px;
		line-height: 17.5px;
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	/* ---------------------------------------------------------------- modal ---- */
	.lcl-modal__wrapper{
	}
	.lcl-modal{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100vw;
		height: 100vh;
		padding: 100px 0 0;
		overflow: auto;
	}
	.lcl-modal__title{
		width: calc(100% - 30px);
		margin: auto;
		text-align: center;
	}
	.lcl-modal__img{
		width: 100%;
		/* height: 400px; */
		padding: 10px 0 10px;
	}
	.lcl-modal__btn{
		display: none;
		width: 280px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.lcl-modal__icon{
		width: 10px;
		margin-right: 5px;
	}
	.lcl-modal__close{
		position: absolute;
		width: 25px;
		height: 25px;
		top:  50px;
		right: 15px;
	}
	.lcl-modal__close::before,
	.lcl-modal__close::after{
		content: "";
		width: 34px;
		background: #333;
	}
}
@media print{
	#wrapper,
	.lcl-modal__btn{
		display: none;
	}
	.lcl-modal__wrapper{
		display: none;
	}
	.lcl-modal__wrapper--show,
	.lcl-modal{
		display: block;
		position: static;
	}
	.lcl-modal__wrapper{
		width: 1000px;
		background: none;
	}
}
