@charset "UTF-8";

.fancybox-overlay {
	background: none;
}

.fancybox-skin {
	padding: 5px !important;
}

.mapNavi {
}

.mapNavi_list {
	list-style: none;
}

.mapNavi_list:after {
	content: "";
	display: block;
	clear: both;
}

.mapNavi_list > li {
	float: right;
	width: 49%;
}

.mapNavi_list > li > a {
	display: block;
	line-height: 60px;
	font-size: 18px;
}

.mapNavi_list > li:first-child {
	float: left;
}

.mapCanvasWrap {
	position: relative;
	z-index: 1;
	max-width: 859px;
	margin: 0 auto;
}

.mapCanvasWrap_text {
	margin: 30px 0 100px;
}

.mapCanvas {
	max-width: 859px;
	margin: 0 auto;
}

.mapCanvas-static {
position: relative;z-index: 1;}

.mapCanvas-gmap {
	display: none;
}

.mapCanvas-gmap > img {
	visibility: hidden;
}

.buttonView {
	position: absolute;
	z-index: 1;
	border: 2px solid #B20000;
	border-radius: 7px;
	line-height: 48px;
	text-align: center;
	right: 0;
	top: 94px;
	width: 235px;
	font-size: 15px;
	font-weight: bold;
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(254,254,254) 0%, rgb(241,241,241) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(254,254,254)), color-stop(1, rgb(241,241,241)));
	background-image: -webkit-linear-gradient(-90deg, rgb(254,254,254) 0%, rgb(241,241,241) 100%);
	background-image: linear-gradient(180deg, rgb(254,254,254) 0%, rgb(241,241,241) 100%);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.buttonView.isDisabled {
	opacity: 0.5;
	cursor: default;
	border-color: #666;
}

.buttonView > img {
	vertical-align: middle;
	margin-right: 5px;
}

.buttonView:hover {
	opacity: 0.7;
}
 @-moz-keyframes pulsate {
 from {
 -moz-transform: scale(0.25);
 opacity: 1.0;
}
 95% {
 -moz-transform: scale(1.3);
 opacity: 0;
}
 to {
 -moz-transform: scale(0.3);
 opacity: 0;
}
}
@-webkit-keyframes pulsate {
 from {
 -webkit-transform: scale(0.25);
 opacity: 1.0;
}
 95% {
 -webkit-transform: scale(1.3);
 opacity: 0;
}
 to {
 -webkit-transform: scale(0.3);
 opacity: 0;
}
}

#gmap div[title="marker_current"] {
	-moz-animation: pulsate 1.5s ease-in-out infinite;
	-webkit-animation: pulsate 1.5s ease-in-out infinite;
	border: 1pt solid #fff;
	/* make a circle */
	-moz-border-radius: 51px;
	-webkit-border-radius: 51px;
	border-radius: 51px;
	/* multiply the shadows, inside and outside the circle */
	-moz-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
	-webkit-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
	box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
	/* set the ring's new dimension and re-center it */
	height: 51px!important;
	margin: -18px 0 0 -18px;
	width: 51px!important;
}

#gmap div[title="marker_current"] img {
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {

#gmap div[title="marker_current"] {
	margin: -10px 0 0 -10px;
}
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {

.mapNavi {
}

.mapNavi_list {
}

.mapNavi_list:after {
}

.mapNavi_list > li {
}

.mapNavi_list > li > a {
line-height: 45px;font-size: 16px;}

.mapNavi_list > li:first-child {
}

.mapCanvasWrap {
}

.mapCanvasWrap_text {
margin: 25px 0 50px;}

.mapCanvas {
}

.mapCanvas-static {
}

.mapCanvas-gmap {
}

.mapCanvas-gmap > img {
}

.buttonView {
position: static;margin: 15px 0 0 auto;display: block;line-height: 40px;font-size: 13px;}

.buttonView.isDisabled {
}

.buttonView > img {
}

.buttonView:hover {
}
}

/* All SP */
@media screen and (max-width:639px) {

.fancybox-wrap {
	width: 90% !important;
	left: 5% !important;
}

.fancybox-inner {
	width: 100% !important;
	min-height: 400px !important;
}

.mapNavi {
}

.mapNavi_list {
}

.mapNavi_list:after {
}

.mapNavi_list > li {
width: 100%;float: none;margin: 5px 0 0;}

.mapNavi_list > li > a {
line-height: 40px;font-size: 14px;}

.mapNavi_list > li:first-child {
margin: 0;float: none;}

.mapCanvasWrap {
}

.mapCanvasWrap_text {
margin: 25px 0 25px;}

.mapCanvas {
}

.mapCanvas-static {
}

.mapCanvas-gmap {
}

.mapCanvas-gmap > img {
}

.buttonView {
width: 100%;margin: 10px 0 0;}

.buttonView.isDisabled {
}

.buttonView > img {
}

.buttonView:hover {
}
}
