@charset "utf-8";
h3 {
	font-size:15px;
	color:#fff;
	text-align:center;
	margin-bottom:40px;
	background:#000;
	height:40px;
	line-height:40px;
}
.img {
	margin-bottom:31px;
}
.item_gallary .row li {
	min-height:230px;
}
.nopadding {
	padding:0;
}
.cat {
	width:100%;
	background-color:#F0EFEE;
	padding:40px 0px;
}
.cat {
	width:100%;
	background-color:#F0EFEE;
}
#item_detail_area .item_name {
    font-size: 32px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    background: none;
    height: 30px;
    line-height: 30px;
}
/*
.fluid-box{
 width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
	margin-bottom: 80px;
}
.fluid-box-inner{
 margin: 0 auto;
 padding: 25px;
 background-color: #eee;
}
*/
#footer .cat div ul {
	text-align:left;
	}
#footer .cat div ul li {
	font-size: 1.5rem;
	margin: 10px 10px 10px 0px;
	padding: 0rem 1rem;
}
#footer .cat div ul li a:hover {
	color:#F33;
}
.footermenu_wrap {
	width:100%;
	background-color:#000;
}
.footermenu {
	padding-top:80px;
	padding-bottom:80px;
	background-color:#000;
}
.footer_logo_area {
    margin-top: 46px;
}
#footer {
    background: #fff;
    border-top: none;
    padding-top: 12px;
    padding-bottom: 24px;
    margin-top: 36px;
}
#footer .footermenu_wrap .footermenu ul li a {
	color:#FFF;
}
.pc {
	display:block;
}
.sp {
	display:none;
}


/* ===================================================================
		
#	Responsive

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


@media screen and (max-width:768px) {
.pc {
	display:none;
}

.sp {
	display:block;
}
h3 {
	font-size:15px;
	color:#fff;
	margin-left:0px;
	margin-bottom:30px;
	text-align:center;
}
#item_detail_area .item_name {
    font-size: 2rem;
}








}

