#header{position:relative; width:100%; height:87px; background: #fff;
    border-bottom: 1px solid #666;
    box-shadow: 2px 5px 13px rgba(0,0,0,0.1);
	text-align: center;
}

#header h1{padding-top:10px;}


.visual_area1{position:relative; width:1200px; margin:0 auto; margin-top:30px; background:url(/bpjc/vi.jpg) no-repeat center 0; height:500px;} 
.visual_area1 p {font-size: 18px; background: #fff; position: absolute; right: 0; top: 400px; width: 90%; box-sizing: border-box; padding: 15px 10px 15px 30px; min-height: 200px;}

.content {
  margin: 0 auto;
  position: relative;
}
.copy {
  position: absolute;
  margin-left: -590px;
  top: 125px;
  left: 50%;
 
  margin-top: 0px;
  transition: opacity 2s ease;
}
  
.copy h3 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: -0.03em;
  padding-top: 30px;
}

.items {
  width: 400px;
  font-size: 0px;
  position: relative;
  left: 50%;
  cursor: pointer;
  opacity: 0;
  margin-top: 0px;
  transition: opacity 2s ease;
}

.items span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow .5s ease;
}
.items:hover span {
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.5);
}
.items span img {
  transition: transform .5s ease;
}
.items:hover span img {
  transform: scale(1.1);
  transition: transform .5s ease;
}
.item1 {
  top: 240px;
  margin-left: 10px;
}
.item2 {
  top: 0px;
  margin-left: -580px;
}
.item3 {
  top: -110px;
  margin-left: 110px;
}

.map h1{text-align: center; font-size:30px;}

@media only all and (max-width:1199px) {
.visual_area1{width:100%;  box-sizing: border-box;}

}