.reverse .span:nth-child(1) {
  order: 2;
}
.reverse .span:nth-child(2) {
  order: 1;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mb1 {
  margin: 0 0 2rem;
}

.sec_01 {
  padding-bottom: 4rem;
}
.sec_01 .container {
  max-width: 1300px;
}
.sec_01 .desc001 {
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1em;
}
.sec_01 h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.3em;
  margin: 1em auto 0.5em;
}
.sec_01 h2:before {
  content: "";
  background: #bf9112;
  width: 10rem;
  height: 0.3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec_01 .desc002 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.sec_01 .ul_01 {
  list-style: none;
  padding: 0;
}
.sec_01 .ul_01 li {
  margin: 0.5em;
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}
.sec_01 .ul_01 li:before {
  content: "";
  background: #bf9112;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
  transform: rotate(45deg);
}
.sec_01 .desc003 {
  margin: 1em 0;
}
.sec_01 .table_schedule {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
}
.sec_01 .table_schedule thead th {
  background: rgba(190, 137, 21, 0.9);
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0.2em;
  text-align: center;
}
.sec_01 .table_schedule tbody th,
.sec_01 .table_schedule tbody td {
  border: 1px solid #be8915;
  text-align: center;
  font-weight: normal;
  padding: 0.8em 0.2em;
}

.img_t {
  margin: 2em 0 0.5em;
  text-align: right;
}/*# sourceMappingURL=dekitatementaiko2026_custom_sp.css.map */