
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: #558b67 url(https://bizweb.jp/css/texture/plaster_n.png) repeat left top;
color: #ffffff;
}





div#menu {
background: #ffffff url(https://bizweb.jp/css/texture/wood_p.png) repeat left top;
color: #000000;
}
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: #000000;
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
}
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 {
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7) url(https://bizweb.jp/css/texture/wood_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 > 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 > li:first-of-type {
border-left: none;
box-shadow: none;
}

ul.menu a {
padding: 10px;
}
ul.menu li.on > 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: #ffffff url(https://bizweb.jp/css/texture/wood_p.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 > 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(255, 255, 255, 0.95) url(https://bizweb.jp/css/texture/wood_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: #558b67 url(https://bizweb.jp/css/texture/plaster_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 > 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#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;
}

span.effect_btm {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
border-width:0px;border-bottom:5px 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%2034%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234px%22%20height%3D%2234px%22%3E%0A%3Cpath%20d%3D%22M%2017%2029%20C%2012.4966%2029%208.343%2030.4884%205%2033%20C%205%2030.7908%203.2092%2029%201%2029%20C%203.5116%2025.657%205%2021.5034%205%2017%20C%205%2012.4966%203.5116%208.343%201%205%20C%203.2092%205%205%203.2092%205%201%20C%208.343%203.5116%2012.4966%205%2017%205%20C%2021.5034%205%2025.657%203.5116%2029%201%20C%2029%203.2092%2030.7908%205%2033%205%20C%2030.4884%208.343%2029%2012.4966%2029%2017%20C%2029%2021.5034%2030.4884%2025.657%2033%2029%20C%2030.7908%2029%2029%2030.7908%2029%2033%20C%2025.657%2030.4884%2021.5034%2029%2017%2029%20ZM%200%200%20L%200%2034%20L%2034%2034%20L%2034%200%20L%200%200%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
}


@media only screen and (min-width: 768px) {
ul.menu li:hover ul {
border-width:0px;border-bottom:4px 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%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2232px%22%3E%0A%3Cpath%20d%3D%22M%2016%2028%20C%2020.5034%2028%2024.657%2029.4884%2028%2032%20C%2028%2029.7908%2029.7908%2028%2032%2028%20C%2029.4884%2024.657%2028%2020.5034%2028%2016%20C%2028%2011.4966%2029.4884%207.343%2032%204%20C%2029.7908%204%2028%202.2092%2028%200%20C%2024.657%202.5116%2020.5034%204%2016%204%20C%2011.4966%204%207.343%202.5116%204%200%20C%204%202.2092%202.2092%204%200%204%20C%202.5116%207.343%204%2011.4966%204%2016%20C%204%2020.5034%202.5116%2024.657%200%2028%20C%202.2092%2028%204%2029.7908%204%2032%20C%207.343%2029.4884%2011.4966%2028%2016%2028%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}
}

@media only screen and (max-width: 767px) {
body.menu3h ul.menu {
border-width:0px;border-bottom:4px solid #ffffff;border-left:4px 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%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2232px%22%3E%0A%3Cpath%20d%3D%22M%2016%2028%20C%2020.5034%2028%2024.657%2029.4884%2028%2032%20C%2028%2029.7908%2029.7908%2028%2032%2028%20C%2029.4884%2024.657%2028%2020.5034%2028%2016%20C%2028%2011.4966%2029.4884%207.343%2032%204%20C%2029.7908%204%2028%202.2092%2028%200%20C%2024.657%202.5116%2020.5034%204%2016%204%20C%2011.4966%204%207.343%202.5116%204%200%20C%204%202.2092%202.2092%204%200%204%20C%202.5116%207.343%204%2011.4966%204%2016%20C%204%2020.5034%202.5116%2024.657%200%2028%20C%202.2092%2028%204%2029.7908%204%2032%20C%207.343%2029.4884%2011.4966%2028%2016%2028%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}
}

#footer {
border-width:0px;border-top:4px solid #558b67;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%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2232px%22%3E%0A%3Cpath%20d%3D%22M%2016%2028%20C%2020.5034%2028%2024.657%2029.4884%2028%2032%20C%2028%2029.7908%2029.7908%2028%2032%2028%20C%2029.4884%2024.657%2028%2020.5034%2028%2016%20C%2028%2011.4966%2029.4884%207.343%2032%204%20C%2029.7908%204%2028%202.2092%2028%200%20C%2024.657%202.5116%2020.5034%204%2016%204%20C%2011.4966%204%207.343%202.5116%204%200%20C%204%202.2092%202.2092%204%200%204%20C%202.5116%207.343%204%2011.4966%204%2016%20C%204%2020.5034%202.5116%2024.657%200%2028%20C%202.2092%2028%204%2029.7908%204%2032%20C%207.343%2029.4884%2011.4966%2028%2016%2028%20Z%22%20fill%3D%22%23558b67%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;
}
