@charset "UTF-8";

/* ==================================================
	sp
================================================== */
@media screen and (max-width: 767px) {
  .tr {
    width: 100%;
    border-bottom: 2px solid #231815;
    margin-top: 8vw;
    padding-bottom: 8vw;
  }

  .tr:first-of-type {
    margin-top: 12vw;
  }

  .tr:last-of-type {
    border: none;
    padding-bottom: 0;
  }

  .th {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6em;
  }

  .td {
    font-size: 1rem;
    line-height: 1.8em;
    padding-top: 4vw;
  }

  .td img {
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }

  .td img:first-of-type {
    margin-top: 0;
  }

  .map_wrapper {
    width: 100%;
    margin-top: 12vw;
  }

  .map_wrapper iframe {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: auto;
  }

  .parking_img_wrapper {
    width: 100%;
  }
}

/* ==================================================
	tb
================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tr {
    width: 100%;
    border-bottom: 2px solid #231815;
    margin-top: 4vw;
    padding-bottom: 4vw;
  }

  .tr:first-of-type {
    margin-top: 6vw;
  }

  .tr:last-of-type {
    border: none;
    padding-bottom: 0;
  }

  .th {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-left: 3%;
  }

  .td {
    font-size: 1rem;
    line-height: 1.8em;
    margin: 0 3%;
    padding-top: 2.5vw;
  }

  .td img {
    width: calc((100% - 3%) / 2);
    height: auto;
    margin-right: 3%;
  }

  .td img:last-of-type {
    margin-right: 0;
  }

  .map_wrapper {
    width: 100%;
    margin-top: 6vw;
  }

  .map_wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .parking_img_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  .tr {
    width: 100%;
    border-bottom: 2px solid #231815;
    margin-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .tr:first-of-type {
    margin-top: 5vw;
  }

  .tr:last-of-type {
    border: none;
    padding-bottom: 0;
  }

  .th {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-left: 5%;
  }

  .td {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin: 0 5%;
    padding-top: 2.5vw;
  }

  .td a {
    transition: all 0.5s ease-in-out;
  }

  .td a:hover {
    opacity: 0.3;
  }

  .td img {
    width: calc((100% - 2.5%) / 2);
    height: auto;
    margin-right: 2.5%;
  }

  .td img:last-of-type {
    margin-right: 0;
  }

  .map_wrapper {
    width: 100%;
    margin-top: 5vw;
  }

  .map_wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
  }

  .parking_img_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
