.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*z-index: 0;*/
}
.cb-slideshow:after {
    content: '';
    /*background: transparent url(../img/main01.jpg) repeat top left;*/
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 1;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 1 0s;
    -moz-animation: imageAnimation 36s linear 1 0s;
    -o-animation: imageAnimation 36s linear 1 0s;
    -ms-animation: imageAnimation 36s linear 1 0s;
    animation: imageAnimation 36s linear 1 0s;
}

.cb-slideshow  span { 
background-image: url(../img/fall/main01.jpg);
background-size:100%;
 }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 1;
	    -webkit-transform: scale(1.08);
		-webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	   /* -webkit-animation-timing-function: ease-out;*/
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.03);
	}
	25% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	100% { opacity: 1;
	 -webkit-transform: scale(1);
	 /*-webkit-animation-timing-function: ease-in;*/
	  }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 1;
		-moz-transform: scale(1.08);
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	   /* -moz-animation-timing-function: ease-out;*/
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.03);
	}
	25% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}

}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 1;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    /*-o-animation-timing-function: ease-out;*/
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.03);
	}
	25% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	100% { opacity: 1;
	    -o-transform: scale(1);
 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 1;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    /*-ms-animation-timing-function: ease-out;*/
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.03);
	}
	25% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	100% { opacity: 1;
	    -ms-transform: scale(1);
	 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 1;
		transform: scale(1.08);
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    /*animation-timing-function: ease-out;*/
	}
	17% {
	    opacity: 1;
	    transform: scale(1.03);
	}
	25% {
	    opacity: 1;
	    transform: scale(1);
	}
	100% { opacity: 1 ;
	    transform: scale(1);
	}
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}



/* ロッジを予約する PC用 by Kyasper 20170509*/
.panel-lodge {
	background-color: #fff;
	background-image: url("../img/panel-lodge.png");
	background-repeat: no-repeat;
	border: 1px solid #fff;
	box-sizing: border-box;
	height: 267px;
	position: fixed;
	right: -549px;
	top: 400px;
	width: 575px;
	z-index: 9999;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
	@media screen and (max-width: 414px) {
		.panel-lodge {
			display:none;
		}
	}
.panel-lodge:hover {
	right: 0px;
		
	
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
.panel-lodge a{
	background-color:transparent;
	border: 1px solid #fff;
	border-radius: 2px;
	bottom: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;
	right: 22px;
	opacity:0.8;
	
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}
.panel-lodge a:hover{
	background-color:#fff;
	color:#222;
	opacity:1;
	
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* ロッジを予約する SP用 by Kyasper 20170509*/
.yoyaku-lodge {
	box-sizing: border-box;
	margin: 0 auto;
	width: 94%;
}
.yoyaku-lodge > .btn {
	box-sizing: border-box;
	color: #fff;
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

/* ロッジを予約する 調整 by Kyasper 20170509*/
.yoyaku {
	margin: 20px auto 10px;
	text-align: center;
	width: 94%;
}
.yoyaku > .btn {
	box-sizing: border-box;
	display: block;
}



