@charset "UTF-8";

/* =========================================================
  map
========================================================= */
#map_canvas {
  width: 100% !important;
  height: 400px !important;
}

.contentMapMarkers table {
  margin: 20px 0;
  background-color: var(--mono-color-9);
}

.contentMapMarkers table,
.contentMapMarkers th,
.contentMapMarkers td {
  border: 1px solid var(--mono-color-3);
}

.contentMapMarkers th,
.contentMapMarkers td {
  padding: 10px 15px;
  word-break: break-word;
  vertical-align: middle;
}

.contentMapMarkers th {
  background-color: var(--main-color-9);
  font-weight: normal;
  text-align: center;
}

.contentMapMarkers .category {
  width: 25%;
}

.contentMapMarkers .category span {
  display: block;
}

.contentMapMarkers .title_link {
  width: auto;
}

.contentMapMarkers .image {
  width: 25%;
  text-align: center;
}

.contentMapMarkers .markerImage img {
  width: 100%;
  height: auto;
}

.contentMapMarkers .markerTitle span {
  display: block;
}

.contentMapMarkers .marker_link {
  width: 5rem;
  text-align: center;
}

/* Googleマップ 情報ウィンドウ */
.gm-style-iw div {
  max-height: none !important;
  font-family: sans-serif !important;
  overflow: hidden !important;
}

.gm-style-iw .content {
  padding: 0 24px 10px 0;
  line-height: 1.4;
}

/* side-menu
----------------------------------------------- */
#links .pieceBody {
  margin-bottom: 12px;
  padding: 12px;
}

#mapCategory .pieceBody ul,
#mapList .pieceBody ul {
  margin-bottom: 4px;
}

#mapCategory .pieceBody ul li,
#mapList .pieceBody ul li {
  margin-left: 1.5rem;
  list-style-type: disc;
}

#mapCategory .pieceBody ul li li,
#mapList .pieceBody ul li li {
  list-style-type: circle;
}

#mapCategory .pieceBody ol,
#mapList .pieceBody ol {
  margin-bottom: 20px;
}

#mapCategory .pieceBody ol li,
#mapList .pieceBody ol li {
  margin-left: 2rem;
  list-style-type: decimal;
}

@media only screen and (max-width: 959px) {
  #mapCategory .pieceBody,
  #mapList .pieceBody {
    font-size: 0.875rem;
  }

  #mapCategory .pieceBody > ul,
  #mapList .pieceBody > ul {
    display: flex;
    flex-wrap: wrap;
  }

  #mapCategory .pieceBody > ul > li,
  #mapList .pieceBody > ul > li {
    flex-basis: 30%;
    margin: 0 0 20px 3%;
  }

  #mapCategory .pieceBody a,
  #mapList .pieceBody a {
    display: inline-block;
    padding: 4px 0;
  }
}

@media only screen and (max-width: 559px) {
  #mapCategory .pieceBody > ul > li,
  #mapList .pieceBody > ul > li {
    flex-basis: 100%;
  }
}
