

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */




#bx-wrapper {
  min-width: 375px;
  
  overflow: hidden;
  position: relative;
}


.bx-height01 {
/*min-height: 370px;*/
min-height: 500px;
}
.bx-height02 {
/*min-height: 370px;*/
min-height: 400px;
}
.bx-height03 {
min-height: 300px;
}

.sec03 #bx-wrapper {
  min-width: 375px;
  /*min-height: 400px;*/
  overflow: hidden;
  position: relative;
}
#bx-wrapper .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important;
  /*height: 500px !important;*/
  z-index: 1;
  /*left: 7vw;*/
  left: 0;
  position: relative;
}




#bx-wrapper .bx-prev {
  /*left: -50px !important;*/
  z-index: 900;
  position: absolute;
  left: -10px;
  top: 50%;

}
#bx-wrapper .bx-next {
  /*right: -50px !important;*/
    z-index: 900;
  position: absolute;
  /*right: 40px;*/
  right: 10%;
  top: 50%;

}

#bx-wrapper .bx-prev {

	background: url("../../images/home2/bx-prev01.png") no-repeat ;
	background-size: 100%;
	    width: 32px;
    height: 32px;
}

#bx-wrapper .bx-next {

	background: url("../../images/home2/bx-next01.png") no-repeat ;
	background-size: 100%;
	    width: 32px;
    height: 32px;
}



.sec03 #bx-wrapper .bx-prev {

	background: url("../../images/home2/bx-prev02.png") no-repeat ;
	background-size: 100%;
	    width: 32px;
    height: 32px;
}

.sec03 #bx-wrapper .bx-next {

	background: url("../../images/home2/bx-next02.png") no-repeat ;
	background-size: 100%;
	    width: 32px;
    height: 32px;
}



.sec06 #bx-wrapper .bx-prev {
	background: url("../../images/home2/bx-prev03.png") no-repeat ;
	background-size: 100%;
	    width: 32px;
    height: 32px;
}

.sec06 #bx-wrapper .bx-next {
	background: url("../../images/home2/bx-next03.png") no-repeat ;
	background-size: 100%;
	    width: 32px;
    height: 32px;
}


.sec03 #bx-wrapper .bx-viewport {
margin-top: -30px;
}

.sec03 .bx-pager.bx-default-pager {
    position: relative;
    bottom: -30px;
    left: -7vw;
}
























.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #CCCCCC;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
background: #555555;
}


.bx-pager-item {
	display:inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;

}
.bx-pager.bx-default-pager {
position: relative;
bottom: -50px;
left: -7vw;

}

.bx-height03 .bx-pager.bx-default-pager {
    position: relative;
    bottom: -15px;
    left: -7vw;
}

}





@media screen and (max-width: 480px){
#bx-wrapper .bx-viewport {
  left: 7vw;

}


















