/*
 * jQuery FlexSlider v2.6.2
 * 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 {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
/* GALLERY */
.gallery_slider{width: 480px; margin: 0 0;}

.gallery_slider .flexslider {
 width: 100%;
 text-align: center;
  margin: 0 auto;
  padding: 0;
}
/* ItemBC */
.item_slider{width: 475px;  margin: 0 auto;}

.item_slider .flexslider {
 width: 100%;
 text-align: center;
 margin: 0 auto;
 padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 30px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
/* Gallery next prev */
.gallery_slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 46px;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
　text-indent:100%;
  white-space:nowrap;}

.gallery_slider .flex-direction-nav .flex-prev {
  background: url( ../images/gallery/gallery_prev.png)no-repeat;
  left: 0;}
.gallery_slider .flex-direction-nav .flex-next {
background: url( ../images/gallery/gallery_next.png)no-repeat;
  right: 0;}

/* Item next prev */
.item_slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 43px;
  height: 46px;
  margin: 0 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
　text-indent:100%;
  white-space:nowrap;}
.item_slider .flex-direction-nav .flex-prev {
  background: url( ../images/lineup/prev.png )no-repeat;
  left: 0;}
.item_slider .flex-direction-nav .flex-next {
background: url( ../images/lineup/next.png)no-repeat;
  right: 0;}


.flex-direction-nav a.flex-next:before {
	display: none!important;
}

.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: #000;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

/* GALLERY  サムネイル*/
.gallery_slider .flex-control-thumbs {
  margin: 0 0 0 0;
  position: absolute;
  top: 0;
  right: -160px;
  width: 152px;
}
.gallery_slider .flex-control-thumbs li{
  width: 152px;
  display: block;
  float: left;
  margin: 0 0 10px 0;
}
.gallery_slider .flex-control-thumbs li:nth-child(5){
  margin: 0 0 0 0;
}
.gallery_slider .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -moz-user-select: none;
  -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;
}

/* ItemBC  サムネイル*/
.item_slider .flex-control-thumbs {
  margin: 15px 0 0 0;
  position: static;
  overflow: hidden;
}
.item_slider .flex-control-thumbs li{
  width: 23%;
  margin: 0 2% 1% 0;
}
.item_slider .flex-control-thumbs li:nth-child(4),.item_slider .flex-control-thumbs li:nth-child(8){
  width: 23%;
  margin: 0 0 1% 0;
}
.item_slider .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  cursor: pointer;
  -moz-user-select: none;
  -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
 * ====================================================================================================================*/
@media screen and (max-width: 768px) {
.gallery_slider{width: 100%;}
.gallery_slider .flex-control-thumbs {
  margin: 1% 0 0 0;
  position: static;
  top: none;
  top: none;
  right: none;
  width: 100%;}
.gallery_slider .flex-control-thumbs li{
  width: 19%;
  display: block;
  float: left;
  margin: 0 1.2% 0 0;}

.gallery_slider .flex-control-thumbs lili:nth-child(5){
  margin: 0 0 0 0;}

 .gallery_slider .flex-direction-nav .flex-prev {
	background: url(../images/gallery/gallery_prev_sp.png)no-repeat;
    opacity: 1;
    left: 0px; }
 .gallery_slider .flex-direction-nav .flex-next {
	background: url(../images/gallery/gallery_next_sp.png)no-repeat;
    opacity: 1;
    right: 0px;}
.gallery_slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 35px;
  height: 40px;
  margin: 0 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
　text-indent:100%;
  white-space:nowrap;}

	
	}

@media screen and (max-width: 500px) {
/* ItemBC */
.item_slider{width: 100%; height: 100%; margin: 0 auto; border: none;}

.item_slider .flex-direction-nav .flex-prev {
	background: url( ../images/lineup/prev_sp.png)no-repeat;
    opacity: 1;
    left: 0px; }
.item_slider .flex-direction-nav .flex-next {
	background: url(../images/lineup/next_sp.png)no-repeat;
    opacity: 1;
    right: 0px;}
.item_slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 32px;
  margin: 0 0 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
　text-indent:100%;
  white-space:nowrap;
}

	
	
	
	
}


