@charset "UTF-8";
#info{
	display: block;
	height: 68px !important;
    padding: 10px 20px;
	font-size: 120%;
	font-weight: 400;
	background-color: #fff;
	background-image: url(../images/index/bgInfo.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	border-bottom: 5px solid #C7B299;
}
#info li{
	overflow: hidden !important;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
	#info{
		height: 70px !important;
		padding: 2px 5px 5px 20px;
		font-size: 100%;
		font-weight: 300;
	}
}


.imgTop .imgTopAdd{
	border-bottom: none; 
}
.item{
	display: block;
}
.item .itemPic{
	display: block;
	width: 80%;
	height: 380px;
	border: 5px solid #C69C6D;
	background-color: #fff;
	margin: 80px auto 120px auto;
	background-position: center center;
	background-size: cover !important;
	position: relative;
}
.item .bodyCopy{
	position: absolute;
	width: 100%;
	bottom:0;
	left:0;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	background-color: rgba(255,255,255,0.60);
	color:#000;
}
#about .headCopy{
	display: block;
	width:430px;
	height: 210px;
	position: absolute;
	bottom:-100px;
	left:-50px;
}
#lesson .headCopy{
	display: block;
	width:430px;
	height: 210px;
	position: absolute;
	bottom:-100px;
	right:-50px;
}
#member .headCopy{
	display: block;
	width:430px;
	height: 210px;
	position: absolute;
	bottom:-100px;
	left:-50px;
}
@media (min-width: 992px) and (max-width: 1200px)  {
	.item .itemPic{
		height: 342px;
		margin: 72px auto 108px auto;
	}
	.item .bodyCopy{
		font-size: 17px;
	}
	#about .headCopy{
		display: block;
		width:387px;
		height: 189px;
		position: absolute;
		bottom:-82px;
		left:-41px;
	}
	#lesson .headCopy{
		display: block;
		width:387px;
		height: 189px;
		position: absolute;
		bottom:-82px;
		right:-41px;
	}
	#member .headCopy{
		display: block;
		width:387px;
		height: 189px;
		position: absolute;
		bottom:-82px;
		left:-41px;
	}
}

@media (min-width: 768px) and (max-width:991px)  {
	.item .itemPic{
		height: 310px;
		margin: 72px auto 108px auto;
	}
	.item .bodyCopy{
		padding: 14px;
		font-size: 15px;
	}
	#about .headCopy{
		display: block;
		width:323px;
		height: 158px;
		position: absolute;
		bottom:-82px;
		left:-51px;
	}
	#lesson .headCopy{
		display: block;
		width:323px;
		height: 158px;
		position: absolute;
		bottom:-82px;
		right:-51px;
	}
	#member .headCopy{
		display: block;
		width:323px;
		height: 158px;
		position: absolute;
		bottom:-82px;
		left:-51px;
	}
}

/*スマホは構造違い*/
@media (max-width: 767px) {
	.item .itemPic{
		width: 90%;
		height: 50vw;
		margin: 10vw auto 2vw auto;
		background-size: cover !important;
		position: relative !important;
	}
	.item .bodyCopy{
		display: block;
		position: relative !important;
		text-align: left;
		font-size:110%;
		background-color:transparent !important;
		padding: 20px 0 20px 28px;

		
	}
	.headCopy{
		display: block;
		position: relative !important;
		width:50vw;
		margin-top: 20px;
		margin-left: 28px;
		height: auto;
	}

	
}
