*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{line-height:1;font-size:1.5em;font-family:"Roboto","Noto Sans JP","Segoe UI","Arial","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;background-color:#444;color:#fff;letter-spacing:.08em}nav{display:flex;align-items:center;justify-content:space-between;position:fixed;box-sizing:border-box;padding:5px 10px;top:0;width:100%;z-index:100;color:#fff;text-shadow:0 0 3px #000;background:linear-gradient(0, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))}@media screen and (max-width: 1100px){nav{display:block}}nav .logo img{display:block;width:200px;max-width:100%;height:auto;filter:drop-shadow(0 0 3px rgba(0, 0, 0, 0.5))}@media screen and (max-width: 1100px){nav .logo img{display:block;margin:0 auto}}@media screen and (max-width: 800px){nav .logo img{margin:0}}nav ul{display:flex;justify-content:center;flex-wrap:wrap;list-style-type:none;font-size:2rem}@media screen and (max-width: 800px){nav ul#navmenu{display:none;position:absolute;top:53px;left:0;margin:0;width:100%;background-color:rgba(0,0,0,.5);height:100vh}nav ul#navmenu.show{display:block}}nav ul li>a{padding:10px 20px;display:block;color:inherit;text-decoration:none}@media screen and (max-width: 1100px){nav ul li>a{font-size:1.5rem}}@media screen and (max-width: 800px){nav ul li>a{padding:2rem;font-size:2rem}}nav ul li>a:hover{background-color:#fff;color:#444;transition:.5s}@media screen and (max-width: 800px){nav ul li>a:hover{color:#fff;background-color:rgba(200,200,200,.3)}}#hamburgerbtn{background-image:url(../img/menubtn.png);background-size:40px 40px;background-position:center;background-repeat:no-repeat;display:none;position:fixed;top:0;right:.5rem;width:50px;height:50px;font-size:28px;font-size:2.8rem;filter:drop-shadow(0 0 3px rgba(0, 0, 0, 0.5))}@media screen and (max-width: 800px){#hamburgerbtn{display:block}}.navspace{height:54px}@media screen and (max-width: 1100px){.navspace{height:90px}}@media screen and (max-width: 800px){.navspace{height:54px}}header{padding:40vh 2rem 0;height:95vh;box-sizing:border-box;background-color:#444;background-image:url(../img/topimg.jpg);background-size:cover;background-position:center;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.5)}@media screen and (max-width: 800px){header{padding-top:25rem;height:95vh}}@media screen and (max-width: 800px){header h1{font-size:3rem}}header h2{margin-bottom:1rem;font-size:10rem;font-feature-settings:"palt"}@media screen and (max-width: 800px){header h2{margin-top:3rem;font-size:2rem}}header h2>img{width:700px;max-width:100%;height:auto;filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.5))}header p{margin:1.5rem 0;font-size:2rem;letter-spacing:1px;line-height:1.5}section{padding:6rem 3rem;background-color:#e0e3e8;color:#444}@media screen and (max-width: 800px){section{padding:4rem 1.5rem}}section.tight{padding:3rem}@media screen and (max-width: 800px){section.tight{padding:3rem 1.5rem}}section h1{font-size:5rem;margin-bottom:2rem}section h2{margin-bottom:2rem;font-size:3.2rem}section h3{font-size:2.4rem;color:#4682b4;margin-bottom:1rem}section p{margin:0 0 2rem;line-height:1.7}section ul,section ol{margin:15px 0;margin-left:1em}section li{margin:.5rem 0;line-height:1.5}section li.new::after{content:"NEW";padding:.1rem .5rem;background-color:#f55;color:#fff;border-radius:.5rem}section .inner_section{margin-bottom:5rem}footer{padding:50px 30px;background-color:#444;color:#fff}footer h2{margin-bottom:15px;font-size:2.8rem}footer p{margin:20px 0;font-size:2rem;color:#999}footer a{color:inherit;text-decoration:none}footer ul{margin-left:1em;list-style-type:circle}footer ul li{margin:15px 0}footer .footer_content{display:grid;grid-template-columns:repeat(3, 1fr);-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media screen and (max-width: 800px){footer .footer_content{grid-template-columns:1fr}}.center_box{width:1280px;max-width:100%;margin:0 auto}.code{font-family:monospace}.check_mark::before{content:"✔";margin-right:.2em}.panels{display:grid;-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem;grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1100px){.panels{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 800px){.panels{grid-template-columns:1fr}}.panel{display:block;box-sizing:border-box;box-shadow:0 2px 5px -2px rgba(0,0,0,.5);border-radius:10px;background-color:#f8f8f8}@media screen and (max-width: 800px){.panel{display:grid;grid-template-columns:1fr 3fr;align-items:center}}.panel img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:1rem 1rem 0 0}@media screen and (max-width: 800px){.panel img{height:140px;border-radius:1rem 0 0 1rem}}.panel img:hover{filter:brightness(1.2)}.panel a{display:block;border:none;text-decoration:none;color:inherit}@media screen and (max-width: 800px){.panel a{width:auto}}.panel>div{padding:2rem}.panel>div h2{margin:0 0 1rem;font-size:2rem;color:#444}@media screen and (max-width: 800px){.panel>div h2{font-size:1.6rem}}.panel>div p{margin:0;line-height:1.8;text-align:justify;color:#666}@media screen and (max-width: 800px){.panel>div p{font-size:1.3rem;line-height:1.5}}.flexercenter{display:flex;justify-content:center;align-items:flex-start}.flexaround{display:flex;justify-content:space-around;align-items:flex-start}@media screen and (max-width: 800px){.flexaround{display:block}}.news{background-color:#f9f9f9;height:300px;overflow:auto}.news_content{margin-bottom:2rem}.news h3{font-size:2rem;margin-bottom:.5rem}.news p{margin-bottom:0}@media screen and (max-width: 800px){.news p{font-size:1.3rem}}.serif{font-family:"Noto Serif JP",serif}.underoverline{border-top:8px solid #fff;border-bottom:8px solid #fff}@media screen and (max-width: 800px){.underoverline{border-top:3px solid;border-bottom:3px solid}}.centering{text-align:center}.bgsec{background-color:#e0e3e8}.ph_panel{display:block;padding:1rem;background-color:#fff;text-decoration:none;color:inherit;box-shadow:0 3px 5px 0 rgba(0,0,0,.5);border-radius:1rem}.ph_panel:hover{transition:.2s;box-shadow:0 5px 10px 0 rgba(0,0,0,.5);transform:scale(1.1)}.ph_panel:active{box-shadow:none;transform:scale(1)}.ph_panel img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:.5rem;border-radius:.5rem}.ph_panel h3{text-align:center;font-size:2rem;margin-bottom:0;padding:1rem 0;color:#222;font-weight:900;font-family:Lato,Roboto,"Noto Sans JP",sans-serif}.ph_panel p{margin-bottom:0}.ph_panels{display:grid;grid-template-columns:repeat(3, 1fr);-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media screen and (max-width: 1100px){.ph_panels{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 800px){.ph_panels{grid-template-columns:1fr}}.cam_image{display:block;width:min(100%,800px);height:auto;margin:0 auto 2rem}.white_space{padding:3rem;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.banner_links{list-style-type:none;margin-left:0}.banner_links li a{display:block;padding:1rem;border:2px solid #ccc;text-decoration:none;color:inherit}.banner_links li a:hover{font-weight:700;background-color:#f8f9fa;border-color:#678}.image_panel{padding:1rem;background-color:#fff;border-radius:1rem;text-decoration:none;box-shadow:0 3px 5px 0 rgba(0,0,0,.5)}.image_panels{display:grid;grid-template-columns:repeat(4, 1fr);-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}@media screen and (max-width: 1100px){.image_panels{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 800px){.image_panels{grid-template-columns:1fr}}.image_panel_image{position:relative;width:100%;height:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:.5rem}.image_panel_image::after{position:absolute;width:100%;height:100%}.image_panel_title{padding:1rem .5rem;text-align:center;margin-bottom:0;font-weight:700;color:#444}.image_panel_text{margin-bottom:0;font-size:1.2rem;font-weight:400;color:#666}/*# sourceMappingURL=style.css.map */