/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/


/* PC */
@media screen and (min-width: 801px), print {


.owl-theme .owl-controls {
	text-align: center;
	position: relative;
}
	.owl-theme .owl-prev {
		position: absolute !important;
		bottom: -30px;
		left: 0;
		cursor: pointer;
	}
	.owl-theme .owl-next {
		position: absolute !important;
		bottom: -30px;
		right: 0;
		cursor: pointer;
	}





}





/* スマホ */
@media only screen and (max-width: 800px) {


.owl-theme .owl-controls {
	text-align: center;
	position: relative;
}

 
.owl-theme .owl-controls .owl-buttons div {
}


.owl-theme .owl-controls .owl-page {
	display: none;
}
	.owl-theme .owl-prev {
		position: absolute !important;
		bottom: -30px;
		left: 0;
		cursor: pointer;
		z-index: 10;
		border-right: solid 5px #e9e9e9;
	}
	.owl-theme .owl-next {
		position: absolute !important;
		bottom: -30px;
		right: 0;
		cursor: pointer;
		z-index: 10;
		border-left: solid 5px #e9e9e9;
	}



}

