
body {
margin: 0;
background: #ffffdd;
color: #000000;
}





div#menu {
border-top: 5px solid #f7ed01;
border-bottom: 2px solid #f7ed01;
font-size: 0.8rem;
line-height: 1;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}

ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}

ul.menu li {
margin: 0;
padding: 0;
vertical-align: middle;
}

ul.menu a {
display: block;
text-decoration: none;
color: #000000;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
ul.menu li.on > a {
text-decoration: underline;
}

ul.menu span.sub {
display: block;
margin: 2px 5px 0;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
text-shadow: none;
}


@media only screen and (min-width: 768px) {
div#menu {
margin: 20px auto 0;
text-align: center;
}

ul.menu {
display: table;
width: 100%;
margin: 0 auto;
table-layout: fixed;
}

ul.menu > li {
display: table-cell;
padding: 20px 10px;
}
ul.menu > li.on, ul.menu > li:hover {
position: relative;
}
ul.menu > li.on:after, ul.menu > li:hover:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: -5px;
height: 5px;
background: #009900 url(https://1net.jp/css/texture/knit2_d.png) repeat left top;
}

ul.menu a:hover {
text-decoration: underline;
}

ul.menu li div.menu_dd {
position: relative;
}
ul.menu li:hover div.menu_dd:after {
position: absolute;
display: block;
content: "▲";
bottom: 100%;
margin-bottom: -0.6em;
left: 50%;
margin-left: -0.5em;
color: #ffffdd;
}

ul.menu li ul {
position: absolute;
top: 100%;
left: 0;
}
ul.menu li:last-child ul, ul.menu li:nth-last-child(2) ul {
left: auto;
right: 0;
}
ul.menu li:hover ul {
z-index: 2;
padding: 10px;
background: #ffffdd;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}

ul.menu li ul li a {
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
color: #000000;
}
}


@media only screen and (max-width: 767px) {
div#menu {
margin: 20px 5px 0;
text-align: left;
}

ul.menu li {
padding: 10px;
}
ul.menu > li.on {
position: relative;
}
ul.menu > li.on:after {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 5px;
background: #009900 url(https://1net.jp/css/texture/knit2_d.png) repeat left top;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu li ul {
margin-top: 10px;
margin-left: 10px;
}
ul.menu li ul li {
display: inline-block;
padding: 0;
vertical-align: top;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}


body.menu3h span.menu3h {
display: inline-block;
padding: 20px 10px;
}
body.menu3h ul.menu {
background: rgba(255, 255, 221, 0.95);
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





div.bar1, div.bar2 {
position: relative;
z-index: 1;
height: 8px;
}
div.bar1 {
background: #009900 url(https://1net.jp/css/texture/knit2_d.png) repeat left top;
}
div.bar1 > div {
position: absolute;
right: 0;
top: 0;

width: 100%;
height: 8px;

background: #ffffdd;

animation: anim-22 1s forwards;
}
div.bar2 {
background: #f7ed01 url(https://1net.jp/css/texture/basket_n.png) repeat left top;
}

@keyframes anim-22 {
0% {
width: 100%;
}
100% {
width: 0;
}
}

div#header {
margin: 0 auto;
}

div#photo {
clear: both;
position: relative;
margin: 20px auto 0;
}

ul.crumb {
margin: 20px auto 0;
padding: 0;
list-style: none;
font-size: 0.8rem;
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;
}

div.pack {
margin: 20px auto 0;
}

div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 0 auto;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}

div#footer {
margin: 50px auto;
border-top: 2px solid #009900;
border-bottom: 5px solid #009900;
}





@media only screen and (min-width: 1041px) {
div#header, div#menu, div#photo, ul.crumb, div.pack, div#footer {
width: max(80vw,1000px);
}
}

@media only screen and (max-width: 1040px) and (min-width: 768px) {
div#header, div#menu, div#photo, ul.crumb, div.pack, div#footer {
margin-right: 10px;
margin-left: 10px;
}
}


@media only screen and (max-width: 767px) {
div#header, div#photo, ul.crumb, div.pack, div#footer {
margin-right: 5px;
margin-left: 5px;
}

div.contents {
display: block;
}
#contents {
padding: 10px 0;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 0;
}
}

