@charset "utf-8";

.under-visual .photo-wrap {
  background-image: url(../imgs/mainvisual.png);
}
@media only screen and (max-width: 767px) {
  .under-visual .photo-wrap {
    background-image: url(../imgs/mainvisual_sp.jpg);
  }
}


/* ===================================
photoSlide
=================================== */
	.photoSlide {
    margin-top: 100px;
		margin-bottom: 20px;
    overflow: hidden;
	}
	.photoSlide .slides {
		margin-bottom: 20px;
    overflow: hidden;
	}
	.photoSlide .slides li .cap {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.photoSlide .flex-control-nav li {
		/*width: 25%;*/
		width: 50%;
		height: 80px;
		display: inline-block;
		text-indent: -9999em;
	}
	.photoSlide .flex-control-nav li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.photoSlide .flex-control-nav li.num1 a {
		background: transparent url(../imgs/thum01.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num2 a {
		background: transparent url(../imgs/thum02.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
/*	.photoSlide .flex-control-nav li.num3 a {
		background: transparent url(../imgs/thum03.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.photoSlide .flex-control-nav li.num4 a {
		background: transparent url(../imgs/thum04.png) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}*/
@media only screen and (max-width:767px) {
  .photoSlide {
    margin-top: 60px;
  }
	.photoSlide .flex-control-nav li {
		width: 100%;
		height: 60px;
	}
}