@charset "utf-8";
/* CSS Document */

/* map
-------------------------------------------------- */
.map {
	background: rgba(0,0,0,0.9);
	border-style: solid;
	border-color: #fff;
	border-radius: var(--border-radius);
	box-shadow: var(--boxShadow_pink_weak), inset var(--boxShadow_pink_weak);
}
.map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* shopInfo
-------------------------------------------------- */
.shopInfo {
}
.shopInfo .shopInfoList {
}
.shopInfo .shopInfoListItem {
}
.shopInfo .shopInfoTitle,
.shopInfo .shopInfoDetail {
	font-family: var(--fontJp);
	color: var(--textColor);
}
.shopInfo .shopInfoTitle {
}
.shopInfo .shopInfoTitle_inn {
}
.shopInfo .shopInfoDetail {
}
.shopInfo .shopInfoDetail_link {
	color: var(--textColor);
}

@media screen and (min-width: 768px) {

	/* map
	-------------------------------------------------- */
	.map {
		height: 550px;
		border-width: 2px;
		margin: 0 0 15px;
		padding: 15px;
	}

	/* shopInfo
	-------------------------------------------------- */
	.shopInfo {
		margin: 0;
		padding: 0 10px;
	}
	.shopInfo .shopInfoList {
	}
	.shopInfo .shopInfoListItem {
		display: flex;
		margin-bottom: 8px;
	}
	.shopInfo .shopInfoListItem:last-child {
		margin-bottom: 0;
	}
	.shopInfo .shopInfoTitle,
	.shopInfo .shopInfoDetail {
		font-size: 23px;
		line-height: 1.5;
	}
	.shopInfo .shopInfoTitle {
		margin-right: 2px;
	}
	.shopInfo .shopInfoTitle_inn {
	}
	.shopInfo .shopInfoTitle_inn:after {
		content: ":";
		margin: 0 5px;
	}
	.shopInfo .shopInfoDetail {
	}
	.shopInfo .shopInfoDetail_link {
	}
}

@media all and (max-width: 767px) {

	/* map
	-------------------------------------------------- */
	.map {
		width: 100%;
		height: 80vw;
		border: 2px solid #fff;
		border-radius: var(--border-radius);
		box-shadow: var(--boxShadow_pink_weak), inset var(--boxShadow_pink_weak);
		margin-bottom: 4.5vw;
		padding: 4.5vw;
	}

	/* shopInfo
	-------------------------------------------------- */
	.shopInfo {
		padding: 0 1vw;
	}
	.shopInfo .shopInfoList {
	}
	.shopInfo .shopInfoListItem {
		display: flex;
		justify-content: space-between;
		padding: 0.5vw 0;
	}
	.shopInfo .shopInfoListItem:last-child {
		margin-bottom: 0;
	}
	.shopInfo .shopInfoTitle,
	.shopInfo .shopInfoDetail {
		font-size: 3.75vw;
		padding: 0.5vw 0;
	}
	.shopInfo .shopInfoTitle {
		display: flex;
		justify-content: center;
		width: 30%;
		color: #000;
		text-align: center;
		background: var(--neonColor_green);
	}
	.shopInfo .shopInfoTitle_inn {
		display: flex;
		align-items: center;
	}
	.shopInfo .shopInfoDetail {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 68%;
	}
	.shopInfo .shopInfoDetail_link {
		text-decoration: underline;
	}
}
