/* 住所 */
.add p {
  background: honeydew;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-size: 24px;
}

/* ggmap */
.ggmap {
  overflow: hidden;
  /* text-align: center; */
}

.ggmap iframe {
  width: 1080px;
  height: 720px;
}

/* 駐車場 */

.car img {
  width: 833px;
  height: 500px;
}

/* h4のデザイン */

.car h4 {
  position: relative;
  padding-left: 25px;
  width: fit-content;
  margin: 60px 0 30px 0;
}

.car h4:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
.car h4:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

/* 駐車場の表 */

table td {
  padding: 5px 10px;
}

/* 道順 */

.rootImg {
  text-align: center;
  margin-bottom: 120px;
}

.rootImg p {
  margin: 16px 0;
}

.rootImg img {
  width: 833px;
  height: 500px;
  margin: 30px 0;
}

.root {
  text-align: center;
}

/* レスポンシブ */

@media screen and (max-width: 768px) {
  .ggmap {
    padding: 10px;
  }
  .ggmap iframe {
    width: 400px;
    height: 360px;
    text-align: center;
  }

  .rootImg img,
  .car img {
    width: 535px;
    height: auto;
  }
}
