
@charset "UTF-8";

#btn_section + section .btn_wrap{
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin: 1rem auto 0;
}

@media screen and (max-width:900px){
#btn_section + section .btn_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    margin: 2rem auto 0;
}
}

@media screen and (min-width:901px){
#btn_section + section .tel-wrap a{
  pointer-events:none;
}
}