@charset "utf-8";

/* ===================================================================

CSS information

 file name	:sightseeing.css
 style info :周辺観光案内ページ用CSS
 
=================================================================== */

/*------------------------------------------------------------
  main_h2
------------------------------------------------------------*/
.main_h2 {
  background: url(/sightseeing/img/main_h2_tit_sightseeing.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


/*------------------------------------------------------------
  map_area
------------------------------------------------------------*/
#map_area {
  width: 100%;
  height: 400px;
}

.map_notes {
  background: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid #b2b2b2;
  text-align: right;
}


/*------------------------------------------------------------
  sightseeing_map
------------------------------------------------------------*/
.white_box_tit .pink_label {
  padding: 2px 5px;
  background: #ffe000;
  color: #01487c;
  font-size: 56%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
