@charset "UTF-8";
/*-pc
----------------------------*/

#contbox_photo_01 {
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:0 auto 40px auto;
	text-align:center;
}

#main {
	width: 100%;
	height: 100% !important;
	position: relative;
	overflow:hidden;
	margin:0 0 30px 0;
}

/* BxSlider v4.1.2
 * by: Steven Wanderski, 2014
 * --------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
/*.bx-pager{
	position: absolute;
	left:50%;
	bottom: 20px;
	width: 142px;
	z-index: 9999;
	margin:0 0 0 -71px;
}*/
/* PAGER */
.bx-wrapper .bx-pager {
	/*text-align: right;*/
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
/*.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/

/*hover　active　カラー
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0699d1;
}*/

.bx-wrapper .bx-prev {
	display:inline-block;
	left: 15px;
	background: url(../images/btn_prev.png) no-repeat 0 0;
	background-size:48px 48px;
}
.bx-wrapper .bx-next {
	display:inline-block;
	right: 15px;
	background: url(../images/btn_next.png) no-repeat 0 0;
	background-size:48px 48px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 8888;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bg_img {
	margin: 0 auto 0;
	width: 100%;
}

.bx-pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 7px auto 0;
	width: 100%;
}

.bx-pager img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bx-pager {
	margin:10px auto;
}
.bx-pager a {
	background: #000;
	width: 19%;
	height: auto;
	letter-spacing: normal;
    margin: 0 0 1% 0;
}

html.lt-ie8 .bx-pager a {
	margin-right: 0;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  /*background:rgba(80, 80, 80, 0.75); */
  width: 100%;
}
 
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size:18px;
  font-size:1.8rem;
  padding:5px;
  text-align: left; 
  font-family: 'Alex Brush', cursive;
}	



/*-sp
----------------------------*/

 @media only screen and (max-width: 767px) {
	 


#contbox_photo_01{
	width:94%;
	margin:0 auto 20px auto;
}
	
.bx-wrapper .bx-caption {
  padding:0 0;
   background: none;

}

.bx-pager a {
	width: 19%;
	height:  auto;
    margin: 0 0 1% 0;

}


.bx-wrapper .bx-caption span {
  font-size:12px;
  font-size:1.2rem;
  padding: 3px;
}


}