@charset "UTF-8";
/* CSS Document */

/* =======    ======= */
.contents {
	padding: 0 15px;
}

h3 {
	text-align: center;
	font-size: 1.8em;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	color: #00af00;
	font-feature-settings: "palt";
	margin: 70px 10px 60px 10px;
	line-height: 2.5em;
}

.list {
	max-width: 780px;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: flex;
	flex-direction: row;
	margin: auto;
	margin-bottom: 50px;
}
.list img {
	max-width: 220px;
	width: 100%;
	border-radius: 12px;
	transition: transform .3s ease; /* ゆっくり変化させる */
}
.thumbnail {
	max-width: 220px;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	height: auto;
}
.list img:hover {
	transform: scale(1.1); /* 拡大 */
}
.list ul {
	margin-left: 30px;
	max-width: 530px;
	width: 100%;
	padding-top: 5px;
}

.sub {
	font-size: 16px;
	padding-bottom: 10px;
}

h4 {
	font-size: 30px;
	border-bottom: 2px dotted #717071;
	padding-bottom: 20px;
	font-feature-settings: "palt";
	transition: 0.3s;
}

h4 a {
	transition: 0.3s;
}

h4 a:hover {
	color: #00af00;
}

.price {
	font-size: 30px;
	font-feature-settings: "palt";
	padding-top: 20px;
}
.price span {
	font-size: 18px;
}


@media screen and (max-width:780px) {
	h4 {
		font-size: 25px;
		padding-bottom: 15px;
	}
	.sub {
		font-size: 13px;
	}
	.price {
		font-size: 25px;
		padding-top: 15px;
	}
	.price span {
		font-size: 15px;
	}
}


@media screen and (max-width:500px) {
	.list img {
		max-width: 180px;
	}
	h4 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.price {
		font-size: 18px;
		padding-top: 10px;
	}
	.list ul {
		margin-left: 20px;
	}
}
@media screen and (min-width:480px) {
	h4 br {
		display: none;
	}
}


h2 {
	margin-bottom: 5px;
}

.annotation {
	font-size: 0.9em;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
.annotation br {
	display: none;
}
@media screen and (max-width:780px) {
	.annotation {
		font-size: 0.7em;
	}
}
@media screen and (max-width:500px) {
	.annotation {
		font-size: 0.8em;
		line-height: 1.3em;
	}
	.annotation br {
		display: block;
	}
}



/* ===================== */





















