@charset "utf-8";


/**

swipeicon

**/
.swipe_icon{
	display: none;
}

@media only screen and (max-width: 1000px) {
.slideWrap {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	z-index: 300;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.slideWrap > img,
.slideWrap > figure > img ,
.slideWrap > figure > table{
	max-width: none;
	width: 1000px !important;
}
.slideWrap > figure figcaption {
	right: auto;
	left: 0;
	bottom: 0;
}

/**

swipeicon

**/
.swipe_icon {
	display: block;
	position:absolute;
	top:32%;
	left:46%;
	z-index:301;
	width:90px;
	width:30px;
	/*animation: ;*/
}
.swipe_icon img {
	width:100%;
	height:auto;
}
.swipe_icon2 {
	position:absolute;
	top:70%;
	left:76%;
	z-index:305;
	width:120px;
	width:60px;
	animation: horizontal 1s ease-in-out infinite alternate;
}
.swipe_icon3 {
	display: block;
	position:absolute;
	top:32%;
	left:46%;
	z-index:301;
	width:90px;
	/*animation: ;*/
}
.swipe_icon img {
	width:100%;
	height:auto;
}
.swipe_icon4 {
	position:absolute;
	top:70%;
	left:76%;
	z-index:305;
	width:120px;
	animation: horizontal 1s ease-in-out infinite alternate;
}
}
@keyframes horizontal {
0% { transform:translate(-30%,-50%); }
100% { transform:translate(-70%,-50%); }
}



figure{
	/*margin:0;*/
	margin: 0 auto;
	/*画像を中央に*/
	display: block;
	text-align:center;
}
figure img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 1001px) {
figure{
	/*margin:0;*/
	margin: 0 auto;
	/*画像を中央に*/
	display: block;
	text-align:center;
}
}
