
/***** shtml_grid *****/

.shtml_grid_wrap {
	width: 100%;
	padding: 0px 50px;
	overflow: hidden;
        color:#666;
}

.shtml_grid {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
        background-color:#ccc;
}

.shtml_grid_inner1 {
	width: 100%;
	padding: 10px;
}

.shtml_grid_inner1_title1 {
	position: relative;
	width: 100%;
	padding 10px 0px;
}

.shtml_grid_inner1_title1 p {
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-indent: 10px;
  letter-spacing: 10px;
}

/***** store *****/

.store {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
        margin: 10px 0px;
        border:none;
}

.store_inner1 {
	width: 33.33%;
	margin: 10px 0px 0px 200px;
	justify-content: center;
	align-items: center;
}

.store_inner1 a {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #e8e8e8;
  	transition: .3s;
	display: block;
        background-color:#fff;
}

.store_inner1 a:hover {
	border-bottom: 1px solid #ccc;
}

.store_img1 {
	width: 100%;
	height: 120px;
	margin: 0px 0px 20px 0px;
	border-radius: 7px;
	object-fit: cover;
	overflow: hidden;
	display: none;
}

.store_img1 img {
	width: 100%;
	transform: scale(1.0);
	transition: .3s;
}

.store_inner1 a:hover .store_img1 img {
	transform: scale(1.05);
}

.store_info1 {
  width: 100%;
	margin: 0px 0px 0px 0px;
}

.store_info1_name1 {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.store_info1_name1 p {
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	transition: .3s;
}

.store_inner1 a:hover .store_info1_name1 p {
	color: #ccc;
}

.store_info1_list1 {
	width: 100%;
  padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

.store_info1_list1_inner1 {
	width: 100%;
	padding: 5px 0px 5px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.store_info1_list1_inner1_l1 {
	width: 30%;
	border-right: 1px solid #e8e8e8;
}

.store_info1_list1_inner1_l1 p {
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

.store_info1_list1_inner1_r1 {
	width: 70%;
	padding: 0px 0px 0px 20px;
}

.store_info1_list1_inner1_r1 p {
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}


@media ( max-width: 1400px ) {

.shtml_grid_inner1 {
  width:100%;
}

.store {
	width: 100%;
	align-items: center;
        margin: 10px 0px;
}

.store_inner1 {
	width: 100%;
	margin: 5px 0px;
	justify-content: center;
	align-items: center;
}
}

@media ( max-width: 1200px ) {

.shtml_grid_inner1 {
  width:100%;
}

.store {
	width: 100%;
	align-items: center;
        margin: 10px 0px;
}

.store_inner1 {
	width: 100%;
	margin: 5px 0px;
	justify-content: center;
	align-items: center;
}

.store_inner1 a {
  width: 100%;
}

}

@media ( max-width: 767px ) {

.shtml_grid_wrap {
  width:100%;
  color:#666;
}

.shtml_grid {
  width:100%;
}

.shtml_grid_inner1 {
  width:100%;
}

.shtml_grid_inner1_title1 p {
  font-size: 18px;
  text-indent: 5px;
  letter-spacing: 5px;
}

.store {
	width: 100%;
	align-items: center;
        margin: 10px 0px;
}

.store_inner1 {
	width: 100%;
	margin: 5px 0px;
}
}

</style>

