
body {
margin: 0;
background: #ffffff;
color: #000000;
}





div.top {
display: table;
margin: 0 auto;
border-collapse: collapse;
border-spacing: 0;
}
div.title {
display: table-cell;
width: 300px;
vertical-align: middle;
}
#menu {
display: table-cell;
vertical-align: middle;
}


@media only screen and (max-width: 767px) {
div.top {
display: block;
}
div.title {
display: block;
width: auto;
}
#menu {
display: block;
}
}





ul.crumb {
position: relative;
margin: 10px 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 {
margin-top: 30px;
}





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: middle;
}

ul.menu a {
display: block;
text-decoration: none;
color: #000000;
}

ul.menu span.sub {
display: block;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
}


@media only screen and (min-width: 768px) {
div#menu {
margin: 0 auto;
text-align: right;
}

ul.menu {
display: inline-table;
border-collapse: separate;
border-spacing: 10px;
text-align: center;
}
ul.menu li {
position: relative;
display: table-cell;
padding: 5px 0;
}
ul.menu li:before, ul.menu li:after {
position: absolute;
display: block;
content: "";
bottom: 0;
height: 2px;
}
ul.menu li:before {
left: 0;
right: 0;
background: #0792f0 url(https://bizweb.jp/css/texture/grids_n.png) repeat left top;
transition: .15s;
}
ul.menu li:after {
left: 50%;
right: 50%;
background: #7268ae url(https://bizweb.jp/css/texture/leather_n.png) repeat left top;
transition: .15s .15s;
}
ul.menu > li.on:before, ul.menu li:hover:before {
left: 50%;
right: 50%;
}
ul.menu > li.on:after, ul.menu li:hover:after {
left: 0;
right: 0;
}

ul.menu > li:before {
opacity: 0;
animation: anim1-2 1s forwards;
}
ul.menu > li:nth-of-type(1):before {
animation-delay: 0.1s;
}
ul.menu > li:nth-of-type(2):before {
animation-delay: 0.2s;
}
ul.menu > li:nth-of-type(3):before {
animation-delay: 0.3s;
}
ul.menu > li:nth-of-type(4):before {
animation-delay: 0.4s;
}
ul.menu > li:nth-of-type(5):before {
animation-delay: 0.5s;
}
ul.menu > li:nth-of-type(6):before {
animation-delay: 0.6s;
}
ul.menu > li:nth-of-type(7):before {
animation-delay: 0.7s;
}
ul.menu > li:nth-of-type(8):before {
animation-delay: 0.8s;
}
ul.menu > li:nth-of-type(n+8):before {
animation-delay: 0.9s;
}

ul.menu li div.menu_dd {
position: relative;
}
ul.menu li:hover div.menu_dd:after {
position: absolute;
z-index: 3;
display: block;
content: "▲";
bottom: 100%;
margin-bottom: -0.6em;
left: 50%;
margin-left: -0.5em;
color: #ffffff;
}

ul.menu li div.menu_dd li:before {
display: none;
}
ul.menu li:hover div.menu_dd li:before {
display: block;
}

ul.menu li ul {
position: absolute;
display: block;
z-index: -1;
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 {
padding: 10px;
z-index: 3;
background: #ffffff;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}

ul.menu li ul li {
display: block;
padding: 0;
}

ul.menu li ul a {
height: 0;
padding: 0 5px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s;
}
ul.menu li:hover ul a {
height: auto;
padding: 10px 5px;
overflow: visible;
}
}


@media only screen and (max-width: 767px) {
div#menu {
padding: 10px;
text-align: left;
}
ul.menu > li {
margin: 0 0 10px;
padding: 0;
border-left: 2px solid #0792f0;
}
ul.menu > li.on {
border-left: 2px solid #7268ae;
}

ul.menu a {
padding: 10px 5px;
border-bottom: 2px solid #0792f0;
}
ul.menu ul li.on > a {
border-bottom: 2px solid #7268ae;
}
ul.menu > li > a {
border-bottom: none;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu ul {
padding: 0 0 15px 15px;
}
ul.menu ul li {
display: inline-block;
padding: 0 0 5px 5px;
vertical-align: bottom;
}


body.menu3h span.menu3h {
display: inline-block;
margin: 10px 0;
padding: 10px 20px;
border-bottom: 2px solid #0792f0;
}
body.menu3h div#menu {
padding: 0;
}
body.menu3h ul.menu {
background: rgba(255, 255, 255, 0.95);
}
}




