@charset "utf-8";
/*------------------------------------
	高島屋史料館 TOKYO(taka-chan)
--------------------------------------*/
/*----------------------------
	PC
------------------------------*/
.taka-chan {
	padding-top: 2em;
}
.taka-chan .list .item > .itemTtl {
	padding: 1em 0.5em 0.7em;
	border-top: 1px solid #4d4948;
	border-bottom: solid 1px #4d4948;
	font-size: 155%;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
}
.taka-chan .list .item > .itemTtl span {
	display: block;
	margin-top: 0.2em;
	font-size: 135%;
}
.taka-chan .list .item .mainVisual {
	margin-top: 1em;
}
.taka-chan .features {
	margin-top: 2em;
	text-align: center;
}
.taka-chan .features dt {
	font-size: 135%;
	font-weight: bold;
}
.taka-chan .features dd {
	margin-top: 1em;
}
.taka-chan .lead {
	margin-top: 3em;
}
.taka-chan .lead p + p {
	margin-top: 1em;
}
.taka-chan .innerBlock {
	margin-top: 2em;
	display: flex;
	gap: 0 4.5%;
}
.taka-chan .list .item .itemDtl .imgBox {
	width: 25.5%;
}
.taka-chan .list .item .itemDtl .imgBox .capt {
	padding-top: 0.5em;
	font-size: 80%;
}
.taka-chan .list .item .itemDtl .txtBox {
	width: 70%;
}
.taka-chan .list .item .itemDtl .txtBox dl + dl {
	margin-top: 2em;
}
.taka-chan .list .item .itemDtl .txtBox dt {
	font-size: 115%;
	font-weight: bold;
}
.taka-chan .list .item .itemDtl .txtBox dd {
	margin-top: 0.5em;
}
.taka-chan .list .item .itemDtl .txtBox dd p + p {
	margin-top: 1em;
}
.taka-chan .list .item .itemDtl .txtBox dd .line {
	border-bottom: solid 1px #f00;
}
.taka-chan .list .item .itemDtl .txtBox dd .line02 {
	border-bottom: solid 1px #000;
}
.taka-chan .list .item .itemDtl .txtBox dd a:hover {
  text-decoration: underline;
}
.taka-chan .campaignImg {
	margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	gap: 1em 3%;
	justify-content: center;
}
.taka-chan .campaignImg li {
	width: 30%;
}

/*----------------------------
	SP
------------------------------*/
@media (max-width: 768px) {
	.taka-chan .features {
		text-align: left;
	}
	.taka-chan .features dd {
		padding-left: 1em;
		text-indent: -1em;
	}
	.taka-chan .innerBlock {
		flex-direction: column;
		align-items: center;
		gap: 2em 0;
	}
	.taka-chan .list .item .itemDtl .imgBox {
		width: 70%;
	}
	.taka-chan .list .item .itemDtl .imgBox .capt {
		font-size: 85%;
	}
	.taka-chan .list .item .itemDtl .txtBox {
		width: 100%;
	}
}
