@charset "utf-8";

/* ■■■■■矯正特設日■■■■■ ＠import はフッターに書くと無視されます*/
@import url("https://koo.jp/pub_css/ortho_day.css");
/* ■■■■■■■■■■■■■■■ */

#booking-package .sun {}
#booking-package .mon {}
#booking-package .tue {}
#booking-package .wed {}
#booking-package .thu {}
#booking-package .fri {}
#booking-package .sat {}
#booking-package .nationalHoliday {}
#booking-package_calendarPage .dateField {
    /**
    background-color: #0f9b79;
    color: #fff;
    font-weight: 400;
    **/
}
#booking-package_calendarPage .startDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(270deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}
#booking-package_calendarPage .dateOfFullRoom {
    /**
    background: #ff8989;
    **/
}
#booking-package_calendarPage .endDateOfFullRoom {
    /**
    background-image: repeating-linear-gradient(90deg, #ff8989 0px 50%, transparent 0% 100%);
    **/
}


div.today div.dateField {
    /* background-color: #f00 !important; */
    /* color: #f00; */
    /* font-weight: 800; */
    position:relative;
    z-index:1;
    
 }

.today div.dateField:before {
    border: dashed 1px #000;
    display: inline-block;
    content: "";
    position: absolute;
    background: #fff700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    /* top: 14px; */
    left: calc(50% - 11px);
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /* text-align: center; */
    z-index: -1;
}