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

/* 帯 */
h2 {
	padding: 8px;
	background-color: #96ceb4;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 20px;
}

i {
	margin-right: 5px;
}

/* 店舗ー一覧 */
h3 {
  border-left: solid 3px #96ceb4;
  padding-left: 10px;
  margin-bottom: 10px;
}

.storeBox {
	border: solid 1px #CCC;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.storeBox a {
	text-decoration: none;
	color:#333;
}


/* 599px以下 */
@media (max-width: 599px) {
	
	h2 {
		font-size: 3.0rem;
	}
	
	
	h3 {
		font-size: 2.8rem;
	}

	.storeBox p {
		font-size: 2.5rem;
	}

}
