/*
* jQuery FlexSlider v2.4.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src: url(../fonts/flexslider-icon.eot);
	src: url(../fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../fonts/flexslider-icon.woff) format('woff'), url(../fonts/flexslider-icon.ttf) format('truetype'), url(../fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	padding: 0;
	margin:0 auto;
	list-style: none;
	background-color:rgba(0,0,0,0);
}

.free_img_area .slides {
	padding:0 0 0 0;
	overflow:hidden;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

body .flex-control-paging li a{
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}
body .flex-control-paging li a {
	background:url(../../img/top/ico_paging_off.png) center center no-repeat;
	background-size:100%;
}
body .flex-control-paging li a:hover {
	background:url(../../img/top/ico_paging_on.png) center center no-repeat;
	background-size:100%;
}

body .flex-control-paging li a.flex-active {
	background:url(../../img/top/ico_paging_on.png) center center no-repeat;
	background-size:100%;
	cursor: default;
}

/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/

.flexslider_detail {
	overflow:hidden;
	/* background-color:rgba(274,232,232,1); */
}

.flexslider_detail ul li {
	margin:0 0 30px;
}

.flexslider {
	padding:0;
	margin:0 0 30px 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	overflow:hidden;
}

.free_img_area p {
	padding: 0.5em 0;
	margin:0;
	text-align:center;
}

.flexslider .slides img {
	width: 100%!important;
	display: block;
	margin:0 auto;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: block;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/

.flexslider_sp {
	position: relative;
	zoom: 1;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	max-height:inherit;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.free_img_area .flex-viewport {
	width: 84% !important;
	float: left;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 0;
}


.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #FFF;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a .flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index:1000;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1.2;
	*display: inline;
}


.flex-control-thumbs {
	display:none;
}

.free_img_area .flex-control-thumbs {
	margin: 0 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 10%;
}

.flex-control-thumbs img {
	width: 100%;
	height:70px;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
.free_img_area .slides img {
	max-width:100%;
	max-height:850px;
}

.flex-caption {
	float: right;
	margin: 10px 10px;
	font-size: 1em;
	color:rgb(88, 71, 63);
}

/*------------------------------------------------------------------------
960～1140px
------------------------------------------------------------------------*/

@media screen and (max-width: 1140px) {
	.flexslider {
		padding:0;
		margin:0 0 60px 0;
	}

	.flexslider .slides img {
		max-height:none;
	}

	.flex-control-thumbs img {
		height: 70px;
	}
}

/*------------------------------------------------------------------------
～960px
------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.flexslider {
		padding:0;
		margin:0 0 60px 0;
	}
	.flexslider .slides img {
		max-height:none;
	}

	.flex-control-thumbs img {
		height: 53px;
	}

	.free_img_area .slides img {
		max-height:526px;
	}
}

/*------------------------------------------------------------------------
～860px
------------------------------------------------------------------------*/

@media screen and (max-width: 860px) {

	.flexslider {
		margin: 0 0 60px 0;
		position: relative;
		zoom: 1;
	}
	
	.flexslider_sp .flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	
	.flexslider_sp .flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}

	.flexslider_sp .flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 40px;
		height: 40px;
		margin: -60px 0 0;
		position: absolute;
		top: 60%;
		z-index: 1000;
		overflow: hidden;
		opacity: 0;
		cursor: pointer;
		left: auto;
		font-size: 0;
		color: transparent;
	}
	.flexslider_sp .flex-direction-nav a.flex-next {
		background: url(../../img/common/arrow_r.png) right center no-repeat;
		background-size: auto 100%;
	}
	.flexslider_sp .flex-direction-nav a.flex-prev {
		background: url(../../img/common/arrow_l.png) left center no-repeat;
		background-size: auto 100%;
	}

	.flexslider .slides img {
		max-height: none;
	}

	.flex-control-thumbs img {
		height: 46px;
	}

	.free_img_area .slides img {
		max-height:464px;
	}

	.flex-caption {
		float: none;
	}

	.flex-control-nav {
		display:none;
	}
}


/*------------------------------------------------------------------------
～660px
------------------------------------------------------------------------*/

@media screen and (max-width: 660px) {

	.flexslider .slides img {
		max-height: none;
	}

	.flex-control-thumbs img {
		height: 34px;
	}

	.free_img_area .slides img {
		max-height:340px;
	}
	.flexslider_sp {
		width:100%;
		margin:0 ;
		overflow:hidden;
	}

	.flexslider_sp .slides{
		width:65%;
		margin:0 auto;
	}


}

/*------------------------------------------------------------------------
～480px
------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

}

/*------------------------------------------------------------------------
～420px
------------------------------------------------------------------------*/

@media screen and (max-width: 420px) {

}

/*------------------------------------------------------------------------
～360px
------------------------------------------------------------------------*/

@media screen and (max-width: 360px) {

}

/*------------------------------------------------------------------------
～300px
------------------------------------------------------------------------*/

@media screen and (max-width: 300px) {

}