
html body {letter-spacing:0.1em;} body {
margin: 0;
}





div.top {
position: fixed;
z-index: 2;
left: 20px;
top: 0;
width: 300px;
max-height: 100vh;
overflow-x: hidden;
overflow-y: auto;
background: #a7a14b url(https://1web.jp/css/texture/flower1_n.png) repeat left top;
color: #ffffff;
}

@media only screen and (min-width: 768px) {
div.top {
animation: anim1-2 1s forwards;
}
}

div.bar {
position: relative;
z-index: 1;
background: #a7a14b url(https://1web.jp/css/texture/flower1_n.png) repeat left top;
color: #ffffff;
}

div.pack {
background: #ffffff;
color: #000000;
}

@media only screen and (max-width: 767px) {
div.top {
position: static;
width: auto;
}
}





ul.crumb {
position: relative;
padding: 0 10px;
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;
}





#side_fix {
width: 280px;
margin: 0 auto;
}





#footer {
margin-top: 30px;
}





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;
text-decoration: none;
color: #ffffff;
}

ul.menu span.sub {
display: block;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
}


@media only screen and (min-width: 768px) {
div#menu {
text-align: right;
}

ul.menu {
display: inline-table;
margin: 0 0 0 auto;
border-collapse: separate;
border-spacing: 5px 10px;
text-align: center;
}
ul.menu li {
position: relative;
display: table-cell;
padding: 10px 5px;
}

ul.menu li:before {
position: absolute;
display: block;
content: "";
left: 0;
bottom: 0;
width: 0;
height: 5px;

background-repeat: repeat-x;
background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
background-position: right bottom;
background-image:radial-gradient(0.2em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#cf6e54,rgba(255,255,255,0));

transition: 0.2s;
}
ul.menu li.on:before, ul.menu li:hover:before {
width: 100%;
}

ul.menu li div.menu_dd {
position: relative;
}
ul.menu li:hover div.menu_dd:after {
position: absolute;
z-index: 3;
display: block;
content: "▲";
bottom: 100%;
margin-bottom: -0.6em;
left: 50%;
margin-left: -0.5em;
color: #a7a14b;
}

ul.menu li div.menu_dd li:before {
display: none;
}
ul.menu li:hover div.menu_dd li:before {
display: block;
}

ul.menu li ul {
position: absolute;
display: block;
z-index: -1;
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 {
padding: 10px;
z-index: 3;
background: #a7a14b url(https://1web.jp/css/texture/flower1_n.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}

ul.menu li ul li {
display: block;
padding: 0;
}

ul.menu li ul a {
height: 0;
padding: 0 5px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul a {
height: auto;
padding: 10px 5px;
overflow: visible;
}
}


@media only screen and (max-width: 767px) {
div#menu {
padding: 10px;
text-align: left;
}
ul.menu > li {
margin: 0 0 10px;
padding: 0;
}
ul.menu > li.on {
background-repeat: repeat-y;
background-size: 0.2em 0.6em,0.2em 1.6em,0.2em 3.4em,0.2em 3.6em;
background-position: left bottom;
background-image:radial-gradient(0.1em 0.2em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.1em 0.4em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.1em 0.7em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.1em 7.1em at center center,#cf6e54,rgba(255,255,255,0));
}

ul.menu a {
padding: 10px 5px;
}
ul.menu ul li.on > a {
background-repeat: repeat-x;
background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
background-position: right bottom;
background-image:radial-gradient(0.2em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#cf6e54,rgba(255,255,255,0));
}
ul.menu > li > a {
background-image: none;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu ul {
padding: 0 0 15px 15px;
}
ul.menu ul li {
display: inline-block;
padding: 0 0 5px 5px;
vertical-align: bottom;
}


body.menu3h span.menu3h {
display: inline-block;
margin: 10px 0;
padding: 10px 20px;

background-repeat: repeat-x;
background-size: 0.6em 0.2em,1.6em 0.2em,3.4em 0.2em,3.6em 0.2em;
background-position: right bottom;
background-image:radial-gradient(0.2em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.4em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(0.7em 0.1em at center center,#cf6e54,rgba(255,255,255,0)),
radial-gradient(7.1em 0.1em at center center,#cf6e54,rgba(255,255,255,0));
}
body.menu3h div#menu {
padding: 0;
}
body.menu3h ul.menu {
background: rgba(167, 161, 75, 0.95) url(https://1web.jp/css/texture/flower1_n.png) repeat left top;
}
}





@media only screen and (min-width: 768px) {
ul.crumb {
margin: 10px 0 10px 340px;
}

#menu {
margin: 0 0 0 340px;
}


#contents div.la, div#footer div.la, #contents div.block > div.row, div#footer div.block > div.row {
width: auto;
margin: 0 0 0 340px;
}
}


@media only screen and (max-width: 767px) {
ul.crumb {
margin: 10px;
}

#side_fix {
width: auto;
}
}

div.groups div.la {
width: auto !important;
}
body{animation:none !important;}body:before,body:after{position:fixed;content:"";z-index:300;display:block;width:100%;height:100%;top:0;}body:before{position:fixed;content:"";z-index:300;display:block;left:100%;background-image:-webkit-repeating-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,1) 60px,rgba(255,255,255,0) 60px,rgba(255,255,255,0) 120px);background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,1) 60px,rgba(255,255,255,0) 60px,rgba(255,255,255,0) 120px);animation:anim_onload5b 1s;}@keyframes anim_onload5b{0% {left:100%;}50% {left:0;}100% {left:-100%;}}body:after{position:fixed;content:"";z-index:300;display:block;right:100%;background-image:-webkit-repeating-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0) 60px,rgba(255,255,255,1) 60px,rgba(255,255,255,1) 120px);background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0) 60px,rgba(255,255,255,1) 60px,rgba(255,255,255,1) 120px);animation:anim_onload5b1 1s;}@keyframes anim_onload5b1{0% {right:100%;}50% {right:0;}100% {right:-100%;}}
div.top {
border-width:0px;border-right:7px solid #ffffff;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.5%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.bar {
border-width:0px;border-bottom:4px solid #a7a14b;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%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%3E%0A%3Cpath%20d%3D%22M%2012%200%20L%204%204%20L%200%2012%20L%204%2020%20L%2012%2024%20L%2020%2020%20L%2024%2012%20L%2020%204%20L%2012%200%20Z%22%20fill%3D%22%23a7a14b%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/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) {
body.menu3h ul.menu {
border-width:0px;border-bottom:4px solid #a7a14b;border-left:4px solid #a7a14b;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%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%3E%0A%3Cpath%20d%3D%22M%2012%200%20L%204%204%20L%200%2012%20L%204%2020%20L%2012%2024%20L%2020%2020%20L%2024%2012%20L%2020%204%20L%2012%200%20Z%22%20fill%3D%22%23a7a14b%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/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;
}
}
