
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;
border-top: 2px solid #5e520d;
border-bottom: 2px solid #5e520d;
transition: opacity 0.5s;
text-align: center;
}
div#menu.sticky_fixed {
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
background-color: #ffffff;
opacity: 0.7;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 3px 3px -2px;box-shadow:rgba(0, 0, 0, 0.2) 0 3px 3px -2px;
}
div#menu.sticky_fixed:hover {
opacity: 1;
}
div#menu:before, div#menu:after {
position: absolute;
content: "";
right: 100%;
width: 200px;
height: 2px;
background: linear-gradient(to right, transparent, #ffffff, transparent);
opacity: 0;
}
div#menu:before {
bottom: 100%;
animation: anim-68 0.8s linear 0.5s;
}
div#menu:after {
top: 100%;
animation: anim-68 0.8s linear 0.6s;
}
@keyframes anim-68 {
0% {
right: 100%;
opacity: 1;
}
100% {
right: 0;
opacity: 1;
}
}
ul.menu {
display: table;
margin: -2px auto;
}
ul.menu > li {
position: relative;
display: table-cell;
padding: 0 10px;
}
ul.menu a {
padding: 15px 10px;
margin: 0;
border-top: 2px solid transparent;
transition: border-color 0.5s;
}
ul.menu li.on > a, ul.menu a:hover {
border-top-color: #2d656d;
}
ul.menu ul a {
border-top: none;
border-left: 2px solid transparent;
}
ul.menu ul li.on > a, ul.menu ul a:hover {
border-left-color: #2d656d;
}
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-color: #ffffff;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 3px 1px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 3px 1px;
}
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: 2px solid transparent;
}
ul.menu li.on > a {
border-left-color: #2d656d;
}
ul.menu ul a {
border-left: none;
border-bottom: 2px solid transparent;
}
ul.menu ul li.on > a {
border-bottom-color: #2d656d;
}
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;
border-top: 2px solid #5e520d;
border-bottom: 2px solid #5e520d;
border-left: 2px solid #5e520d;
text-align: left;
transition: right .4s;
overflow: auto;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
body.menu3h_on div#menu {
right: 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 3px 1px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 3px 1px;
}
span.menu3h_toggle {
position: fixed;
right: 0;
top: 0;
z-index: 1;
background: #ffffff;
border-bottom: 2px solid #5e520d;
border-left: 2px solid #5e520d;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 3px 1px;box-shadow:rgba(0, 0, 0, 0.2) 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%;
border-right: 2px solid #5e520d;
}
div#side_r div#side {
height: 100%;
border-left: 2px solid #5e520d;
}
}
div#footer {
margin-top: 50px;
border-top: 2px solid #5e520d;
}
ul.crumb {
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;
}
@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:after {
position: absolute;
content: "";
left: 0;
right: 0;
border-width:0px;border-bottom:5px 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%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%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 5/1/1px round;;
bottom: 0;
}
@media only screen and (min-width: 768px) {
div#menu.sticky_fixed {
border-width:0px;border-bottom: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%2031%2031%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231px%22%20height%3D%2231px%22%3E%0A%3Cpath%20d%3D%22M%2025.615%203.09%20C%2025.0899%203.1272%2024.5676%203.174%2024.045%203.225%20L%2023.8125%202.125%20C%2023.6421%201.7841%2023.6353%200.7603%2023.4375%200.5625%20C%2023.361%200.486%2023.1524%202.6458%2023.105%203.32%20L%2022.205%203.415%20C%2022.0462%202.7261%2021.6845%201.4405%2021.625%201.5%20C%2021.4375%201.6875%2021.2428%202.9592%2021.19%203.52%20C%2020.5505%203.583%2019.9173%203.6382%2019.29%203.68%20C%2019.3503%202.7401%2019.5362%20-0.0806%2018.75%200.3125%20C%2018.5544%200.4103%2017.784%202.953%2017.83%203.745%20L%2017.5047%203.7499%20L%2016.47%203.745%20C%2016.9247%202.6684%2014.9978%202.4333%2015.655%203.725%20L%2014.75%203.69%20C%2014.7393%203.0945%2014.6915%201.4335%2014.625%201.5%20C%2014.4216%201.7034%2014.0174%203.181%2013.92%203.645%20L%2012.77%203.57%20C%2012.6695%202.6494%2012.4177%200.1052%2012.25%20-0.0625%20C%2012.1688%20-0.1437%2011.7904%202.5091%2011.705%203.495%20L%2010.585%203.41%20C%2010.7631%202.4645%209.0537%202.1405%209.65%203.335%20L%208.23%203.225%20C%208.3041%202.3164%208.7788%20-0.0144%208%200.375%20C%207.8227%200.4637%207.1599%202.1547%207.13%203.15%20L%206.06%203.085%20L%205.8125%202.125%20C%205.6421%201.7841%205.6353%200.7603%205.4375%200.5625%20C%205.3688%200.4938%205.2115%202.2101%205.15%203.045%20L%204.245%203.015%20C%204.096%202.5649%203.875%201.8125%203.875%201.8125%20C%203.875%201.8125%203.7426%202.5225%203.63%203.005%20L%203%203%20L%203%203.325%20L%202.6735%203.3265%20C%202.6735%203.8077%202.6857%204.2904%202.7085%204.7715%20C%201.8393%204.5953%201.7195%206.1033%202.7635%205.7115%20C%202.8007%206.2366%202.8475%206.7589%202.8985%207.2815%20L%201.7985%207.514%20C%201.4576%207.6845%200.4338%207.6912%200.236%207.889%20C%200.1595%207.9655%202.3193%208.1741%202.9935%208.2215%20L%203.0885%209.1215%20C%202.3996%209.2803%201.114%209.642%201.1735%209.7015%20C%201.361%209.889%202.6326%2010.0837%203.1935%2010.1365%20C%203.2565%2010.776%203.3117%2011.4093%203.3535%2012.0365%20C%202.4136%2011.9762%20-0.3306%2011.9013%200.0625%2012.6875%20C%200.1603%2012.8831%202.6265%2013.5426%203.4185%2013.4965%20L%203.4234%2013.8218%20L%203.4185%2014.8565%20C%202.3419%2014.4018%202.1068%2016.3287%203.3985%2015.6715%20L%203.3635%2016.5765%20C%202.768%2016.5872%201.107%2016.635%201.1735%2016.7015%20C%201.3769%2016.9049%202.8545%2017.3091%203.3185%2017.4065%20L%203.2435%2018.5565%20C%202.3229%2018.6571%200.2927%2018.8323%200.125%2019%20C%200.0438%2019.0812%202.1826%2019.5361%203.1685%2019.6215%20L%203.0835%2020.7415%20C%202.138%2020.5634%201.8139%2022.2728%203.0085%2021.6765%20L%202.8985%2023.0965%20C%201.9899%2023.0224%20-0.2644%2022.7837%200.125%2023.5625%20C%200.2137%2023.7398%201.8282%2024.1666%202.8235%2024.1965%20L%202.7585%2025.2665%20L%201.7985%2025.514%20C%201.4576%2025.6845%200.4338%2025.6912%200.236%2025.889%20C%200.1673%2025.9577%201.8836%2026.115%202.7185%2026.1765%20L%202.6885%2027.0815%20C%202.2383%2027.2305%201.486%2027.4515%201.486%2027.4515%20C%201.486%2027.4515%202.196%2027.5839%202.6785%2027.6965%20L%202.6735%2028.3265%20L%203%2028.325%20L%203%2028.653%20C%203.4812%2028.653%203.9638%2028.6409%204.445%2028.618%20C%204.2688%2029.4872%205.7768%2029.607%205.385%2028.563%20C%205.9101%2028.5258%206.4324%2028.479%206.955%2028.428%20L%207.1875%2029.528%20C%207.3579%2029.8689%207.3647%2030.6772%207.5625%2030.875%20C%207.639%2030.9515%207.8476%2029.0072%207.895%2028.333%20L%208.795%2028.238%20C%208.9538%2028.9269%209.3155%2030.2125%209.375%2030.153%20C%209.5625%2029.9655%209.7572%2028.6939%209.81%2028.133%20C%2010.4495%2028.07%2011.0827%2028.0148%2011.71%2027.973%20C%2011.6497%2028.9129%2011.0888%2031.2056%2011.875%2030.8125%20C%2012.0706%2030.7147%2013.216%2028.7%2013.17%2027.908%20L%2013.4953%2027.9032%20L%2014.53%2027.908%20C%2014.0753%2028.9846%2016.0022%2029.2197%2015.345%2027.928%20L%2016.25%2027.963%20C%2016.2607%2028.5585%2016.3085%2030.2195%2016.375%2030.153%20C%2016.5784%2029.9496%2016.9826%2028.472%2017.08%2028.008%20L%2018.23%2028.083%20C%2018.3305%2029.0036%2018.3948%2030.6448%2018.5625%2030.8125%20C%2018.6437%2030.8937%2019.2096%2029.1439%2019.295%2028.158%20L%2020.415%2028.243%20C%2020.2369%2029.1886%2021.9463%2029.5126%2021.35%2028.318%20L%2022.77%2028.428%20C%2022.6959%2029.3366%2022.2212%2031.2644%2023%2030.875%20C%2023.1773%2030.7863%2023.8401%2029.4984%2023.87%2028.503%20L%2024.94%2028.568%20L%2025.1875%2029.528%20C%2025.3579%2029.8689%2025.3647%2030.6772%2025.5625%2030.875%20C%2025.6312%2030.9437%2025.7885%2029.4429%2025.85%2028.608%20L%2026.755%2028.638%20C%2026.904%2029.0882%2027.125%2029.8405%2027.125%2029.8405%20C%2027.125%2029.8405%2027.2574%2029.1306%2027.37%2028.648%20L%2028%2028.653%20L%2028%2028.325%20L%2028.3265%2028.3265%20C%2028.3265%2027.8454%2028.3143%2027.3627%2028.2915%2026.8815%20C%2029.1607%2027.0577%2029.2805%2025.5497%2028.2365%2025.9415%20C%2028.1993%2025.4164%2028.1525%2024.8941%2028.1015%2024.3715%20L%2029.2015%2024.139%20C%2029.5424%2023.9686%2030.5662%2023.9618%2030.764%2023.764%20C%2030.8405%2023.6875%2028.6807%2023.4789%2028.0065%2023.4315%20L%2027.9115%2022.5315%20C%2028.6004%2022.3727%2029.886%2022.011%2029.8265%2021.9515%20C%2029.639%2021.764%2028.3674%2021.5693%2027.8065%2021.5165%20C%2027.7435%2020.877%2027.6883%2020.2438%2027.6465%2019.6165%20C%2028.5864%2019.6768%2031.2056%2019.8487%2030.8125%2019.0625%20C%2030.7147%2018.8669%2028.3735%2018.1105%2027.5815%2018.1565%20L%2027.5766%2017.8312%20L%2027.5815%2016.7965%20C%2028.6581%2017.2512%2028.8932%2015.3243%2027.6015%2015.9815%20L%2027.6365%2015.0765%20C%2028.232%2015.0658%2029.893%2015.018%2029.8265%2014.9515%20C%2029.6231%2014.7481%2028.1455%2014.3439%2027.6815%2014.2465%20L%2027.7565%2013.0965%20C%2028.6771%2012.996%2030.5198%2012.9177%2030.6875%2012.75%20C%2030.7687%2012.6688%2028.8174%2012.1169%2027.8315%2012.0315%20L%2027.9165%2010.9115%20C%2028.862%2011.0896%2029.1861%209.3802%2027.9915%209.9765%20L%2028.1015%208.5565%20C%2029.0101%208.6306%2031.0769%209.2788%2030.6875%208.5%20C%2030.5988%208.3227%2029.1718%207.4864%2028.1765%207.4565%20L%2028.2415%206.3865%20L%2029.2015%206.139%20C%2029.5424%205.9686%2030.5662%205.9618%2030.764%205.764%20C%2030.8327%205.6953%2029.1164%205.5381%2028.2815%205.4765%20L%2028.3115%204.5715%20C%2028.7617%204.4225%2029.514%204.2015%2029.514%204.2015%20C%2029.514%204.2015%2028.804%204.0691%2028.3215%203.9565%20L%2028.3265%203.3265%20L%2028%203.325%20L%2028%203%20C%2027.5188%203%2027.0362%203.0122%2026.555%203.035%20C%2026.7312%202.1658%2025.2232%202.046%2025.615%203.09%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 8px;box-shadow:rgba(0, 0, 0, 0.2) 0 2px 8px;
}
}

