@charset "UTF-8";
.header.header-access{
 background: url(../img/access/build.jpg) no-repeat center center/cover;
 bottom: 20px;
}

.wrapper{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4%;
}
.section-access{
  padding: 30px 0 50px;
}

@media print, screen and (min-width: 768px) {
  .section-access{
    padding: 60px 0 100px;
    max-width: 700px;
    margin: 0 auto;
  }
}

.address{
  margin-bottom: 20px;
}

.address dt{
  font-size: 12px;
  margin-bottom: 10px;
}

.access-name{
  font-family:"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","MS P明朝","serif";
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.address-text{
  font-size: 14px;
  line-height: 1.67;
  margin-bottom: 10px;
}

.address-contact{
  font-size: 12px;
  line-height: 1.5;
}

.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.map iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}