@charset "utf-8";

/*================================================
  access
================================================*/

.content-title-label {
  background-color: rgba(var(--secondary-color-rgb),0.3);
}


/*------------------------------------------------
  google-map
------------------------------------------------*/

.google-map {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  margin: calc(var(--layout-gap)*1.5) 0 calc(var(--layout-gap)*3);
}

.google-map > iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .google-map {
    height: 480px;
    border-radius: 40px;
  }
}

/*------------------------------------------------
  access-point
------------------------------------------------*/

.access-point {
  margin: calc(var(--layout-gap)*1.25) auto;
  max-width: 1040px;
  width: 90%;
}

.access-method:last-of-type  .access-point:last-of-type {
  margin-bottom: 0;
}


.access-point-route {
  padding-left: 1.5em;
}

.access-point-route li span.way,
.access-point-route li span.route {
  display: block;
  width: 100%;
}

.access-point-route li span.way {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.access-point-route li span.route {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

.access-point-route li span.route > .emphasis {
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .access-point {
    margin: calc(var(--layout-gap)*1.5) auto;
  }
  .access-point-route li {
    display: flex;
  }
  .access-point-route li span.way {
    margin-bottom: 1.5em;
    line-height: 1.5;
    width: 11em;
  }
  .access-point-route li span.route {
    margin-bottom: 1.5em;
    line-height: 1.5;
    width: calc(100% - 11em);
  }
}
@media print, screen and (min-width: 1200px) {
  .access-point {
    margin: calc(var(--layout-gap)*2.5) auto;
  }
}
