@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-sta3min-access {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-sta3min-loc__whole {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__whole {
    grid-template-columns: 1fr;
  }
}
.p-sta3min-loc__feature {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.p-sta3min-loc__feature::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__feature::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__feature {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .p-sta3min-loc__feature > *:nth-of-type(1) {
    padding-bottom: 3rem;
  }
}
.p-sta3min-loc__feature__catch {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__feature__catch {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__feature__catch {
    font-size: 2.2rem;
  }
}
.p-sta3min-loc__feature__lead {
  font-size: 18px;
  font-size: 1.8rem;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__feature__lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__feature__lead {
    font-size: 1.6rem;
  }
}
.p-sta3min-loc__featureBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-sta3min-loc__catg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__catg {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail {
    padding: 2rem 0 !important;
  }
}
.p-sta3min-loc__detail__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail__ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail__ttl {
    font-size: 1.8rem;
  }
}
.p-sta3min-loc__detail__ttl--grn {
  background-color: rgba(65, 137, 126, 0.2);
  color: #41897e;
}
.p-sta3min-loc__detail__ttl--blu {
  background-color: rgba(43, 113, 154, 0.2);
  color: #2b719a;
}
.p-sta3min-loc__detail__ttl--pink {
  background-color: rgba(188, 110, 95, 0.2);
  color: #bc6e5f;
}
.p-sta3min-loc__detail__catch {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail__catch {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail__catch {
    font-size: 2rem;
  }
}
.p-sta3min-loc__detail__lead {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail__lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-loc__detail__lead {
    font-size: 1.6rem;
  }
}

.p-sta3min-style__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-style__list {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-style__list {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-sta3min-style__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-style__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-sta3min-style__list__ttl {
  font-size: 2rem;
  color: #ac8900;
}
.p-sta3min-style__list__ttl em {
  font-size: 2em;
}
.p-sta3min-style__list__lead em {
  font-size: 1.4em;
  color: #ac8900;
}

.p-sta3min-value {
  background-color: #f3f2ee;
  padding: 2rem 0 5rem;
}
.p-sta3min-value__catch {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  padding: 1rem 2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__catch {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__catch {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__catch {
    padding: 1rem 0.5rem 2rem;
  }
}
.p-sta3min-value__catch em {
  font-size: 1.5em;
}
.p-sta3min-value__catch sup {
  font-size: 10px;
  vertical-align: text-top;
  color: #30312d;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__catch sup {
    display: inline-block;
    transform: translateY(-4px);
  }
}
.p-sta3min-value__catch span {
  display: inline-block;
  color: #c8161d;
}
.p-sta3min-value__details {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__details {
    grid-template-columns: 1fr;
  }
}
.p-sta3min-value__details__txt--heading {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__details__txt--heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-value__details__txt--heading {
    font-size: 1.8rem;
  }
}
.p-sta3min-value__details__txt--lead {
  font-size: 1.6rem;
}
.p-sta3min-value__cap {
  font-size: 1.1rem;
}

.p-sta3min-history {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ac8900;
}
.p-sta3min-history__detail {
  padding: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-history__detail {
    padding: 2rem;
    grid-template-columns: 1fr;
  }
}
.p-sta3min-history__detail__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ac8900;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-history__detail__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-history__detail__ttl {
    font-size: 2rem;
  }
}
.p-sta3min-history__detail__catch {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-history__detail__catch {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-sta3min-history__detail__catch {
    font-size: 1.8rem;
  }
}
.p-sta3min-history__detail__catch span {
  display: inline-block;
}
.p-sta3min-history__detail__map {
  text-align: center;
}
.p-sta3min-history__detail__mapCap {
  font-size: 1rem;
  text-align: left;
}
.p-sta3min-history__chronology {
  position: relative;
  padding: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-sta3min-history__chronology {
    padding: 2.5rem;
    overflow: scroll;
  }
  .p-sta3min-history__chronology img {
    height: 100vw;
    width: auto;
    max-width: unset;
  }
}
/*# sourceMappingURL=../../map/sta3min/style.css.map */