@charset "utf-8";

/* カテゴリーメニュー
----------------------------------------------*/

#sub_nav_sp {
	display:none;
}


/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){

/* カテゴリーメニュー
----------------------------------------------*/

#sub_nav_sp {
	display:block;
	width: 100%;
    padding: 0 0;
    margin: 0 0 60px 0;
}

#sub_nav_sp h3 {
	color:#9D847F;
	font-size: 1.3em;
	list-style-type: none;
	line-height: 1em;
	padding: 10px 0px 7px 0px;
	border-bottom: 1px solid #9D847F;
	margin: 10px 50px 5px 50px;
}

#sub_nav_sp ul {
	margin-bottom: /*50px*/0;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 1.5;
}

#sub_nav_sp ul li a {
	padding-top: 16px;
	padding-bottom: 16px;
	list-style-type: circle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;
	font-size: 1em;
}

#sub_nav_sp ul li.indent {
	padding-left: 16px;
}

#sub_nav_sp ul li a:link {
	color: #554738;
	font-weight: normal;
	/*background-image: url(../img/common/arrow.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 7px 11px;
	padding-right: 16px;*/
	text-decoration: none;
}

#sub_nav_sp ul li a:visited {
	color: #554738;
	font-weight: normal;
	/*background-image: url(../img/common/arrow.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 7px 11px;
	padding-right: 16px;*/
	text-decoration: none;
}


}	

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){

/* カテゴリーメニュー
----------------------------------------------*/

#sub_nav_sp h3 {
	margin: 10px 30px 5px 30px;
}

#sub_nav_sp ul {
	margin-bottom: /*50px*/0;
	margin-left: 30px;
	margin-right: 30px;
}

}


/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){	
	
/* カテゴリーメニュー
----------------------------------------------*/

#sub_nav_sp h3 {
	margin: 10px 25px 5px;
}

#sub_nav_sp ul {
	margin-bottom: /*50px*/0;
	margin-left: 25px;
	margin-right: 25px;
}


}
