/* CSS Document */
img{
	width: 100%;
	max-width: 100%;
}
.listyle{
	line-height: 1.66em;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

body .ec-layoutRole__contents{
	width: 100%;
	max-width: auto !important;
}

@media screen and (max-width: 768px){
	.spnone{
		display: none;
	}
	/*個別ページスタイル*/
	.custbasediv{
		width: 100%;
		box-sizing: border-box;
	}

	.contentbase{
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
		padding: 0 6.4%;
		box-sizing: border-box;
		margin-bottom: 12%;
		color: #281407;
		font-size: 14px;
	}

	h2{
		width: 100%;
		color: #603813;
		margin-top: 0 !important;
		margin-bottom: 3.2%;
	}
	.contentbase h2 span:nth-child(1){
		margin-bottom: 0.8%;
	}


	.contentbase h3{
		font-size: 1rem;
		color: #603813;
		margin-bottom: 1.6%;
	}

	.columntwo{
		width: 100%;
		justify-content:flex-start;
		flex-wrap: wrap;
		align-content: center;
		display: flex;
		box-sizing:border-box;
	}

	.lbox{
		width: 100%;
	}
	.rbox{
		width: 100%;
	}




/* category */
.categorylist{
	width: 100%;
	margin: 12% auto !important;
	box-sizing: border-box;
}
.categorylist section{
}

.category-list h2{
	width: 100%;
	text-align: center !important;
		color: #603813;
}
.category-list h2 span{
	display: block;
	}
	
ul.category-product-list{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}
ul.category-product-list li{
	width: 46.8%;
	position: relative;
	padding-bottom: 6.4%;
	margin-right: 3.2%;
}
ul.category-product-list li:nth-child(even){
	margin-right: 0 !important;
}

ul.category-product-list li a{
	display: block;
	box-sizing: border-box;
}
ul.category-product-list li a img{}
ul.category-product-list li a p.product-name{
	margin-bottom: 1.6%;
}
ul.category-product-list li a p{
}
ul.category-product-list li a p:nth-child(3).product-price{
	position: absolute;
	font-size: 1.2rem;
	text-align: right;
	bottom:0;
	right: 0;
}
	.productlink{}
	
	.productlinkrayer{}
	.productlinkrayer a{
		width: 80%;
		max-width: 360px;
		display: block;
		margin: 0 auto;
		padding: 1.6%;
		box-sizing: border-box;
		background: #281407;
		color: #c1af7d;
	}



.ordermade_cv{
	width: 100%;
	background: url("../img/inometop/ordermade_cv_bg.png") no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
	padding-top: 12% !important;
	padding-bottom: 12% !important;
}

.om_cvrayer{
	width: 100%;
	max-width: 1238px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 6.4%;
}
.om_cvrayer ul{}
.om_cvrayer ul li{
	width: 100%;
	text-align: center;
	color: #281407;
}

.om_cvrayer ul li:nth-child(1){
	font-size: 1.2rem;
	margin-bottom: 6.4%;
}
.om_cvrayer ul li:nth-child(2){
	width: 64%;
	margin: 0 auto 6.4%;
}
.om_cvrayer ul li:nth-child(2) img{}
.om_cvrayer ul li:nth-child(3){
	margin-bottom: 0.6%;
	
}
.om_cvrayer ul li:nth-child(4){
	margin-bottom: 6.4%;
}
.om_cvrayer ul li:nth-child(5) a{
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
	background: #281407;
	color: #c1af7d;
	padding: 16px ;
	box-sizing: border-box;
	line-height: 1;
	border: solid 1px #281407;
	border-radius: 3.5px;
}



}



@media screen and (min-width: 769px){
	.pcnone{
		display: none;
	}
	
	/*個別ページスタイル*/
	.custbasediv{
		width: 100%;
	}

	.contentbase{
		width: 100%;
		margin: 0 auto;
		max-width: 1238px;
		margin-bottom: 8%;
		color: #281407;
		font-size: 16px;
	}

	.contentbase h2{
		width: 100%;
		font-size: 1.625rem;
		color: #603813;
		margin-bottom: 3.2%;
	}
	.contentbase h2 span:nth-child(1){
		margin-bottom: 0.8%;
	}


	.contentbase h3{
		color: #603813;
		margin-bottom: 1.6%;
	}

	.columntwo{
		width: 100%;
		justify-content:flex-start;
		flex-wrap: wrap;
		align-content: center;
		display: flex;
		box-sizing:border-box;
	}

	.lbox{
		width: 50%;
		padding: 16px;
	}
	.rbox{
		width: 50%;
		padding: 16px;
	}

	
/* category */
.categorylist{
	width: 87.2%;
	margin: 0 auto;
	box-sizing: border-box;
}
.categorylist section{
}

	h2.category-title{
		margin-bottom: 0 !important;
	}

ul.category-product-list{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	align-items: stretch;
}

.category-list h2{
	width: 100%;
	text-align: center !important;
		color: #603813;
}

ul.category-product-list li{
	width: calc(( 100% - 9.6%) / 4 );
	margin-right: 3.2%;
	padding-bottom: 32px;
	position: relative;
}
ul.category-product-list li:last-child{
	margin-right: 0 !important;
}

ul.category-product-list li a{
	display: block;
}
ul.category-product-list li a img{}
ul.category-product-list li a p.product-name{
	margin-bottom: 1.6%;
}
ul.category-product-list li a p.product-price{
	font-size: 1.2rem;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

	.productlink{}
	
	.productlinkrayer{}
	.productlinkrayer a{
		width: 80%;
		max-width: 360px;
		display: block;
		margin: 0 auto;
		padding: 1.6%;
		box-sizing: border-box;
		background: #281407;
		color: #c1af7d;
	}
	


.ordermade_cv{
	width: 100%;
	background: url("../img/inometop/ordermade_cv_bg.png") no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
	padding-top: 6.4% !important;
	padding-bottom: 6.4% !important;
}

.om_cvrayer{
	width: 100%;
	max-width: 1238px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 6.4%;
}
.om_cvrayer ul{}
.om_cvrayer ul li{
	width: 100%;
	text-align: center;
	color: #281407;
}

.om_cvrayer ul li:nth-child(1){
	font-size: 1.2rem;
	margin-bottom: 1.8%;
}
.om_cvrayer ul li:nth-child(2){
	width: 28%;
	margin: 0 auto 1.8%;
}
.om_cvrayer ul li:nth-child(2) img{}
.om_cvrayer ul li:nth-child(3){
	margin-bottom: 0.6%;
	
}
.om_cvrayer ul li:nth-child(4){
	margin-bottom: 1.8%;
}
.om_cvrayer ul li:nth-child(5) a{
	width: 50%;
	max-width: 480px;
	margin: 0 auto;
	display: block;
	background: #281407;
	color: #c1af7d;
	padding: 16px ;
	box-sizing: border-box;
	line-height: 1;
	border: solid 1px #281407;
	border-radius: 3.5px;
}

}



/* footer */
.ec-footerTitle__logo{}
.ec-footerTitle__logo a{
	text-align: center;
}
.ec-footerTitle__logo a img{
	width: 60% !important;
}
