@charset "utf-8";

/* #titleArea タイトル背景画像
+=========================================================+*/
#titleArea {
  background: url(../images/pic_title.jpg) center bottom no-repeat;
  background-size:cover;
}

/* .btn-access ページ内リンクボタン
+=========================================================+*/
a.btn-access {
  display:block;
  width:100%;
  min-height:37px;
  padding:10px 5px;
  text-align:center;
  text-decoration:none;
  border-radius:2px;
  background: -webkit-linear-gradient(top, #cccccc 0%,#b8b8b8 100%);
  background: linear-gradient(to bottom, #cccccc 0%,#b8b8b8 100%);
}

a.btn-access:hover {
  opacity:.8;
}
a.btn-access .img-responsive{ margin:0 auto;}


/* .title01 タイトル
+=========================================================+*/
#syozai.title01 span {
  padding-left:24px;
  background: url(../images/icon_syozai.png) no-repeat left center;
}
#train.title01 span {
  padding-left:24px;
  background: url(../images/icon_train.png) no-repeat left center;
}
#bus.title01 span {
  padding-left:24px;
  background: url(../images/icon_bus.png) no-repeat left center;
}
#car.title01 span {
  padding-left:24px;
  background: url(../images/icon_car.png) no-repeat left center;
}
#parking.title01 span {
  padding-left:24px;
  background: url(../images/icon_parking.png) no-repeat left center;
}