<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
margin: 0;
background: #ffffff;
color: #000000;
}





div.top {
position: relative;
}

div#header {
position: absolute;
z-index: 2;
top: 0;
left: 0;
background: #ffffff;
background: rgba(255, 255, 255, 0.5);
color: #000000;
}

body.nophoto div#header {
position: relative;
}

div#photo {
background: #589dc0 url(https://bizweb.jp/css/texture/knit_n.png) repeat left top;
color: #ffffff;
}





div#menu {
background: #8d2f75 url(https://bizweb.jp/css/texture/flower1_n.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;
text-decoration: none;
color: #ffffff;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
ul.menu li.on &gt; 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(141, 47, 117, 0.7) url(https://bizweb.jp/css/texture/flower1_n.png) repeat left top;
text-align: center;

animation: fadein 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 &gt; 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 &gt; li:first-of-type {
border-left: none;
box-shadow: none;
}

ul.menu a {
padding: 10px;
}
ul.menu li.on &gt; a, ul.menu 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: 10px;
background: #8d2f75 url(https://bizweb.jp/css/texture/flower1_n.png) repeat left top;
}

ul.menu li ul 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 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;
text-align: left;
}

ul.menu &gt; li {
padding: 10px;
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 ul {
margin-top: 10px;
margin-left: 10px;
}
ul.menu ul li {
display: inline-block;
}
ul.menu ul a {
display: inline-block;
padding: 5px;
}


body.menu3h span.menu3h {
display: inline-block;
padding: 15px 20px;
}
body.menu3h ul.menu {
background: rgba(141, 47, 117, 0.95) url(https://bizweb.jp/css/texture/flower1_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: #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: #589dc0 url(https://bizweb.jp/css/texture/knit_n.png) repeat left top;
color: #ffffff;
}





@media only screen and (min-width: 1021px) {
div#header {
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 &gt; div.row, div#photo div.block &gt; div.row, div.footer div.block &gt; div.row {
width: 1000px;
margin: 0 auto;
}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
div#header {
width: 300px;
}
ul.menu {
width: 100%;
}
ul.crumb {
margin: 20px 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
position: static;
}

div#header {
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;
}

div#header {
border-radius: 0 0 10px 10px;
}

#footer {
-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 3px 3px -3px;box-shadow:inset rgba(0, 0, 0, 0.5) 0 3px 3px -3px;
}

span.effect_top, span.effect_btm {
position: absolute;
display: block;
width: 100%;
left: 0;
}

span.effect_top {
bottom: 100%;
height:3px;background-repeat:repeat-x;background-size:8px 2px,23px 2px,47px 2px,300px 3px;background-position:left bottom;background-image:-webkit-gradient(radial,1 bottom,0,1 bottom,2,from(rgba(141, 47, 117, 0.7)),color-stop(0.5,rgba(141, 47, 117, 0.7)),color-stop(0.95,rgba(141, 47, 117, 0)),to(rgba(141, 47, 117, 0))),-webkit-gradient(radial,5 bottom,0,5 bottom,2,from(rgba(141, 47, 117, 0.7)),color-stop(0.5,rgba(141, 47, 117, 0.7)),color-stop(0.95,rgba(141, 47, 117, 0)),to(rgba(141, 47, 117, 0))),-webkit-gradient(radial,10 bottom,0,10 bottom,2,from(rgba(141, 47, 117, 0.7)),color-stop(0.5,rgba(141, 47, 117, 0.7)),color-stop(0.95,rgba(141, 47, 117, 0)),to(rgba(141, 47, 117, 0))),-webkit-gradient(radial,50 bottom,0,50 bottom,3,from(rgba(141, 47, 117, 0.7)),color-stop(0.5,rgba(141, 47, 117, 0.7)),color-stop(0.95,rgba(141, 47, 117, 0)),to(rgba(141, 47, 117, 0)));background-image:-webkit-radial-gradient(center bottom,1px 2px,rgba(141, 47, 117, 0.7) 0,rgba(141, 47, 117, 0) 1px,rgba(141, 47, 117, 0) 2px),-webkit-radial-gradient(center bottom,5px 2px,rgba(141, 47, 117, 0.7) 0,rgba(141, 47, 117, 0) 4px,rgba(141, 47, 117, 0) 5px),-webkit-radial-gradient(center bottom,10px 2px,rgba(141, 47, 117, 0.7) 0,rgba(141, 47, 117, 0) 9px,rgba(141, 47, 117, 0) 10px),-webkit-radial-gradient(center bottom,50px 3px,rgba(141, 47, 117, 0.7) 0,rgba(141, 47, 117, 0) 49px,rgba(141, 47, 117, 0) 50px);background-image:radial-gradient(1px 2px at center bottom,rgba(141, 47, 117, 0.7),rgba(141, 47, 117, 0)),radial-gradient(5px 2px at center bottom,rgba(141, 47, 117, 0.7),rgba(141, 47, 117, 0)),radial-gradient(10px 2px at center bottom,rgba(141, 47, 117, 0.7),rgba(141, 47, 117, 0)),radial-gradient(50px 3px at center bottom,rgba(141, 47, 117, 0.7),rgba(141, 47, 117, 0));
}

