@charset "utf-8";

#imageTitle {
	background-color:#f60;
}

.titlePhoto {
	width:50%;
	float:right;
}
.titlePhoto img {
	width:100%;
}
.titleText {
	position:absolute;
	top:26%;
	left:33px;
}
.titleText h1 {
	font-family:Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:28px;
	font-size:2.8rem;
	line-height:1.0em;
	font-weight:bold;
	letter-spacing:3px;
	color:#fff;
}
.titleSub {
	color:#fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
}



.photoR {
	float:right;
	margin:0 0 1em 2em;
	width:40%;
}
.photoR img {
	width:100%;
}
.photoL {
	float:left;
	margin:0 2em 1em 0;
	width:40%;
}
.photoL img {
	width:100%;
}
@media only screen and (min-width: 690px) and (max-width: 767px) {
.photoR {
	width:260px;
}
.photoR img {
	width:100%;
}
.photoL {
	width:260px;
}
.photoL img {
	width:100%;
}
}
@media only screen and (max-width: 535px) {
.photoR {
	margin:0 0 1em 1em;
	width:200px;
}
.photoR img {
	width:100%;
}
.photoL {
	margin:0 1em 1em 0;
	width:200px;
}
.photoL img {
	width:100%;
}
}
