.business_wrap .business_open table tr th,
.business_wrap .business_open table tr td {
  font-size: 24rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.business_wrap .business_open table tr th {
  width: 400rem;
  text-align: left;
  padding-left: 40rem;
}
.business_wrap .business_open table tr td {
  text-align: center;
  border-left: 1px solid #bfd269;
  padding-left: 0;
  width: 25%;
}
.business_wrap .business_open table tr:first-child .tit:first-child {
  border-top-left-radius: 20rem;
}
.business_wrap .business_open table tr:first-child .tit:last-child {
  border-top-right-radius: 20rem;
}
.business_wrap .business_open table tr:last-child th,
.business_wrap .business_open table tr:last-child td {
  border-bottom: 0;
}
.business_wrap .business_open table tr:last-child th:first-child {
  border-bottom-left-radius: 20rem;
}
.business_wrap .business_open table tr:last-child td:last-child {
  border-bottom-right-radius: 20rem;
}

@media screen and (max-width: 680px) {
  .business_wrap .business_open table tr th,
  .business_wrap .business_open table tr td {
    font-size: 16rem;
    padding: 10rem;
    text-align: center;
  }
  .business_wrap .business_open table tr th {
    width: 25%;
  }
  .business_wrap .business_open table tr td {
    width: 20%;
  }
  .business_wrap .business_open table tr:first-child .tit:first-child {
    border-top-left-radius: 10rem;
  }
  .business_wrap .business_open table tr:first-child .tit:last-child {
    border-top-right-radius: 10rem;
  }
  .business_wrap .business_open table tr:last-child th,
  .business_wrap .business_open table tr:last-child td {
    border-bottom: 0;
  }
  .business_wrap .business_open table tr:last-child th:first-child {
    border-bottom-left-radius: 10rem;
  }
  .business_wrap .business_open table tr:last-child td:last-child {
    border-bottom-right-radius: 10rem;
  }
}/*# sourceMappingURL=komorebi.css.map */