#wrap {
	width: 100%;
	position: relative;
	background-color: #eee;
	margin-top: 150px;
	padding-bottom: 30px;
}
#wrap svg {
  height: 130px;
  width: 102%;
  position: absolute;
  top: -30px;
  left: -2%;
  transform: rotateX( 180deg );
  -moz-transform:    rotate( 180deg );  /* Firefox用 */
  -webkit-transform: rotate( 180deg );  /* Chrome,Safari,新しいOpera用 */
  -o-transform:      rotate( 180deg );  /* 古いOpera用 */
  -ms-transform:     rotate( 180deg );  /* IE9用 */
  transform:         rotate( 180deg );  /* CSS3の書き方 */
}
.ttl_style01 {
	top: -45px;
}
/* ---------------------------------------
	
--------------------------------------- */
#mv {
	width: 100%;
	height: 550px;
	margin-bottom: 50px;
	background: url(../images/access/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ---------------------------------------
	
--------------------------------------- */
.access01 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 30px;
}
.access01 h3 {
	text-align: center;
	font-size: 140%;
	font-weight: 300;
	margin-bottom: 20px;
}
.access01 .ggmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.access01 .ggmap iframe,
.access01 .ggmap object,
.access01 .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access02 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto 60px;
	overflow: hidden;
}
.access02 .ph {
	float: right;
	width: 35%;
}
.access02 dl {
	width: 60%;
}
.access02 dt {
	background-color: #707070;
	color: #fff;
	line-height: 100%;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px;
	margin-bottom: 10px;
}
.access02 dd {
	margin-bottom: 20px;
}
.access03 {
	max-width: 1100px;
	width: 90%;
	margin: 0px auto;
}
.access03 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.access03 li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
	font-size: 90%;
	font-weight: 400;
}
.access03 li:nth-child(3n) {
	margin-right: 0;
}
.access03 li .ph {
	margin-bottom: 10px;
	position: relative;
}
.access03 li .ph img {
	width: 100%;
}
.access03 li .ph span {
	display: block;
	line-height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	color: #fff;
	left: 15px;
	bottom: 15px;
	font-weight: 500;
}





@media screen and (max-width: 900px) {
	#mv {
		height: 450px;
	}
	#wrap svg {
		top: -30px;
		height: 130px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	
	/* ---------------------------------------
	
	--------------------------------------- */
}






@media screen and (max-width: 780px) {
	#wrap {
		margin-top: 100px;
	}
	.ttl_style01 {
		top: 5px;
	}
	#wrap svg {
		height: 120px;
		top: -30px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	#mv {
		height: 350px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	.access02 .ph {
		margin-left: 20px;
	}
	.access02 dl {
		width: 100%;
	}
	.access03 li,
	.access03 li:nth-child(3n) {
		width: 47.5%;
		margin-right: 5%;
	}
	.access03 li:nth-child(2n) {
		margin-right: 0;
	}
}






@media screen and (max-width: 600px) {
	#wrap {
		padding-bottom: 10px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	#mv {
		height: 200px;
	}
	/* ---------------------------------------
	
	--------------------------------------- */
	.access01 .ggmap {
		padding-bottom: 50%;
	}
	.access02 .ph {
		float: none;
		margin-left: 0px;
		width: auto;
		text-align: center;
	}
}