@charset "utf-8";

/*////////////////////////////access////////////////////////////*/

.main_wrap_access{
	width: 40em;
}

.main_wrap_access a{
	color: #b03f5a;
}

.syozai{
	margin: 120px 0 30px;
}

.koutuu{
	margin: 120px 0 120px;
}

.map{
	width: 1000px;
  height: 550px;
}

iframe{
 width: 100%;
 height: 100%;
}


@media screen and (max-width: 1030px){
  .main_wrap_access{
    width: 96%;
  }

  .map{
    width: 96%;
    height: 300px;
  }
}