/* spotMap
---------------------------------------------------------------------------------------------------- */
.map_bg {
	position: relative;
}
.spotMap	{
    background-color: #f3f5f8;
}

.spotMap .inner	{
    overflow: hidden;
}

.spotMap .map_bg {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 10px;
}
.spotMap label{
	font-size: 130%;
	margin-right: 15px;
	display: block;
	float: left;
}
.spotMapH	{
    width: 100%;
	margin: 0 auto;
}

.spotMapForm	{
	padding: 0px 10px 15px 10px;
}

.spotMapArea	{
	width: 100%;
	margin: 10px 0;
	position: relative;
	top: 10px;
	overflow: hidden;
}

.spotMapG	{
	float: left;
	border: 1px solid #cccccc;
    width: 79.7%;
	height: 510px;
}

#spotMapLabelBlock {
	position: absolute;
	top:0;
	right:0;
    width: 20%;
	height: 550px;
}

#spotMapLabelHeader {
    background-color: #404040;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    padding: 10px;
    line-height: 120%;
    text-align: center;
}

#spotMapLabelListPanel {
	height: 510px;
	overflow-x: hidden;
	overflow-y: auto;
	border-top: 1px solid #f8f8f8;
}

#spotMapLabelListPanel a {
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(/img/ja/common/ico_marker.png) no-repeat left center;
}

#spotMapLabelListPanel .spotMapLabel {
    padding: 7px 10px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 2px;
    font-size: 1.4rem;
    line-height: 1.4;
}

#spotAreaMonthHeader {
	margin-bottom: 0.4em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	border-bottom: 1px dotted black;
	clear:both;
	text-align: left;
	padding-top: 15px;
}

.spotMapRegionBlock {
	position: absolute;
	top: -35px;
	right: 10px;
}

.spotMapRegion {
	float: right;
	margin-right: 10px;
	margin-top: -13px;
}

.mapTitle {
    background-color: #404040;
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    margin-bottom: 15px;
    padding-right: 220px;
}

/*  Google maps infoWindow style  */


.infoWindow {
  position: relative;
  width: 430px;
  line-height: 1.3em;
  font-size: 1.2em;
  overflow: hidden;
}

.infoWindow .iImage {
  float: left;
  max-width: 120px;
  margin: 0.6em 0.8em 0.5em 0;
  padding: 2px;
  background-color: White;
  border: 1px solid #AAA;
}

.infoWindow .iDescription {
	margin-left: 1.3em;
}

.infoWindow .ititle {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0.3em;
  white-space: nowrap;
  overflow: hidden;

}

.infoWindow .iComment {
  height: 4.7em;
  overflow: hidden;
  padding: 0.3em 0.5em;
/*  border: 1px solid black; */
}

.infoWindow .iconComment 
{
	height: 4.7em;
	word-break: break-all;	
	padding: 0.3em 0.5em;
	overflow:auto;
}

.infoWindow .iInfo {
  font-size: 0.9em;
  clear: both;
  margin: 1.1em 0 0.7em 1.5em;
}

.tel {
  letter-spacing: 0.2em;
}


.infoWindow .iMapInfo th {
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}

.infoWindow .iMapInfo .sep {
  width: 2em;
  text-align: center;
  vertical-align: top;
}

.infoWindow .iLinkTable {
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}

.infoWindow .iLinkTable a {
  color: #ce3333;
  text-decoration: none;
  word-break: break-all;
}

.infoWindow2 {
	width: 370px;
	line-height: 1.5;
	font-size: 1.3rem;
	position: relative;
}
.infoWindow2 .spot_box {
	display: table;
	width: 100%;
	float: none;
}
.infoWindow2 .spot_map_img {
	display: table-cell;
	vertical-align: top;
	width: 40%;
	padding-right: 10px;
}
.infoWindow2 .spot_map_img img {
	width: 100%;
}
.infoWindow2 .spot_map_txt {
	display: table-cell;
	vertical-align: top;
}
.infoWindow2 .spot_map_txt button {
	border: none;
	background: none;
	padding: 0;
}
.infoWindow2 .spot_map_txt h2 {
	margin: 10px 0 5px;
	line-height: 1.3;
	font-size: 1.5rem;
}
.infoWindow2 .spot_event {
	margin-top: 13px;
	background-color: #e8887e;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}
.infoWindow2 .spot_event li {
	display: inline-block;
}
.infoWindow2 .spot_event li:before {
	display: inline-block;
	content: "|";
	margin: 0 10px 0 5px;
	color: #ffffff;
}
.infoWindow2 .spot_event li:first-child:before {
	content: "";
}
.infoWindow2 .spot_event li a {
	color: #ffffff;
}
.infoWindow2 .myspot_info {
	background: url(/img/map/spot.png) no-repeat left center;
	padding-left: 55px;
	font-size: 1.4rem;
	line-height: 1.5;
}

#map_canvas {
    position: relative;
    padding: 0 0 56%;
    height: 0px;
    overflow: hidden;
}

@media screen and (max-width:736px){
.spotMapG   {
    width: 100%;
}
#spotMapLabelBlock {
    display: none;
}

.spotMapRegionBlock {
    display: none;
}

.spotMap label {
	font-size: 109%;
	float: none;
	margin-right: 0;
    background-color: #ccc;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.mapTitle {
    font-size: 109%;
	line-height: 1.3;
	padding: 10px 10px 40px 10px;
}
#map_canvas {
    height: 70px;
}
}

