@charset "UTF-8";

#under_main {
  background: url(../images/bg-access.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#access .salon--info {
  width: 44%;
}
#access .salon--info .borderLine img {
  border-bottom: 1px solid #bdb292;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
#access .salon--info a {
  color: #c5c5c5;
}
#access .salon--info ul li {
  margin-bottom: 10px;
}
#access .map {
  margin: 50px auto 100px;
}
#access .map iframe {
  width: 100%;
  height: 400px;
  -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%);
}

@media screen and (max-width:768px) {
  #access .salon--info {
    width: 100%;
  }
  #access .salon--info img {
    padding-bottom: 20px;
  }
  #access .salon--info .borderLine img {
    padding-bottom: 35px;
    margin-bottom: 10px;
  }
  #access .salon--info ul li.access--txt {
    margin-top: 35px;
  }
  #access .map {
    margin: 30px auto 80px;
  }
  #access iframe {
    height: 300px;
  }
}


