@charset "UTF-8";
/* CSS Document */

footer{
  background-color: #BFAEA4;
  background-image: url("../svg/wave_footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.footer_flex{
  display: flex;
  justify-content: space-between;
}

  .footer_1{
    padding-bottom: 40px;
  }
  footer small{
    display: block;
    padding-bottom: 30px;
  }

@media(min-width:1000px){
  .footer_3 img{
    width: 50px;
  }
  .footer_1{
    padding: 170px 0 0 0;
  }
  .footer_2 img{
    width: 55px;
    height: 52px;
  }
  .footer_2 p{
    font-size: 3.2rem;
  }
  .footer_2{
    width: 263px;
    align-items: center;
  }
  .footer_3{
    width: 130px;
    align-items: center;
  }
  .topbtn{
    position: fixed;
    right: 40px;
    bottom: 200px;
    opacity: 0.6;
  }
  .topbtn:hover{
    opacity: 1;
  }
}
@media(max-width:999px){
  .footer_3 img{
    width: 35px;
  }
  .footer_2 img{
    width: 35px;
    height: 33px;
  }
  .footer_2 p{
    font-size: 2rem;
  }
  .footer_2{
    width: 165px;
    align-items: center;
  }
  .footer_3{
    width: 80px;
    align-items: center;
  }
  .topbtn{
    position: fixed;
    right: 20px;
    bottom: 10px;
    opacity: 0.6;
  }
  .topbtn:hover{
    opacity: 1;
  }
}
