/*------------------------------------------------------------------------
スライダー
------------------------------------------------------------------------*/

#bnrm {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#bnrm .viewport {
	position: relative;
	width: 360px;
	height: 520px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 0 0;
	-webkit-transform: translateZ(0);
}

#bnrm .flipsnap {
	position: absolute;
	left: 0%;
	top: 0px;
	margin-left: 0px;
	width: 3050px;
}

#bnrm .flipsnap:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#bnrm .pointer {
	text-align: center;
	padding: 0 0 0px 0;
	margin-bottom: 0px;
}

#bnrm .item {
	padding: 0;
	margin: 0 40px 0 0;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 2;
	text-align: left;
	width: 360px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-filter: none;
	filter: none;
}

#bnrm .item img {
	width: 100%;
	height: auto;
	margin: 0 auto 15px auto;
	display: block;
}

#bnrm p {
	display: block;
	background: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 1);
	padding: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#bnrm .item a {
	text-decoration: none;
	color: #fff;
}

#bnrm .next[disabled],
#bnrm .prev[disabled] {}

#bnrm .next,
#bnrm .prev {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin: 0;
	left: 50%;
	margin-left: 200px;
	top: 50%;
	margin-top: -100px;
}

#bnrm .prev {
	left: 50%;
	margin-left: -230px;
}

#bnrm .next:before {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-left: 2px solid rgba(255, 255, 255, 1);
	border-top: 2px solid rgba(255, 255, 255, 1);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#bnrm .prev:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-left: 2px solid rgba(255, 255, 255, 1);
	border-top: 2px solid rgba(255, 255, 255, 1);
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#bnrm .next[disabled]:before {
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}

#bnrm .prev[disabled]:before {
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}


/*------------------------ キャプション ------------------------*/

ul.spotlist .caption {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
}

ul.spotlist .caption p {
	box-sizing: border-box;
	position: absolute;
	display: block;
	text-align: left;
	margin: 0;
	padding: 14px;
	font-size: 11px;
	line-height: 1.3em;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFF;
	height: 100%;
}

@media (max-width: 680px) {
	#bnrm .viewport {
		position: relative;
		width: 240px;
		height: 430px;
		overflow: hidden;
		margin: 0 auto 0 auto;
		padding: 0 0;
		-webkit-transform: translateZ(0);
	}
	#bnrm .item {
		padding: 0;
		margin: 0 40px 0 0;
		text-align: center;
		float: left;
		font-size: 12px;
		line-height: 2;
		text-align: left;
		width: 240px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-ms-filter: none;
		filter: none;
	}
	#bnrm .next,
	#bnrm .prev {
		position: absolute;
		display: inline-block;
		width: 30px;
		height: 30px;
		cursor: pointer;
		margin: 0;
		left: 50%;
		margin-left: 125px;
		top: 110px;
		margin-top: 0;
	}
	#bnrm .prev {
		left: 50%;
		margin-left: -155px;
	}
}
