footer {
  background-color: black;
  line-height: 50px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
footer span {
  color: white;
}

footer .adaruto {
  color: #737373;
  line-height: 1.7;
  font-size: 85%;
}

footer .adaruto a {
  color: #bdbdbd;
}


/*フッター情報固定*/
/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
    .footer_area{
      display: none;
  } 
}
 
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
  .footer_area {
    position: fixed;
    bottom: 0;
    font-size: 90%;
    width: 100%;
    z-index: 2;
  }
  .footer_area .footer_area_inner {
    background: #000000c2;
    /*opacity: 0.8;*/
    text-decoration: none;
    color: #fff;
    min-width: 100%;
    padding: 24px 0;
    text-align: center;
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 16px;
  }
  .footer_area_inner .inquiry_btn {
    position: absolute;
    display: block;
    width: 45%;
    margin-left: 4%;
    top: 10px;
    background-color: #ff5a89;
    border-radius: 3px;
    line-height: 27px;
  }
  .footer_area_inner .inquiry_btn2 {
    position: absolute;
    display: block;
    width: 43%;
    margin-left: 53%;
    top: 10px;
    line-height: 27px;
    background-color: #ff8400;
    font-size: 18;
    border-radius: 4px;
    color: white;
  }
  .inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
  }
  .footer_area_inner span{
    color: #fff;
  }
  #siteBottom{
    margin-bottom: 85px;
  }
}