@charset "utf-8";

/* CSS Document */

.mainTitle {
  background: url(../img/access/main_bg.jpg) no-repeat;
}
#access {
  margin-bottom: 100px;
}
#access .c_title01 {
  font-size: 21px;
  margin-bottom: 30px;
}
#access iframe {
  width: 100%;
  height: 550px;
}
#access address {
  margin-top: 10px;
  font-style: normal;
}
#access address span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .mainTitle {
    background: url(../img/access/main_bg.jpg) no-repeat center center;
    background-size: cover;
  }
  #access {
    margin-bottom: 30px;
  }
  #access .c_title01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #access iframe {
    width: 100%;
    height: 300px;
  }
  #access address {
    margin-top: 10px;
    font-style: normal;
  }
  #access address span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
}


