@charset "utf-8";
/* CSS Document */

/*アクセス*/
.header_img6 {
	width: 1100px;
	height: 250px;
	margin: 0 auto ;
	background-image: url(../image/heder_img6.png);
	background-position: center center;
}
.contents6 {
	width: 1000px;
	margin: 0 auto 30px;
}
.mapImgBox {
	width: 960px;
	margin: 0 auto 50px;
}
.mapImgBox img {
	width: 100%;
	height: auto;
}
.googlemapBox {
	width: 960px;
	height: 400px;
	margin: 0 auto 50px;
	border: 1px solid #BDC0BA;
}
.basho {
	width: 950px;
	margin: 0 auto 50px;
}
.basho h4 {
	font-size: 1.15em;
	line-height: 2;
	background-image: url(../image/access/deco.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding: 0 0 0 40px;
	background-size: 1.7em auto;
}
.basho .txt {
	line-height: 1.6;
	margin: 5px 0 35px 40px;
}
.parkingmap {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.parkingmapTxt {
	font-size: 1.1em;
	line-height: 2;
	margin: 10px 40px 0 0;
}
.parkingmapBox {
}
.yellow_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FDFD8D 0%) repeat scroll 0 0;
	padding: 0 20px 0 20px
}

/*タブレット landscape*/
@media screen and (max-width: 1024px) {
/*アクセス*/
.header_img6 {
	width: 100%;
	height: 250px;
	margin: 0 auto ;
	background-image: url(../image/heder_img6.png);
	background-position: center center;
	background-size: cover;
}
.contents6 {
	width: 100%;
	margin: 0 auto 30px;
}
.mapImgBox {
	width: 95%;
	height: auto;
	margin: 0 auto 50px;

}
.googlemapBox {
	width: 95%;
	height: 400px;
	margin: 0 auto 50px;
	border: 1px solid #BDC0BA;
}
.basho {
	width: 90%;
	margin: 0 auto 50px;
}
.basho h4 {
	font-size: 1.15em;
	line-height: 2;
	background-image: url(../image/access/deco.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding: 0 0 0 40px;
	background-size: 1.7em auto;
}
.parkingmap {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.parkingmapTxt {
	font-size: 1.1em;
	line-height: 2;
	margin: 10px 40px 0 0;
}
.parkingmapBox {
	width: 600px;
	height: auto;
}
.parkingmapBox img{
	width: 100%;
	height: auto;
}	
	
}

/*タブレット portrait*/
@media screen and (max-width: 768px) {
/*アクセス*/
.contents6 {
	width: 100%;
	margin: 0 auto 30px;
}
.mapImgBox {
	width: 95%;
	height: auto;
	margin: 0 auto 50px;
}
.googlemapBox {
	width: 95%;
	height: 400px;
	margin: 0 auto 50px;
	border: 1px solid #BDC0BA;
}
.basho {
	width: 85%;
	margin: 0 auto 50px;
}
.basho h4 {
	font-size: 1.15em;
	line-height: 2;
	background-image: url(../image/access/deco.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding: 0 0 0 40px;
	background-size: 1.7em auto;
}
.parkingmap {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.parkingmapTxt {
	font-size: 1.1em;
	line-height: 2;
	margin: 10px 40px 20px 0;
}
.parkingmapBox {
	width: 600px;
	height: auto;
}
.parkingmapBox img{
	width: 100%;
	height: auto;
}	
	
}


@media screen and (max-width: 480px) {
.contents6 {
	max-width: 100%;
	margin: 0 auto 30px;
}
.mapImgBox {
	width: 95%;
	height: auto;
	margin: 0 auto 50px;
}
.googlemapBox {
	width: 95%;
	height: 400px;
	margin: 0 auto 50px;
	border: 1px solid #BDC0BA;
}
.basho {
	width: 95%;
	margin: 0 auto 50px;
	font-size: 1.05em;
}
.basho h4 {
	font-size: 1.15em;
	line-height: 2;
	background-image: url(../image/access/deco.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	padding: 0 0 0 40px;
	background-size: 1.7em auto;
}
.parkingmap {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}
.parkingmapTxt {
	font-size: 1.1em;
	line-height: 2;
	margin: 10px 40px 20px 0;
}
.parkingmapBox {
	width: 600px;
	height: auto;
}
.parkingmapBox img{
	width: 100%;
	height: auto;
}	
	
}