﻿@charset "utf-8";

#stage {
	position: relative;
	max-width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
.pic {
	position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 28s infinite;
-webkit-animation: imgTrans 28s ease-in infinite;
animation: imgTrans 28s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 7s;
-webkit-animation-delay: 7s;
animation-delay: 7s;
}
#photo3 img {
-moz-animation-delay: 14s;
-webkit-animation-delay: 14s;
animation-delay: 14s;
}
#photo4 img{
-moz-animation-delay: 21s;
-webkit-animation-delay: 21s;
animation-delay: 21s;
}

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


/* タブレット横
------------------------------------------------------------*/
@media screen and (max-width: 1260px) {



	
}	


/* iPhone6 Plus
------------------------------------------------------------*/
@media screen and (min-width:480px) and ( max-width:600px) {


}
