
#map-canvas .info-window h4 {
  font-size: 1.4rem;
}



.post-type-archive-spot #main-contents,
.single-spot #main-contents {
  /* background: #fff; */
  padding: 10px 50px;
}
.post-type-archive-spot #main-contents .load_map_list {
  margin-bottom: 80px;
  text-align: center;
}

.post-type-archive-spot .checkbtns h3 {
  margin-bottom: 1rem;
}
.post-type-archive-spot .checkbtns input {
  display: none;
}
.post-type-archive-spot .checkbtns label {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1.4;
  /* float: left; */
  color: #fff;
  background-color: #1B2D55;
  border: solid 1px #1B2D55;
  text-align: center;

  padding: 6px 15px;
  min-width: 6em;
  margin-right: 1%;
  margin-bottom: 10px;
}
.post-type-archive-spot .checkbtns label:hover,
.post-type-archive-spot .checkbtns label.checked {
  color: #1B2D55;
  background-color: #FF9710;
}
.post-type-archive-spot .checkbtn-submit {
  margin-top: 40px;
}

.post-type-archive-spot .tab {
  font-size: 1.28571em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 4px solid #FF9710;
}
.post-type-archive-spot .tab a {
  text-align: center;
  width: 550px;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -550px;
  color: #FFF;
  background-color: #1B2D55;
  display: block;
  height: 45px;
  padding: 10px 0 0;
  color: #FFF;
  text-decoration: none;
}
.post-type-archive-spot .tab a.list_tab {
  margin-left: 20px;
}
.post-type-archive-spot .tab a.select {
  color: #1B2D55;
  background: #FF9710!important;
}


.post-type-archive-spot #map-canvas {
  height: 500px;
}
.post-type-archive-spot .map-box #map-list {
  width: 20%;
  height: 500px;
  float: right;
  overflow-y: auto;
  padding: 15px;
  background: #f4f4f4;
}
.post-type-archive-spot .map-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-type-archive-spot .map-box li {
  line-height: 1.3;
  padding: 8px 4px;
  border-bottom: 1px solid #EEE;
}


.post-type-archive-spot .list-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: none;
}
.post-type-archive-spot .list-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-type-archive-spot .list-box li {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #CCC;
  line-height: 1.5;
}
.post-type-archive-spot .list-box li span {
  float: right;
  width: 50%;
}

.single-spot #map-canvas {
  height: 500px;
}



.single-spot h2 {
  font-size: 2rem;
  color: #84d89b;
  margin: 10px 0 5px 0;
}
.single-spot .category ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-spot .category li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.4;
  color: #fff;
  background-color: #1B2D55;
  border: solid 1px #1B2D55;
  text-align: center;

  padding: 6px 15px;
  min-width: 6em;
  margin-right: 1%;
  margin-bottom: 10px;
  display: inline-block;
}

/* .single-spot .info article { */
/*     width: 45%; */
/*     /* margin: 0 auto; */ */
/*     display: inline-block; */
/* } */
