@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス
=================================================================== */
#contents {
  margin: 45px 0 170px;
}

/* -----------------------------------------------------------
	con_acc
----------------------------------------------------------- */
.con_acc h3 {
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 24px;
  color: #1c2613;
  text-align: center;
}
.con_acc h3 em {
  display: inline-block;
  letter-spacing: .5em;
  vertical-align: middle;
  padding: 0 63px;
}
.con_acc h3:before {
  content: "[";
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  color: #e6e6e6;
}
.con_acc h3:after {
  content: "]";
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  color: #e6e6e6;
}
.con_acc .catch {
  text-align: center;
  margin: 15px 0 25px;
}
.con_acc h4 {
  width: 750px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 20px;
  color: #1c2613;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px;
}
.con_acc h4 em {
  display: inline-block;
  letter-spacing: .5em;
  vertical-align: middle;
  padding: 0 10px 0 20px;
  background: #fff;
}
.con_acc h4:before {
  content: "";
  background: #9c9e4b;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.con_acc .box_car {
  margin-bottom: 60px;
}
.con_acc .box_trans {
  margin-bottom: 80px;
}
.con_acc .box_bus {
  margin-bottom: 80px;
}
.con_acc .box_bus .bus {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
}
.con_acc .box_bus .bus .photo {
  width: 401px;
  float: left;
}
.con_acc .box_bus .bus .box_txt {
  width: 346px;
  float: right;
}
.con_acc .box_bus .bus .box_txt .txt {
  line-height: 1.8em;
  margin-bottom: 10px;
}
.con_acc .box_per h4 em:before {
  content: "";
  background: url(../access/images/ic_per.png) bottom center no-repeat;
  height: 18px;
  width: 12px;
  display: inline-block;
  margin-right: 10px;
}
.con_acc .box_per ul {
  overflow: hidden;
}
.con_acc .box_per ul li {
  background: url(../access/images/bg_per.png);
  padding: 14px;
  width: 302px;
  float: left;
  margin-right: 20px;
  height: 430px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_acc .box_per ul li:last-child {
  margin-right: 0;
}
.con_acc .box_per ul li .st {
  position: relative;
  margin-bottom: 10px;
}
.con_acc .box_per ul li .st em {
  display: inline-block;
  vertical-align: middle;
  font-size: 139%;
  margin-left: 23px;
}
.con_acc .box_per ul li .st:before {
  content: "";
  background: #9c9e4b;
  height: 3px;
  width: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_acc .box_per ul li .time {
  margin: 14px 0;
}
.con_acc .box_per ul li .txt {
  line-height: 1.8em;
}
