@charset "utf-8";
/* CSS Document */
.lk-wrap{
	background-color: #DDF0DA;
	padding: 3% 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 3% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.bnr{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 8% auto;
}

.box{
	width: 95%;
	margin: 0 auto 20%;
}

.item-box{
	margin: 5% auto;
}

.main-item{
	position: relative;
}

.main-itemImg{
	box-sizing: border-box;
	border: solid 15px #fff;
}

.no{
	position: absolute;
	top: 5%;
	left: 6%;
	width: 16%;
}

.item-lead p{
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	margin: 2% auto;
}

.item-lead .explanation{
	font-size: 13px;
	margin: 1% auto;
}

.item-lead .tax{
	font-size: 13px;
}

.item-lead .btn{
	margin: 5% auto;
	width: 50%;
}

.item-lead .btn a{
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

/*slider*/
.slider-group::-webkit-scrollbar {
	display: none;
}

.slider-group {
	position: relative;
	width: 100%;
	margin: 8% auto;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.slider-box {
	flex: 0 0 auto;
	width: 65%;
	margin-right: 2%;
	position: relative;
}

.slider-box:first-child {
	margin-left: 0%;
}

.slider-box:last-child {
	margin-right: 15%;
}

.slider-box img {
	width: 100%;
	object-fit: cover;
}

.slider-box .check{
	position: absolute;
	right: 0;
	bottom: 2%;
	width: 25%;
}

.slider-non{
	justify-content: center;
	width: 100%;
}
/*slider*/

.staff{
	display: flex;
	margin: 8% auto;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

.staff .staff-icon{
	border-radius: 50%;	
	width: 30%;
}

.staff-profile{
	margin: 0;
	width: 50%;
}

.staff-profile p{
	font-size: 13px;
	line-height: 1.8;
	margin: 2% auto;
}

.staff span{
	font-size: 17px;
}

.sns-icon{
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.sb{
	border-radius: 5px;
	width: 60%;
}
.sb img{
	border-radius: 5px;
}

.ig{
	width: 17%;
}

.btn{
	width: 90%;
	margin: 3% auto 10%;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}

.btn a{
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 3% 0;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 0 auto;
}

.lead{
	font-size: 15px;
	line-height: 2;
}

.box{
	width: 100%;
	margin: 0 auto 20%;
}

.item-box{
	margin: 0 auto;
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content:space-between;
}

.main-item{
	width: 50%;
}

.item-lead{
	width: 50%;
}

/*slider*/
.slider-group::-webkit-scrollbar {
	/*display: none;*/
}

.slider-group {
	position: relative;
	margin: 8% auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: center;
}

.slider-box {
	width: calc(33.3% - 20px);
	margin-right: 0;
}

.slider-box:first-child {
	margin-left: 0%;
}

.slider-box:last-child {
	margin-right: 0%;
}
/*slider*/

.staff{
	width: 65%;
	column-gap: 50px;
}

.staff-profile p{
	font-size: 15px;
	margin: 5% auto;
}

.staff span{
	font-size: 20px;
}

.sns-icon{
	width: 75%;
}
.btn{
	width: 50%;
	margin: 3% auto 10%;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}

.btn a{
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 5% 0;
}
}

