.wrap h1 {
	text-align: left;
	font-size: 50px;
	font-weight: 500;
	line-height: normal;
	margin: 78px 0 60px;
	color: #353743;
}
.shop-list {
	color: #353743;
	font-weight: 400;
}
.shop-list a {
	color: #353743;
}
.shop-item {
	margin: 0 0 90px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	line-height: 20px;
}
.shop-item a {
	text-decoration: underline;
}
.shop-item a:hover {
	text-decoration: none;
}
.shop-item__photo {
	flex: none;
	width: 670px;
}
.shop-item__info {
	flex: 1;
	padding: 0 40px 0 0;
	max-width: 595px;
}
.shop-item__info-name {
	font-size: 36px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 5px;
}
.shop-item__info-name-desc {
	margin: 0 0 20px;
}
.shop-item__address.cur-point {
	cursor: pointer;
}
.shop-item__address-time {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 8px;
}
.shop-item__address-time li, .shop-item__contact li {
	position: relative;
	padding: 0 0 0 21px;
	max-width: 300px;
}
.shop-item__contact {
	margin: 0 0 40px;
}
.shop-item__contact li {
	margin: 0 0 8px;
}
.shop-item__address-time svg, .shop-item__contact svg {
	position: absolute;
	left: 0;
	top: 2px;
}
.shop-item__contact-email svg {
	top: 4px;
}
.shop-item__contact-phone {
	font-weight: bold;
}
.shop-item__contact-wt {
	display: none;
	font-weight: bold;
}
.shop-item__path {
	margin: 0 0 25px;
}
.shop-item__path-title {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 11px;
}
.shop-item__photo-tabs {
	margin: 0 0 34px;
}
.shop-item__photo-tabs a {
	text-decoration: none;
	margin: 0 35px 0 0;
	font-size: 22px;
	border-bottom: transparent 1px solid;
	padding: 0 0 6px;
}
.shop-item__photo-tabs .active {
	border-color: #212A2F;
}
.shop-item__photo-pic {
	border-radius: 30px;
	overflow: hidden;
	width: 670px;
	height: 501px;
}
.shop-item__photo-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.shop-item__photo-map {
	height: 501px;
	border-radius: 30px;
	overflow: hidden;
}
.shop-item__photo-map .map {
	height: 100%;
}
.shop-item__photo-content > div:last-child {
	display: none;
}
.shop-item__photo-content > .shop-item__photo-map:first-child {
	display: block;
}
.shop-item__path h2 {
	font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 11px;
}
.shop-item__path h3 {
	font-weight: bold;
	margin: 0 0 11px;
}
.shop-item__path p {
	margin: 11px 0;
}
.shop-item__path ul {
	list-style: decimal inside;
	margin: 11px 0;
}

#waiter_message {
	display: block;
	background: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#waiter_message span {
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 1100px) {
	.shop-item__photo {
		width: 400px;
	}
	.shop-item__photo-map {
		height: 300px;
	}
}
@media (max-width: 768px) {
	.shop-item {
		display: block;
	}
	.shop-item__photo {
		width: auto;
	}
}
@media (max-width: 700px) {
	.shop-item__photo-pic {
		width: auto;
	}
}
@media (max-width: 500px) {
	.wrap h1 {
		font-size: 26px;
		margin: 20px 0 40px;
	}
	.shop-item__info-name {
		font-size: 20px;
	}
	.shop-item__info {
		padding: 0;
	}
	.shop-item__address-time {
		display: block;
	}
	.shop-item__address-time li, .shop-item__contact li {
		max-width: none;
		margin: 0 0 8px;
	}
	.shop-item__address-time {
		margin: 0;
	}
	.shop-item__path-title {
		font-size: 18px;
	}
	.shop-item__path {
		font-size: 15px;
	}
	.shop-item__address-time-wt {
		display: none;
	}
	.shop-item__contact-wt {
		display: block;
	}
	.shop-item__photo-tabs a {
		font-size: 18px;
		margin: 0 13px 0 0;
	}
	.shop-item__photo-tabs {
		margin: 0 0 24px;
	}
	.shop-item__photo-content {
		height: 224px;
	}
	.shop-item__photo-pic {
		height: auto;
	}
	.shop-item__photo-pic img {
		height: 224px;
		width: 100%;
		max-width: none;
	}
	.shop-item__photo-map {
		height: 224px;
	}
	.shop-item {
		margin: 0 0 30px;
	}
}