@charset "utf-8";
/* CSS Document */

/* ナビゲーション */
#smp_btn{
	width: 100%;
}
#smp_btn ul {
    list-style: none;
    margin: 0;
    font-size:15px;
}
#smp_btn ul{
	width: 100%;
	max-width: 1000px;
}

.child {
    display: none;
}

@media only screen and (max-width: 1000px) {
#header {
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}
#footer_menu_btn li:first-child {
	margin-top: 0!important;
}
#smp_btn ul li{
    width: 100%;
    margin:0;
  }
#smp_btn ul li ul.inner a{
    text-decoration: none;
    padding-top: 10px;
    padding-left:2%;
    padding-bottom: 10px;
    text-align:left;
    border-bottom: solid 1px #eeeeee;
    display:block;
    width:96%;
    height:auto;
    background-color:#FFFFFF;
}
#footer_menu_btn ul li ul.inner a{
    text-decoration: none;
    padding-top: 10px;
    padding-left: 2%;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: solid 1px #eeeeee;
    display: block;
    width: 96%;
    height: auto;
    background-color: #FFFFFF;
    background-image: url(https://www.nest-wgt.jp/wpr/wp-content/uploads/2015/01/list_batik_img.jpg);
    text-indent: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
#smp_btn ul li a.toggle {
	display: block!important;
	position: relative!important;
	width: 100%!important;
	background-color: #413732!important;
	color:#FFFFFF;
	line-height:50px;
        text-indent:40px;
    cursor: pointer;
}
#footer_menu_btn ul li a.toggle02 {
	display: block!important;
	position: relative!important;
	width: 100%!important;
	background-color: #413732!important;
	color:#FFFFFF;
	line-height:50px;
        text-indent:5px;
    cursor: pointer;
}
#smp_btn ul li a:hover.toggle,
#footer_menu_btn ul li a:hover.toggle02{
	text-decoration: none;
}
.toggle02{
	display: block;
	position: relative;
	width: 100%;
	background-color: #413732;
	border-bottom:1px solid #FFFFFF;
}
.toggle a,
.toggle02 a{
    display: block;
    position: relative;
    padding: 13px 0 10px;
    color: #fff;
    text-align:left;
    text-decoration: none;
    font-size:15px;
    text-indent:45px;
    padding-top: 4px;
  }
#footer_menu_btn ul {
    background-image:none;
}
#footer_menu_btn ul li {
    background-image:none;
    padding-left: 0px;
    font-size: 16px;
    margin-bottom: 1px;
    margin-left: 0px;
    line-height: 30px!important;
}
#smp_btn ul li a.toggle {
    background-image: url(https://www.nest-wgt.jp/wpr/wp-content/uploads/2015/12/smp_btn_bg.gif);
    background-position: 13px center;
    background-repeat: no-repeat;
}

}

@media only screen and (max-width: 842px) {
#smp_btn ul li ul.child li,
#footer_menu_btn ul li ul.child li {
	width: 100%;
}

}