
html body {letter-spacing:0.1em;} body {
margin: 0;
background: #e5cf68;
color: #000000;
}

span.menu3h_toggle {
background: transparent;

animation: anim1-4 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;
right: 0;
color: #ffffff;
}
div.fixed div.fixed_cont {
position: fixed;
right: 0;
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.8) 0 0 5px -2px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px -2px;
opacity: 0.9;

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: #832c13;
}

@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: #832c13;
}
}

div.right {
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: 50%;

display: flex;
align-items: center;

box-sizing: border-box;
padding: 10px;

background: #832c13 url(https://1web.jp/css/texture/squarem_d.png) repeat left top;
color: #ffffff;
}
#header {
flex-grow: 1;
}

div.left {
margin-right: 50%;
padding: 10px;
}

@media only screen and (max-width: 767px) {
div.right {
position: static;
bottom: auto;
width: 100%;
display: block;
}
div.left {
margin-right: 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(131, 44, 19, )_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(229, 207, 104, 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(229, 207, 104, 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;
}
body{animation:none !important;}body:after{position:fixed;content:"";z-index:300;display:block;width:100%;top:0;left:0;background-size:25vw 100vh,25vw 100vh;background-repeat:no-repeat;background-image:linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.7)),linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.7)),linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.7)),linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.7));animation:anim_onload6c 1s linear;}@keyframes anim_onload6c{0% {height:100%;background-position:0vw 0vh,25vw 0vh,50vw 0vh,75vw 0vh;}25% {height:100%;background-position:0vw 100vh,25vw 0vh,50vw 0vh,75vw 0vh;}50% {height:100%;background-position:0vw 100vh,25vw 100vh,50vw 0vh,75vw 0vh;}75% {height:100%;background-position:0vw 100vh,25vw 100vh,50vw 100vh,75vw 0vh;}100% {height:100%;background-position:0vw 100vh,25vw 100vh,50vw 100vh,75vw 100vh;}}
