
html {font-size:130%;} html body {font-family:'fontello',mygothic2,sans-serif;} 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(238, 238, 238, 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: #eeeeee;
}

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: #eeeeee;
}

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(238, 238, 238, 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: #eeeeee;
}

ul.menu ul a {
border-left: none;
border-bottom: 1px solid transparent;
}
ul.menu ul li.on > a {
border-bottom-color: #eeeeee;
}

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(238, 238, 238, 0.5) 0 0 3px 1px;
}

span.menu3h_toggle {
position: fixed;
right: 0;
top: 0;
z-index: 1;

background: #ffffff;
box-shadow: rgba(238, 238, 238, 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(238, 238, 238, 0.5) 3px 0 3px -2px;
}
div#side_r div#side {
height: 100%;
box-shadow: rgba(238, 238, 238, 0.5) -3px 0 3px -2px;
}
}

div#footer {
box-shadow: rgba(238, 238, 238, 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;
}
body{animation:none !important;}body:before,body:after{position:fixed;content:"";z-index:300;display:block;background-color:rgba(0,0,0,0.7);}body:before{position:fixed;content:"";z-index:300;display:block;top:0;right:0;animation:anim_onload6 1s;}@keyframes anim_onload6{0% {width:50%;height:0%;}49.9% {width:50%;height:100%;}50% {width:100%;height:50%;}100% {width:0%;height:50%;}}body:after{position:fixed;content:"";z-index:300;display:block;bottom:0;left:0;animation:anim_onload61 1s;}@keyframes anim_onload61{0% {width:50%;height:0;}49.9% {width:50%;height:100%;}50% {width:100%;height:50%;}100% {width:0%;height:50%;}}
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 #eeeeee;
}

div#photo:after {
bottom: 0;
border-bottom: 5px solid #eeeeee;
}
