@media screen and (min-width: 769px) {
  #accessPage .wrap {
    display: flex;
    margin-top: 40px;
  }
  #accessPage .car .googlemap {
    width: 50%;
    height: 400px;
    overflow: hidden;
    margin-right: 80px;
    border-radius: 20px;
  }
  #accessPage .textWrap {
    min-width: calc(50% - 80px);
  }
  #accessPage .textWrap strong {
    font-weight: 900;
    display: block;
    margin: 20px 0;
  }
  #accessPage .textWrap p {
    font-family: "Noto Sans", sans-serif;
    display: flex;
  }
  #accessPage .textWrap p span {
    display: inline-block;
  }
  #accessPage .textWrap p span:first-child {
    width: 200px;
    margin-right: 20px;
  }
  #accessPage .textWrap p + p {
    margin-top: 10px;
  }
  #accessPage .textWrap .button {
    background-color: #26C4A6;
    color: #fff;
    width: 240px;
    margin-top: 40px;
  }
  #accessPage .access-img {
    width: 50%;
    height: auto;
    margin-left: 120px;
  }
  #accessPage .public .wrap {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #accessPage .wrap {
    display: block;
    margin-top: 40px;
  }
  #accessPage .car {
    padding-bottom: 60px;
  }
  #accessPage .car .googlemap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-right: 80px;
    border-radius: 20px;
  }
  #accessPage .textWrap {
    min-width: calc(50% - 80px);
    margin-top: 20px;
  }
  #accessPage .textWrap strong {
    font-weight: 900;
    display: block;
    margin: 20px 0 10px;
  }
  #accessPage .textWrap p {
    font-family: "Noto Sans", sans-serif;
    display: flex;
    font-size: 12px;
  }
  #accessPage .textWrap p span {
    display: inline-block;
  }
  #accessPage .textWrap p span:first-child {
    width: 150px;
    margin-right: 10px;
  }
  #accessPage .textWrap p + p {
    margin-top: 10px;
  }
  #accessPage .textWrap .button {
    background-color: #26C4A6;
    color: #fff;
    width: 240px;
    margin-top: 40px;
  }
  #accessPage .access-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  #accessPage .public {
    padding-bottom: 60px;
  }
  #accessPage .public .wrap {
    align-items: center;
  }
}