.Head h2 {
	margin: 0;
}

@media (max-width: 640px) {
	.Head {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		height: 30rem;
		background: url(/src/images/lesson/title_back_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.Head p {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		line-height: 8.175rem;
	}
	.Head p img {
		vertical-align: middle;
	}
}

@media (min-width: 641px) {
	.Head h2 {
		display: flex;
		align-items: center;
		height: 20rem;
		background: url(/src/images/lesson/title_back_pc.jpg) no-repeat center top;
		background-size: cover;
	}
	.Head h2 img {
		position: relative;
		left: 25%;
		transform: translateX(-50%);
	}
	.Head p {
		margin: 2rem auto;
	}
}



.Contents h3 {
	background: #fbedd9;
	line-height: 6rem;
}
.Contents h3 img {
	vertical-align: middle;
}

.Contents .body {
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
}

.Contents .body figure {
	margin: 0;
}
.Contents .body .text p {
	text-align: justify;
}

@media (max-width: 640px) {
	.Contents h3 {
		margin: 2rem 0 0;
	}
	.Contents .body {
		margin: 0 1rem;
	}
	.Contents .body > * {
		margin: 1.5rem 0;
	}
	.Contents .body h4 {
		margin: 2rem auto;
	}
	.Contents .body h4 img {
		font-size: 120%;
	}
	.Contents .image img {
		width: 100%;
	}

	.Contents .body3 .image iframe {
		width: 23rem;
		height: calc(23rem / 560 * 315);
	}
}

@media (min-width: 641px) {
	.Contents .body {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		width: 46rem;
		margin: 0 auto;
		padding: 1px 0 2rem;
	}
	.Contents .body h4 {
		margin: 2rem;
		width: 100%;
	}
	.Contents .body p {
		margin: 0;
	}
	.Contents .body .image,
	.Contents .body .text {
		width: 22rem;
	}

	.Contents .body3 .image iframe {
		width: 22rem;
		height: calc(22rem / 560 * 315);
	}
}



.Shops h3,
.Shops .body {
	margin: 1rem auto;
}

.Shops ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Shops ul li {
	margin: 0.5rem;
	width: 10em;
}
.Shops ul li a {
	display: block;
}

@media (max-width: 640px) {
	.Shops {
		margin: 3rem auto;
	}
}

@media (min-width: 641px) {
	.Shops {
		margin: 4rem auto;
	}
}