.pageHeader {
  background-image: url(../img/header_info_sp.jpg);
}
.infoContents{
	padding-top: 0;
}

.infoContents__heading {
  display: none;
}

.infoContents__left {
  padding: 0;
}

.infoContents__table {
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: .1em;
}

.infoContents__th,
.infoContents__td {
  text-align: left;
  vertical-align: top;
}

.infoContents__th {
  white-space: nowrap;
  padding: 1.5em 1em 1.5em 0;
}

.infoContents__td {
  padding: 1.5em 0;
}

.infoContents__td svg {
  display: inline-block;
  width: 10px;
  vertical-align: top;
  margin: 0 3px;
}

.infoContents__td .block {
  display: inline-block;
}

.infoContents__td a {
  color: #c80000;
  font-weight: 600;
}

.map{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

@media screen and (min-width: 480px) {
  .pageHeader {
    background-image: url(../img/header_info.jpg);
  }
  .infoContents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    /*-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
  }
  .infoContents__heading {
    display: block;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 70px;
  }
  .infoContents__map {
    width: 400px;
  }
	
.map{
	margin-top: 0;
}

  .infoContents__left {
    width: 600px;
    padding: 0;
  }
  .infoContents__table {
    font-size: 14px;
  }
  .infoContents__th {
    padding: 1em 45px 1em 0;
  }
  .infoContents__td {
    padding: 1em 0;
  }
  .infoContents__td svg {
    margin: 3px 3px 0;
  }
  .infoContents__td a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}

/*# sourceMappingURL=info.css.map */
