@charset "utf-8";
.recommend-item{
	padding-top: 10px;
	border-top: 1px dashed #5c4039;
}
.title > img{
	width: 32px;
	height: 15px;
	vertical-align: text-bottom;
	margin-right: 3px;
}
.thumb > img{
	max-width: 125px;
	max-height: 125px;
	vertical-align: bottom;
}
.heading{
	border-left: 4px solid #4B4738;
	font-size: 1.333em;
	color: #4B4738;
	margin-bottom: 20px;
	padding-left: 11px;
	font-weight: bold;
	margin-top: 0;
}
.recommend-item_horizontal{
	display: flex;
	flex-wrap: wrap;
}
.recommend-item_horizontal > .item:not(:nth-child(4n)){
	margin-right: 26.6px;
}
.recommend-item_horizontal > .item:nth-child(n + 5){
	margin-top: 20px;
}
.rcmnd-activeHeight{
	border: 5px solid #ddcec9;
	padding: 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 220px;
	box-sizing: border-box;
}
.rcmnd-activeHeight:hover > .thumb > img{
	opacity: 0.6;
}
.title,.thumb,.price,.desc1,.desc2,.icons{
	margin: 0;
	color: #4B4738;
	font-weight: bold;
	margin: auto;
}
.desc2{
	display: table;
}
.desc2 > span{
	display: table-cell;
	vertical-align: middle;
}
.title,.thumb,.desc1,.desc2,.price{
	margin-bottom: 5px;
}
.title{
	font-size: 12px;
}
.price,.desc1{
	font-size: 15px;
}
.desc2{
	font-weight: normal;
	font-size: 10px;
}
.icon{
	color: #fff;
	background: #5d403a;
	display: inline-flex;
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	margin-bottom: 3px;
}
.g-spot_block--last > .g-spot_block_inner{
	margin-bottom: 30px;
}
.g-bnr_area{
	margin-top: 30px;
}
@media screen and (max-width:896px){
	.g-spot_block--last > .g-spot_block_inner:not(:last-child){
		margin-bottom: 50px;
	}
	.recommend-item_horizontal{
		flex-wrap: wrap;
		width: 80%;
		margin: auto;
	}
	.recommend-item_horizontal > .item:not(:nth-child(4n)){
		margin-right: 0;
	}
	.recommend-item_horizontal > .item:nth-child(n + 5){
		margin-top: 0;
	}
	.item{
		flex-basis: 50%;
	}
	.recommend-item_horizontal > .item:nth-child(n + 3){
		margin-top: 20px;
	}
	.rcmnd-activeHeight{
		margin: auto;
	}
}
@media screen and (max-width:639px){
	.recommend-item_horizontal{
		display: block;
		width: initial;
	}
	.item{
		text-align: center;
		display: block;
	}
	.item:nth-child(n + 2){
		margin-top: 20px;
	}
	.item:last-child{
		margin-bottom: 0;
	}
	.rcmnd-activeHeight{
		display: inline-block;
	}
}