@charset "utf-8";

/* footer
------------------------------*/
#backtop {
  margin-left: 1045px;
}
.link-contents a:hover {
  opacity: 0.7;
  text-decoration: unset;
}
.sns-icon a:hover{
  opacity: 0.8;
  text-decoration: unset;
}
.l-footer{
    padding-top: 57px;
    width: 1120px;
    margin: 0 auto;
  }
.l-footer * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

  
  .footer-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 57px;
  }
  
  .footer-contents{
    display: flex;
    justify-content: center;
    padding-bottom: 52px;
    border-bottom: solid 1px #a0a0a0;
    width: 1120px;
    margin: 0 auto;
  }
  
  .footer-left{
  margin-right: 50px;
  }
  
  .tel-area{
    padding: 32px 97px 23px 98px;
    border: solid 1px #221815;
    margin-bottom: 27px;
    width: 427px;
  }
  
  .link-list{
    display: flex;
    justify-content: center;
  }
  
  .link-contents{
    padding: 0 20px;
    border-right: solid 1px #221815;
  }
  
  .link-text{
    font-size: 14px;
    color: #221815;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
  
  .link-text:hover{
    color: #221815;
  }
  
  .link-contents:last-child{
    border: none;
  }
  .sns-ttl{
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #221815;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .sns-ttl::after{
    display: block;
    content: "";
    background-image: url(../images/top/line.png);
    width: 214px;
    height: 10px;
    margin-top: 13px;
  }
  
  .sns-flex{
    display: flex;
    justify-content: space-between;
  }
  
  .icon-ttl{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #221815;
  }
  
  .sns-wrap{
    text-align: center;
  }
  
  .sns-icon{
  }
  
  .push-space{
    font-size: 12px;
    padding: 18px 0 0;
    font-weight: 600;
    color: #221815;
  }
  
  .copy-write{
    font-size: 14px;
    font-weight: 600;
    color: #221815;
    letter-spacing: 0.1em;
    padding-top: 21px;
    padding-bottom: 27px;
    text-align: right;
  }

  .company-info{
    text-align: center;
  }

  .company-tel {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.1;
  }
