.footer_top_text2{
	 color: #000;
  font-size: 1.4rem;
  margin-top: 15px;
	text-align: center;
	font-weight: bold;
}
.sidebar_title2{
	  color: #000;

  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 40px;
margin-bottom: 20px;
  text-align: center;
}



/*-------------------------
shopbanner hukidashi
-------------------------*/





.balloon2-top {
	
position: relative;
margin: 0px auto;
  padding: 10px 5px;
  color: #555;
  font-size: 16px;
  background: #EDEDED;
  border: solid 3px #EDEDED;
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #EDEDED;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #EDEDED;
  z-index: 1;
}

/*-------------------------
横並び
-------------------------*/
ul.shopbanner{
max-width: 1400px;
margin:10px auto;
display: flex; 
justify-content: center;

}


ul.shopbanner li{
/*flex:1;*/
width: 10%;

padding: 0px 5px;
	/* width: 100%; */
}


ul.shopbanner li img{
	border: 1px solid;
	
	
}

@media screen and (max-width:768px){
ul.shopbanner{
padding: 20px 5px;
width: 100%;
flex-wrap: wrap;
	
    }
ul.shopbanner li{
width: 50%;
margin: 5px auto;
padding: 10px 5px 10px 5px;
    }
	
.balloon2-top {
  position: relative;
  padding: 0 auto;
  height: auto;
  padding: 10px 5px;
  color: #555;
  font-size: 16px;
  background: #EDEDED;
  border: solid 3px #EDEDED;
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
	
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #EDEDED;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #EDEDED;
  z-index: 1;
  }
	
.footer {
    margin-top: -20px;
	}

}
