.leftfloat{
	float:left;
}
.rightfloat{
	float:right;
}
.margintop{
margin-top: 30px;
}
.mapwrapper{
	border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
/* -------------------------------- 

イメージ枠

-------------------------------- */
#mainimage{
	position: relative;
	top:-70px;
	overflow: auto;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 29.16666%;
	background-size: contain;
	background-image: url(../images/p_title_bg.jpg);
	background-position: center center;
}
.containar_mainimage{
	max-width: 1280px;
	padding: 0;
	margin: auto;
}
h1{
	position: relative;
	top:-110px;
	left:0px;
	background-color: #f1bf42;
	color:#fff;
	display: inline-block;
	font-size: 1.75em;
	line-height: 1em;
	padding: 5px 25px 15px 23px;
	z-index: 10;
}
h1 span.h1mini{
	font-size: 0.5em;
	padding-left: 5px;
}
h2.acsessh2{
	text-align: center;
	margin: 0px 0 50px 0;
	font-size: 1.25em;
}
.photoaccess{
	width:40%;
	text-align: left;
}
.map{
	width:55%;
	padding-right: 5%;
	text-align: right;
}
.map img{
	max-width:100%;
	height:auto;
}
h3{
		color:#B0642F;
	margin-top: 20px;
	}

@media screen and (max-width: 768px) {
#mainimage{
	position: relative;
	top:-40px;
	overflow: auto;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 52.0833333%;
	background-size: contain;
	background-image: url(../images/p_title_bg_sp.jpg);
	background-position: center center;
}

h1{
	position: relative;
	top:-70px;
	left:0px;
	background-color: #f1bf42;
	color:#fff;
	display: block;
	text-align: center;
	padding: 5px 25px 15px 23px;
}
}
@media screen and (max-width: 767px) {
h2.acsessh2{
	text-align: left;
	margin: 10px 0 10px 0;
	font-size: 1em;
}
	
.photoaccess{
	width:100%;
	text-align: left;
	float:none;
}
.map{
	width:100%;
	text-align: right;
	float:none;
}
}