span.effect_btm {
bottom: 0;
height:3px;background-repeat:repeat-x;background-size:8px 2px,23px 2px,47px 2px,300px 3px;background-position:left bottom;background-image:-webkit-gradient(radial,1 bottom,0,1 bottom,2,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0))),-webkit-gradient(radial,5 bottom,0,5 bottom,2,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0))),-webkit-gradient(radial,10 bottom,0,10 bottom,2,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0))),-webkit-gradient(radial,50 bottom,0,50 bottom,3,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));background-image:-webkit-radial-gradient(center bottom,1px 2px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 1px,rgba(255, 255, 255, 0) 2px),-webkit-radial-gradient(center bottom,5px 2px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 4px,rgba(255, 255, 255, 0) 5px),-webkit-radial-gradient(center bottom,10px 2px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 9px,rgba(255, 255, 255, 0) 10px),-webkit-radial-gradient(center bottom,50px 3px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 49px,rgba(255, 255, 255, 0) 50px);background-image:radial-gradient(1px 2px at center bottom,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),radial-gradient(5px 2px at center bottom,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),radial-gradient(10px 2px at center bottom,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),radial-gradient(50px 3px at center bottom,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0));
}

span.effect_top2 {
top: 0;
bottom: auto;
height:3px;background-repeat:repeat-x;background-size:8px 2px,23px 2px,47px 2px,300px 3px;background-position:left top;background-image:-webkit-gradient(radial,1 top,0,1 top,2,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0))),-webkit-gradient(radial,5 top,0,5 top,2,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0))),-webkit-gradient(radial,10 top,0,10 top,2,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0))),-webkit-gradient(radial,50 top,0,50 top,3,from(rgba(255, 255, 255, 1)),color-stop(0.5,rgba(255, 255, 255, 1)),color-stop(0.95,rgba(255, 255, 255, 0)),to(rgba(255, 255, 255, 0)));background-image:-webkit-radial-gradient(center top,1px 2px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 1px,rgba(255, 255, 255, 0) 2px),-webkit-radial-gradient(center top,5px 2px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 4px,rgba(255, 255, 255, 0) 5px),-webkit-radial-gradient(center top,10px 2px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 9px,rgba(255, 255, 255, 0) 10px),-webkit-radial-gradient(center top,50px 3px,rgba(255, 255, 255, 1) 0,rgba(255, 255, 255, 0) 49px,rgba(255, 255, 255, 0) 50px);background-image:radial-gradient(2px 1px at center top,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),radial-gradient(5px 2px at center top,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),radial-gradient(10px 2px at center top,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)),radial-gradient(50px 3px at center top,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0));
}
</pre></body></html>