@charset "utf-8";

/* ---------------------------------------------------------------- main ---- */

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

.lcl-box--light {background: #ece7db;}

.lcl-box .block__ttl:before, .lcl-box .block__ttl:after{
	width: 460px;
}

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

.lcl-box01{padding: 70px 0 70px;}

.lcl-description {text-align: center;font-size: 18px;line-height: 32px;}

.lcl-button-list {text-align: center;}

.lcl-button {
	position: relative;
	display: inline-block;
	background: #26241f;
	text-align: center;
	box-sizing: border-box;
	border: none;
}

.lcl-button a {
	display: block;
	width: 100%;
	height: 100%;
}

.lcl-button_text {
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.lcl-button_arrow {
	position: absolute;
	background: #f84436;
	color: #fff;
	right: 0;
	left: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lcl-button_arrow::before {
	content: '';
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-box02{padding: 75px 0 80px;}

.lcl-table th {
	vertical-align: top;
	background: #ece7db;
	font-weight: bold;
}

.lcl-table--light th {background: #fff;}
.lcl-table--light td {background: #ece7db;}

.lcl-tel-button {
	display: block;
	margin: auto;
}

/* ---------------------------------------------------------------- box03 ---- */

.lcl-box03{padding: 75px 0 80px;}

@media screen and (max-width: 767px) {

	.lcl-description {
	    text-align: left;
	    font-size: 13px;
	    line-height: 21px;
	    vertical-align: 0.025em;
	}

	.lcl-box .width01 {padding: 0 15px;}

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

	.lcl-box01 {padding: 23px 0 40px;}

	.lcl-table tr {display: block;}
	.lcl-table tr:not(:last-child){margin-bottom: 15px;}

	.lcl-table th {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 7.5px 15px;
	}

	.lcl-table td {
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 10px 15px;
	}

	.lcl-button-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 25px;
	}

	.lcl-button {
		/*width: 48%;*/
		width: 32%;
		height: 90px;
		padding: 0 15px;
	}

	.lcl-button_text {font-size: 13px;}

	.lcl-button_arrow {
		width: 20px;
		height: 20px;
		bottom: -12px;
	}

	.lcl-button_arrow::before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}

	.lcl-tel-button {margin-top: 10px;}

	/* ---------------------------------------------------------------- box02 ---- */

	.lcl-box02{
		padding: 35px 0 40px;
	}

	.lcl-box03{
		padding: 40px 0 40px;
	}
}

	

@media screen and (min-width: 768px) {

	/* ---------------------------------------------------------------- box02 ---- */

	.lcl-table {
		font-size: 15px;
		width: 860px;
		margin: 45px auto 0;
		border-bottom: 1px solid #d1cec8;
	}

	.lcl-table tr {border-top: 1px solid #d1cec8;}
	.lcl-table th {width: 130px;padding: 10px 20px 10px 20px;}
	.lcl-table td {padding: 10px 35px;vertical-align: top;}

	.lcl-button-list {margin-top: 30px;}

	.lcl-button {
		margin: 0 25px;
		height: 115px;
		width: 275px;
	}

	.lcl-button_text {
		font-size: 18px;
		line-height: 32px;
	}

	.lcl-button_arrow {
		width: 30px;
		height: 30px;
		bottom: -12px; }

	.lcl-button_arrow::before {
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		width: 7px;
		height: 7px;
		margin-top: -4px; }

	.lcl-tel-button {
		margin-top: 30px; } }
