/* 表示エリア (4:3比率) */
#apc-seasons {
	position: relative;
	width: 100%;
	padding: 24px 0px;
	margin: 30px 0px;
	border: 1px solid #eeee;
	border-radius: 0px;
	background: #e2e8e2;
	z-index: 1000;
}
#apc-seasons > * {
	position: relative;
	z-index: 1002;
}
#apc-seasons .bg {
	position: absolute;
	width: 10000px;
	height: 100%;
	top: 0;
	left: -5000px;
	background: #e2e8e2;
	z-index: 1001;
}
#apc-seasons .stage {
	max-width: 90%;
	border-radius: 0px;
	margin: auto;
	padding: 25px 20px;
	background: #fff;
	display: block;
	box-shadow: 10px 10px 0px 0px #534736;
	justify-content: space-between;
	align-items: top;
}
#apc-seasons .stage .imgwrap {
	width: 100%;
}
#apc-seasons .stage .imgwrap img {
	vertical-align: bottom;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}
#apc-seasons .stage .imgwrap #imgTxt {
	text-align: center;
	font-size: .8em;
	margin: 0;
}
#apc-seasons h2 {
	display: block;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border: none;
	margin-bottom: 20px;
	color: unset;
	background: none;
}
#apc-seasons .caption {
	width: 100%;
	padding-top: 20px;
	background: #fff;
}
#apc-seasons .heading {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
        margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.main-comment, .sub-comment, .sub-comment2, .imgTxt, .temp-comment, .tmepTxt {
	font-size: .9em;
}
.main-comment {
	margin-bottom: 10px;
}
.sub-comment, .sub-comment2 {
	display: inline-block;
	width: auto;
	margin-bottom: 15px;
	font-size: 1em;
	color: #666;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.sub-comment2 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.sub-comment .tip, .sub-comment2 .tip {
	padding: 5px;
	margin-right: 5px;
	color: #fff;
	background: #b22;
	border-radius: 3px;
}
.sub-comment2 .tip {
	background: #25b;
}
/* ボタン群 */
.buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
.buttons button {
	font-size: .8em;
	cursor: pointer;
	border: none;
	margin: 3px;
	padding: 10px 8px;
	color: white;
	background: #babeb9;
	transition: background .2s;
}
button:hover {
	background: #e0e0e0;
}
button.active {
	background: #534736;
	color: white;
	margin: 3px;
	transform: scale(1.2);
}

@media screen and (min-width: 1024px) {
#apc-seasons h2 {
      font-size: 1.4em;
}
#apc-seasons .stage {
	display: flex;
	max-width: 80%;
}
#apc-seasons .caption {
	padding-top: 0px;
}
#apc-seasons .stage .imgwrap {
	width: 50%;
}
#apc-seasons .caption {
    width: 50%;
    padding-left: 20px;
}
}