@charset "UTF-8";
/* Scss Document */

/*トップページ*/

h1 {
    background: url(../../tsukudani/images/title.png) no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
	margin-top: 2rem;
}

.tsukudani-list h2 {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
}
.tsukudani-list h2 img {
    margin-right: 1rem;
}
.tsukudani-list ul {
	display: flex;
	flex-wrap: wrap;

}
.tsukudani-list li {
    width: calc(100% / 3);
	padding: 2rem;
	font-size: 1.2rem;
}

.tsukudani-description {
	margin: 0 auto;
	width: 600px;
}
.tsukudani-description h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 1.5rem;

	margin: 1rem auto;
	letter-spacing: 0.25rem;
}
.tsukudani-description img {
	max-width: 420px;
}

.tsukudani-description li p {
	background: #fff;
	padding: 1rem;
	border-radius: 15px;
	border: 2px dashed #ccc;
	line-height: 2rem;
}

.product ul {
	display: flex;
	justify-content: center;
}
.product ul li {
	padding: 1rem;
}
.product img {
	max-width: 320px;
}
.foot-menu {
	width: 100%;
}
.foot-menu ul {
	display: flex;
	width: 100%;

}
.foot-menu img {
	max-width: 100%;
}
.foot-menu li {
	padding: 1rem;
	width: calc(100% / 6);
}

/* for smart phone & tablet*/
@media screen and (max-width: 768px) {

   
}
/* smartphone */
@media screen and (max-width: 480px) {
	.tsukudani-description {
		width: 100%;
	}
	.tsukudani-description img {
		max-width: 280px;
	}
	.product ul {
		flex-wrap: wrap;
	}
	.foot-menu img {
		max-width: 100%;
	}
	.foot-menu ul {
		flex-wrap: wrap;
	}
	.foot-menu li {
		width: calc(100% / 3);
	}
}
