
main {
    padding: 0 0 min(max(5vw, 20px), 30px);
    background-color: var(--bg-01);
}

#flower_list_header  {
    display: flex;
    width: 100%;
    height: 55px;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: var(--bg-01);
    padding: 0 min(max(4vw, 10px), 20px);
}
#flower_list_header a.close {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    z-index: 2;
}
#flower_list_header a.close img {
    display: block;
    width: 100%;
    height: 100%;
}
#flower_list_header h2 {
    font-size: 1.3125rem;
    font-weight: 500;
}


#flower_navi_section {
    display: block;
    width: 100%;
    height: auto;
    padding: 1em min(max(4vw, 10px), 20px);
}

