/****************************** mobile,cpmmon ******************************/

/* 店舗一覧 */
.shop_list li {
	border-bottom: 1px dotted var(--corp_color);
	padding-bottom: 15px;
}
.shop_list li:not(:last-child) {
	margin-bottom: 25px;
}
.shop_list_img img {
  height: 200px;
  border-radius: 10px;
  margin-bottom: 12px;
}

/* みなさまへ */
/* .shop_message_con {
	padding: 15px;
	border-radius: 10px;
} */

/* 会社概要 */
.shop_ov_img {
	margin-bottom: 20px;
}
.shop_ov_img img {
	border-radius: 10px;
}

.shop_ov_list,
.shop_accs_list {
	margin: 0 auto;
}
.shop_ov_list>li,
.shop_accs_list>li {
  border-bottom: 1px dotted var(--corp_color);
}
.shop_ov_list>li:first-child,
.shop_accs_list>li:first-child {
  padding-bottom: 10px;
}
.shop_ov_list>li:not(:first-child),
.shop_accs_list>li:not(:first-child) {
  padding: 10px 0;
}
.shop_ov_list dt,
.shop_accs_list dt {
  font-weight: 600;
}
.shop_ov_list a {
  display: block;
}

/* アクセス */
.shop_accs_map {
	margin-bottom: 20px;
	height: 250px;
}

.shop_accs_map iframe {
	border-radius: 10px;
}

.shop_accs_map dt {
  font-weight: 600;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

	/* 店舗一覧 */
	.shop_list {
		display: flex;
		justify-content: space-between;
	}

	.shop_list li {
		width: 48%;
	}
	.shop_list li:not(:last-child) {
		margin-bottom: 0px;
	}

	.shop_list_img img {
	  height: 300px;
	  margin-bottom: 20px;
	}

	.shop_list_detail h2 {
		font-size: 18px;
		margin-bottom: 3px;
	}


	/* みなさまへ */
	.shop_message_con {
		padding: 30px 50px;
	}

	/* 会社概要 */
	.shop_ov_con,
	.shop_accs_con {
		display: flex;
		justify-content: space-between;
	}
	.shop_ov_img,
	.shop_accs_map {
		width: 30%;
	}
	.shop_ov_list,
	.shop_accs_list {
		width: 60%;
	}
	.shop_ov_map {
	  display: inline;
		padding-left: 10px;
	}
	.shop_ov_img {
		margin-bottom: 0px;
	}
	.shop_ov_list>li,
	.shop_accs_list>li {
	}
	.shop_ov_list dl,
	.shop_accs_list dl {
		display: flex;
	}
	.shop_ov_list dt,
	.shop_accs_list dt {
		width: 28%;
	}
	.shop_ov_list dd,
	.shop_accs_list dd {
		width: 72%;
	}

	/* アクセス */
	.shop_accs_map {
		margin-bottom: 0px;
	}

}

/****************************** PC ******************************/
@media (min-width: 1025px){

}
