@charset "utf-8";





@media only screen and (max-width: 480px) {





#page-head-bg{
	position: fixed;
	width: 100%;
	height: 400px;
	background:url(../i/h2_bg_recommend.jpg) no-repeat center center;
	background-size:cover;
	z-index: -1;
}




.recommend-head-h3{
	font-size:20px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	color: #85b12f;
}


.recommend-head-lead{
	font-size:13px;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 21px 0;
	color: #231815;
}


.submenu-wrapper{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px 0 45px 0;
}

.submenu{
	display: block;
	width: 45%;
	height: 39px;
	color:#fff;
	text-align: center;
	transition: 0.5s;
	font-size: 13px;
	padding: 8px 0 0 0;
	margin: 0 4px 9px 4px;
}
.submenu:hover{
	opacity: 0.7;
	color: #fff;
}


/*======================================

	item-lsit 
	
========================================*/
.item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item-list-box{
	width: 43%;
	text-align: left;
	margin: 0 2% 24px 2%;
}
.list-box-last{
	width: 43%;
	text-align: left;
	margin: 0 2% 24px 2%;;
}


.item-list-cat{
	width: 100%;
	height: 25px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-title{
	width: 100%;
	color:#fff;
	font-size: 12px;
	padding: 0px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-price{
	width: 100%;
	color:#e60012;
	font-size: 15px;
	padding: 0px 0 0 0;
	margin: 6px 0 0 0;
}

.item-list-photo{
	width: 100%;
}

.item-list-photo a img{
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.item-list-photo a img:hover{
	opacity: 0.7;
}

/*======================================

	page number 
	
========================================*/


#page-menu{
width:100%;
background-color: transparent;
border-top:0px solid #aaaaaa;
border-left:0px solid #aaaaaa;
border-right:0px solid #aaaaaa;
border-bottom:0px solid #aaaaaa;
margin: 20px auto 60px auto;
padding: 4px 4px 0px 4px ;
text-align: center;
clear:both;
}

#page-menu ul{
background-color: transparent;
padding: 0 0 0 0 ;
margin: auto;
font-size:16px;
line-height:18px;
text-align: center;
}

#page-menu li{
display:inline;
list-style:none ;
background: transparent; 
padding: 0 0 0 0 ;
margin: 0 0px 0 4px ;
font-size:16px;
line-height:18px;
}





/*======================================

	detail
	
========================================*/

.item-detail{
	display: block;
	justify-content: space-between;	
	margin-bottom: 30px;
}

.item-detail-left{
	width: 100%;
	margin-bottom: 30px;
}

.item-detail-right{
	width: 100%;
	text-align: left;
}


.photo-main{
	width: 100%;
	margin: 0 0 12px 0;
}

.photo-main img{
	width: 100%;
	height: auto;	
}

