/* -------------- デザインサンプルページ -------------- */
a,
label {
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pc-only {
	display: none !important;
}

@media screen and (min-width: 1000px) {
	.pc-only {
		display: block !important;
	}
}


section{
	bottom: 30px;
}

@media screen and (min-width: 641px) {
	section{
		bottom: 60px;
	}
}

/*@media (min-width: 1000px){
	section {
	    margin-top: 60px;
	}
}*/


/* ----------------------------------------
　　　手動スライドショー
---------------------------------------- */


/* ----- #manual-slide06 ----- */
#manual-slider06 {
	position: relative;
	margin: 0 auto;
}

#manual-slider06 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider06-1:checked ~ #manual-slider06-wrap .inner {
	margin-left:0;
}

#manual-slider06-2:checked ~ #manual-slider06-wrap .inner {
	margin-left:-100%;
}

#manual-slider06-3:checked ~ #manual-slider06-wrap .inner {
	margin-left:-200%;
}

#manual-slider06-4:checked ~ #manual-slider06-wrap .inner {
	margin-left:-300%;
}

#manual-slider06-5:checked ~ #manual-slider06-wrap .inner {
	margin-left:-400%;
}

#manual-slider06-6:checked ~ #manual-slider06-wrap .inner {
	margin-left:-500%;
}

#manual-slider06-7:checked ~ #manual-slider06-wrap .inner {
	margin-left:-600%;
}

#manual-slider06-8:checked ~ #manual-slider06-wrap .inner {
	margin-left:-700%;
}

#manual-slider06-9:checked ~ #manual-slider06-wrap .inner {
	margin-left:-800%;
}

#manual-slider06-10:checked ~ #manual-slider06-wrap .inner {
	margin-left:-900%;
}

#manual-slider06-11:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1000%;
}

#manual-slider06-12:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1100%;
}

#manual-slider06-13:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1200%;
}

#manual-slider06-14:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1300%;
}

#manual-slider06-15:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1400%;
}

#manual-slider06-16:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1500%;
}

#manual-slider06-17:checked ~ #manual-slider06-wrap .inner {
	margin-left:-1600%;
}

#manual-slider06-overflow {
    width: 100%;
    overflow: hidden;
}

#manual-slider06-wrap .inner {
    width: 2000%;
}

#manual-slider06-wrap .inner {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;
    -moz-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
    -ms-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
     -o-transition: all 1s cubic-bezier(.65,.05,.36,1) 0s; 
        transition: all 1s cubic-bezier(.65,.05,.36,1) 0s;

    -webkit-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -moz-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
    -ms-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
     -o-transition-timing-function: cubic-bezier(.65,.05,.36,1); 
        transition-timing-function: cubic-bezier(.65,.05,.36,1);
}

#manual-slider06-wrap .slide {
	position: relative;
    width: 5%;
    float: left;
}

#manual-slider06-wrap .slide .tit-base {
	position: absolute;
	margin: 10px;
	height: 43px;
	background-color: rgba(86, 179, 41, 0.5);
	opacity: 0;
	transform: translateX(-170px);
}

@media screen and (min-width: 641px) {
	#manual-slider06-wrap .slide .tit-base {
		margin: 20px;
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
}

#manual-slider06-wrap .slide h3.slide-tit {
	margin: 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 641px) {
	#manual-slider06-wrap .slide h3.slide-tit {
		margin-top: 55px;
		padding: 0;
		font-size: 1.2em;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-wrap .slide:nth-of-type(1) .tit-base,
#manual-slider06-2:checked ~ #manual-slider06-wrap .slide:nth-of-type(2) .tit-base,
#manual-slider06-3:checked ~ #manual-slider06-wrap .slide:nth-of-type(3) .tit-base,
#manual-slider06-4:checked ~ #manual-slider06-wrap .slide:nth-of-type(4) .tit-base,
#manual-slider06-5:checked ~ #manual-slider06-wrap .slide:nth-of-type(5) .tit-base {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
	transform: translateX(0);
}

