body:has(#hdr) {
  user-select: text!important;
}
.higchien-honey .content .detail {
      border-radius: 0 0 80px 0;
}

// カレンダー
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}

.higchien-honey h3 {
    font-weight: 600 !important;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center !important;
    font-family: 'Zen Maru Gothic';
  
}
  .gift .detail h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
    text-align: left !important;
}
.gift .detail p {
    font-weight: 400 !important;
    line-height: 180%;
}