/*
Theme Name sapocoro
Version 1.0.0
License No License
 */
a{color:#cc9387;text-decoration:underline}a:hover{color:#cc9387;text-decoration:none}p{margin:.5rem 0}.site-html{color:rgba(0,0,0,0.6);font-family:'M PLUS Rounded 1c',sans-serif;font-size:18px}@media only screen and (min-width:600px){.site-html{font-size:17px}}@media only screen and (min-width:960px){.site-html{font-size:18px}}@media only screen and (min-width:1264px){.site-html{font-size:19px}}@media only screen and (min-width:1904px){.site-html{font-size:20px}}.site-header{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:1rem 0;width:100%;margin:0 auto}@media only screen and (min-width:600px){.site-header{width:80%;justify-content:space-between}}.site-footer{width:100%;margin-top:5rem;padding:3rem 0;background:#f3f1e9}.site-container{width:80%;margin:0 auto}a,p,h1,h2,h3,h4,h5,h6{transform:rotateZ(.03deg)}.header-logo{display:block;height:100%}.header-logo-img{display:block;height:100%}.header-nav-list{display:flex;flex-wrap:wrap;align-items:center;list-style:none}.header-nav-list-item{margin:0 .25rem}.header-nav-list-item-link{font-size:.8rem !important}.footer-logo{display:flex;justify-content:center}.footer-logo-img{height:100%}.footer-copyright{margin:1rem 0;font-size:.9rem;text-align:center}.footer-nav-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none}.footer-nav-list-item{margin:0 .25rem}.footer-nav-list-item-link{font-size:.8rem !important}.front-hero-container{padding:5rem 0;background:#f3f1e9}.front-hero-container-inner{display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (min-width:600px){.front-hero-container-inner{flex-direction:row;justify-content:space-between}}.front-hero-text{flex-grow:1;font-size:1.5rem;text-align:center;font-weight:normal}.front-hero-img{display:inline-block;width:20%}.front-category-list{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;list-style:none;margin:5rem auto;padding:0}.front-category-list-item-wrapper{display:block;width:100%}@media only screen and (min-width:600px){.front-category-list-item-wrapper{width:49%}}@media only screen and (min-width:1264px){.front-category-list-item-wrapper{width:32%}}.front-category-list-item{display:flex;align-items:center;border-radius:3px;box-shadow:1px 1px 3px rgba(0,0,0,0.2);cursor:pointer;color:rgba(0,0,0,0.6);text-decoration:none;background:#f3f1e9;margin:.5rem 0;padding:1rem .5rem;transition:box-shadow .2s;width:100%}.front-category-list-item:active{box-shadow:1px 1px 3px rgba(0,0,0,0.2) inset}.front-category-img{width:20%;margin-right:.5rem}.front-category-text{margin:0;font-size:.9rem}.front-qa-category-wrapper:not(:first-child){margin-top:5rem}.front-qa-category{display:flex;align-items:center;width:100%;padding:1rem;border-radius:3px;background:#f3f1e9;box-shadow:1px 1px 3px rgba(0,0,0,0.2)}.front-qa-category-img{margin-right:1rem;width:15%}@media only screen and (min-width:600px){.front-qa-category-img{width:10%}}@media only screen and (min-width:960px){.front-qa-category-img{width:8%}}.front-qa-category-text{flex-grow:1;font-size:1.1rem;font-weight:normal}.front-qa-title{display:flex;align-items:center;padding:1rem;margin:0;cursor:pointer}.front-qa-title-img{width:15%}@media only screen and (min-width:600px){.front-qa-title-img{width:10%}}@media only screen and (min-width:960px){.front-qa-title-img{width:8%}}.front-qa-title-text{flex-grow:1;font-size:1rem;font-weight:normal;margin:0 1rem}.front-qa-title-icon{width:1rem;font-size:1rem;text-align:center;transition:all .3s}.front-qa-title-icon::before{content:'＋'}.front-qa-article.open .front-qa-title-icon{transform:rotate(180deg)}.front-qa-article.open .front-qa-title-icon::before{content:'－'}.front-qa-title-divider-wrapper{padding:0 1rem;width:100%}.front-qa-title-divider{border:0;background:rgba(0,0,0,0.5);height:1px;width:100%}.font-qa-answer-wrapper{position:relative;overflow:hidden;transition:height .3s}.font-qa-answer{position:absolute;padding:1rem;top:0;left:0;display:flex;align-items:center;width:100%}.front-qa-answer-img{margin-right:1rem;width:15%}@media only screen and (min-width:600px){.front-qa-answer-img{width:10%}}@media only screen and (min-width:960px){.front-qa-answer-img{width:8%}}.front-qa-answer-text{font-size:.9rem}.front-qa-answer-text img{width:100%;height:auto}.front-qa-answer-link-container{display:flex;flex-direction:column;margin-top:1rem}.front-qa-answer-link{font-size:.85rem;color:#cc9387;text-decoration:none;margin:.25rem 0}.front-qa-answer-link-icon{width:1rem !important}#scroll-to-category-btn{visibility:hidden;position:fixed;right:2rem;bottom:2rem;width:3rem;height:3rem;font-weight:bold;font-size:1rem;color:#fff;border:0;border-radius:50%;box-shadow:1px 1px 3px rgba(0,0,0,0.3);background:#cc9387;cursor:pointer}#scroll-to-category-btn.hide{visibility:hidden;animation:hide-scroll-to-category-btn .3s ease 0s}#scroll-to-category-btn.show{visibility:visible;animation:show-scroll-to-category-btn .3s ease 0s}#scroll-to-category-btn:active{box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset}@-moz-keyframes show-scroll-to-category-btn{0%{visibility:hidden;transform:scale(0)}1%{visibility:visible;transform:scale(0)}100%{visibility:visible;transform:scale(1)}}@-webkit-keyframes show-scroll-to-category-btn{0%{visibility:hidden;transform:scale(0)}1%{visibility:visible;transform:scale(0)}100%{visibility:visible;transform:scale(1)}}@-o-keyframes show-scroll-to-category-btn{0%{visibility:hidden;transform:scale(0)}1%{visibility:visible;transform:scale(0)}100%{visibility:visible;transform:scale(1)}}@keyframes show-scroll-to-category-btn{0%{visibility:hidden;transform:scale(0)}1%{visibility:visible;transform:scale(0)}100%{visibility:visible;transform:scale(1)}}@-moz-keyframes hide-scroll-to-category-btn{0%{visibility:visible;transform:scale(1)}99%{visibility:visible;transform:scale(0)}100%{visibility:hidden;transform:scale(0)}}@-webkit-keyframes hide-scroll-to-category-btn{0%{visibility:visible;transform:scale(1)}99%{visibility:visible;transform:scale(0)}100%{visibility:hidden;transform:scale(0)}}@-o-keyframes hide-scroll-to-category-btn{0%{visibility:visible;transform:scale(1)}99%{visibility:visible;transform:scale(0)}100%{visibility:hidden;transform:scale(0)}}@keyframes hide-scroll-to-category-btn{0%{visibility:visible;transform:scale(1)}99%{visibility:visible;transform:scale(0)}100%{visibility:hidden;transform:scale(0)}}.wpcf7-form{font-size:0.9rem;font-weight:600;margin:3rem 0}input.wpcf7-form-control.wpcf7-text,textarea.wpcf7-form-control.wpcf7-textarea {width:100%;padding:10px 15px 8px;margin-right:10px;margin-top:8px;border:1px solid #d0d5d8;border-radius:3px}.wpcf7-text,textarea.wpcf7-form-control.wpcf7-textarea {margin-bottom:15px}.wpcf7-submit{padding:.5rem 2rem;border:0;font-size:1.1rem;background:#cc9387;color:#fff;border-radius:3px;display:block;width:100%}@media only screen and (min-width:600px){.wpcf7-submit{display:inline-block;width:inherit}}.button{display:inline-block;padding:.25rem .5rem;border-radius:3px;text-decoration:none;color:#000;transition:background .2s;font-size:.9rem}.button.simple:hover{background:rgba(0,0,0,0.05)}#scroll-to-top-btn{visibility:hidden;position:fixed;right:2rem;bottom:2rem;width:3rem;height:3rem;font-weight:bold;font-size:1rem;color:#fff;border:0;border-radius:50%;box-shadow:1px 1px 3px rgba(0,0,0,0.3);background:#cc9387;cursor:pointer}#scroll-to-top-btn.hide{visibility:hidden;animation:hide-scroll-to-category-btn .3s ease 0s}#scroll-to-top-btn.show{visibility:visible;animation:show-scroll-to-category-btn .3s ease 0s}#scroll-to-top-btn:active{box-shadow:1px 1px 3px rgba(0,0,0,0.3) inset}