/*////////////////////////
service
///////////////////////*/
.marker{
    background: #efefef;
    border-radius: 2px;
    line-height: inherit;
    display: table;
        padding: 5px 10px;
}


.tag span{
    font-size: 1.2em;
    letter-spacing: .1em;
    display: inline-block;
    line-height: inherit;
    padding: 5px;
    margin: 3px 2px;
    border: 2px #222 solid;
    border-radius: 2px;
}

.produce_sec_img{
    width: 100%;
    height: 500px;
    
    background-image: url(../images/produce_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.produce_sec_img h2{
    font-size: 3em;
    letter-spacing: .1em;
    color: #fff;
}

@media screen and (max-width: 767px) {
.produce_sec_img{
    height: 500px;
    background-size:cover

    }
}

