/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
}
.owl-theme .owl-nav{
	margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
	/* background:#D6D6D6; */
	background-color: rgba(299,0,18, 1);
}
.owl-theme .owl-nav [class*=owl-]:hover{
	color:#FFF;
	text-decoration:none;
	/* background:#869791; */
	background-color: rgba(299,0,18, 0.6);
}
.owl-theme .owl-nav .disabled{
	opacity:.5;
	cursor:default;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
}
.owl-theme .owl-dots .owl-dot{
	display:inline-block;
	zoom:1;
}
.owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background:#869791;
}






/* カスタマイズ ---------------------------- */
.owl-carousel .bnr { height:auto; background:#fff; text-align:center; }
.owl-carousel .bnr p{ color:#000; margin-top:5px; }

@media only screen and (min-width: 641px){
	.slider { width:880px; }
	.owl-carousel{margin:0 80px;}
}
.owl-theme .owl-dots .owl-dot span{ display:none; }

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	position:absolute;
	z-index:10 !important;
	margin-top:-125px;
	  display: inline-block;
  width: 25px;
  height: 30px;
  border-radius: 50%;
  font-size:14px;
  line-height:30px !important;
  text-align:center;
}
.owl-carousel .owl-nav .owl-prev { margin-left:-500px; }
.owl-carousel .owl-nav .owl-next { margin-left:455px; }




@media only screen and (max-width: 640px){
	.slider { width:84%; }
	.owl-carousel{margin:0 8%;}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev { margin-top:-35%; }

.owl-carousel .owl-nav .owl-prev { margin-left:-56%; }
.owl-carousel .owl-nav .owl-next { margin-left:45%; }
}