
html body {letter-spacing:0.1em;} body {
margin: 0;
background: #4a2a16 url(https://1web.jp/css/texture/knit3_d.png) repeat left top;
color: #ffffff;
}





div.top {
position: relative;
}

div.title {
position: absolute;
z-index: 2;
top: 0;
background: #c2560c url(https://1web.jp/css/texture/knit3_d.png) repeat left top;
background: rgba(194, 86, 12, 0.8) url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
color: #ffffff;
}

body.nophoto div.title {
position: relative;
}

div#photo {
background: #206f0b url(https://1web.jp/css/texture/scratch_d.png) repeat left top;
color: #ffffff;
}





div#menu {
background: #4a2a16 url(https://1web.jp/css/texture/knit3_d.png) repeat left top;
color: #ffffff;
}
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: #ffffff;
}
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(74, 42, 22, 0.7) url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
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: #c2560c url(https://1web.jp/css/texture/knit3_d.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: #c2560c url(https://1web.jp/css/texture/knit3_d.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 > li.on > a {
background: #c2560c url(https://1web.jp/css/texture/knit3_d.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: #c2560c url(https://1web.jp/css/texture/knit3_d.png) repeat left top;
border-radius: 15px;
color: #ffffff;
}
body.menu3h ul.menu {
background: rgba(74, 42, 22, 0.95) url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
}
}





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: #ffffff;
}





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: #206f0b url(https://1web.jp/css/texture/scratch_d.png) repeat left top;
color: #ffffff;
}





@media only screen and (min-width: 1021px) {
div.title {
left: 50%;
width: 300px;
margin-left: -500px;
}

ul.menu {
width: 1000px;
}

ul.crumb {
width: 980px;
}

div.contents {
width: 1000px;
}


body.liq #contents div.lb, div#photo div.lb, div.footer div.lb, body.liq #contents 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) {
div.title {
left: 10px;
width: 300px;
}
ul.menu {
width: 100%;
}
ul.crumb {
margin: 20px 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
position: static;
}

div.title {
position: relative;
top: auto;
margin: 0 5px 10px;
}

ul.crumb {
width: auto;
margin: 20px 10px;
}

div.contents {
display: block;
}
#side_l #side, #side_r #side {
margin: 0;
}
}


body.liq div.contents {
display: block;
width: auto;
}

div.title {
border-radius: 0 0 5px 5px;
-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0 1px;box-shadow:rgba(0, 0, 0, 0.8) 0 0 1px;
}
