.shikabeTitle {
  font-size: 24px;
  color: #fcde79;
}
.shikabeSubTitle {
  font-size: 18px;
  display: block;
  margin: 5px auto;
  background-color: #f89b00;
  color: #fff;
  padding: 3px 30px;
  width: min-content;
  border-radius: 30px;
}

.shikabeStation {
  padding: 10px 20px;
  margin: 20px 0;
  font-weight: normal;
  line-height: 1.5;
  display: flex;
  border: 2px solid #495b1f;
  align-items: stretch;
  border-radius: 10px;
}
.shikabeStationHeader {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #495b1f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.shikabeStationHeader p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.shikabeStationTitle {
  font-size: 18px;
  font-weight: bold;
  color: #495b1f;
}
.shikabeStationTbl th,
.shikabeStationTbl td {
  font-size: 14px;
}
.shikabeStationTbl th {
  width: 2.5em;
  text-align: left;
  vertical-align: text-top;
}
.shikabeTable th,
.shikabeTable td {
  padding: 0 0.5em;
  text-align: left;
  vertical-align: text-top;
  color: #644009;
}
.shikabeTable tr th:first-child,
.shikabeTable tr td:first-child {
  padding-left: 0;
}
.shikabeItem,
.shikabeTime {
  white-space: nowrap;
}
.shikabeItem {
  font-weight: normal;
}
.shikabeTable .shikabeArrow {
  text-align: center;
}
.shikabeText {
  text-indent: -1em;
  margin-left: 1em;
}

.shikabePlanWrap {
  display: flex;
  gap: 20px;
}

.shikabePlan {
  width: calc((100% - 20px) / 2);
  background: #fcde79;
  padding: 20px 20px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 1.5;
  border-radius: 10px;
}
.shikabePlan p {
  margin: 0;
  font-size: 16px;
}
.shikabePlan .shikabePlanTitle {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}
.shikabePlanTitle span {
  display: inline-block;
  padding-left: 1em;
  font-weight: normal;
  color: #644009;
  font-size: 13px;
}
.shikabePlan .total {
  font-weight: bold;
}
.shikabePlan .totalPrice {
  color: #c00;
}
.shikabePlan .totalPrice {
  color: #c00;
  font-size: 18px;
}
