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

div.menu_wrap {
min-height: 20px;
margin: 0 auto;
background: #7268ae url(https://1web.jp/css/texture/wood_n.png) repeat left top;
border-bottom: 1px solid #ffffff;
border-bottom: 1px solid rgba(255,255,255,0.3);
-webkit-box-shadow:inset rgba(0, 0, 0, 0.3) 0 -1px 2px;box-shadow:inset rgba(0, 0, 0, 0.3) 0 -1px 2px;
}





div#menu {
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;
}
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 {
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
text-align: center;
}

ul.menu {
display: table;
margin: 0 auto;
padding: 10px 0 0 0;
border-spacing: 10px 0;
}

ul.menu &gt; li {
display: table-cell;
padding: 15px 0 0;
}
ul.menu &gt; li.on, ul.menu &gt; li:hover {
position: relative;
background: #88c572 url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 1px 1px 0;box-shadow:inset rgba(255, 255, 255, 0.3) 1px 1px 0;
color: #ffffff;
transform: translate(0, 1px);
z-index: 2;
}

ul.menu a {
padding: 5px;
}
ul.menu &gt; li.on a, ul.menu &gt; li:hover a {
color: #ffffff;
}
ul.menu ul li:hover a {
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: #88c572 url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
border-radius: 0 3px 3px 3px;
-webkit-box-shadow:rgba(0, 0, 0, 0.5) 5px 5px 10px -5px;box-shadow:rgba(0, 0, 0, 0.5) 5px 5px 10px -5px;
color: #ffffff;
}

ul.menu li ul li a {
display: block;
height: 0;
margin: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
}

}


@media only screen and (max-width: 767px) {
div#menu {
text-align: left;
}

ul.menu {
padding: 10px;
}

ul.menu &gt; li {
margin: 5px 0;
padding: 10px;
background-color: #7268ae;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px
-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0 0 5px -3px;box-shadow:rgba(0, 0, 0, 0.5) 0 0 5px -3px;
}
ul.menu &gt; li.on {
background: #88c572 url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
color: #ffffff;
}
ul.menu &gt; li.on a {
color: #ffffff;
}

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;
vertical-align: top;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}


body.menu3h div.menu {
text-align: right;
}
body.menu3h span.menu3h {
display: inline-block;
margin: 5px 5px 0;
padding: 15px 20px;

background: #88c572 url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 1px 1px 0;box-shadow:inset rgba(255, 255, 255, 0.3) 1px 1px 0;
color: #ffffff;
transform: translate(0, 1px);
z-index: 2;
}
body.menu3h ul.menu {
background: rgba(114, 104, 174, 0.95) url(https://1web.jp/css/texture/wood_n.png) repeat left top;
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





div#header {
margin: 20px auto;
color: #ffffff;
}

div.wrap {
position: relative;
padding-bottom: 30px;
}
div.wrap:before, div.wrap:after {
position: absolute;
z-index: -3;
content: " ";
width: 100%;
left: 0;
}
div.wrap:before {
height: 20%;
top: 0;
background: #88c572 url(https://1web.jp/css/texture/knit3_n.png) repeat left top;
}
div.wrap:after {
height: 80%;
bottom: 0;
background: #dddddd;
}

div.pack {
position: relative;
padding: 10px 0 0;
}
div.pack:before, div.pack:after {
position: absolute;
z-index: -2;
content: " ";
width: 100%;
left: 0;
}
div.pack:before {
height: 20%;
top: 0;
background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(221, 221, 221, 1)), to(rgba(221, 221, 221, 0)) );background-image:-webkit-linear-gradient(bottom, rgba(221, 221, 221, 1), rgba(221, 221, 221, 0));background-image:linear-gradient(to top, rgba(221, 221, 221, 1), rgba(221, 221, 221, 0));
}
div.pack:after {
height: 80%;
bottom: 0;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(221, 221, 221, 1)), to(rgba(221, 221, 221, 0)) );background-image:-webkit-linear-gradient(top, rgba(221, 221, 221, 1), rgba(221, 221, 221, 0));background-image:linear-gradient(to bottom, rgba(221, 221, 221, 1), rgba(221, 221, 221, 0));
}

div#photo {
clear: both;
position: relative;
margin: 0 auto;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}
div.photo {
padding: 15px;
background-color: #dddddd;
color: #000000;
}

ul.crumb {
position: relative;
margin: 20px auto;
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;
background: #7268ae url(https://1web.jp/css/texture/wood_n.png) repeat left top;
color: #ffffff;
}





