/* #####################################################
 * common.css
 * - Core
 * - Layout
 * - Modules
 * - Pages
 * ################################################## */

/* =====================================================
 * Base
 * ================================================== */

/* =====================================================
 * Layout
 * ================================================== */

/**
 * Footer module
 */
@media only screen and (min-width: 768px) {
	.l-footer {
		margin-top: -244px;
	}

	.l-footer-copyright {
		padding-top: 40px;
	}
}

/**
 * Contents module
 */
@media only screen and (min-width: 768px) {
	.l-container {
		padding-bottom: 260px;
	}
}

/* =====================================================
 * Module
 * ================================================== */

/*
---
name: Item
category: module
---
*/
@media only screen and (max-width: 767px) {
	.mod-shops .item-text-heading:after {
		content: '';
	}
}

@media only screen and (min-width: 768px) {
	.mod-shops .item-text-heading:after {
		content: '';
	}
}

/* =====================================================
 * Pages
 * ================================================== */
