<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ランチ 2018/03/13 */

#menucategory .mc-sub-inner .mcsi-list .mcsi-list-inner {
    width: 32%;
    position: relative;
    margin: 0 2% 40px 0;
    height: auto;
}

#menucategory .mc-sub-inner .mcsi-list .mcsi-list-inner:nth-child(3n) {
    margin: 0 0 40px 0;
}

#menucategory .mc-sub-inner .mcsi-list .mcsi-list-inner:nth-child(4n) {
    margin: 0 2% 40px 0;
}


@media screen and (min-width: 769px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 480px) {

#menucategory .mc-sub-inner .mcsi-list .mcsi-list-inner {
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
    margin: 0 15px 30px 0;
    height: auto;
}

#menucategory .mc-sub-inner .mcsi-list .mcsi-list-inner:nth-child(3n) {
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
	margin: 0 15px 30px 0;
}

#menucategory .mc-sub-inner .mcsi-list .mcsi-list-inner:nth-child(even) {
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
	margin: 0 0 30px 0;
}





}
</pre></body></html>