@charset "utf-8";

.main-area {
	height: 370px;
	position: relative;
}
.main-area__ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
}
.lcl-box--light {
	background: #ece7db;
}

/* ---------------------------------------------------------------- box01 ---- */
.lcl-box01 {
	padding: 50px 50px 30px;
	margin-top: -100px;
	z-index: 1;
}
/* ---------------------- 見出し ---- */
.lcl-box01-ttl-wrp {
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 40px;
}
.lcl-box01-ttl__icon {
	background-color: rgb(248, 68, 54);
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	padding: 0.5px 25.5px;
	margin-bottom: 5px;
}
.lcl-box01-ttl {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	width: 620px;
	margin: 0 auto;
	line-height: 1.4em;
}
.lcl-box01-ttl span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1.5em;
	text-align: left;
}
.lcl-box01-ttl span::before,
.lcl-box01-ttl span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #26241f;
}
.lcl-box01-ttl span::before {
	right: 100%;
}
.lcl-box01-ttl span::after {
	left: 100%;
}
.lcl-box01__ttl--s {
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
}
.lcl-box01 .block__ttl-wrp {
	margin-bottom: 15px;
}
/* ---------------------- option ---- */
.js-slider {
	margin-bottom: 20px;
}
/*.js-slider-item {
	width: 100%;
	height: 480px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}*/

.js-slider-item a {
	display: block;
	transition: 0.5s ease;
}
@media screen and (min-width: 768px) {
	.lcl-block01__item:hover,
	.js-slider-item a:hover {
		opacity: 0.6;
	}
	.lcl-block01__item:hover {
		cursor: pointer;
	}

	.js-slider-item--down img {
		margin-top: 22px;
	}
	.js-slider-item--down2 img {
		margin-top: 20px;
	}
}
.js-slider-nav .slick-track {
	margin: 0 auto;
}
.js-slider-nav .lcl-block01__item:focus {
	outline: none;
}
.lcl-info-wrp {
	background-color: #ece7db;
}
/* ---------------------------------------------------------------- box03 ---- */
.lcl-info {
	height: auto;
	color: #fff;
	padding: 40px 0 30px;
}
.lcl-info .block__ttl-wrp {
	margin-bottom: 23px;
}
.lcl-info-list {
	flex-direction: column;
	align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	padding: 0 20%;
}
.lcl-info-list a {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}
.lcl-info__item {
	line-height: 40px;
	letter-spacing: 0.05em;
}
.lcl-info-list dl {
	position: relative;
	width: 100%;
}

.lcl-info__item__dt,
.lcl-info__item__dd {
	display: inline-block;
	letter-spacing: 0.05em;
}
.lcl-info__item__dt {
	width: 120px;
}
.lcl-info__item__dd {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 120px);
}
.lcl-info-link {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.15em;
	position: relative;
}
.lcl-info-link .block_btn__link-arw {
	right: -20px;
	border-top: solid 1px rgb(255, 255, 255);
	border-right: solid 1px rgb(255, 255, 255);
	transition: 0.3s ease;
}
@media screen and (min-width: 767px) {
	.lcl-info-link:hover {
		color: rgb(248, 68, 54);
	}
	.lcl-info-link:hover .block_btn__link-arw {
		border-top: solid 1px rgb(248, 68, 54);
		border-right: solid 1px rgb(248, 68, 54);
		right: -25px;
		transition: 0.3s ease;
	}
}
/* ---------------------------------------------------------------- box ---- */
.cat_box_wrp {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 75px;
}
.cat_box_wrp .cat_box {
	width: 100%;
}
/* ---------------------------------------------------------------- box02 ---- */

