
html {font-size:150%;} body {
margin: 0;
background: #ffffdd url(https://1net.jp/css/texture/scratch2_p.png) repeat left top;
color: #000000;
}





div.wrap {
position: relative;
background: #832c13 url(https://1net.jp/css/texture/flooring_d.png) repeat left top;

}
div.pack {
padding: 30px 0;
}





div#menu {
font-size: 0.8rem;
line-height: 1;
color: #ffffff;
}

ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}

ul.menu li {
margin: 0;
padding: 0;
color: #ffffff;
vertical-align: top;
}

ul.menu a {
display: block;
text-decoration: none;
color: #ffffff;
}
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 {
text-align: center;
}

ul.menu {
display: table;
margin: 0 auto;
border-spacing: 10px 0;
}

ul.menu > li {
display: table-cell;
background: #c87e7d url(https://1net.jp/css/texture/jigsaw_n.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;
}

ul.menu > li {
position: relative;
opacity: 0;
animation: anim1 1s forwards;
}
ul.menu > li:nth-of-type(1) {
animation-delay: 0.1s;
}
ul.menu > li:nth-of-type(2) {
animation-delay: 0.2s;
}
ul.menu > li:nth-of-type(3) {
animation-delay: 0.3s;
}
ul.menu > li:nth-of-type(4) {
animation-delay: 0.4s;
}
ul.menu > li:nth-of-type(5) {
animation-delay: 0.5s;
}
ul.menu > li:nth-of-type(6) {
animation-delay: 0.6s;
}
ul.menu > li:nth-of-type(7) {
animation-delay: 0.7s;
}
ul.menu > li:nth-of-type(8) {
animation-delay: 0.8s;
}
ul.menu > li:nth-of-type(n+8) {
animation-delay: 0.9s;
}

ul.menu > li:hover {
z-index: 3;
}

ul.menu a {
padding: 15px 5px 10px;
}
ul.menu > li:hover > a, ul.menu ul li:hover a {
text-decoration: underline;
}

ul.menu li div.menu_dd {
}

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: 3;
background: #c87e7d url(https://1net.jp/css/texture/jigsaw_n.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 2px;box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

ul.menu li ul li a {
display: block;
height: 0;
margin: 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;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.3);
}

}


@media only screen and (max-width: 767px) {
div#menu {
margin: 10px;
text-align: left;
}

ul.menu > li {
margin: 5px 0;
padding: 10px;
background: #c87e7d url(https://1net.jp/css/texture/jigsaw_n.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;
}
ul.menu > li.on {
position: relative;
}
ul.menu > li.on:after {
position: absolute;
content: " ";
width: 0;
height: 0;
top: 50%;
left: 0;
margin-top: -7px;
margin-left: -1px;
border: 7px solid rgba(0, 0, 0, 0);
border-left: 7px solid #832c13;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu ul {
margin-top: 10px;
margin-left: 10px;
}
ul.menu ul li {
display: inline-block;
padding: 0;
}
ul.menu ul a {
display: inline-block;
padding: 5px;
}


body.menu3h div#menu {
margin: 0;
}
body.menu3h div.menu {
text-align: right;
}
body.menu3h span.menu3h {
display: inline-block;
margin: 0 20px;
padding: 15px 20px 10px;
background: #c87e7d url(https://1net.jp/css/texture/jigsaw_n.png) repeat left top;
color: #ffffff;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;
}
body.menu3h ul.menu {
z-index: 4 !important;
background: rgba(131, 44, 19, 0.95) url(https://1net.jp/css/texture/flooring_n.png) repeat left top;
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





div#photo {
position: relative;
z-index: 2;
margin: 0 auto 20px;
}
div#photo:before, div#photo:after {
position: absolute;
content: " ";
z-index: -1;
top: 80%;
bottom: 15px;
width: 50%;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 15px 10px;box-shadow:rgba(0, 0, 0, 0.8) 0 15px 10px;
}
div#photo:before {
left: 10px;
transform: rotate(-2deg);
}
div#photo:after {
right: 10px;
transform: rotate(2deg);
}
div.photo {
position: relative;
background: #ffffdd url(https://1net.jp/css/texture/scratch2_p.png) repeat left top;
border: 10px solid #ffffff;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;
}





ul.crumb {
position: relative;
margin: 20px auto;
padding: 0 10px;
box-sizing: border-box;
list-style: none;
font-size: 0.8rem;
color: #ffffff;
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: #ffffff;
}





div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 20px auto;
padding: 35px 1.5vw;
box-sizing: border-box;
background: #ffffdd url(https://1net.jp/css/texture/scratch2_p.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 5px;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}





@media only screen and (min-width: 1141px) {
ul.menu {
width: max(72vw, 1000px);
}

div#photo, ul.crumb, div.contents {
width: max(80vw, 1100px);
}


div#header div.lb, div.footer div.lb, div#header div.block > div.row, div.footer div.block > div.row {
width: max(80vw, 1100px);
margin: 0 auto;
}
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {
ul.menu {
width: 90vw;
}

div#photo, ul.crumb, div.contents {
margin-right: 10px;
margin-left: 10px;
}


div#header div.lb, div.footer div.lb, div#header div.block > div.row, div.footer div.block > div.row {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
}


@media only screen and (max-width: 767px) {
div#photo {
width: auto;
margin: 0 5px 20px;
}

ul.crumb {
width: auto;
margin: 20px 10px;
}

div.contents {
display: block;
margin: 20px 5px;
padding: 10px 0;
}
#contents {
padding: 10px 0;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 0;
}}

div.wrap {
position: relative;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-top: 1px solid rgba(255,255,255,0.8);
border-bottom: 1px solid rgba(255,255,255,0.8);
-webkit-box-shadow:inset rgba(0, 0, 0, 0.3) 0 1px 2px,inset rgba(0, 0, 0, 0.3) 0 -1px 2px;box-shadow:inset rgba(0, 0, 0, 0.3) 0 1px 2px,inset rgba(0, 0, 0, 0.3) 0 -1px 2px;

}
div.pack {
padding: 30px 0;
}
