
html body {letter-spacing:0.1em;} body {
margin: 0;
background: #ffffff;
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;
}

ul.menu span.sub {
display: block;
margin: 2px 5px 0;
opacity: 0.5;
font-size: 0.6rem;
text-decoration: none;
text-shadow: none;
}


@media only screen and (min-width: 768px) {
div#menu {
position: sticky;
top: 0;
z-index: 1;

transition: 0.5s;

text-align: center;
}
div#menu.sticky_fixed {
background-color: rgba(255, 255, 255, 0.7);
box-shadow: rgba(204, 204, 204, 0.5) 0 3px 3px -2px;
}
div#menu.sticky_fixed:hover {
background: #ffffff;
}

ul.menu {
display: table;
margin: 0 auto;
border-spacing: 10px;
}

ul.menu > li {
position: relative;
display: table-cell;

border-bottom: 1px solid transparent;

transition: border-color 0.5s;
}
ul.menu li.on, ul.menu li:hover {
border-bottom-color: #589dc0;
}

ul.menu a {
padding: 5px;
margin: 0;
}

ul.menu ul a {
border-bottom: none;
border-left: 1px solid transparent;
}
ul.menu ul li.on > a, ul.menu ul a:hover {
border-left-color: #589dc0;
}

ul.menu > li > a {
opacity: 0;
animation: anim1 1s forwards;
}
ul.menu > li:nth-of-type(1) > a {
animation-delay: 0.1s;
}
ul.menu > li:nth-of-type(2) > a {
animation-delay: 0.2s;
}
ul.menu > li:nth-of-type(3) > a {
animation-delay: 0.3s;
}
ul.menu > li:nth-of-type(4) > a {
animation-delay: 0.4s;
}
ul.menu > li:nth-of-type(5) > a {
animation-delay: 0.5s;
}
ul.menu > li:nth-of-type(6) > a {
animation-delay: 0.6s;
}
ul.menu > li:nth-of-type(7) > a {
animation-delay: 0.7s;
}
ul.menu > li:nth-of-type(8) > a {
animation-delay: 0.8s;
}
ul.menu > li:nth-of-type(n+8) > a {
animation-delay: 0.9s;
}

ul.menu li ul {
position: absolute;
top: 100%;
left: 0;
padding: 10px;
}
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: #ffffff;
box-shadow: rgba(204, 204, 204, 0.5) 0 0 3px;
}

ul.menu li ul a {
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
text-align: left;

transition: padding 0.3s, border-color 0.5s;
}
ul.menu li:hover ul a {
height: auto;
padding: 15px 10px;
overflow: visible;
}

span.menu3h_toggle {
display: none;
}
}


@media only screen and (max-width: 767px) {
ul.menu a {
padding: 15px 10px;
margin: 0;
border-left: 1px solid transparent;
}
ul.menu li.on > a {
border-left-color: #589dc0;
}

ul.menu ul a {
border-left: none;
border-bottom: 1px solid transparent;
}
ul.menu ul li.on > a {
border-bottom-color: #589dc0;
}

ul.menu ul {
padding: 0 0 10px 20px;
}
ul.menu ul li {
display: inline-block;
}
ul.menu ul a {
display: inline-block;
}


div#menu {
position: fixed;
top: 49px;
bottom: 0;
right: -100%;
z-index: 1;

width: 300px;
box-sizing: border-box;
padding: 10px;

background: #ffffff;

text-align: left;
transition: right .4s;

overflow: auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
body.menu3h_on div#menu {
right: 0;
box-shadow: rgba(204, 204, 204, 0.5) 0 0 3px 1px;
}

span.menu3h_toggle {
position: fixed;
right: 0;
top: 0;
z-index: 1;

background: #ffffff;
box-shadow: rgba(204, 204, 204, 0.5) 0 0 3px 1px;

opacity: 0.5;
transition: .4s;
}
body.menu3h_on span.menu3h_toggle {
opacity: 1;
}

span.menu3h_toggle > span, span.menu3h_toggle > span:before, span.menu3h_toggle > span:after {
background-color: #000000;
}
}


@media only screen and (min-width: 768px) {
div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 50px auto;
}
#contents {
grid-column: 2 / 3;
}
div#side_l div#side {
height: 100%;
box-shadow: rgba(204, 204, 204, 0.5) 3px 0 3px -2px;
}
div#side_r div#side {
height: 100%;
box-shadow: rgba(204, 204, 204, 0.5) -3px 0 3px -2px;
}
}

div#footer {
box-shadow: rgba(204, 204, 204, 0.5) 0 -3px 3px -2px;
}





ul.crumb {
margin: 10px auto;
padding: 0;
list-style: none;
font-size: 0.8rem;
text-align: left;
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;
}





@media only screen and (min-width: 1021px) {
ul.crumb {
width: max(80vw,1000px);
}

div.contents {
width: max(80vw,1000px);
margin: 50px auto;
}


body.liq #contents div.lb, div#header div.lb, div#photo div.lb, div.footer div.lb, body.liq #contents div.block > div.row, div#header 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;
}
}


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;
}

div#photo:before {
top: 0;
z-index: 1;
border-top: 5px solid #cccccc;
border-width:0px;border-top:7px 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%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.5%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
}

div#photo:after {
bottom: 0;
border-bottom: 5px solid #cccccc;
border-width:0px;border-bottom:7px 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%2027%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2227px%22%3E%0A%3Cpath%20d%3D%22M%2023%2011%20L%2023%2018%20M%2011%2023%20L%2018%2023%20M%206%2011%20L%206%2018%20M%2011%206%20L%2018%206%20%22%20stroke%3D%22rgba%280%2C%200%2C%200%2C%200.5%29%22%20stroke-width%3D%221%22%20fill%3D%22none%22%2F%3E%0A%3Cpath%20d%3D%22M%2022%2010%20L%2022%2017%20M%2010%2022%20L%2017%2022%20M%205%2010%20L%205%2017%20M%2010%205%20L%2017%205%20%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E') 7/1 round;
}
