
html body {letter-spacing:0.1em;} body {
margin: 0;
background: #ffffff;
color: #000000;
}





span.bar {
position: relative;
display: block;
height: 10px;
background: #e26f1a url(https://1net.jp/css/texture/scratch_n.png) repeat left top;
overflow: hidden;
}





div.top {
position: relative;
}

div#menu {
background: #ffffff;
color: #000000;
}
div.menu {
font-size: 0.8rem;
line-height: 1;
}

ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li {
margin: 0;
padding: 0;
vertical-align: top;
}

ul.menu a {
display: block;
padding: 10px;
text-decoration: none;
color: #000000;
}
ul.menu ul 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 {
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
text-align: center;

animation: anim1 1s 0.5s forwards;
opacity: 0;
}
body.nophoto div#menu {
position: relative;
}

div.menu {
padding: 15px 0;
}

ul.menu {
display: table;
margin: 0 auto;
}

ul.menu > li {
display: table-cell;
}

ul.menu > li.on > a, ul.menu > li > a:hover {
background: #e26f1a url(https://1net.jp/css/texture/scratch_n.png) repeat left top;
border-radius: 20px;
color: #ffffff;
}
ul.menu ul a {
color: #ffffff;
}
ul.menu ul a:hover {
text-decoration: underline;
}

ul.menu div.menu_dd {
position: relative;
}

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;
padding: 20px;
background: #e26f1a url(https://1net.jp/css/texture/scratch_n.png) repeat left top;
border-radius: 20px;
}

ul.menu li ul a {
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul 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 {
position: relative;
margin: 10px 0;
text-align: left;
}

ul.menu > li {
padding: 0 5px;
}

ul.menu a {
padding: 10px;
}
ul.menu > li.on > a {
background: #e26f1a url(https://1net.jp/css/texture/scratch_n.png) repeat left top;
border-radius: 10px;
color: #ffffff;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu ul {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 20px;
}
ul.menu ul li {
display: inline-block;
}
ul.menu ul a {
display: inline-block;
padding: 5px;
}


body.menu3h div.menu {
text-align: right;
}
body.menu3h span.menu3h {
display: inline-block;
margin: 10px 10px 5px;
padding: 15px 20px;
background: #e26f1a url(https://1net.jp/css/texture/scratch_n.png) repeat left top;
border-radius: 15px;
color: #ffffff;
}
body.menu3h ul.menu {
background: rgba(255, 255, 255, 0.95);
}
}





div#photo {
background: #000000 url(https://1net.jp/css/texture/scratch2_d.png) repeat left top;
color: #ffffff;
}





ul.crumb {
position: relative;
margin: 20px auto;
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.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;
}





#footer {
min-height: 30px;
margin-top: 30px;
background: #000000 url(https://1net.jp/css/texture/scratch2_d.png) repeat left top;
color: #ffffff;
}





@media only screen and (min-width: 1021px) {
ul.menu {
width: 1000px;
}

ul.crumb {
width: 980px;
}

div.contents {
width: 1000px;
}


body.liq #contents div.lb, div#header div.lb, div#photo div.lb, div.footer div.lb, body.liq #contents div.block > div.row, div#header div.block > div.row, div#photo div.block > div.row, div.footer div.block > div.row {
width: 1000px;
margin: 0 auto;
}
}


@media only screen and (max-width: 1020px) and (min-width: 768px) {
ul.menu {
width: 100%;
}

ul.crumb {
margin: 20px 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
position: static;
}

ul.crumb {
margin: 20px 10px;
}

div.contents {
display: block;
}
#side_l #side, #side_r #side {
margin: 0;
}
}


body.liq div.contents {
display: block;
width: auto;
}

