@charset "UTF-8";

/* Zaiko
------------------------- */
.postContent {
	margin: 0 0 100px;
}
.singleEyeCatch img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}
#zaiko iframe {
	display: block;
	aspect-ratio: 4 / 3;
	margin: auto;
	width: 100%;
	height: auto;
}
.zaikoPhotos {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zaikoPhoto {
	flex: 0 0 calc( 100% / 5 - 3px );
	line-height: 0;
}
.zaikoPhoto img {
	object-fit: cover;
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
	margin: 0 0 3px;
}

/* kakaku */
#kakaku { /* ul */
	/*list-style-type: none;
	display: flex;
	justify-content: center;*/
	margin: 0 auto 0;
}
#kakaku li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.coreContents #kakaku p {
	margin: 0;
}
.kakaku__carTitle { /* li left */
	margin: 2px 10px 0 0;
	font-weight: 700;
}
.kakaku__price { /* li right */
	margin: 0 0 0 10px;
}
.coreContents .kakaku__carTitle p {
	font-size: 24px;
}
#kakaku__display {
	font-weight: 900;
	font-size: 28px;
}
.amount {
	display: inline-block;
	margin: 0 5px 0 10px;
	line-height: 1;
	font-weight: 600;
	font-size: 40px;
	color: #e90000;
}
.zeikomi {
	font-weight: 600;
	font-size: 18px;
}
/* End of CSS */