@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/

html {
	background-color: #f0e5da;
}

.top-image {
	width: 100%;
	max-height: 600px;
	position: relative;
	overflow: hidden;
}
.top-image-spacer {
	height: 300px;
}
.top-image .photo {
	width: 100%;
	max-height: 750px;
	position: relative;
	overflow: hidden;
}
.page-title {
	width: 100%;
	max-width: 960px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 3;
}
.catch {
	width: 100%;
	max-width: 450px;
	position: absolute;
	background-image: url(../../images/pagetitle_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ee7500;
	top: 75%;
	left: 0;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
}
.top-image-spacer .catch {
	top: 75%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.catch-r {
	background-image: url(../../images/pagetitle_bg_r.png);
	background-color: #014da5;
}
.catch h1 {
	color: #FFF;
	line-height: 100%;
	padding: 5%;
}
.catch h1 span {
	font-size: 50%;
}

.b-navi {
	width: 100%;
	margin-bottom: 5%;
	padding: 2% 0;
}
.b-navi li {
	font-size: 90%;
	display: inline-block;
	margin: 0 10px;
}
.b-navi li:first-child {
	background-image: url(../../images/profile_05.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	padding-left: 20px;
}
.b-navi li a {
	color: #999;
}

.content-photo {
	width: 100%;
	margin: 5% auto 0;
}

.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -145px;
	left: 0;
}

/* top img */

.top-image img,.content-photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	
	.top-image {
		margin-top: 53px;
	}
	.top-image-spacer {
		height: 53px;
	}
	.page-title {
		width: 100%;
		max-width: 960px;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		z-index: 3;
	}

	.catch {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	.top-image-spacer .catch {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	.catch h1 {
		width: 60%;
		position: relative;
		font-size: 150%;
		text-align: center;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 0 auto;
		padding: 12px;
	}
	.catch h1 br {
		display: none;
	}
	.catch h1 span {
		display: block;
	}
	
	.anchor-item {
		top: -51px;
	}
}

@media only screen and (max-width: 568px) {
	
	
}
	
@media only screen and (max-width: 480px) {
	
	
}

