@charset "utf-8";

/* ================================================================================
access
================================================================================= */
#sec_access {
  padding:40px 20px;
  background:#fff;
}
#sec_access .md_ttl img {
  max-width:142px;
}
#sec_access .md_ttl img {
  max-width:142px;
}
.googlemap {
  position:relative;
  width:100%;
  margin-bottom:20px;
  background:#f5f5f5;
}
.googlemap:before {
  content:"";
  display:block;
  padding-top:65.53%;
}
.googlemap iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.bt_map {
  margin:20px 0;
  text-align:right;
}
.bt_map a {
  display:inline-block;
  box-sizing:border-box;
  width:100%;
  max-width:340px;
  padding:10px;
  background:#000;
  color:#fff;
  text-align:center;
  font-size:12px;
  transition:background 0.2s;
}
.bt_map a:hover {
  background:#777;
}
.access_detail {
  padding:0 20px;
  border-top:2px solid #1f1f1f;
}
.access_detail li {
  padding:17px 0;
  background:url(../../common/img/bg_border_dod.png.html) 0 bottom repeat-x;
  line-height:1.8;
}
.access_detail li.list_colon {
  position:relative;
  padding-left:6em;
}
.access_detail li.list_colon span {
  display:block;
  position:absolute;
  top:17px;
  left:0;
  width:5.5em;
  text-align:right;
}
.access_detail li.list_colon span span {
  width:5em;
  top:0;
  text-align:left;
}
.access_detail a {
  text-decoration:underline;
  color:#5c6bc0;
}
.access_detail a:hover {
  text-decoration:underline;
  color:#9da6d9;
}

/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:750px) {
#sec_access {
  padding:20px;
}
.access_detail {
  padding:0 10px;
}
}
