

body {
 margin:0 oute;
 padding:0 aute;
 text-align:center;
 width:100%;
 justify-content: center;
 text-align: center;
 font-family : "ヒラギノ角ゴ ProN" , sans-serif;
 display: inline-block;
}




.slider{
	width:100%;
	height:aute;
	margin:0 auto;
  	position:absolute;
	
}
.slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider ul li{
	width:100%;
	height:aute;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:24s;
}


.slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:5s;
	opacity:0;
}
.slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:13s;
	opacity:0;
}


@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}


.flex_box{
 display:flex;
 display:inline-block;
 text-align: center;
 flex-direction: row;
 width:100%;
  margin:0;
  padding:0;
}

.flex_box1{
  border: 4px solid #000;
  width:90%;
  margin:4%;
  padding:0 1%;
}

.flex_box1{
 display:flex;
 display: inline-block;
 justify-content: center;
 text-align: center;
 flex-direction: column;
 flex-wrap:wrap;
 align-items: center;
}


.flex_box2{
 width:96%;
 margin:0%;
 padding:2%;
 display:flex;
 flex-direction: row;
 flex-wrap:wrap;
 justify-content:space-around;
 position:relative;
 
}


.flex_item1-1{
 position: relative;
 background-color:#fff;
 width:100%;
 

}

.flex_item1-2{
 position: relative;
 width:100%;
 border-top: 1px solid #000;
}


.kotei{
 position: relative;
 width:100%;
 top:0px;
 left:0px;
}

.logo{
 position:absolute; 
 width: 800px;
 max-width:65%;
 top:70px;
 right:50px;
}
.shoplist{
 position: absolute;
 width:600px;
 max-width:55%;
 bottom:0px;
 left:3%;

}

.shoplist2{
 position: relative;
 width:600px;
 max-width:55%;
 top:10px;
 left:-20%;

}


.pozi1{
	position:  absolute;
	width:100px;
	max-width:15%;
	bottom:80px;
	right:25px;
	filter: drop-shadow(5px 5px 5px #aaa)
   }
   
   .pozi2{
	position: absolute;
	width:100px;
	max-width:15%;
	bottom:80px;
	right:21%;
	z-index:+1;
	filter: drop-shadow(5px 5px 5px #aaa)
   }
   
   .pozi3{
	position: absolute;
	width:100px;
	max-width:15%;
	bottom:210px;
	right:25px;
	filter: drop-shadow(5px 5px 5px #aaa)
   }
   
   .pozi5{
	 position: absolute;
	 width:800px;
	 max-width:37%;
	 bottom:10px;
	 right:10px;
	 filter: drop-shadow(5px 5px 5px #aaa)
   }


