@media only screen and (min-width: 1021px) {
div.top {
width: max(80vw,1000px);
}

ul.crumb {
width: max(80vw,1000px);
}

div.contents {
width: max(80vw,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: max(80vw,1000px);
margin: 0 auto;
}
}


@media only screen and (max-width: 767px) {
ul.crumb {
margin: 10px;
}

div.contents {
display: block;
}
#side_l #side, #side_r #side {
margin: 0;
}
}


body.liq div.contents {
display: block;
width: auto;
}

div#photo {
position: relative;
}

div#photo:before, div#photo:after {
position: absolute;
content: "";
left: 0;
right: 0;
border-width:0px;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%20194%20194%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22194px%22%20height%3D%22194px%22%3E%0A%3Cpath%20d%3D%22M%202%202%20C%2010.2318%202.9847%2018.5881%203.6946%2026.8843%203.2051%20C%2031.9313%202.9073%2036.9467%202.2072%2042%202%20C%2048.5977%201.7294%2055.0814%203.3258%2061.6574%203.525%20C%2067.9019%203.7142%2074.0834%202.5631%2080.3117%202.3451%20L%2087.146%202.2453%20C%2093.9675%202.0683%20100.7643%201.4011%20107.5914%201.3727%20C%20114.2665%201.3449%20120.7874%203.2355%20127.4625%203.2355%20C%20133.0289%203.2355%20138.5535%202.0908%20144.1261%202.4983%20C%20152.768%203.1301%20161.3991%204.1912%20170.0794%203.7845%20C%20177.4122%203.441%20184.6333%201.7583%20192%202%20C%20191.4536%2020.3252%20191.119%2038.6666%20191.3872%2057%20C%20191.4812%2063.4233%20191.9133%2069.8601%20191.5575%2076.2852%20C%20191.2867%2081.1749%20190.1166%2086.0234%20190.4476%2090.9403%20C%20190.7689%2095.713%20191.5053%20100.4446%20191.8737%20105.213%20C%20192.3388%20111.2325%20191.4854%20117.2478%20191.4854%20123.2678%20C%20191.4854%20128.1106%20192.6039%20132.8767%20192.6039%20137.7196%20C%20192.6039%20145.3332%20190.4514%20152.7561%20190.342%20160.3631%20C%20190.1899%20170.9378%20191.9319%20181.4304%20192%20192%20C%20185.3383%20192.3084%20178.6602%20192.331%20172%20191.9708%20C%20166.194%20191.6568%20160.5658%20189.7475%20154.7259%20189.8315%20C%20148.7467%20189.9174%20142.985%20191.9792%20137%20192%20C%20131.2949%20192.0198%20125.5902%20191.551%20119.897%20191.2863%20C%20114.3361%20191.0278%20108.8001%20191.9347%20103.2563%20192.1893%20C%2097.3604%20192.46%2091.5873%20190.8258%2085.7082%20190.7236%20C%2078.8649%20190.6046%2072.1163%20192.0375%2065.2854%20192.1933%20C%2058.5671%20192.3466%2051.8802%20191.3974%2045.1898%20190.9511%20C%2039.9647%20190.6025%2034.7397%20191.3893%2029.5224%20191.5438%20C%2020.3532%20191.8155%2011.1743%20192.0182%202%20192%20C%201.9613%20185.7536%201.4834%20179.4958%201.8643%20173.2609%20C%202.1783%20168.1229%203.6901%20163.2174%203.7826%20158.0035%20C%203.9393%20149.1817%201.6947%20141.077%202%20132%20C%202.2808%20123.6521%205.2725%20115.7432%203.8904%20107.2966%20C%203.2589%20103.4368%202.9514%2099.6495%202.8046%2095.7194%20C%202.571%2089.4659%203.6179%2083.2597%203.2267%2077%20C%202.5903%2066.8157%203.7792%2056.7594%203.4146%2046.599%20C%202.881%2031.7293%202.1265%2016.8801%202%202%20ZM%200%200%20L%200%20194%20L%20194%20194%20L%20194%200%20L%200%200%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
}

div#photo:before {
top: 0;
z-index: 1;
border-top: 5px solid #0792f0;
}

div#photo:after {
bottom: 0;
border-bottom: 5px solid #0792f0;
}
