@charset "utf-8";

/* 宇都宮義真 手記
============================ */

/* プロフィール */
.note .profile.col {
	display: flex;
	width: 90%;
	margin: 0 auto;
}
.note .profile.col dt {
	flex: 0 0 min(30%, 210px);
	margin-right: 40px;
}
.note .profile.col dd {
	flex-grow: 1;
	}
	@media screen and (max-width:1024px) {
	.note .profile.col {
		width: 100%;
	}
	.note .profile.col dt {
		flex: 0 0 100px;
		margin-right: 20px;
	}
	.note .profile.col dd p:first-of-type {
		margin-top: 0;
	}
}

/* ノート用紙 */
.note .box {
	background-color: #f9f9f9;
	padding: 55px 50px;
	border: 1px solid #eee;
	border-top: none;
	background-image: linear-gradient(#eee 1px, transparent 1px);
	background-size: 100% 2em;
	box-shadow: 10px 10px 10px -2px #f6f6f6;
	margin-bottom: 55px;
	width: 81.5%;
}
.note .box:last-of-type {
	margin-bottom: 0;
}
.note .boxL {
	width: 100%;
}
.note .boxM {
	width: 86.5%;
}
.note .boxS {
	width: 72%;
}
.note .mgnL {
	margin-left: auto;
}
.note .mgnC {
	margin: 0 auto 55px;
	}
	@media screen and (max-width:1024px) {
	.note .box {
		padding: 35px 30px;
		margin-bottom: 40px;
		width: 100%;
	}
}

/* 写真 */
.note .box .caption,
.note .box figcaption {
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 85%;
	text-align: center;
	margin-top: 12px!important;
	line-height: 1.45;
	flex-shrink: 1;
}
.note .box .caption.pdg1 {
	padding: 0 1em;
}
.note .box figcaption {
	margin-bottom: 1.5em;
}

/* テキスト */
.note .box p {
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(0.969rem, 0.909rem + 0.25vw, 1.125rem); /* 15.5px-18px */
	line-height: 1.85;
	margin-top: 0.5em;
}
.note .box p.date {
	margin: 0 0 1.25em;
}
.note .box .col p:first-of-type {
	margin-top: 0;
}

/* 昭和8年5月 */
.note .box:nth-of-type(3) figure {
	width: 40%;
	float: right;
	margin: -30px -70px 35px 35px;
	transform: rotate(1deg);
	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(3) figure {
		width: 45%;
		margin: 0 -35px 25px 25px;
	}
}

/* 昭和9年 */
.note .box:nth-of-type(4) {
	margin: 90px 0 55px;
}
.note .box:nth-of-type(4) .pic {
	flex-basis: 25%;
	margin: -90px 0 0 10px;
}
.note .box:nth-of-type(4) figure {
	transform: rotate(-2deg);
}
.note .box:nth-of-type(4) .txt {
	flex-basis: 75%;
	padding-left: 7%;
	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(4) {
		margin: 40px 0;
	}
	.note .box:nth-of-type(4) .col {
		display: flex;
	}
	.note .box:nth-of-type(4) .pic {
		flex-basis: 35%;
		margin:0;
	}
	.note .box:nth-of-type(4) .caption {
		margin-left: 0;
	}
	.note .box:nth-of-type(4) .txt {
		flex-basis: 65%;
		padding-left: 10%;
	}
}

/* 昭和10年 */
.note .box:nth-of-type(5) .txt {
	flex-basis: 75%;
}
.note .box:nth-of-type(5) .pic {
	flex-basis: 25%;
	margin: 0 0 0 50px;
	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(5) .pic {
		width: 45%;
		margin: 1.5em auto 0;
	}
}

/* 昭和11年 */
.note .box:nth-of-type(6) {
	margin-top: 75px;
}
.note .box:nth-of-type(6) .txt {
	flex-basis: 50%;
}
.note .box:nth-of-type(6) .pic {
	flex-basis: 50%;
	margin: -70px -80px 0 0;
}
.note .box:nth-of-type(6) figure {
	transform: rotate(-1deg);
	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(6) .col {
		flex-direction: column;
	}
	.note .box:nth-of-type(6) .txt {
		width: 100%;
	}
	.note .box:nth-of-type(6) .pic {
		margin: 20px 0 0;
	}
	.note .box:nth-of-type(6) figure {
		transform: rotate(0deg);
		max-width: 600px;
		margin: 0 auto;
	}
}

/* 昭和13年 */
.note .box:nth-of-type(7) .col {
	justify-content: center;
	margin: 1.5em auto 0;
	width: 95%;
}
.note .box:nth-of-type(7) .col div {
	flex-basis: calc(90% / 3);
	margin: 0 2%;
}
.note .box:nth-of-type(7) .col figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(7) .col {
		display: flex;
		width: 100%;
	}
}

/* 昭和17年 */
.note .box:nth-of-type(9) figure.picR {
	width: 38.5%;
	float: right;
	margin: 0 0 35px 35px;
	transform: rotate(-2deg);
}
.note .box:nth-of-type(9) .col {
	justify-content: center;
	margin-top: 2.5em;
}
.note .box:nth-of-type(9) .col div {
	transform: none;
	flex-basis: 40%;
	margin: 0 2.5%;
}
.note .box:nth-of-type(9) .col div figure {
	width: 100%;
}
.note .box:nth-of-type(9) .col figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
 	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(9) figure.picR {
		width: 60%;
		margin: 0 -40px 25px 25px;
	}
	.note .box:nth-of-type(9) .col {
		display: flex;
		margin-top: 1.5em;
	}
	.note .box:nth-of-type(9) .col div {
		flex-basis: 45%;
	}
}

/* 昭和29年 */
.note .box:nth-of-type(14) .col .txt {
	flex-basis: 50%;
	padding-right: 30px;
}
.note .box:nth-of-type(14) .col .pic {
	flex-basis: 50%;
	display: flex;
}
.note .box:nth-of-type(14) .col .pic div {
	margin-left: 40px;
}
.note .box:nth-of-type(14) .col figure {
	height: 350px;
}
.note .box:nth-of-type(14) .col figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	}
	@media screen and (max-width:1024px) {
	.note .box:nth-of-type(14) .col .txt {
		padding-right: 0;
	}
	.note .box:nth-of-type(14) .col .pic {
		margin: 1.5em auto 0;
		width: 90%;
	}
	.note .box:nth-of-type(14) .col .pic div {
		margin-left: 0;
	}
	.note .box:nth-of-type(14) .col figure {
		margin: 0 15px;
		height: 180px;
	}
	.note .box:nth-of-type(14) .col figure img {
		width: 100%;
		height: 100%;
		object-fit: cover; 
		object-position: center;
		display: block;
	}
}
