@charset "UTF-8";
.dl-address-access {
  padding-top: 24px;
}

.dl-address-access dt {
  float: left;
}

.dl-address-access dt:after {
  content: "：";
}

.dl-address-access dd {
  padding-left: 5em;
}

.section-access-main {
  padding-top: 40px;
  *zoom: 1;
}

.section-access-main:before, .section-access-main:after {
  content: "";
  display: table;
}

.section-access-main:after {
  clear: both;
}

.block-access {
  margin-bottom: 24px;
  *zoom: 1;
}

.block-access:before, .block-access:after {
  content: "";
  display: table;
}

.block-access:after {
  clear: both;
}

.label-address {
  background-color: #E4726B;
  color: #FFF;
  display: inline-block;
  padding: 4px 12px;
}

.title-access {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 10px;
}

.title-access em {
  color: #E4726B;
  margin-left: 0.4em;
}

.icon-car:before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 25px;
  background: url("../access/img/icon_car.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3em;
}

.icon-bus:before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 18px;
  background: url("../access/img/icon_bus.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-left: 0.2em;
}

.button-bus-timetable {
  background-color: #F9EFCC;
  color: #111;
  position: relative;
}

.button-bus-timetable:before {
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  content: "";
}

.label-car {
  background-color: #E4726B;
  color: #FFF;
  display: inline-block;
  padding: 3px 12px;
}

.button-accessmap {
  margin-top: 0.4em;
  margin-bottom: 2em;
}


@media print, screen and (min-width: 741px){
  .dl-address-access dt:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-access-main{
    margin-bottom: 60px;
  }
  .header-access-section{
    margin-bottom: 20px;
  }
  .block-access{
    margin-bottom: 40px;
  }
  .label-address{
    margin-left: 0.6em;
  }
  .title-access{
    font-size: 22px;
  }
  .list-access-bus{
    float: left;
  }
  .list-access-bus{
    margin-top: 1.5em;
  }
  .button-bus-timetable{
    float: left;
    margin-left: 1em;
  }
  .lead-lg-access{
	font-size: 17px;
  }
  .label-car{
    font-size: 24px;
  }
  .block-access-body{
    padding-left: 33px;
  }
}

@media only screen and (max-width: 740px){
  .dl-address-access dd img{
    width: 230px;
  }
  .section-access-main{
    margin-bottom: 20px;
  }
  .section-access-main{
    padding-top: 12px;
  }
  .block-access{
    margin-top: 12px;
  }
  .label-address{
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .title-access{
    font-size: 18px;
  }
  .title-access{
    margin-top: 0.5em;
  }
  .icon-car:before{
    height: 16.875px;
    width: 22px;
  }
  .icon-bus:before{
    height: 25px;
    width: 20px;
    margin-left: 1px;
  }
  .button-bus-timetable{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .lead-lg-access{
    font-size: 16px;
  }
  .block-access-body{
    padding-left: 28px;
  }
}

