@charset "UTF-8";:root{--main:#fefefe;--sub:#44b8f4;--sub2:#fad238;--sub3:#9fcb45;--text:#333}*{padding:0;margin:0;box-sizing:border-box;font-family:"Zen Kaku Gothic New",serif;color:var(--text)}html{font-size:62.5%;scroll-behavior:smooth}html::-webkit-scrollbar{width:10px;background:var(--main);border-left:1px solid var(--text)}html::-webkit-scrollbar-thumb{background:var(--text)}a{text-decoration:none}li{list-style:none}.df{display:flex}.df_cl{display:flex;flex-direction:column}.gr{display:grid}.w1{width:100%}.pr{position:relative}.text{text-align:justify;letter-spacing:.1em}.text.line{line-height:1.8em}.section_text.type_1{font-size:1.6rem;font-weight:600;z-index:1;strong{color:var(--sub3);font-size:2.4rem;text-decoration:underline;text-decoration-style:wavy;text-decoration-thickness:2px}.strong{color:var(--sub3)}}body{width:100%;height:max-content;background:var(--main)}main{height:max-content;z-index:1;overflow:hidden}section{width:100%;position:relative}section.under_layer{padding:80px 0;align-items:center}.section_container{width:90%;max-width:1600px;z-index:1}header{height:100px;position:fixed;top:0;left:0;z-index:3;justify-content:center;transition:background ease 0.25s;.header_container{width:90%;max-width:1600px;height:100%;align-items:center;gap:40px;.head_logo{height:70px;width:max-content;img{height:100%;width:auto}}.header_nav{flex:1;height:100%;justify-content:flex-end;align-items:flex-end;.header_contact_nav{flex:1;.contact_nav{padding:5px 20px;gap:20px;align-items:center}.contact_nav.type_1{background:var(--sub)}.contact_nav.type_2{background:var(--sub3)}.nav_icon img{width:20px;height:auto}.contact_nav_text{font-size:1.4rem;font-weight:600;white-space:nowrap;color:var(--main)}.contact_nav_text.tel{font-size:1.6rem}}.header_nav_body{.header_nav_anchor{padding:15px 0}.header_nav_text{font-size:1.4rem;padding:5px 20px;font-weight:600;white-space:nowrap;border-right:1px solid var(--text)}.header_nav:first-of-type .header_nav_text{border-left:1px solid var(--text)}}}}}header.active{background:var(--main)}footer{z-index: 1;align-items:center;padding-bottom:80px;background:var(--text)}.footer_container{width:90%;max-width:1200px;gap:20px;flex-wrap:wrap}.footer_content_column{&.type_1{flex:1;gap:20px;align-items:flex-start}&.type_2{flex:1.5;flex-wrap:wrap}}.footer_content_box.type_1{justify-content:flex-start}.footer_logo_box{img{width:auto;height:70px}}.footer_text.type_1{font-size:1.6rem;color:var(--main)}.footer_contact_box{.contact_nav{padding:12px 20px;gap:20px;align-items:center}.contact_nav.type_1{background:var(--sub)}.contact_nav.type_2{background:var(--sub3)}.nav_icon img{width:20px;height:auto}.contact_nav_text{font-size:1.4rem;font-weight:600;white-space:nowrap;color:var(--main)}.contact_nav_text.tel{font-size:1.6rem}}.footer_nav_container{flex:1;flex-basis:250px;gap:10px;align-items:flex-start;padding:10px 20px}.footer_nav{align-items:center;gap:15px}.footer_nav_asset{align-items:center;justify-content:center;width:2rem;aspect-ratio:1;&.type_1{color:#fff;font-size:1rem;font-weight:700;border-radius:50%;background:var(--sub)}&.type_2 img{width:100%;height:auto}}.footer_nav_text{color:#fff;font-size:1.8rem;padding:10px 0}.footer_banner{width:100%;max-width:250px;aspect-ratio:3.2 / 1;background:var(--main);align-items:center;justify-content:center;img{width:80%;height:80%;object-fit:contain}}.copyright_box{flex:1;align-items:flex-end;justify-content:flex-end;padding-top:10px}.copyright{color:#fff;font-size:1.2rem}.page_anchor{align-items:center;gap:20px}.page_anchor_arrow{width:80px;aspect-ratio:1;align-items:center;justify-content:center;border-radius:50%;background:var(--sub);color:#fff;font-size:2rem}.page_anchor_text{font-size:2rem;font-weight:600}.section.section_map{align-items:center;padding-bottom:80px;gap:60px;&::before{content:"";position:absolute;width:100%;height:calc(40% + 80px);background:var(--text);bottom:-80px;left:0}}.section_map_divider{position:absolute;bottom:40%;left:0;overflow:hidden;line-height:0;transform:rotate(180deg);svg{position:relative;display:block;width:calc(100% + 1.3px);height:98px}.map_divider{fill:var(--text)}}.access_map_container{width:90%;max-width:1600px;aspect-ratio:3 / 1;overflow:hidden;border-radius:10px;z-index:1;background:var(--sub3);.access_map{width:100%;height:100%}}.page_move,.page_show{position:fixed;top:0;left:0;height:100lvh;z-index:9;pointer-events:none}.page_move{background-image:radial-gradient(circle at 50% 50%,transparent 100%,#fefefe 100%)}.page_show{background-image:radial-gradient(circle at 50% 50%,transparent 0%,#fefefe 0%)}@media all and (min-width:1281px){.mobile_menu_trigger,.mobile_menu{display:none}}@media all and (max-width:1280px){.header_nav{display:none}.mobile_menu_trigger{position:absolute;right:0;width:60px;aspect-ratio:1;cursor:pointer;padding:10px;justify-content:space-around;z-index:1}.menu_trigger{height:4px;background:var(--main);border-radius:100vh;transition:background ease 0.25s;&.open{background:var(--text)}}header.active .menu_trigger,.mobile_menu_trigger.open .menu_trigger{background:var(--text)}.mobile_menu{position:fixed;height:100lvh;z-index:2;background:var(--main);padding-top:100px;align-items:center;opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity ease 0.25s,visibility ease 0.25s,transform ease 0.25s;&.open{opacity:1;visibility:visible;transform:translateY(0)}}.mobile_menu_container{width:90%;height:100%;padding:20px 0;gap:60px;align-items:flex-start;overflow-y:scroll;&::-webkit-scrollbar{display:none}}.mobile_nav_container{max-width:900px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-template-rows:repeat(max-content,max-content);gap:20px}.mobile_nav_column{align-items:flex-start;gap:20px}.mobile_nav{align-items:center;gap:15px}.mobile_nav_asset{align-items:center;justify-content:center;width:4rem;aspect-ratio:1;&.type_1{color:#fff;font-size:1.6rem;font-weight:700;border-radius:50%;background:var(--sub)}&.type_2 img{width:100%;height:auto}}.mobile_nav_text{font-size:2rem;padding:10px 0;font-weight:700}.mobile_content_box{padding:20px 0 0;align-items:flex-start;gap:15px}.mobile_logo_box{max-width:320px;img{width:100%;height:auto}}.mobile_text{font-size:1.2rem;font-weight:700}.mobile_contact_box{justify-content:flex-start;flex-wrap:wrap;.contact_nav{padding:12px 20px;gap:20px;align-items:center}.contact_nav.type_1{background:var(--sub)}.contact_nav.type_2{background:var(--sub3)}.nav_icon img{width:20px;height:auto}.contact_nav_text{font-size:1.4rem;font-weight:600;white-space:nowrap;color:var(--main)}.contact_nav_text.tel{font-size:1.6rem}}.mobile_image_container{flex:1;min-height:150px;border-radius:10px;background:url(/assets/img/interior_a.webp);background-size:cover;background-position:center;overflow:hidden}body.open{overflow:hidden}.head_logo{transition:opacity ease 0.25s,visibility ease 0.25s;&.open{opacity:0;visibility:hidden}}}@media all and (max-width:960px){header{height:80px;.header_container{.head_logo{height:50px;width:max-content;img{height:100%;width:auto}}}}.footer_logo_box{img{width:auto;height:50px}}.footer_text.type_1{font-size:1.4rem}.footer_nav_text{font-size:1.6rem}.footer_nav_container{padding-bottom:0}section.under_layer,.section.section_map{padding:60px 0}.access_map_container{aspect-ratio:16 / 9}.mobile_menu{padding-top:80px}}@media all and (max-width:768px){.section_text.type_1{font-size:1.4rem;strong{font-size:1.8rem}.strong{font-size:1.6rem}}.mobile_contact_box{flex-direction:column;.contact_nav{justify-content:center}.contact_nav.type_1{padding:15px 23px}}.mobile_logo_box{max-width:240px}.mobile_menu_container{gap:20px}.footer_container{flex-direction:column}.footer_nav_container{padding:10px 0;gap:5px;height:max-content}.footer_content_column{&.type_1{flex:1}&.type_2{flex:1;flex-wrap:nowrap;gap:20px}}footer{padding-bottom:40px}.footer_nav_text{font-size:1.4rem;font-weight:700}}@media all and (max-width:450px){.footer_contact_box{.contact_nav{padding:8px 12px;gap:12px}.contact_nav_text.tel{font-size:1.4rem}}.mobile_image_container{min-height:300px}.mobile_nav_text{font-size:1.6rem;padding:5px 0}section.under_layer,.section.section_map{padding:40px 0}.access_map_container{aspect-ratio:4 / 3}.page_anchor_arrow{width:60px}.page_anchor{gap:10px}.page_anchor_text{font-size:1.6rem}.mobile_menu_container{padding-bottom:80px}.mobile_menu{padding-top:80px}.section_map_divider{svg{height:40px}}}@media (any-hover:hover){.header_nav_text,.page_anchor_text,.footer_nav_text.type_1{transition:color ease 0.25s}.header_nav_anchor:hover .header_nav_text,.page_anchor:hover .page_anchor_text,.footer_nav:hover .footer_nav_text.type_1{color:var(--sub)}.page_anchor_arrow{background:var(--text);transition:background ease 0.25s}.page_anchor:hover .page_anchor_arrow{background:var(--sub)}.contact_nav,.mobile_menu_trigger{transition:opacity ease 0.25s;&:hover{opacity:.75}}}
