@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

a {
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    line-height: 1em;
    outline: none;
    text-decoration: none;
    transition: 0.1s;
    vertical-align: top;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

body {
    background: rgba(0,0,0,0.1);
    color: rgb(31,31,31);
    font: 0 "Roboto";
    margin: 0;
    text-align: center;
}

div {
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: top;
}

.head {
    background: rgb(255,255,255);
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 24px 0;
}

.head_title {
    display: inline-block;
    _font-size: 24px;
    _font-weight: 600;
}

.head_description {
    color: rgb(159,159,159);
    font-size: 12px;
    font-weight: 500;
    padding: 12px 0 0;
    text-transform: uppercase;
}

.logo_color, .logo_white {
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    display: inline-block;
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 2px;
    width: 32px;
}

.logo_color {
    _background: rgb(47,159,111);
    background: rgb(223,31,47);
    border: 1.5px solid rgba(0,0,0,0.1);
    color: rgb(255,255,255);
    font-weight: 600;
    text-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.logo_white {
    _background: rgb(255,255,255);
    background: rgb(47,159,111);
    _border: 1.5px solid rgb(223,31,47);
    _border: 1.5px solid rgb(31,31,31);
    _border: 1.5px solid rgb(47,159,111);
    border: 1.5px solid rgba(0,0,0,0.1);
    _color: rgb(223,31,47);
    _color: rgb(31,31,31);
    _color: rgb(47,159,111);
    color: rgb(255,255,255);
    font-weight: 900;
    text-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.badge_grid {
    padding: 0 0 24px;
}

.badge {
    background: rgb(255,255,255);
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    margin: 24px 24px 0;
    padding: 24px 24px 0;
}

.badge_title {
    font-size: 24px;
    font-weight: 600;
}

.badge_schedule {
    font-size: 20px;
    padding: 12px 0 0;
}

.badge_schedule span, .badge_note_departure_time span {
    color: rgb(159,159,159);
}

.badge_note {
    border-top: 1.5px solid rgba(0,0,0,0.1);
    margin: 24px 0 0;
    text-align: left;
}

.badge_note:last-child {
    padding: 0 0 24px;
}

.badge_note_title {
    color: rgb(159,159,159);
    font-size: 12px;
    font-weight: 500;
    padding: 12px 0 0;
    text-transform: uppercase;
}

.badge_note_text {
    font-size: 16px;
    padding: 12px 0 0;
}

.badge_note_footnote {
    color: rgb(159,159,159);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 12px 0 0;
}

.badge_note_departure_grid {

}

.badge_note_departure {
    border-bottom: 1.5px dotted rgba(0,0,0,0.1);
    padding: 12px 0 12px;
}

.badge_note_departure:last-child {
    border-bottom: 0;
    padding: 12px 0 0;
}

.badge_note_departure_point {
    display: inline-block;
    font-size: 16px;
    line-height: 1.25em;
    width: 65%;
}

.badge_note_departure_point i {
    color: rgb(223,31,47);
    padding: 0 8px 0 0;
}

.badge_note_departure_time {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    text-align: right;
    width: 35%;
}

.buy {
    background: rgb(255,255,255);
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    padding: 24px;
}

.buy_title {
    font-size: 24px;
}

.buy_title i {
    color: rgb(223,31,47);
    padding: 0 12px 0 0;
}

.buy_tel_grid {
    border-bottom: 1.5px dotted rgba(0,0,0,0.1);
    border-top: 1.5px dotted rgba(0,0,0,0.1);
    margin: 24px 0 0;
}

.buy_tel {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 24px 0 0;
}

.buy_tel:last-child {
    padding: 24px 0;
}

.buy_address {
    font-size: 16px;
    line-height: 1.5em;
    padding: 24px 0 0;
}

.footer {
    color: rgb(159,159,159);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 24px;
}

@media(min-width: 720px) {
    .badge_grid {
        padding: 12px;
    }

    .badge {
        display: inline-block;
        margin: 12px;
        width: 360px;
    }
}
