@charset "UTF-8";

body .pane-main .btn-dtl {
  background: #e9e1c9;
  padding: 7px 15px;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .list-item-tenpo {
    width: 90vw;
    padding: 5px;
    overflow-x: scroll;
    display: flex;
    gap: 10px;
  }
  .list-item-tenpo li {
    width: 150px;
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .list-item-tenpo {
    display: flex;
    gap:4%;
  }
  .list-item-tenpo li {
    width: 22%;
  }
}
