.taian-calendar td {
  padding: 5px 0 0 !important;
  border-top: 1px solid #ccc;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.taian-calendar td.tomobiki {
  background-color: inherit;
}
.taian-calendar td .rokuyo {
  line-height: 1rem;
}
.taian-calendar .calendar-table td.taian, .taian-calendar .calendar-table td.sunday.taian, .taian-calendar .calendar-table td.saturday.taian {
  background-color: #fff8fb;
}
.taian-calendar .calendar-table td.sunday.preday, .taian-calendar .calendar-table td.saturday.preday, .taian-calendar .calendar-table td.preday {
  background-color: #fff;
}
.taian-calendar .day-option {
  padding: 0;
}
.taian-calendar .rokuyo-taian {
  font-size: 1rem;
}

.lucky-days {
  min-height: 18px;
}
.lucky-days ul li {
  display: none;
  height: 1rem;
  font-weight: normal;
  border-radius: 0px;
  margin-bottom: 0px;
}
.lucky-days ul li.tenshobi, .lucky-days ul li.ichiryumanbaiday, .lucky-days ul li.torinohi {
  display: inherit;
  color: #444 !important;
}
.lucky-days ul li.ichiryumanbaiday {
  background-color: #d0f4de;
}
.lucky-days ul li.torinohi {
  background-color: #fcf6bd;
}
.lucky-days ul li.tenshobi {
  background-color: #ff99c8;
}

.taian-calendar .day-and-option {
  align-items: center;
  gap: 1px;
  padding-bottom: 2px;
}
.taian-calendar .day {
  font-size: 1.1rem;
  padding: 0;
}

.lucky-days-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.lucky-days-table td {
  padding: 8px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ddd;
  width: 126px;
}
.lucky-days-table td:first-child {
  width: 40px;
  font-weight: bold;
}
.lucky-days-table td:last-child {
  padding-right: 4px;
}
.lucky-days-table tr:hover {
  background-color: #ddd;
}
.lucky-days-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.lucky-days-table .tr-holiday {
  display: none;
}

.overlapping-days {
  font-size: 1rem;
  max-width: 800px;
}
.overlapping-days h2 {
  font-size: 1.8rem;
}
.overlapping-days h3 {
  margin: 2.2rem 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.overlapping-days h3 span {
  font-size: 1.25rem;
  font-weight: bold;
}
.overlapping-days p {
  padding-left: 16px;
  line-height: 1.6;
}
.overlapping-days table {
  width: 100%;
  border-collapse: collapse;
}
.overlapping-days table td {
  font-size: 1rem;
  padding: 12px;
  text-align: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.overlapping-days table td span {
  color: #666;
}
.overlapping-days table td span.taian {
  font-weight: bold;
  color: #FF258D;
}
.overlapping-days table td:first-child {
  width: 32%;
  border-right: 1px solid #f5f5f5;
  text-align: left;
}
.overlapping-days table td:last-child {
  width: 68%;
  font-weight: normal;
}
.overlapping-days table td.lucky-days ul {
  display: flex;
}
.overlapping-days table td.lucky-days ul li {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-right: 8px;
  font-size: 0.8rem;
  height: 1.2rem;
}

@media screen and (max-width: 600px) {
  .overlapping-days table td.lucky-days ul {
    flex-direction: column;
  }
  .overlapping-days h2 {
    font-size: 1.5rem;
  }
  .overlapping-days p {
    padding-left: 0;
    line-height: 1.6;
  }
  .overlapping-days table td {
    font-size: 1rem;
    padding: 8px 4px;
  }
  .overlapping-days table td:first-child {
    width: 55%;
    font-size: 0.9rem;
  }
  .overlapping-days table td:last-child {
    width: 45%;
    padding-left: 12px;
  }
  .overlapping-days table td.lucky-days ul {
    flex-direction: column;
  }
}

/*# sourceMappingURL=taian.css.map */
