@charset "UTF-8";

@media (max-width: 768px){
a#menu_ttl+section img {
    max-width: none !important;
    width: 50% !important;
}
}
.inner_item_img {
    pointer-events: none;
}
.heading.block_header_2 p {
    position: relative;
}
.widget_menu01 .heading.block_header_2 :before {
    content: "";
    bottom: -13px;
    left: 0;
    height: 17px;
    width: 500px;
    position: absolute;
    background: url(/common/upload_data/chamomile2010jp/image/20200930104920.png) no-repeat left center / contain;
}
@media (max-width: 768px){
.widget_menu01 .heading.block_header_2 :before {
    content: "";
    bottom: -13px;
    left: 0;
    height: 17px;
    width: 100%;
    position: absolute;
    background: url(/common/upload_data/chamomile2010jp/image/20200930104920.png) no-repeat center center / cover;
}
}