.lcl-box02 {
	background-color: #f5f2eb;
	margin-top: 0;
	z-index: 0;
	padding: 45px 50px 60px;
}
.lcl-box02-inner {
	font-size: 0;
	margin-bottom: 40px;
	display: flex;
	align-items: flex-start;
}
.lcl-box02-item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.lcl-box02-tbl {
	font-size: 15px;
	letter-spacing: 0.05em;
	width: 100%;
}
.lcl-box02-tbl th {
	padding: 13px 18px;
	background-color: #e3ddcf;
	border-top: 1px solid #d1cec8;
	border-bottom: 1px solid #d1cec8;
}
.lcl-box02-tbl td {
	padding: 13px 18px;
	line-height: 26px;
	border-top: 1px solid #d1cec8;
	border-bottom: 1px solid #d1cec8;
}
/* ---------------------------------------------------------------- box ---- */
.lcl-gmap-wrp {
	position: relative;
	width: 420px;
	margin-left: auto;
}
.lcl-gmap {
	width: 420px;
	height: 380px;
}
.slick-dots {
	position: relative;
	margin: 18px auto 0;
	font-size: 0;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}
.slick-dots li button {
	display: block;
	background: transparent;
	font-size: 0;
	cursor: pointer;
	outline: 0;
	border: 0;
}
.slick-dots li button:before {
	color: #333;
	content: '●';
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	opacity: 1;
}

.slick-dots li button:hover::before,
.slick-dots li.slick-active button:before {
	color: #f84436;
}
/* ---------------------------------------------------------------- box ---- */
@media screen and (min-width: 767px) {
	.contact_box {
		padding: 60px 0 20px;
	}
}

/*============================ #キャンペーン ============================*/
@media screen and (min-width: 768px) {
	.js-slider .slick-slide img.dn-w {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.main-area {
		height: 285px;
	}
	.main-area__ttl {
		top: 31px;
	}
	/* ---------------------------------------------------------------- box01 ---- */
	.lcl-box01-block {
		padding: 32px 0 20px;
	}
	.lcl-box01 {
		padding: 18px 15px 35px;
		margin-top: -175px;
		width: calc(100% - 30px);
	}
	.lcl-box01-ttl__icon {
		font-size: 10px;
		padding: 1px 17px;
		letter-spacing: 0.075em;
	}
	.lcl-box01-ttl {
		font-size: 14px;
		width: 100%;
		line-height: 1.6em;
	}
	.lcl-box01-ttl span {
		margin: 0px 1.5em;
		padding: 0 0.7em;
	}
	.lcl-box01__ttl--s {
		font-size: 19px;
	}
	.lcl-box01-ttl-wrp {
		margin-bottom: 17px;
	}

	.js-slider {
		margin-bottom: 12px;
	}
	/* ---------------------------------------------------------------- info ---- */
	.lcl-info {
		height: auto;
		padding: 30px 15px 35px;
	}
	.lcl-info .block__ttl-wrp {
		margin-bottom: 21px;
	}
	.lcl-info-list {
		width: 100%;
		padding: 0;
	}
	.lcl-info-list dl {
		margin-bottom: 12px;
	}
	.lcl-info__item__dt,
	.lcl-info__item__dd {
		display: block;
		letter-spacing: 0.05em;
		width: 100%;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.cat_box_wrp {
		width: 100%;
		padding: 40px 0 30px;
	}
	.cat_box__item:nth-last-child(-n + 3) {
		margin-top: inherit;
	}
	.cat_box__item:nth-last-child(-n + 2) {
		margin-top: 22px;
	}
	/* ---------------------------------------------------------------- box ---- */
	.lcl-box02 {
		padding: 30px 15px 30px;
	}
	.lcl-box02-inner {
		margin-bottom: 25px;
		display: block;
	}
	.lcl-box02-item {
		display: block;
		width: 100%;
	}
	.lcl-box02-tbl {
		font-size: 13px;
		letter-spacing: 0.025em;
	}
	.lcl-box02-tbl th,
	.lcl-box02-tbl td {
		border-top: none;
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.lcl-box02-tbl th {
		padding: 6.5px 15px;
		font-size: 14px;
	}
	.lcl-box02-tbl td {
		padding: 9px 15px 20px;
		line-height: 21px;
	}
	.lcl-gmap-wrp {
		width: calc(100% - 30px);
		margin: 6px auto 0;
	}
	.lcl-gmap {
		width: 100%;
		height: auto;
	}
	.lcl-gmap iframe {
		width: 100% !important;
		height: 235px !important;
	}
	/* ---------------------------------------------------------------- contact_box ---- */

	.js-slider .slick-slide img.dn-n {
		display: none;
	}
}
