@charset "UTF-8";


#content .section .shoulder{
    color: #44786b;
    border-bottom: #44786b 1px solid;
}

#content .section h2 span{
    color: #44786b;
}

#content .gourmet .items .item .shop .name{
    color: #44786b;
}

@media print,screen and (min-width:765px){


    #content .mv .sub1{
        position: absolute;
        left: -80px;
        top: 0px;
    }

    #content .mv .sub2{
        position: absolute;
        right: -180px;
        top: 50px;
    }



    #content .location .sub1{
        position: absolute;
        right: 0px;
        bottom: -80px;
    }

    #content .gourmet .sub1 {
        position: absolute;
        left: 100px;
        top: -40px;
    }
    #content .gourmet .sub2 {
        position: absolute;
        right: 80px;
        top: -40px;
    }


    #content .gourmet .items{
        width: 630px;
        margin-left: auto;
        margin-right: auto;
    }


    #content .gourmet .cap{
        width: 630px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        font-size:80%;
        text-align: right;
    }




}





@media only screen and (max-width:764px){


    #content .mv .sub1{
        position: absolute;
        left: 0px;
        top: 20px;
        width: 80px;
    }

    #content .mv .sub2{
        position: absolute;
        right: -20px;
        top: 30px;
        width: 120px;
    }

    #content .location .sub1{
        display: none;
    }


    #content .gourmet .sub1 {
        display: none;
    }
    #content .gourmet .sub2 {
        display: none;
    }



}
