@charset "UTF-8";
.txt_c01 {
  color: #009872;
}

.bg_green {
  background-color: #009872;
}

header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 736px) {
  /*-----------------------------*/
  body {
    padding-top: 56px;
    font-size: 14px;
    min-width: 375px;
    line-height: 1.71;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  header {
    margin: 0px;
    height: 56px;
    align-items: center;
    width: 100%;
    padding: 0 15px;
  }
  header .logo_box img {
    width: auto;
    height: 39px;
  }
  header:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -9991;
    background: #fff;
  }
  header .logo_box {
    position: relative;
    z-index: 9992;
  }
  #fv {
    padding-top: 20px;
  }
  #fv .scroll {
    font-size: 12px;
    position: absolute;
    top: calc(100vh - 220px);
    left: calc(8% - 36px);
    margin: auto;
    width: 72px;
    height: 22px;
    padding-right: 30px;
    letter-spacing: -0.5px;
    transform: rotate(90deg);
  }
  #fv .scroll:after {
    border-radius: 50%;
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(../img/ar2.svg) 50% 50% no-repeat #fff;
    background-size: auto 10px;
    z-index: 7;
  }
  #fv .slider {
    width: 84%;
    margin-right: 0;
  }
  #fv .slider .img {
    width: 100%;
  }
  #fv .bullets_wrap {
    width: 16%;
    position: absolute;
    top: 4px;
    left: 10%;
    margin: auto;
  }
  #fv .swiper-pagination-bullets {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  #fv .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  #fv .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #b7d100;
  }
  #fv .main_logo_wrap {
    padding: 40px 0;
    width: 92%;
    display: grid;
    place-items: center;
  }
  #fv .main_logo_wrap .main_logo {
    max-width: 60%;
  }
  #fv .main_btm {
    margin-right: 8%;
    padding: 60px 10% 50px;
    color: #fff;
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  #fv .main_btm .lead01 {
    text-align: left;
  }
  #fv .main_btm .lead01 img {
    max-width: 60%;
  }
  #fv .main_btm .lead01:after {
    display: block;
    content: "";
    width: 107px;
    height: 86px;
    bottom: 0;
    right: -20px;
    margin: auto;
    position: absolute;
    background: url(../img/chara1.png) 50% 50% no-repeat;
    background-size: 100% auto;
  }
  #fv:before {
    display: block;
    content: "";
    width: 92%;
    height: calc(100% - 20px);
    top: 20px;
    right: 8%;
    position: absolute;
    background-color: #009872;
    z-index: -1;
  }
  .stit01 {
    color: #6e6e6e;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .stit01 .font-en {
    display: block;
    color: #009872;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #s02 {
    padding: 75px 0;
  }
  #s02 .txt_img + .txt_img {
    margin-top: 50px;
  }
  #s02 .txt_img .img {
    margin-right: 4%;
    box-sizing: border-box;
  }
  #s02 .txt_img .img.bg_sky {
    background-color: #c0e7e8;
    padding: 30px;
  }
  #s02 .txt_img .img.r408:before {
    display: block;
    content: "";
    width: 240px;
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../img/r408.png) 50% 50% no-repeat;
    background-size: 100% auto;
    z-index: 4;
  }
  #s02 .txt_img .txt_box {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  #s02 .txt_img .txt_box h3 {
    font-size: 26px;
  }
  #s02 .txt_img .txt_box h3 .font-en {
    gap: 5px;
  }
  #s02 .txt_img .txt_box h3 .font-en .txt18 {
    border-bottom: 4px solid #009872;
    letter-spacing: 1px;
  }
  #s02 .txt_img .txt_box h3 .font-en .txt55 {
    font-size: 45px;
    line-height: 1;
    font-weight: 900;
  }
  #s02 .txt_img.rev .img {
    margin-right: 0;
    margin-left: 4%;
  }
  #s03 {
    padding: 50px 0;
  }
  #s03:before {
    display: block;
    content: "";
    width: 90px;
    height: 94px;
    top: -35px;
    right: 5%;
    margin: auto;
    position: absolute;
    background: url(../img/chara3.png) 50% 50% no-repeat;
    background-size: 100% auto;
    z-index: 7;
  }
  #s03:after {
    display: block;
    content: "";
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
  }
  #s03 .link_clm2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  #s03 .link_clm2 a {
    aspect-ratio: 1/1;
    background: url(../img/link01.jpg) 50% 50% no-repeat;
    background-size: cover;
    transition: all 0.4s linear;
  }
  #s03 .link_clm2 a.link02 {
    background: url(../img/link02.jpg) 50% 50% no-repeat;
  }
  #s03 .link_clm2 a.link02:before {
    background: #00a87e;
  }
  #s03 .link_clm2 a:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: #009872;
    opacity: 1;
    transition: all 0.4s linear;
  }
  #s03 .link_clm2 a .inbox {
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }
  #s03 .link_clm2 a .inbox .txt30 {
    line-height: 1.25;
  }
  #s03 .link_clm2 a .inbox:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    border: 6px solid #fff;
    box-sizing: border-box;
    transition: all 0.4s linear;
  }
  #s03 .link_clm2 a .inbox:after {
    display: block;
    content: "";
    width: 44px;
    height: 44px;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(../img/ar.svg) 50% 50% no-repeat #fff;
    background-size: 17px auto;
    z-index: 7;
  }
  #s03 .link_clm2 a:hover:before {
    opacity: 0;
    transition: all 0.4s linear;
  }
  #s03 .link_clm2 a:hover .inbox:before {
    border: 12px solid #fff;
  }
  #s04 {
    padding: 100px 0 75px;
  }
  #s04 .tit_wrap {
    height: 150px;
    gap: 30px;
  }
  #s04 .tit_wrap .stit01 {
    margin-bottom: 0;
  }
  #s04 .tit_wrap img {
    width: 70px;
  }
  #s04 .link_blog {
    background: #009872;
    gap: 14px;
    padding: 40px 10px;
  }
  #s04 .link_blog a {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    max-width: 100%;
    height: 140px;
    background: #fff;
    border-radius: 24px;
    color: #009872;
    box-sizing: border-box;
    transition: all 0.4s linear;
    display: grid;
    place-content: center;
  }
  #s04 .link_blog a .inbox {
    padding-bottom: 30px;
    text-align: center;
  }
  #s04 .link_blog a .txt30 {
    font-size: 24px;
    display: inline-block;
    padding-left: 52px;
    background: url(../img/i_blog.png) 0 50% no-repeat;
    background-size: 42px auto;
  }
  #s04 .link_blog a .txt {
    margin: 4px 0 5px;
  }
  #s04 .link_blog a:hover {
    background: #fff9c1;
  }
  #s04 .link_blog a:after {
    display: block;
    content: "";
    width: 20px;
    height: 21px;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(../img/ar2.svg) 50% 50% no-repeat;
    background-size: 20px auto;
    z-index: 7;
  }
  #s04:before {
    display: block;
    content: "";
    width: 100%;
    height: 400px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(../img/bg_blog_sp.jpg) 50% 0;
    background-size: cover !important;
  }
  #house #s04:before {
    height: 360px;
    background: url(../img/bg_blog_house_sp.jpg) 50% 0;
  }
  #building #s04:before {
    height: 360px;
    background: url(../img/bg_blog_buliding_sp.jpg) 50% 0;
  }
  #building #s04 .link_blog a:after {
    bottom: 13px;
  }
  #building #s04 .link_blog a .txt {
    line-height: 1.3;
  }
  #faq {
    padding: 0;
  }
  #faq .box1000 {
    padding: 50px 0;
    position: relative;
  }
  #faq .box1000:before {
    display: block;
    content: "";
    width: 70px;
    height: 80px;
    top: -45px;
    left: 43%;
    margin: auto;
    position: absolute;
    background: url(../img/chara4.png) 50% 50% no-repeat;
    background-size: auto 100%;
  }
  #faq .box1000 .txt_box {
    padding-bottom: 30px;
  }
  #faq .box1000 .txt36 {
    font-size: 24px;
  }
  #faq dl.faq_box {
    margin: 0 auto 10px;
  }
  #faq dl.faq_box i {
    font-size: 33px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
  }
  #faq dl.faq_box dt {
    position: relative;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    background: #009872;
    line-height: 1.45;
    color: #fff;
    padding: 0 20px;
    min-height: 60px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
  }
  #faq dl.faq_box dt span {
    max-width: calc(100% - 80px);
    padding: 10px 0;
  }
  #faq dl.faq_box dt:before {
    z-index: 3;
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    color: #009872;
    text-align: center;
    background: url(../img/acc_btn1.png) 50% 50% no-repeat;
    background-size: 16px auto !important;
  }
  #faq dl.faq_box dt:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    position: absolute;
    background: #fff;
    border-radius: 20px;
  }
  #faq dl.faq_box dt.active:before {
    background: url(../img/acc_btn2.png) 50% 50% no-repeat;
  }
  #faq dl.faq_box dt.active:after {
    background: #fff9c1;
  }
  #faq dl.faq_box dd {
    min-height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0px 10px 20px;
  }
  #faq dl.faq_box dd i {
    color: #009872;
  }
  #faq dl.faq_box dd span {
    font-size: 16px;
    box-sizing: border-box;
    max-width: calc(100% - 60px);
    line-height: 1.6;
    padding: 4px 0;
  }
  #faq dl.faq_box dd a {
    color: #009872;
    text-decoration: underline;
    transition: 0.5s;
  }
  #faq dl.faq_box dd a:hover {
    text-decoration: none;
  }
  .contact_box.bg_green {
    padding: 50px 0;
  }
  .contact_box .box1000.bg_green {
    padding: 30px 4% 30px;
    max-width: 95%;
    box-sizing: border-box;
  }
  .contact_box .box1000.bg_green .fuki_wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact_box .box1000.bg_green .fuki_wrap .fuki {
    position: absolute;
    top: -10px;
    right: -5px;
    margin: auto;
    width: 70px;
    height: 70px;
  }
  .contact_box .box1000.bg_green .link_waku .inbox:after {
    width: 45px;
    height: 45px;
  }
  .contact_box .txt_w {
    color: #fff !important;
  }
  .contact_box .tit_wrap {
    margin-bottom: 30px;
  }
  .contact_box .tit_wrap .chara img {
    width: auto;
    height: 100px;
  }
  .contact_box .tit_wrap .txt24 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .contact_box .btn_wrap {
    align-items: center;
    gap: 24px;
    flex-direction: column-reverse;
  }
  .contact_box .tel_box {
    max-width: 400px;
  }
  .contact_box .tel_box a {
    text-align: center;
    width: 100%;
    height: 100px;
    background: #fff;
    color: #009872;
    padding-top: 15px;
  }
  .contact_box .tel_box a .txt16 {
    line-height: 1.1;
  }
  .contact_box .tel_box a .font-en {
    display: inline-block;
    padding-left: 47px;
    background: url(../img/i_freedial.svg) 0 50% no-repeat;
    background-size: 40px auto;
  }
  .contact_box .tel_box a + a {
    margin-top: 10px;
  }
  .contact_box .link_waku {
    max-width: 400px;
    width: 100%;
  }
  .contact_box .link_waku .inbox {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .contact_box .link_waku .inbox:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    border: 8px solid #fff;
    box-sizing: border-box;
    transition: all 0.4s linear;
  }
  .contact_box .link_waku .inbox:after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(../img/ar.svg) 50% 50% no-repeat #fff;
    background-size: 17px auto;
    z-index: 7;
  }
  .contact_box .link_waku:hover .inbox:before {
    border: 14px solid #fff;
  }
  /*下層ページ*/
  #fv2 .main_tit {
    height: 140px;
    background: url(../img/bg_house_sp.jpg);
    background-size: cover !important;
  }
  #fv2 .main_tit .tit_txt {
    font-size: 22px;
    margin-top: 10px;
  }
  #fv2 .main_tit i img {
    height: 40px;
    width: auto;
  }
  #fv2 .bg_green {
    padding: 50px 0 100px;
  }
  #fv2 .bg_green .txt36 {
    font-size: 26px;
  }
  #fv2 .bg_green .txt36 em {
    color: #fff9c1;
  }
  #fv2 .bg_green .txt16 {
    margin: 30px auto 0;
    line-height: 1.875;
  }
  #fv2 .bg_green:before {
    display: block;
    content: "";
    width: 70px;
    height: 98px;
    bottom: 4px;
    right: 10px;
    margin: auto;
    position: absolute;
    background: url(../img/chara2.png) 50% 50% no-repeat;
    background-size: 100% auto;
  }
  #building .main_tit {
    background: url(../img/bg_building_sp.jpg);
  }
  .kakko {
    margin-bottom: 30px;
  }
  .kakko span {
    padding: 0 20px;
    line-height: 30px;
  }
  .kakko span:before, .kakko span:after {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 8px;
    height: 100%;
    border: 3px solid #009872;
    box-sizing: border-box;
  }
  .kakko span:before {
    left: 0;
    border-right: none;
  }
  .kakko span:after {
    right: 0;
    border-left: none;
  }
  #cost {
    padding: 50px 0;
  }
  #cost:before {
    display: block;
    content: "";
    width: 120px;
    height: 90px;
    top: -35px;
    right: 10px;
    margin: auto;
    position: absolute;
    background: url(../img/chara1.png) 50% 50% no-repeat;
    background-size: auto 100%;
    z-index: 7;
  }
  #cost .estimate .bg_w + .bg_w {
    margin-top: 30px;
  }
  #cost .estimate_top .txt_info {
    padding: 20px 20px;
    width: calc(100% - 130px);
  }
  #cost .estimate_top .txt_info .place {
    width: 74px;
    line-height: 22px;
    background: #fff;
    border-radius: 24px;
    text-align: center;
  }
  #cost .estimate_top .txt_info .txt18 {
    line-height: 1.444;
  }
  #cost .estimate_top .txt_price {
    width: 130px;
    background: #00a87e;
  }
  #cost .estimate_top .txt_price dt {
    font-weight: normal;
    width: 100px;
    padding: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  #cost .estimate_top .txt_price .font-en {
    padding-right: 5px;
  }
  #cost .estimate_bottom {
    padding: 14px 24px 20px;
  }
  #cost .estimate_bottom .txt_c01 {
    border-bottom: 1px solid #009872;
    letter-spacing: 0.2em;
    padding-bottom: 3px;
  }
  #cost .estimate_bottom ul {
    margin-top: 10px;
  }
  #cost .estimate_bottom ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #cost .estimate_bottom ul li:before {
    content: "● ";
    color: #009872;
    font-size: 85%;
  }
  #cost .contact_box {
    margin-top: 40px;
  }
  #cost .contact_box:before {
    display: block;
    content: "";
    width: 100%;
    height: calc(50% + 50px);
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: #fff;
    z-index: 1;
  }
  #flow {
    padding: 50px 0;
    position: relative;
  }
  #flow:before {
    display: block;
    content: "";
    width: 90px;
    height: 80px;
    top: -35px;
    left: 2%;
    margin: auto;
    position: absolute;
    background: url(../img/chara6.png) 50% 50% no-repeat;
    background-size: auto 100%;
    z-index: 7;
  }
  #flow .step {
    margin-top: 10px;
  }
  #flow .step li {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #flow .step li .txt22 {
    width: 100%;
    position: relative;
    line-height: 1.4;
    padding-left: 34px;
    margin-bottom: 10px;
  }
  #flow .step li .txt22 i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #009872;
    text-align: center;
    margin-right: 12px;
  }
  #flow .step li .img {
    width: 45%;
    float: right;
    margin: 6px 0 8px;
  }
  #flow .step li .txt14 {
    width: 52%;
  }
  #flow .step li:not(:last-child):before {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
    position: absolute;
    background: url(../img/ar2.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    transform: rotate(90deg);
    z-index: 5;
  }
  footer {
    background: #fff;
  }
  footer .inner {
    gap: 15px;
    padding: 18px 0 10px;
  }
  footer .f_logo {
    text-align: center;
  }
  footer .f_logo img {
    height: 60px;
    width: auto;
  }
  footer .f_nav li {
    border-left: 2px solid #009872;
    line-height: 20px;
    margin-bottom: 10px;
  }
  footer .f_nav li:not(:first-child) {
    border-right: 2px solid #009872;
  }
  footer .f_nav li a {
    padding: 0 12px;
  }
  footer .copy {
    background: #009872;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
  #fix_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 990;
  }
  .pageTop {
    /*display: none;*/
  }
  .pageTop .bt_ar {
    background-color: #00a87e;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  .pageTop .bt_ar:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    background: url(../img/ar_w.svg) 50% 50% no-repeat;
    background-size: 100% auto;
    z-index: 7;
  }
  .pageTop .bt_ar svg {
    stroke: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(-90deg);
  }
  /*----------------------------------------------------
  	fadein
  ----------------------------------------------------*/
  .fadein_sp {
    opacity: 0;
    transform: translateY(30%);
    transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .stit.fadein_sp {
    opacity: 0;
    transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .fadein_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadein_sp.delay {
    transition-delay: 0.5s;
  }
  .fadein_sp.delay2 {
    transition-delay: 0.75s;
  }
  .fadein_sp.delay3 {
    transition-delay: 0.85s;
  }
  .fadein_sp.delay4 {
    transition-delay: 1.05s;
  }
  .fadein_sp.lead01 {
    transition-delay: 0.4s;
  }
} /*-----------------------------*/
#gnavi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#gnavi .toggle {
  width: 56px;
  height: 56px;
  text-align: center;
  box-sizing: border-box;
  top: 0;
  right: 0px;
  position: absolute;
  cursor: pointer;
  z-index: 999;
}
#gnavi .toggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 3px;
  border-radius: 4px;
  background: #009872;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