.photo-thum{
	width: 100%;
	margin: 0 0 0px 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.photo-thum-box{
	width: 110px;
	height:  110px;
	margin: 0 9px 9px 0;
	border: 0px solid #ddd;
	background: transparent;
}

.photo-thum-box img{
	padding: 0px;
	width: 110px;
	height:  110px;
	width: 100%;
	object-fit: cover;
}


.detail-title{
	font-size:21px;
	letter-spacing: 0px;
	line-height: 1,5;
	padding: 0 9px 9px 9px;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #b7a290;
}

.detail-price{
	font-size:20px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1,5;
	padding: 12px 9px 12px 9px;
	margin: 18px 0 12px 0;
	color:#e60012;
	border-bottom: 0px solid #b7a290;
	border-top: 0px solid #b7a290;
}
.detail-price span{
	font-size:15px;
}

.detail-note{
	padding: 0 9px 0 9px;
}


.to-prev{
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.to-prev a{
	font-size: 13px;
	display: block;
	width:240px;
	height: 36px;
	margin: 0 auto 60px auto;
	padding: 6px 0 0 0;
	text-align: center;
	color:#85b12f;
	border:1px solid #85b12f;
}

.to-prev a:hover{
	opacity: 0.7;
}




}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {



#page-head-bg{
	position: fixed;
	width: 100%;
	height: 400px;
	background:url(../i/h2_bg_recommend.jpg) no-repeat center center;
	background-size:cover;
	z-index: -1;
}


.recommend-head-h3{
	font-size:20px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	color: #85b12f;
}


.recommend-head-lead{
	font-size:13px;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 21px 0;
	color: #231815;
}


.submenu-wrapper{
	display: flex;
	justify-content: center;
	margin: 30px 0 45px 0;
}

.submenu{
	display: block;
	width: 175px;
	height: 39px;
	color:#fff;
	text-align: center;
	transition: 0.5s;
	font-size: 12px;
	padding: 10px 0 0 0;
	margin: 0 9px;
}
.submenu:hover{
	opacity: 0.7;
	color: #fff;
}


/*======================================

	item-lsit 
	
========================================*/
.item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.item-list-box{
	width: 175px;
	text-align: left;
	margin: 0 31.2px 24px 0;
}
.list-box-last{
	width: 175px;
	text-align: left;
	margin: 0 0 24px 0;
}


.item-list-cat{
	width: 100%;
	height: 25px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-title{
	width: 100%;
	color:#fff;
	font-size: 12px;
	padding: 0px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-price{
	width: 100%;
	color:#e60012;
	font-size: 15px;
	padding: 0px 0 0 0;
	margin: 6px 0 0 0;
}

.item-list-photo{
	width: 100%;
}

.item-list-photo a img{
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.item-list-photo a img:hover{
	opacity: 0.7;
}

/*======================================

	page number 
	
========================================*/


#page-menu{
width:100%;
background-color: transparent;
border-top:0px solid #aaaaaa;
border-left:0px solid #aaaaaa;
border-right:0px solid #aaaaaa;
border-bottom:0px solid #aaaaaa;
margin: 20px auto 60px auto;
padding: 4px 4px 0px 4px ;
text-align: center;
clear:both;
}

#page-menu ul{
background-color: transparent;
padding: 0 0 0 0 ;
margin: auto;
font-size:16px;
line-height:18px;
text-align: center;
}

#page-menu li{
display:inline;
list-style:none ;
background: transparent; 
padding: 0 0 0 0 ;
margin: 0 0px 0 4px ;
font-size:16px;
line-height:18px;
}





/*======================================

	detail
	
========================================*/

.item-detail{
	display: flex;
	justify-content: space-between;	
	margin-bottom: 30px;
}

.item-detail-left{
	width: 480px;
}

.item-detail-right{
	width: 480px;
	text-align: left;
}


.photo-main{
	width: 100%;
	margin: 0 0 12px 0;
}

.photo-main img{
	width: 100%;
	height: auto;	
}

.photo-thum{
	width: 100%;
	margin: 0 0 0px 0;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.photo-thum-box{
	width: 150px;
	height:  150px;
	margin: 0 9px 9px 0;
	border: 0px solid #ddd;
	background: transparent;
}

.photo-thum-box img{
	padding: 0px;
	width: 150px;
	height:  150px;
	width: 100%;
	object-fit: cover;
}


.detail-title{
	font-size:24px;
	letter-spacing: 2px;
	line-height: 1,5;
	padding: 0 18px 12px 18px;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #b7a290;
}

.detail-price{
	font-size:20px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1,5;
	padding: 12px 18px 12px 18px;
	margin: 18px 0 12px 0;
	color:#e60012;
	border-bottom: 0px solid #b7a290;
	border-top: 0px solid #b7a290;
}
.detail-price span{
	font-size:15px;
}

.detail-note{
	padding: 0 18px 0 18px;
}


.to-prev{
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.to-prev a{
	font-size: 13px;
	display: block;
	width:240px;
	height: 36px;
	margin: 0 auto 60px auto;
	padding: 6px 0 0 0;
	text-align: center;
	color:#85b12f;
	border:1px solid #85b12f;
}

.to-prev a:hover{
	opacity: 0.7;
}

}/*//end  min-width: 481px ///////////////////////*/











