/* p-location
---------------------------------------- */
.p-location {
  padding: 12rem 0;
}
.p-location__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-location__title {
    margin-bottom: 8rem;
  }
}
.p-location__description {
  margin-bottom: 4rem;
  padding: 3rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.85;
  background-color: #F7F3E2;
}
@media screen and (max-width: 767px) {
  .p-location__description {
    margin-bottom: 9rem;
    padding: 4rem 0;
    font-size: 2.6rem;
    line-height: 2;
  }
}
.p-location__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-location__list {
    gap: 6rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-location__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2.5rem 4rem 2.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-location__list-item {
    padding: 0 4rem 4rem 4rem;
  }
}
.p-location__list-title {
  margin-bottom: 2.5rem;
  padding: 2.5rem 0 1rem 0;
  font-size: 2rem;
  font-wegiht: 700;
  text-align: center;
  border-bottom: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  .p-location__list-title {
    margin-bottom: 5rem;
    padding: 3rem 0;
    font-size: 4rem;
  }
}
.p-location__list-image {
  float: left;
  width: 18rem;
  margin: 0 1rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-location__list-image {
    width: 30rem;
    margin: 0 5rem 7rem 0;
  }
}
.p-location__list-text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.714;
}
@media screen and (max-width: 767px) {
  .p-location__list-text {
    font-size: 3.2rem;
  }
}
.p-location__list-button {
  clear: both;
}
.p-location__list-button a {
  max-width: 35rem;
  margin: 0 auto;
  line-height: 4.5rem;
  font-size: 1.7rem;
  font-weight: 500;
  border: 1px solid #C1C1C1;
}
@media screen and (max-width: 767px) {
  .p-location__list-button a {
    max-width: 58rem;
    line-height: 7.5rem;
    font-size: 3.4rem;
  }
}
.p-location__list-button a::after {
  position: absolute;
  right: 5rem;
  top: 50%;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/icon_link-black.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-location__list-button a::after {
    right: 7rem;
    width: 3.3rem;
    height: 3.3rem;
  }
}