@charset "utf-8";
.main-img{
	background-image: url(../img/main.jpg);
}
.lcl-box01{
	width: 1100px;
	margin: 0 auto;
	align-items: stretch;
}
.lcl-box01__image{
	width: 50%;
}
.lcl-box01__content{
	width: 50%;
	background-image: linear-gradient( 90deg, rgba(241,200,157,0.5) 0%, rgba(213,170,212,0.5) 97%);
	padding: 35px 50px 0 40px;
	letter-spacing: 0.05em;
}
.lcl-box01__title{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 10px;
}
.lcl-box01__text{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 70px;
}
.lcl-box01__sub{
	font-size: 14px;
}
.lcl-attention{
	width: 1100px;
	margin: 10px auto 0;
	font-size: 12px;
	line-height: 20px;
}

.lcl-list{
	width: 1100px;
	margin: 35px auto 55px;
	letter-spacing: 0;
	align-items: flex-start;
}
.lcl-list::after{
	content:"";
    display:block;
    width: 350px;
    height:0;
}
.lcl-list__item{
	width: 350px;
	margin-bottom: 35px;
	margin-right: 25px;
}
.lcl-list__item:nth-child(3n){
	margin-right: 0;
}
.lcl-list__img{
	width: 100%;
	margin-bottom: 10px;
}
.lcl-list__text{
	font-size: .98vw;
	line-height: 20px;
}
.lcl-list__text02{
	font-size: .8vw;
}
.lcl-list__item01{
	width: 537px;
	margin-bottom: 35px;
	margin-right: 25px;
}
.lcl-list__item01:nth-child(2n){
	margin-right: 0;
}

/* ---------------------------------------------------------------- Map ---- */
.lcl-tab{
	justify-content: space-around;
	border: 1px solid #b78b33;
	text-align: center;
	width: 1100px;
	margin: 0 auto 10px;
}
.lcl-tab__item{
	flex-grow: 1;
	/*width: calc(100% / 6);*/
	border-right: 1px solid #b78b33;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #b78b33;
	cursor: pointer;
}
.lcl-tab__item:last-child{
	border-right: none;
}
.lcl-tab__item--current{
	background: #b78b33;
	color: #fff;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.lcl-tab__item:hover{
		background: #b78b33;
		color: #fff;
	}
}

.lcl-map__wrapper{
	display: none;
}
.lcl-map{
	width: 1100px;
	margin: 0 auto;
	align-items: stretch;
}
.lcl-map__img{
	width: 733px;
}
.lcl-map-list{
	width: 367px;
	background: #f9f7f4;
}
.lcl-map-list__item{
	line-height: 25px;
	padding: 12px 18px 12px 10px;
	font-size: 14px;
	counter-increment: section;
	border-bottom: 1px solid #d8d6d4;
}
.lcl-map-list__icon{
}
.lcl-map-list__icon::before{
	content: counter(section);
	font-size: 15px;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #c80010;
	margin-right: 10px;
	font-weight: bold;
}
.lcl-map-list__icon-n{
}
.lcl-map-list__icon-n::before{
	content: "";
	font-size: 15px;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: none;
	margin-right: 10px;
	font-weight: bold;
}
.lcl-map-list__distance{
	margin-left: auto;
  	text-align: right;
}
.lcl-map__text{
	font-size: 12px;
	width: 1100px;
	margin: 10px auto 0;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */
	.main-img{
		background-image: url(../img/sp/main.jpg);
	}
	.lcl-title{
		margin-right: 15px;
		margin-left: 15px;
	}
	.lcl-box01{
		width: calc(100% - 30px);
		margin-top: 20px;
	}
	.lcl-box01__image{
		width: 100%;
	}
	.lcl-box01__content{
		width: 100%;
		padding: 20px 15px 20px;
		letter-spacing: 0.05em;
	}
	.lcl-box01__title{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.lcl-box01__text{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.lcl-box01__sub{
		font-size: 11px;
	}
	.lcl-attention{
		width: calc(100% - 30px);
		font-size: 11px;
		line-height: 15px;
	}

	.lcl-list{
		width: calc(100% - 30px);
		margin: 20px auto;
	}
	.lcl-list__item{
		width: 49%;
		margin-bottom: 20px;
		margin-right: 1%;
	}
	.lcl-list__item:nth-child(3n){
		margin-right: 1%;
	}
	.lcl-list__item:nth-child(2n){
		margin-right: 0;
	}
	.lcl-list__img{
		width: 100%;
		margin-bottom: 5px;
	}
	.lcl-list__text{
		font-size: 11px;
		line-height: 20px;
	}
	.lcl-list__text01{
		display: block;
		width: 100%;
	}
	.lcl-list__text02{
		display: block;
		width: 100%;
		font-size: 10px;
	}
	.lcl-list__item01{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 1%;
	}

	/* ---------------------------------------------------------------- Map ---- */
	.lcl-tab{
		border: none;
		border-left: 1px solid #b78b33;
		border-top: 1px solid #b78b33;
		width: calc(100% - 30px);
		margin: 0 auto 10px;
	}
	.lcl-tab__item{
		flex-grow: inherit;
		border-right: 1px solid #b78b33;
		border-bottom: 1px solid #b78b33;
		height: 30px;
		width: 50%;
		line-height: 30px;
		font-size: 12px;
	}
	.lcl-tab__item:last-child{
		border-right: 1px solid #b78b33;
		width: 100%;
	}

	.lcl-map__wrapper{
		display: none;
	}
	.lcl-map{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	.lcl-map__img{
		width: 100%;
	}
	.lcl-map-list{
		width: 100%;
	}
	.lcl-map-list__item{
		line-height: 20px;
		padding: 10px 15px 10px;
		font-size: 12px;
	}
	.lcl-map-list__icon{
		flex-grow: 1;
	}
	.lcl-map-list__icon::before{
		font-size: 13px;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.lcl-map-list__icon-n{
		flex-grow: 1;
	}
	.lcl-map-list__icon-n::before{
		font-size: 13px;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	.lcl-map-list__distance{
		flex-grow: 1;
		text-align: right;
	}
	.lcl-map__text{
		font-size: 10px;
		width: calc(100% - 30px);
		margin: 5px auto 0;
	}
}
