.ccm-page .one-image_banner{
	margin:0 auto 32px;
	position:relative;
	overflow:hidden;
}
.ccm-page .one-image_banner img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ccm-page .one-image_banner img {
		display: block;
}
.ccm-page .one-image_banner .image_banner-title{
	color:rgba(255,255,255,1);
	text-align: center;
	padding: 24px 0;
	font-size: 2.4rem;
	background: rgba(163,114,36,0.8);
	position: absolute;
	width: 100%;
	bottom: 0;
}
/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .one-image_banner{
	height:200px;
}
.ccm-page .one-image_banner .image_banner-title{
	padding: 8px 0;
	font-size: 1.4rem;
}
}
/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .one-image_banner{
	height:480px;
}
.ccm-page .page-content-left .one-image_banner{
	height:480px;
}
.ccm-page .side-content-right .one-image_banner{
	height:200px;
}
}
