@charset "UTF-8";
/* CSS Document */

.box {
	background-image:url(../img/top2.jpg);
	width:1000px;
	height:795px;}
	
.box {
	position:relative;}
	
.arrow_box {
  display: none;
  position: absolute;
	top:200px;
	left:300px;
	width:400px;
	height:300px;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #000;
  color: #fff;
	font-size:14px;
	border-color:#F00;
	border-width:10px;
}

.arrow_box:after {
  position: absolute;
  content: " ";
}

span:hover + p.arrow_box {
  display: block;
}	

	
.restaurants {
	width:1000px;
	height:250px;}
	
.restaurants01 {
	margin:100px 400px 50px 400px;}

.event {
	width:1000px;
	height:200px;}
	
.event01{
	margin-left:100px;}
	
.distribute01 {
	margin-left:395px;}
	
.cars {
	width:1000px;
	height:150px;}
	
.cars01{
	margin-left:100px;}
	
.add01 {
	margin-left:395px;}
	
.pc {
	width:1000px;
	height:200px;}
	
.pc01 {
	margin-left:400px;}