@charset "UTF-8";.header{display:flex;justify-content:space-between;align-items:center;padding:20px 35px;position:fixed;z-index:100;width:100%;left:0;top:0}@media only screen and (max-width:768px){.header{padding:18px 32px}}@media only screen and (max-width:480px){.header{padding:15px 10px}}.header_logo{height:90px;width:90px}@media only screen and (max-width:768px){.header_logo{height:75px;width:75px}}@media only screen and (max-width:480px){.header_logo{height:60px;width:60px}}@media only screen and (max-width:768px){.header_nav{display:none}}.navlist_box{display:flex}.nav_item{list-style:none}.nav_item a{position:relative;display:block;width:70px;margin-left:25px;text-decoration:none;text-align:center;font-size:16px;color:#5f418a;font-family:"Shippori Mincho B1", serif;font-weight:400;font-style:normal}.nav_item a::after{display:block;font-size:10px;margin-top:2px}.navlist_menu a::after{content:"メニュー料金"}.navlist_Access a::after{content:"アクセス"}.navlist_QandA a::after{content:"よくある質問"}.navlist_contact a::after{content:"お問い合わせ"}.nav_item a::before{content:'';position:absolute;bottom:-4px;left:10%;width:85%;height:1px;background:#5f418a;transition:all 0.3s;transform:scale(0, 1);transform-origin:center top;}.nav_item a:hover::before{transform:scale(1, 1);}.sp-toggle{display:none}@media only screen and (max-width:768px){.sp-toggle{display:block;position:fixed;top:30px;right:30px;width:30px;height:30px;z-index:100;cursor:pointer}}.sp-toggle span{position:absolute;display:block;left:0;width:30px;height:2px;background-color:#9d8484;transition:all 0.5s;border-radius:4px}.sp-toggle span:nth-child(1){top:4px}.sp-toggle span:nth-child(2){top:14px}.sp-toggle span:nth-child(3){bottom:4px}.open .sp-toggle span{background-color:#552b2b}.open .sp-toggle span:nth-child(1){transform:translateY(10px) rotate(-315deg)}.open .sp-toggle span:nth-child(2){opacity:0}.open .sp-toggle span:nth-child(3){transform:translateY(-10px) rotate(315deg)}.header_nav-sp{width:100vw;height:100vh;position:fixed;transition:all 0.7s;left:-100vw;opacity:0;z-index:10}.open .header_nav-sp{background-color:#9d8484;left:0;opacity:0.9;background:linear-gradient(45deg, blue, #4f0)}.navlist_box-sp{text-align:center;margin-top:130px}.nav_item-sp{font-size:30px;line-height:4;font-family:"Shippori Mincho B1", serif;color:#552b2b}