#tp_top_area {
	display        : flex;
	flex-direction : column;
	height         : 100%;
	width          : 100vmin;
	margin         : 0px auto;
}

@media (orientation: landscape) and (max-height: 540px) {
	#tp_top_area {
		width: max(100vmin, 400px);
	}
}

/* マップ */
#tp_map_area {
	height : fit-content;
}

/* お知らせ */
#tp_site_info {
	width      : 100%;
	margin-top : 12px;
}

#tp_site_info_button_area {
	width  : 240px;
	height : 48px;
	margin : 0px auto 12px;
}

#tp_site_info_button {
	background-image    : url("/sp/common/images/icon_info.svg") ;
	background-size     : 22px ;
	background-position : center left 11px ;
	background-repeat   : no-repeat ;
}

#tp_site_info_button:active {
	transform : scale(var(--tap_transform_scale));
}

#tp_map {
	top                 : 0px;
	left                : 0px;
	width               : 100%;
	height              : 380px;
	background-image    : url("/sp/common/images/illust_japan.svg");
	background-position : center;
	background-repeat   : no-repeat ;
}

.tp_area_shape {
	position            : relative;
	z-index             : auto;
	cursor              : pointer;
	fill                : #ffffff;
	fill-opacity        : 0.5;
	stroke              : #ffbf80;
	stroke-width        : 1;
	transition-duration : 0.25s;
}

/* マップアイコン */
#tp_map_icon {
	display   : flex;
	flex-wrap : wrap;
	margin: 1px;
}

#tp_map_icon .tp_map_icon_box {
	width      : 50%;
	height     : 76px;
	box-sizing : border-box;
	padding    : 1px;
}

#tp_map_icon .tp_map_icon_box_panel_title {
	width       : 100%;
	height      : 100%;
	display     : flex;
	align-items : center;
	padding     : 6px 6px 6px 12px;
	box-sizing  : border-box;
}

.tp_map_icon_img {
	width         : 36px;
	height        : 36px;
	padding-right : 6px;
}

#tp_map_icon .tp_map_icon_box_panel {
	width            : 100%;
	height           : 100%;
	display          : flex;
	justify-content  : space-between;
	align-items      : center;
	padding          : 6px 6px 6px 12px;
	box-sizing       : border-box;
	position         : relative;
}

#tp_map_icon .tp_map_icon_box_panel:active {
	transform : scale(var(--tap_transform_scale));
}

#tp_map_icon .tp_map_icon_cnt {
	width       : 56px;
	height      : 30px;
	font-size   : 24px;
	font-weight : 500;
	text-align  : center;
}

#tp_map_icon .tp_map_icon_unit {
	width       : 56px;
	height      : 16px;
	font-weight : 500;
	text-align  : center;
}

.tp_map_icon_box_circle {
	display          : flex;
	flex-direction   : column;
	box-sizing       : border-box;
	width            : 60px;
	height           : 60px;
	background-color : rgba(var(--color_black),0.7);
	box-shadow       : 0px 2px 2px rgba(var(--color_black),var(--alpha_02));
	justify-content  : center;
}

.tp_map_icon_box_red {
	color : #f24949;
}

.tp_map_icon_box_yellow {
	color : #ffaa33;
}

.tp_map_icon_box_white {
	color : #ffffff;
}

.tp_map_icon_closed {
	position    : absolute;
	top         : 47px;
	display     : flex;
	align-items : center;
}

.tp_map_icon_closed_icon {
	width  : 22px;
	height : 22px;
}

.tp_map_icon_closed_text {
	padding-left : 4px;
}