#gnavi .toggle span:nth-of-type(1) {
  top: 14px;
}
#gnavi .toggle span:nth-of-type(2) {
  top: 26px;
}
#gnavi .toggle span:nth-of-type(3) {
  top: 38px;
}

#gnavi .menu_open {
  z-index: 992;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
  background-color: #fff;
}
#gnavi .menu_open ul.pa {
  opacity: 0;
  height: 0;
  margin: 0px;
  transition: all 0.4s linear;
}
#gnavi .menu_open ul.pa > li:not(.h_btn) {
  opacity: 0;
  height: 0;
  transition: all 0.4s linear;
  pointer-events: none;
  border-top: 1px solid #e0e0e0;
}
#gnavi .menu_open ul.pa > li:not(.h_btn) a {
  letter-spacing: 0.1em;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  overflow: hidden;
  line-height: 54px;
  display: block;
  text-align: left;
}
#gnavi .menu_open .h_btn {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
#gnavi .menu_open .h_btn a {
  font-size: 16px;
  border-radius: 22px;
  width: 220px;
  line-height: 44px;
  padding: 0;
  background: #009872;
  color: #fff;
  box-sizing: border-box;
}
#gnavi .menu_toggle:checked + .toggle span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
#gnavi .menu_toggle:checked + .toggle span:nth-of-type(2) {
  display: none;
}
#gnavi .menu_toggle:checked + .toggle span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}
#gnavi .menu_toggle:checked + .toggle + .menu_open {
  top: 56px;
  display: block;
  opacity: 1;
  padding: 0px 0 1px;
}
#gnavi .menu_toggle:checked + .toggle + .menu_open ul.pa {
  opacity: 1;
  height: auto;
}
#gnavi .menu_toggle:checked + .toggle + .menu_open ul.pa > li:not(.h_btn) {
  height: auto;
  opacity: 1;
  pointer-events: all;
}

/*
#gnavi {
  .h_btn {
    padding: 30px 18px;
    gap: 10px;
    p {
      flex: 1;
      a {
        text-align: center;
        display: block;
        padding: 0 10px;
        line-height: 42px;
      }
    }
  }
}*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=sp.css.map */