@charset "UTF-8";

/* =========================================================
  map
========================================================= */
#map_canvas {
  width: 100% !important;
  height: 400px !important;
}

.contentMapMarkers table {
  margin: 20px 0;
  background-color: var(--mono-color-9);
  width: 100%;
}

.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 table th:nth-of-type(1) {
  width: 5rem;
}

.contentMapMarkers table th:nth-of-type(2) {
  width: 25%;
}

.contentMapMarkers table th:nth-of-type(3) {
  width: 40%;
}

.contentMapMarkers table th:nth-of-type(4) {
  width: 4rem;
}

.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;
}

@media only screen and (max-width: 559px) {

  .contentMapMarkers table th:nth-of-type(2),
  .contentMapMarkers .image {
    display: none;
  }

  .contentMapMarkers table th:nth-of-type(1) {
    width: 4rem;
  }

  .contentMapMarkers table th:nth-of-type(4) {
    width: 2rem;
  }
}

/* side-menu
----------------------------------------------- */
#links .pieceBody a {
  color: var(--mono-color-1);
}

#links .pieceBody>a {
  display: block;
  margin: 10px 0;
  padding: 12px;
}

#mapList .pieceBody ul.level1.shozaichi {
  background-color: #F5ECFF;
  margin-bottom: 3rem;
}

#mapList .pieceBody ul.level1.chokuzoku {
  background-color: #FCFAFF;
  padding: 1rem;
  list-style: disc;
  list-style-position: inside;
}

#mapList .pieceBody ul.level1.shozaichi>li {
  border-bottom: 1px solid var(--mono-color-6);
  padding-top: 0.5rem;

  display: flex;
  flex-wrap: wrap;
}

/* #mapList .pieceBody ul.level1>li:has(.toggle[aria-expanded="true"]) {
  padding-bottom: 0;
} */

#mapList .pieceBody ul.level1.shozaichi>li>a {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0 0.8rem;
  margin-bottom: 0.5rem;
}

#mapList .pieceBody ul.level1.chokuzoku>li>a {
  padding: 3px 0;
  display: inline-block;
}

/* #mapList .pieceBody ul.level1>li {
  margin-left: 1.5rem;
} */

#mapList .pieceBody ul.level2 {
  background-color: #FCFAFF;
  flex-basis: 100%;
  display: none;
  padding: 0.5rem 1rem;
}

#mapList .pieceBody ul.level2 li {
  list-style-type: disc;
  list-style-position: inside;
}

#mapList .pieceBody ol {
  margin-bottom: 20px;
}

#mapList .pieceBody ol li {
  margin-left: 2rem;
  list-style-type: decimal;
}

#mapList button.toggle {
  position: relative;
  /* アイコンスペース */
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: 10px;
  background-color: var(--mono-color-9);
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  outline: none;
  padding: 0;
}

#mapList button.toggle:focus-visible {
  outline: 2px solid var(--mono-color-1);
}

#mapList button.toggle::before,
#mapList button.toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 1px;
  background-color: var(--mono-color-1);
  transition: transform 0.3s;
}

#mapList button.toggle::before {
  transform: translate(-50%, 50%) rotate(0deg);
}

#mapList button.toggle::after {
  transform: translate(-50%, 50%) rotate(90deg);
}

#mapList button.toggle[aria-expanded="true"]::after {
  transform: translate(-50%, 50%) rotate(180deg);
}

@media only screen and (max-width: 959px) {
  #links>* {
    max-width: 100%;
  }
}

/* @media only screen and (max-width: 959px) {

  #mapList .pieceBody {
    font-size: 0.875rem;
  }

  #mapList .pieceBody>ul {
    display: flex;
    flex-wrap: wrap;
  }

  #mapList .pieceBody>ul>li {
    flex-basis: 30%;
    margin: 0 0 20px 3%;
  }

  #mapList .pieceBody a {
    display: inline-block;
    padding: 4px 0;
  }
}

@media only screen and (max-width: 559px) {

  #mapList .pieceBody>ul>li {
    flex-basis: 100%;
  }
} */