img {
  border-radius: 20px;
}

.topimg .contents {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.topimg .contents .lede01 {
  color: #ef8291;
}
.topimg .contents .lede02 {
  color: #77155a;
}
@media (min-width: 768px) {
  .topimg {
    position: relative;
    margin-bottom: 250px;
  }
  .topimg .contents {
    display: block;
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 50px 20px 0;
    -webkit-text-stroke: 3px white;
    paint-order: stroke fill;
  }
  .topimg .contents .lede01 {
    font-size: 30px;
  }
  .topimg .contents .lede02 {
    margin: 20px 0;
    font-size: 20px;
  }
  .topimg .contents p {
    font-size: 18px;
  }
  .topimg .imgbox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
  }
  .topimg .imgbox span {
    position: absolute;
    top: auto;
    width: 40%;
    bottom: 8%;
    right: 16px;
  }
}
@media (max-width: 767.98px) {
  .topimg .lede01 {
    font-size: 23px;
  }
  .topimg .lede02 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .topimg .imgbox {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  iframe {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 767.98px) {
  iframe {
    width: 100%;
    height: 300px;
  }
}

.access_flex .pink {
  background-color: #fce8e6;
}
.access_flex .pink .heder {
  color: #ef8291;
}
.access_flex .pink ul span {
  color: #ef8291;
  margin-left: 10px;
  font-weight: 500;
}
.access_flex .purple {
  background-color: #f0e6fc;
}
.access_flex .purple .heder {
  color: #77155a;
}
.access_flex ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ef8291;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .access_flex {
    display: flex;
    justify-content: space-between;
    margin: 30px 30px 0;
  }
  .access_flex .accessbox {
    width: 48%;
    border-radius: 20px;
    padding: 20px;
    line-height: 2;
  }
  .access_flex .accessbox .heder {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .access_flex .accessbox {
    border-radius: 20px;
    padding: 15px;
    line-height: 2;
    margin-top: 20px;
  }
  .access_flex .accessbox .heder {
    font-size: 16px;
  }
}

.nearby .nearbybox .head {
  color: #77155a;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nearby {
    display: flex;
    justify-content: space-between;
  }
  .nearby .nearbybox {
    width: 30%;
  }
  .nearby .nearbybox .head {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 767.98px) {
  .nearby .nearbybox {
    margin-bottom: 30px;
  }
  .nearby .nearbybox .head {
    font-size: 16px;
    margin: 10px 0 5px;
  }
}

.hakatabox {
  background-color: #fce8e6;
  border-radius: 20px;
}
.hakatabox .contents .head {
  color: #ef8291;
}
@media (min-width: 768px) {
  .hakatabox {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 50px;
  }
  .hakatabox .hakataimg {
    width: 45%;
  }
  .hakatabox .contents {
    width: 50%;
  }
  .hakatabox .contents .head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .hakatabox {
    margin-top: 20px;
    padding: 20px 10px;
  }
  .hakatabox .head {
    font-size: 15px;
    margin: 10px 0 5px;
  }
}/*# sourceMappingURL=access.css.map */