/*--------------------------------------------
		access
---------------------------------------------*/
.page-ttl {
  background-image: url("../img/bg_access_pagettl.png");
}

.access__map {
  width: 100%;
  height: 280px;
}

.access__address {
  font-weight: bold;
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  padding: 2em 1em;
  margin: 0.8em 0 2.7em;
}

.access__details {
  background: url("/common/img/bg_contents_menu.png") repeat 0 0;
  background-size: 6px;
  padding: 1.6em 1.3em;
}

.access__details__item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #888;
  padding-bottom: 0.3em;
  margin-bottom: 1.8em;
}

.access__details__item:last-child {
  margin-bottom: 0;
}

.access__details__ttl {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.8em;
  position: relative;
}

.access__details__ttl span {
  display: inline-block;
  border-bottom: 1px solid #888;
  padding: 1em 0 0.2em;
  margin-left: 1em;
}

.access__details__txt {
  border-bottom: 1px dotted #aaa;
  text-indent: -1.8em;
  padding: 0 0 0.6em 1.8em;
  margin: 0 1em 0.6em;
}

.access__details__txt:last-child {
  border: 0;
  padding-bottom: 0;
}

.access__details__txt:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: cover;
  margin-right: 0.6em;
  position: relative;
  top: 0.2em;
}

.access__details__txt--foot:before {
  background-image: url("../img/icon_access_foot.png");
}

.access__details__txt--bus:before {
  background-image: url("../img/icon_access_bus.png");
}

.access__link {
  text-align: right;
  margin-top: 0.7em;
  margin-right: 0.2em;
}
