#event_datepicker .ui-datepicker{ width: 100%; }
#event_datepicker .ui-datepicker .ui-datepicker-header{
    background: #f6f6f6;
}
#event_datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title{
    background: #eb1c23;
    color: #fff;
    font-family: 'PSL KandaExtra Pro';
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 60px;
    margin: 0 0 10px;
    text-align: center;
    height: 60px;
}
#event_datepicker .ui-datepicker .ui-datepicker-prev, 
#event_datepicker .ui-datepicker .ui-datepicker-next{
    display: block;
    text-indent: -9998px;
    z-index: 10;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 4px;
}
#event_datepicker .ui-datepicker .ui-datepicker-prev{
    background: url(../../assets/img/button/prev-2.png) no-repeat center center #d60f16;
    left: 0;
}
#event_datepicker .ui-datepicker .ui-datepicker-next{
    background: url(../../assets/img/button/next-2.png) no-repeat center center #d60f16;
    right: 0;
}
#event_datepicker .ui-datepicker table tr{
    border-bottom: 1px solid #ddd;
}
#event_datepicker .ui-datepicker td span{
    text-align: center;
    color: #999;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    padding: 0;
}
#event_datepicker .ui-datepicker td a{
    background: #28a745;
    color: #444;
    display: block;
    /* font-family: 'PSL KandaExtra Pro'; */
    font-size: 28px;
    letter-spacing: 0;
    line-height: 23px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 46px;
    font-weight: normal;    
}
#event_datepicker .ui-datepicker th{
    color: #eb1c23;
    font-size: 30px;
    line-height: 32px;
}
#event_datepicker .ui-datepicker td.ui-datepicker-today span{
    background: #eb1c23;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 46px;
    margin: 7px auto 0;
    text-align: center;
    width: 46px;
    height: 46px;
    border-radius: 46px;
}
.error{
    color: #eb1c23;
    font-size: 22px;
}
#request-form .form-control-file{
    background: #333;
    border: 0;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
}
.input-remark{
    font-style: italic;
    color: orangered;
    font-size: 22px;
    font-weight: normal;
}
.form-control{
    color: #000;
    font-style: normal;
}
.form-control::placeholder{
    font-style: italic;
}
#box__factory .tab__factory .list__tab{
    width: 50%;
}
#box__factory .tab__factory .box__calendar .list__round li .round{
    text-align: left;
    margin: 0;
    padding-left: 10px;
}
#box__factory .tab__factory .box__calendar .list__round li .duration{
    width: 100%;
    border: none;
    line-height: 100%;
    margin: 10px 0;
    height: auto;
    font-size: 24px;
    display: flex;
    flex-direction: row;
}
#box__factory .tab__factory .box__calendar .list__round li .duration strong{
    width: 20%;
}
#box__factory .tab__factory .box__calendar .list__round li .duration span{
    width: 80%;    
}
#box__factory .tab__factory .box__calendar .note{
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
#box__gallery .list__album .list li a{
    max-height: 300px;
    overflow: hidden;
}
#box__gallery .list__album{
    padding: 0 30px;
}
#box__gallery .list__album .date{
    color: #333;
}
#box__factory .pic-key-visual img{
    width: 100%;
}
#box__factory .tab__factory .box__calendar .list__round li{
    cursor: default;
}
#box__factory .tab__factory .box__calendar .list__round li .choose{
    top: -50px;
    right: 5px;
    color: #fff;
}
.available > a,
.available-day{ 
    background-color: #28a745 !important;
    background-image:none !important;
    color: #fff !important;
}

.sold_out > a,
.sold_out-day { 
    background-color: grey !important;
    background-image: none !important;
    color: #fff !important;
    cursor: default;
}
.datepicker-remark{
    margin-top: 10px;
}
.datepicker-remark li{
    display: inline;
    margin-right: 10px;
}
.datepicker-remark li span{
    background: #28a745;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}

#footer {
    padding: 10px 0 10px 0;
}

#footer .copyright {
    height: auto;
    line-height: 20px;
    font-size: 18px;
}
#footer .copyright a {
    color: #fff !important;
}

[class^=content-] .box__info .box__description{
    width: 50%;
}
[class^=content-] .box__info .pic{
    width: 40.83333vw;
}
@media (max-width: 768px) {
    #event_datepicker .ui-datepicker .ui-datepicker-prev, 
    #event_datepicker .ui-datepicker .ui-datepicker-next{
        width: 7.8125vw;
        height: 7.8125vw;
    }
}