.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  margin: 0;
}
.full div.img01 {
  background-image: url(../img/bk01.jpg);
}
.full div.img02 {
  background-image: url(../img/bk02.jpg);
}
.full div.img03 {
  background-image: url(../img/bk03.jpg);
}
.full div.img04 {
  background-image: url(../img/bk04.jpg);
}
.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}

/*//slickテーマオリジナル*/

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 30px;
    height: 20px;
    padding: 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;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
	margin-top: 70px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}