/* --------------------------------------------------------*/
/*              ©”AŠīCSS                              */
/* --------------------------------------------------------*/
@charset "Shift_JIS";
.jichiren-hossoku{
	margin:0px 20px 0 20px;
	text-align:right;
	font-family: 'arial black';
}
.jichiren-top{
	margin:20px 0 0 20px; 
	position:relative; 
	width:100%;
	height:600px;
	border:1px solid #fff;
}

.jichiren-top img{
	width:90%;
	height:auto;
	border:1px solid #dcdcdc;
	padding:2px;
}
.jichiren-img{
	float:left;
	margin:10px 0 0 50px; 
	width:90%;
	height:auto;
	background:#fff;
}
.jichiren-logo{
	position:absolute;
	top:10px; 
	left:535px;
	width:420px;
	text-align:center;
}
.jichiren-logo img{
	float:none;
	width:auto;
	height:auto;
	padding:10px;
	opacity: 0.8;
	border:0;
}
.jichiren-com{
	position:absolute;
	top:460px;
	left:70px;
	float:left;
	margin:0 0 0 30px;
	width:700px;
/*	background:rgba(255,255,255,0.5); */
}
/* --------------------------------------------- */
.jichiren-sub{
	margin:20px 0 0 0px;
}
.jichiren-sub-unit{
	margin:20px 20px 0 20px;
	height:450px;
	position:relative;
	border:1px solid #ccc;
	border-radius: 10px;        /* CSS3Ä */  
	-webkit-border-radius: 10px;    /* Safari,Google Chromep */  
	-moz-border-radius: 10px;   /* Firefoxp */  
	padding:2px;
	background:#dcdcdc;
}
.jichiren-photo{
	width:500px;
	height:450px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}
.jichiren-photo2{
	width:500px;
	height:450px;
	position:absolute;
	top:0;
	bottom:0;
	left:450px;
	margin:auto;
}
.jichiren-sub-unit img{
	width:500px;
	height:auto;
}
.jichiren-ptitle{
	position:absolute;
	top:10px;
	width:100%;
	height:30px;
	text-align:center;
	font-size:1.5em;
	font-weight:700;
}
.jichiren-pcomment{
	position:absolute;
	width:400px;
	height:280px;
	top:0px;
	bottom:0;
	left:510px;
	margin:auto;
	padding:10px;
	background:#f0f8ff;
}
.jichiren-pcomment2{
	position:absolute;
	width:400px;
	height:280px;
	top:0px;
	bottom:0;
	left:2px;
	margin:auto;
	padding:10px;
	background:#faebd7;
}
.pc-on{
	display:inline;
}
.pc-off{
	display:none;
}
/* ============================================ */
@media screen and (max-width:767px){
	.jichiren-top{
		position:static;
		margin:5% 0 0px 5%;
		padding:0;
		background:#ffffff;
		width:90%;
		height:auto;
	}

	.jichiren-top img{
		float:left;
		width:90%; 
		height:auto;
		margin:0;
		padding:0;
	}
	.jichiren-img{
		float:left;
		width:100%; 
		border:0px;
		margin:0;
		padding:0;
	}
	.jichiren-logo{
		position:static;
		width:60%;
		height:auto;
		text-align:center;
	}
	.jichiren-logo img{
		float:none;
	}
	.jichiren-map{
		clear:both;
		text-align:center;
		padding:10px 0;
	}
	.jichiren-map img{
		float:none;
		width:90%;
		height:auto;
	}
	.jichiren-com{
		position:static;
		margin:5% 0 0 5%;
		width:90%;
	}
	.jichiren-sub{
		width:100%;
		margin:20px 0 0 0px;
	}
	.jichiren-sub-unit{
		margin:20px 0 0px 6%;
		width:88%;
		height:auto;
		float:left;
		position:static;
		border:none;
		background:none;
		padding:0px;
	}
	.jichiren-sub-unit img{
		width:100%;
		height:auto;
		margin:0px 0px 10px 0px;
	}
	.jichiren-photo{
		width:100%;
		height:auto;
		position:static;
		background:none;
	}
	.jichiren-photo2{
		width:100%;
		height:auto;
		position:static;
		background:none;
	}
	.jichiren-ptitle{
		position:static;
		width:95%;
		height:30px;
		background:none;
		text-align:left;
		font-size:1.0em;
		font-weight:700;
		padding-left:5%;
	}
	.jichiren-pcomment{
		width:100%;
		position:static;
		height:auto;
		background:none;
	}
	.jichiren-pcomment2{
		width:100%;
		position:static;
		height:auto;
		background:none;
	}
	.pc-on{
		display:none;
	}
	.pc-off{
		display:inline;
	}
}

