
html {font-size:120%;} body {
margin: 0;
background: #ffffff;
color: #000000;
}

div.bar {
position: relative;
height: 30px;
background: #333333 url(https://1net.jp/css/texture/jigsaw_d.png) repeat left top;
}

div.header_wrap {
position: relative;
z-index: 2;
margin: -30px auto 0;
padding: 0 50px;
box-sizing: border-box;
}
div#header {
width: 320px;
background: #ffffff;
border-bottom: 1px solid #999999;
border-bottom: 1px solid rgba(255,255,255,0.5);
border-left: 1px solid #999999;
border-left: 1px solid rgba(255,255,255,0.5);
-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 1px 2px;box-shadow:rgba(0, 0, 0, 0.3) 0 1px 2px;
color: #000000;
}

div#photo {
position: relative;
margin: -20px auto 0;
background: #333333 url(https://1net.jp/css/texture/jigsaw_d.png) repeat left top;
color: #ffffff;
}
div.photo {
margin: 0 auto;
}





div#menu {
position: relative;
z-index: 2;
box-sizing: border-box;
background: #14e4f0 url(https://1net.jp/css/texture/squarel_n.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 2px;
font-size: 0.8rem;
line-height: 1;
color: #000000;
}

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;
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: -15px auto 0;
text-align: center;

animation: anim1 1s 0.5s forwards;
opacity: 0;
}

ul.menu {
display: table;
width: 100%;
padding: 5px 0;
}

ul.menu > li {
position: relative;
display: table-cell;
border-left: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: -2px 0 0 -1px rgba(255, 255, 255, 0.3);
vertical-align: bottom;
}
ul.menu > li:first-of-type {
border-left: none;
box-shadow: none;
}

ul.menu > li > a {
margin: 0 5px;
padding: 15px 5px 13px;
border-bottom: 2px solid #ffffff;
}
ul.menu a:hover {
text-decoration: underline;
}

ul.menu li 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: 2;
padding: 5px;
background: #14e4f0 url(https://1net.jp/css/texture/squarel_n.png) repeat left top;
}

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 {
position: relative;
height: auto;
padding: 10px;
border-bottom: 2px solid #ffffff;
overflow: visible;
}
}


@media only screen and (max-width: 767px) {
div#menu {
text-align: left;
}

ul.menu > li {
position: relative;
padding: 10px;
}
ul.menu ul li.on a {
text-decoration: underline;
}

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;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}


body.menu3h span.menu3h {
display: inline-block;
margin: 5px;
padding: 15px;
border-bottom: 2px solid #ffffff;
}
body.menu3h ul.menu {
padding: 0 !important;
background: rgba(20, 228, 240, 0.95) url(https://1net.jp/css/texture/squarel_n.png) repeat left top;
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





ul.crumb {
margin: 20px auto 0;
padding: 0 10px;
box-sizing: border-box;
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: 20px auto 0;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}

#footer {
position: relative;
min-height: 30px;
margin-top: 30px;
background: #333333 url(https://1net.jp/css/texture/jigsaw_d.png) repeat left top;
color: #ffffff;
}






@media only screen and (min-width: 1041px) {
div.header_wrap, div.photo, ul.crumb, div.contents {
width: max(80vw,1000px);
}
div#menu {
width: max(82vw,1020px);
}


body.liq #contents div.lb, div.footer div.lb, body.liq #contents div.block > div.row, div.footer div.block > div.row {
width: max(80vw,1000px);
margin: 0 auto;
}
}

@media only screen and (max-width: 1040px) and (min-width: 768px) {
div.header_wrap, div.photo, ul.crumb, div.contents {
margin-right: 10px;
margin-left: 10px;
}


body.liq #contents div.lb, div.footer div.lb, body.liq #contents 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.header_wrap {
padding-right: 20px;
padding-left: 20px;
}
div#header {
width: auto;
padding-top: 1px;
}

div#photo, div#menu {
margin-top: 10px;
}

div.photo {
margin-right: 10px;
margin-left: 10px;
}

div.contents {
display: block;
}
#contents {
padding: 10px;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px;
}
}


body.liq div.contents {
display: block;
width: auto;
margin-right: 0;
margin-left: 0;
}

div.header_wrap {
margin-top: -37px;
}

div.bar {
border-width:0px;border-bottom:7px solid #ffffff;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}

div#photo {
margin-top: -27px;
}

#photo {
padding: 10px 0;
border-width:0px;border-top:7px solid #ffffff;border-bottom:7px solid #ffffff;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}


@media only screen and (max-width: 767px) {
div#photo {
margin-top: 20px;
margin-bottom: 40px;
}
}

#menu {
margin-top: -22px !important;
border-width:0px;border:7px solid #ffffff;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.4%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}


@media only screen and (min-width: 768px) {
ul.menu li:hover ul {
border-width:0px;border:7px solid #ffffff;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.4%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
}
}

@media only screen and (max-width: 767px) {
body.menu3h ul.menu {
border-width:0px;border-bottom:7px solid #ffffff;border-left:7px solid #ffffff;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.4%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
}
}

#footer {
border-width:0px;border-top:7px solid #ffffff;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}
