
html body {letter-spacing:0.1em;} body {
margin: 0;
background: #1e1c2e;
color: #ffffff;
}




div.fixed {
position: fixed;
z-index: 1;
top: 0;
left: 0;
right: 0;
background: rgba(30, 28, 46, 0.7);
}

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.fixed {
position: static;
background: transparent;
}

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: #ffffff;
}





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: #ffffff;
}

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: #ef5ab9 url(https://1web.jp/css/texture/hedge_p.png) repeat left top;
transition: .15s;
}
ul.menu li:after {
left: 50%;
right: 50%;
background: #7268ae url(https://1web.jp/css/texture/hedge_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: #1e1c2e;
}

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: #1e1c2e;
-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0 5px;box-shadow:rgba(255, 255, 255, 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 #ef5ab9;
}
ul.menu > li.on {
border-left: 2px solid #7268ae;
}

ul.menu a {
padding: 10px 5px;
border-bottom: 2px solid #ef5ab9;
}
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 #ef5ab9;
}
body.menu3h div#menu {
padding: 0;
}
body.menu3h ul.menu {
background: rgba(30, 28, 46, 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:after {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 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%2033%2033%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233px%22%20height%3D%2233px%22%3E%0A%3Cpath%20d%3D%22M%2026.615%204.09%20C%2026.2232%203.046%2027.7312%203.1658%2027.555%204.035%20C%2028.0362%204.0122%2028.5188%204%2029%204%20L%2029%204.325%20L%2029.3265%204.3265%20L%2029.3215%204.9565%20C%2029.804%205.0691%2030.514%205.2015%2030.514%205.2015%20C%2030.514%205.2015%2029.7617%205.4225%2029.3115%205.5715%20L%2029.2815%206.4765%20C%2030.1164%206.5381%2031.8327%206.6953%2031.764%206.764%20C%2031.5662%206.9618%2030.5424%206.9686%2030.2015%207.139%20L%2029.2415%207.3865%20L%2029.1765%208.4565%20C%2030.1718%208.4864%2031.5988%209.3227%2031.6875%209.5%20C%2032.0769%2010.2788%2030.0101%209.6306%2029.1015%209.5565%20L%2028.9915%2010.9765%20C%2030.1861%2010.3802%2029.862%2012.0896%2028.9165%2011.9115%20L%2028.8315%2013.0315%20C%2029.8174%2013.1169%2031.7687%2013.6688%2031.6875%2013.75%20C%2031.5198%2013.9177%2029.6771%2013.996%2028.7565%2014.0965%20L%2028.6815%2015.2465%20C%2029.1455%2015.3439%2030.6231%2015.7481%2030.8265%2015.9515%20C%2030.893%2016.018%2029.232%2016.0658%2028.6365%2016.0765%20L%2028.6015%2016.9815%20C%2029.8932%2016.3243%2029.6581%2018.2512%2028.5815%2017.7965%20L%2028.5766%2018.8312%20L%2028.5815%2019.1565%20C%2029.3735%2019.1105%2031.7147%2019.8669%2031.8125%2020.0625%20C%2032.2056%2020.8487%2029.5864%2020.6768%2028.6465%2020.6165%20C%2028.6883%2021.2438%2028.7435%2021.877%2028.8065%2022.5165%20C%2029.3674%2022.5693%2030.639%2022.764%2030.8265%2022.9515%20C%2030.886%2023.011%2029.6004%2023.3727%2028.9115%2023.5315%20L%2029.0065%2024.4315%20C%2029.6807%2024.4789%2031.8405%2024.6875%2031.764%2024.764%20C%2031.5662%2024.9618%2030.5424%2024.9686%2030.2015%2025.139%20L%2029.1015%2025.3715%20C%2029.1525%2025.8941%2029.1993%2026.4164%2029.2365%2026.9415%20C%2030.2805%2026.5497%2030.1607%2028.0577%2029.2915%2027.8815%20C%2029.3143%2028.3627%2029.3265%2028.8454%2029.3265%2029.3265%20L%2029%2029.325%20L%2029%2029.653%20L%2028.37%2029.648%20C%2028.2574%2030.1306%2028.125%2030.8405%2028.125%2030.8405%20C%2028.125%2030.8405%2027.904%2030.0882%2027.755%2029.638%20L%2026.85%2029.608%20C%2026.7885%2030.4429%2026.6312%2031.9437%2026.5625%2031.875%20C%2026.3647%2031.6772%2026.3579%2030.8689%2026.1875%2030.528%20L%2025.94%2029.568%20L%2024.87%2029.503%20C%2024.8401%2030.4984%2024.1773%2031.7863%2024%2031.875%20C%2023.2212%2032.2644%2023.6959%2030.3366%2023.77%2029.428%20L%2022.35%2029.318%20C%2022.9463%2030.5126%2021.2369%2030.1886%2021.415%2029.243%20L%2020.295%2029.158%20C%2020.2096%2030.1439%2019.6437%2031.8937%2019.5625%2031.8125%20C%2019.3948%2031.6448%2019.3305%2030.0036%2019.23%2029.083%20L%2018.08%2029.008%20C%2017.9826%2029.472%2017.5784%2030.9496%2017.375%2031.153%20C%2017.3085%2031.2195%2017.2607%2029.5585%2017.25%2028.963%20L%2016.345%2028.928%20C%2017.0022%2030.2197%2015.0753%2029.9846%2015.53%2028.908%20L%2014.4953%2028.9032%20L%2014.17%2028.908%20C%2014.216%2029.7%2013.0706%2031.7147%2012.875%2031.8125%20C%2012.0888%2032.2056%2012.6497%2029.9129%2012.71%2028.973%20C%2012.0827%2029.0148%2011.4495%2029.07%2010.81%2029.133%20C%2010.7572%2029.6939%2010.5625%2030.9655%2010.375%2031.153%20C%2010.3155%2031.2125%209.9538%2029.9269%209.795%2029.238%20L%208.895%2029.333%20C%208.8476%2030.0072%208.639%2031.9515%208.5625%2031.875%20C%208.3647%2031.6772%208.3579%2030.8689%208.1875%2030.528%20L%207.955%2029.428%20C%207.4324%2029.479%206.9101%2029.5258%206.385%2029.563%20C%206.7768%2030.607%205.2688%2030.4872%205.445%2029.618%20C%204.9638%2029.6409%204.4812%2029.653%204%2029.653%20L%204%2029.325%20L%203.6735%2029.3265%20L%203.6785%2028.6965%20C%203.196%2028.5839%202.486%2028.4515%202.486%2028.4515%20C%202.486%2028.4515%203.2383%2028.2305%203.6885%2028.0815%20L%203.7185%2027.1765%20C%202.8836%2027.115%201.1673%2026.9577%201.236%2026.889%20C%201.4338%2026.6912%202.4576%2026.6845%202.7985%2026.514%20L%203.7585%2026.2665%20L%203.8235%2025.1965%20C%202.8282%2025.1666%201.2137%2024.7398%201.125%2024.5625%20C%200.7356%2023.7837%202.9899%2024.0224%203.8985%2024.0965%20L%204.0085%2022.6765%20C%202.8139%2023.2728%203.138%2021.5634%204.0835%2021.7415%20L%204.1685%2020.6215%20C%203.1826%2020.5361%201.0438%2020.0812%201.125%2020%20C%201.2927%2019.8323%203.3229%2019.6571%204.2435%2019.5565%20L%204.3185%2018.4065%20C%203.8545%2018.3091%202.3769%2017.9049%202.1735%2017.7015%20C%202.107%2017.635%203.768%2017.5872%204.3635%2017.5765%20L%204.3985%2016.6715%20C%203.1068%2017.3287%203.3419%2015.4018%204.4185%2015.8565%20L%204.4234%2014.8218%20L%204.4185%2014.4965%20C%203.6265%2014.5426%201.1603%2013.8831%201.0625%2013.6875%20C%200.6694%2012.9013%203.4136%2012.9762%204.3535%2013.0365%20C%204.3117%2012.4093%204.2565%2011.776%204.1935%2011.1365%20C%203.6326%2011.0837%202.361%2010.889%202.1735%2010.7015%20C%202.114%2010.642%203.3996%2010.2803%204.0885%2010.1215%20L%203.9935%209.2215%20C%203.3193%209.1741%201.1595%208.9655%201.236%208.889%20C%201.4338%208.6912%202.4576%208.6845%202.7985%208.514%20L%203.8985%208.2815%20C%203.8475%207.7589%203.8007%207.2366%203.7635%206.7115%20C%202.7195%207.1033%202.8393%205.5953%203.7085%205.7715%20C%203.6857%205.2904%203.6735%204.8077%203.6735%204.3265%20L%204%204.325%20L%204%204%20L%204.63%204.005%20C%204.7426%203.5225%204.875%202.8125%204.875%202.8125%20C%204.875%202.8125%205.096%203.5649%205.245%204.015%20L%206.15%204.045%20C%206.2115%203.2101%206.3688%201.4938%206.4375%201.5625%20C%206.6353%201.7603%206.6421%202.7841%206.8125%203.125%20L%207.06%204.085%20L%208.13%204.15%20C%208.1599%203.1547%208.8227%201.4637%209%201.375%20C%209.7788%200.9856%209.3041%203.3164%209.23%204.225%20L%2010.65%204.335%20C%2010.0537%203.1405%2011.7631%203.4645%2011.585%204.41%20L%2012.705%204.495%20C%2012.7904%203.5091%2013.1688%200.8563%2013.25%200.9375%20C%2013.4177%201.1052%2013.6695%203.6494%2013.77%204.57%20L%2014.92%204.645%20C%2015.0174%204.181%2015.4216%202.7034%2015.625%202.5%20C%2015.6915%202.4335%2015.7393%204.0945%2015.75%204.69%20L%2016.655%204.725%20C%2015.9978%203.4333%2017.9247%203.6684%2017.47%204.745%20L%2018.5047%204.7499%20L%2018.83%204.745%20C%2018.784%203.953%2019.5544%201.4103%2019.75%201.3125%20C%2020.5362%200.9194%2020.3503%203.7401%2020.29%204.68%20C%2020.9173%204.6382%2021.5505%204.583%2022.19%204.52%20C%2022.2428%203.9592%2022.4375%202.6875%2022.625%202.5%20C%2022.6845%202.4405%2023.0462%203.7261%2023.205%204.415%20L%2024.105%204.32%20C%2024.1524%203.6458%2024.361%201.486%2024.4375%201.5625%20C%2024.6353%201.7603%2024.6421%202.7841%2024.8125%203.125%20L%2025.045%204.225%20C%2025.5676%204.174%2026.0899%204.1272%2026.615%204.09%20ZM%200%200%20L%200%2033%20L%2033%2033%20L%2033%200%20L%200%200%20Z%22%20fill%3D%22%231e1c2e%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
border-bottom: 5px solid #ef5ab9;
}
