
html {font-size:110%;} body {
margin: 0;
background: #968dc5;
}

div.top {
position: relative;
margin: 0 auto -190px;
padding: 0 0 200px;
background: #7a5d3d url(https://bizweb.jp/css/texture/brick_d.png) repeat left top;
color: #ffffff;
}





div#menu {
position: relative;
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;
}
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 {
margin: 0 auto;
text-align: center;
color: #ffffff;
}

ul.menu {
display: table;
width: 100%;
border-spacing: 2px 0;
}

ul.menu > li {
position: relative;
display: table-cell;
border: 1px solid transparent;
}
ul.menu > li.on, ul.menu > li:hover {
background: #968dc5;
border: 1px solid rgba(0,0,0,1);
-webkit-box-shadow:rgba(0, 0, 0, 0.7) 0 0 2px,inset rgba(255, 255, 255, 0.3) 1px 1px 0;box-shadow:rgba(0, 0, 0, 0.7) 0 0 2px,inset rgba(255, 255, 255, 0.3) 1px 1px 0;
color: #000000;
}

ul.menu > li {
position: relative;
opacity: 0;
animation: anim1 1s forwards;
}
ul.menu > li:nth-of-type(1) {
animation-delay: 0.1s;
}
ul.menu > li:nth-of-type(2) {
animation-delay: 0.2s;
}
ul.menu > li:nth-of-type(3) {
animation-delay: 0.3s;
}
ul.menu > li:nth-of-type(4) {
animation-delay: 0.4s;
}
ul.menu > li:nth-of-type(5) {
animation-delay: 0.5s;
}
ul.menu > li:nth-of-type(6) {
animation-delay: 0.6s;
}
ul.menu > li:nth-of-type(7) {
animation-delay: 0.7s;
}
ul.menu > li:nth-of-type(8) {
animation-delay: 0.8s;
}
ul.menu > li:nth-of-type(n+8) {
animation-delay: 0.9s;
}

ul.menu > li:hover {
z-index: 2;
}

ul.menu a {
padding: 15px 5px 5px;
color: #ffffff;
}
ul.menu li.on a, ul.menu li:hover a {
color: #000000;
}
ul.menu > li:hover > a, ul.menu ul li:hover a {
text-decoration: underline;
}

ul.menu li div.menu_dd {
}

ul.menu li ul {
position: absolute;
top: 100%;
left: -1px;
}
ul.menu li:last-child ul, ul.menu li:nth-last-child(2) ul {
left: auto;
right: -1px;
}
ul.menu li:hover ul {
z-index: 2;
background: #968dc5;
border: 1px solid rgba(0,0,0,1);
color: #000000;
}

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;
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 {
margin: 10px;
text-align: left;
color: #000000;
}

ul.menu > li {
margin: 10px 0;
padding: 10px;
}
ul.menu > li.on {
position: relative;
background: #7a5d3d url(https://bizweb.jp/css/texture/brick_d.png) repeat left top;
border: 1px solid rgba(0,0,0,0.3);
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 2px,inset rgba(255, 255, 255, 0.3) 1px 1px 0;box-shadow:rgba(0, 0, 0, 0.4) 0 0 2px,inset rgba(255, 255, 255, 0.3) 1px 1px 0;
color: #ffffff;
}

ul.menu a {
color: #000000;
}
ul.menu > 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;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}


body.menu3h div#menu {
margin-bottom: 0;
}
body.menu3h div.menu {
text-align: right;
}
body.menu3h span.menu3h {
display: inline-block;
margin: 0 10px;
padding: 15px 20px;
background: #7a5d3d url(https://bizweb.jp/css/texture/brick_d.png) repeat left top;
border: 1px solid rgba(0,0,0,1);
-webkit-box-shadow:rgba(0, 0, 0, 0.7) 0 0 2px,inset rgba(255, 255, 255, 0.3) 1px 1px 0;box-shadow:rgba(0, 0, 0, 0.7) 0 0 2px,inset rgba(255, 255, 255, 0.3) 1px 1px 0;
color: #ffffff;
}
body.menu3h ul.menu {
background: rgba(150, 141, 197, 0.95);
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





div#photo {
position: relative;
margin: 0 auto 20px;
}
div#photo:before, div#photo:after {
position: absolute;
content: " ";
z-index: -1;
top: 80%;
bottom: 15px;
width: 50%;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 15px 10px;box-shadow:rgba(0, 0, 0, 0.4) 0 15px 10px;
}
div#photo:before {
left: 10px;
transform: rotate(-2deg);
}
div#photo:after {
right: 10px;
transform: rotate(2deg);
}
div.photo {
background: #f7fac3 url(https://bizweb.jp/css/texture/paper2_p.png) repeat left top;
border: 10px solid #ffffff;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 2px;
color: #000000;
}

ul.crumb {
margin: 5px auto;
padding: 5px;
list-style: none;
font-size: 0.8rem;
color: #000000;
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 {
position: relative;
display: grid;
grid-template-columns: auto 1fr auto;
margin: 0 auto;
padding: 1vw;
box-sizing: border-box;
background: #f7fac3 url(https://bizweb.jp/css/texture/paper2_p.png) repeat left top;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
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_wrap {
position: relative;
min-height: 30px;
margin: 30px auto 0;
padding: 0;
background: #7a5d3d url(https://bizweb.jp/css/texture/brick_d.png) repeat left top;
color: #ffffff;
}





@media only screen and (min-width: 981px) {
div#menu, div#photo, ul.crumb, div.contents {
width: max(80vw,940px);
}


div#header div.lb, div.footer div.lb, div#header div.block > div.row, div.footer div.block > div.row {
width: max(80vw,940px);
margin: 0 auto;
}
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
div#menu, div#photo, ul.crumb, div.contents {
margin-right: 10px;
margin-left: 10px;
}


div#header div.lb, div.footer div.lb, div#header div.block > div.row, div.footer div.block > div.row {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
margin: 0 auto;
padding: 1px 0 10px;
}

div#photo, ul.crumb {
margin-right: 5px;
margin-left: 5px;
}

div.contents {
display: block;
padding: 10px 0;
}
#contents {
padding: 10px 5px;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 5px;
}
}

div.top {
border-width:0px;border-bottom:4px solid #7a5d3d;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%237a5d3d%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
}
div.footer_wrap {
border-width:0px;border-top:4px solid #7a5d3d;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%237a5d3d%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
}
