@import "https://fonts.googleapis.com/css2?family=Jost&family=Noto+Sans+JP:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
:root{--font-jost:"Jost", sans-serif;--font-noto:"Noto Sans JP", sans-serif;--color-primary:#a88a4e;--color-dark:#111;--color-light:#fff;--color-gray:#f5f5f5;--color-text-dark:#333;--color-text-light:#fff;--color-text-gray:#666;--border-color:#ddd;--header-height:4rem}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;font-family:var(--font-noto);color:var(--color-text-dark);-webkit-font-smoothing:antialiased;background-color:#fff;font-size:14px;line-height:1.8;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:all .5s}li{list-style:none}img{vertical-align:bottom;max-width:100%;height:auto}.pc{display:none!important}.sp{display:block!important}@media screen and (min-width:769px){.pc{display:block!important}.sp{display:none!important}}#wrapper{flex-direction:column;width:100%;min-height:100vh;margin:0 auto;display:flex;position:relative}.contents{flex:1;margin-top:70px}@media screen and (max-width:768px){.contents{margin-top:60px;padding-bottom:80px}}.inner{width:93%;max-width:1200px;margin:0 auto;padding:25px 0}.inner_under{width:93%;max-width:1200px;margin:0 auto}.inner_page{width:93%;max-width:1000px;margin:0 auto 50px}@media screen and (min-width:769px){.inner{padding:50px 0 60px}.inner_under{padding-bottom:6rem}}.balloons{z-index:-1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.balloons div{opacity:.6;z-index:-1;width:200px;height:200px;position:fixed;top:0;left:0;background-repeat:no-repeat!important;background-size:contain!important}@keyframes flashing{0%{opacity:1}10%{opacity:0}20%{opacity:1}30%{opacity:0}40%{opacity:1}50%{opacity:0}60%{opacity:1}70%{opacity:0}80%{opacity:1}90%{opacity:0}to{opacity:1;margin-left:0}}@keyframes flashing_r{0%{opacity:0}10%{opacity:1}20%{opacity:0}30%{opacity:1}40%{opacity:0}50%{opacity:1}60%{opacity:0}70%{opacity:1}80%{opacity:0}90%{opacity:1}to{opacity:0}}.material-icons,.material-symbols-outlined{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;vertical-align:middle;direction:ltr;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.material-symbols-outlined{font-family:Material Symbols Outlined}
.Header-module__hBw1pG__header{z-index:1000;background-color:#fffffff2;width:100%;height:70px;transition:all .3s;position:absolute;top:0;left:0;box-shadow:0 2px 5px #0000000d}.Header-module__hBw1pG__fixedHeader{opacity:0;position:fixed;top:-70px}.Header-module__hBw1pG__fixedHeaderVisible{opacity:1;top:0}.Header-module__hBw1pG__inner{justify-content:space-between;align-items:center;width:93%;max-width:1200px;height:100%;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{align-items:center;width:140px;display:flex}.Header-module__hBw1pG__logo img{width:100%;height:auto}.Header-module__hBw1pG__nav{align-items:center;display:flex}.Header-module__hBw1pG__navList{gap:15px;display:flex}.Header-module__hBw1pG__navItem a{text-align:center;color:#333;font-size:11px;font-weight:500;display:block}.Header-module__hBw1pG__navItem a span{color:#888;font-size:9px;font-family:var(--font-jost);text-transform:uppercase;margin-top:-2px;display:block}.Header-module__hBw1pG__navItem a:hover{color:var(--color-primary)}.Header-module__hBw1pG__tel{flex-direction:column;align-items:flex-end;display:flex}.Header-module__hBw1pG__telLink{color:var(--color-primary);align-items:center;gap:4px;font-size:16px;font-weight:700;display:flex}.Header-module__hBw1pG__telLink span{font-size:18px}.Header-module__hBw1pG__telTime{color:#666;font-size:9px;line-height:1.2}.Header-module__hBw1pG__toggle{cursor:pointer;z-index:2000;background-color:#ffffffe6;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;display:none;position:fixed;top:15px;right:15px;box-shadow:0 2px 5px #0000001a}.Header-module__hBw1pG__toggle span{background-color:#333;width:24px;height:2px;margin:3px 0;transition:all .3s ease-in-out;display:block}.Header-module__hBw1pG__toggleText{color:#333;font-size:8px;font-family:var(--font-jost);margin-top:2px}.Header-module__hBw1pG__toggleActive span:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__hBw1pG__toggleActive span:nth-child(2){opacity:0}.Header-module__hBw1pG__toggleActive span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Header-module__hBw1pG__spDrawer{z-index:1999;background-color:#fffffffa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:40px 0;transition:transform .5s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(100%)}.Header-module__hBw1pG__spDrawerOpen{transform:translate(0)}.Header-module__hBw1pG__spNavList{flex-direction:column;align-items:center;gap:20px;margin-bottom:30px;display:flex}.Header-module__hBw1pG__spNavItem a{color:#333;text-align:center;font-size:16px;font-weight:500;display:block}.Header-module__hBw1pG__spNavItem a span{color:#888;font-size:11px;font-family:var(--font-jost);text-transform:uppercase;display:block}.Header-module__hBw1pG__spSnsList{justify-content:center;align-items:center;gap:20px;display:flex}.Header-module__hBw1pG__spSnsList img{width:40px;height:40px}@media screen and (max-width:1024px){.Header-module__hBw1pG__navList{gap:10px}.Header-module__hBw1pG__navItem a{font-size:10px}}@media screen and (max-width:768px){.Header-module__hBw1pG__header{height:60px}.Header-module__hBw1pG__inner{justify-content:space-between}.Header-module__hBw1pG__logo{width:100px}.Header-module__hBw1pG__nav,.Header-module__hBw1pG__tel{display:none}.Header-module__hBw1pG__toggle{display:flex}}
.Footer-module__S6Hkya__footer{color:#ccc;background-color:#1a1a1a;border-top:1px solid #333;width:100%;padding:40px 0 20px}.Footer-module__S6Hkya__inner{text-align:center;flex-direction:column;align-items:center;width:93%;max-width:1200px;margin:0 auto;display:flex;position:relative}.Footer-module__S6Hkya__logo{width:120px;margin-bottom:20px;display:block}.Footer-module__S6Hkya__logo img{filter:brightness(0)invert();width:100%;height:auto}.Footer-module__S6Hkya__sns{gap:15px;margin-bottom:25px;display:flex}.Footer-module__S6Hkya__sns img{width:35px;height:35px}.Footer-module__S6Hkya__footNav{flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:20px;font-size:11px;display:flex}.Footer-module__S6Hkya__footNav li a{color:#aaa}.Footer-module__S6Hkya__footNav li a:hover{color:var(--color-primary)}.Footer-module__S6Hkya__btnToTop{background-color:var(--color-primary);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:50px;right:0}.Footer-module__S6Hkya__btnToTop:hover{color:var(--color-primary);background-color:#fff}.Footer-module__S6Hkya__copyright{color:#777;font-size:10px;font-family:var(--font-jost);margin-top:10px}.Footer-module__S6Hkya__stickyBottomNav{z-index:999;background-color:#fffffff2;width:100%;display:none;position:fixed;bottom:0;left:0;box-shadow:0 -2px 10px #0000001a}.Footer-module__S6Hkya__stickyNavList{width:100%;display:flex}.Footer-module__S6Hkya__stickyNavItem{border-right:1px solid #eee;flex:1}.Footer-module__S6Hkya__stickyNavItem:last-child{border-right:none}.Footer-module__S6Hkya__stickyNavItem a{color:#333;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:55px;font-size:9px;font-weight:500;display:flex}.Footer-module__S6Hkya__stickyNavItem a span{color:var(--color-primary);margin-bottom:2px;font-size:18px}.Footer-module__S6Hkya__stickyNavItem:hover a{background-color:#f9f9f9}@media screen and (max-width:768px){.Footer-module__S6Hkya__footer{padding-bottom:75px}.Footer-module__S6Hkya__btnToTop{display:none}.Footer-module__S6Hkya__stickyBottomNav{display:block}}
