/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.slider-area {
	color: #fff;
	position: relative;
	text-align: center;
	/*max-width:1150px;*/
}

.topview {
	position: relative;
}

.nivoSlider .nivo-caption {
	position: absolute;
	top: 45%;
	height: 55%;
	margin:0;
	padding:0;
}

/* -------------------------------------
nivo-caption
---------------------------------------- */
.nivo-caption .layer-1 h1 {
	color: #fff;
	text-shadow: 3px 3px 1px #000; 
} 


.nivo-caption .layer-2 h4 {
	text-align: left;
	height: 10%;
	padding-top:14rem;
	padding-left:20px;
	color: #000;
	font-weight:400;
	text-shadow: 2px 2px 1px #fff; 
}

.nivo-caption .layer-3 h4,.nivo-caption .layer-3 h4 small {
	text-align: right;
	padding-top:13rem; 
	padding-right:20px;
	color: #fff;
	font-weight:500;
	text-shadow: 2px 2px 1px #000; 
}


/* -------------------------------------
controlNav
---------------------------------------- */
.nivo-controlNav {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 8;
}

.nivo-directionNav {
	display: block;
	cursor: pointer;
}

.nivo-controlNav a {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #fff;
	box-shadow: none;
	display: inline-block;
	font-size: 0;
	height: 2px;
	margin: 5px 3px;
	opacity: 1;
	text-align: center;
	text-indent: inherit;
	vertical-align: top;
	width: 20px;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background: #fff none repeat scroll 0 0;
	border-color: #3EC1D5;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}


/* -------------------------------------
directionNav
---------------------------------------- */

.topview .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
	left: 30px;
}

.topview .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
	right: 30px;
}

.topview .nivoSlider .nivo-directionNav a.nivo-prevNav {
	font-size: 0;
}

.topview .nivoSlider .nivo-directionNav a.nivo-nextNav {
	font-size: 0;
}

.topview .nivo-directionNav a.nivo-prevNav::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #ffffff;
	content: "";
	cursor: pointer;
	font: 300 50px/50px FontAwesome;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 300ms ease-in 0s;
	z-index: 9;
	font-weight: 100;
	left: 10px;
	width: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 30px;
}

.topview .nivo-directionNav a.nivo-nextNav:hover:before, .topview .nivo-directionNav a.nivo-prevNav:hover:before {
	border-color: #3EC1D5;
	color: #fff;
	background: #3EC1D5;
}

.topview .nivo-directionNav a.nivo-nextNav::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #ffffff;
	content: "";
	cursor: pointer;
	font: 100 30px/50px FontAwesome;
	height: 50px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 50%;
	transition: all 300ms ease-in 0s;
	width: 50px;
	z-index: 9;
	font-size: 30px;
}

.nivo-directionNav a.nivo-prevNav{
	cursor: pointer;
}
.nivo-directionNav a.nivo-nextNav{
	cursor: pointer;
}
/* -------------------------------------
画面サイズによる調整
---------------------------------------- */
@media only screen and  (min-width: 992) and (max-width: 1160px) {
	.nivo-caption .layer-2 h4, .nivo-caption .layer-3 h4,.nivo-caption .layer-3 h4 small {
		padding-top:12rem;
	}

}
/* Tablet desktop :768px. */
@media only screen and  (min-width: 768px) and (max-width: 991px) {
	.nivoSlider .nivo-caption {
		height:40%;
	}
	.layer-1 h1 {
		font-size:25px
	}
	.nivo-caption .layer-2 h4, .nivo-caption .layer-3 h4{
		padding-top:6rem;
		font-size:15px;
	}
	.nivo-caption .layer-3 h4 small {
		padding-top:5rem;
	}
}

@media only screen and (max-width: 767px) {
	.topview .nivo-directionNav a.nivo-prevNav::before {
		font: 200 30px/30px FontAwesome;
		width: 30px;
		font-size: 25px;
	}
	.topview .nivo-directionNav a.nivo-nextNav::before {
		font: 200 30px/30px FontAwesome;
		width: 30px;
		height: 30px;
		font-size: 25px;
	}
	.nivo-controlNav {
		display: none;
	}
	.nivoSlider .nivo-caption {
		top: 40%;
	}
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
	.layer-1 h1 {
		font-size:20px
	}

	.nivo-caption .layer-2 h4, .nivo-caption .layer-3 h4 {
		padding-top:3rem;
		font-size:13px
	}
	.nivo-caption .layer-3 h4 small {
		padding-top:3rem;
	}
}
@media only screen and (min-width: 480px) and (max-width: 579px) {
	.layer-1 h1 {
		font-size:18px
	}
	.nivo-caption .layer-2 h4, .nivo-caption .layer-3 h4 {
		padding-top:4rem;
		font-size:11px;
	}
	.nivo-caption .layer-3 h4 small {
		padding-top:4rem;
	}
}

@media only screen and (max-width: 479px) {
	.topview .nivo-directionNav a.nivo-prevNav::before {
		display:none;
	}
	.topview .nivo-directionNav a.nivo-nextNav::before {
		display:none;
	}
	.topview .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
		left: 15px;
	}
	.topview .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
		right: 15px;
	}
	.nivo-controlNav {
		display: none;
	}
	.layer-1 h1 {
		font-size:18px;
		font-weight:400;
	}
	.nivo-caption .layer-2 h4,.nivo-caption .layer-3 h4 {
		padding-top:2rem;
		font-size:9px;
		font-weight:400;
	}
	.nivo-caption .layer-3 h4 small {
		padding-top:2rem;
	}
}
