@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/

.top-image {
	width: 100%;
	max-height: 510px;
	position: relative;
	overflow: hidden;
}
.top-image .photo {
	width: 100%;
	max-height: 510px;
	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: 50%;
	max-width: 530px;
	height: 140px;
	position: absolute;
	box-shadow:0px 1px 5px 0px #888;
	background-color: rgba(255, 255, 255, 0.9);
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.catch h1 {
	width: 90%;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.b-navi {
	width: 100%;
	margin-bottom: 5%;
	padding: 2% 0;
}
.b-navi li {
	font-size: 90%;
	display: inline-block;
	margin: 0 10px;
	/*font-size: 24px;*/
}
.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: 51px;
	}
	.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;
		background-size: contain;
		background-position: left -10px;
		background-color: rgba(240, 240, 240, 1);
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	.catch h1 {
		width: 100%;
		position: relative;
		font-size: 150%;
		text-align: center;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		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) {
	
	
}

