@charset "utf-8";

.main-area {
	background-image: url(../img/bg_01.jpg);
}
/* ---------------------------------------------------------------- block01 ---- */
.lcl-box01 {
	background-color: #ece7db;
	padding: 50px 0 60px;
}
/*============================ #tab ============================*/
.lcl-tab-list {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	border-bottom: 6px solid #26241f;
	width: 100%;
}
.lcl-tab-list .lcl-tab__item {
	background: #92885f;
	margin: 0 15px;
	display: inline-block;
	width: 160px;
	height: 60px;
	line-height: 64px;
	font-size: 18px;
	letter-spacing: 0.15em;
	color: #fff;
	position: relative;
	text-align: left;
	transition: 0.3s ease;
	text-align: center;
}
.lcl-tab-list .lcl-tab__item::after {
	content: '';
	background: url(../img/icon_02.png) center /100% no-repeat;
	width: 16px;
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 5px;
	bottom: 0;
	margin: auto;
	right: 20px;
}
.lcl-tab-list .lcl-tab__item.select {
	background: #26241f;
}
@media screen and (min-width: 768px) {
	.lcl-tab-list .lcl-tab__item:hover {
		background: #26241f;
		cursor: pointer;
	}
}

.lcl-tab-content {
	width: 100%;
}
.lcl-tab-content__item--hide {
	display: none;
}

.lcl-tab-content__item__inner {
	background: #fff;
	padding: 35px 0;
}

@media screen and (min-width: 767px) {
	.lcl-tab-content__item__inner img {
		max-width: 900px;
	}
}

.lcl-box01__btn {
	text-align: center;
	padding: 30px 0;
}

.lcl-box01__btn__link {
	display: inline-block;
	transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
	.lcl-box01__btn__link:hover {
		opacity: 0.6;
		transition: 0.3s ease;
	}
}

@media screen and (max-width: 767px) {
	.lcl-box01 {
		background-color: #fff;
		padding: 20px 0 5px;
	}
	.lcl-tab-list .lcl-tab__item {
		width: 130px;
		height: 50px;
		font-size: 15.5px;
		letter-spacing: 0.075em;
		margin: 0 5px;
		line-height: 50px;
	}
	.lcl-tab-list .lcl-tab__item::after {
		width: 13px;
		height: 6px;
		right: 19px;
	}
	.lcl-tab-content {
		background-color: #ece7db;
	}
	.lcl-tab-content__item {
		padding: 20px 15px 20px;
	}
	.lcl-tab-content__item__inner {
		padding: 5px 5px;
	}
	.lcl-box01__btn {
		padding: 25px 0 15px;
	}
	.lcl-box01__btn__link__img {
		width: 215px;
		height: auto;
	}
	/* ---------------------- アイテムが3つの時用 ---- */
	.lcl-tab-list--three .lcl-tab__item {
		width: 28%;
		margin: 0 1%;
		font-size: 14px;
	}
	.lcl-tab-list--three .lcl-tab__item::after {
		right: 5px;
	}
}
