.wp-block-table.is-style-regular{
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: none;
}

.wp-block-table.is-style-regular table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .wp-block-table.is-style-regular th,
  .wp-block-table.is-style-regular td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    padding: 12px 8px;
    font-size: 16px;
    font-weight: bold;
  }

  .wp-block-table.is-style-regular tbody tr:first-child th,
.wp-block-table.is-style-regular tbody tr:first-child td {
  border-top: none !important;
}

  .wp-block-table.is-style-regular thead th {
    border-top: none;
  }
  
  .wp-block-table.is-style-regular td:first-child,
  .wp-block-table.is-style-regular th:first-child {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
  }
  
  .wp-block-table.is-style-regular td {
    vertical-align: middle;
  }

  .wp-block-table.is-style-regular td,
    .wp-block-table.is-style-regular th {
      white-space: nowrap;
      width: 1%;
    }
  
  /* 画面が小さいときにテーブルが崩れないように */
  @media screen and (max-width: 600px) {
    .wp-block-table.is-style-regular {
      font-size: 14px;
    }
  
    .wp-block-table.is-style-regular td,
    .wp-block-table.is-style-regular th {
      padding: 8px 5px;
    }
  }
  
  @media (max-width: 768px) {
  .wp-container-core-columns-is-layout-28f84493 {
    flex-wrap: wrap !important;
  }
}

/* map-container */
.google-map-container {
  position: relative;
  width: 100%;
  /* 高さを横幅の75％にする為。16：9にしたい時は56.25%でできる */
  height: 220px;
}

@media (min-width: 768px) {
  .google-map-container {
    height: 340px;
  }
}
@media (min-width: 950px) {
  .google-map-container {
    height: 440px;
  }
}

.google-map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
.wp-block-column.is-layout-flow {
  font-size: var(--wp--preset--font-size--small);
}
}