@charset "utf-8";

/***

バック地

***/
.grey_bg2{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	background:rgba(227,221,187,0.15);
}
/***

ボタン

***/

.cat_flex1 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
@media print, screen and (max-width: 800px) {
.cat_flex1 {
	flex-wrap: wrap;
}
}


.cat_btn1{
	clear: both;
	width: 13%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	
	background: rgba(216,216,216,1.00);
}
.cat_btn1.haba1bai{
	width: 17%;
}
.cat_btn1.haba2bai{
	width: 26%;
}

.cat_btn1 a .cat_on1{
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cat_btn1 a:hover .cat_on1,
.cat_btn1.on a .cat_on1{
	background: #222;
}
.cat_btn1 a{
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
	
}
@media print, screen and (max-width: 800px) {
.cat_btn1{
	width: 31.5%;
	margin: 0 0 15px;
}
.cat_btn1.catno01{
	width: 100%;
}
.cat_btn1.catno02{
	width: 48%;
}
.cat_btn1.catno03{
	width: 100%;
}

}
.cat_btn1 a span.cat_name1{
	font-size: 14px;
	line-height: 100.1%;
	color: #222;
	text-align: center;
	font-weight: 400;
}






