    /*------ スライダー横幅 ------*/    .slider{        width:100%;		max-width:1000px;        margin:0 auto;		padding:0;		  line-height: 0;  font-size: 0;    }    /*------ スライダー画像 ------*/    .slider img{        width:100%;    }    /*-------- 高さ調整 ----------*/    .slider .slick-slide{        height:auto!important;    }    /*----------- 矢印 -----------*/    .slider .slick-next{        right:0!important;    }    .slider .slick-prev{        left:0!important;    }    .slider .slick-arrow{        width: initial!important;        height: initial!important;        z-index:2!important;    }    .slider .slick-arrow:before{        font-size: 30px!important;    }	