@charset "UTF-8";

/*table*/
.block_table_6 table th, tbody tr:nth-child(2n) td {
    background: #e0b037 !important;
}
/*link*/
a#link+div .inner_item {
    border-left: 2px solid rgb(210 219 196 / 60%);
}
a#link+div .inner_item:nth-child(2) {
    border-right: 2px solid  rgb(210 219 196 / 60%);
}
a#link+div .inner_item_txt {
    background: #fff;
    min-height: 150px;
}
a#link+div .inner_item_txt .h {
    color: #87ab50 !important;
}
a#link+div .inner_item_txt .h:hover {
    color: #97be5c;
}
a#link+div .inner_item:hover {
    opacity: 0.7;
}
/**/
a#link+div .inner_item_txt .block_header_4:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(/common/upload_data/sunnygardenflowers/image/20241204202511.png);
    top: 40px;
    left: 0;
    width: 100%;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 480px) {
a#link+div .inner_item {
    border-bottom: 2px solid rgb(210 219 196 / 60%);
}
a#link+div .inner_item {
    border-left: none;
}
a#link+div .inner_item:nth-child(2) {
    border-right: none;
}
a#link+div .inner_item_txt .block_header_4:after {
    top: 0px;
    left: 40%;
}
}