<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pagemain{
	background-image: url(../../img/main/bg_main.jpg);
}

.lcl-box{
	padding: 75px 0 50px;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.lcl-photo{
	width: 380px;
	position: relative;
}
.lcl-slide{
	width: 380px;
	height: 380px;
	position: relative;
}
.lcl-slide__item{
	width: 380px;
	height: 380px;
}
.lcl-slide__item a{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.lcl-slide .slick-arrow{
	display: block;
	width: 25px;
	height: 50px;
	position: absolute;
	background: #f5e74e;
	bottom: -65px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}
.lcl-slide .slick-arrow::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: none;
	border-right: 6px solid #000;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;

}
.lcl-slide .slick-prev{ left: 0; }
.lcl-slide .slick-next{ right: 0; transform: rotate(180deg); }
.lcl-thumb{
	width: 100%;
	height: 50px;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.lcl-thumb__item{
	width: 50px;
	height: 50px;
	margin: 0 8px;
}
.lcl-thumb__item a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* ---------------------------------------------------------------- Title ---- */
.lcl-content{
	width: 580px;
}
.lcl-title{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 8px;
}
.lcl-text{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
.lcl-sns{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
.lcl-sns__item{
	margin-right: 4px;
	height: 20px;
	vertical-align: top;
	font-size: 0;
}
.lcl-detail{
	margin-top: 20px;
	border-top: 2px solid #000;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
.lcl-detail__title{
	width: 160px;
	padding: 5px 0 5px 32px;
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	font-weight: bold;
}
.lcl-detail__title::before{
	content: "";
	display: block;
	width: 2px;
	border-left: 2px solid #f5e74e;
	border-right: 2px solid #f5e74e;
	height: 20px;
	top: 10px;
	left: 10px;
	position: absolute;
}
.lcl-detail__content{
	width: calc(100% - 160px);
	padding: 5px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	line-height: 28px;
}
.lcl-detail__icon svg{
	width: 15px;
	height: 15px;
	margin-left: 10px;
	margin-bottom: -2px;
}
.lcl-btn{
	margin: 40px auto 0;
	width: 310px;
}
/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px){
	.pagemain{
		background-image: url(../../img/sp/main/bg_main.jpg);
	}

	.lcl-box{
		padding: 25px 0 40px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.lcl-content{
		width: 100%;
	}
	.lcl-photo{
		width: 200px;
		margin: 0 auto;
		position: relative;
	}
	.lcl-slide{
		width: 200px;
		height: 200px;
		position: relative;
	}
	.lcl-slide__item{
		width: 200px;
		height: 200px;
	}
	.lcl-slide__item a{
		width: 100%;
		height: 100%;
		display: block;
	}
	.lcl-slide .slick-arrow{
		width: 20px;
		height: 35px;
		bottom: -45px;
		border-radius: 2.5px 0 0 2.5px;
	}
	.lcl-slide .slick-arrow::before{
		left: 8.5px;
		border-right: 3px solid #000;
		border-top: 3.5px solid transparent;
		border-bottom: 3.5px solid transparent;

	}
	.lcl-thumb{
		width: 100%;
		height: 35px;
		margin-top: 10px;
	}
	.lcl-thumb__item{
		width: 35px;
		height: 35px;
		margin: 0 5px;
	}
	.lcl-thumb__item a{
	}

	/* ---------------------------------------------------------------- Title ---- */
	.lcl-content{
		margin-top: 20px;
		width: 100%;
	}
	.lcl-title{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 7px;
		padding: 0 15px;
	}
	.lcl-text{
		padding: 0 15px;
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 15px;
	}
	.lcl-sns{
		padding: 0 15px;
	}
	.lcl-sns__item{
		margin-right: 4px;
	}
	.lcl-detail{
		margin: 5px 15px;
		width: calc(100% - 30px);
	}
	.lcl-detail__title{
		width: 100%;
		padding: 10px 10px 5px 25px;
		border-bottom: none;
		font-size: 11px;
		line-height: 11px;
	}
	.lcl-detail__title::before{
		height: 11px;
		top: 10px;
		left: 10px;
	}
	.lcl-detail__content{
		width: 100%;
		padding: 5px 10px 10px;
		border-bottom: 1px solid #ddd;
		font-size: 13px;
		line-height: 18px;
	}
	.lcl-detail__icon svg{
		width: 13px;
		height: 13px;
		margin-left: 5px;
		margin-bottom: -2px;
	}
	.lcl-btn{
		margin: 30px auto 0;
		width: 220px;
	}
}</pre></body></html>