.tit-base,.tit-base h3 {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#manual-slider06-prev {
	position: absolute;
	top: 45%;
	left: 15px;
}

@media screen and (min-width: 641px) {
	#manual-slider06-prev {
		left: 30px;
	}
}

#manual-slider06-prev label {
	display: none;
	position: absolute;
	top: -70%;
	left: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider06-prev label {
		top: -100%;
		left: -30px;
		width: 100px;
		height: 100px;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-prev label:nth-of-type(17),
#manual-slider06-2:checked ~ #manual-slider06-prev label:nth-of-type(1),
#manual-slider06-3:checked ~ #manual-slider06-prev label:nth-of-type(2),
#manual-slider06-4:checked ~ #manual-slider06-prev label:nth-of-type(3),
#manual-slider06-5:checked ~ #manual-slider06-prev label:nth-of-type(4),
#manual-slider06-6:checked ~ #manual-slider06-prev label:nth-of-type(5),
#manual-slider06-7:checked ~ #manual-slider06-prev label:nth-of-type(6),
#manual-slider06-8:checked ~ #manual-slider06-prev label:nth-of-type(7),
#manual-slider06-9:checked ~ #manual-slider06-prev label:nth-of-type(8),
#manual-slider06-10:checked ~ #manual-slider06-prev label:nth-of-type(9),
#manual-slider06-11:checked ~ #manual-slider06-prev label:nth-of-type(10),
#manual-slider06-12:checked ~ #manual-slider06-prev label:nth-of-type(11),
#manual-slider06-13:checked ~ #manual-slider06-prev label:nth-of-type(12),
#manual-slider06-14:checked ~ #manual-slider06-prev label:nth-of-type(13),
#manual-slider06-15:checked ~ #manual-slider06-prev label:nth-of-type(14),
#manual-slider06-16:checked ~ #manual-slider06-prev label:nth-of-type(15),
#manual-slider06-17:checked ~ #manual-slider06-prev label:nth-of-type(16) {
	display: block;
}

#manual-slider06-next {
	position: absolute;
	top: 45%;
	right: 15px;
}

@media screen and (min-width: 641px) {
	#manual-slider06-next {
		right: 30px;
	}
}

#manual-slider06-next label {
	display: none;
	position: absolute;
	top: -70%;
	right: -15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	#manual-slider06-next label {
		top: -100%;
		right: -30px;
		width: 100px;
		height: 100px;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-next label:nth-of-type(2), 
#manual-slider06-2:checked ~ #manual-slider06-next label:nth-of-type(3), 
#manual-slider06-3:checked ~ #manual-slider06-next label:nth-of-type(4),
#manual-slider06-4:checked ~ #manual-slider06-next label:nth-of-type(5),
#manual-slider06-5:checked ~ #manual-slider06-next label:nth-of-type(6),
#manual-slider06-6:checked ~ #manual-slider06-next label:nth-of-type(7),
#manual-slider06-7:checked ~ #manual-slider06-next label:nth-of-type(8),
#manual-slider06-8:checked ~ #manual-slider06-next label:nth-of-type(9),
#manual-slider06-9:checked ~ #manual-slider06-next label:nth-of-type(10),
#manual-slider06-10:checked ~ #manual-slider06-next label:nth-of-type(11),
#manual-slider06-11:checked ~ #manual-slider06-next label:nth-of-type(12),
#manual-slider06-12:checked ~ #manual-slider06-next label:nth-of-type(13),
#manual-slider06-13:checked ~ #manual-slider06-next label:nth-of-type(14),
#manual-slider06-14:checked ~ #manual-slider06-next label:nth-of-type(15),
#manual-slider06-15:checked ~ #manual-slider06-next label:nth-of-type(16),
#manual-slider06-16:checked ~ #manual-slider06-next label:nth-of-type(17),
#manual-slider06-17:checked ~ #manual-slider06-next label:nth-of-type(1) {
	display: block;
}

#manual-slider06-prev i,
#manual-slider06-next i {
	display: block !important;
	padding: 0;
	color: #fff;
	font-size: 1.4em;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.3),0 0 8px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 641px) {
	#manual-slider06-prev i,
	#manual-slider06-next i {
		font-size: 2em;
	}
}

