.map-area {
						position: relative;
					}
					.m-main {
						-webkit-transition: all 0.5s ease;
						transition: all 0.5s ease;
					}
					.map-area .item {
						-webkit-transition: all 0.5s ease;
						transition: all 0.5s ease;
						cursor: pointer;
						position: absolute;
					}
					.map-area .item:hover {
						-webkit-transform: scale(1.6);
						transform: scale(1.6);
						z-index: 100;
					}
					.map-area .i-tents {
						width: 24.95%;
						left: 1.03%;
						top: 50.07%;
					}
					.map-area .i-springbuilding {
						width: 22.18%;
						left: 13.8%;
						top: 16.67%;
					}
					.map-area .i-hotspring {
						width: 17.47%;
						left: 25.27%;
						top: 12.8%;
					}
					.map-area .i-housetent {
						width: 19.68%;
						left: 34.32%;
						top: 2.42%;
					}
					.map-area .i-whouse {
						width: 23.48%;
						left: 29.16%;
						top: 49.17%;
					}
					.map-area .i-springtent {
						width: 16.7%;
						left: 53.35%;
						top: 60.7%;
					}
					.map-area .i-gressland {
						width: 25.47%;
						left: 16.44%;
						top: 50%;
					}
					.map-area .i-ppta {
						width: 23.86%;
						left: 73.57%;
						top: 42.27%;
					}
					.map-area .i-skytent {
						width: 32.7%;
						left: 54.55%;
						top: 21%;
					}