@charset "utf-8";

.main-area {
	background-image: url(../img/bg_01.jpg);
}

/* ---------------------------------------------------------------- box01 ---- */

.lcl-block01 {
	padding: 60px 0 10px;
}

.lcl-block01__img {
	width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto 20px;
	position: relative;
}
.lcl-block01__img.dn-n img {
	display: block;
}
.lcl-block03__img {
	margin-bottom: 20px;
}.lcl-block02__img {
	margin-bottom: 20px;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-entry__ttl {
	display: block;
	width: 581px;
	height: 26.5px;
	margin: 0 auto 10px;
	background: url(../img/ttl_01.png) center /100% no-repeat;
}
.lcl-entry-day {
	font-size: 20px;
	text-align: center;
}
/* ---------------------- option ---- */
.lcl-entry-box {
}
.lcl-entry-box-item {
	width: 48%;
	position: relative;
	font-size: 16px;
	line-height: 26px;
}
.lcl-entry-box-item:first-child::before {
	content: '';
	width: 1px;
	height: 100%;
	border-right: 1px solid #b5ac9a;
	position: absolute;
	right: -5%;
}
.lcl-entry__linkbtn {
	width: 380px;
	height: 60px;
	background-color: #f84436;
	display: block;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.15em;
	line-height: 60px;
	text-align: center;
	position: relative;
	transition: 0.3s ease;
}
.lcl-entry__linkbtn:after {
	content: '';
	width: 7px;
	height: 10.5px;
	background: url(../img/ico_02.png) center /100% no-repeat;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	transition: 0.3s ease;
}
.lcl-entry__linkbtn--disable {
	background-color: #c6c6c6;
	pointer-events: none;
}

@media screen and (min-width: 767px) {
	.lcl-entry__linkbtn:hover {
		background-color: #333;
		transition: 0.3s ease;
	}
	.lcl-entry__linkbtn:hover::after {
		right: 20px;
		transition: 0.3s ease;
	}
}
.lcl-entry-alerttxt {
	font-size: 13px;
	color: #f84436;
	line-height: 23px;
}
.lcl-entry__telnum {
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;

	width: 300px;
	height: 29px;
	background: url(../img/tel.png) center /100% no-repeat;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-block01__txt {
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 13px;
	margin-top: 30px;
}

.lcl-block01__bnr {
	text-align: center;
}
.lcl-block01__bnr__link {
	display: inline-block;
}

.lcl-block01__bnr__img {
	width: 480px;
	display: block;
	margin: auto;
}

.contact_box {
	padding: 45px 0 80px;
}

@media screen and (max-width: 767px) {
	.lcl-block01 {
		padding: 30px 0;
	}

	.lcl-block01__img {
		width: 100%;
		margin-bottom: 10px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-entry__ttl {
		width: 228.5px;
		height: 48px;
		background: url(../img/sp/ttl_01.png) center /100% no-repeat;
	}
	.lcl-entry-day {
		font-size: 13px;
	}
	/* ---------------------- option ---- */
	.lcl-entry-box {
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 0 30px;
	}
	.lcl-entry-box-item {
		width: 100%;
		position: relative;
		font-size: 12px;
		line-height: 20px;
	}
	.lcl-entry-box-item:first-child::before {
		content: none;
	}
	.lcl-entry-box-item:first-child {
		border-bottom: 1px solid #b5ac9a;
		padding-bottom: 10px;
	}
	.lcl-entry__linkbtn {
		width: 250px;
		height: 50px;
		font-size: 13px;
		letter-spacing: 0.025em;
		line-height: 50px;
		margin: 0 auto 8px;
	}
	.lcl-entry-alerttxt {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.025em;
	}
	.lcl-entry__telnum {
		width: 179px;
		height: 18px;
		background: url(../img/sp/tel.png) center /100% no-repeat;
		margin: 15px auto 10px;
	}

	/* ---------------------------------------------------------------- box ---- */

	.lcl-block01__txt {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 13px;
		margin-top: 0px;
	}

	.lcl-block01__bnr {
		padding: 0 15px;
	}
	.contact_box {
		padding: 15px 0 80px;
	}
}