@media only screen and (min-width: 1041px) {
ul.menu, ul.crumb, div.contents {
width: max(80vw,1000px);
}
div#photo {
width: max(79vw,990px);
}


body.liq #contents div.lb, div#header div.lb, div.footer div.lb, body.liq #contents div.block &gt; div.row, div#header div.block &gt; div.row, div.footer div.block &gt; div.row {
width: max(80vw,1000px);
margin: 0 auto;
}
}

@media only screen and (max-width: 1040px) and (min-width: 768px) {
div.menu, ul.crumb, div.contents {
margin-right: 10px;
margin-left: 10px;
}
div#photo {
margin-right: 15px;
margin-left: 15px;
}
ul.menu {
width: 100%;
}


body.liq #contents div.lb, div#header div.lb, div.footer div.lb, body.liq #contents div.block &gt; div.row, div#header div.block &gt; div.row, div.footer div.block &gt; div.row {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
}


@media only screen and (max-width: 767px) {
div#photo {
margin-right: 10px;
margin-left: 10px;
}

div.contents {
display: block;
width: 100%;
}
#contents {
padding: 10px 0;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 0;
}
}


body.liq div.contents {
display: block;
width: auto;
margin-right: 0;
margin-left: 0;
}
html body{animation:anim7-7 2s;}
#footer {
border-width:0px;border-top:4px solid #7268ae;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%20192%20192%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22192px%22%20height%3D%22192px%22%3E%0A%3Cpath%20d%3D%22M%201%201%20C%209.2318%201.9847%2017.5881%202.6946%2025.8843%202.2051%20C%2030.9313%201.9073%2035.9467%201.2072%2041%201%20C%2047.5977%200.7294%2054.0814%202.3258%2060.6574%202.525%20C%2066.9019%202.7142%2073.0834%201.5631%2079.3117%201.3451%20L%2086.146%201.2453%20C%2092.9675%201.0683%2099.7643%200.4011%20106.5914%200.3727%20C%20113.2665%200.3449%20119.7874%202.2355%20126.4625%202.2355%20C%20132.0289%202.2355%20137.5535%201.0908%20143.1261%201.4983%20C%20151.768%202.1301%20160.3991%203.1912%20169.0794%202.7845%20C%20176.4122%202.441%20183.6333%200.7583%20191%201%20C%20190.4536%2019.3252%20190.119%2037.6666%20190.3872%2056%20C%20190.4812%2062.4233%20190.9133%2068.8601%20190.5575%2075.2852%20C%20190.2867%2080.1749%20189.1166%2085.0234%20189.4476%2089.9403%20C%20189.7689%2094.713%20190.5053%2099.4446%20190.8737%20104.213%20C%20191.3388%20110.2325%20190.4854%20116.2478%20190.4854%20122.2678%20C%20190.4854%20127.1106%20191.6039%20131.8767%20191.6039%20136.7196%20C%20191.6039%20144.3332%20189.4514%20151.7561%20189.342%20159.3631%20C%20189.1899%20169.9378%20190.9319%20180.4304%20191%20191%20C%20184.3383%20191.3084%20177.6602%20191.331%20171%20190.9708%20C%20165.194%20190.6568%20159.5658%20188.7475%20153.7259%20188.8315%20C%20147.7467%20188.9174%20141.985%20190.9792%20136%20191%20C%20130.2949%20191.0198%20124.5902%20190.551%20118.897%20190.2863%20C%20113.3361%20190.0278%20107.8001%20190.9347%20102.2563%20191.1893%20C%2096.3604%20191.46%2090.5873%20189.8258%2084.7082%20189.7236%20C%2077.8649%20189.6046%2071.1163%20191.0375%2064.2854%20191.1933%20C%2057.5671%20191.3466%2050.8802%20190.3974%2044.1898%20189.9511%20C%2038.9647%20189.6025%2033.7397%20190.3893%2028.5224%20190.5438%20C%2019.3532%20190.8155%2010.1743%20191.0182%201%20191%20C%200.9613%20184.7536%200.4834%20178.4958%200.8643%20172.2609%20C%201.1783%20167.1229%202.6901%20162.2174%202.7826%20157.0035%20C%202.9393%20148.1817%200.6947%20140.077%201%20131%20C%201.2808%20122.6521%204.2725%20114.7432%202.8904%20106.2966%20C%202.2589%20102.4368%201.9514%2098.6495%201.8046%2094.7194%20C%201.571%2088.4659%202.6179%2082.2597%202.2267%2076%20C%201.5903%2065.8157%202.7792%2055.7594%202.4146%2045.599%20C%201.881%2030.7293%201.1265%2015.8801%201%201%20L%201%201%20Z%22%20fill%3D%22%237268ae%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}

