.SNSs{
  display         : flex ;
  flex-flow       : wrap ;
}
.SNS{
  width           : 50px ;
  height          : 50px ;
  margin          : 20px 20px 30px ;
  float           : left ;
  display         : flex ;
  align-items     : center ;
}
.SNS>img{
  width           : 50px ;
  height          : 50px ;

}
.stylistName{
  margin          : 0 0 20px  ;
}





/* stylist 携帯 **********************************/
@media screen and (max-width:650px){

  .SNSs{
    justify-content : space-around ;
  }
  .SNS{
    width           : 38px ;
    height          : 38px ;
    margin          : 20px ;
  }
  .SNS>img{
    width           : 38px ;
    height          : 38px ;
  }

  .reserve_section{
    margin          : 0px auto 0 ;
  }


  .information{
    margin          : 60px auto 20px ;
  }
}


