/* Mapplic 3.0 */

.mapplic-element a {
	color: #333;
	text-decoration: none !important;
}

.mapplic-element input,
.mapplic-element button {
	outline: none;
}

.mapplic-element * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapplic-element {
	overflow: hidden;
	font-size: 0;
	background-color: #fff;
}

/* Fullscreen */

:-webkit-full-screen {
	width: 100%;
	height: 100% !important;
}

:-webkit-full-screen .mapplic-fullscreen-button {
	background-image: url(../img/common/fullscreen-exit.png);
}

/* Preloader */

.mapplic-element.mapplic-loading {
	background: #f4f4f4 url(../img/common/loader.gif) no-repeat center;
}

.mapplic-element > * {
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.mapplic-element.mapplic-loading > * {
	opacity: 0;
}

/* Main elements */

.mapplic-container {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

:-webkit-full-screen .mapplic-container {
	width: 80%;
}

.mapplic-map {
	position: absolute;
	top: 0;
	left: 0;
}

/* Map layer */

.mapplic-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.mapplic-layer img {
	width: 100%;
}

.mapplic-map.mapplic-zoomable .mapplic-map-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: url(../img/common/openhand.cur), default;
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
	cursor: url(../img/common/closedhand.cur), move;
}

.mapplic-locations {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapplic-pin {
	position: absolute;
	width: 18px;
	height: 24px;
	margin-top: -23px;
	margin-left: -9px;
	/* background-image: url(../img/common/pin.png); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 24px;
}

.mapplic-pin.iconpin {
	width: 30px;
	height: 42px;
	margin-top: -42px;
	margin-left: -15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background-image: url(../img/common/pin-large.png);
	background-size: 30px 42px;
}

.mapplic-pin.orange {
	background-image: url(../img/common/pin-orange.png);
}

.mapplic-pin.yellow {
	background-image: url(../img/common/pin-yellow.png);
}

.mapplic-pin.green {
	background-image: url(../img/common/pin-green.png);
}

.mapplic-pin.blue {
	background-image: url(../img/common/pin-blue.png);
}

.mapplic-pin.purple {
	background-image: url(../img/common/pin-purple.png);
}

.mapplic-pin.iconpin.orange {
	background-image: url(../img/common/pin-orange-large.png);
}

.mapplic-pin.iconpin.yellow {
	background-image: url(../img/common/pin-yellow-large.png);
}

.mapplic-pin.iconpin.green {
	background-image: url(../img/common/pin-green-large.png);
}

.mapplic-pin.iconpin.blue {
	background-image: url(../img/common/pin-blue-large.png);
}

.mapplic-pin.iconpin.purple {
	background-image: url(../img/common/pin-purple-large.png);
}

.mapplic-pin.circular {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-left: -6px;
	background-color: #fb7575;
	background-image: none;
	border-radius: 6px;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}

.mapplic-pin.transparent {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	/* background-image: url(dummy.png); */
	border-radius: 20px;
	opacity: 0.5 !important;
}

.mapplic-pin.transparent2 {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	/* background-image: url(dummy.png); */
	border-radius: 30px;
	opacity: 0.5 !important;
}

.mapplic-pin.transparent-kokyu {
	width: 80px;
	height: 100px;
	margin-top: -50px;
	margin-left: -40px;
	/* background-image: url(dummy.png); */
	border-radius: 5px;
	opacity: 0.5 !important;
}

.mapplic-pin.transparent-square {
	width: 200px;
	height: 140px;
	margin-top: -70px;
	margin-left: -100px;
	/* background-image: url(dummy.png); */
	border-radius: 5px;
	opacity: 0.5 !important;
}

.mapplic-pin.mapplic-animate {
	-webkit-animation: bounce-in 0.4s forwards;
	animation: bounce-in 0.4s forwards;
}

@-webkit-keyframes bounce-in {
	0% {
		margin-top: -120px;
		opacity: 0;
	}
	33% {
		margin-top: -25px;
		opacity: 1;
	}
	66% {
		margin-top: -30px;
	}
	100% {
		margin-top: -23px;
		opacity: 1;
	}
}

/* Minimap */

.mapplic-minimap {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
	margin: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	opacity: 0.5;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.mapplic-minimap img {
	width: 100%;
}

.mapplic-minimap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.mapplic-minimap .mapplic-minimap-active {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: clip 0.1s;
	-moz-transition: clip 0.1s;
	transition: clip 0.1s;
}

.mapplic-minimap-background {
	-webkit-filter: blur(2px);
}

/* Clear Button */

.mapplic-clear-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 28px;
	margin: 10px;
	background-color: #87cefa;
	background-image: url(../img/common/reset.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	border: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
}

.mapplic-clear-button:active {
	background-color: #eee;
}

/* Zoom Buttons */

.mapplic-zoom-buttons {
	position: absolute;
	bottom: 40px;
	left: 0;
	margin: 10px;
}

.mapplic-zoom-buttons a {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #87cefa !important;
	text-align: center;
	cursor: pointer;
	background-color: #87cefa;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #eee;
	border-bottom: 1px solid #ddd;
}

.mapplic-zoom-buttons a:active {
	background-color: #f4f4f4;
}

.mapplic-zoom-buttons a.mapplic-disabled {
	cursor: default;
	background-color: #eee;
}

a.mapplic-zoomin-button {
	background-image: url(../img/common/plus.png);
	background-size: 10px 10px;
	border-radius: 3px 3px 0 0;
}

a.mapplic-zoomout-button {
	background-image: url(../img/common/minus.png);
	background-size: 10px 10px;
	border-top: none;
	border-radius: 0 0 3px 3px;
}

/* Fullscreen Button */

.mapplic-fullscreen-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	margin: 10px;
	background-color: #fff;
	background-image: url(../img/common/fullscreen.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	border-radius: 2px;
}

/* Levels */

.mapplic-levels {
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	overflow: hidden;
}

.mapplic-levels > * {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mapplic-levels-select {
	padding: 6px 2px;
	margin: 0;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	border-top: none;
	outline: none;
}

.mapplic-levels a {
	width: 100%;
	height: 24px;
	cursor: pointer;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.mapplic-levels a:active {
	background-color: #f8f8f8;
}

.mapplic-levels .mapplic-levels-up {
	background-image: url(../img/common/arrow-up.png);
	background-size: 8px 4px;
	border-radius: 3px 3px 0 0;
}

.mapplic-levels .mapplic-levels-down {
	background-image: url(../img/common/arrow-down.png);
	background-size: 8px 4px;
	border-top: none;
	border-radius: 0 0 3px 3px;
}

.mapplic-levels a.mapplic-disabled {
	cursor: default;
	background-color: #eee;
}

/* Sidebar */

.mapplic-sidebar {
	position: relative;
	float: left;
	width: 30%;
	height: 100%;
	background-color: #f8f8f8;
	-webkit-transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

:-webkit-full-screen .mapplic-sidebar {
	width: 20%;
}

/* Search */

.mapplic-search-form {
	position: absolute;
	width: 100%;
	padding: 14px 12px;
	margin: 0;
	background-color: #f8f8f8;
	border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mapplic-search-input {
	width: 100%;
	height: 38px;
	padding: 8px 32px;
	margin: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/common/viewer.png);
	background-position: 8px;
	background-repeat: no-repeat;
	background-size: 17px 16px;
	border: 2px solid #eee;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.1s;
	-moz-transition: border-color 0.1s;
	transition: border-color 0.1s;
}

.mapplic-search-input:focus {
	border-color: #6ed8dd;
}

.mapplic-search-clear {
	position: absolute;
	right: 14px;
	display: none;
	width: 34px;
	height: 34px;
	margin: 2px 0;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/common/cross.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	border: none;
}

.mapplic-not-found {
	position: absolute;
	top: 100px;
	display: none;
	padding: 0 30px;
	font-size: 13px;
	color: #bbb;
	text-align: center;
}

/* List */

.mapplic-list-container {
	/*padding-top: 67px;*/

	height: 100%;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mapplic-list {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-y: auto;
	list-style: none;
}

.mapplic-list-container ol {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}

.mapplic-list-container li {
	/*border-color: inherit;*/

	border-bottm: 1px solid #ddd;
}

.mapplic-list-category > a {
	display: block;
	padding: 10px 12px;
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
	box-sizing: border-box;
}

.mapplic-list-category ol {
	/*
	border-bottom: 1px solid #ccc !important;
	*/
}

.mapplic-list-thumbnail {
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}

.mapplic-list-category > a .mapplic-list-count {
	float: right;
	padding: 0 6px;
	margin-top: 4px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	-webkit-transition: border-radius 0.2s;
	-moz-transition: border-radius 0.2s;
	transition: border-radius 0.2s;
}

.mapplic-list-location {
	border-bottom: 1px solid #ddd;
}

.mapplic-list-location > a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	background-color: #eee;
}

/*.mapplic-list-location > a:hover {*/

/*background-color: #ddd; #f4fcfc*/

/*border-left: 2px solid;*/

/*border-color: inherit;*/

/*}*/

.mapplic-list-location > a.selected {
	background-color: #444;
	/*#f4fcfc*/

	/*border-left: 2px solid;*/

	/*border-color: inherit;*/
}

.mapplic-list-location > a.selected h4 {
	color: #fff;
}

.mapplic-list-location h4 {
	min-height: 30px;
	margin: 4px 0 8px 0;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	text-align: left;
}

.mapplic-list-location span {
	font-size: 13px;
	font-weight: normal;
	color: #bbb;
}

.mapplic-list-location .selected_location {
	background-color: #ddd;
}

/* Tooltip */

.mapplic-tooltip {
	position: absolute;
	display: none;
	max-width: 280px;
	min-width: 120px;
	padding: 16px;
	margin-top: -76px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.mapplic-tooltip-title {
	margin: 0 30px 12px 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.mapplic-hovertip {
	min-width: 30px;
	padding: 10px 14px;
	pointer-events: none;
}

.mapplic-hovertip .mapplic-tooltip-title {
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.mapplic-tooltip-content {
	max-height: 160px;
	overflow-y: auto;
}

.mapplic-tooltip-content p {
	margin-top: 0;
}

.mapplic-tooltip-image {
	float: left;
	width: 40%;
	margin: 5px 20px 5px 0;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
	font-size: 13px;
	line-height: 20px;
	color: #aaa;
}

.mapplic-tooltip-link {
	float: right;
	padding: 0 12px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 32px;
	color: #fff !important;
	background-color: #6cb5f4;
	border-radius: 2px;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.mapplic-tooltip-link:hover {
	background-color: #888;
}

.mapplic-tooltip img {
	max-width: 100%;
}

.mapplic-tooltip-close {
	float: right;
	width: 10px;
	height: 10px;
	padding: 10px 12px;
	margin: -10px -14px 0 0;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/common/cross.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	border: none;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.mapplic-tooltip-close:hover {
	opacity: 1;
}

.mapplic-tooltip-triangle {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-bottom: -8px;
	margin-left: -7px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 8px 7px 0 7px;
}

/* Tooltip down */

.mapplic-tooltip-down .mapplic-tooltip-triangle {
	top: 0;
	margin-top: -8px;
	border-color: transparent transparent #fff transparent;
	border-width: 0 7px 8px 7px;
}

/* Coordinates */

.mapplic-coordinates {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 4px 6px;
	margin: 10px;
	margin-left: -80px;
	font-size: 14px;
	color: #333;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0.9);
}

/* Responsive layout */
/*default 667px*/

/*
@media all and (max-width: 640px) { 
	.mapplic-container,
	.mapplic-sidebar {
		width: 100%;
		position: relative;
	}

	.mapplic-tooltip {
		max-width: 240px;
	}

	.mapplic-minimap {
		width: 120px;
	}

	.mapplic-element {
		height: auto !important;
	}

	.mapplic-fullscreen-button {
		display: none;
	}

	.mapplic-search-form {
		border-right: none;
	}
}
*/

/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2),
	(min-resolution: 192dpi),
	(min-resolution: 2dppx) {
	.mapplic-search-clear,
	.mapplic-tooltip-close {
		background-image: url(../img/common/cross@2x.png);
	}
	.mapplic-levels .mapplic-levels-up {
		background-image: url(../img/common/arrow-up@2x.png);
	}
	.mapplic-levels .mapplic-levels-down {
		background-image: url(../img/common/arrow-down@2x.png);
	}
	a.mapplic-zoomin-button {
		background-image: url(../img/common/plus@2x.png);
	}
	a.mapplic-zoomout-button {
		background-image: url(../img/common/minus@2x.png);
	}
	.mapplic-search-input {
		background-image: url(../img/common/viewer@2x.png);
	}
	.mapplic-pin {
		/* background-image: url(../img/common/pin@2x.png); */
	}
	.mapplic-pin.orange {
		background-image: url(../img/common/pin-orange@2x.png);
	}
	.mapplic-pin.yellow {
		background-image: url(../img/common/pin-yellow@2x.png);
	}
	.mapplic-pin.green {
		background-image: url(../img/common/pin-green@2x.png);
	}
	.mapplic-pin.blue {
		background-image: url(../img/common/pin-blue@2x.png);
	}
	.mapplic-pin.purple {
		background-image: url(../img/common/pin-purple@2x.png);
	}
	.mapplic-pin.iconpin {
		background-image: url(../img/common/pin-large@2x.png);
	}
	.mapplic-pin.iconpin.orange {
		background-image: url(../img/common/pin-orange-large@2x.png);
	}
	.mapplic-pin.iconpin.yellow {
		background-image: url(../img/common/pin-yellow-large@2x.png);
	}
	.mapplic-pin.iconpin.green {
		background-image: url(../img/common/pin-green-large@2x.png);
	}
	.mapplic-pin.iconpin.blue {
		background-image: url(../img/common/pin-blue-large@2x.png);
	}
	.mapplic-pin.iconpin.purple {
		background-image: url(../img/common/pin-purple-large@2x.png);
	}
	.mapplic-clear-button {
		background-image: url(../img/common/reset@2x.png);
	}
}

/* Map */

svg {
	width: 100%;
	height: 100%;
}

svg a {
	cursor: pointer;
}

.mapplic-active,
a.mapplic-active > path,
.mapplic-active path {
	opacity: 1;
	fill: #343f4b;
}

path.mapplic-clickable,
.mapplic-clickable > * {
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
	fill: #4d5e6d;
}

path.mapplic-clickable:hover,
.mapplic-clickable:hover > * {
	opacity: 0.8;
}

.mapplic-map-image *[id^='nopointer'] {
	pointer-events: none;
}

[id^='landmarks'] polygon.mapplic-clickable,
[id^='landmarks'] path.mapplic-clickable {
	cursor: pointer;
	-webkit-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	transition: fill 0.2s;
}

/********/

.mapplic-list-location2 {
	border-bottom: 1px solid #ddd;
}

.mapplic-list-location2 > a {
	display: block;
	min-height: 41px;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	background-color: #eee;
}

/*.mapplic-list-location2 > a:hover {*/

/*background-color: #ddd; #f4fcfc*/

/*border-left: 2px solid;*/

/*border-color: inherit;*/

/*}*/

.mapplic-list-location2 > a:selected {
	background-color: #aaa;
	/*#f4fcfc*/

	/*border-left: 2px solid;*/

	/*border-color: inherit;*/
}

.mapplic-list-location2 h4 {
	margin: 4px 0 8px 0;
	font-size: 16px;
	font-weight: normal;
	color: #444;
	text-align: left;
}

.mapplic-list-location2 span {
	font-size: 13px;
	font-weight: normal;
	color: #bbb;
}

.mapplic-list-location2 .selected_location {
	background-color: #ddd;
}

/*added mapplic style*/

#mapplic,
#mapplic1,
#mapplic2,
#mapplic3,
#mapplic03 {
	overflow: hidden;
	border: 1px solid #ddd;
}

#mapplic03 {
	height: 550px !important;
}
@media screen and (max-width: 1000px)  {
	#mapplic03 {
		height: 450px !important;
	}
}


.mapplic-container {
	width: 698px;
	margin-top: 0;
}

.mapplic-minimap {
	top: 0;
	left: 0;
	width: 120px;
}

.mapplic-sidebar {
	position: absolute;
	width: 698px;
	height: auto;
	max-height: 264px;
	margin-top: 10px;
	margin-left: -1px;
	overflow: auto;
	border: 1px solid #ddd;
}

.mapplic-list-category > a {
	display: none;
	padding: 0;
}

.mapplic-list-category li {
	border-color: #ddd;
}

.mapplic-list-category li:last-child {
	border-bottom: none;
}

.mapplic-list-location h4 {
	margin-left: 30px;
	text-indent: -30px;
	vertical-align: middle;
}

.mapplic-list-location h4 img {
	vertical-align: -50%;
}

.mapplic-tooltip-title {
	margin-left: 20px;
	text-indent: -20px;
}

.mapplic-tooltip-title img {
	height: 20px;
	line-height: 1.5em;
	vertical-align: -30%;
}

@media screen and (max-width: 739px) {
	#wrapper {
		width: 320px;
	}
	#contents {
		height: auto;
		margin: 0 auto;
		overflow: hidden;
	}
	#mapplic,
	#mapplic1,
	#mapplic2,
	#mapplic3 {
		height: 198px !important;
	}
	#mapplic03, #mapplic03 .mapplic-container {
		height: 320px !important;
	}
	.mapplic-map {
		width: 300px;
	}
	.mapplic-container {
		width: 290px !important;
		height: 198px !important;
		margin-bottom: 5px;
	}
	.mapplic-minimap {
		width: 100px;
	}
	.mapplic-sidebar {
		width: 290px;
		height: auto;
		max-height: 200px;
		margin-top: 5px;
		overflow: auto;
		border: 1px solid #ddd;
	}
}

/*added mapplic style end*/
