@charset "utf-8";

#salon{
  background:url(../images/salon.jpg) 50% 0 no-repeat;
  height:1917px;
}


section h2{
  text-align:center;
}
#access iframe{
  margin-bottom:30px;
}
#access dl{
  overflow:hidden;
}
#access dt{
  clear:left;
  float:left;
  width:90px;
  margin-bottom:20px;
}
#access dd{
  margin-left:90px;
  margin-bottom:20px;
}
#access p{
  font-size:0.9em;
}
#access p img{
  margin-top:10px;
}
#staff .staff-txt{
  float:left;
}
#staff li{
  background:url(../images/salon-images/staff-icon.gif) 0 5px no-repeat;
  padding-left:10px;
  margin-bottom:10px;
}
@media screen and (min-width: 800px){
#about .float-l{
  margin:0 70px 0 70px;
}
#about p{
  margin-bottom:30px;
}
#access .float-r{
  margin:0 30px 0 0;
}
#access .float-l{
  margin-left:70px;
  padding-top:40px;
}
#staff .float-l{
  margin:0 70px 0 70px;
}
}
@media screen and (max-width:799px){
#about .float-l{
  width:50%;
  margin:0 10px 0 10px;
}
#access .wrapper{
  text-align:center;
}
#access .float-l{
  float:none;
}
#access .float-r{
  float:none;
}
#access dl{
  margin-bottom:20px;
}
#access dt{
  margin-bottom:10px;
  text-align:left;
}
#access dd{
  margin-bottom:10px;
  text-align:left;
}
#staff .float-l{
  width:30%;
  margin:0 10px 0 10px;
}
#staff .staff-txt{
  width:60%;
}
}
@media screen and (max-width:499px){
#about .float-l{
  width:100%;
  margin:0 0 10px 0;
}
#staff .float-l{
  width:200px;
  height:auto;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom:20px;
  float:none;
}
#staff .staff-txt{
  width:100%;
}
#staff .staff-txt p{
  text-align:center;

}
}