@charset "UTF-8";

.bxslider-sp{

		display: none;

	}

.bx-wrapper {
	  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
z-index: -999;
}


.slide{

}


/* ページャー
===================================*/

.bx-pager {
    display: none;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: none;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}

@media screen and (max-width: 560px){
	
	.bx-wrapper {	margin-bottom: 10px;}
	.bxslider-sp{

		display: block;

	}
	.bxslider-pc{

		display: none;

	}
.slide{


}