#about {
  background: #f7f1e9;
  padding: 70px 0 80px;
  margin-top: 80px;
}
#about .top_ttl {
  margin-bottom: 50px;
}
#about .blk {
  display: flex;
  justify-content: space-between;
}
#about .blk .aboutL {
  width: 520px;
  font-size: 14px;
  line-height: 22px;
}
#about .blk .gmap {
  width: 520px;
}
#about .blk .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#about .blk table thead {
  border-bottom: 1px solid #9f8336;
}
#about .blk table thead th {
  font-size: 18px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600;
  width: 150px;
}
#about .blk table thead th,
#about .blk table thead td {
  padding-bottom: 10px;
}
#about .blk table tbody {
  border-bottom: 1px solid #9f8336;
}
#about .blk table tbody tr:first-child th,
#about .blk table tbody tr:first-child td {
  padding: 17px 0 8px;
}
#about .blk table tbody tr:last-child th,
#about .blk table tbody tr:last-child td {
  padding-bottom: 17px;
}
#about .blk .txt {
  padding: 18px 0;
}
#about .blk .info dl {
  padding: 13px 0;
  width: 100%;
  display: table;
  border-top: 1px solid rgba(159, 131, 54, 0.24);
}
#about .blk .info dl dt {
  display: table-cell;
  width: 84px;
  font-weight: 600;
}
#about .blk .info dl dd {
  display: table-cell;
}
@media screen and (max-width: 1100px) {
  #about .blk .aboutL {
    width: 49%;
  }
  #about .blk .gmap {
    width: 49%;
  }
}
@media screen and (max-width: 980px) {
  #about .blk table thead th {
    width: 126px;
  }
  #about .blk .info dl dt {
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  #about {
    margin-top: 50px;
    padding: 40px 0 50px;
  }
  #about .top_ttl {
    margin-bottom: 25px;
  }
  #about .blk {
    display: block;
  }
  #about .blk .aboutL {
    width: 100%;
  }
  #about .blk .gmap {
    width: 100%;
    height: 289px;
    margin-top: 15px;
  }
  #about .blk table thead th {
    font-size: 16px;
  }
  #about .blk table td:last-child {
    width: 50px;
  }
}/*# sourceMappingURL=index.css.map */