

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

/* 黒背景 */
.demo {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px;
	clear: both;
	background-color: rgba(132,113,97,1.00);
}

  .demo .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
     }
    .demo .child .menu {
      background: #eaeaea;
      color: #5e5e5e; }
      .demo .child .menu:hover {
        background: #d0d0d0; }
    .demo .child > li {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
       }
      .demo .child > li:last-child {
       }
	

.menu {
	font-size: 30px;
	line-height: 30px;
	display: block;
	position: relative;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: 400;
	color: #ffffff;
}

a.menu {
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
	color: #ffffff;
}

a.toggle:hover {
    text-decoration: none;
	color: #ffffff;
}




/* 矢印の設定 */

.s-witch .menu:after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  content: '>';
  font-size: 40px;
	line-height: 30px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }
.s-witch .menu.active:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

.child01 {
 }

@media screen and (max-width:768px) {

.demo .child > li {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.menu {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

/* 矢印の設定 */

.s-witch .menu:after {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 5px;
  content: '>';
  font-size: 30px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; }

}

