@charset "utf-8";
/* Reception  */
.recep-title{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    border: 3px solid #e60012;
    padding: min(2.2vw, 22px) min(2vw, 20px);
    line-height: 1.3;
    color: #e60012;
}

.reg{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.reg-card{
    width: 49%;
    border: 2px solid #e60012;
}
.reg-card_title{
    text-align: center;
    font-size: min(2vw, 2rem);
    line-height: 1.5;
    color: #fff;
    background: #e60012;
    padding: 0 10px 3px;
}
.reg-card_inner{
    padding: 17px 0 17px 16px;
}
.reg-card_time{
    font-weight: bold;
    font-size: min(2.2vw, 2.5rem);
    line-height: 1.2;
}
.reg-card_time .--sm{
    font-size: 0.7em;
    line-height: 1;
}
.reg-card_time .--lg{
    font-size: 1.58em;
    line-height: 1;
}
.reg-card_time .--md{
    font-size: 0.86em;
    line-height: 1;
}
.reg-card_time .--xtra{
    font-size: 1.28em;
    line-height: 1;
}
.reg-card_note{
    font-size: 1.6rem;
    margin: 5px 0 0 1em;
    text-indent: -1em;
    padding-left: 2vw;
}
.reg-card--yellow{
    border-color: #fdbc07;
}
.reg-card--yellow .reg-card_title{
    background: #fdbc07;
    color: #000;
}
.reg-card--yellow .reg-card_inner{
    padding-left: 22px;
}
.reg-card--yellow .reg-card_note{
    padding-left: 1.3vw;
}

.recep-btn a{
    height: 70px;
}
.reg figure{width: 49%;}

@media screen and (max-width: 768px){    
    .reg{
        flex-direction: column;
        gap: 15px;
        margin: 30px 0;
    }
    .recep-title{
        font-size: min(4.5vw, 2rem);
        padding: 10px;
    }
    .recep-btn a {
        height: 50px;
    }
    .reg figure{width: 100%; text-align: center;}

    .reg-card{
        width: 100%;
    }
    .reg-card_title{
        font-size: min(4vw, 1.8rem);
    }
    .reg-card_time{
        font-size: min(4.2vw, 2rem);
    }
    .reg-card_inner{
        padding: 15px min(3vw, 15px)!important;
    }
    .reg-card_note{
        font-size: min(3vw, 1.4rem);
    }
}
