/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
.child-mv__heading {
  position: absolute;
  width: 480px;
  top: 150px;
  left: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading {
    width: 66%;
    top: 14%;
    left: 5%;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .c-sentence {
    line-height: 2.4;
  }
}

.main {
  background-image: url(../img/location/bg.webp);
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .main {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.from {
  margin-top: 50px;
}

.from__heading {
  color: #937865;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 24px;
  margin-block: 4em 1em;
}
@media print, screen and (max-width: 1023.9px) {
  .from__heading {
    font-size: 14px;
  }
}
.from__heading img {
  width: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .from__heading img {
    width: 15px;
  }
}

.from__list {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .from__list {
    gap: 5px;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.potential {
  margin-top: 100px;
  padding: 100px 50px;
  background-color: #283143;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media print, screen and (max-width: 1023.9px) {
  .potential {
    padding: 60px 0px;
    margin-top: 50px;
  }
}

.potential__row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .potential__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.jizai {
  padding-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .jizai {
    padding-top: 50px;
  }
}

.bus {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .bus {
    margin-top: 50px;
  }
}

.taxi {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .taxi {
    margin-top: 50px;
  }
}

.taxi__caption {
  margin-top: 30px;
}

.shadow {
  -webkit-filter: drop-shadow(0px 0px 6px #000);
          filter: drop-shadow(0px 0px 6px #000);
}

.fig-01 {
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 9em;
}

.fig-02 {
  max-width: 900px;
  margin-inline: auto;
}

.space01 {
  margin-top: 6em !important;
}
@media print, screen and (max-width: 1023.9px) {
  .space01 {
    margin-top: 3.5em !important;
  }
}

.cap01 {
  right: 8%;
}

@media print, screen and (max-width: 1023.9px) {
  .sc_h01 {
    height: 200px !important;
  }
  .sc_h02 {
    height: 180px !important;
  }
}
figcaption.fig01 {
  bottom: -16px;
  right: 5px;
}
figcaption.fig02 {
  bottom: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  figcaption.fig02 {
    bottom: 5px;
  }
}
figcaption.fig03 {
  left: 16%;
  right: auto;
  bottom: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  figcaption.fig03 {
    position: relative;
    left: 10em;
  }
}
figcaption.fig04 {
  bottom: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  figcaption.fig04 {
    position: relative;
    bottom: 15px;
    margin-left: 73em;
    text-align: right;
  }
}