.tit_del01 {
  font-size: 28px;
  text-align: center;
  color: #00004c;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .tit_del01 {
      font-size: 18px;
      margin-bottom: 15px; } }
  .tit_del01::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../../images2023/common/icon_cal.png) 0px 0px no-repeat;
    background-size: cover;
    margin-right: 15px; }

.deli_com {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .deli_com {
      margin-bottom: 30px; } }
  .deli_com .txt_flex {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d3ee; }
    @media screen and (max-width: 768px) {
      .deli_com .txt_flex {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 15px; } }
    .deli_com .txt_flex .tit01 {
      width: 38.75%;
      color: #00004c;
      font-size: 28px;
      background: url(../../images2023/common/icon_cal.png) 0px center no-repeat;
      background-size: 32px 32px;
      line-height: 1.3;
      padding-left: 45px; }
      @media screen and (max-width: 768px) {
        .deli_com .txt_flex .tit01 {
          width: 100%;
          max-width: 100%;
          margin-bottom: 10px;
          font-size: 18px; } }
      .deli_com .txt_flex .tit01 span {
        display: block;
        font-size: 12px; }
    .deli_com .txt_flex .txt01 {
      width: 61.25%;
      font-size: 16px;
      color: #555; }
      @media screen and (max-width: 768px) {
        .deli_com .txt_flex .txt01 {
          width: 100%;
          max-width: 100%;
          font-size: 14px; } }

.tit_cal {
  text-align: center;
  font-size: 22px;
  color: #c0a952;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .tit_cal {
      font-size: 16px;
      margin-bottom: 15px; } }
  .tit_cal b {
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .tit_cal b {
        font-size: 24px; } }

@media screen and (max-width: 768px) {
  .calendar__item {
    margin-left: -25px;
    margin-right: -25px; } }

.calendar__table {
  font-size: 16px;
  margin-bottom: 30px;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .calendar__table {
      font-size: 15px;
      border-radius: 0px; } }
  .calendar__table th, .calendar__table td {
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 7); }
    @media screen and (max-width: 1024px) {
      .calendar__table th, .calendar__table td {
        padding: 3px 2px; } }
  .calendar__table th {
    background-color: #a5953c;
    border: solid 1px #fff;
    border-right: none;
    border-bottom: solid 1px #d7d3ee;
    font-weight: bold;
    color: #fff; }
    .calendar__table th:nth-last-of-type(1) {
      border-right: solid 1px #fff; }
  .calendar__table td {
    background-color: #fff;
    border-bottom: solid 1px #d7d3ee;
    border-left: solid 1px #d7d3ee;
    color: #7f6e09;
    font-weight: bold;
    text-align: center; }
    .calendar__table td .table-calendar__status {
      font-size: 12px;
      color: #753103;
      font-weight: normal;
      display: block;
      background-color: #f7f6fc;
      border-radius: 6px;
      line-height: 1;
      padding: 7px 0px;
      margin-top: 5px; }
      .calendar__table td .table-calendar__status i {
        color: #00004c;
        margin-right: 3px; }
        @media screen and (max-width: 768px) {
          .calendar__table td .table-calendar__status i {
            display: block;
            margin: 0px; } }
        .calendar__table td .table-calendar__status i.i {
          color: #cfb051; }
      @media screen and (max-width: 768px) {
        .calendar__table td .table-calendar__status {
          font-size: 10px;
          padding: 4px 0px; } }
  .calendar__table tr td:nth-child(1), .calendar__table .holiday {
    background-color: #fdf3ee; }
    .calendar__table tr td:nth-child(1) .table-calendar__status, .calendar__table .holiday .table-calendar__status {
      background-color: #fff; }
  .calendar__table tr td:nth-last-child(1) {
    background-color: #e5f5f8;
    border-right: solid 1px #d7d3ee; }
    .calendar__table tr td:nth-last-child(1) .table-calendar__status {
      background-color: #fff; }
  .calendar__table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px; }
    @media screen and (max-width: 768px) {
      .calendar__table tbody tr:last-child td:first-child {
        border-radius: 0px; } }
  .calendar__table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0; }
    @media screen and (max-width: 768px) {
      .calendar__table tbody tr:last-child td:last-child {
        border-radius: 0px; } }
