@charset "UTF-8";

.plan_more{
	width: 300px;
	position: absolute;
	bottom:50px;
	left:50px;
	z-index: 100;
}
.bxslider{   
    margin:0px;
		z-index: -999;
	
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
}

.bx-viewport {
    max-height: 1037px;
}
/* ページャー
===================================*/

.bx-pager {
    text-align: center;
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.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){
.plan_more{
	width: 90%;
	position: static;
	bottom:-0px;
	left:0px;
	z-index: 100;
	margin: 3% auto;
}
}