@charset "UTF-8";
.p-mv {
  text-align: center;
  padding-bottom: 3rem;
}
.p-mv img {
  width: 80%;
}

.p-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.p-w50 {
  width: 50%;
}

.p-w60 {
  width: 60%;
}

.p-w40 {
  width: 40%;
}

.p-news-mh {
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
}

.p-news-contents {
  border-radius: 4rem;
  padding: 3rem 4rem;
  background: #fff;
  position: relative;
}
.p-news-contents::before {
  content: "";
  width: 15rem;
  height: 10rem;
  display: block;
  background: url(../../../assets/images/top/icn_news.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -6rem;
  left: -1rem;
  z-index: 2;
}

.p-news-list li {
  font-size: 1.6rem;
  background: url(../../../assets/images/top/icn_line.png) repeat-x bottom;
  background-size: auto 0.4rem;
  padding: 1.2rem 0;
}
.p-news-list li span {
  display: inline-block;
  padding: 0 1rem 0 0;
}
.p-news-list li a {
  text-decoration: none;
}

.p-more-btn {
  position: absolute;
  width: calc(100% - 8rem);
  bottom: -4rem;
}
.p-more-btn img {
  max-width: 16.5rem;
  display: block;
  margin: 0 auto;
}

.p-links {
  text-align: left;
  padding-top: 2rem;
}

.p-links-btn img {
  max-height: 12rem;
}

.p-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem 0;
}

.p-access-contents {
  border-radius: 4rem;
  padding: 2rem 2rem;
  background: #fff;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-access-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.p-access p {
  margin-bottom: 1em;
}

.p-access-mh {
  font-weight: 700;
  font-size: 2.4rem;
  background: url(../../../assets/images/top/icn_map.png) no-repeat left center;
  background-size: auto 8rem;
  padding: 4rem 0 0 8rem;
  margin-bottom: 2rem;
}

.p-detail-btn {
  text-align: center;
}
.p-detail-btn img {
  max-height: 6.4rem;
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
  .p-mv img {
    width: 100%;
  }
  .p-block {
    display: block;
  }
  .p-w50 {
    width: 100%;
  }
  .p-w60 {
    width: 100%;
  }
  .p-w40 {
    width: 100%;
  }
  .p-news {
    margin-bottom: 10.6666666667vw;
  }
  .p-news-mh {
    font-weight: 700;
    text-align: center;
    font-size: 5.3333333333vw;
  }
  .p-news-contents {
    border-radius: 10.6666666667vw;
    padding: 4vw 8vw 8vw 8vw;
    background: #fff;
    position: relative;
  }
  .p-news-contents::before {
    content: "";
    width: 40vw;
    height: 26.6666666667vw;
    display: block;
    background: url(../../../assets/images/top/icn_news.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -16vw;
    left: -2.6666666667vw;
    z-index: 2;
  }
  .p-news-list li {
    font-size: 3.2vw;
    background: url(../../../assets/images/top/icn_line.png) repeat-x bottom;
    background-size: auto 1.0666666667vw;
    padding: 3.2vw 0;
  }
  .p-news-list li span {
    display: inline-block;
    padding: 0 2.6666666667vw 0 0;
  }
  .p-news-list li a {
    text-decoration: none;
  }
  .p-more-btn {
    position: absolute;
    width: calc(100% - (21.3333333333vw));
    bottom: -6.6666666667vw;
  }
  .p-more-btn img {
    max-width: 32vw;
    display: block;
    margin: 0 auto;
  }
  .p-links {
    text-align: center;
    padding-top: 5.3333333333vw;
  }
  .p-links-btn img {
    max-height: none;
    max-width: 80%;
  }
  .p-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10.6666666667vw 0;
    gap: 5.3333333333vw 0;
  }
  .p-about-list li {
    width: 50%;
  }
  .p-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10.6666666667vw 0;
  }
  .p-access-contents {
    border-radius: 10.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
    background: #fff;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-access-data {
    width: 50%;
  }
  .p-access-map {
    width: 50%;
  }
  .p-access-map iframe {
    width: 100%;
    height: 53.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .p-access {
    margin-top: 10.6666666667vw;
  }
  .p-access p {
    margin-bottom: 1em;
    font-size: 2.6666666667vw;
  }
  .p-access-mh {
    font-weight: 700;
    font-size: 5.3333333333vw;
    background: url(../../../assets/images/top/icn_map.png) no-repeat left center;
    background-size: auto 10.6666666667vw;
    padding: 5.3333333333vw 0 0 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-detail-btn {
    text-align: center;
  }
  .p-detail-btn img {
    max-height: 11.7333333333vw;
  }
}
/* ○○
---------------------------------------------------------------------------- */