.map_header {
	position: relative;
	z-index: 1000;
	max-width: 350px;
	background: rgba(255,255,255, .5);
	padding: 1vmin;
	margin: 1vmin;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
	height: auto;
}


/* --------------------
   淡色地図
-------------------- */
.gsi_pale_attr {
	font-size: .7em;
}

.fa-info-circle,
.fa-info-circle:before,
.fa-info-circle:after {
		color: #14884b;
		padding-left: .5em;
	}

.info-popup {
	position: relative;
}
.info-popup-txt {
	display: none;
}
.info-popup:hover .info-popup-txt {
	position: absolute;
	display: block;
	top: -8em;
	right: 0;
	padding: 1vmin;
	width: 400px;
	background-color: rgba(255,255,255, .5);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* --------------------
   事業所ポップアップ
-------------------- */
.leaflet-popup {
	max-width: 800px;
}
.leaflet-popup-content {
	min-width: 320px;
	max-width: 460px !important;
	margin: 10px !important;
}

.info-area {
	min-width: 320px;
	width: 100%;
}

.info-area-inner {
	padding: 10px 10px 20px 10px;
}

.info-area-inner p {
	padding: 0 !important;
	margin : 0 !important;
}


.bldg-name {
	font-size: 1.2em;
	font-weight: bold;
}


.info-area_scroll {
	overflow: auto;
	height: 70vh;
	margin-top: 20px;
	padding-right: 10px;
}
  ::-webkit-scrollbar{
	width: 10px;
  }
  ::-webkit-scrollbar-track{
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777; 
  }
  ::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
	box-shadow: none;
  }

.inner-pad {
	padding: .5em 1em 2em 1em;
}


/* --------------------
   施設・工事一覧
-------------------- */

	.card {
		position: relative;
		height: 50px !important;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		flex: 1 0 100px !important;
		margin: 5px !important;
	}
	.flex-mask {
		position: relative;
		height: 100%;
		line-height: 100%;
		background: rgba(255,255,255,0.5);
		text-align: center;
		opacity: .999;
	}

	.flex-mask a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.flex-mask a span {
		position: relative;
		top: 30% !important;
		height: 100%;
	}


.flex-box {
	flex: 1 0 140px !important ;
	padding: 1vmin;
}

/* ----------------------------------------
   modal
   ---------------------------------------- */

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    top:0;
    left: -2vmin;
    width: 100%;
    z-index: 100000000;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    min-width: 320px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 100000001;
}

.js-modal-open {
	text-decoration: none;
	font-weight: bold;
}

.js-modal-open > .fa-info-circle,
.js-modal-open > .fa-info-circle:before,
.js-modal-open > .fa-info-circle:after {
		color: #14884b;
		padding-left: 0em !important;
	}


/* lightbox */
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    color: #999999 !important;
    line-height: 1em;
}