
/*footer*/
.footer-wrap{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-wrap{
      width: 100%;
  }
}
.footer {
    padding: 40px 50px 10px; }
    @media screen and (max-width: 768px) {
      .footer {
        padding: 10px 20px 10px; } 
    }
    .footer-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .footer-list li {
        width: 33%;
        margin-bottom: 20px; 
        text-align: center;
      }
  
      .footer-sns-list{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 50px;
      }
      @media screen and (max-width: 768px) {
        .footer-sns-list{
          margin-top: 20px;
          margin-bottom: 0px;
          justify-content: center;
        }
      }
      .footer-sns-list li{
        width: 50px;
        text-align: center;
      }
      .footer-sns-list li a{
        display: block;
        width: 100%;
        color: #333;
      }
      .footer-sns-list li a:hover{
        color: #757575;
      }
      .footer-sns-list li a i{
        font-size: 24px;
      }
      @media screen and (max-width: 768px) {
        .footer-list li:first-child{
          margin-top: 20px;
        }
        .footer-list li {
          width: 100%;
          margin-bottom: 20px; 
          text-align: center;
        }
        .footer-list li:last-child{
          margin-bottom: 0px;
        }
        .footer-sns-list li a i{
          font-size: 20px;
        }
      }
      .footer-list a {
        color: black;
        font-size: 12px; 
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
      }
      .footer-list a:hover {
        text-decoration: underline; }
    .footer-line {
      display: block;
      width: 100px;
      height: 1px;
      margin: 50px auto;
      background: black; }
      @media screen and (max-width: 768px) {
        .footer-line {
          margin: 30px auto;}
      }
    .footer-copy {
      text-align: center;
      font-size: 13px; }
  /*footer*/