@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.gmap-page {
  background: #f4f3f1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}

.map_wrap {
  width: calc(100% - 570px);
}
@media (max-width: 1121px) {
  .map_wrap {
    width: 48%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .map_wrap {
    width: 100%;
  }
}
.map_wrap #gmap {
  width: 100%;
  aspect-ratio: 282/313;
}
@media (max-width: 1121px) {
  .map_wrap #gmap {
    aspect-ratio: 1/1.8;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .map_wrap #gmap {
    aspect-ratio: 282/313;
  }
}
.map_wrap #gmap .numb {
  display: none;
}
.map_wrap #gmap * {
  text-box: none;
}
.map_wrap #gmap button:focus-visible {
  outline: none;
}

ul {
  width: 510px;
}
@media (max-width: 1121px) {
  ul {
    width: 47%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  ul {
    width: 100%;
  }
}
ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (max-width: 768px) {
  ul li {
    padding: 12px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (hover: hover) {
  ul li:hover {
    background: #e9e8e4;
  }
}
ul li:last-child {
  display: none;
}
ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #cac7c4 0px, #cac7c4 3px, transparent 3px, transparent 6px);
}
ul li .txt01 {
  position: relative;
  width: calc(100% - 108px);
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  ul li .txt01 {
    width: 100%;
    font-size: 1.5rem;
  }
}
ul li .txt01 span:not(.numb) {
  display: block;
}
ul li .txt01 span:not(.numb) span {
  display: inline-block;
}
ul li .txt01 .numb {
  padding-right: 2px;
  width: 17px;
  height: 15px;
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 2.2;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  ul li .txt01 .numb {
    width: 22px;
    height: 20px;
    font-size: 1.2rem;
    bottom: 2.5px;
  }
}
ul li .txt01::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #746b63;
}
@media (max-width: 768px) {
  ul li .txt01::before {
    top: 1.5px;
    width: 20px;
    height: 20px;
  }
}
ul li .txt02 {
  width: 108px;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: right;
}
@media (max-width: 768px) {
  ul li .txt02 {
    width: 100%;
    padding-left: 22px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
}/*# sourceMappingURL=gmap.css.map */