@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Walter+Turncoat&family=Zen+Kaku+Gothic+New&display=swap";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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.header{position:fixed;top:-100px;display:flex;align-items:center;width:100%;height:10vh;z-index:50;animation:slideDown .8s ease-in-out forwards}@keyframes slideDown{0%{top:-100px;opacity:0}to{top:0;opacity:1}}.header:after{content:"";position:absolute;top:0;left:0;width:100%;height:0;background-color:#ffc400;z-index:-1;transform:translateZ(100%);transition:transform .5s cubic-bezier(.77,0,.175,1);transition:border-radius linear .8s,width cubic-bezier(.77,0,.175,1) .6s,height cubic-bezier(.77,0,.175,1) .6s}.header .c-nav{display:flex;width:100%;height:100%;border-radius:0 0 40px 40px;box-shadow:0 2px 1px #60352c0d;background-color:#fff;z-index:100}@media screen and (min-width:640px){.header .c-nav{z-index:100;border-radius:0 0 100px 100px}}.header .c-nav .main__logo{display:flex;align-items:center;justify-content:center;margin-left:10%;width:50px}@media screen and (min-width:640px){.header .c-nav .main__logo{width:80px;max-width:30%;margin-left:15%}}.header .c-nav .main__logo h1 img{width:100%}.header .c-nav .c-nav__wrap{display:flex;align-items:center;text-align:center;margin-left:1rem;width:calc(90% - (20% + 50px))}@media screen and (min-width:640px){.header .c-nav .c-nav__wrap{width:calc(90% - (30% + 80px))}}.header .c-nav .c-nav__wrap .c-nav__wrap-item{flex:1;list-style:none}@media screen and (min-width:640px){.header .c-nav .c-nav__wrap .c-nav__wrap-item{margin-left:1rem}}.header .c-nav .c-nav__wrap .c-nav__wrap-item a{display:inline-block;padding:.3rem .6rem;border-radius:1rem;font-size:.6rem;font-weight:600;font-family:Walter Turncoat,serif;text-decoration:none;background-color:#f63;color:#fff;transition:all .2s ease-in-out;opacity:1}@media screen and (min-width:640px){.header .c-nav .c-nav__wrap .c-nav__wrap-item a{font-size:.8rem}}.header .c-nav .c-nav__wrap .c-nav__wrap-item a:hover{opacity:.5}.header .c-nav .c-header__btn{position:relative;top:auto;right:0;display:flex;align-items:center;cursor:pointer;z-index:99}@media screen and (min-width:640px){.header .c-nav .c-header__btn{margin-left:5%;margin-right:5%}}.header .c-nav .c-header__btn .c-header__btn-item{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:.5rem;width:30px}.header .c-nav .c-header__btn .c-header__btn-item .menu_icon{display:inline-flex;background-color:maroon;width:100%;height:3px;opacity:1;transition:all .2s ease-in-out;border-radius:2px}.header .c-nav .c-header__btn .c-header__btn-item .menu_icon:nth-child(1){background-color:#f63;width:30px}.header .c-nav .c-header__btn .c-header__btn-item .menu_icon:nth-child(2){visibility:visible;background-color:#fc9;width:30px}.header .c-nav .c-header__btn .c-header__btn-item .menu_icon:nth-child(3){background-color:#3a9;width:30px}.header .c-bg{visibility:hidden;flex-direction:column;position:absolute;top:12.5vh;left:10%;width:80%;display:flex;align-items:center;justify-content:center}@media screen and (min-width:640px){.header .c-bg{position:absolute;top:20vh;left:10%}}.header .c-bg .c-bg__wrap{display:flex;flex-direction:column}@media screen and (min-width:640px){.header .c-bg .c-bg__wrap{display:flex;flex-direction:row}}.header .c-bg .c-bg__wrap .c-bg__wrap-item{margin-bottom:2rem;opacity:0;transform:translate(-5px);transition:opacity .4s cubic-bezier(.19,1,.22,1),transform .4s cubic-bezier(.19,1,.22,1)}.header .c-bg .c-bg__wrap .c-bg__wrap-item img{width:25px;height:25px;padding:.3rem;border-radius:50%;background-color:#ffffff7d}@media screen and (min-width:640px){.header .c-bg .c-bg__wrap .c-bg__wrap-item{margin-left:2rem}}.header .c-bg .c-bg__wrap .c-bg__wrap-item .target{display:flex;flex-direction:column;text-align:center;color:maroon;font-size:.8rem;transition:all .2s ease-in-out;opacity:1}.header .c-bg .c-bg__wrap .c-bg__wrap-item .target:hover{opacity:.5}.header .c-bg .c-bg__wrap .c-bg__wrap-item .target .small{font-size:.6rem}.header.active{visibility:visible}.header.active:after{height:100vh;transform:translateZ(0);z-index:50}@media screen and (min-width:640px){.header.active:after{border-radius:0 0 40% 40%;height:40vh}}.header.active .c-nav .c-header__btn .c-header__btn-item .menu_icon:nth-child(1){transform:rotate(45deg) translate(5px,10px)}.header.active .c-nav .c-header__btn .c-header__btn-item .menu_icon:nth-child(2){width:0}.header.active .c-nav .c-header__btn .c-header__btn-item .menu_icon:nth-child(3){transform:rotate(-45deg) translate(6px,-10px)}.header.active .c-bg{visibility:visible}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item{margin-bottom:2rem;opacity:1;transform:translate(0)}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item:nth-child(1){transition-delay:.6s}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item:nth-child(2){transition-delay:.8s}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item:nth-child(3){transition-delay:1s}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item:nth-child(4){transition-delay:1.2s}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item:nth-child(5){transition-delay:1.4s}.header.active .c-bg .c-bg__wrap .c-bg__wrap-item:nth-child(6){transition-delay:1.6s}.c-noodle__btn{width:80%;height:auto;margin:10vh auto}.c-noodle__btn a{width:100%;opacity:1;transition:all .2s ease-in-out}.c-noodle__btn a:hover{opacity:.5}.c-noodle__btn a img{width:100%}.c-btn{display:inline-block;width:fit-content;margin-top:4rem}@media screen and (min-width:768px){.c-btn{padding-left:0}}.c-btn .c-btn__tex{color:maroon;font-size:1.5rem}.c-btn .c-btn__link{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;font-family:Zen Kaku Gothic New,serif;font-size:1.5rem}@media screen and (min-width:768px){.c-btn .c-btn__link{justify-content:flex-start}}.c-btn .c-btn__link .c-btn__tex{transition:opacity .2s}.c-btn .c-btn__link .svg-icon{display:flex;align-items:center;justify-content:center;margin-left:8px;width:28px;height:28px}.c-btn .c-btn__link .svg-icon svg{width:100%;height:100%}.c-btn .c-btn__link .svg-icon svg #animate-circle{fill:maroon;stroke-dasharray:88;stroke-dashoffset:88;transition:stroke-dashoffset .6s cubic-bezier(.19,1,.22,1)}.c-btn .c-btn__link .svg-icon svg #arrow-w{fill:#fff;transition:transform cubic-bezier(.19,1,.22,1)}.c-btn .c-btn__link:hover .c-btn__tex{opacity:.5}.c-btn .c-btn__link:hover .svg-icon #arrow-w{animation:moveRight .3s ease}@keyframes moveRight{0%{transform:translate(0)}50%{transform:translate(2px)}to{transform:translate(0)}}.c-side{width:100%;display:inline-flex;flex-direction:column;gap:5%}.c-side .c-side__img{display:flex;align-items:center;justify-content:center;width:100%;margin:1rem auto;overflow:hidden}@media screen and (min-width:640px){.c-side .c-side__img{width:40%;margin:auto}}.c-side .c-side__img img{width:100%;height:auto}@media screen and (min-width:640px){.c-side{flex-direction:row}}.c-side .c-side__wrap{display:inline-flex;flex-direction:column;width:100%}.c-side .c-side__wrap img{width:100%}.c-side figcaption{margin-top:1rem;font-size:1rem}.c-side figcaption h4{color:#f63;margin-top:1rem}.c-side .c-side__wrap-item{width:100%;margin:.3rem auto}.c-side .c-side__wrap-item h5{font-size:1.5rem}.c-side .c-side__wrap-item h5 .small{color:#f63;font-size:.6rem}.c-side .c-side__wrap-item .label{position:relative;padding-left:2rem;font-size:1.5rem}.c-side .c-side__wrap-item .label:before{content:"";position:absolute;left:0;z-index:1;background-image:url(/images/chiri2.gif);background-size:contain;background-repeat:no-repeat;width:1.5rem;height:1.5rem}.c-side .c-side__wrap-item .disc{margin-top:.6rem;font-size:.8rem;color:#f63}.c-side .c-side__wrap-item .table-menu{display:flex;width:100%;padding-bottom:1rem;border-bottom:1px dotted #800000}.c-side .c-side__wrap-item .table-menu tbody{display:flex;flex-direction:column;width:100%}.c-side .c-side__wrap-item .table-menu tbody tr{display:flex;width:100%}.c-side .c-side__wrap-item .table-menu tbody tr th{display:inline-block;width:80%;font-size:1rem;text-align:left}.c-side .c-side__wrap-item .table-menu tbody tr th .small{font-size:.6rem}.c-side .c-side__wrap-item .table-menu tbody tr td{text-align:right;font-size:1rem;width:20%}.c-box{display:flex;flex-direction:column}.c-box .label-one:before{content:"";position:absolute;left:0;z-index:1;background-image:url(/images/chiri1.gif);background-size:contain;background-repeat:no-repeat;width:1.5rem;height:1.5rem}.c-box .label-tw:before{content:"";position:absolute;left:0;z-index:1;background-image:url(/images/chiri2.gif);background-size:contain;background-repeat:no-repeat;width:1.5rem;height:1.5rem}.c-box .label-three:before{content:"";position:absolute;left:0;z-index:1;background-image:url(/images/chiri3.gif);background-size:contain;background-repeat:no-repeat;width:1.5rem;height:1.5rem}.c-box dl{display:flex;position:relative;width:100%}.c-box dl dt{display:inline-flex;text-align:left;flex-direction:column;position:relative;width:80%;padding-top:.6rem;padding-bottom:.6rem;padding-left:2rem;font-size:1rem}.c-box dl dt .small{margin-top:.3rem;font-size:.6rem;color:#f63}.c-box dl dd{text-align:right;font-size:1rem;width:20%}html{scroll-behavior:smooth}.body{position:relative;margin:0;letter-spacing:.0625em;line-height:1.5;font-feature-settings:"palt";font-family:Zen Kaku Gothic New,serif;font-weight:400;font-style:normal;color:maroon;background-color:#fc9}.n-body{position:relative;margin:0;letter-spacing:.0625em;line-height:1.5;font-feature-settings:"palt";font-family:Zen Kaku Gothic New,serif;font-weight:400;font-style:normal;color:maroon;background-color:#faef93}.sp_only{display:block}@media screen and (min-width:768px){.sp_only{display:none}}.pc_only{display:none}@media screen and (min-width:768px){.pc_only{display:block}}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none}ul{padding:0}li{list-style:none}a{text-decoration:none;cursor:pointer!important}.main{position:relative;overflow:hidden;background-color:#fff;z-index:10}@media screen and (min-width:429px){.main{width:100%}}@media screen and (min-width:640px){.main{margin-left:calc(50% - 284px);width:568px}}@media screen and (min-width:1200px){.main{margin-left:calc(50% - 360px);width:720px}}.main .section{width:100%;height:100%}.fb{position:relative;max-width:340px;min-width:240px;width:340px;height:500px;overflow:hidden;margin:1rem auto}.fb iframe{min-width:100%;height:100%}a:link,a:visited,a:hover{color:#f63}.l-footer{display:flex;flex-direction:column;position:relative;width:100%;height:100%;min-height:30vh}.l-footer .l-footer__btn{margin:3rem auto}.l-footer .l-footer__btn a{display:flex}.l-footer .l-footer__btn a img{width:1rem}.l-footer ul{display:flex;flex-direction:column;text-align:center;font-size:.6rem;margin:2rem auto}@media screen and (min-width:640px){.l-footer ul{flex-direction:row;text-align:left}}.l-footer ul li{list-style-type:none;padding:0 .3rem;margin-bottom:1rem}@media screen and (min-width:640px){.l-footer ul li{border-left:1px solid #800000}.l-footer ul li:last-child{border-right:1px solid #800000}}.l-footer ul li a{opacity:1;transition:all .2s ease-in-out}.l-footer ul li a::hover{opacity:.5}.l-footer .copy{display:flex;justify-content:center;bottom:1rem;margin-bottom:.3rem;width:auto;text-align:center;font-size:.6rem;color:maroon}.l-hero{width:100%;height:100%;max-height:40vh;margin-top:10vh;overflow:hidden}@media screen and (min-width:640px){.l-hero{margin-top:15vh;max-height:60vh}}.l-hero .l-hero__slide{position:relative;width:100%;height:40vh}@media screen and (min-width:640px){.l-hero .l-hero__slide{height:60vh}}.l-hero .l-hero__slide h2{display:flex;flex-direction:column;position:absolute;top:auto;bottom:20%;left:5%;z-index:999;font-size:1rem;color:maroon;line-height:1.5em}@media screen and (min-width:640px){.l-hero .l-hero__slide h2{font-size:1.75rem}}.l-hero .l-hero__slide h2 span{padding:.3rem .6rem;display:inline-block;background-color:#fff;margin-top:.3rem}.l-hero .l-hero__slide .slideshow{position:relative;width:100%;height:100%;min-height:60vh;overflow:hidden}.l-hero .l-hero__slide .slideshow .slideshow_image{position:absolute;min-width:100%;height:100%;background:no-repeat 50% 50%;min-height:100%;animation-name:kenburns;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:30s;opacity:1;transform:scale(1.3);background-size:cover;background-repeat:no-repeat;background-position:center}.l-hero .l-hero__slide .slideshow .slideshow_image img{overflow:hidden;min-width:110%}.l-hero .l-hero__slide .slideshow .slideshow_image:nth-child(1){animation-name:kenburns-1;z-index:4}.l-hero .l-hero__slide .slideshow .slideshow_image:nth-child(2){animation-name:kenburns-2;z-index:3}.l-hero .l-hero__slide .slideshow .slideshow_image:nth-child(3){animation-name:kenburns-3;z-index:2}.l-hero .l-hero__slide .slideshow .slideshow_image:nth-child(4){animation-name:kenburns-4;z-index:1}.l-hero .l-hero__slide .slideshow .slideshow_image:nth-child(5){animation-name:kenburns-5;z-index:0}@-webkit-keyframes kenburns-1{0%{opacity:1;transform:scale(1.2)}0.5625%{opacity:1}20.666%{opacity:1}33.333%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}91.4375%{opacity:0;transform:scale(1.2117647059)}to{opacity:1}}@keyframes kenburns-1{0%{opacity:1;transform:scale(1.2)}0.5625%{opacity:1}20.666%{opacity:1}33.333%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}91.4375%{opacity:0;transform:scale(1.2117647059)}to{opacity:1}}@-webkit-keyframes kenburns-2{14.285%{opacity:1;transform:scale(1.2)}15.7%{opacity:1}40.571%{opacity:1}42.857%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes kenburns-2{14.285%{opacity:1;transform:scale(1.2)}15.7%{opacity:1}40.571%{opacity:1}42.857%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@-webkit-keyframes kenburns-3{28.571%{opacity:1;transform:scale(1.2)}32%{opacity:1}50.857%{opacity:1}57.142%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes kenburns-3{28.571%{opacity:1;transform:scale(1.2)}32%{opacity:1}50.857%{opacity:1}57.142%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@-webkit-keyframes kenburns-4{42.857%{opacity:1;transform:scale(1.2)}43%{opacity:1}60.142%{opacity:1}65.714%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@keyframes kenburns-4{42.857%{opacity:1;transform:scale(1.2)}43%{opacity:1}60.142%{opacity:1}65.714%{opacity:0;transform:scale(1)}to{opacity:0;transform:scale(1.2)}}@-webkit-keyframes kenburns-5{57.142%{opacity:1;transform:scale(1.2)}58%{opacity:1}85.714%{opacity:1}to{opacity:0;transform:scale(1)}}@keyframes kenburns-5{57.142%{opacity:1;transform:scale(1.2)}58%{opacity:1}85.714%{opacity:1}to{opacity:0;transform:scale(1)}}.l-section{position:relative;width:100%;height:100%;margin:10vh auto;overflow-x:hidden}.l-section .l-section__wrap{width:90%;margin:0 auto}.l-section .ttl-r{font-size:1.5rem;clear:both;border-left:solid 1.5rem #ff6633;padding-left:6px;margin:1rem auto}.l-section .n-ttl-y{font-size:1.5rem;clear:both;border-left:solid 1.5rem #faef93;padding-left:6px;margin:1rem auto}.l-section .ttl-y{font-size:1.5rem;clear:both;border-left:solid 1.5rem #ffcc99;padding-left:6px;margin:1rem auto}.l-section .l-section__wrap-content{width:100%;font-size:1rem}.l-section .l-section__wrap-content p{font-size:1rem}.l-section .l-section__wrap-content .select-img{width:100%;margin:0 auto}.l-section .l-section__wrap-content ul{display:flex;flex-direction:column}.l-section .l-section__wrap-content ul li{padding:1rem 0;border-top:1px dotted #800000}.l-section .l-section__wrap-content ul li:last-child{border-bottom:1px dotted #800000}.l-section .l-section__wrap-content ul li a{text-decoration:none}.l-section .l-section__wrap-content ul li h5{font-size:1.5rem;font-weight:700}.l-section .l-section__wrap-content ul li p{margin-top:.8rem;font-size:.8rem;color:#f63}.l-section .l-section__wrap-content .ttl-menu{display:flex;align-items:center;font-size:1.5rem;font-weight:700;border-left:#ff6633 solid .8rem;border-bottom:#ff6633 solid 1px;background-color:#fc9;padding:2px 2px 2px 6px;margin:1rem 0 .5rem}.l-section .l-section__wrap-content .ttl-menu span{margin-left:1rem;font-size:.6rem}.l-section .l-section__wrap-content .sub-ttl-menu-r{background-color:maroon;font-size:1.5rem;padding:.3rem;margin:.3rem 0;color:#fff;font-weight:700;text-align:center}.l-section .l-section__wrap-content .sub-ttl-menu-oj{background-color:#f63;font-size:1.5rem;padding:.3rem;margin:.3rem 0;color:#fff;font-weight:700;text-align:center}.l-section .l-section__wrap-content .sub-ttl-menu{background-color:#3a9;font-size:1.5rem;padding:.3rem;margin:.3rem 0;color:#fff;font-weight:700;text-align:center}.l-section .l-section__wrap-content .table{display:flex;flex-direction:column}.l-section .l-section__wrap-content .table tr{display:flex;flex-direction:row;flex-wrap:nowrap;text-align:left;margin-top:1rem;padding:.5rem;border-top:1px dotted #800000}.l-section .l-section__wrap-content .table tr:last-child{border-bottom:1px dotted #800000}.l-section .l-section__wrap-content .table tr th{width:20%;font-weight:700}.l-section .l-section__wrap-content .table tr td{width:80%;font-weight:400}.l-section .l-section__wrap-content .table tr td a{position:relative;opacity:1;transition:all .2s ease-in-out}.l-section .l-section__wrap-content .table tr td a:hover{opacity:.5}.l-section .l-section__wrap-content .g-map{width:100%;height:400px;margin:0 auto}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media(prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
