@charset "UTF-8";

/* タイトル */
.subPageTitle {
	padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: relative;
}
.subPageTitle:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(83,71,65,.5);
	z-index: -1;
}
.subPageTitle h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.4rem;
}
@media screen and (max-width: 736px) {
	.subPageTitle {
        padding: 60px 0;
	}
	.subPageTitle h2 {
		font-size: 24px;
	}
}

/* temp02 */
/*.subPageTitle {
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	position: relative;
}
@media screen and (max-width: 736px) {
	.subPageTitle {
        height: 200px;
	}
}*/
