@charset "utf-8";

/* diplay */
.show_pc {
	display: none;
}
.show_sp {
	display: block;
}

/* ttl_area */
#contents .ttl_area {
  padding: 0 15px;
  box-sizing: border-box;
}

/* info_area */
#contents .info_area {
	padding: 0;
	font-size: 11px;
}

/* style_02 */
#contents .main .style_02 {
	padding: 0 15px;
}

/* section */
#contents .section {
	border-left: none;
	border-right: none;
}

/* store_list */
#contents .store_list {
	padding: 10px 15px 15px;
}
#contents .store_list dl {
	width: auto;
	float: none;
}
#contents .store_list dt,
#contents .store_list dd {
	line-height: 1.8;
}
#contents .store_list dt {
	font-size: 15px;
	line-height: 1.5;
}
#contents .store_list .store_photo {
	margin-left: 0;
	margin-top: 5px;
	width: 150px;
}
#contents .store_list .store_photo img {
	width: 100%;
	height: auto;
}
