@charset "utf-8";

/* ============================================ 
 footer sp
===============================================*/

@media screen and (max-width: 980px) {

  .footer_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: rgba(49, 13, 13, 1);
  }

  .footer_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .footer_1 a {
    color: #FFF;
    text-decoration-line: none;
  }

  .footer_text,
  .footer_tel,
  .footer_info {
    display: flex;
    flex-direction: column;
  }

  .footer_text {
    width: 20%;
    padding: 0 2vw 0 4vw;
  }

  .footer_tel {
    width: 40%;
  }

  .footer_tel_text {
    padding-left: 6vw;
  }

  .footer_info {
    width: 30%;
    background-color: rgba(152, 130, 101, 1);
    text-align: center;
    padding: 1vw 2vw 3vw;
  }

  .color {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(1%) hue-rotate(34deg) brightness(105%) contrast(100%);
  }

  .footer_text p {
    font-size: 3.2vw;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
  }

  .footer_tel_text p {
    font-size: 3vw;
    line-height: 1.7;
    color: #FFF;
    text-align: center;
  }

  .footer_tel_text .text1 {
    font-size: 4vw;
    font-weight: 700;
  }

  .footer_info p {
    font-size: 2.6vw;
    color: #FFF;
    text-align: center;
  }

  .footer_info img {
    width: 30%;
  }

}