@charset "utf-8";
/* CSS Document */



/*main_area*/
#main_area {
	padding-top:33px;
	border-bottom:#00A830 1px solid;
	padding-bottom:0px;
}
#main_area h1{
	margin-left:210px;
}
p.lead {
	padding:10px 10px 24px 10px;
	text-align:center;
	line-height:1.6;
}
/* #main_area #swf_area {
	text-align:center;
	height:1100px;
	_width:898px;
	_height:1098px;
	overflow:hidden;
} */


/* MP4　20210205 */
/* LOADING */
sub{
	vertical-align: 0;
}

.is-hide {
	display: none;
}
#loader-bg {
	position: relative;
	width: 900px;
	height: 1100px;
	z-index: 100;
}
#loader {
	position: absolute;
	width: 120px;
	height: 120px;
	top: 100px;
	left: 50%;
	margin-left: -60px;
}
#loader p{
	color: #666;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
}
#loader p img {
	display: inline-block;
}
#loader p span{
	line-height: 2.5;
	letter-spacing: 0.02em;
}


.machi{
	position: relative;
	width: 900px;
	height: 1100px;
	/* margin: 20px 30px 40px 30px; */
}

#animation_container{
	display: none;
	width: 900px;
	height: 1100px;
	background-color:rgba(255, 255, 255, 1.00);
}
#canvas{
	position: absolute;
	display: block;
	background-color:rgba(255, 255, 255, 1.00);
}
#dom_overlay_container{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 1100px;
	pointer-events:none;
	overflow:hidden;
}


/* 地図モーダルウィンドウ */
.map_area{
	position: relative;
	width: 900px;
	height: 1100px;
	background:url(/english/gallery/biodiversity/machi/image/map_txt_en.png) no-repeat left top;
}

.map_area .modal_btn{
	position: absolute;
	width: 84px;
	height: 18px;
	font-size: 11.5px;
	/* font-weight: bold; */
	letter-spacing: 0.01em;
}
.map_area .modal_btn:hover{
	background: #c5ff7c;
	opacity: 0.5;
	cursor: pointer;
}

.map_area .modal_btn span{
	/* display: none; */
	display: block;
	text-align: center;
	line-height: 19px;
}

.map_area .modal_btn.keyword01{ top:162px; left: 618px; width:99px;}/* グリーン電力 */
.map_area .modal_btn.keyword02{ top: 243px; left: 419px; width:85px;}/* レインガーデン */
.map_area .modal_btn.keyword03{ top: 270px; left: 342px; width:136px;}/* 太陽光発電 */
.map_area .modal_btn.keyword04{ top: 335px; left: 385px; width:94px;}/* ゼロエミッション */
.map_area .modal_btn.keyword05{ top: 370px; left: 457px; width:171px;}/* コゲラ */
.map_area .modal_btn.keyword06{ top: 260px; left: 677px; width:114px;}/* 屋上水田 */
.map_area .modal_btn.keyword07{ top: 338px; left: 683px; width:78px;}/* 壁面緑化 */
.map_area .modal_btn.keyword08{ top: 401px; left: 707px; width:120px;}/* ニホンミツバチ */
.map_area .modal_btn.keyword09{ top: 430px; left: 554px; width:96px;}/* 屋上農園 */
.map_area .modal_btn.keyword10{ top: 531px; left: 702px; width:136px;}/* ききみみずきん */
.map_area .modal_btn.keyword11{ top: 613px; left: 516px; width:106px;}/* ヒーリングガーデン */
.map_area .modal_btn.keyword12{ top: 723px; left: 511px; width:115px;}/* エディブルランドスケープ */
.map_area .modal_btn.keyword13{ top: 654px; left: 56px; width:96px;}/* 緑のカーテン */
.map_area .modal_btn.keyword14{ top: 753px; left: 65px; width:136px;}/* 校庭の芝生化 */
.map_area .modal_btn.keyword15{ top: 766px; left: 350px; width:72px;}/* カニ護岸 */
.map_area .modal_btn.keyword16{ top: 782px; left: 428px; width:136px;}/* 風力発電 */
.map_area .modal_btn.keyword17{ top: 806px; left: 538px; width:136px;}/* 太陽光発電 */
.map_area .modal_btn.keyword18{ top: 877px; left: 353px; width:205px;}/* 伐採材のホダ木 */
.map_area .modal_btn.keyword19{ top: 882px; left: 616px; width:162px;}/* 干潟再生 */
.map_area .modal_btn.keyword20{ top: 1007px; left: 48px; width:154px;}/* アマモ場再生 */
.map_area .modal_btn.keyword21{ top: 537px; left: 81px; width:78px;}/* 屋上緑化 */



div#main .map_area p.caption{
	position: absolute;
	top: 20px;
	left: 30px;
}

.modal_trigger {
	margin: 100px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal_box {
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	z-index:20;
}
#bg_layer{
	display:none;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#fff;
	opacity: 0.6;
	z-index:10;
}
.modal_inner {
	background-color: #fff;
	height: 190px;
	left: 50%;
	padding: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 700px;
	box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	border: solid 1px #00A830;
}
.modal_close {
	position: absolute;
	right: 0px;
	bottom: 9px;
	display: block;
	width: 62px;
	height: 15px;
	color: #363434;
	letter-spacing: 0.02em;
	cursor: pointer;
}
.modal_close span {
}
.modal_close span::before,
.modal_close span::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 15px;
	height: 2px;
	background: #00A830;
}
.modal_close span::before {
	transform: rotate(-45deg);
}
.modal_close span::after {
	transform: rotate(45deg);
}

.modal_inner .img{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 307px;
	height: 190px;
}
.modal_inner h3{
	position: absolute;
	top: 20px;
	left: 345px;
	width: 370px;
	font-size: 15.5px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: solid 1px #999;
	color: #363434;
}
.modal_inner .txt{
	position: absolute;
	top: 50px;
	left: 345px;
	width: 370px;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	color: #363434;
}

/* 地図モーダルウィンドウ　ここまで */