@charset "UTF-8";
@font-face {
	font-family: "hpg-sp-webfont";
	font-style: normal;
	font-weight: normal;
	src: url("/SYS/common/fonts/hpg-sp-webfont.eot?20250922192350") format("embedded-opentype"),
	     url("/SYS/common/fonts/hpg-sp-webfont.ttf?20250922192350") format("truetype"),
	     url("/SYS/common/fonts/hpg-sp-webfont.woff?20250922192350") format("woff"),
	     url("/SYS/common/fonts/hpg-sp-webfont.svg?20250922192350") format("svg");
}
.bottom-fixed-elms {
	display: flex;
	justify-content: center;
	gap: 10px;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 200;
	right: 0;
	bottom: 20px;
	left: 0;
	text-align: center;
	transition: opacity 0.15s, visibility 0s ease-in 0.15s;
}
.bottom-fixed-elms .today-search-trigger-btn,
.bottom-fixed-elms .map-btn {
	background-color: #FAFAFA;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: bold;
	padding: 0 14px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #969696;
	border-radius: 20px;
	padding: 0 20px;
	border-color: #CCCCCC;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
	line-height: 38px;
}
.bottom-fixed-elms .today-search-trigger-btn:visited,
.bottom-fixed-elms .map-btn:visited {
	color: #1E212D;
}
.bottom-fixed-elms .today-search-trigger-btn:link,
.bottom-fixed-elms .map-btn:link {
	color: #1E212D;
	text-decoration: none;
}
.bottom-fixed-elms .today-search-trigger-btn.disabled,
.bottom-fixed-elms .map-btn.disabled {
	background-color: #E0DFE1;
	color: #FFFFFF;
}
.bottom-fixed-elms .today-search-trigger-btn:link,
.bottom-fixed-elms .today-search-trigger-btn:visited,
.bottom-fixed-elms .map-btn:link,
.bottom-fixed-elms .map-btn:visited {
	color: #1E212D;
}
.bottom-fixed-elms .today-search-trigger-btn:before,
.bottom-fixed-elms .map-btn:before {
	display: inline-block;
	font-family: "hpg-sp-webfont" !important;
	font-size: 18px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	margin-top: -2px;
	vertical-align: middle;
	width: 18px;
	padding-right: 5px;
}
.bottom-fixed-elms .today-search-trigger-btn::before {
	color: #1E212D;
	content: "";
}
.bottom-fixed-elms .map-btn::before {
	color: #1E212D;
	content: "";
}
.bottom-fixed-elms.show {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
