@charset "UTF-8";
.l__page_header {
  background-image: url(../img/l__page_header__company.jpg);
  background-position: center center;
}

.overview__table {
  padding: 1rem;
  text-align: left;
  border: 1rem solid #fff;
}
.overview__table tr {
  border-bottom: 1px solid #acacac;
}
.overview__table th,
.overview__table td {
  display: block;
  width: 100%;
}
.overview__table th {
  padding: 0.5rem 0.5rem 0;
}
.overview__table td {
  padding: 0 0.5rem 0.5rem;
}
.overview__table td a {
  display: block;
}
.overview__table .shop_name,
.overview__table .start {
  display: block;
}
.overview__table .businessdays,
.overview__table .closeddays {
  display: flex;
}
.overview__table .businessdays dt::after,
.overview__table .closeddays dt::after {
  content: "/";
  margin: 0 0.25em;
}
.overview__table .service_list li {
  display: inline-block;
}
.overview__table .service_list li:not(:last-of-type):after {
  content: "・";
}

@media screen and (min-width: 768px) {
  .overview__table th {
    padding: 1rem 1rem 0;
  }
  .overview__table td {
    padding: 0 1rem 1rem;
  }
  .overview__table .shop_name,
  .overview__table .start {
    display: inline-block;
    width: 12em;
  }
}
@media screen and (min-width: 992px) {
  .overview__table th,
  .overview__table td {
    display: table-cell;
    padding: 1.5rem;
  }
  .overview__table th {
    width: 14em;
  }
  .overview__table td {
    width: calc(100% - 14em);
  }
}
.img_box {
  display: flex;
  width: 90%;
  margin: auto;
  padding: 4rem 0;
}
.img_box .img {
  width: 49%;
  padding: 0.5rem;
}
.img_box .img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .img_box {
    max-width: 1200px;
  }
}
.message .img {
  display: block;
  width: clamp(1.063rem, 80%, 60rem);
  margin: 0 auto 2rem;
}
.message .sign {
  padding-top: 1rem;
  text-align: right;
}/*# sourceMappingURL=company.css.map */