@charset 'UTF-8';
/* Arrows */

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-arrow{
    width: 6.6%!important;
    height: 26.4%!important;
}
.slick-prev:before{
    background: url(../img/arrow_left.png)no-repeat bottom center!important;
    background-size: contain!important;
}
.slick-next:before{
    background: url(../img/arrow_right.png)no-repeat bottom center!important;
    background-size: contain!important;
}
.slick-prev,
.slick-next
{
    position: absolute;
    top: 17%;
    display: block;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev
{
    left: -7.3%;
    z-index: 1;
}
.slick-next
{
    right: -7.6%;
    z-index: 1;	
}

/* Dots */
.slick-dotted.slick-slider
{
    height:100%;
    position: relative;
}

.slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
    bottom:0%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.reason__slider .slick-dots
{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 23%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.location .reason__slider .slick-dots
{
    bottom: 28%;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 3em;
    height: .3em;
    margin: 0 .5em;
    padding: 0;
    cursor: pointer;
}
.reason__slider .slick-dots li
{
    position: relative;
    display: inline-block;
    width: .3em;
    height: .3em;
    margin: 0 .5em;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    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;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 4px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1em;
    content: '　';
    border: 1px solid #4c4c4c;
    text-align: center;
    color: #b2b2b2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reason__slider .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: .8em;
    height: .8em;
    content: '○';
    text-align: center;
    color: #ab8645;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    background: #4c4c4c;
}

.reason__slider .slick-dots li.slick-active button:before
{
    font-size: 20px;
    background: none;
    color: #ab8645;
    content: '●';
}