#manual-slider06-active {
	margin: 10px 0 0;
	text-align: center;
}

@media screen and (min-width: 641px) {
	#manual-slider06-active {
		margin: 0;
	}
}

#manual-slider06-active label {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #bbb;
	border-radius: 50%;
	margin: 0 8px;
}

@media screen and (min-width: 641px) {
	#manual-slider06-active label {
		width: 10px;
    	height: 10px;
		border-radius: 5px;
	}
}

#manual-slider06-1:checked ~ #manual-slider06-active label:nth-child(1),
#manual-slider06-2:checked ~ #manual-slider06-active label:nth-child(2),
#manual-slider06-3:checked ~ #manual-slider06-active label:nth-child(3),
#manual-slider06-4:checked ~ #manual-slider06-active label:nth-child(4),
#manual-slider06-5:checked ~ #manual-slider06-active label:nth-child(5),
#manual-slider06-6:checked ~ #manual-slider06-active label:nth-child(6),
#manual-slider06-7:checked ~ #manual-slider06-active label:nth-child(7),
#manual-slider06-8:checked ~ #manual-slider06-active label:nth-child(8),
#manual-slider06-9:checked ~ #manual-slider06-active label:nth-child(9),
#manual-slider06-10:checked ~ #manual-slider06-active label:nth-child(10),
#manual-slider06-11:checked ~ #manual-slider06-active label:nth-child(11),
#manual-slider06-12:checked ~ #manual-slider06-active label:nth-child(12),
#manual-slider06-13:checked ~ #manual-slider06-active label:nth-child(13),
#manual-slider06-14:checked ~ #manual-slider06-active label:nth-child(14),
#manual-slider06-15:checked ~ #manual-slider06-active label:nth-child(15),
#manual-slider06-16:checked ~ #manual-slider06-active label:nth-child(16),
#manual-slider06-17:checked ~ #manual-slider06-active label:nth-child(17) {
    background: #56b329;
    border-color: #56b329 !important;
}

#manual-slider06-wrap, #manual-slider06-active, #manual-slider06-active label {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.btn1 {
	position: absolute;
	bottom: 0;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #ccc;
	cursor: pointer;
}

@media screen and (min-width: 641px) {
	.btn1 {
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}
}



#slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0;
	animation: auto-slider-fade02 30s infinite;
	-moz-animation: auto-slider-fade02 30s infinite;
	-webkit-animation: auto-slider-fade02 30s infinite;
	pointer-events: none;
}

.slide-img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide-img img {
	width: 100%;
}

#slide1 { left: 0; }
#slide2 { left: 100%; }
#slide3 { left: 200%; }
#slide4 { left: 300%; }
#slide5 { left: 400%; }
#slide6 { left: 500%; }
#slide7 { left: 600%; }
#slide8 { left: 700%; }
#slide9 { left: 800%; }
#slide10 { left: 900%; }
#slide11 { left: 1000%; }
#slide12 { left: 1100%; }
#slide13 { left: 1200%; }
#slide14 { left: 1300%; }
#slide15 { left: 1400%; }
#slide16 { left: 1500%; }
#slide17 { left: 1600%; }

.btn2 {
	position: absolute;
	bottom: 0;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #56b329;
}

@media screen and (min-width: 641px) {
	.btn2 {
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}
}



  @-webkit-keyframes imgTrans {
   0% { opacity:0; }
   8% { opacity:1; }
   20% { opacity:1; }
   25% { opacity:1; } 
   100% { opacity:1; }
  }
  @-moz-keyframes imgTrans {
   0% { opacity:0; }
   8% { opacity:1; }
   20% { opacity:1; }
   25% { opacity:1; } 
   100% { opacity:1; }
  }
  @keyframes imgTrans {
   0% { opacity:0; }
   8% { opacity:1; }
   20% { opacity:1; }
   25% { opacity:1; } 
   100% { opacity:1; }
  }
