@charset "utf-8";.header{left:0;margin:auto;position:fixed;right:0;top:20px;width:100%;z-index:999}.header__inner{align-items:center;background-color:#fdfaf4;border-radius:54px;box-shadow:0 3px 6px rgba(0,0,0,.2);display:flex;margin:auto;max-width:1300px;padding:20px 40px 20px 60px;justify-content:space-between;width:auto}.header__logo img{height:68px;width:auto}.header__nav{align-items:center;column-gap:40px;display:flex}.header__nav li{align-items:center;display:flex;font-family:'Zen Maru Gothic',sans-serif;font-size:18px;font-weight:500;height:50px;line-height:1.5em;position:relative;text-align:center}.header__nav li:nth-child(n+2) a:before{border-left:1px dashed #e6b057;content:"";height:100%;left:-20px;position:absolute;top:0;width:1px}.header__nav li span{display:block;text-align:center}.header__nav li a{color:#0d0c0d;text-align:center;text-decoration:none}.header__nav li a:hover{color:#e6b057}.header__toggle{display:none}.headerMenu{display:none}@media screen and (max-width:1080px){.header{top:0}.header__inner{background:var(--lightOrange);border-radius:0;box-shadow:none;column-gap:0;display:flex;margin:0 auto;padding:0 0 0 20px;justify-content:space-between;width:auto}.header__logo img{height:40px}.header__nav{display:none}.header__toggle{cursor:pointer;display:block;height:60px;width:60px}.header__toggle span{background-color:var(--orange);border-radius:3px;display:inline-block;height:2px;right:20px;margin:auto;position:absolute;transition:.3s ease-in-out;width:20px}.header__toggle span:nth-of-type(1){top:23px}.header__toggle span:nth-of-type(2){top:30px}.header__toggle span:nth-of-type(3){top:37px}.is-active.header__toggle span{top:30px;transition:.2s}.is-active.header__toggle span:nth-of-type(1){transform:rotate(45deg)}.is-active.header__toggle span:nth-of-type(2){background-color:transparent}.is-active.header__toggle span:nth-of-type(3){transform:rotate(-45deg)}.headerMenu{background:var(--lightOrange);display:none;height:100%;left:0;overflow-y:scroll;position:fixed;top:60px;width:100%;z-index:999}.is-open.headerMenu{display:block}.headerMenu__inner{padding:30px}.headerMenu__list li a{background:#fff;color:var(--brown);display:block;font-family:var(--fontZenMaru);font-size:16px;font-weight:500;line-height:1.7em;padding:20px;width:auto}.headerMenu__list li a:hover{background:var(--orange);color:#fff}.headerMenu .contact{padding-bottom:80px}}.footer{padding:140px 0 170px;margin-bottom:43px}.footer__inner{margin:0 auto;max-width:1080px;width:100%}.footer__logo{text-align:center}.footer__address{font-size:13px;margin-top:20px;text-align:center}.footer__sitemap{font-size:13px;margin-top:40px;text-align:center}.footer__word{font-size:13px;margin-top:10px;text-align:center}@media screen and (max-width:767px){.footer{padding:30px 0 70px}.footer__inner{padding:0 20px;width:auto}.footer__logo img{height:36px;width:auto}.footer__address{font-size:11px;margin-top:15px}.footer__sitemap{font-size:11px;margin-top:20px}.footer__word{font-size:11px;line-height:1.7em;margin-top:10px}}