
body {
margin: 0;
background: #ffffff;
color: #000000;
}

span.menu3h_toggle {
background: transparent;

animation: anim1-3 1s forwards;
}

span.menu3h_toggle > span, span.menu3h_toggle > span:before, span.menu3h_toggle > span:after {
background-color: #ffffff;
}

div.fixed {
position: fixed;
top: 0;
bottom: 0;
left: 0;
color: #ffffff;
}
div.fixed div.fixed_cont {
position: fixed;
visibility: hidden;

height: calc(100% - 49px);
width: 0;

box-sizing: border-box;
padding: 10px;

transition: width .4s;

-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 0 5px -2px;box-shadow:rgba(0, 0, 0, 0.6) 0 0 5px -2px;

overflow: auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
body.menu3h_on div.fixed div.fixed_cont {
visibility: visible;
width: 300px;
box-sizing: border-box;
background-color: #7cb507;
}

@media only screen and (min-width: 768px) {
div.fixed div.fixed_cont {
opacity: 0.9;
}
}

@media only screen and (max-width: 767px) {
div.fixed {
background-color: #7cb507;
}
}

div.left {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 40%;

display: flex;
align-items: center;

box-sizing: border-box;
padding: 10px;

background: #7cb507 url(https://1net.jp/css/texture/rough_n.png) repeat left top;
color: #ffffff;
}
#header {
flex-grow: 1;
}

div.right {
margin-left: 40%;
padding: 10px;
}

@media only screen and (max-width: 767px) {
div.left {
position: static;
bottom: auto;
width: 100%;
display: block;
}
div.right {
margin-left: 0;
}
div.fixed {
bottom: auto;
opacity: 0.5;
}
body.menu3h_on div.fixed {
opacity: 1;
}
}





div#menu {
font-size: 0.8rem;
text-align: center;
}

ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li ul {
margin-top: 10px;
margin-left: 10px;
}

ul.menu li {
margin: 0;
padding: 0;
vertical-align: top;
}
ul.menu > li {
padding: 10px 0;
border-bottom: 1px solid rgba(124, 181, 7, )_font("0.2");
}
ul.menu ul li {
padding-left: 10px;
}

ul.menu a {
display: block;
padding: 10px;
text-decoration: none;
color: #ffffff;
}
ul.menu li.on > a {
text-decoration: underline;
}

ul.menu li div.menu_dd {
position: relative;
background-color: rgba(255, 255, 255, 0.2);
}
ul.menu li div.menu_dd:after {
position: absolute;
content: "";
bottom: 100%;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
border-bottom: 5px solid rgba(255, 255, 255, 0.2);
}

ul.menu span.sub {
display: inline-block;
margin: 0 5px;
opacity: 0.5;
font-size: 0.6rem;
}

@media only screen and (min-width: 768px) {
ul.menu a:hover {
text-decoration: underline;
}
}

@media only screen and (max-width: 767px) {
body.menu3h div#menu ul.menu {
text-align: center;
}
}




ul.crumb {
margin: 10px;
padding: 0;
list-style: none;
font-size: 0.8rem;
text-align: left;
opacity: 0.5;
}
ul.crumb li {
display: inline-block;
margin: 0 10px 0 0;
padding: 0;
}
ul.crumb li:after {
display: inline-block;
content: "»";
margin-left: 10px;
}
ul.crumb li:last-of-type:after {
display: none;
}
ul.crumb a {
color: #000000;
}

