@charset "UTF-8";/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */*,::after,::before{background-repeat:no-repeat;-webkit-box-sizing:inherit;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}body{margin:0}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}nav ol,nav ul{list-style:none}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,optgroup,select,textarea{margin:0}button,input,select,textarea{background-color:transparent;color:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}[aria-disabled]{cursor:default}*{border:0;margin:0;padding:0}html{font-size:62.5%}body{font-size:1.5em;line-height:1.5;text-align:justify;text-justify:inter-ideograph}body,button{font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;color:#333}h1,h2,h3,h4,h5{margin:0}a{color:#172a87}a:hover{color:#999}img{max-width:100%;height:auto;display:block}p{font-size:1.5rem;line-height:1.7}li{list-style-type:none}.clearfix:after{content:"";display:block;clear:both}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb40{margin-bottom:40px}.mb60{margin-bottom:60px}.mt60{margin-top:60px}.sideMargin{padding-left:15px;padding-right:15px}.pcOnly{display:none}.telLink{color:#333}.blockCenter{margin-right:auto;margin-left:auto}.flex-mb{margin-bottom:20px}.headBar{background-color:#e3f4fd;color:#2f4a9d;text-align:center;padding:9px;font-size:1.3rem}.headWrap{height:90px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.headLogoLink{color:#333;text-decoration:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.headLogoLink:hover{color:#333}.headLogoIcon{margin:0 10px 0 0}.headLogo{font-size:2.2rem;font-weight:400}.menuTrigger{position:relative;width:34px;height:25px}.menuTrigger span{position:absolute;left:0;width:100%;height:3px;background-color:#000;border-radius:4px;display:inline-block;-webkit-transition:all .5s;transition:all .5s;-webkit-box-sizing:border-box;box-sizing:border-box}.menuTrigger span:nth-of-type(1){top:0}.menuTrigger span:nth-of-type(2){top:11px}.menuTrigger span:nth-of-type(3){bottom:0}.menuTrigger.btnActive span:nth-of-type(1){-webkit-transform:translateY(11px) rotate(-45deg);transform:translateY(11px) rotate(-45deg)}.menuTrigger.btnActive span:nth-of-type(2){opacity:0;-webkit-animation:active-menu-bar02 .8s forwards;animation:active-menu-bar02 .8s forwards}.menuTrigger.btnActive span:nth-of-type(3){-webkit-transform:translateY(-10px) rotate(45deg);transform:translateY(-10px) rotate(45deg)}@-webkit-keyframes active-menu-bar02{100%{height:0}}@keyframes active-menu-bar02{100%{height:0}}.menuTriggerText{font-size:1rem;text-align:center;font-weight:700;color:#000;line-height:1;margin:5px 0 0}.headNav{border-top:1px solid #e3f4fd;border-bottom:1px solid #e3f4fd;display:none}.headMenuItem{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #e3f4fd}.headMenuItem:hover .headSubMenuHeight11{height:630px;z-index:3}.headSubMenu.subMenuActive{height:630px}.headMenuText{height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem}.headMenuLink{color:#333;text-decoration:none}.headMenuLink:hover{background-color:#7d9ed1;color:#fff}.headSubMenu{height:0;overflow:hidden}.headSubMenuHeight11{-webkit-transition:height .55s ease-out;transition:height .55s ease-out}.headSubMenuItem:last-of-type .headSubMenuLink{border-bottom:0}.headSubMenuLink{white-space:nowrap;color:#333;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:35px;padding:0 10px;border-bottom:1px solid #2f4a9d;background-color:#e3f4fd;min-width:200px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.headSubMenuLink:hover{background-color:#7d9ed1;color:#fff}main{margin-bottom:60px}.breadWrap{padding:5px 0;border-top:solid 1px #e3f4fd}.bread{max-width:1000px;margin:0 auto 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 15px}.breadItem{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.breadItemIcon{margin:0 15px}.breadLink{display:block;text-decoration:none;color:#444;font-size:1.3rem}.pageTitle{font-size:2.2rem;color:#fff;overflow:hidden;position:relative;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:60px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:0 0 60px}.pageTitle:before{content:"";display:block;position:absolute;background-color:#2f4a9d;width:2400px;left:50%;bottom:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);height:2400px;z-index:-1;border-radius:50%}.pageLeftTitle{color:#2f4a9d;border-bottom:1px solid #2f4a9d;font-size:2.4rem;font-weight:400;margin:0 0 20px}.pageSubTitle{color:#2f4a9d;text-align:center;font-size:2.4rem;font-weight:400;margin:0 0 20px}h2{counter-reset:section}.btnInternal{border:1px solid #2f4a9d;color:#2f4a9d;height:35px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 0 0 20px;text-decoration:none;position:relative;font-size:1.5rem}.btnInternal:after{content:"\f0da";font-family:FontAwesome;display:block;position:absolute;top:50%;right:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.btnInternal:hover{background-color:#7d9ed1;color:#fff}.colorBack{background-color:#e3f4fd;padding:20px 0 20px;margin:0 0 40px}.calendarSchedule{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.calendar{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 20px}.calendarPage{color:#fff;background-color:#9b9b9b;height:24px;width:24px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;text-decoration:none;margin:35px 0 0;cursor:pointer}.calendarPage:hover{background-color:#7d9ed1;color:#fff}.calendarTable{width:calc(100% - 60px)}.calendarTable caption{text-align:left;color:#575757;font-size:2rem;margin:0 0 5px}.calendarTable th{border:1px solid #2f4a9d;background-color:#7d9ed1;color:#fff;width:14.285714%;padding:2px 0;font-weight:400;font-size:1.3rem;text-align:center}.calendarTable td{border:1px solid #2f4a9d;text-align:center;background-color:#fff;width:14.285714%;height:40px;font-size:1.5rem}.calendarTable td a{color:#333;text-decoration:none;background-color:#c4e6f9;height:32px;width:32px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;cursor:pointer}.calendarTable td a:hover{background-color:#7d9ed1}.calendarTable td span{background-color:#ffdceb;height:32px;width:32px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.schedule{margin:35px 0 20px;padding:15px 20px;background-color:#fff}.scheduleListItem{padding:5px 0;border-bottom:1px dashed #2f4a9d;margin:0 0 5px}.scheduleListItem:last-of-type{border-bottom:0;margin:0}.scheduleDate{font-size:2rem;margin:0 0 5px}.scheduleListLink{display:block;color:#333;text-decoration:none}.scheduleListPlace:before{content:"\f111";font-family:FontAwesome;color:#2f4a9d;display:inline-block;width:15px}.scheduleListText{margin:0 0 0 15px}.newsMovieBanner{padding:0 15px;margin:0 auto 80px;max-width:580px}.newsMovieBannerLink{display:block;background-color:#2f4a9d;text-decoration:none;padding:0 0 15px;-webkit-transition:.3s;transition:.3s}.newsMovieBannerLink:hover{opacity:.8}.newsMovieBannerText{padding:0 15px;font-size:2.1rem;color:#fff;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.newsMovieBannerText::after{content:"\f0da";font-family:FontAwesome;display:block;position:absolute;top:48%;right:10px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.newsMovieBannerImg{margin:0 0 15px}.contact{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:60px}.contactTitle{color:#575757;font-weight:400;font-size:1.6rem;margin:0 0 10px}.contactTel{-webkit-flex-basis:360px;-ms-flex-preferred-size:360px;flex-basis:360px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:0 0 20px}.contactTelNumber{font-size:2.5rem;color:#2f4a9d;line-height:1;margin:0 0 10px}.contactTelNumber span{font-size:2.2rem;margin:0 5px 0 0}.contactTelTime{color:#575757;font-size:1.3rem}.contactMail{-webkit-flex-basis:360px;-ms-flex-preferred-size:360px;flex-basis:360px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.footBottom{background-color:#7d9ed1;padding:10px 0 70px}.footLogo{font-size:2.8rem;text-decoration:none;color:#fff}.footLogo:hover{color:#fff}.footAddress{color:#fff}.footTelFax{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin:0 0 10px}.footTel{font-size:2rem;margin:0 20px 0 0;color:#fff}.footFax{font-size:1.5rem;color:#fff}.copyright{text-align:center;color:#fff}.pagetop{position:fixed;right:10px;bottom:10px;background-color:#2f4a9d;color:#fff;text-decoration:none;font-size:2rem;width:50px;height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:5px}.pagetop:hover{color:#fff}@media print,screen and (min-width:768px){.telLink{pointer-events:none;text-decoration:none}.spOnly{display:none}.centerBox--760{max-width:760px;width:100%;margin-right:auto;margin-left:auto}.flex-row--768{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-row-sb--768{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-row-end--768{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.flex-col-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-mb{margin-bottom:0}.headWrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.headLogo{font-size:2.8rem}.headNav{display:block!important}.headMenuItem{position:relative;border-bottom:0}.headSubMenu{position:absolute;z-index:2;top:99%;left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.headSubMenuLink{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.breadWrap{border-bottom:solid 1px #e3f4fd;border-top:solid 0}.btnInternal{width:300px}.schedule{width:47%;min-height:264px}.newsMovieBanner{padding:0}.newsMovieBannerLink{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px}.newsMovieBannerText{width:43%;padding:0}.newsMovieBannerImg{width:50%;max-width:250px;margin:0}.contactTel{margin:0}.contactTelNumber{font-size:3.4rem}.contactTelNumber span{font-size:3rem}.footBottom{padding:10px 0}.footLogo{margin:0 30px 0 0}}@media print,screen and (min-width:960px){.sideMargin{padding-left:0;padding-right:0}.centerBox{max-width:940px;width:100%;margin-right:auto;margin-left:auto}.pcOnly{display:block}.flex-row--960{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-row-sb--960{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-row-end--960{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.bread{padding:0}}@media print{body{width:960px;margin:0 auto}}