@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&display=swap");
.inv-inc {
  padding-top: 0;
}
.inv-inc .p-map {
  padding-bottom: 100px;
}
.inv-inc .p-map .inner {
  max-width: 940px;
  margin-inline: auto;
  padding: 60px 20px;
}
.inv-inc .p-map .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .title {
    font-size: 16px;
  }
}
.inv-inc .p-map .title:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #333;
}
.inv-inc .p-map .map-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inv-inc .p-map .map-content .image {
  width: 45.7777777778%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .map-content .image {
    width: 100%;
  }
}
.inv-inc .p-map .map-content .text {
  width: 50.2222222222%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .map-content .text {
    width: 100%;
    margin-top: 20px;
  }
}
.inv-inc .p-map .map-content .text .name {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .map-content .text .name {
    font-size: 13px;
  }
}
.inv-inc .p-map .map-content .text .address {
  width: 100%;
  margin-top: 20px;
  padding: 15px 10px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .map-content .text .address {
    margin-top: 10px;
    padding: 10px 5px;
  }
}
.inv-inc .p-map .map-content .text .address p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .map-content .text .address p {
    font-size: 16px;
  }
}
.inv-inc .p-map .map-content .text .how {
  margin-top: 20px;
  padding: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
  line-height: 1.01;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-map .map-content .text .how {
    margin-top: 15px;
    padding: 10px;
    font-size: 16px;
  }
}
.inv-inc .p-map .map-content .text .access {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 13px;
}
.inv-inc .p-map .map-content .gmap {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}
.inv-inc .p-map .map-content .gmap a {
  color: #111;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 18px;
}
.inv-inc .p-map .map-content .gmap a:hover {
  color: #333;
}/*# sourceMappingURL=map.css.map */