/*スマホよりも大きい端末で閲覧中は非表示*/
.smpfix  {
	position: fixed;
	justify-content: space-around;
	left: 0;
	bottom: 0;
   background: #ffab00;
	z-index: 800;
   opacity: 0.9;
	display: none;
  font-size:9px;
  color: #fff;
text-align: center;
	ul{
		display: none;
justify-content: space-around;
		@media screen and (max-width: 768px) {
			display: flex;	
		}
		li{
			width:calc(100%/5);
		}
	}
}
.smpfix img{
	
	width: 100%;
}
.smpfix2{
		display: none;
text-align: center;
justify-content: space-around;
		@media screen and (max-width: 768px) {
			display: flex;	
		}
}
.smpfix2 img{

		display: none;
text-align: center;
justify-content: space-around;
		@media screen and (max-width: 768px) {
			display: flex;	
		}
			width:calc(100%/3);
}
