.page-template-page-location #mv01 {
  display: block;
  min-height: 370px;
  background-position: center -2.75vw;
  text-align: left;
}

.page-template-page-location #mv01 .mvTxt {
  display: block;
  padding: 140px 10px 0;
}

.page-template-page-location #mv01 h2 {
  display: block;
  padding: 0;
  background: none;
  text-align: left;
}

.page-template-page-location #mv01 h3 {
  margin-top: 7px;
  margin-bottom: 10px;
  padding: 0;
  color: var(--primary);
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.8;
}

.page-template-page-location .address {
  margin-block-start: 30px;
  margin-block-end: 10px;
  line-height: 1.8;
}

.page-template-page-location .address i {
  color: #1752a1;
  font-size: inherit;
}

.page-template-page-location .address span a {
  padding: 2px 10px 2px 5px;
  background: #fff;
  border: 1px #999 solid;
  border-radius: 5px;
  color: #000;
  line-height: 1.8;
}

.page-template-page-location .tel span {
  background: var(--primary);
  color: var(--white);
  line-height: 1.8;
  padding: 5px 10px;
  text-align: left;
}

.page-template-page-location .txt {
  line-height: 1.8;
}

.page-template-page-location .infomation {
  padding-block-start: 80px;
  padding-block-end: 0;
}

.page-template-page-location .infomation .is-flex {
  flex-direction: column;
  gap: 0;
}

.page-template-page-location .infomation .list,
.page-template-page-location .infomation .list2 {
  flex: 1;
}

.page-template-page-location .infomation .box {
  padding: 30px 10px;
  border-top: 1px dotted #999;
}

.page-template-page-location .infomation h4 {
  padding-block-end: 10px;
}

.page-template-page-location .infomation img {
  max-width: 100%;
}

.page-template-page-location #map {
  border: 5px solid #9eabbb;
  margin: 40px 0 0;
}

.page-template-page-location.mizushima-plant .infomation .list2 .box:last-child {
  border-bottom: 1px dotted #999;
}

@media (min-width: 768px) {
  .page-template-page-location #mv01 {
    background-size: auto 460px;
  }
}

@media (min-width: 1024px) {
  .page-template-page-location #mv01 {
    background-size: cover;
  }
}

@media (min-width: 1024.02px) {
  .page-template-page-location {
    overflow-x: hidden;
  }

  .page-template-page-location #mv01 {
    min-height: 800px;
    background-position: center;
  }

  .page-template-page-location .address {
    margin-block-start: 0;
  }

  .page-template-page-location .is_header-pc {
    box-sizing: border-box;
    position: absolute;
    top: 447px;
    width: 100%;
    padding-inline: 10px;
  }

  .page-template-page-location .is_header-pc .inr p {
    width: 420px;
  }

  .page-template-page-location .infomation {
    padding-block-end: 80;
  }

  .page-template-page-location .infomation .is-flex {
    flex-direction: row;
    gap: 40px;
  }

  .page-template-page-location .infomation .list,
  .page-template-page-location .infomation .list2 {
    flex: 1;
  }

  .page-template-page-location .infomation .list {
    border-bottom: 1px dotted #999;
  }

  .page-template-page-location #map {
    margin: 50px 0 0;
  }
}

@media (min-width: 1280px) {
  .is_header-pc .inr {
    padding-inline: 16px;
  }
}

@media (max-width: 576px) {
  .page-template-page-location .address span a {
    display: block;
    margin-block-start: 4px;
    padding: 2px 10px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=../../map/assets/css/uniq-location.css.map */