@charset "UTF-8";

.-home {
}

.hd {
	position: relative;
	padding: 73px 0 64px;
	background: #f8f7f2;
}

.hd_logo {
	position: absolute;
	top: 22px;
	left: 34px;
}

.hd_ttl {
	font-weight: bold;
	text-align: center;
}

.hd_ttl h1 {
	font-size: 40px;
}

.hd_ttl p {
	font-size: 26px;
}

.shop {
	padding: 48px 0 130px;
}

.shop_wrap {
}

.shop_ttl {
	margin-bottom: 31px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

.shop_cnt {
}

.shop_list {
	display: flex;
	margin-bottom: 28px;
	overflow: hidden;
	border: 1px solid #cccccc;
	border-radius: 16px;
}

.shop_list:last-child {
	margin-bottom: 0;
}

.shop_list_wrap {
	display: grid;
	grid-template-columns: 46fr 70fr;
}

.shop_list_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.shop_list_img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	object-fit: cover;
}

.shop_list:hover .shop_list_img img {
	scale: 1.2;
}

.shop_list_detail {
	padding: 26px 41px;
}

.shop_list_detail_name {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 26px;
}

.shop_list_detail_txt {
	margin-bottom: 20px;
}

.shop_list_detail_loc {
	display: flex;
	align-items: center;
	gap: 7.4px;
	color: #b2b2b2;
	font-size: 14px;
}

.shop_list_detail_loc span {
	display: flex;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.-home {
	}

	.hd {
		padding: 18px 0 32px;
	}

	.hd_logo {
		display: flex;
		justify-content: center;
		position: unset;
		margin-bottom: 13px;
	}

	.hd_ttl {
	}

	.hd_ttl h1 {
	}

	.hd_ttl p {
		font-size: 24px;
	}

	.shop {
		padding: 24px 0 84px;
	}

	.shop_wrap {
	}

	.shop_ttl {
		font-size: 19px;
	}

	.shop_cnt {
		max-width: 450px;
		margin: 0 auto;
	}

	.shop_list {
	}

	.shop_list:last-child {
	}

	.shop_list_wrap {
		grid-template-columns: 1fr;
		max-width: 450px;
		margin: 0 auto;
	}

	.shop_list_img {
	}

	.shop_list_img img {
	}

	.shop_list:hover .shop_list_img img {
	}

	.shop_list_detail {
		padding: 23px 14px;
	}

	.shop_list_detail_name {
		margin-bottom: 8px;
		font-size: 22px;
	}

	.shop_list_detail_txt {
		font-size: 16px;
	}

	.shop_list_detail_loc {
	}

	.shop_list_detail_loc span {
	}
}
