@charset "UTF-8";

/* ************************************** _

タイトル：bxslider.css

概要：ナビゲーション

_ ************************************** */

/* 画像レイアウト
===================================*/

.bxslider{   
    margin:0px;
}

.bx-wrapper {
    position: relative;
}

.bxslider li.bg1 {
    background: url(../images/index/slide_01_02_bg.jpg) no-repeat 50% 50%;
}
.bxslider li.bg2 {
    background: url(../images/index/slide_02_01_bg.jpg) no-repeat 50% 50%;
}
.bxslider li.bg3 {
    background: url(../images/index/slide_03_03_bg.jpg) no-repeat 50% 50%;
}

.bx-wrapper img {
    width:100%;
	display:block;
	max-width:960px;
	margin: 0 auto;
}

.bx-viewport {
    max-height: 700px;
}
.sp_only{display:none!important;}

@media screen and (max-width: 768px) {
	.bxslider li.bg1 {
		background: url(../images/index/slide_01_02_bg_sp.jpg) no-repeat 50% 50%;
	}
	.bxslider li.bg2 {
		background: url(../images/index/slide_02_01_bg_sp.jpg) no-repeat 50% 50%;
	}
	.bxslider li.bg3 {
		background: url(../images/index/slide_03_03_bg_sp.jpg) no-repeat 50% 50%;
	}
	
	.pc_only{display:none!important;}
	.sp_only{display:block!important;}
}

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

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

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

}

.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;
}