span.effect_top, span.effect_btm, span.effect_l, span.effect_r {
position: absolute;
content: "";
border-width:0px;border:4px solid #dddddd;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%20192%20192%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22192px%22%20height%3D%22192px%22%3E%0A%3Cpath%20d%3D%22M%201%201%20C%209.2318%201.9847%2017.5881%202.6946%2025.8843%202.2051%20C%2030.9313%201.9073%2035.9467%201.2072%2041%201%20C%2047.5977%200.7294%2054.0814%202.3258%2060.6574%202.525%20C%2066.9019%202.7142%2073.0834%201.5631%2079.3117%201.3451%20L%2086.146%201.2453%20C%2092.9675%201.0683%2099.7643%200.4011%20106.5914%200.3727%20C%20113.2665%200.3449%20119.7874%202.2355%20126.4625%202.2355%20C%20132.0289%202.2355%20137.5535%201.0908%20143.1261%201.4983%20C%20151.768%202.1301%20160.3991%203.1912%20169.0794%202.7845%20C%20176.4122%202.441%20183.6333%200.7583%20191%201%20C%20190.4536%2019.3252%20190.119%2037.6666%20190.3872%2056%20C%20190.4812%2062.4233%20190.9133%2068.8601%20190.5575%2075.2852%20C%20190.2867%2080.1749%20189.1166%2085.0234%20189.4476%2089.9403%20C%20189.7689%2094.713%20190.5053%2099.4446%20190.8737%20104.213%20C%20191.3388%20110.2325%20190.4854%20116.2478%20190.4854%20122.2678%20C%20190.4854%20127.1106%20191.6039%20131.8767%20191.6039%20136.7196%20C%20191.6039%20144.3332%20189.4514%20151.7561%20189.342%20159.3631%20C%20189.1899%20169.9378%20190.9319%20180.4304%20191%20191%20C%20184.3383%20191.3084%20177.6602%20191.331%20171%20190.9708%20C%20165.194%20190.6568%20159.5658%20188.7475%20153.7259%20188.8315%20C%20147.7467%20188.9174%20141.985%20190.9792%20136%20191%20C%20130.2949%20191.0198%20124.5902%20190.551%20118.897%20190.2863%20C%20113.3361%20190.0278%20107.8001%20190.9347%20102.2563%20191.1893%20C%2096.3604%20191.46%2090.5873%20189.8258%2084.7082%20189.7236%20C%2077.8649%20189.6046%2071.1163%20191.0375%2064.2854%20191.1933%20C%2057.5671%20191.3466%2050.8802%20190.3974%2044.1898%20189.9511%20C%2038.9647%20189.6025%2033.7397%20190.3893%2028.5224%20190.5438%20C%2019.3532%20190.8155%2010.1743%20191.0182%201%20191%20C%200.9613%20184.7536%200.4834%20178.4958%200.8643%20172.2609%20C%201.1783%20167.1229%202.6901%20162.2174%202.7826%20157.0035%20C%202.9393%20148.1817%200.6947%20140.077%201%20131%20C%201.2808%20122.6521%204.2725%20114.7432%202.8904%20106.2966%20C%202.2589%20102.4368%201.9514%2098.6495%201.8046%2094.7194%20C%201.571%2088.4659%202.6179%2082.2597%202.2267%2076%20C%201.5903%2065.8157%202.7792%2055.7594%202.4146%2045.599%20C%201.881%2030.7293%201.1265%2015.8801%201%201%20L%201%201%20Z%22%20fill%3D%22%23dddddd%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}
span.effect_top, span.effect_btm {
left: 0;
right: 0;
}
span.effect_l, span.effect_r {
top: 0;
bottom: 0;
}
span.effect_top {
top: 0;
border-top: 5px solid #88c572;
}
span.effect_btm {
bottom: 0;
border-bottom: 5px solid #88c572;
}
span.effect_l {
left: 0;
border-left: 5px solid #88c572;
}
span.effect_r {
right: 0;
border-right: 5px solid #88c572;
}

span.effect_top2 {
display: none;
}
</pre></body></html>