@charset "UTF-8";
/* フッター */

.footer_container {
  background-color: #4b4f5e;
  width: 100%;
  /* height:120px; */
  text-align: center;
}

.footer_menu {
  margin: 0 auto;
  display: flex;
}

.footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 90%;
  margin: 30px auto;
  align-items: center;
}

.footer_menu ul a {
  color: white;
}

.footer-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.copyright p {
  color: white;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer_container {
    /* height: 80px; */
    padding-bottom: 90px;
  }
  .copyright p {
    font-size: 9px;
  }

  .footer_menu ul {
    margin: 10px auto;
    padding-left: 0px !important;
  }

  .footer_menu ul a {
    font-size: 10px;
  }

  .footer-banner {
    margin-bottom: 10px;
  }

  /* ----- 電話番号 ここから_20250214------ */
  .buttons_big {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    z-index: 999;
    left: 0;
  }
  .buttons_container {
    background: #d90052;
  }
  .buttons_wrapper_sp {
    display: flex;
    justify-content: center;
    padding: 8px 3%;
    margin: 0 auto;
    max-width: 635px;
  }
  .buttons_wrapper_sp img{
    margin: 0 auto;
    width: 90%;
  }
}
