@charset 'UTF-8';

/* 矢印 */
.slick-prev                                   { opacity:0; position:absolute; top:0; left: 0; z-index:4; display:block; width:100px; height:100%; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/wt/prev.svg) no-repeat center center; transition:.2s; background-size:30px; }
.slick-next                                   { opacity:0; position:absolute; top:0; right:0; z-index:4; display:block; width:100px; height:100%; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/wt/next.svg) no-repeat center center; transition:.2s; background-size:30px; }

.slick-prev:hover                             { left: 10px; opacity:1; }
.slick-next:hover                             { right:10px; opacity:1; }

/* ドット */
.slick-dots                                   { position:absolute; bottom:42px; left:0; z-index:2; width:100%; display:block; list-style:none; text-align:center; }
.slick-dots li                                { position:relative; width:10px; height:10px; margin:0 6px 15px 5px; cursor:pointer; display:inline-block; }
.slick-dots li button                         { font-size:0; line-height:0; display:block; width:10px; height:10px; cursor:pointer; color:transparent; border:0; outline:none; background:transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus                   { outline:none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before            { opacity:1; background:rgba(200,200,200,0.8); }
.slick-dots li button:before                  { content:""; position: absolute; top:0; left:0; right:0; bottom:0; width:6px; height:6px; margin:auto; background:rgba(200,200,200,0.8); border-radius:50%; transition:all 0.1s ease; }
.slick-dots li.slick-active button:before     { content:""; position: absolute; top:0; left:0; right:0; bottom:0; width:6px; height:6px; margin:auto; background:#9b503d; border:none; }
