/* CSS Document */
@media screen and (max-width: 480px){

	.pc{
	display:none;
}
.sp{
	display:block;
}
	.mv img{
		width:100%;
		height: auto;
	}
	.menu{
		width: 100%;
	}
	.navi a{
		font-size:90%;
		margin-top: 8px;
	}
	.btn{
		width: 28%;
		border: none;
		border-right: 2px solid #FFF;
	}
	.btn2{
		border: none;
		width:40%;
	}
	#wrap{
		width: 100%;
	}
h3.info{
	font-size: 16px;
	color: #E83228;
	margin: 20px;;
	font-weight: bold;
}
	.midashi{
  text-align:center;
  font-size:20px;
  font-weight:bold;
  padding:20px 0;
  letter-spacing:5px;
  color:#FFF;
background-color: #0057B8;
  position: relative;
  line-height:1.3;
  margin:0px 0 40px;
  }

	
	.banner{
		float: none;
		width:90%;
	}
	.banner img{
		width:100%;
	}
	
	
/*商品*/
	#l-4clmn .of-child .shohin_box{
		width:90%;
		float: none;
		margin:auto;
		padding: 0px;
		margin-bottom: 20px;
		padding-bottom: 30px;
	}
	.shohin_box .pic img{
		width:97%;
	}
	.shohin_price{
		font-size: 150%;
		}

	.tel{
		display: none;
	}

}

.shohin_btn {
	/* [disabled]display: inline-block;
*/
	margin-top:50px;
	margin-bottom:50px;
	font-size: 24px;
	width: 90%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	border: 1px #000000 solid;
	display: inline-block;
	transition: .4s;
	color: #FFFFFF;
	background-color: #0057B8;
}
