@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
body {
  padding: 0;
}

.g_m {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
@media (max-width: 1280px) {
  .g_m {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .g_m {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.g_m_map {
  height: 650px;
}
@media (max-width: 768px) {
  .g_m_map {
    height: 250px;
  }
}
.g_m_list {
  height: 650px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .g_m_list {
    height: 250px;
  }
}
.g_m_list > div {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .g_m_list > div {
    grid-template-rows: 1fr;
    margin-bottom: 5px;
    gap: 15px;
  }
}
.g_m_list > div .number {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vh;
  background-color: #566757;
}
.g_m_list > div .number p {
  color: #fff;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.g_m_list > div .text {
  grid-column: 2/3;
  grid-row: 1/3;
}
.g_m_list > div .text .p_01 {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
@media (max-width: 768px) {
  .g_m_list > div .text .p_01 {
    height: 20px;
  }
}
.g_m_list > div .text .p_02 {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.1rem, 0.531rem + 0.769vw, 1.3rem);
}
@media (max-width: 768px) {
  .g_m_list > div .text .p_02 {
    height: 20px;
  }
}
.g_m_list > div:last-child {
  display: none;
}

.gm-style-iw-c .number {
  display: none;
}
.gm-style-iw-c .text {
  padding: 5px 0;
}
.gm-style-iw-c .text .p_01 {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
  margin-bottom: 10px;
}
.gm-style-iw-c .text .p_02 {
  font-size: clamp(1.1rem, 0.531rem + 0.769vw, 1.3rem);
}

.gm-style-iw-chr button {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
}
.gm-style-iw-chr button span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}/*# sourceMappingURL=gmap.css.map */