.pc-container,
.sp-container,
#wraper {
	overflow: visible !important;
}

#site-map h4 {
	color: #fff;
	background-color: #333;
	padding: 3px 15px 5px;
	margin-bottom: 15px;
}

/* top */
#site-map .top ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#site-map .top ul li a {
	font-size: 14px;
}

/* anchor_link */
#site-map .anchor_link {
	margin-top: 20px;
}

#site-map .anchor_link ul {
	margin-bottom: 15px;
}

#site-map .anchor_link ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

#site-map .anchor_link ul li a {
	width: 65px;
	white-space: nowrap;
}

#site-map .anchor_link ul li a {
	color: var(--theme-color);
	font-size: 14px;
	text-decoration: underline;
}

#site-map .anchor_link ul li ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	width: calc(100% - 75px);
}

#site-map .anchor_link ul li ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	width: auto;
}

/* bottom */
#site-map .prefecture {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

#site-map .prefecture:last-of-type {
	margin-bottom: 0;
}

#site-map .prefecture .area {
	position: sticky;
	top: 60px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	padding-top: 5px;
}

#site-map .prefecture .area a {
	width: calc(50% - 5px);
	font-size: 14px;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	color: #fff;
	background-color: var(--theme-color);
}

#site-map .city-area {
	position: sticky;
	top: 90px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-bottom: 5px;
	background-color: rgba(255, 255, 255, 0.5);
}

#site-map .city {
	position: relative;
}

#site-map .city-area a {
	width: calc(50% - 5px);
	font-size: 14px;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
	border: 1px solid var(--theme-color-p);
	color: var(--theme-color-p);
	background-color: #fff;
}

#site-map .shop-list .shop {
	border-bottom: 1px dashed #999;
	padding: 30px 0;
}

#site-map .shop-list .shop:last-of-type {
	border-bottom: none;
}

#site-map .shop-list .shop .wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

#site-map .shop-list .shop .wrap .shop-page {
	display: block;
	font-size: 14px;
	color: var(--theme-color-b);
	width: fit-content;
	font-weight: bold;
	text-decoration: underline;
}

#site-map .shop-list .shop .wrap .shop-page span {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

#site-map .shop-list .shop .wrap .recruit-page {
	display: block;
	color: var(--theme-color-b);
	width: fit-content;
	font-weight: bold;
	border: 1px solid var(--theme-color-b);
	padding: 2px 5px;
	font-size: 14px;
	text-align: center;
}

#site-map .shop-list .shop p {
	margin: 10px 0 5px;
	font-size: 14px;
}

#site-map .shop-list .shop .casts {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	background-color: #f1f1f1;
	padding: 8px;
	border-radius: 5px;
	margin-top: 10px;
}

#site-map .shop-list .shop .casts li a {
	display: block;
	font-size: 12px;
}

/* PC */
@media only screen and (min-width: 1073px) {
	#site-map .prefecture .area {
		top: 0px;
	}

	#site-map .city-area {
		top: 30px;
	}
}
