#subpage section .googlemap {
  width: 100%;
  height: 560px;
  position: relative;
  margin-bottom: 80px;
}
#subpage section .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  #subpage section .googlemap {
    width: 100%;
    height: 260px;
    margin-bottom: 40px;
  }
}
#subpage section figure.wide {
  margin-bottom: 80px;
}
#subpage section .table_type01 tbody tr th {
  width: 220px;
}
#subpage section .time {
  width: 100%;
  margin: 0 auto 80px;
  table-layout: fixed;
  font-size: 1.5rem;
}
#subpage section .time caption {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1;
}
#subpage section .time thead tr th {
  font-size: 1.3rem;
  font-weight: 500;
  height: 36px;
  background: #654e3f;
  color: #fff;
  vertical-align: middle;
}
#subpage section .time thead tr th:nth-child(1) {
  width: 150px;
}
#subpage section .time tbody tr th {
  font-weight: 500;
  text-align: center;
  height: 70px;
  vertical-align: middle;
  border-bottom: 1px solid #654e3f;
  line-height: 1.5;
}
#subpage section .time tbody tr th small {
  display: block;
  font-size: 1.2rem;
}
#subpage section .time tbody tr td {
  height: 70px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #654e3f;
}
#subpage section .time tfoot tr td {
  text-align: right;
  font-size: 1.4rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #subpage section figure.wide {
    margin-bottom: 40px;
  }
  #subpage section .table_type01 tbody tr th {
    width: 90px;
  }
  #subpage section .time {
    width: 100%;
    margin: 0 auto 40px;
    table-layout: fixed;
    font-size: 1rem;
  }
  #subpage section .time caption {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #subpage section .time thead tr th {
    font-size: 1rem;
    height: 26px;
    vertical-align: middle;
    text-align: center;
  }
  #subpage section .time thead tr th span {
    display: none;
  }
  #subpage section .time thead tr th:nth-child(1) {
    width: 84px;
  }
  #subpage section .time tbody tr th {
    height: 40px;
    text-align: center;
  }
  #subpage section .time tbody tr th small {
    display: block;
    font-size: 1rem;
    white-space: nowrap;
  }
  #subpage section .time tbody tr td {
    height: 40px;
  }
  #subpage section .time tfoot tr td {
    text-align: right;
    font-size: 1rem;
    padding-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
