

/*
	下層ページ
*/
.page-template-page-template-history-php h2 {
	color: #fff;
	background-color: #f90;
}
.history-photo {
	width: 450px;
	margin: 40px auto 35px;
}
.history-photo__img {
	display: block;
	border-radius: 15px;
	border: solid 10px #FDEFCC;
}
.history-photo--type2 .history-photo__img {
	border: none;
}
.history-photo__caption {
	margin-top: 5px;
	font-size: 13px;
	color: #666;
	padding-left: 20px;
	position: relative;
	font-style: italic;
	letter-spacing: 0.2px;
}

@media screen and (max-width: 600px) {
	.history-photo {
		width: 290px;
		margin-bottom: 30px;
	}
	.history-photo__img {
		border-radius: 10px;
		box-sizing: border-box;
	}
	.history-photo__caption {
		font-size: 12px;
		padding-left: 10px;
	}
	.page-template-page-template-history-php .btn__back {
		width: auto;
	}
}