@keyframes horizontal{0%{transform:translateX(-3px)}100%{transform:translateX(0px)}}@keyframes vertical{0%{transform:translateY(-10px)}100%{transform:translateY(0px)}}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.animated{animation-duration:2s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -20%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 10%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;line-height:2;font-size:10px;letter-spacing:.08em;vertical-align:baseline;background:rgba(0,0,0,0);text-decoration:none;font-family:"Noto Sans JP",sans-serif,"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}html{height:auto;overflow:auto}body{width:100%;height:100%;position:relative;overflow:hidden;background:#fff}img{width:auto;max-width:100%;height:auto;display:block;margin:0 auto}*,*:before,*:after{box-sizing:border-box;-webkit-font-smoothing:antialiased}.breadcrumbs{margin:14px 0 5.8333333333vw 20px}@media only screen and (max-width:640px){.breadcrumbs{margin:10px 0 7.6335877863vw 5%}}.breadcrumbs p{display:-ms-flex;display:flex;flex-wrap:wrap;align-items:center}.breadcrumbs p span{font-size:14px;display:block}@media(min-width: 480px){.breadcrumbs p span{font-size:18px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.breadcrumbs p span{font-size:16px}}.breadcrumbs p span:first-child{margin-left:0}.breadcrumbs p span br{display:none}.breadcrumbs p i{font-size:12px;color:#5d5d5d;display:inline-block;margin:0 6px}@media(min-width: 480px){.breadcrumbs p i{font-size:14px;font-size:calcFluidFontSize(12px, 12px, 480px, 1280px, px)}}@media(min-width: 1280px){.breadcrumbs p i{font-size:12px}}.breadcrumbs p a{font-size:14px;text-decoration:underline;color:#0968b7}@media(min-width: 480px){.breadcrumbs p a{font-size:18px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.breadcrumbs p a{font-size:16px}}.breadcrumbs p .current-item{width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width:640px){.breadcrumbs p .current-item{width:100%}.breadcrumbs p .current-item.post-post{width:50%}}@media only screen and (max-width:640px){.breadcrumbs p .current{width:90%}}.flex{display:-ms-flex;display:flex}.flex-stretch{justify-content:space-between;align-items:center}.flex-start{align-items:flex-start}.flex-set{display:-ms-flex;display:flex;justify-content:space-between;align-items:center;align-items:flex-start}.flex-end{align-items:flex-end}.flex-center{align-items:center}.flex-center-middle{justify-content:center;align-items:center}.flex-reverse{flex-flow:row-reverse}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-family:"Zen Maru Gothic",serif;font-weight:500;font-size:15px;font-weight:700;color:#5d5d5d}@media(min-width: 480px){html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:15px}}.jp{font-family:"Zen Maru Gothic",serif;font-weight:500}.en{font-family:"Zen Maru Gothic",serif;font-weight:500}.footer{width:100%;position:relative;padding:60px 0;background:#fff}@media only screen and (max-width:640px){.footer{padding:20px 0}}.footer::before{width:100%;height:21px;content:"";position:absolute;left:0;background:url("../images/common/wave-ftr.png");top:-21px}.footer-front.wrapper-cutting{margin-top:13.3333333333vw}.footer-lower.wrapper-cutting{margin-top:13.3333333333vw}.footer-news.wrapper-cutting,.footer-about-shiga.wrapper-cutting,.footer-access.wrapper-cutting{margin-top:5vw}@media only screen and (max-width:640px){.footer-news.wrapper-cutting,.footer-about-shiga.wrapper-cutting,.footer-access.wrapper-cutting{margin-top:50px}}.footer-spot.wrapper-cutting,.footer-spot-test.wrapper-cutting{margin-top:0 !important}@media only screen and (max-width:640px){.footer_inner{display:block}}@media only screen and (max-width:640px){.footer-nav_lists{margin-bottom:18px;justify-content:center;align-items:center}}.footer-nav_lists__item{margin-right:30px}@media only screen and (max-width:640px){.footer-nav_lists__item{margin-right:10px}}.footer-nav_lists__item a{color:#0968b7;font-size:11px;font-weight:700;position:relative;padding-left:16px}@media(min-width: 480px){.footer-nav_lists__item a{font-size:18px;font-size:calcFluidFontSize(11px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.footer-nav_lists__item a{font-size:18px}}@media only screen and (max-width:640px){.footer-nav_lists__item a{padding-left:12px}}.footer-nav_lists__item a::before{width:12px;height:12px;border-radius:50%;background:#0968b7;content:"";position:absolute;top:calc(50% - 6px);left:0}@media only screen and (max-width:640px){.footer-nav_lists__item a::before{width:8px;height:8px;top:calc(50% - 4px)}}.footer-copyright{margin-top:10px}@media only screen and (max-width:640px){.footer-copyright{margin-top:24px}}.footer-copyright p{color:#0968b7;font-size:10px;font-weight:800}@media(min-width: 480px){.footer-copyright p{font-size:18px;font-size:calcFluidFontSize(10px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.footer-copyright p{font-size:18px}}@media only screen and (max-width:640px){.footer-copyright p{line-height:1.5}}.footer-L{width:77vw}@media only screen and (max-width:640px){.footer-L{width:100%}}.footer-R{width:23vw}@media only screen and (max-width:640px){.footer-R{width:80%;margin:0 auto}}.footer-R_logo-circle{width:90px}@media only screen and (max-width:640px){.footer-R_logo-circle{width:28%}}.footer-R_logo-side{width:260px;margin-left:20px}@media only screen and (max-width:640px){.footer-R_logo-side{width:66%}}.footer-R_logo-side img{width:100%}.footer .page-line::before,.footer .page-line::after{bottom:0}.header{margin:0 auto;position:relative;z-index:100}.header-fixed{width:100%;max-width:1200px;margin:0 auto;position:fixed;z-index:2000;background:#fff}.header-fixed::before{width:100%;height:12px;content:"";position:absolute;left:0;background:url("../images/common/wave-hdr.png");bottom:-12px}@media only screen and (max-width:640px){.header-fixed::before{bottom:-11px}}.header-fixed .page-line{width:100%;height:7px;position:absolute;top:0;z-index:2001}@media only screen and (max-width:640px){.header-fixed .page-line{height:4px}}.header-fixed .page-line::before,.header-fixed .page-line::after{top:0}.header-fixed .logo{padding:20px 0 15px 5vw}@media only screen and (max-width:640px){.header-fixed .logo{width:45.8015267176vw;padding:22px 0 12px 5%}}.header-fixed .logo img{margin:0}.header-fixed .r-clm{padding-right:150px}@media only screen and (max-width:640px){.header-fixed .r-clm{display:block;padding-right:17%}}.header-fixed .r-clm .voice{margin-right:26px}@media only screen and (max-width:640px){.header-fixed .r-clm .voice{width:30.534351145vw;margin:5px 0 0 -15px}}@media only screen and (max-width:640px){.header-fixed .r-clm .lang{margin:0 auto;display:inline-block}}.header-fixed .r-clm .lang a{display:block;text-align:center;padding:4px 32px 3px 22px;background:#231815;border-radius:18px;color:#fff;font-size:10px;font-weight:700;position:relative;filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}@media(min-width: 480px){.header-fixed .r-clm .lang a{font-size:14px;font-size:calcFluidFontSize(10px, 14px, 480px, 1280px, px)}}@media(min-width: 1280px){.header-fixed .r-clm .lang a{font-size:14px}}@media only screen and (max-width:640px){.header-fixed .r-clm .lang a{padding:4px 24px 4px 18px}}.header-fixed .r-clm .lang a .ic-arw{top:14px}@media only screen and (max-width:640px){.header-fixed .r-clm .lang a .ic-arw{width:4px;height:9px;top:11px;right:12px}}.header-front .breadcrumbs{display:none}.header-template .is-kv{margin-bottom:80px}@media only screen and (max-width:640px){.header-template .is-kv{margin-bottom:40px}}.header-template .is-kv .ttl-kv{display:none}.header-template .breadcrumbs{display:none}.header-spot,.header-spot-test{background:#565657}.header-spot .breadcrumbs,.header-spot-test .breadcrumbs{margin-bottom:0;padding-bottom:5.8333333333vw}@media only screen and (max-width:640px){.header-spot .breadcrumbs,.header-spot-test .breadcrumbs{margin-bottom:0;padding-bottom:7.6335877863vw}}.header-spot .breadcrumbs a,.header-spot .breadcrumbs span,.header-spot .breadcrumbs i,.header-spot-test .breadcrumbs a,.header-spot-test .breadcrumbs span,.header-spot-test .breadcrumbs i{color:#fff}@media only screen and (max-width:640px){.header-expo-access .breadcrumbs br,.header-shiga-day .breadcrumbs br{display:none !important}}@media only screen and (min-width:780px){.pc{display:block !important}.sp{display:none !important}}@media only screen and (max-width:640px){body{-webkit-text-size-adjust:100%}.pc{display:none !important}.sp{display:block !important}}.wrapper{width:calc(100% - 22vw);max-width:1120px;margin:0 auto;position:relative}@media only screen and (min-width:780px)and (max-width:1366px){.wrapper{width:88%}}@media only screen and (min-width:641px)and (max-width:835px){.wrapper{width:90%}}@media only screen and (max-width:640px){.wrapper{width:90%}}.wrapper-cutting{width:100%;max-width:1200px;margin:0 auto;position:relative}@media only screen and (min-width:780px)and (max-width:1366px){.wrapper-cutting{width:100%}}@media only screen and (min-width:641px)and (max-width:835px){.wrapper-cutting{width:100%}}@media only screen and (max-width:640px){.wrapper-cutting{width:100%}}.wrapper-thin{width:calc(100% - 33.3333333333vw);max-width:800px;margin:0 auto}@media only screen and (max-width:640px){.wrapper-thin{width:90%}}.window_wrap{width:calc(100% - 13.3333333333vw);margin:0 auto;position:relative}@media only screen and (min-width:641px)and (max-width:835px){.window_wrap{width:calc(100% - 60px)}}@media only screen and (max-width:640px){.window_wrap{width:90%}}.ic-arw{width:6px;height:11px;position:absolute;top:17px;right:15px;display:block}.ic-arw-wh{background:url("../images/common/arw-wh.svg") center/cover no-repeat}.ic-arw-green{background:url("../images/common/arw-green.svg") center/cover no-repeat}.ic-arw-circle{width:26px;height:26px;background:url("../images/common/arw-circle.svg") center/cover no-repeat;top:calc(50% - 13px);right:auto;left:16%}@media only screen and (max-width:640px){.ic-arw-circle{width:16px;height:16px;top:calc(50% - 8px);left:5%}}.btn-more{position:relative;text-align:center}.btn-more a,.btn-more .wrap{display:block;position:relative;border-radius:38px}.btn-more a span,.btn-more .wrap span{color:#323232;font-size:18px;font-weight:800}@media(min-width: 480px){.btn-more a span,.btn-more .wrap span{font-size:24px;font-size:calcFluidFontSize(18px, 24px, 480px, 1280px, px)}}@media(min-width: 1280px){.btn-more a span,.btn-more .wrap span{font-size:24px}}.btn-more a span.other-link,.btn-more .wrap span.other-link{position:relative;display:inline-block}.btn-more a span.other-link::after,.btn-more .wrap span.other-link::after{width:16px;height:16px;background:url("../images/common/icon-other.svg") center/cover no-repeat;position:absolute;top:calc(50% - 12px);right:-30px;content:""}@media only screen and (max-width:640px){.btn-more a span.other-link::after,.btn-more .wrap span.other-link::after{width:12px;height:12px;top:3px;right:-15px}}.btn-more-has_arw-l{background:#fff;border-radius:30px;display:block;padding:26px 0;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0);text-align:center}@media only screen and (max-width:640px){.btn-more-has_arw-l{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}@media only screen and (max-width:640px){.btn-more-has_arw-l{border-radius:10px;padding:14px 0}}.btn-more-has_arw-l span{font-size:15px;font-weight:800}@media(min-width: 480px){.btn-more-has_arw-l span{font-size:24px;font-size:calcFluidFontSize(15px, 24px, 480px, 1280px, px)}}@media(min-width: 1280px){.btn-more-has_arw-l span{font-size:24px}}.btn-more-has_arw-r a,.btn-more-has_arw-r .wrap{padding:19px 0;border-radius:30px}@media only screen and (max-width:640px){.btn-more-has_arw-r a,.btn-more-has_arw-r .wrap{border-radius:15px}}.btn-more-has_arw-r a .ic-arw-circle-r,.btn-more-has_arw-r .wrap .ic-arw-circle-r{left:auto;right:30px}.btn-more-has_line{border:2px solid #f0f0f0}.btn-more-has_line a{font-size:18px}@media(min-width: 480px){.btn-more-has_line a{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.btn-more-has_line a{font-size:20px}}.btn-more-has_bg a,.btn-more-has_bg .wrap{padding:13px 0;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media only screen and (max-width:640px){.btn-more-has_bg a,.btn-more-has_bg .wrap{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}.btn-more-has_bg-green a,.btn-more-has_bg-green .wrap{background:#37c73b}.btn-more-has_bg-green a span,.btn-more-has_bg-green .wrap span{color:#fff}.btn-more-has_bg-lightblue a{background:#c2e8f7}a{transition:.5s}a:hover,a:focus{opacity:.7;filter:alpha(opacity=70)}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.box-link{width:100%;height:100%;position:absolute;top:0;left:0;text-indent:100%;z-index:10;white-space:nowrap;overflow:hidden;text-indent:-9999px}.box-link:hover{cursor:pointer}.ttl-primary{position:relative;margin-bottom:30px;line-height:1;position:relative;text-transform:capitalize}@media only screen and (max-width:640px){.ttl-primary{margin-bottom:20px}}.ttl-primary span{color:#24ade2;display:block;line-height:1;letter-spacing:.35em}.ttl-primary .jp{font-size:22px;font-weight:800}@media(min-width: 480px){.ttl-primary .jp{font-size:32px;font-size:calcFluidFontSize(22px, 32px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary .jp{font-size:32px}}.ttl-primary .en{font-size:10px;font-weight:700;margin-top:12px}@media(min-width: 480px){.ttl-primary .en{font-size:14px;font-size:calcFluidFontSize(10px, 14px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary .en{font-size:14px}}.ttl-primary-blue span{color:#0968b7}.ttl-primary-large .jp{font-size:22px;letter-spacing:.2em}@media(min-width: 480px){.ttl-primary-large .jp{font-size:39px;font-size:calcFluidFontSize(22px, 39px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-primary-large .jp{font-size:39px}}@media only screen and (min-width:641px)and (max-width:1366px){.ttl-primary_has-jp{margin-bottom:30px}}@media only screen and (max-width:640px){.ttl-primary_has-jp{margin-bottom:30px}}.ttl-primary_has-jp h2 .en{padding-bottom:20px}.ttl-primary_has-jp h2::before{bottom:33px}.ttl-primary-tac{text-align:center}.ttl-primary-tac::after{content:none}.ttl-primary-tac h2{text-align:center}.ttl-primary-tac h2 span{text-align:center}.ttl-secondary{margin-bottom:28px}@media only screen and (max-width:640px){.ttl-secondary{margin-bottom:18px}}.ttl-secondary h3 span{display:block;line-height:1}.ttl-secondary h3 .en{font-size:13px;letter-spacing:.35em}@media(min-width: 480px){.ttl-secondary h3 .en{font-size:13px;font-size:calcFluidFontSize(13px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-secondary h3 .en{font-size:13px}}.ttl-secondary h3 .jp{font-size:11px;font-weight:600;color:gray;margin-top:8px}@media(min-width: 480px){.ttl-secondary h3 .jp{font-size:11px;font-size:calcFluidFontSize(11px, 11px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-secondary h3 .jp{font-size:11px}}.ttl-therdly{font-size:16px;padding-left:28px;font-weight:600;position:relative}@media(min-width: 480px){.ttl-therdly{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-therdly{font-size:18px}}.ttl-therdly::before{width:12px;height:12px;background:#5d5d5d;content:"";border-radius:50%;position:absolute;top:calc(50% - 5px);left:0}.ttl-fourthly span{display:inline-block;vertical-align:middle;line-height:1}.ttl-fourthly .en{font-size:20px}@media(min-width: 480px){.ttl-fourthly .en{font-size:22px;font-size:calcFluidFontSize(20px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-fourthly .en{font-size:22px}}.ttl-fourthly .jp{font-size:16px;font-weight:600;position:relative;padding-left:90px;line-height:.4}@media(min-width: 480px){.ttl-fourthly .jp{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.ttl-fourthly .jp{font-size:18px}}@media only screen and (max-width:640px){.ttl-fourthly .jp{padding-left:50px}}.ttl-fourthly .jp::before{width:50px;height:1px;background:#dad3d3;content:"";position:absolute;top:50%;left:22px}@media only screen and (max-width:640px){.ttl-fourthly .jp::before{width:30px;left:10px}}.ac_lists .acMenu{position:relative}.ac_lists .acMenu dt:hover{cursor:pointer}.ac_lists .acMenu dd{display:none}.ac_lists .acMenu dd a{font-size:13px;font-weight:800;color:#fff;display:block;text-align:center}@media(min-width: 480px){.ac_lists .acMenu dd a{font-size:13px;font-size:calcFluidFontSize(13px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.ac_lists .acMenu dd a{font-size:13px}}.is-accordion_btn{position:relative}.is-accordion_btn.active .icon::before{opacity:0;filter:alpha(opacity=0)}.is-accordion_btn.active .icon::after{transform:rotate(90deg)}.is-accordion_content{display:none}.article-clm .no-post{font-size:18px;font-weight:600;margin:100px 0}@media(min-width: 480px){.article-clm .no-post{font-size:18px;font-size:calcFluidFontSize(18px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-clm .no-post{font-size:18px}}.article-clm_lists__item{position:relative;transition:.5s}.article-clm_lists__item:hover,.article-clm_lists__item:focus{opacity:.7;filter:alpha(opacity=70)}.article-clm_lists__item .thumb{position:relative}.article-clm_lists__item .thumb img{width:100%;display:block;font-size:0}.article-clm_lists-1 .clm_item{width:100%}.article-clm_lists-2{align-items:flex-start;flex-wrap:wrap}.article-clm_lists-2 .clm_item{width:calc(50% - 15px);margin:0 30px 52px 0}.article-clm_lists-2 .clm_item:nth-of-type(2n){margin-right:0 !important}@media only screen and (max-width:640px){.article-clm_lists-2 .clm_item{width:100%;margin:0 auto 20px}}.article-clm_lists-3{align-items:flex-start;flex-wrap:wrap}.article-clm_lists-3::after{width:calc(33.3333% - 24px);content:"";display:block}@media only screen and (max-width:640px){.article-clm_lists-3::after{display:none}}.article-clm_lists-3 .clm_item{width:calc((100% - 15vw)/3);margin:0 90px 80px 0}@media only screen and (max-width:640px){.article-clm_lists-3 .clm_item{width:calc((100% - 20px)/2);margin:0 20px 40px 0}}@media only screen and (min-width:780px){.article-clm_lists-3 .clm_item:nth-of-type(3n){margin-right:0}}@media only screen and (min-width:641px)and (max-width:1366px){.article-clm_lists-3 .clm_item:nth-of-type(3n){margin-right:0}}@media only screen and (max-width:640px){.article-clm_lists-3 .clm_item:nth-of-type(2n){margin-right:0}}.article-clm_lists-4{align-items:flex-start;flex-wrap:wrap}.article-clm_lists-4 .clm_item{width:calc(25% - 30px);margin:0 40px 40px 0}@media only screen and (min-width:641px)and (max-width:835px){.article-clm_lists-4 .clm_item{width:calc(50% - 20px);margin:0 40px 80px 0}.article-clm_lists-4 .clm_item:nth-of-type(2n){margin-right:0}}@media only screen and (max-width:640px){.article-clm_lists-4 .clm_item{width:calc((100% - 14px)/3);margin:0 7px 20px 0 !important}.article-clm_lists-4 .clm_item:nth-of-type(3n){margin-right:0 !important}}.article-clm_lists-4 .clm_item:nth-of-type(4n){margin-right:0 !important}.modal{width:100%;display:none;height:100vh;position:fixed;top:0;left:0;z-index:55000}.modal_bg{width:100%;height:100vh;background:rgba(0,0,0,.8);position:absolute}.modal h2,.modal h3,.modal p,.modal a,.modal span,.modal small,.modal li,.modal figcaption,.modal th,.modal td{font-family:"Noto Sans JP",sans-serif;color:#fff}.modal h2 ruby rt,.modal h3 ruby rt,.modal p ruby rt,.modal a ruby rt,.modal span ruby rt,.modal small ruby rt,.modal li ruby rt,.modal figcaption ruby rt,.modal th ruby rt,.modal td ruby rt{font-size:40%}.modal_content{width:90%;max-width:1060px;height:90vh;position:absolute;top:50%;left:50%;z-index:100;background:#565657;border-radius:20px;transform:translate(-50%, -50%)}.modal_content .inner{height:100%;padding:60px 0 0;position:relative;overflow:scroll}@media only screen and (max-width:640px){.modal_content .inner{padding:15% 0 0}}.modal_content .inner::after{width:100%;height:120px;content:"";border-radius:0 0 20px 20px;display:block;background:url("../images/page/spot/modal/modal-btm.svg") center/cover no-repeat;z-index:0}.modal_content .cat-ttl{margin-bottom:32px;padding:0 50px}@media only screen and (max-width:640px){.modal_content .cat-ttl{width:65%;line-height:1.45;margin-bottom:16px;padding:0 5%}}.modal_content .cat-ttl span{line-height:1;display:inline-block;font-size:14px;background:#8ed0d9;background:linear-gradient(119deg, rgb(142, 208, 217) 0%, rgb(58, 144, 206) 93%);padding:8px 16px}@media(min-width: 480px){.modal_content .cat-ttl span{font-size:30px;font-size:calcFluidFontSize(14px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content .cat-ttl span{font-size:30px}}@media only screen and (max-width:640px){.modal_content .cat-ttl span{padding:5px 12px}}.modal_content .modal-ttl{font-size:24px;line-height:1.2;margin-bottom:26px;padding:0 50px}@media(min-width: 480px){.modal_content .modal-ttl{font-size:48px;font-size:calcFluidFontSize(24px, 48px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content .modal-ttl{font-size:48px}}@media only screen and (max-width:640px){.modal_content .modal-ttl{width:80%;line-height:1.5;margin-bottom:30px;padding:0 5%}}.modal_content .modal-ttl ruby rt{margin-bottom:4px}.modal_content .map_img{position:absolute;top:25px;right:67px}@media only screen and (max-width:640px){.modal_content .map_img{width:60px;top:15px;right:42px}}.modal_content .content{position:relative;z-index:10;padding:0 50px}@media only screen and (max-width:640px){.modal_content .content{display:block;padding:0 5%}}.modal_content .content-img{width:49%}@media only screen and (max-width:640px){.modal_content .content-img{width:100%;margin-bottom:16px}}.modal_content .content-txt{width:calc(100% - 30px - 49%)}@media only screen and (max-width:640px){.modal_content .content-txt{width:100%}}.modal_content .content-txt_ttl{font-size:18px;line-height:1.455;padding-left:18px;border-left:4px solid #fff;margin-bottom:11px;letter-spacing:0}@media(min-width: 480px){.modal_content .content-txt_ttl{font-size:22px;font-size:calcFluidFontSize(18px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content .content-txt_ttl{font-size:22px}}.modal_content .content-txt_lead{font-size:15px;line-height:1.733}@media(min-width: 480px){.modal_content .content-txt_lead{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content .content-txt_lead{font-size:15px}}.modal_content .content-txt_data{font-size:12px;line-height:1.692;border-top:1px solid #616162;border-bottom:1px solid #616162;border-right:1px solid #8b8b8b;border-left:1px solid #8b8b8b;padding:18px;margin:20px auto}@media(min-width: 480px){.modal_content .content-txt_data{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content .content-txt_data{font-size:13px}}.modal_content .content-txt_info{margin-top:18px;padding-top:18px;border-top:1px solid #bfbfc0}.modal_content .content-txt_info table{width:100%}.modal_content .content-txt_info table tr th,.modal_content .content-txt_info table tr td{font-size:12px;line-height:1.692}@media(min-width: 480px){.modal_content .content-txt_info table tr th,.modal_content .content-txt_info table tr td{font-size:13px;font-size:calcFluidFontSize(12px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal_content .content-txt_info table tr th,.modal_content .content-txt_info table tr td{font-size:13px}}.modal_content .content-txt_info table tr th{width:6em;text-align:left}.modal_content .content-txt_info table tr td{width:calc(100% - 6em);word-break:break-word}.modal .js-modal-close:hover{cursor:pointer}.modal .js-modal-close-icon{width:44px;height:44px;border-radius:50%;box-shadow:#1d293e 0 5px 0;display:-ms-flex;display:flex;justify-content:center;align-items:center;background:#fff;position:absolute;top:14px;right:14px;z-index:1000}@media only screen and (min-width:641px)and (max-width:835px){.modal .js-modal-close-icon{top:10px;right:10px}}@media only screen and (max-width:640px){.modal .js-modal-close-icon{width:28px;height:28px;padding:7px;top:10px;right:10px}}.modal .js-modal-close-btn{width:210px;height:40px;line-height:38px;display:block;color:#368dcd;font-style:normal;text-align:center;font-size:14px;background:#fff;box-shadow:#1d293e 0 5px 0;border-radius:20px;z-index:12;font-family:"Noto Sans JP",sans-serif;position:relative;margin:60px auto -100px}@media(min-width: 480px){.modal .js-modal-close-btn{font-size:18px;font-size:calcFluidFontSize(14px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.modal .js-modal-close-btn{font-size:18px}}.modal .js-modal-close-btn span{display:block;position:absolute;top:calc(50% - 10px);left:20px}.is-sns{z-index:1000}.is-sns_lists{text-align:center}.is-sns_lists li{margin-left:30px}@media only screen and (max-width:640px){.is-sns_lists li{margin-left:20px}}.is-sns_lists li:first-child{margin-left:0}.is-sns_lists li i{color:#24ade2;font-size:18px}@media(min-width: 480px){.is-sns_lists li i{font-size:26px;font-size:calcFluidFontSize(18px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-sns_lists li i{font-size:26px}}.table_clm{width:100%}@media only screen and (max-width:640px){.table_clm{border:1px solid #868686}}.table_clm tr{border-bottom:1px solid #868686}.table_clm tr th,.table_clm tr td{vertical-align:middle;text-align:left}@media only screen and (max-width:640px){.table_clm tr th,.table_clm tr td{padding:12px 0;line-height:1.6}}.table_clm tr .ttl{font-size:14px;background:#c2e8f7;border-top:1px solid #868686;border-right:1px solid #868686;text-align:center;padding:18px 0}@media(min-width: 480px){.table_clm tr .ttl{font-size:20px;font-size:calcFluidFontSize(14px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.table_clm tr .ttl{font-size:20px}}@media only screen and (max-width:640px){.table_clm tr .ttl{padding:10px}}.table_clm tr td{font-size:13px;background:#f8f8f8;border-right:1px solid #868686;padding:12px 16px}@media(min-width: 480px){.table_clm tr td{font-size:18px;font-size:calcFluidFontSize(13px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.table_clm tr td{font-size:18px}}@media only screen and (max-width:640px){.table_clm tr td{padding:8px 10px}}.table_clm tr td.route{border-right:2px dotted #c6c6c6}.table_clm tr td.time{width:80px;letter-spacing:0;line-height:1.2;text-align:right;padding:12px 6px}@media only screen and (max-width:640px){.table_clm tr td.time{width:auto;text-align:left}.table_clm tr td.time br{display:none}}.is-guidance{padding:0 13.3333333333vw}@media only screen and (max-width:640px){.is-guidance{width:90%}}.is-guidance .main_content{max-width:1200px;margin-top:100px auto 0}.is-guidance_hdr{margin-bottom:60px}@media only screen and (max-width:640px){.is-guidance_hdr{margin-bottom:40px}}.is-guidance_hdr p{font-size:15px;line-height:2.2}@media(min-width: 480px){.is-guidance_hdr p{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_hdr p{font-size:15px}}.is-guidance_body h3{font-size:20px;font-weight:600;margin-bottom:60px}@media(min-width: 480px){.is-guidance_body h3{font-size:32px;font-size:calcFluidFontSize(20px, 28px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body h3{font-size:28px}}@media only screen and (max-width:640px){.is-guidance_body h3{letter-spacing:0}}.is-guidance_body_sec{margin-bottom:160px}@media only screen and (max-width:640px){.is-guidance_body_sec{margin-bottom:80px}}.is-guidance_body_lists__item{margin-bottom:60px}@media only screen and (max-width:640px){.is-guidance_body_lists__item{margin-bottom:40px}}.is-guidance_body_lists__item:last-child{margin-bottom:0}.is-guidance_body_lists__item h4{margin-bottom:24px;font-size:20px;line-height:1}@media(min-width: 480px){.is-guidance_body_lists__item h4{font-size:24px;font-size:calcFluidFontSize(20px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body_lists__item h4{font-size:22px}}@media only screen and (max-width:640px){.is-guidance_body_lists__item h4{margin-bottom:20px;line-height:1.38}}.is-guidance_body_lists__item p{font-size:13px;line-height:2.68}@media(min-width: 480px){.is-guidance_body_lists__item p{font-size:15px;font-size:calcFluidFontSize(13px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body_lists__item p{font-size:15px}}@media only screen and (max-width:640px){.is-guidance_body_lists__item p{line-height:1.923}}.is-guidance_body_lists__item .h-txt{font-size:15px}@media(min-width: 480px){.is-guidance_body_lists__item .h-txt{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body_lists__item .h-txt{font-size:15px}}.is-guidance_body_lists__item .b-txt{display:block;font-size:15px}@media(min-width: 480px){.is-guidance_body_lists__item .b-txt{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body_lists__item .b-txt{font-size:15px}}.is-guidance_body_lists__item .orderd{padding:0 0 0 2em;margin-top:2em}.is-guidance_body_lists__item .orderd_item{list-style-type:none;list-style-position:inside;counter-increment:cnt;margin-bottom:.8em}.is-guidance_body_lists__item .orderd_item:before{display:marker;content:"(" counter(cnt) ") "}.is-guidance_body_lists__item .orderd .bullets{margin-top:0;padding:0 0 0 1em}.is-guidance_body_lists__item .bullets{padding:0 0 0 2em;margin-top:2em}.is-guidance_body_lists__item .bullets_item{position:relative;list-style:none;padding-left:1.1em;margin-bottom:.2em;font-size:15px}@media(min-width: 480px){.is-guidance_body_lists__item .bullets_item{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance_body_lists__item .bullets_item{font-size:15px}}@media only screen and (max-width:640px){.is-guidance_body_lists__item .bullets_item{padding-left:.9em;line-height:1.4;margin-bottom:4px}}.is-guidance_body_lists__item .bullets_item::before{width:8px;height:8px;display:block;position:absolute;top:.9em;left:0;content:"";background:#5d5d5d;border-radius:50%}@media only screen and (max-width:640px){.is-guidance_body_lists__item .bullets_item::before{width:4px;height:4px;top:9px}}.is-guidance_body_lists__item .bullets .orderd{margin-top:0;padding:0 0 0 1em}.is-guidance_body .enactment{margin-top:40px;text-align:right}@media only screen and (max-width:640px){.is-guidance_body .enactment{margin-top:30px}}.is-guidance__ftr{padding:48px;background:#053a59;margin-top:60px}@media only screen and (max-width:640px){.is-guidance__ftr{padding:40px 20px}}.is-guidance__ftr h3{font-size:16px;margin-bottom:12px}@media(min-width: 480px){.is-guidance__ftr h3{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance__ftr h3{font-size:18px}}.is-guidance__ftr .name{font-size:16px}@media(min-width: 480px){.is-guidance__ftr .name{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance__ftr .name{font-size:18px}}.is-guidance__ftr p{font-size:15px}@media(min-width: 480px){.is-guidance__ftr p{font-size:15px;font-size:calcFluidFontSize(15px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance__ftr p{font-size:15px}}.is-guidance.is-site-policy .is-guidance_lists__item{margin-bottom:10vw}.is-guidance.is-site-policy .is-guidance_lists__item h3{font-size:22px;margin-bottom:8px}@media(min-width: 480px){.is-guidance.is-site-policy .is-guidance_lists__item h3{font-size:30px;font-size:calcFluidFontSize(22px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance.is-site-policy .is-guidance_lists__item h3{font-size:30px}}@media only screen and (max-width:640px){.is-guidance.is-site-policy .is-guidance_lists__item h3{line-height:1.56}}.is-guidance.is-site-policy .is-guidance_lists__item p{font-size:13px;line-height:2;margin-bottom:1.6em}@media(min-width: 480px){.is-guidance.is-site-policy .is-guidance_lists__item p{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-guidance.is-site-policy .is-guidance_lists__item p{font-size:16px}}@media only screen and (max-width:640px){.is-guidance.is-site-policy .is-guidance_lists__item p{margin-bottom:1em;line-height:1.75}}.is-guidance.is-site-policy .is-guidance_lists__item p:last-child{margin-bottom:0}.is-guidance.is-site-policy .is-guidance_lists__item p strong{display:block}.is-nav{position:absolute;top:0;right:0}@media only screen and (max-width:640px){.is-nav{display:block}}.is-nav .drawer-menu{padding:30% 10% 10%;position:relative}@media only screen and (min-width:780px)and (max-width:1366px){.is-nav .drawer-menu{min-height:-webkit-fill-available}}.is-nav_lists__item a span{font-size:22px !important}.drawer-nav{width:40%;background:#fff;z-index:29999;display:-ms-flex;display:flex;align-items:flex-end}@media only screen and (max-width:640px){.drawer-nav{width:100%}}.drawer-nav_inner{width:80%;margin:18vw auto 0}@media only screen and (max-width:640px){.drawer-nav_inner{margin-top:32vw}}.drawer-overlay{background:rgba(0,0,0,.6);z-index:29000}.drawer--right .drawer-nav{right:-100%}@media only screen and (max-width:640px){.drawer--right .drawer-nav{right:-100%}}.drawer-hamburger{width:66px;height:38px;position:absolute;top:23px !important;right:60px !important;border-radius:50%;padding:0;filter:drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));z-index:30002;-webkit-appearance:none}@media only screen and (min-width:641px)and (max-width:835px){.drawer-hamburger{top:35px !important;right:30px !important}}@media only screen and (max-width:640px){.drawer-hamburger{top:32px !important;right:20px !important}}.drawer-hamburger-icon{width:66px;height:6px;border-radius:3px;position:absolute;top:60%;left:calc(50% - 33px);background:#231815;margin:0}@media only screen and (max-width:640px){.drawer-hamburger-icon{width:36px;height:5px;top:10%;left:42%}}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{height:6px;border-radius:3px;background:#231815}@media only screen and (max-width:640px){.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:36px;height:5px}}.drawer-hamburger-icon:before{top:-13px}@media only screen and (max-width:640px){.drawer-hamburger-icon:before{top:-8px}}.drawer-hamburger-icon:after{top:13px}@media only screen and (max-width:640px){.drawer-hamburger-icon:after{top:8px}}.drawer-open .drawer-hamburger-icon{background:none}.drawer-open .drawer-hamburger-icon::before,.drawer-open .drawer-hamburger-icon::after{width:100%}.drawer-open .drawer-hamburger-icon:before{left:0}.drawer-open .drawer-hamburger-icon:after{left:0}.drawer--left.drawer-open .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:277px !important}.drawer-nav li.anchor{padding:0 0 0 50px}.drawer-nav li.anchor a{font-size:14px}.drawer-nav li.cm,.drawer-nav li.cp{margin:50px 0 0 0}.drawer-nav li.cm a,.drawer-nav li.cp a{text-indent:-1em;margin-left:1em}.drawer-nav li.nolink .link{opacity:.4}.drawer-nav li.nolink .link:hover{text-decoration:none}.drawer-nav li .link{color:#fff}.drawer-nav li .link img{vertical-align:middle}.drawer-nav li .link span{font-size:18px;display:block}.drawer-menu-item{padding:5px 0}.drawer--left.drawer-open .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0 !important}.paginavi ul{font-size:0;text-align:center}.paginavi ul li{display:inline-block;vertical-align:middle;margin:0 33px 20px 0}@media only screen and (max-width:640px){.paginavi ul li{margin:0 23px 15px 0}}.paginavi ul li:last-child{margin-right:0}.paginavi ul li a{width:38px;height:38px;line-height:36px;display:block;color:#5d5d5d;text-align:center;border-radius:50%;font-size:12px;padding-left:2px;border:1px solid #0968b7;position:relative}@media(min-width: 480px){.paginavi ul li a{font-size:15px;font-size:calcFluidFontSize(12px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.paginavi ul li a{font-size:15px}}@media only screen and (max-width:640px){.paginavi ul li a{width:30px;height:30px;line-height:28px;padding-left:0}}.paginavi ul li a:hover{opacity:1;filter:alpha(opacity=100)}.paginavi ul li a i{color:#5d5d5d;display:block;font-size:12px;line-height:36px;padding-left:2px}@media(min-width: 480px){.paginavi ul li a i{font-size:15px;font-size:calcFluidFontSize(12px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.paginavi ul li a i{font-size:15px}}@media only screen and (max-width:640px){.paginavi ul li a i{line-height:28px}}.paginavi ul li .dots{line-height:0;font-size:26px;font-size:2.6rem}@media only screen and (max-width:640px){.paginavi ul li .dots{font-size:20px;font-size:2rem}}.paginavi ul .current{width:38px;height:38px;line-height:38px;border-radius:50%;color:#fff;background:#0968b7;font-size:12px;display:block;position:relative}@media(min-width: 480px){.paginavi ul .current{font-size:15px;font-size:calcFluidFontSize(12px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.paginavi ul .current{font-size:15px}}@media only screen and (max-width:640px){.paginavi ul .current{width:30px;height:30px;line-height:30px}}.paginavi ul .next,.paginavi ul .prev{position:relative;transition:.5s}@media only screen and (min-width:780px){.paginavi ul .next:hover::before,.paginavi ul .prev:hover::before{color:#24ade2}}.search-container{width:100%;position:relative}@media only screen and (min-width:641px)and (max-width:835px){.search-container{width:50%}}@media only screen and (max-width:640px){.search-container{width:100%;margin-bottom:22px}}.search-container .searchsubmit{display:none}.search-container .icon-search{width:120px;padding:12px 0;font-size:16px;font-weight:500;text-align:center;color:#fff;border-radius:0 15px 15px 0;background:#24ade2;position:absolute;right:0;display:block;z-index:10}@media(min-width: 480px){.search-container .icon-search{font-size:23px;font-size:calcFluidFontSize(16px, 23px, 480px, 1280px, px)}}@media(min-width: 1280px){.search-container .icon-search{font-size:23px}}@media only screen and (max-width:640px){.search-container .icon-search{width:60px;padding:5px 0;border-radius:0 12px 12px 0}}.search-container .icon-search:hover{cursor:pointer}.search-container .fa-times-circle{opacity:0;color:#aaa;font-size:20px;position:absolute;top:12px;right:8px;transition:opacity .2s ease-out;cursor:pointer}.search-container .search-input{width:100%;cursor:default;padding:21px 20px;border:none;outline:none;color:#5d5d5d;line-height:20px;font-size:16px;font-weight:700;border-radius:15px;background:#fff;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media(min-width: 480px){.search-container .search-input{font-size:23px;font-size:calcFluidFontSize(16px, 23px, 480px, 1280px, px)}}@media(min-width: 1280px){.search-container .search-input{font-size:23px}}@media only screen and (max-width:640px){.search-container .search-input{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}@media only screen and (max-width:640px){.search-container .search-input{border-radius:12px;padding:11px 10px}}.search-container .search-input::-moz-placeholder{color:#878787}.search-container .search-input::placeholder{color:#878787}.search-container .search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;display:none}.search-container.active{width:100%;background:#fff}@media only screen and (max-width:640px){.search-container.active{width:200px}}.search-container.active .fa-times-circle{opacity:1}.search-container.active .search-input{width:340px;background:#fff}@media only screen and (min-width:641px)and (max-width:1366px){.search-container.active .search-input{background:none}}@media only screen and (max-width:640px){.search-container.active .search-input{width:200px;background:none}}.search-container.active .fa-search{position:absolute;top:1px;left:1px;color:#5d5d5d;background:#fff;z-index:2}@media only screen and (min-width:641px)and (max-width:1366px){.search-container.active .fa-search{top:0;left:0}}@media only screen and (max-width:640px){.search-container.active .fa-search{top:0;left:0}}.is-search .results{text-align:center;padding:0 0 30px;font-size:15px;font-weight:800}@media(min-width: 480px){.is-search .results{font-size:20px;font-size:calcFluidFontSize(15px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-search .results{font-size:20px}}.ui-autocomplete{width:200px;position:relative;background:#252525;box-shadow:0 0 0 #fff,0 0 0 #ccc,0 0 1px #222;-webkit-box-shadow:0 0 0 #fff,0 0 0 #ccc,0 0 1px #222;-moz-box-shadow:0 0 0 #fff,0 0 0 #ccc,0 0 1px #222;z-index:100000 !important;text-align:left;max-height:500px;overflow-y:auto;overflow-x:hidden}@media only screen and (max-width:640px){.ui-autocomplete{width:110px}}.ui-autocomplete li{background:none;border:none;padding:3px 12px}.ui-autocomplete li a{text-decoration:none}.ui-autocomplete li:hover{cursor:pointer;opacity:.7;filter:alpha(opacity=70);border:none}@media only screen and (max-width:640px){.is-single_inner{width:90%;margin:0 auto}}.is-single-hdr{position:relative}.is-single-hdr .ttl-post{position:relative}.is-single-hdr .ttl-post .jp{width:calc(100% - 57px);color:#323232;font-size:22px;line-height:1.46;font-weight:800;margin-left:15px}@media(min-width: 480px){.is-single-hdr .ttl-post .jp{font-size:36px;font-size:calcFluidFontSize(22px, 36px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-hdr .ttl-post .jp{font-size:36px}}@media only screen and (max-width:640px){.is-single-hdr .ttl-post .jp{width:calc(100% - 39px);line-height:1.5}}.is-single-hdr .ttl-post i{width:32px;height:32px;display:block;position:relative;margin-top:11px}@media only screen and (max-width:640px){.is-single-hdr .ttl-post i{width:24px;height:24px}}.is-single-hdr .ttl-post i::before,.is-single-hdr .ttl-post i::after{width:16px;height:16px;content:"";position:absolute;border-radius:3px}@media only screen and (max-width:640px){.is-single-hdr .ttl-post i::before,.is-single-hdr .ttl-post i::after{width:12px;height:12px}}.is-single-hdr .ttl-post i::before{background:#e50012;top:0;left:0}.is-single-hdr .ttl-post i::after{background:#0068b6;bottom:2px;right:2px}.is-single-hdr .date{color:#24ade2;font-size:18px;letter-spacing:0;margin:16px 0 20px;display:block}@media(min-width: 480px){.is-single-hdr .date{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-hdr .date{font-size:20px}}.is-single-body{position:relative;padding-top:30px;border-top:2px solid #0968b7}.is-single-body .inner{margin-top:5%;padding:0 6% 6%}@media only screen and (max-width:640px){.is-single-body .inner{padding:0 8% 8%}}.is-single-body .inner .schedule_info{flex-wrap:wrap;margin:20px auto 70px}@media only screen and (max-width:640px){.is-single-body .inner .schedule_info{margin-bottom:30px}}.is-single-body .inner .schedule_info dl{width:25%}@media only screen and (max-width:640px){.is-single-body .inner .schedule_info dl{width:50%}}.is-single-body .inner .schedule_info-release{width:100% !important}.is-single-body .the_content h2,.is-single-body .the_content h3,.is-single-body .the_content h4,.is-single-body .the_content h5,.is-single-body .the_content h6,.is-single-body .the_content p,.is-single-body .the_content a,.is-single-body .the_content span,.is-single-body .the_content strong,.is-single-body .the_content i,.is-single-body .the_content li,.is-single-body .the_content em{font-family:"Zen Maru Gothic",serif;font-weight:500;font-size:15px}@media(min-width: 480px){.is-single-body .the_content h2,.is-single-body .the_content h3,.is-single-body .the_content h4,.is-single-body .the_content h5,.is-single-body .the_content h6,.is-single-body .the_content p,.is-single-body .the_content a,.is-single-body .the_content span,.is-single-body .the_content strong,.is-single-body .the_content i,.is-single-body .the_content li,.is-single-body .the_content em{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-body .the_content h2,.is-single-body .the_content h3,.is-single-body .the_content h4,.is-single-body .the_content h5,.is-single-body .the_content h6,.is-single-body .the_content p,.is-single-body .the_content a,.is-single-body .the_content span,.is-single-body .the_content strong,.is-single-body .the_content i,.is-single-body .the_content li,.is-single-body .the_content em{font-size:16px}}.is-single-body .the_content h2,.is-single-body .the_content h2 span{padding:16px 1em;background:rgba(36,173,226,.3);line-height:1.69;margin:60px 0 40px;border-radius:22px;font-size:20px}@media(min-width: 480px){.is-single-body .the_content h2,.is-single-body .the_content h2 span{font-size:32px;font-size:calcFluidFontSize(20px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-body .the_content h2,.is-single-body .the_content h2 span{font-size:26px}}@media only screen and (max-width:640px){.is-single-body .the_content h2,.is-single-body .the_content h2 span{padding:6%;margin:54px 0 28px;line-height:1.6}}.is-single-body .the_content h3{border-left:6px solid #0968b7;padding:2px 0 1px .9em;margin:60px 0 40px;line-height:1.65;font-size:20px;font-weight:600}@media(min-width: 480px){.is-single-body .the_content h3{font-size:24px;font-size:calcFluidFontSize(20px, 24px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-body .the_content h3{font-size:24px}}@media only screen and (max-width:640px){.is-single-body .the_content h3{margin:54px 0 28px;line-height:1.4}}.is-single-body .the_content h4,.is-single-body .the_content h4 span{margin:50px 0 28px;font-size:18px}@media(min-width: 480px){.is-single-body .the_content h4,.is-single-body .the_content h4 span{font-size:20px;font-size:calcFluidFontSize(18px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-body .the_content h4,.is-single-body .the_content h4 span{font-size:18px}}@media only screen and (max-width:640px){.is-single-body .the_content h4,.is-single-body .the_content h4 span{margin:64px 0 24px;line-height:1.4}}.is-single-body .the_content h5,.is-single-body .the_content h5 span{margin:60px 0 38px;font-size:18px}@media(min-width: 480px){.is-single-body .the_content h5,.is-single-body .the_content h5 span{font-size:18px;font-size:calcFluidFontSize(18px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single-body .the_content h5,.is-single-body .the_content h5 span{font-size:18px}}@media only screen and (max-width:640px){.is-single-body .the_content h5,.is-single-body .the_content h5 span{margin:54px 0 24px;line-height:1.4}}.is-single-body .the_content p,.is-single-body .the_content span,.is-single-body .the_content strong,.is-single-body .the_content a,.is-single-body .the_content i,.is-single-body .the_content em{margin-bottom:36px}@media only screen and (max-width:640px){.is-single-body .the_content p,.is-single-body .the_content span,.is-single-body .the_content strong,.is-single-body .the_content a,.is-single-body .the_content i,.is-single-body .the_content em{margin-bottom:20px}}.is-single-body .the_content p{line-height:2.1}@media only screen and (max-width:640px){.is-single-body .the_content p{line-height:2}}.is-single-body .the_content a{color:#24ade2;text-decoration:underline}.is-single-body .the_content a em{color:#24ade2;text-decoration:none;font-style:normal;display:inline-block;position:relative;margin-bottom:0}.is-single-body .the_content a em:after,.is-single-body .the_content a em::before{width:12px;height:12px;border:1px solid #053a59;border-radius:1px;background:none;position:absolute;content:""}.is-single-body .the_content a em:after{top:12px;right:-16px}.is-single-body .the_content a em:before{top:8px;right:-19px}.is-single-body .the_content .btn-more-link a{width:100%;color:#fff;font-style:normal;text-decoration:none}.is-single-body .the_content img{margin-bottom:30px}@media only screen and (max-width:640px){.is-single-body .the_content img{margin-bottom:24px}}.is-single-body .the_content ul{margin:40px 0}.is-single-body .the_content ul li{position:relative;padding-left:1.1em;margin-bottom:.6em}.is-single-body .the_content ul li::before{width:8px;height:8px;display:block;position:absolute;top:calc(50% - 4px);left:0;content:"";background:#24ade2;border-radius:50%}@media only screen and (max-width:640px){.is-single-body .the_content ul li::before{top:11px}}.is-single-body .the_content ol{margin:40px 0}.is-single-body .the_content ol li{list-style-type:none;list-style-position:inside;counter-increment:cnt;margin-bottom:.6em;padding-left:1.1em;position:relative}.is-single-body .the_content ol li:before{font-family:"Jost",sans-serif;font-weight:700;display:marker;content:"" counter(cnt) "";color:#24ade2;position:absolute;left:0}.is-single-body .the_content blockquote{padding:30px;background:#f7f7f7}@media only screen and (max-width:640px){.is-single-body .the_content blockquote{padding:6%}}.is-single-body .the_content blockquote p{margin-bottom:0}.is-single-body .the_content table{width:100%;border-bottom:2px solid #000}.is-single-body .the_content table tr td{width:84% !important;padding:5px 0}@media only screen and (max-width:640px){.is-single-body .the_content table tr td{width:100% !important;height:auto !important;display:block;padding:0 0 14px;line-height:1.5}}.is-single-body .the_content table tr td:first-child{width:16% !important;color:#24ade2;padding-left:24px}@media only screen and (max-width:640px){.is-single-body .the_content table tr td:first-child{width:100% !important;padding:0 0 4px}}.is-single-body .the_content table tr:last-child td:last-child{padding-bottom:26px}@media only screen and (max-width:640px){.is-single-body .the_content table tr:last-child td:last-child{padding-bottom:20px}}.is-single-body .the_content .gallery-columns-2 .gallery-item{width:calc(50% - 20px) !important}@media only screen and (max-width:640px){.is-single-body .the_content .gallery-columns-2 .gallery-item{width:calc(50% - 10px) !important}}.is-single-body .the_content .gallery-columns-2 .gallery-item:first-child{margin-right:40px}@media only screen and (max-width:640px){.is-single-body .the_content .gallery-columns-2 .gallery-item:first-child{margin-right:20px}}.is-single-body .the_content .gallery-columns-2 .gallery-item img{border:0 !important}.is-single_events,.is-single_spot{max-width:875px}.is-single_events .is-single-hdr .area,.is-single_spot .is-single-hdr .area{position:relative;font-size:16px;line-height:1.65;padding-left:38px;margin-bottom:16px}@media(min-width: 480px){.is-single_events .is-single-hdr .area,.is-single_spot .is-single-hdr .area{font-size:20px;font-size:calcFluidFontSize(16px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-hdr .area,.is-single_spot .is-single-hdr .area{font-size:20px}}@media only screen and (max-width:640px){.is-single_events .is-single-hdr .area,.is-single_spot .is-single-hdr .area{padding-left:22px}}.is-single_events .is-single-hdr .area::before,.is-single_spot .is-single-hdr .area::before{width:20px;height:29px;background:url("../images/common/events/icon-pin.svg") center/cover no-repeat;content:"";position:absolute;top:3px;left:0}@media only screen and (max-width:640px){.is-single_events .is-single-hdr .area::before,.is-single_spot .is-single-hdr .area::before{width:12px;height:18px;top:3px}}.is-single_events .is-single-hdr .search-cat,.is-single_spot .is-single-hdr .search-cat{margin:0 0 30px;padding-top:0;border-top:0}.is-single_events .is-single-hdr .ttl-post i,.is-single_spot .is-single-hdr .ttl-post i{display:none}.is-single_events .is-single-hdr .ttl-post span,.is-single_spot .is-single-hdr .ttl-post span{width:100%;margin-left:0}.is-single_events .is-single-body,.is-single_spot .is-single-body{border-top:40px}.is-single_events .is-single-body .the_content-events .thumb,.is-single_spot .is-single-body .the_content-events .thumb{margin-bottom:40px}.is-single_events .is-single-body .the_content-events .thumb img,.is-single_spot .is-single-body .the_content-events .thumb img{border-radius:34px}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .thumb img,.is-single_spot .is-single-body .the_content-events .thumb img{border-radius:17px}}.is-single_events .is-single-body .the_content-events .events-info,.is-single_spot .is-single-body .the_content-events .events-info{width:100%}.is-single_events .is-single-body .the_content-events .events-info tr th,.is-single_events .is-single-body .the_content-events .events-info tr td,.is-single_spot .is-single-body .the_content-events .events-info tr th,.is-single_spot .is-single-body .the_content-events .events-info tr td{font-size:16px;text-align:left;line-height:1.45}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-info tr th,.is-single_events .is-single-body .the_content-events .events-info tr td,.is-single_spot .is-single-body .the_content-events .events-info tr th,.is-single_spot .is-single-body .the_content-events .events-info tr td{font-size:32px;font-size:calcFluidFontSize(16px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-info tr th,.is-single_events .is-single-body .the_content-events .events-info tr td,.is-single_spot .is-single-body .the_content-events .events-info tr th,.is-single_spot .is-single-body .the_content-events .events-info tr td{font-size:26px}}.is-single_events .is-single-body .the_content-events .events-info tr th,.is-single_spot .is-single-body .the_content-events .events-info tr th{width:8em;position:relative;padding-left:38px}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-info tr th,.is-single_spot .is-single-body .the_content-events .events-info tr th{width:8.2em;padding-left:26px}}.is-single_events .is-single-body .the_content-events .events-info tr th.ttl::before,.is-single_spot .is-single-body .the_content-events .events-info tr th.ttl::before{content:"";position:absolute;left:0}.is-single_events .is-single-body .the_content-events .events-info tr th.start_day::before,.is-single_spot .is-single-body .the_content-events .events-info tr th.start_day::before{width:27px;height:27px;top:calc(50% - 14px);background:url("../images/common/events/icon-calendar.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-info tr th.start_day::before,.is-single_spot .is-single-body .the_content-events .events-info tr th.start_day::before{width:19px;height:18px;top:1px}}.is-single_events .is-single-body .the_content-events .events-info tr th.spot_name::before,.is-single_spot .is-single-body .the_content-events .events-info tr th.spot_name::before{width:23px;height:27px;background:url("../images/common/events/icon-spot.svg") center/cover no-repeat;top:calc(50% - 14px)}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-info tr th.spot_name::before,.is-single_spot .is-single-body .the_content-events .events-info tr th.spot_name::before{width:19px;height:22px;top:4px}}.is-single_events .is-single-body .the_content-events .events-info tr td,.is-single_spot .is-single-body .the_content-events .events-info tr td{width:calc(100% - 8em)}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-info tr td,.is-single_spot .is-single-body .the_content-events .events-info tr td{width:calc(100% - 8.2em)}}.is-single_events .is-single-body .the_content-events .events-introduction,.is-single_spot .is-single-body .the_content-events .events-introduction{border-top:1px solid #bebebe;margin-top:30px;padding-top:30px;font-size:13px;line-height:2;margin-bottom:8.3333333333vw}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-introduction,.is-single_spot .is-single-body .the_content-events .events-introduction{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-introduction,.is-single_spot .is-single-body .the_content-events .events-introduction{font-size:16px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-introduction,.is-single_spot .is-single-body .the_content-events .events-introduction{margin-top:20px;padding-top:20px;margin-bottom:12.7226463104vw;line-height:1.56}}.is-single_events .is-single-body .the_content-events .events-outline,.is-single_spot .is-single-body .the_content-events .events-outline{margin-bottom:8.3333333333vw}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-outline,.is-single_spot .is-single-body .the_content-events .events-outline{margin-bottom:12.7226463104vw}}.is-single_events .is-single-body .the_content-events .events-outline .ttl,.is-single_spot .is-single-body .the_content-events .events-outline .ttl{font-size:20px;margin-bottom:20px}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-outline .ttl,.is-single_spot .is-single-body .the_content-events .events-outline .ttl{font-size:26px;font-size:calcFluidFontSize(20px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-outline .ttl,.is-single_spot .is-single-body .the_content-events .events-outline .ttl{font-size:26px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-outline .ttl,.is-single_spot .is-single-body .the_content-events .events-outline .ttl{margin-bottom:10px}}.is-single_events .is-single-body .the_content-events .events-outline_table,.is-single_spot .is-single-body .the_content-events .events-outline_table{width:100%}.is-single_events .is-single-body .the_content-events .events-outline_table tr th,.is-single_events .is-single-body .the_content-events .events-outline_table tr td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td{padding:24px 20px;border-bottom:1px solid #bebebe;font-size:12px;color:#323232;vertical-align:middle;line-height:1.778}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-outline_table tr th,.is-single_events .is-single-body .the_content-events .events-outline_table tr td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td{font-size:18px;font-size:calcFluidFontSize(12px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-outline_table tr th,.is-single_events .is-single-body .the_content-events .events-outline_table tr td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td{font-size:18px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-outline_table tr th,.is-single_events .is-single-body .the_content-events .events-outline_table tr td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td{padding:12px 6px;line-height:1.45}}.is-single_events .is-single-body .the_content-events .events-outline_table tr th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr th{width:30%;border-right:1px solid #bebebe}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-outline_table tr th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr th{width:35%}}.is-single_events .is-single-body .the_content-events .events-outline_table tr td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td{width:70%}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-outline_table tr td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td{width:65%;padding:12px 14px}}.is-single_events .is-single-body .the_content-events .events-outline_table tr td a,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td a{text-decoration:underline;font-size:12px;color:#0968b7}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-outline_table tr td a,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td a{font-size:18px;font-size:calcFluidFontSize(12px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-outline_table tr td a,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td a{font-size:18px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-outline_table tr td a,.is-single_spot .is-single-body .the_content-events .events-outline_table tr td a{line-height:1.45}}.is-single_events .is-single-body .the_content-events .events-outline_table tr:last-child th,.is-single_events .is-single-body .the_content-events .events-outline_table tr:last-child td,.is-single_spot .is-single-body .the_content-events .events-outline_table tr:last-child th,.is-single_spot .is-single-body .the_content-events .events-outline_table tr:last-child td{border-bottom:0}.is-single_events .is-single-body .the_content-events .events-outline_table tr.remarks,.is-single_spot .is-single-body .the_content-events .events-outline_table tr.remarks{border-bottom:1px solid #bebebe}.is-single_events .is-single-body .the_content-events .events-benefits,.is-single_spot .is-single-body .the_content-events .events-benefits{margin-bottom:2.5vw;background:#effafe;border:3px solid #24ade2;padding:30px;border-radius:34px}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-benefits,.is-single_spot .is-single-body .the_content-events .events-benefits{margin-bottom:7.6335877863vw;border-radius:17px;padding:5%}}.is-single_events .is-single-body .the_content-events .events-benefits .ttl,.is-single_spot .is-single-body .the_content-events .events-benefits .ttl{font-size:16px;color:#24ade2;margin-bottom:16px;text-align:center}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-benefits .ttl,.is-single_spot .is-single-body .the_content-events .events-benefits .ttl{font-size:26px;font-size:calcFluidFontSize(16px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-benefits .ttl,.is-single_spot .is-single-body .the_content-events .events-benefits .ttl{font-size:26px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-benefits .ttl,.is-single_spot .is-single-body .the_content-events .events-benefits .ttl{margin-bottom:2px}}.is-single_events .is-single-body .the_content-events .events-benefits p,.is-single_spot .is-single-body .the_content-events .events-benefits p{font-size:12px;line-height:2}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-benefits p,.is-single_spot .is-single-body .the_content-events .events-benefits p{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-benefits p,.is-single_spot .is-single-body .the_content-events .events-benefits p{font-size:16px}}.is-single_events .is-single-body .the_content-events .events-community_currency,.is-single_spot .is-single-body .the_content-events .events-community_currency{margin-bottom:5vw;border:1px solid #f0b528;background:#fffae3;padding:4px 0;border-radius:30px;text-align:center}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-community_currency,.is-single_spot .is-single-body .the_content-events .events-community_currency{padding:10px 0 10px 15px;margin-bottom:10.1781170483vw}}.is-single_events .is-single-body .the_content-events .events-community_currency span,.is-single_spot .is-single-body .the_content-events .events-community_currency span{font-size:14px;font-weight:500;position:relative;display:inline-block}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-community_currency span,.is-single_spot .is-single-body .the_content-events .events-community_currency span{font-size:25px;font-size:calcFluidFontSize(14px, 25px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-community_currency span,.is-single_spot .is-single-body .the_content-events .events-community_currency span{font-size:25px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-community_currency span,.is-single_spot .is-single-body .the_content-events .events-community_currency span{letter-spacing:0}}.is-single_events .is-single-body .the_content-events .events-community_currency span::before,.is-single_spot .is-single-body .the_content-events .events-community_currency span::before{width:40px;height:40px;background:url("../images/common/events/icon-coin.svg") center/cover no-repeat;content:"";position:absolute;top:calc(50% - 20px);left:-55px}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-community_currency span::before,.is-single_spot .is-single-body .the_content-events .events-community_currency span::before{width:22px;height:22px;top:calc(50% - 11px);left:-26px}}.is-single_events .is-single-body .the_content-events .events-map .ttl,.is-single_spot .is-single-body .the_content-events .events-map .ttl{font-size:20px;margin-bottom:20px}@media(min-width: 480px){.is-single_events .is-single-body .the_content-events .events-map .ttl,.is-single_spot .is-single-body .the_content-events .events-map .ttl{font-size:26px;font-size:calcFluidFontSize(20px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_events .is-single-body .the_content-events .events-map .ttl,.is-single_spot .is-single-body .the_content-events .events-map .ttl{font-size:26px}}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-map .ttl,.is-single_spot .is-single-body .the_content-events .events-map .ttl{margin-bottom:10px}}.is-single_events .is-single-body .the_content-events .events-map iframe,.is-single_spot .is-single-body .the_content-events .events-map iframe{width:100%;height:31.6666666667vw;border-radius:34px}@media only screen and (max-width:640px){.is-single_events .is-single-body .the_content-events .events-map iframe,.is-single_spot .is-single-body .the_content-events .events-map iframe{height:220px}}.is-single_health_shiga .is-single_inner{max-width:875px;margin:0 auto}@media only screen and (max-width:640px){.is-single_health_shiga .is-single_inner{max-width:auto}}.is-single_health_shiga .is-single-hdr .ttl-post{display:block;margin-bottom:18px}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-hdr .ttl-post{margin-bottom:6px}}.is-single_health_shiga .is-single-hdr .ttl-post i{display:none}.is-single_health_shiga .is-single-hdr .ttl-post .jp{width:100%;display:block;margin:0}.is-single_health_shiga .is-single-hdr .exhibitor{font-size:17px;color:#3c3c3c}@media(min-width: 480px){.is-single_health_shiga .is-single-hdr .exhibitor{font-size:26px;font-size:calcFluidFontSize(17px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-hdr .exhibitor{font-size:26px}}.is-single_health_shiga .is-single-hdr .health_shiga-cat{margin-top:22px}.is-single_health_shiga .is-single-hdr .health_shiga-cat_lists{flex-wrap:wrap}.is-single_health_shiga .is-single-hdr .health_shiga-cat_lists__item{margin:0 11px 11px 0;font-size:14px;line-height:1;border-radius:16px;padding:7px 18px;color:#0968b7;text-align:center;background:#effafe}@media(min-width: 480px){.is-single_health_shiga .is-single-hdr .health_shiga-cat_lists__item{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-hdr .health_shiga-cat_lists__item{font-size:16px}}.is-single_health_shiga .is-single-body{border-top:0}.is-single_health_shiga .is-single-body .is-single-health_shiga-slider{margin-bottom:50px;border-bottom:1px solid #bebebe;padding-bottom:50px}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-slider{display:block;border-bottom:0;padding-bottom:0;margin-bottom:20px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .thumb{width:48%;overflow:hidden;position:relative;padding-bottom:50px}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .thumb{width:100%;padding-bottom:70px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .thumb img{border-radius:34px}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .thumb img{border-radius:17px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .introduction{width:calc(52% - 64px);font-size:15px;line-height:2}@media(min-width: 480px){.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .introduction{font-size:16px;font-size:calcFluidFontSize(15px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .introduction{font-size:16px}}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-slider .introduction{width:100%}}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr{display:block}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr th{width:24%;text-align:center;padding-bottom:20px}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr th{width:100%;display:block;padding-bottom:10px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr th span{width:100%;border:1px solid #3c3c3c;font-size:15px;display:inline-block}@media(min-width: 480px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr th span{font-size:20px;font-size:calcFluidFontSize(15px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr th span{font-size:20px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td{font-size:13px;line-height:1.778;padding:0 0 20px 25px}@media(min-width: 480px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td{font-size:18px;font-size:calcFluidFontSize(13px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td{font-size:18px}}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td{display:block;padding:0 0 20px;text-align:center}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td a{font-size:15px;color:#0968b7;text-decoration:underline}@media(min-width: 480px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td a{font-size:18px;font-size:calcFluidFontSize(15px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .table tr td a{font-size:18px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .blockquote,.is-single_health_shiga .is-single-body .is-single-health_shiga-content .remarks{font-size:13px;line-height:2;margin-top:30px}@media(min-width: 480px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .blockquote,.is-single_health_shiga .is-single-body .is-single-health_shiga-content .remarks{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .blockquote,.is-single_health_shiga .is-single-body .is-single-health_shiga-content .remarks{font-size:16px}}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .blockquote,.is-single_health_shiga .is-single-body .is-single-health_shiga-content .remarks{margin-top:10px;line-height:1.75}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .blockquote{background:#effafe;padding:37px 30px;border-radius:34px}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .blockquote{padding:5%;border-radius:17px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .remarks{border-top:1px solid #bebebe;padding:50px 5% 0;margin:50px auto 0}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .remarks{margin-top:20px;padding-top:20px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .btn-more{width:365px;margin:60px auto 0;padding:3px 0}@media only screen and (max-width:640px){.is-single_health_shiga .is-single-body .is-single-health_shiga-content .btn-more{width:100%;margin-top:30px;border-radius:34px}}.is-single_health_shiga .is-single-body .is-single-health_shiga-content .btn-more .ic-arw{right:auto;left:30px}.is-single+.is-share{margin-top:80px}.is-single+.is-share+.btn-go_back{margin-top:45px}.is-single+.is-share+.btn-go_back a{width:30vw;margin:0 auto;border:3px solid #5d5d5d;display:block;text-align:center;padding:11px 0;border-radius:33px;position:relative;background:#fff;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media only screen and (max-width:640px){.is-single+.is-share+.btn-go_back a{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}@media only screen and (max-width:640px){.is-single+.is-share+.btn-go_back a{width:90%}}.is-single+.is-share+.btn-go_back a span{font-size:16px}@media(min-width: 480px){.is-single+.is-share+.btn-go_back a span{font-size:20px;font-size:calcFluidFontSize(16px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-single+.is-share+.btn-go_back a span{font-size:20px}}.is-single+.is-share+.btn-go_back a .ic-arw{width:14px;height:26px;background:url("../images/common/arw-bk.svg") center/cover no-repeat;position:absolute;top:calc(50% - 13px);right:30px}@media only screen and (max-width:640px){.is-single+.is-share+.btn-go_back a .ic-arw{width:10px;height:18px;top:calc(50% - 9px)}}.is-access_about{margin-bottom:9.1666666667vw}@media only screen and (max-width:640px){.is-access_about{display:block}}.is-access_about .body{width:37.5vw;position:relative;z-index:2}@media only screen and (max-width:640px){.is-access_about .body{width:100%}}.is-access_about .body .txt p{font-size:12px;line-height:2}@media(min-width: 480px){.is-access_about .body .txt p{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-access_about .body .txt p{font-size:16px}}@media only screen and (max-width:640px){.is-access_about .body .txt p{line-height:1.667}}.is-access_about .img{width:63.3333333333vw;margin:5vw 0 0 -14.1666666667vw;position:relative;z-index:1}@media only screen and (max-width:640px){.is-access_about .img{width:100%;margin:30px auto 0}}.is-access_howto{margin-bottom:13.3333333333vw}@media only screen and (max-width:640px){.is-access_howto{display:block;margin-top:40px}}.is-access_howto-box{width:calc((100% - 88px)/2);position:relative}@media only screen and (max-width:640px){.is-access_howto-box{width:100%}}.is-access_howto-box .ttl{text-align:center;background:#f8f8f8;padding:12px 0;line-height:1}.is-access_howto-box .ttl span,.is-access_howto-box .ttl .icon{display:inline-block;vertical-align:middle}.is-access_howto-box .ttl span{color:#323232;font-size:15px;font-weight:800}@media(min-width: 480px){.is-access_howto-box .ttl span{font-size:20px;font-size:calcFluidFontSize(15px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-access_howto-box .ttl span{font-size:20px}}.is-access_howto-box .ttl .icon{margin-right:10px}@media only screen and (max-width:640px){.is-access_howto-box-train{margin-bottom:30px}}.is-access_howto-box-train::after{width:2px;height:100%;content:"";border:2px solid #dfedf2;position:absolute;top:0;right:-44px}@media only screen and (max-width:640px){.is-access_howto-box-train::after{content:none}}.is-access_howto-box-train .ttl .icon{width:34px;height:28px;background:url("../images/page/access/icon-train.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-access_howto-box-train .ttl .icon{width:25px;height:20px}}.is-access_howto-box-car .ttl .icon{width:36px;height:28px;background:url("../images/page/access/icon-car.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-access_howto-box-car .ttl .icon{width:26px;height:20px}}.is-access_time{margin-bottom:8.3333333333vw}.is-access_time h3{color:#323232;font-size:20px;margin-bottom:40px}@media(min-width: 480px){.is-access_time h3{font-size:26px;font-size:calcFluidFontSize(20px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-access_time h3{font-size:26px}}@media only screen and (max-width:640px){.is-access_time h3{line-height:1.3;margin-bottom:20px}}@media only screen and (max-width:640px){.is-access_time .table-sp-box{margin-bottom:30px}}.article .thumb img{width:100%}.article-news_lists__item{position:relative;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #868686}@media only screen and (max-width:640px){.article-news_lists__item{margin-bottom:30px;padding-bottom:30px}}.article-news_lists__item:last-child{border-bottom:0}.article-news_lists__item .txt .date{width:8em;font-style:normal;color:#24ade2;font-size:17px}@media(min-width: 480px){.article-news_lists__item .txt .date{font-size:26px;font-size:calcFluidFontSize(17px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-news_lists__item .txt .date{font-size:26px}}@media only screen and (max-width:640px){.article-news_lists__item .txt .date{width:7em}}.article-news_lists__item .txt-body{width:calc(100% - 8em)}@media only screen and (max-width:640px){.article-news_lists__item .txt-body{width:calc(100% - 7em)}}.article-news_lists__item .txt-body .ttl-post{color:#323232;font-size:17px;font-weight:500;line-height:1.714;margin-top:6px;text-decoration:underline}@media(min-width: 480px){.article-news_lists__item .txt-body .ttl-post{font-size:22px;font-size:calcFluidFontSize(17px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-news_lists__item .txt-body .ttl-post{font-size:22px}}@media only screen and (max-width:640px){.article-news_lists__item .txt-body .ttl-post{line-height:1.571}}.article-news_lists__item .txt-body .excerpt{margin-top:4px;letter-spacing:0;font-size:12px;line-height:2;text-decoration:underline}@media(min-width: 480px){.article-news_lists__item .txt-body .excerpt{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-news_lists__item .txt-body .excerpt{font-size:16px}}@media only screen and (max-width:640px){.article-news_lists__item .txt-body .excerpt{line-height:1.625}}@media only screen and (max-width:640px){.article-events,.article-spot{width:90%;margin:0 auto}}.article-events_lists__item .thumb img,.article-spot_lists__item .thumb img{border-radius:34px}@media only screen and (max-width:640px){.article-events_lists__item .thumb img,.article-spot_lists__item .thumb img{border-radius:17px}}.article-events_lists__item .txt,.article-spot_lists__item .txt{margin-top:24px}@media only screen and (max-width:640px){.article-events_lists__item .txt,.article-spot_lists__item .txt{margin-top:7px}}.article-events_lists__item .txt .search-cat,.article-spot_lists__item .txt .search-cat{padding:0;border-top:0;margin:0 0 5px}@media only screen and (max-width:640px){.article-events_lists__item .txt .search-cat,.article-spot_lists__item .txt .search-cat{margin-bottom:0}}.article-events_lists__item .txt .search-cat_lists,.article-spot_lists__item .txt .search-cat_lists{margin:0}.article-events_lists__item .txt .ttl-post,.article-spot_lists__item .txt .ttl-post{font-size:13px;line-height:1.545}@media(min-width: 480px){.article-events_lists__item .txt .ttl-post,.article-spot_lists__item .txt .ttl-post{font-size:22px;font-size:calcFluidFontSize(13px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-events_lists__item .txt .ttl-post,.article-spot_lists__item .txt .ttl-post{font-size:22px}}@media only screen and (max-width:640px){.article-events_lists__item .txt .ttl-post,.article-spot_lists__item .txt .ttl-post{line-height:1.385}}.article-health_shiga_lists__item .thumb{margin-bottom:9px}.article-health_shiga_lists__item .thumb img{border-radius:34px}@media only screen and (max-width:640px){.article-health_shiga_lists__item .thumb img{border-radius:17px}}.article-health_shiga_lists__item .txt .date{font-size:11px;line-height:1.45;margin-bottom:8px;display:block}@media(min-width: 480px){.article-health_shiga_lists__item .txt .date{font-size:16px;font-size:calcFluidFontSize(11px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-health_shiga_lists__item .txt .date{font-size:16px}}.article-health_shiga_lists__item .txt .exhibitor{line-height:1.45}.article-health_shiga_lists__item .txt .ttl-post{font-size:13px;line-height:1.318}@media(min-width: 480px){.article-health_shiga_lists__item .txt .ttl-post{font-size:22px;font-size:calcFluidFontSize(13px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-health_shiga_lists__item .txt .ttl-post{font-size:22px}}.article-health_shiga_lists__item .btn-more{margin-top:11px}.article-health_shiga_lists__item .btn-more .wrap{padding:8px 0}@media only screen and (max-width:640px){.article-health_shiga_lists__item .btn-more .wrap{padding:1px 6px 2px 0}}.article-health_shiga_lists__item .btn-more .wrap .jp{font-size:10px}@media(min-width: 480px){.article-health_shiga_lists__item .btn-more .wrap .jp{font-size:15px;font-size:calcFluidFontSize(10px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-health_shiga_lists__item .btn-more .wrap .jp{font-size:15px}}.article-health_shiga_lists__item .btn-more .wrap .ic-arw{width:10px;height:18px;top:14px;right:20px}@media only screen and (max-width:640px){.article-health_shiga_lists__item .btn-more .wrap .ic-arw{width:5px;height:10px;right:8px}}.article-health_shiga_lists__item .health_shiga-cat{margin-bottom:11px}.article-health_shiga_lists__item .health_shiga-cat_lists{flex-wrap:wrap}.article-health_shiga_lists__item .health_shiga-cat_lists__item{margin:0 5px 5px 0;font-size:10px;line-height:1;border-radius:16px;padding:6px 18px;color:#0968b7;text-align:center;background:#effafe}@media(min-width: 480px){.article-health_shiga_lists__item .health_shiga-cat_lists__item{font-size:12px;font-size:calcFluidFontSize(10px, 12px, 480px, 1280px, px)}}@media(min-width: 1280px){.article-health_shiga_lists__item .health_shiga-cat_lists__item{font-size:12px}}@media only screen and (max-width:640px){.article-health_shiga_lists__item .health_shiga-cat_lists__item{padding:2px 12px}}.is-archive .is-events-hdr,.is-archive .is-spot-hdr{margin-bottom:100px}@media only screen and (max-width:640px){.is-archive .is-events-hdr,.is-archive .is-spot-hdr{margin-bottom:50px}}.is-archive .is-events_inner,.is-archive .is-spot_inner{flex-wrap:wrap}.is-archive .is-events_inner .search-cat,.is-archive .is-spot_inner .search-cat{width:100%;margin-bottom:0}@media only screen and (max-width:640px){.is-archive.is-events .ttl-primary,.is-archive.is-spot .ttl-primary{width:90%;margin:0 auto 20px}}.is-donation .lead{font-size:13px}@media(min-width: 480px){.is-donation .lead{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-donation .lead{font-size:16px}}.is-donation .lead-ftr a{font-size:13px;color:#0968b7;text-decoration:underline}@media(min-width: 480px){.is-donation .lead-ftr a{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-donation .lead-ftr a{font-size:16px}}@media only screen and (max-width:640px){.is-donation .lead-ftr a{word-break:break-all}}.is-donation .company{margin:30px auto}.is-donation .company h3{font-weight:600}@media only screen and (max-width:640px){.is-donation .company h3{margin-bottom:8px}}.is-donation .company h3 small{font-size:12px}@media(min-width: 480px){.is-donation .company h3 small{font-size:14px;font-size:calcFluidFontSize(12px, 14px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-donation .company h3 small{font-size:14px}}@media only screen and (max-width:640px){.is-donation .company h3 small{display:block}}.is-donation .company ul{padding-left:2em}@media only screen and (max-width:640px){.is-donation .company ul{padding-left:1.5em}}.is-donation .company ul li{list-style:disc;font-size:16px;font-weight:700;color:#0968b7}@media(min-width: 480px){.is-donation .company ul li{font-size:20px;font-size:calcFluidFontSize(16px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-donation .company ul li{font-size:20px}}.is-events{position:relative}.is-events_inner{border-radius:34px;background:#f8f8f8;padding:60px}@media only screen and (max-width:640px){.is-events_inner{border-radius:17px;padding:7%}}.is-events_inner .map{width:48%;position:relative}@media only screen and (max-width:640px){.is-events_inner .map{display:none}}.is-events_inner .map-pin{width:72px;position:absolute}.is-events_inner .map-pin_kohoku{top:26%;right:13%}.is-events_inner .map-pin_kosei{top:35%;left:19%}.is-events_inner .map-pin_koto{top:50%;right:16%}.is-events_inner .map-pin_higashiomi{width:92px;bottom:30%;right:22%}.is-events_inner .map-pin_konan{bottom:27%;left:26%}.is-events_inner .map-pin_otsu{bottom:14%;left:19%}.is-events_inner .map-pin_koga{bottom:15%;right:36%}.is-events .search{width:48%}@media only screen and (max-width:640px){.is-events .search{width:100%}}.is-events .search-box .ttl{color:#323232;font-size:14px;font-weight:500;position:relative;padding-left:38px;margin-bottom:16px}@media(min-width: 480px){.is-events .search-box .ttl{font-size:26px;font-size:calcFluidFontSize(14px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-box .ttl{font-size:26px}}@media only screen and (max-width:640px){.is-events .search-box .ttl{padding-left:22px}}.is-events .search-box .ttl::before{content:"";position:absolute;left:0}.is-events .search-area .ttl::before{width:20px;height:29px;top:calc(50% - 15px);background:url("../images/common/events/icon-pin.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-events .search-area .ttl::before{width:12px;height:18px;top:calc(50% - 9px)}}.is-events .search-area .select-area{width:100%;padding:21px 20px;color:#878787;line-height:20px;font-size:16px;font-weight:700;border-radius:15px;background:#fff;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0);position:relative}@media(min-width: 480px){.is-events .search-area .select-area{font-size:23px;font-size:calcFluidFontSize(16px, 23px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-area .select-area{font-size:23px}}@media only screen and (max-width:640px){.is-events .search-area .select-area{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}@media only screen and (max-width:640px){.is-events .search-area .select-area{border-radius:12px;padding:11px 10px}}.is-events .search-area .select-area:hover{cursor:pointer}.is-events .search-area .select-area::before,.is-events .search-area .select-area::after{content:"";position:absolute}.is-events .search-area .select-area::before{width:80px;height:100%;background:#24ade2;border-radius:0 15px 15px 0;top:0;right:0}.is-events .search-area .select-area::after{width:16px;height:30px;background:url("../images/common/arw-wh.svg") center/cover no-repeat;top:calc(50% - 13px);right:32px;transform:rotate(90deg);transition:.5s}.is-events .search-area .select-area.active::after{transform:rotate(-90deg)}.is-events .search-area .select-lists{width:100%;background:#fff;padding:20px 30px;z-index:20;margin-top:20px;border-radius:16px;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media only screen and (max-width:640px){.is-events .search-area .select-lists{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}.is-events .search-area .select-lists__item a{font-size:16px;display:block}@media(min-width: 480px){.is-events .search-area .select-lists__item a{font-size:23px;font-size:calcFluidFontSize(16px, 23px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-area .select-lists__item a{font-size:23px}}.is-events .search-calendar{border-top:2px solid #e6e7e9;margin-top:30px;padding-top:30px}@media only screen and (max-width:640px){.is-events .search-calendar{margin-top:20px;padding-top:20px}}.is-events .search-calendar .ttl::before{width:27px;height:27px;top:calc(50% - 14px);background:url("../images/common/events/icon-calendar.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-events .search-calendar .ttl::before{width:12px;height:18px;top:calc(50% - 9px)}}.is-events .search-calendar_inner{background:#fff;border-radius:16px;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0);padding:30px}@media only screen and (max-width:640px){.is-events .search-calendar_inner{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}.is-events .search-calendar_inner .calendar-header{display:-ms-flex;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.is-events .search-calendar_inner .calendar-header span{font-weight:800;letter-spacing:0}.is-events .search-calendar_inner .calendar-header .prev-month,.is-events .search-calendar_inner .calendar-header .next-month{font-size:11px}@media(min-width: 480px){.is-events .search-calendar_inner .calendar-header .prev-month,.is-events .search-calendar_inner .calendar-header .next-month{font-size:13px;font-size:calcFluidFontSize(11px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-calendar_inner .calendar-header .prev-month,.is-events .search-calendar_inner .calendar-header .next-month{font-size:13px}}.is-events .search-calendar_inner .calendar-header .prev-month a,.is-events .search-calendar_inner .calendar-header .next-month a{font-size:11px}@media(min-width: 480px){.is-events .search-calendar_inner .calendar-header .prev-month a,.is-events .search-calendar_inner .calendar-header .next-month a{font-size:13px;font-size:calcFluidFontSize(11px, 13px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-calendar_inner .calendar-header .prev-month a,.is-events .search-calendar_inner .calendar-header .next-month a{font-size:13px}}.is-events .search-calendar_inner .calendar-header .prev-month .ic-arw,.is-events .search-calendar_inner .calendar-header .next-month .ic-arw{display:inline-block;vertical-align:middle;position:relative;top:auto;right:auto;margin-right:10px}.is-events .search-calendar_inner .calendar-header .prev-month .ic-arw{transform:rotate(180deg);margin:0 0 0 10px}.is-events .search-calendar_inner .calendar-header-box_center{display:-ms-flex;display:flex;justify-content:space-between;align-items:center;align-items:center}.is-events .search-calendar_inner .calendar-header-box_center span{line-height:1}.is-events .search-calendar_inner .calendar-header-box_center .current-year,.is-events .search-calendar_inner .calendar-header-box_center .current-month-name{font-size:14px}@media(min-width: 480px){.is-events .search-calendar_inner .calendar-header-box_center .current-year,.is-events .search-calendar_inner .calendar-header-box_center .current-month-name{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-calendar_inner .calendar-header-box_center .current-year,.is-events .search-calendar_inner .calendar-header-box_center .current-month-name{font-size:16px}}.is-events .search-calendar_inner .calendar-header-box_center .current-month-number{font-size:16px;margin:0 .6em 6px}@media(min-width: 480px){.is-events .search-calendar_inner .calendar-header-box_center .current-month-number{font-size:26px;font-size:calcFluidFontSize(16px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-calendar_inner .calendar-header-box_center .current-month-number{font-size:26px}}.is-events .search-calendar_inner .calendar-table{width:100%}.is-events .search-calendar_inner .calendar-table tr th,.is-events .search-calendar_inner .calendar-table tr td{width:14.2857142857%;text-align:center;font-size:14px}@media(min-width: 480px){.is-events .search-calendar_inner .calendar-table tr th,.is-events .search-calendar_inner .calendar-table tr td{font-size:15px;font-size:calcFluidFontSize(14px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-calendar_inner .calendar-table tr th,.is-events .search-calendar_inner .calendar-table tr td{font-size:15px}}.is-events .search-calendar_inner .calendar-table thead tr th{padding-bottom:6px}.is-events .search-calendar_inner .calendar-table tbody tr td{height:60px;position:relative}.is-events .search-calendar_inner .calendar-table tbody tr td:first-child .date{color:#e34c85}.is-events .search-calendar_inner .calendar-table tbody tr td:last-child .date{color:#485fe9}.is-events .search-calendar_inner .calendar-table tbody tr td.prev-month-day,.is-events .search-calendar_inner .calendar-table tbody tr td.next-month-day{opacity:.4;filter:alpha(opacity=40)}.is-events .search-calendar_inner .calendar-table tbody tr td.active .date{display:block}.is-events .search-calendar_inner .calendar-table tbody tr td.active .date::after{width:8px;height:8px;border-radius:50%;content:"";position:absolute;left:calc(50% - 4px);bottom:16px}.is-events .search-calendar_inner .calendar-table tbody tr td.active.sightseeing .date::after{background:#e8409b}.is-events .search-calendar_inner .calendar-table tbody tr td.active.gourmet .date::after{background:#e4960e}.is-events .search-calendar_inner .calendar-table tbody tr td.active.shopping .date::after{background:#20be7b}.is-events .search-calendar_inner .calendar-table tbody tr td.active.business .date::after{background:#1bbcbc}.is-events .search-calendar_inner .calendar-table tbody tr td.active.souvenir .date::after{background:#3164b7}.is-events .search-calendar_inner .calendar-table tbody tr td.active.experience .date::after{background:#a337c7}.is-events .search-calendar_inner .calendar-table tbody tr td.active.culture .date::after{background:#376ec7}.is-events .search-cat{border-top:2px solid #e6e7e9;margin:30px auto 56px;padding-top:30px}@media only screen and (max-width:640px){.is-events .search-cat{margin:20px auto 16px;padding-top:20px}}.is-events .search-cat .ttl::before{width:29px;height:30px;top:calc(50% - 15px);background:url("../images/common/events/icon-search.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-events .search-cat .ttl::before{width:19px;height:20px;top:calc(50% - 10px)}}.is-events .search-cat_lists{margin-bottom:30px;flex-wrap:wrap}@media only screen and (max-width:640px){.is-events .search-cat_lists{margin-bottom:20px}}.is-events .search-cat_lists__item{margin:0 11px 11px 0}@media only screen and (max-width:640px){.is-events .search-cat_lists__item{margin:0 8px 8px 0}}.is-events .search-cat_lists__item:last-child{margin-right:0}.is-events .search-cat_lists__item a,.is-events .search-cat_lists__item span{display:inline-block;font-size:11px;font-weight:500;border-radius:10px;padding:5px 12px;line-height:1}@media(min-width: 480px){.is-events .search-cat_lists__item a,.is-events .search-cat_lists__item span{font-size:16px;font-size:calcFluidFontSize(11px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-events .search-cat_lists__item a,.is-events .search-cat_lists__item span{font-size:16px}}@media only screen and (max-width:640px){.is-events .search-cat_lists__item a,.is-events .search-cat_lists__item span{padding:3px 6px;border-radius:5px}}.is-events .search-cat_lists__item-sightseeing a,.is-events .search-cat_lists__item-sightseeing span{color:#e8409b;border:2px solid #e8409b}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-sightseeing a,.is-events .search-cat_lists__item-sightseeing span{border:1px solid #e8409b}}.is-events .search-cat_lists__item-gourmet a,.is-events .search-cat_lists__item-gourmet span{color:#e4960e;border:2px solid #e4960e}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-gourmet a,.is-events .search-cat_lists__item-gourmet span{border:1px solid #e4960e}}.is-events .search-cat_lists__item-shopping a,.is-events .search-cat_lists__item-shopping span{color:#20be7b;border:2px solid #20be7b}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-shopping a,.is-events .search-cat_lists__item-shopping span{border:1px solid #20be7b}}.is-events .search-cat_lists__item-business a,.is-events .search-cat_lists__item-business span{color:#1bbcbc;border:2px solid #1bbcbc}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-business a,.is-events .search-cat_lists__item-business span{border:1px solid #1bbcbc}}.is-events .search-cat_lists__item-souvenir a,.is-events .search-cat_lists__item-souvenir span{color:#3164b7;border:2px solid #3164b7}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-souvenir a,.is-events .search-cat_lists__item-souvenir span{border:1px solid #3164b7}}.is-events .search-cat_lists__item-experience a,.is-events .search-cat_lists__item-experience span{color:#a337c7;border:2px solid #a337c7}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-experience a,.is-events .search-cat_lists__item-experience span{border:1px solid #a337c7}}.is-events .search-cat_lists__item-culture a,.is-events .search-cat_lists__item-culture span{color:#376ec7;border:2px solid #376ec7}@media only screen and (max-width:640px){.is-events .search-cat_lists__item-culture a,.is-events .search-cat_lists__item-culture span{border:1px solid #376ec7}}.is-events .search .btn-more a .ic-arw{width:14px;height:26px;top:calc(50% - 13px);right:10%}@media only screen and (max-width:640px){.is-events .search .btn-more a .ic-arw{width:8px;height:18px;top:calc(50% - 9px);right:26px}}.is-events .shape_item{position:absolute}.is-events .shape_item-L{left:0;z-index:-1}.is-events .shape_item-R{right:0}.is-events .shape_item-1{top:5vh}@media only screen and (max-width:640px){.is-events .shape_item-1{width:50px;top:-10vh}}.is-events .shape_item-2{bottom:-18%}@media only screen and (max-width:640px){.is-events .shape_item-2{width:50px}}.is-events .shape_item-3{top:-14%}@media only screen and (max-width:640px){.is-events .shape_item-3{width:60px;top:-20vh}}.is-shiga-expo .lead{margin-bottom:26px;font-size:13px;line-height:2}@media(min-width: 480px){.is-shiga-expo .lead{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-shiga-expo .lead{font-size:16px}}@media only screen and (max-width:640px){.is-shiga-expo .lead{line-height:1.75}}.is-shiga-expo .btn a{font-size:15px;text-decoration:underline;color:#0968b7;position:relative;padding-left:40px}@media(min-width: 480px){.is-shiga-expo .btn a{font-size:17px;font-size:calcFluidFontSize(15px, 17px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-shiga-expo .btn a{font-size:17px}}@media only screen and (max-width:640px){.is-shiga-expo .btn a{padding-left:30px}}.is-shiga-expo .btn a::before{width:30px;height:30px;content:"";background:url("../images/page/expo-shiga/arw-circle.svg") center/cover no-repeat;position:absolute;top:calc(50% - 15px);left:0}@media only screen and (max-width:640px){.is-shiga-expo .btn a::before{width:20px;height:20px;top:calc(50% - 10px)}}.is-expo-access_hdr{margin-bottom:5.8333333333vw}@media only screen and (max-width:640px){.is-expo-access_hdr .ttl-primary .jp{letter-spacing:0}}.is-expo-access_hdr .txt{font-size:12px;line-height:2}@media(min-width: 480px){.is-expo-access_hdr .txt{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-expo-access_hdr .txt{font-size:16px}}@media only screen and (max-width:640px){.is-expo-access_hdr .txt{line-height:1.667}}@media only screen and (max-width:640px){.is-expo-access_howto{display:block;margin-top:40px}}.is-expo-access_howto-box{position:relative}.is-expo-access_howto-box .ttl{text-align:center;background:#f8f8f8;padding:12px 0;line-height:1;margin-bottom:2.8333333333vw}.is-expo-access_howto-box .ttl span,.is-expo-access_howto-box .ttl .icon{display:inline-block;vertical-align:middle}.is-expo-access_howto-box .ttl span{color:#323232;font-size:15px;font-weight:800}@media(min-width: 480px){.is-expo-access_howto-box .ttl span{font-size:28px;font-size:calcFluidFontSize(15px, 28px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-expo-access_howto-box .ttl span{font-size:28px}}.is-expo-access_howto-box .ttl .icon{margin-right:10px}.is-expo-access_howto-box-train{margin-bottom:5.8333333333vw}@media only screen and (max-width:640px){.is-expo-access_howto-box-train{margin-bottom:30px}}.is-expo-access_howto-box-train .ttl .icon{width:34px;height:28px;background:url("../images/page/access/icon-train.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-expo-access_howto-box-train .ttl .icon{width:25px;height:20px}}.is-expo-access_howto-box-car{margin-bottom:6.6666666667vw}@media only screen and (max-width:640px){.is-expo-access_howto-box-car{margin-bottom:30px}}.is-expo-access_howto-box-car .ttl .icon{width:36px;height:28px;background:url("../images/page/access/icon-car.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-expo-access_howto-box-car .ttl .icon{width:26px;height:20px}}.is-expo-access_howto-btn{margin-bottom:7.5vw}@media only screen and (max-width:640px){.is-expo-access_howto-btn{margin-bottom:50px;display:block}}.is-expo-access_howto-btn p{width:400px;text-align:center;margin:0 15px}@media only screen and (max-width:640px){.is-expo-access_howto-btn p{width:100%;margin:0 auto 20px}}.is-expo-access_howto-btn p a{width:100%;height:66px;line-height:58px;border:3px solid #3c3c3c;font-size:16px;display:block;border-radius:33px;position:relative}@media(min-width: 480px){.is-expo-access_howto-btn p a{font-size:22px;font-size:calcFluidFontSize(16px, 22px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-expo-access_howto-btn p a{font-size:22px}}@media only screen and (max-width:640px){.is-expo-access_howto-btn p a{height:42px;border:2px solid #3c3c3c;line-height:38px}}.is-expo-access_howto-btn p a::before{width:15px;height:29px;background:url("../images/common/arw-bk2.svg") center/cover no-repeat;content:"";position:absolute;top:calc(50% - 15px);right:20px}@media only screen and (max-width:640px){.is-expo-access_howto-btn p a::before{width:9px;height:16px;top:calc(50% - 8px)}}.index{width:100%;position:relative}.index .is-news{margin:31px auto 107px}.index .is-news_inner{width:90%;margin:0 auto;position:relative}@media only screen and (max-width:640px){.index .is-news_inner{width:90%}}.index .is-news_inner .wrap{background:#fff;border-radius:34px;padding:50px 70px 60px;position:relative;overflow:hidden;z-index:2}@media only screen and (max-width:640px){.index .is-news_inner .wrap{height:200px;overflow:scroll;padding:5%;border-radius:17px}}.index .is-news_inner .wrap .article-news_lists__item{margin-bottom:20px;padding-bottom:0;border-bottom:0}@media only screen and (max-width:640px){.index .is-news_inner .wrap .article-news_lists__item{margin-bottom:1px}}.index .is-news_inner .wrap .article-news_lists__item:last-child{margin-bottom:0}.index .is-news_inner .wrap .article-news_lists__item .txt .date{font-size:13px}@media(min-width: 480px){.index .is-news_inner .wrap .article-news_lists__item .txt .date{font-size:18px;font-size:calcFluidFontSize(13px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-news_inner .wrap .article-news_lists__item .txt .date{font-size:18px}}.index .is-news_inner .wrap .article-news_lists__item .txt-body .ttl-post{font-size:12px}@media(min-width: 480px){.index .is-news_inner .wrap .article-news_lists__item .txt-body .ttl-post{font-size:14px;font-size:calcFluidFontSize(12px, 14px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-news_inner .wrap .article-news_lists__item .txt-body .ttl-post{font-size:14px}}.index .is-news_inner .wrap .article-news_lists__item .txt-body .excerpt{display:none}.index .is-news_inner::before{width:390px;height:100px;content:"";position:absolute;bottom:0;right:0;background:url("../images/page/top-page/news-shape.svg") center/cover no-repeat;z-index:3}@media only screen and (max-width:640px){.index .is-news_inner::before{width:190px;height:60px;content:none}}.index .is-news_inner .btn-more-news{position:absolute;top:-38px;right:44px;text-align:center;transition:.4s;z-index:1}@media only screen and (max-width:640px){.index .is-news_inner .btn-more-news{top:-30px;right:12px}}.index .is-news_inner .btn-more-news:hover{top:-58px}.index .is-news_inner .btn-more-news:hover a{opacity:1;filter:alpha(opacity=100)}.index .is-news_inner .btn-more-news a{background:#37c73b;border-radius:22px 22px 0 0;border:2px solid #fff;padding:5px 35px 21px 25px;display:inline-block}@media only screen and (max-width:640px){.index .is-news_inner .btn-more-news a{border-radius:15px 15px 0 0;padding:2px 25px 2px 15px;border:1px solid #fff;line-height:1}}.index .is-news_inner .btn-more-news a span{font-size:12px;font-weight:500;color:#fff}@media(min-width: 480px){.index .is-news_inner .btn-more-news a span{font-size:14px;font-size:calcFluidFontSize(12px, 14px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-news_inner .btn-more-news a span{font-size:14px}}@media only screen and (max-width:640px){.index .is-news_inner .btn-more-news a .ic-arw{width:4px;height:9px;top:13px}}.index .is-events_inner{width:90%;margin:0 auto}.index .is-events_inner .map,.index .is-events_inner .search{width:48%}@media only screen and (max-width:640px){.index .is-events_inner .map,.index .is-events_inner .search{width:100%}}.index .is-about-shiga{background:#f8f8f8;padding-bottom:8.3333333333vw}.index .is-about-shiga-hdr{padding:60px 0;margin:67px auto 0}.index .is-about-shiga-hdr_lists{flex-wrap:wrap}.index .is-about-shiga-hdr_lists__item{width:calc((100% - 40px)/2);margin:0 40px 40px 0}@media only screen and (max-width:640px){.index .is-about-shiga-hdr_lists__item{width:calc((100% - 20px)/2);margin:0 20px 20px 0}}.index .is-about-shiga-hdr_lists__item:nth-of-type(2n){margin-right:0}.index .is-about-shiga-hdr_lists__item-bnr{filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media only screen and (max-width:640px){.index .is-about-shiga-hdr_lists__item-bnr{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}@media only screen and (max-width:640px){.index .is-about-shiga-hdr_lists__item-bnr{width:100%;margin:0 0 30px}}.index .is-about-shiga-hdr_lists__item-bnr img{width:100%}@media only screen and (max-width:640px){.index .is-about-shiga-hdr_lists__item-btn a small{line-height:1.2;display:block}}.index .is-about-shiga-ftr{width:100%;position:relative}.index .is-about-shiga-ftr .ttl-circle{width:232px;padding:16px;background:#f8f8f8;border-radius:50%;margin:-40px auto 70px;position:relative;z-index:3}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .ttl-circle{width:40%;margin-bottom:20px}}.index .is-about-shiga-ftr .ttl-circle::before,.index .is-about-shiga-ftr .ttl-circle::after{width:343px;height:77px;content:"";position:absolute;bottom:40px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .ttl-circle::before,.index .is-about-shiga-ftr .ttl-circle::after{width:70%;height:39px}}.index .is-about-shiga-ftr .ttl-circle::before{background:url("../images/page/top-page/about-shiga/shape-circle-l.svg") center/cover no-repeat;left:-170%}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .ttl-circle::before{left:-24vw}}.index .is-about-shiga-ftr .ttl-circle::after{background:url("../images/page/top-page/about-shiga/shape-circle-r.svg") center/cover no-repeat;right:-170%}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .ttl-circle::after{right:-24vw}}.index .is-about-shiga-ftr_lists{width:80%;margin:0 auto}.index .is-about-shiga-ftr_lists__item{padding-top:150px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item{display:block;padding-top:60px}}.index .is-about-shiga-ftr_lists__item:first-child{padding-top:0}.index .is-about-shiga-ftr_lists__item:last-child{margin-bottom:110px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item:last-child{margin-bottom:40px}}.index .is-about-shiga-ftr_lists__item .txt{width:calc(52% - 60px)}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .txt{width:100%}}.index .is-about-shiga-ftr_lists__item .txt-ttl{color:#323232;font-size:27px;font-weight:800;line-height:1.286;margin-bottom:22px}@media(min-width: 480px){.index .is-about-shiga-ftr_lists__item .txt-ttl{font-size:42px;font-size:calcFluidFontSize(27px, 42px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr_lists__item .txt-ttl{font-size:42px}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .txt-ttl{margin-bottom:14px;line-height:1.25}}.index .is-about-shiga-ftr_lists__item .txt-ttl small{font-size:13px;display:block;color:#24ade2}@media(min-width: 480px){.index .is-about-shiga-ftr_lists__item .txt-ttl small{font-size:20px;font-size:calcFluidFontSize(13px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr_lists__item .txt-ttl small{font-size:20px}}.index .is-about-shiga-ftr_lists__item .txt-lead{font-size:13px;line-height:2.063}@media(min-width: 480px){.index .is-about-shiga-ftr_lists__item .txt-lead{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr_lists__item .txt-lead{font-size:16px}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .txt-lead{margin-bottom:20px;line-height:1.538}}.index .is-about-shiga-ftr_lists__item .txt-lead a{font-size:13px;line-height:2.063;color:#24ade2;text-decoration:underline}@media(min-width: 480px){.index .is-about-shiga-ftr_lists__item .txt-lead a{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr_lists__item .txt-lead a{font-size:16px}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .txt-lead a{line-height:1.538}}.index .is-about-shiga-ftr_lists__item .img{width:48%;position:relative}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .img{width:90%}}.index .is-about-shiga-ftr_lists__item .img img{width:100%;border-radius:34px;position:relative;z-index:1}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .img img{border-radius:17px}}.index .is-about-shiga-ftr_lists__item .img::after{width:100%;height:100%;background:#c2e8f7;border-radius:34px;content:"";position:absolute;top:40px;z-index:0}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item .img::after{top:20px;border-radius:17px}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-L .img{margin:0 0 0 auto}}.index .is-about-shiga-ftr_lists__item-L .img::after{left:-40px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-L .img::after{left:-20px}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-R .img{margin:0 auto 0 0}}.index .is-about-shiga-ftr_lists__item-R .img::after{right:-40px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-R .img::after{right:-20px}}.index .is-about-shiga-ftr_lists__item-1 .img .icon{width:167px;display:block;position:absolute;bottom:-100px;left:-40px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-1 .img .icon{width:100px;bottom:-40px;left:-50px}}.index .is-about-shiga-ftr_lists__item-1 .img .icon img{border-radius:0}.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more{width:100%;margin-top:20px;border-radius:20px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more{border-radius:10px;margin-bottom:20px}}.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more a{padding-left:26px}.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more a span{font-size:12px}@media(min-width: 480px){.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more a span{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more a span{font-size:16px}}.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more a .ic-arw{left:6%}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-2 .txt p.btn-more a .ic-arw{left:5%}}.index .is-about-shiga-ftr_lists__item-2 .img .myakumyaku{position:absolute;bottom:-140px;right:-70px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-2 .img .myakumyaku{bottom:-60px}}.index .is-about-shiga-ftr_lists__item-2 .img .myakumyaku img{border-radius:0}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-2 .img .myakumyaku-illust{width:90px}}.index .is-about-shiga-ftr_lists__item-2 .img .myakumyaku-description{margin-left:-10px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-2 .img .myakumyaku-description{width:100px;margin-left:-20px}}.index .is-about-shiga-ftr_lists__item-3 .txt{position:relative}.index .is-about-shiga-ftr_lists__item-3 .txt-icon{width:40%;display:block;position:absolute;top:30px;right:0}@media only screen and (max-width:640px){.index .is-about-shiga-ftr_lists__item-3 .txt-icon{width:45%;top:-10px}}.index .is-about-shiga-ftr_lists__item-3 .txt-icon img{margin:0}.index .is-about-shiga-ftr .btn-more-link{margin-bottom:30px !important}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .btn-more-link{margin-bottom:20px !important}}.index .is-about-shiga-ftr .btn-more-link_s a span{font-size:18px}@media(min-width: 480px){.index .is-about-shiga-ftr .btn-more-link_s a span{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr .btn-more-link_s a span{font-size:20px}}.index .is-about-shiga-ftr .booth-content{margin-top:20px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content{margin-top:40px}}.index .is-about-shiga-ftr .booth-content h4{text-align:center;background:#24ade2;padding:6px 0;border-radius:15px 15px 0 0;color:#fff;position:relative;overflow:hidden}.index .is-about-shiga-ftr .booth-content h4::before,.index .is-about-shiga-ftr .booth-content h4:after{position:absolute;content:""}.index .is-about-shiga-ftr .booth-content h4::before{width:83px;height:38px;background:url("../images/page/top-page/about-shiga/booth-ttl_bg-l.svg") center/cover no-repeat;bottom:0;left:0}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content h4::before{width:48px;height:26px}}.index .is-about-shiga-ftr .booth-content h4:after{width:68px;height:42px;background:url("../images/page/top-page/about-shiga/booth-ttl_bg-r.svg") center/cover no-repeat;top:0;right:0}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content h4:after{right:-30px}}.index .is-about-shiga-ftr .booth-content_lists{background:#fff;border-radius:0 0 15px 15px;padding:18px 20px 20px;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content_lists{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}.index .is-about-shiga-ftr .booth-content_lists__item{position:relative;padding-left:16px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content_lists__item{line-height:1.45}}.index .is-about-shiga-ftr .booth-content_lists__item .ic-arw{right:auto;left:0;top:calc(50% - 6px)}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content_lists__item .ic-arw{top:6px}}.index .is-about-shiga-ftr .booth-content_lists__item a{text-decoration:underline}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content_lists__item a{line-height:1.45}}.index .is-about-shiga-ftr .booth-content-link_lists{margin-top:30px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content-link_lists{margin:20px auto 30px;display:block}}.index .is-about-shiga-ftr .booth-content-link_lists__item{width:calc((100% - 18px)/2) !important;padding:8px 0 8px 10%;border-radius:15px;margin-bottom:0 !important}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content-link_lists__item{width:100% !important;padding:17px 0 17px 16%}}.index .is-about-shiga-ftr .booth-content-link_lists__item a{line-height:1.2;text-align:left}.index .is-about-shiga-ftr .booth-content-link_lists__item a .ic-arw{width:16px;height:16px;top:calc(50% - 8px);left:-15%}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content-link_lists__item a .ic-arw{left:-10%}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content-link_lists__item a br{display:none}}.index .is-about-shiga-ftr .booth-content-link_lists__item a span{font-size:14px;line-height:1.2}@media(min-width: 480px){.index .is-about-shiga-ftr .booth-content-link_lists__item a span{font-size:15px;font-size:calcFluidFontSize(14px, 15px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-about-shiga-ftr .booth-content-link_lists__item a span{font-size:15px}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .booth-content-link_lists__item.btn-more{margin-bottom:20px !important}}.index .is-about-shiga-ftr .btn-more{width:41.6666666667vw;margin:0 auto}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .btn-more{width:90%;line-height:1.5}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .btn-more a{line-height:1.5}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr .btn-more a span{line-height:1.5}}@media only screen and (max-width:640px){.index .is-about-shiga-ftr-bnr{width:90%;margin:0 auto}}.index .is-about-shiga-ftr-bnr_lists{margin:30px auto 0;flex-wrap:wrap}@media only screen and (max-width:640px){.index .is-about-shiga-ftr-bnr_lists{margin:20px auto;display:block}}.index .is-about-shiga-ftr-bnr_lists__item{width:calc((100% - 40px)/2);margin-bottom:40px}@media only screen and (max-width:640px){.index .is-about-shiga-ftr-bnr_lists__item{width:100%;margin-bottom:20px}}.index .is-about-shiga-ftr-bnr_lists__item img{width:100%;filter:drop-shadow(0 5px 0 rgba(17, 37, 62, 0.22));transform:translateZ(0)}@media only screen and (max-width:640px){.index .is-about-shiga-ftr-bnr_lists__item img{filter:drop-shadow(0 3px 0 rgba(17, 37, 62, 0.22))}}.index .is-bnr{margin:0 auto 67px;background:#c2e8f7;padding:50px 0}@media only screen and (max-width:640px){.index .is-bnr{padding:30px 0}}.index .is-bnr::after{opacity:.3;filter:alpha(opacity=30)}.index .is-bnr::before{height:15px;background:url("../images/page/top-page/bnr/wave.png");top:-15px}.index .is-bnr_lists__item{margin-bottom:40px}@media only screen and (max-width:640px){.index .is-bnr_lists__item{margin-bottom:20px}}.index .is-bnr_lists__item:last-child{margin-bottom:0}.index .is-bnr_lists__item img{width:100%}.index .is-link_inner{width:90%}@media only screen and (max-width:640px){.index .is-link_inner{display:block}}.index .is-link .ttl{text-align:center;color:#323232;font-size:20px;letter-spacing:.25em;font-weight:800;margin-bottom:8px}@media(min-width: 480px){.index .is-link .ttl{font-size:30px;font-size:calcFluidFontSize(20px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-link .ttl{font-size:30px}}@media only screen and (max-width:640px){.index .is-link .ttl{margin-bottom:4px}}.index .is-link-left{width:50%;padding-right:50px;border-right:1px solid #dfedf2}@media only screen and (max-width:640px){.index .is-link-left{width:100%;padding-right:0;border-right:0}}.index .is-link-left_lists__item{position:relative}.index .is-link-left_lists__item-donation{margin-bottom:30px;padding-bottom:40px;border-bottom:2px solid #dfedf2}@media only screen and (max-width:640px){.index .is-link-left_lists__item-donation{margin-bottom:20px;padding-bottom:30px}}.index .is-link-left_lists__item-donation .btn-more::before{width:58px;height:62px;content:"";background:url("../images/page/top-page/link/icon-donation.svg") center/cover no-repeat;position:absolute;top:calc(50% - 31px);left:15%;z-index:1}@media only screen and (max-width:640px){.index .is-link-left_lists__item-donation .btn-more::before{width:43px;height:46px;top:calc(50% - 23px);left:10%}}.index .is-link-left_lists__item-link .btn-more a{padding:2px 0}@media only screen and (max-width:640px){.index .is-link-left_lists__item-link .btn-more a{padding:13px 0}}.index .is-link-right{width:50%;padding-left:50px}@media only screen and (max-width:640px){.index .is-link-right{width:100%;padding:20px 0 0 0;margin-top:30px;border-top:2px solid #dfedf2}}@media only screen and (max-width:640px){.index .is-link-right_lists{flex-wrap:wrap}}.index .is-link-right_lists__item{position:relative}@media only screen and (max-width:640px){.index .is-link-right_lists__item{width:50%;margin-bottom:20px}}.index .is-link-right_lists__item .icon{width:100px;height:100px;border-radius:50%;background:#c2e8f7;margin:0 auto 16px;display:-ms-flex;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:640px){.index .is-link-right_lists__item .icon{padding:20px;margin-bottom:8px}}@media only screen and (max-width:640px){.index .is-link-right_lists__item:last-child .icon{padding:26px}}.index .is-link-right_lists__item .btn-more a{padding:0;display:inline-block}.index .is-link-right_lists__item .btn-more a span{font-size:14px}@media(min-width: 480px){.index .is-link-right_lists__item .btn-more a span{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-link-right_lists__item .btn-more a span{font-size:16px}}@media only screen and (max-width:640px){.index .is-link-right_lists__item .btn-more a span{font-weight:500}}.index .is-link-right_lists__item .btn-more a .ic-arw{width:10px;height:17px;top:calc(50% - 7px);right:-13px}@media only screen and (max-width:640px){.index .is-link-right_lists__item .btn-more a .ic-arw{width:6px;height:11px;top:calc(50% - 6px);right:-15px}}@media only screen and (max-width:640px){.index .is-link-right_lists__item-flyer .icon{padding:23px}}.index .is-link-right_lists__item-logo .icon{padding:10px}@media only screen and (max-width:640px){.index .is-link-right_lists__item-logo .icon{padding:14px !important}}.index .is-link-right_lists__item-logo .icon img{background:#fff;border-radius:50%;padding:2px}.index .is-link-right .btn-more.btn-more-has_bg{margin-top:60px}@media only screen and (max-width:640px){.index .is-link-right .btn-more.btn-more-has_bg{margin-top:10px}}.index .is-link-right .btn-more.btn-more-has_bg a{padding:8px 0}@media only screen and (max-width:640px){.index .is-link-right .btn-more.btn-more-has_bg a{padding:16px 20px 16px 0}}.index .is-link-right .btn-more.btn-more-has_bg a span{font-size:15px}@media(min-width: 480px){.index .is-link-right .btn-more.btn-more-has_bg a span{font-size:20px;font-size:calcFluidFontSize(15px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.index .is-link-right .btn-more.btn-more-has_bg a span{font-size:20px}}@media only screen and (max-width:640px){.index .is-link-right .btn-more.btn-more-has_bg a .ic-arw{right:20px}}.is-health-shiga_inner{max-width:875px}@media only screen and (max-width:640px){.is-health-shiga_inner{max-width:auto}}.is-health-shiga-information{background:#e9ffff;border:1px solid rgba(0,156,134,.13);padding:50px;border-radius:20px;margin-bottom:70px}@media only screen and (max-width:640px){.is-health-shiga-information{padding:6%;margin-bottom:40px}}.is-health-shiga-information h3{margin-bottom:40px}.is-health-shiga-information-box{border:2px solid #009eb6;padding:40px 20px 20px;position:relative;border-radius:20px;margin-bottom:53px}@media only screen and (max-width:640px){.is-health-shiga-information-box{padding:30px 20px 20px;border-radius:10px;margin-bottom:30px}.is-health-shiga-information-box:last-child{margin-bottom:10px}}.is-health-shiga-information-box h4{text-align:center;position:absolute;transform:translate(-50%, -50%);left:50%;top:-2px}.is-health-shiga-information-box h4 span{display:inline-block;padding:3px 30px;background:#009eb6;font-size:13px;color:#fff}@media(min-width: 480px){.is-health-shiga-information-box h4 span{font-size:18px;font-size:calcFluidFontSize(13px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-information-box h4 span{font-size:18px}}@media only screen and (max-width:640px){.is-health-shiga-information-box .inner{display:block}}.is-health-shiga-information-box .inner .day{color:#232323;line-height:1.5;font-size:12px}@media(min-width: 480px){.is-health-shiga-information-box .inner .day{font-size:20px;font-size:calcFluidFontSize(12px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-information-box .inner .day{font-size:20px}}.is-health-shiga-information-box .inner .day strong{font-size:12px;color:#009c86;display:block}@media(min-width: 480px){.is-health-shiga-information-box .inner .day strong{font-size:20px;font-size:calcFluidFontSize(12px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-information-box .inner .day strong{font-size:20px}}.is-health-shiga-information-box-1 .day{width:50%}@media only screen and (max-width:640px){.is-health-shiga-information-box-1 .day{width:100%;margin-bottom:14px}.is-health-shiga-information-box-1 .day:last-child{margin-bottom:0}}.is-health-shiga-information-box-2 .day{text-align:center}.is-health-shiga-information .lead{font-size:12px;line-height:1.75}@media(min-width: 480px){.is-health-shiga-information .lead{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-information .lead{font-size:16px}}.is-health-shiga-schedule h3{font-size:19px;font-weight:600;text-align:center;margin-bottom:20px;color:#323232}@media(min-width: 480px){.is-health-shiga-schedule h3{font-size:38px;font-size:calcFluidFontSize(19px, 38px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-schedule h3{font-size:38px}}@media only screen and (max-width:640px){.is-health-shiga-schedule h3{margin-bottom:14px}}.is-health-shiga-schedule .img{white-space:nowrap;overflow:scroll}.is-health-shiga-schedule .img span{width:246%;display:block}@media only screen and (max-width:640px){.is-health-shiga-schedule .img span{width:515%}}.is-health-shiga-schedule .lead{font-size:16px;line-height:1.75;margin-top:60px}@media(min-width: 480px){.is-health-shiga-schedule .lead{font-size:16px;font-size:calcFluidFontSize(16px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-schedule .lead{font-size:16px}}@media only screen and (max-width:640px){.is-health-shiga-schedule .lead{margin-top:20px}}.is-health-shiga-post{margin-top:96px}@media only screen and (max-width:640px){.is-health-shiga-post{margin-top:30px}}.is-health-shiga-post .filter{margin-bottom:40px}.is-health-shiga-post .filter_lists{display:flex;flex-wrap:wrap;gap:10px;padding:0}@media only screen and (max-width:640px){.is-health-shiga-post .filter_lists{gap:5px}}.is-health-shiga-post .filter_lists__item .category-btn{min-width:96px;padding:3px 16px;color:#fff;font-size:11px;border-radius:10px;opacity:.4;filter:alpha(opacity=40);background:#0968b7;border:none;cursor:pointer;transition:.7s}@media(min-width: 480px){.is-health-shiga-post .filter_lists__item .category-btn{font-size:16px;font-size:calcFluidFontSize(11px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-health-shiga-post .filter_lists__item .category-btn{font-size:16px}}@media only screen and (max-width:640px){.is-health-shiga-post .filter_lists__item .category-btn{min-width:55px;padding:3px 12px;border-radius:5px}}.is-health-shiga-post .filter_lists__item .category-btn:hover{opacity:1;filter:alpha(opacity=100)}.is-health-shiga-post .filter_lists__item .category-btn.active{opacity:1;filter:alpha(opacity=100)}.is-introduction_about{margin-bottom:9.1666666667vw}@media only screen and (max-width:640px){.is-introduction_about{display:block}}.is-introduction_about .body{width:40vw;position:relative;z-index:2;margin-left:6.6666666667vw}@media only screen and (max-width:640px){.is-introduction_about .body{width:90%;margin:0 auto}}@media only screen and (max-width:640px){.is-introduction_about .body .ttl-primary{margin-bottom:14px}}.is-introduction_about .body .txt p{font-size:13px;line-height:2}@media(min-width: 480px){.is-introduction_about .body .txt p{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-introduction_about .body .txt p{font-size:16px}}@media only screen and (max-width:640px){.is-introduction_about .body .txt p{line-height:1.692}}.is-introduction_about .img{width:59.1666666667vw;margin-left:-6.6666666667vw;position:relative;z-index:1}@media only screen and (max-width:640px){.is-introduction_about .img{width:100%}}.is-introduction_guide .ttl-primary{margin-bottom:70px}@media only screen and (max-width:640px){.is-introduction_guide .ttl-primary{margin-bottom:30px}}.is-introduction_guide-box{margin-bottom:13.3333333333vw}@media only screen and (max-width:640px){.is-introduction_guide-box{display:block;position:relative}}.is-introduction_guide-box .body{width:calc(100% - 35.8333333333vw - 5vw);position:relative;z-index:2}@media only screen and (max-width:640px){.is-introduction_guide-box .body{width:95%}}.is-introduction_guide-box .body .ttl{width:2em;color:#323232;font-size:22px;font-weight:800;-moz-writing-mode:vertical-rl;writing-mode:tb-rl;writing-mode:vertical-rl}@media(min-width: 480px){.is-introduction_guide-box .body .ttl{font-size:37px;font-size:calcFluidFontSize(22px, 37px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-introduction_guide-box .body .ttl{font-size:37px}}.is-introduction_guide-box .body .content{width:calc(100% - 2em - 20px);margin-left:20px}@media only screen and (max-width:640px){.is-introduction_guide-box .body .content{width:calc(100% - 2em - 10px);margin-left:10px}}.is-introduction_guide-box .body .content p{font-size:12px;line-height:2}@media(min-width: 480px){.is-introduction_guide-box .body .content p{font-size:16px;font-size:calcFluidFontSize(12px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-introduction_guide-box .body .content p{font-size:16px}}@media only screen and (max-width:640px){.is-introduction_guide-box .body .content p{width:92%;line-height:1.667}}.is-introduction_guide-box .body .content-img{margin-top:30px}@media only screen and (max-width:640px){.is-introduction_guide-box .body .content-img{width:calc(95% + 2em + 10px)}}.is-introduction_guide-box .body .content-img img{width:100%}.is-introduction_guide-box .img{width:35.8333333333vw;position:relative;z-index:1;margin-top:-6.6666666667vw;opacity:.3;filter:alpha(opacity=30)}@media only screen and (max-width:640px){.is-introduction_guide-box .img{width:65%;position:absolute;top:0;left:0}}.is-introduction_guide-box-L .body{margin-left:5vw}@media only screen and (max-width:640px){.is-introduction_guide-box-L .body .content-img{margin:20px 0 0 calc(-2em - 10px)}}.is-introduction_guide-box-L .img{margin-right:10px}.is-introduction_guide-box-R{flex-flow:row-reverse}.is-introduction_guide-box-R .body{margin-right:6.6666666667vw}@media only screen and (max-width:640px){.is-introduction_guide-box-R .body{margin:0 0 0 5vw}}@media only screen and (max-width:640px){.is-introduction_guide-box-R .body .content-img{margin:20px 0 0 calc(-2em - 10px)}}.is-kv{position:relative;margin:0 auto}.is-kv-front{width:100%;height:54.1666666667vw;max-height:650px;background:url("../images/page/top-page/kv/kv-pc.jpg") center/cover no-repeat}@media only screen and (min-width:641px)and (max-width:835px){.is-kv-front{height:70vh}}@media only screen and (max-width:640px){.is-kv-front{height:44vh}}.is-kv-front_inner .lead-main{position:absolute;top:23%;left:10%}@media only screen and (max-width:640px){.is-kv-front_inner .lead-main{width:70%;top:15vh;left:10%}}.is-kv-front_inner .lead-sub{position:absolute;top:54%;left:52%}@media only screen and (max-width:640px){.is-kv-front_inner .lead-sub{width:30%;top:26vh;left:55%}}.is-kv-front_inner .myakumyaku{position:absolute;bottom:10px;right:10%}@media only screen and (max-width:640px){.is-kv-front_inner .myakumyaku{bottom:0;right:10%}}.is-kv-front_inner .myakumyaku-description{margin-bottom:20px}@media only screen and (max-width:640px){.is-kv-front_inner .myakumyaku-description{width:70px;margin:0 5px 10px 0}}@media only screen and (max-width:640px){.is-kv-front_inner .myakumyaku-illust{width:50px}}.is-kv-front .shape_item-1{top:20%}@media only screen and (max-width:640px){.is-kv-front .shape_item-1{width:30px;top:17vh}}.is-kv-front .shape_item-2{top:70%}@media only screen and (max-width:640px){.is-kv-front .shape_item-2{width:24px;top:38vh}}.is-kv-front .shape_item-3{top:50%}@media only screen and (max-width:640px){.is-kv-front .shape_item-3{width:60px;top:11vh}}.is-kv-front .shape_item-4{top:72%}@media only screen and (max-width:640px){.is-kv-front .shape_item-4{width:40px;top:28vh}}.is-kv-lower{padding:12.5vw 0 4.5vw;background:#f8f8f8;overflow:hidden}@media only screen and (max-width:640px){.is-kv-lower{padding:30.534351145vw 0 10vw}}.is-kv-lower .ttl-kv{text-align:center;font-size:20px;font-weight:800;color:#0968b7;letter-spacing:.2em}@media(min-width: 480px){.is-kv-lower .ttl-kv{font-size:39px;font-size:calcFluidFontSize(20px, 39px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-kv-lower .ttl-kv{font-size:39px}}@media only screen and (max-width:640px){.is-kv-lower .ttl-kv{letter-spacing:0}}.is-kv-lower .ttl-kv small{font-size:16px;font-weight:800;color:#0968b7;display:block;line-height:1}@media(min-width: 480px){.is-kv-lower .ttl-kv small{font-size:29px;font-size:calcFluidFontSize(16px, 29px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-kv-lower .ttl-kv small{font-size:29px}}.is-kv-lower .shape_item-1{top:6vh}@media only screen and (max-width:640px){.is-kv-lower .shape_item-1{width:150px;top:3vh;right:-6vw}}.is-kv-lower .shape_item-2{bottom:-7vh}@media only screen and (max-width:640px){.is-kv-lower .shape_item-2{width:100px;bottom:-4vh;left:-8vw}}.is-kv-lower .shape_item-3{top:20vh}@media only screen and (max-width:640px){.is-kv-lower .shape_item-3{width:40px;top:18vh}}@media only screen and (max-width:640px){.is-kv-logo .ttl-kv,.is-kv-recruit .ttl-kv{line-height:1.35}}.is-kv-logo .ttl-kv br,.is-kv-recruit .ttl-kv br{display:none}@media only screen and (max-width:640px){.is-kv-logo .ttl-kv br,.is-kv-recruit .ttl-kv br{display:block}}@media only screen and (max-width:640px){.is-kv-foreign-language .ttl-kv{letter-spacing:0}}.is-kv-expo-access .ttl-kv{font-size:20px}@media(min-width: 480px){.is-kv-expo-access .ttl-kv{font-size:39px;font-size:calcFluidFontSize(20px, 39px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-kv-expo-access .ttl-kv{font-size:39px}}@media only screen and (max-width:640px){.is-kv-expo-access .ttl-kv{line-height:1.2}}.is-language a{text-decoration:underline;color:#0968b7}.is-language-hdr{margin-bottom:60px}.is-language-hdr .ttl-post{position:relative;margin-bottom:30px;padding-bottom:30px;border-bottom:2px solid #0968b7}@media only screen and (max-width:640px){.is-language-hdr .ttl-post{margin-bottom:18px;padding-bottom:15px}}.is-language-hdr .ttl-post .jp{width:calc(100% - 57px);font-size:22px;line-height:1.46;font-weight:500;letter-spacing:0;margin-left:15px}@media(min-width: 480px){.is-language-hdr .ttl-post .jp{font-size:30px;font-size:calcFluidFontSize(22px, 30px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-language-hdr .ttl-post .jp{font-size:30px}}@media only screen and (max-width:640px){.is-language-hdr .ttl-post .jp{width:calc(100% - 39px);line-height:1.3}}.is-language-hdr .ttl-post i{width:32px;height:32px;display:block;position:relative;margin-top:5px}@media only screen and (max-width:640px){.is-language-hdr .ttl-post i{width:24px;height:24px}}.is-language-hdr .ttl-post i::before,.is-language-hdr .ttl-post i::after{width:16px;height:16px;content:"";position:absolute;border-radius:3px}@media only screen and (max-width:640px){.is-language-hdr .ttl-post i::before,.is-language-hdr .ttl-post i::after{width:12px;height:12px}}.is-language-hdr .ttl-post i::before{background:#e50012;top:0;left:0}.is-language-hdr .ttl-post i::after{background:#0068b6;bottom:2px;right:2px}.is-language-hdr p{margin-bottom:60px;font-size:13px}@media(min-width: 480px){.is-language-hdr p{font-size:16px;font-size:calcFluidFontSize(13px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-language-hdr p{font-size:16px}}@media only screen and (max-width:640px){.is-language-hdr p{margin-bottom:30px;line-height:1.923}}.is-language-hdr ul{padding-left:1.4em}.is-language-hdr ul li{list-style:disc}.is-language-body-box{margin-bottom:60px}.is-language-body-box h4{border-left:6px solid #0968b7;padding:2px 0 1px .9em;margin:0 0 20px;line-height:1.65;font-size:20px;font-weight:600}@media(min-width: 480px){.is-language-body-box h4{font-size:24px;font-size:calcFluidFontSize(20px, 24px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-language-body-box h4{font-size:24px}}@media only screen and (max-width:640px){.is-language-body-box h4{margin:0 0 12px;line-height:1.4}}.is-language-body-box .lead{margin-bottom:24px}@media only screen and (max-width:640px){.is-language-body-box .lead{margin-bottom:20px}}.is-link_lists{flex-wrap:wrap}@media only screen and (max-width:640px){.is-link_lists{display:block}}.is-link_lists__item{width:calc((100% - 60px)/2);text-align:left;background:none;filter:drop-shadow(0 0 0 rgba(0, 0, 0, 0));padding:0 0 0 35px;margin:0 60px 32px 0;line-height:1.34}@media only screen and (max-width:640px){.is-link_lists__item{width:100%;margin-bottom:18px;padding-left:20px}}.is-link_lists__item:nth-of-type(2n){margin-right:0}.is-link_lists__item:last-child{margin-bottom:0}.is-link_lists__item .ic-arw{width:20px;height:20px;left:-35px;top:calc(50% - 10px)}@media only screen and (max-width:640px){.is-link_lists__item .ic-arw{width:12px;height:12px;left:-20px;top:calc(50% - 6px)}}.is-link_lists__item a span{line-height:1.34;font-size:13px;font-weight:500;text-decoration:underline}@media(min-width: 480px){.is-link_lists__item a span{font-size:20px;font-size:calcFluidFontSize(13px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-link_lists__item a span{font-size:20px}}.is-logo_img-box{margin-bottom:6.6666666667vw}.is-logo_img-box h3{text-align:center}.is-logo_img-box .img{margin:0 auto}.is-logo_img-box .img-basic{width:21.4166666667vw}@media only screen and (max-width:640px){.is-logo_img-box .img-basic{width:70%}}.is-logo_img-box .img-side{width:30.8333333333vw}@media only screen and (max-width:640px){.is-logo_img-box .img-side{width:90%}}.is-logo_txt p{font-size:14px;line-height:1.75;margin-bottom:24px}@media(min-width: 480px){.is-logo_txt p{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-logo_txt p{font-size:16px}}.is-logo_txt p strong{font-weight:800;font-size:14px;line-height:1.75}@media(min-width: 480px){.is-logo_txt p strong{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-logo_txt p strong{font-size:16px}}.is-logo_attention{border:3px solid #b2b2b2;padding:60px;margin-top:40px;border-radius:34px}@media only screen and (max-width:640px){.is-logo_attention{padding:6%;border-radius:17px}}.is-logo_attention p,.is-logo_attention li{font-size:14px}@media(min-width: 480px){.is-logo_attention p,.is-logo_attention li{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-logo_attention p,.is-logo_attention li{font-size:16px}}.is-logo_attention p{margin-bottom:8px}@media only screen and (max-width:640px){.is-logo_attention p{line-height:1.45}}.is-logo_attention ul{padding-left:1.2em}.is-logo_attention ul li{list-style-type:disc}@media only screen and (max-width:640px){.is-logo_attention ul li{line-height:1.45;margin-bottom:10px}.is-logo_attention ul li:last-child{margin-bottom:0}}.is-logo_link{background:#effafe;padding:40px;margin:40px auto 80px}@media only screen and (max-width:640px){.is-logo_link{padding:6%;margin:20px auto 40px}}.is-logo_link ul li{color:#0968b7;margin-bottom:4px;font-size:14px}@media(min-width: 480px){.is-logo_link ul li{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-logo_link ul li{font-size:16px}}.is-logo_link ul li:last-child{margin-bottom:0}.is-logo_link ul li a{font-size:14px;color:#0968b7;text-decoration:underline}@media(min-width: 480px){.is-logo_link ul li a{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-logo_link ul li a{font-size:16px}}.is-miraiexpo .main{width:90%;max-width:1180px;margin:0 auto;padding:100px 0}@media only screen and (max-width:640px){.is-miraiexpo .main{padding:50px 0}}.is-miraiexpo .main p{margin-bottom:20px}.is-miraiexpo .main p a{width:100%;height:100%;display:block}.page-line::before,.page-line::after{width:50%;height:7px;content:"";position:absolute}@media only screen and (max-width:640px){.page-line::before,.page-line::after{height:4px}}.page-line::before{left:0;background:#0968b7}.page-line::after{right:0;background:#e60012}.is-page{position:relative}.shape_item{position:absolute}.shape_item-L{left:0}.shape_item-R{right:0}.shape-page_item-1{top:1vh}@media only screen and (max-width:640px){.shape-page_item-1{display:none}}.shape-page_item-2{top:13vh}@media only screen and (max-width:640px){.shape-page_item-2{display:none}}.is-share{background:#efefef;padding:22px 0 26px}.is-share p{text-align:center;font-size:15px;font-weight:500;margin-bottom:8px}@media(min-width: 480px){.is-share p{font-size:19px;font-size:calcFluidFontSize(15px, 19px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-share p{font-size:19px}}.is-share_lists li{margin-right:20px}@media only screen and (max-width:640px){.is-share_lists li{width:22px;margin-right:12px}}.is-share_lists li:last-child{margin-right:0}.has-wave{margin:67px auto;background:#24ade2;padding:40px 0;position:relative}.has-wave .ttl-primary span{color:#fff}.has-wave::before,.has-wave::after{width:100%;height:17px;content:"";position:absolute;left:0;background:url("../images/common/wave.png")}.has-wave::before{top:-17px}.has-wave::after{bottom:-17px;transform:rotate(180deg)}.post-events{margin-bottom:120px}@media only screen and (max-width:640px){.post-events{margin-bottom:50px}}.is-recruit .lead{font-size:14px;line-height:1.75}@media(min-width: 480px){.is-recruit .lead{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit .lead{font-size:16px}}.is-recruit_attention-box{border:3px solid #b2b2b2;padding:40px 60px;margin:40px auto;border-radius:34px}@media only screen and (max-width:640px){.is-recruit_attention-box{padding:6%;border-radius:17px;margin:20px auto}}.is-recruit_attention-box .ttl-primary{margin-bottom:20px}.is-recruit_attention-box .ttl-primary span{font-size:18px;letter-spacing:0;color:#5d5d5d}@media(min-width: 480px){.is-recruit_attention-box .ttl-primary span{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_attention-box .ttl-primary span{font-size:20px}}.is-recruit_attention-box ul{flex-wrap:wrap}@media only screen and (max-width:640px){.is-recruit_attention-box ul{display:block;padding-left:1.2em}}.is-recruit_attention-box ul li{width:50%;list-style-type:disc;list-style-position:inside;font-size:14px}@media(min-width: 480px){.is-recruit_attention-box ul li{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_attention-box ul li{font-size:16px}}@media only screen and (max-width:640px){.is-recruit_attention-box ul li{width:100%;list-style-position:outside;line-height:1.45;margin-bottom:6px}.is-recruit_attention-box ul li:last-child{margin-bottom:0}}.is-recruit_attention table{width:100%}.is-recruit_attention table tr th,.is-recruit_attention table tr td{text-align:left}@media only screen and (max-width:640px){.is-recruit_attention table tr th,.is-recruit_attention table tr td{display:block}}.is-recruit_attention table tr th{width:15%;font-size:18px;font-weight:600}@media(min-width: 480px){.is-recruit_attention table tr th{font-size:20px;font-size:calcFluidFontSize(18px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_attention table tr th{font-size:20px}}@media only screen and (max-width:640px){.is-recruit_attention table tr th{width:100%}}.is-recruit_attention table tr td{width:85%;font-size:14px;line-height:1.125}@media(min-width: 480px){.is-recruit_attention table tr td{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_attention table tr td{font-size:16px}}@media only screen and (max-width:640px){.is-recruit_attention table tr td{width:100%;line-height:1.45}}@media only screen and (max-width:640px){.is-recruit_attention table tr:last-child th{padding-top:17px}}.is-recruit_flow{margin-top:6.6666666667vw}@media only screen and (max-width:640px){.is-recruit_flow{margin-top:40px}}.is-recruit_flow ul{width:72%;margin:0 auto 50px}@media only screen and (max-width:640px){.is-recruit_flow ul{width:100%;display:block;margin-bottom:30px}}.is-recruit_flow ul li{width:30%;background:#c2e8f7;border-radius:34px;position:relative;margin-right:50px}@media only screen and (max-width:640px){.is-recruit_flow ul li{width:100%;margin:0 0 40px}}.is-recruit_flow ul li::after{width:12px;height:24px;content:"";position:absolute;top:calc(50% - 12px);right:-30px;background:url("../images/common/arw-blue.svg") center/cover no-repeat}@media only screen and (max-width:640px){.is-recruit_flow ul li::after{top:auto;right:auto;left:calc(50% - 6px);bottom:-30px;transform:rotate(90deg)}}.is-recruit_flow ul li:last-child{margin-right:0}.is-recruit_flow ul li:last-child::after{content:none}.is-recruit_flow ul li .ttl{display:block;font-style:normal;background:#0968b7;border-radius:34px 34px 0 0;color:#fff;text-align:center;font-size:22px;font-weight:600;padding:4px 0;margin-bottom:18px}@media(min-width: 480px){.is-recruit_flow ul li .ttl{font-size:26px;font-size:calcFluidFontSize(22px, 26px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_flow ul li .ttl{font-size:26px}}.is-recruit_flow ul li span{font-size:14px;line-height:1.375;color:#323232;padding:0 20px 30px;display:block}@media(min-width: 480px){.is-recruit_flow ul li span{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_flow ul li span{font-size:16px}}.is-recruit_flow p{font-size:14px;line-height:1.375}@media(min-width: 480px){.is-recruit_flow p{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_flow p{font-size:16px}}.is-recruit_flow-box h3{text-align:center}.is-recruit_flow-box .img{margin:0 auto}.is-recruit_flow-box .img-basic{width:21.4166666667vw}@media only screen and (max-width:640px){.is-recruit_flow-box .img-basic{width:70%}}.is-recruit_flow-box .img-side{width:30.8333333333vw}@media only screen and (max-width:640px){.is-recruit_flow-box .img-side{width:90%}}.is-recruit_link{background:#effafe;padding:40px;margin:40px auto 80px}@media only screen and (max-width:640px){.is-recruit_link{padding:6%;margin:20px auto 40px}}.is-recruit_link ul li{color:#0968b7;margin-bottom:4px;font-size:14px}@media(min-width: 480px){.is-recruit_link ul li{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_link ul li{font-size:16px}}.is-recruit_link ul li:last-child{margin-bottom:0}.is-recruit_link ul li a{font-size:14px;color:#0968b7;text-decoration:underline}@media(min-width: 480px){.is-recruit_link ul li a{font-size:16px;font-size:calcFluidFontSize(14px, 16px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-recruit_link ul li a{font-size:16px}}.is-shiga-day_inner{max-width:750px;margin:0 auto 100px}.is-shiga-day_sec3{position:relative}.is-shiga-day_sec3 .schedule{width:calc(100% - 172px);position:absolute;left:86px;overflow-x:scroll;white-space:nowrap}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule{width:calc(100% - 72px);left:36px}}.is-shiga-day_sec3 .schedule::-webkit-scrollbar{height:14px}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule::-webkit-scrollbar{height:8px}}.is-shiga-day_sec3 .schedule::-webkit-scrollbar-track{background:#e0e0e0;border-radius:7px}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule::-webkit-scrollbar-track{border-radius:4px}}.is-shiga-day_sec3 .schedule::-webkit-scrollbar-thumb{background:#e60012;border-radius:7px}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule::-webkit-scrollbar-thumb{border-radius:4px}}.is-shiga-day_sec3 .schedule span{width:1383px;display:block;padding-bottom:20px}@media only screen and (min-width:641px)and (max-width:835px){.is-shiga-day_sec3 .schedule span{width:230%}}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule span{width:200%}}.is-shiga-day_sec3 .schedule span img{width:100%}.is-shiga-day_sec3 .schedule-1{top:280px}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule-1{top:140px}}.is-shiga-day_sec3 .schedule-2{top:1390px}@media only screen and (min-width:641px)and (max-width:835px){.is-shiga-day_sec3 .schedule-2{top:13130px}}@media only screen and (max-width:640px){.is-shiga-day_sec3 .schedule-2{top:640px}}.is-spot_inner{background:#565657;padding:0 1.6666666667vw}@media only screen and (max-width:640px){.is-spot_inner{padding:0 7%}}.is-spot_inner h3,.is-spot_inner p,.is-spot_inner a,.is-spot_inner span,.is-spot_inner small,.is-spot_inner li,.is-spot_inner figcaption{font-family:"Noto Serif JP",serif,"ヒラギノ明朝",serif;color:#fff;letter-spacing:0}.is-spot-hdr{margin-bottom:10.8333333333vw}.is-spot-hdr .lead{text-align:center}.is-spot-hdr .lead span,.is-spot-hdr .lead small{display:block;font-weight:600}.is-spot-hdr .lead .jp{font-size:22px;line-height:1.429;margin-bottom:11px}@media(min-width: 480px){.is-spot-hdr .lead .jp{font-size:42px;font-size:calcFluidFontSize(22px, 42px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-hdr .lead .jp{font-size:42px}}.is-spot-hdr .lead span.en{font-size:16px;line-height:1.35;margin-bottom:11px}@media(min-width: 480px){.is-spot-hdr .lead span.en{font-size:32px;font-size:calcFluidFontSize(16px, 32px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-hdr .lead span.en{font-size:32px}}.is-spot-hdr .lead small.en{font-size:14px;line-height:1.375}@media(min-width: 480px){.is-spot-hdr .lead small.en{font-size:24px;font-size:calcFluidFontSize(14px, 24px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-hdr .lead small.en{font-size:24px}}.is-spot-box .ttl{text-align:center;margin-bottom:50px}@media only screen and (max-width:640px){.is-spot-box .ttl{margin-bottom:24px}}.is-spot-box .ttl span{display:block;line-height:1}.is-spot-box .ttl .jp{font-size:22px;line-height:1.429}@media(min-width: 480px){.is-spot-box .ttl .jp{font-size:42px;font-size:calcFluidFontSize(22px, 42px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-box .ttl .jp{font-size:42px}}.is-spot-box .ttl .en{font-size:14px;margin-top:12px}@media(min-width: 480px){.is-spot-box .ttl .en{font-size:20px;font-size:calcFluidFontSize(14px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-box .ttl .en{font-size:20px}}.is-spot-box_lists{flex-wrap:wrap}@media only screen and (max-width:640px){.is-spot-box_lists{display:block}}.is-spot-box_lists__item{width:calc((100% - 34px)/3);filter:drop-shadow(0 0 0 rgba(0, 0, 0, 0));margin:0 17px 88px 0;display:flex;flex-direction:column}@media only screen and (max-width:640px){.is-spot-box_lists__item{width:100%;margin-bottom:40px}}.is-spot-box_lists__item:nth-of-type(3n){margin-right:0}.is-spot-box_lists__item img{border-radius:15px;border:2px solid #fff;box-shadow:rgba(29,41,62,.15) 0 0 8px;transform:translateZ(0)}.is-spot-box_lists__item .item_ttl{text-align:center;margin:20px 0}.is-spot-box_lists__item .item_ttl span{display:block}.is-spot-box_lists__item .item_ttl .jp{font-size:20px;line-height:1.28}@media(min-width: 480px){.is-spot-box_lists__item .item_ttl .jp{font-size:25px;font-size:calcFluidFontSize(20px, 25px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-box_lists__item .item_ttl .jp{font-size:25px}}.is-spot-box_lists__item .item_ttl .en{font-size:16px;line-height:1.111;margin-top:6px}@media(min-width: 480px){.is-spot-box_lists__item .item_ttl .en{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-box_lists__item .item_ttl .en{font-size:18px}}.is-spot-box_lists__item .btn{margin-top:auto}.is-spot-box_lists__item .btn_item{width:calc((100% - 10px)/2)}.is-spot-box_lists__item .btn_item a{width:100%;height:40px;line-height:36px;background:#fff;border-radius:20px;font-size:16px;font-weight:700;font-family:"Zen Maru Gothic",serif;font-weight:500;display:block;text-align:center;box-shadow:#1d293e 0 5px 0}@media(min-width: 480px){.is-spot-box_lists__item .btn_item a{font-size:18px;font-size:calcFluidFontSize(16px, 18px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-spot-box_lists__item .btn_item a{font-size:18px}}.is-spot-box_lists__item .btn_item-jp a{border:2px solid #0968b7;color:#0968b7}.is-spot-box_lists__item .btn_item-en a{border:2px solid #e60012;color:#e60012}.is-sitemap_lists__item{text-align:left;background:none;filter:drop-shadow(0 0 0 rgba(0, 0, 0, 0));padding:0 0 0 35px;margin-bottom:8px}@media only screen and (max-width:640px){.is-sitemap_lists__item{margin-bottom:12px;padding-left:20px}}.is-sitemap_lists__item:last-child{margin-bottom:0}.is-sitemap_lists__item .ic-arw{width:20px;height:20px;left:-35px;top:calc(50% - 10px)}@media only screen and (max-width:640px){.is-sitemap_lists__item .ic-arw{width:12px;height:12px;left:-20px;top:calc(50% - 6px)}}.is-sitemap_lists__item a{text-decoration:underline}.is-sitemap_lists__item a span{font-size:13px;font-weight:500}@media(min-width: 480px){.is-sitemap_lists__item a span{font-size:20px;font-size:calcFluidFontSize(13px, 20px, 480px, 1280px, px)}}@media(min-width: 1280px){.is-sitemap_lists__item a span{font-size:20px}}@media only screen and (max-width:640px){.is-sitemap_lists__item a span{line-height:1.34}}/*# sourceMappingURL=import.min.css.map */