footer{
  /*border-top: solid 1px black;
  border-bottom: solid 1px black;*/
  padding: 20px 0;
  font-size: 18px;
  /*background-color: rgb(246,245,233);*/
      border-top: double 4px;
}

p.copy-light{
  text-align: center;
}
.form-link{
  position: fixed;
  right: 0;
  top: 40%;
}
.form-link.fix-flex {
    display: none;
    font-size: 16px;
    writing-mode: vertical-lr;
    justify-content: center;
    align-items: center;
    color: #E78820;
    font-weight: bold;
    background-color: #fff;
    padding: 40px 20px;
    border: solid 4px #E78820;
    border-right: 0;
    letter-spacing: 3px;
    height: 220px;
}
a.form-link img {
    width: 35px;
    margin-bottom: 20px;
}
.form-link:hover{
  cursor: pointer;
}

/*追加フッター*/
.footer-company{
  width: 80%;
  margin: 20px auto;
  justify-content: space-between;
}
.footer-adress,.footer-contact{
  width: 48%;
}
.footer-adress{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer-adress img{
  width: 30%;
  height: auto;
  margin-bottom: 10px;
}
.footer-adress p{
  text-align: left;
}
.tel{
  color: #989271;
  font-size: 29px;
  letter-spacing: 0;
}
.footer-contact{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tel span{
  font-size: 20px;
  margin-right: 10px;
}

.email{
  background-color: #fff;
  color: #989271;
  border:solid 3px #989271;
  width: 60%;
  text-align: center;
  margin-top:20px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email i{
  font-size: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 850px){
  .tel {
      color: #989271;
      font-size: 30px;
      letter-spacing: 0;
  }
  .email{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .footer-company {
    width: 95%;
  }
  .submit-button {
        width: 70%;
        font-size: 15px;
    }
  
  
  /*フッターsp*/
  .footer-company {
      flex-direction: column;
  }
  .footer-adress, .footer-contact {
      width: 100%;
  }
  .footer-adress {
    width: 100%;
      flex-direction: column;
  }
  .footer-adress p br {
      display: none;
  }
  .footer-contact {
      display: flex;
      flex-direction: column;
      align-items: center;
  } 
  .tel {
      font-size: 30px;
      letter-spacing: 0;
  }
  .email {
      width: 90%;
      text-align: center;
      margin-top: 20px;
      padding: 15px 0;
  }
  .footer-adress {
      width: 100%;
      flex-direction:column;
      margin-bottom: 20px;
      justify-content: space-around;
      align-items: center;
  }
  .footer-adress p br {
      display: block;
  }
  .footer-adress p{
      margin-left: 15px;
  }
  .footer-adress img {
      width: 30%;
  }
   .sns-area {
      width: 85%;
      margin-left: 0;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      margin-top: 80px;
      flex-direction: column;
  }
  .sns-area a {
    width: 90%;
    margin: 0 auto;
  }
  a#youtube {
      margin-bottom: 30px;
  }
  span.hissu {
    margin-top: 10px;
      margin-left: 0px;
  }
  span.nini {
    margin-top: 10px;
      margin-left: 0px;
  }
}