/*  スライダー  */
#slider{
    background-color:#FFFFA7 ;
}
/*--スライダーの位置とサイズ調整--*/
.slider{
    width:80%;
    margin:0 auto;
}

/*  ドット  */
.slick-dots li{
	bottom: -40px!important;
}

/*--------画像サイズ調整---------*/
.slider img{ width:80%;height:80%;margin:0 auto; }

/*-----------height調整----------*/
.slick-slide{ height:auto!important; }

/*-----------矢印表示----------*/
.slide-arrow {
    background-color: #333;
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
  }
  .prev-arrow {
    border-bottom: 10px solid #333;
    border-left: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid #333;
    left: -25px;
  }
  .next-arrow {
    border-bottom: 10px solid #333;
    border-left: 10px solid #fff;
    border-right: 0;
    border-top: 10px solid #333;
    right: -25px;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }

