
html body {letter-spacing:0.1em;} body {
margin: 0;
padding-bottom: 30px;
background: #f7ed01 url(https://1web.jp/css/texture/basket_n.png) repeat left top;
color: #000000;
}

div#header {
position: relative;
margin: 0 0 10px;
}

div#photo {
position: relative;
padding: 20px;
box-sizing: border-box;
background-color: #ffffff;
margin: 0 auto;
color: #000000;
}
div.photo {
border-radius: 5px;
}





div#menu {
position: relative;
z-index: 1;

background: #509f05 url(https://1web.jp/css/texture/fiber_d.png) repeat left top;
margin: -10px auto 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
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;
vertical-align: top;
}

ul.menu a {
display: block;
text-decoration: none;
color: #ffffff;
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 {
text-align: center;

animation: anim1 1s 0.5s forwards;
opacity: 0;
}

ul.menu {
display: table;
width: 100%;
padding: 10px 0;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.49, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}

ul.menu > li {
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);
}
ul.menu > li:first-of-type {
border-left: none;
box-shadow: none;
}

ul.menu a {
padding: 15px 10px;
}
ul.menu > li.on > a {
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.3)), color-stop(0.49, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(255, 255, 255, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);
}
ul.menu a:hover {
text-decoration: underline;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.3)), color-stop(0.49, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(255, 255, 255, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);
}

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;
background: #509f05 url(https://1web.jp/css/texture/fiber_d.png) repeat left top;
}

ul.menu li ul li a {
display: block;
height: 0;
padding: 0 10px;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.49, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);

overflow: hidden;
white-space: nowrap;
transition: padding 0.3s;
text-align: left;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
box-shadow: 0 -2px 0 -1px rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
}


@media only screen and (max-width: 767px) {
div#menu {
text-align: left;
}

ul.menu > li {
padding: 10px;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.49, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.3);
}

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;
padding: 20px;
}
body.menu3h ul.menu {
padding: 0 !important;
background: rgba(80, 159, 5, 0.95) url(https://1web.jp/css/texture/fiber_n.png) repeat left top;
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





ul.crumb {
position: relative;
margin: 10px auto -10px;
padding: 0 40px;
box-sizing: border-box;
list-style: none;
font-size: 0.8rem;
color: #333333;
}
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: #333333;
}

div.contents {
position: relative;
display: grid;
grid-template-columns: auto 1fr auto;
margin: 20px auto 0;
padding: 1.5vw;
box-sizing: border-box;
background: #ffffff;
color: #000000;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}

div#footer {
position: relative;
background: #509f05 url(https://1web.jp/css/texture/fiber_d.png) repeat left top;
margin: -10px auto 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
color: #ffffff;
}
div.footer {
padding: 30px;
}





@media only screen and (min-width: 1141px) {
div#photo, ul.crumb, div.contents {
width: max(80vw,1100px);
}
div#menu {
width: max(76vw,1040px);
}
div#footer {
width: max(77vw,1060px);
}


div#header div.lb, div#header div.block > div.row {
width: max(80vw,1100px);
margin: 0 auto;
}
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {
div#photo, ul.crumb, div.contents {
margin-right: 10px;
margin-left: 10px;
}
div#menu {
margin-right: 40px;
margin-left: 40px;
}
div#footer {
margin-right: 30px;
margin-left: 30px;
}


div#header div.lb, div#header div.block > div.row {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
}



@media only screen and (max-width: 767px) {
div#photo, ul.crumb, div.contents {
margin-right: 5px;
margin-left: 5px;
}
ul.crumb {
padding-right: 10px;
padding-left: 10px;
}
div#menu, div#footer {
margin-right: 10px;
margin-left: 10px;
}

div.contents {
display: block;
padding: 10px 0;
}
#contents {
padding: 10px 0;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 0;
}
}

div#photo {
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
}
div.contents {
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
}

