@charset "UTF-8";
/* CSS Document */

@media (max-width:480px){

body{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: rgba(255,251,235,1.00);
}
.shop {
	width: 100px;
	margin: auto;
	border-radius: 18px;
	background-image: url("../image/rakuten.png");
	background-repeat: no-repeat;
	height: 100px;
	background-size: 100%;
}

.title_h2 {
	text-align: center;
}

.shop_summary {
	display: flex;
	justify-content: space-around;
	margin: 10px auto;
}
}


.image1 {
	width: 35%;
	margin: 30px auto 10px;
}

.image_p {
	text-align: center;
	font-size: 3vw;
}

.shop2 {
	width: 100px;
	margin: auto;
	border-radius: 10px;
	background-image: url("../image/amazon.jpeg");
	background-repeat: no-repeat;
	height: 100px;
	background-size: 100%;
}

.shop3 {
	width: 100px;
	margin: auto;
	border-radius: 18px;
	background-image: url("../image/yahoo.png");
	background-repeat: no-repeat;
	height: 100px;
	background-size: 100%;
}
