
html body {font-family:'fontello',mygothic2,sans-serif;} body {
margin: 0;
padding-bottom: 30px;
background: #ddc257 url(https://bizweb.jp/css/texture/talisman1_p.png) repeat left top;
color: #000000;
}

div#header {
position: relative;
margin: 0 0 10px;
}

div#photo {
position: relative;
padding: 20px;
box-sizing: border-box;
background-color: #ffffff;
margin: 0 auto;
color: #000000;
}
div.photo {
border-radius: 5px;
}





div#menu {
position: relative;
z-index: 1;

background: #b98005 url(https://bizweb.jp/css/texture/jigsaw_n.png) repeat left top;
margin: -10px auto 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
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;
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 {
text-align: center;

animation: anim1 1s 0.5s forwards;
opacity: 0;
}

ul.menu {
display: table;
width: 100%;
padding: 10px 0;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.49, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
}

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: 15px 10px;
}
ul.menu > li.on > a {
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.2)), color-stop(0.49, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(255, 255, 255, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);
}
ul.menu a:hover {
text-decoration: underline;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.2)), color-stop(0.49, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(255, 255, 255, 0)));background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0.2) 49%, rgba(255, 255, 255, 0) 100%);
}

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;
background: #b98005 url(https://bizweb.jp/css/texture/jigsaw_n.png) repeat left top;
}

ul.menu li ul li a {
display: block;
height: 0;
padding: 0 10px;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.49, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);

overflow: hidden;
white-space: nowrap;
transition: padding 0.3s;
text-align: left;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
box-shadow: 0 -2px 0 -1px rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(255, 255, 255, 0.3);
}
}


@media only screen and (max-width: 767px) {
div#menu {
text-align: left;
}

ul.menu > li {
padding: 10px;
background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.49, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(0, 0, 0, 0)));background-image:-webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
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 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 span.menu3h {
display: inline-block;
padding: 20px;
}
body.menu3h ul.menu {
padding: 0 !important;
background: rgba(185, 128, 5, 0.95) url(https://bizweb.jp/css/texture/jigsaw_n.png) repeat left top;
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}





ul.crumb {
position: relative;
margin: 10px auto -10px;
padding: 0 40px;
box-sizing: border-box;
list-style: none;
font-size: 0.8rem;
color: #333333;
}
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: #333333;
}

div.contents {
position: relative;
display: grid;
grid-template-columns: auto 1fr auto;
margin: 20px auto 0;
padding: 1.5vw;
box-sizing: border-box;
background: #ffffff;
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 {
position: relative;
background: #b98005 url(https://bizweb.jp/css/texture/jigsaw_n.png) repeat left top;
margin: -10px auto 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
color: #ffffff;
}
div.footer {
padding: 30px;
}





@media only screen and (min-width: 1141px) {
div#photo, ul.crumb, div.contents {
width: 1100px;
}
div#menu {
width: 1040px;
}
div#footer {
width: 1060px;
}


div#header div.lb, div#header div.block > div.row {
width: 1100px;
margin: 0 auto;
}
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {
div#photo, ul.crumb, div.contents {
margin-right: 10px;
margin-left: 10px;
}
div#menu {
margin-right: 40px;
margin-left: 40px;
}
div#footer {
margin-right: 30px;
margin-left: 30px;
}


div#header div.lb, div#header div.block > div.row {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
}


@media only screen and (max-width: 767px) {
div#photo, ul.crumb, div.contents {
margin-right: 5px;
margin-left: 5px;
}
ul.crumb {
padding-right: 10px;
padding-left: 10px;
}
div#menu, div#footer {
margin-right: 10px;
margin-left: 10px;
}

div.contents {
display: block;
padding: 10px 0;
}
#contents {
padding: 10px 0;
}
#side_l #side, #side_r #side {
margin: 0;
padding: 10px 0;
}
}
body{animation:none !important;}body:after{position:fixed;content:"";z-index:300;display:block;width:100%;left:0;top:0;animation:anim_onload1 2s;}@keyframes anim_onload1{0% {height:100%;background-color:rgba(0,0,0,1);}100% {height:100%;background-color:rgba(0,0,0,0);}}
#photo, div.contents {
border-width:0px;border: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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
}

#photo {
-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.4) 0 0 5px;
}

@media only screen and (max-width: 767px) {
ul.menu li {
background: none;
}
}

#menu, #footer {
border-width:0px;border:4px solid #b98005;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%2090%2090%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290px%22%20height%3D%2290px%22%3E%0A%3Cpath%20d%3D%22M%200%200%20L%206.5%200%20L%207.625%204%20L%209.125%200%20L%2012.875%200%20L%2013.875%203%20L%2015.375%200%20L%2018.25%200%20L%2019.75%202%20L%2021.875%200%20L%2041%200%20L%2043.625%202%20L%2046.25%200%20L%2061.125%200%20L%2062.875%202%20L%2065.25%200%20L%2069%200%20L%2070.75%204%20L%2071.875%200%20L%2078.875%200%20L%2080.375%203%20L%2081.875%200%20L%2090%200%20L%2090%207%20L%2087%208.25%20L%2090%209.625%20L%2090%2015.25%20L%2086%2017.625%20L%2090%2018.375%20L%2090%2030.875%20L%2088%2038.25%20L%2090%2043.25%20L%2090%2053.5%20L%2088%2055.625%20L%2090%2058%20L%2090%2064.625%20L%2086%2066.625%20L%2090%2068%20L%2090%2070.375%20L%2088%2071.5%20L%2090%2072.625%20L%2090%2076%20L%2086%2077.875%20L%2090%2079.125%20L%2090%2090%20L%2084.875%2090%20L%2083.875%2086%20L%2082.375%2090%20L%2065.875%2090%20L%2064.25%2087%20L%2062.5%2090%20L%2055%2090%20L%2053.375%2088%20L%2051.125%2090%20L%2032.375%2090%20L%2030.625%2088%20L%2028.875%2090%20L%2026%2090%20L%2023.875%2086%20L%2023.125%2090%20L%2018.5%2090%20L%2015.25%2087%20L%2014.5%2090%20L%2010.625%2090%20L%209.25%2086%20L%207.625%2090%20L%200%2090%20L%200%2080.875%20L%204%2079.25%20L%200%2078.75%20L%200%2075.5%20L%202%2074.125%20L%200%2072.5%20L%200%2070.625%20L%202.125%2068.75%20L%200%2066%20L%200%2043.75%20L%204%2041.5%20L%200%2040.625%20L%200%2023.625%20L%203%2021%20L%200%2019.875%20L%200%2017.25%20L%202%2015.75%20L%200%2014%20L%200%2012%20L%204%2010.625%20L%200%2010%20L%200%200%20Z%22%20fill%3D%22%23b98005%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;
}
