@charset "UTF-8";

.facility-content-list::before {
    content: "2F";
}

.facility-content-list:nth-of-type(2)::before {
    content: "3F";
}

.facility-content-list:nth-of-type(3)::before {
    content: "4F";
}

.page-nav {
    background-color: #FFFDF2;
}

.page-nav:after,
.page-nav:before {
    display: none;
}

.shop_intro_highlight {
    font-size: 2rem;
    font-weight: 600;
}

.shop_intro_notes {
    font-size: 1.5rem;
    color: #e8404d;
}

.child_support_table_tr {
    width: 20%;
}

.note-contact {
    margin-top: 10px;
    font-size: 13px;
}

.notes {
    width: auto;
    margin: 0 40px;
    border: 2px solid #e8404d;
}

.notes .heading {
    font-size: 20px;
    padding: 15px;
    color: #fff;
    background-color: #e8404d;
}

.notes .note {
    font-size: 16px;
    padding: 15px 20px;
    line-height: 1.7em;
    background-color: #fff;
}

.main-content {
    margin-bottom: 0;
}

.age-target {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .shop_intro_highlight {
        font-size: 1.5rem;
        font-weight: 600;
    }
    
    .shop_intro_notes {
        font-size: 1.4rem;
    }
    
    .notes {
        width: auto;
        margin: 15% 0 0;
    }
    
    .notes .heading {
        font-size: 16px;
        padding: 12px;
    }
    
    .notes .note {
        font-size: 14px;
        padding: 12px;
        line-height: 1.7em;
    }
    
    .age-target {
        font-size: 1.4rem;
    }
}