.pff-access-section {
  /* background: #fff; */
  border-radius: 24px;
  /* box-shadow: 0 6px 24px rgba(0,0,0,0.06); */
  padding: 0 24px 40px 24px;
  max-width: 1100px;
  /* width: 95%; */
  /* margin: 60px auto; */
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* padding: 0 2.5% !important; */
}

.pff-access-header {
  margin-bottom: 20px;
}

.pff-access-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.pff-access-info {
  font-size: 1.2rem;
  line-height: 1.6;
}

.pff-access-maps {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 36px 0 30px 0;
  flex-wrap: wrap;
}
.pff-access-map {
  /* flex: 1 1 340px; */
  min-width: 280px;
  border: 6px solid #e62d8b;
  border-radius: 30px;
  overflow: hidden;
  width: 58%;
}
.pff-access-map img {
  width: auto;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.pff-access-transport {
  margin-bottom: 24px;
  /* width: 48%; */
}
.pff-access-transport ul {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  line-height: 2;
}

.pff-access-notes {
  font-size: 1rem;
  color: #111;
  /* background: #f9fafb; */
  /* padding: 16px 20px; */
  border-radius: 10px;
  margin-top: 20px;
  /* border-left: 4px solid #d9dbf1; */
  margin-bottom: 3rem;
}

iframe {
    width: 100%;
}

@media (max-width: 900px) {
  .pff-access-maps {
    flex-direction: column;
    gap: 16px;
  }
  .pff-access-section {
    padding: 24px 8px;
  }
}

@media (max-width: 600px) {
  h2.sec_title {
    margin-bottom: 3rem;
  }
  .pff-access-title {
    font-size: 1.2rem;
  }
  .pff-access-section {
    padding: 14px 2px !important; 
  /* まーと
    p: まーとp; */
    margin: 0px auto !important;
  }
  .pff-access-map {
    min-width: 0;
    width: 100%;
  }
}

main.pff-main-content {
    background-image: linear-gradient(90deg, #e0e0e0 1px, transparent 1px), linear-gradient(180deg, #e0e0e0 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: 0 0, 0 0;
    background-attachment: fixed;
    /* width: 100%; */
}


.display_flex {
    display: flex;
    justify-content: left;
    gap: 2rem;
    flex-wrap: wrap;
}
