body {
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #fdf6e3;
	color: #333;
}
.carousel img {
	border: 4px solid #000000;
}

section {
	margin-top: 24px;
	padding: 40px 60px;
}

.flex {
	display: flex;
}
.flex-col {
	flex-direction: column;
}

.justify-between {
	justify-content: space-between;
}

.mt-4 {
	margin-top: 24px;
}

.gap-4 {
	gap: 24px;
}

.default-style {
	text-decoration: none;
	color: inherit;
}

.aqua:hover {
	background-color: #c9d1fe;
}

.city {
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 40px;
}

.city img {
	width: 180px;
	height: 180px;
	background: #ddd;
	display: block;
}

.city-content {
	flex: 1;
}

.more {
	display: inline-block;
	margin-top: 10px;
	padding: 6px 14px;
	background: #333;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border-radius: 4px;
}