img{
  max-width: 100%;
  height: auto;
  width /***/:auto;　
}


#container{
  width:100%;
}

body{
  background: url(../img/bg-body.gif) repeat;
  width: 100%;
  height: 100%;
}

#wp{
  width: 100%;
  height: 100%;
}

header{
  width: 100%;
  height: 100%;
  background: url(../img/bg-body.png) repeat repeat;
  border-bottom: solid 1px #b5b5b5;
  position: relative;
}

header h1 img{
  float: left;
  margin: 21px 0 8px 12px;
  width: 30%;
  height: auto;
  max-height: 88px;
  max-width: 127px;
}


header p.btn-menu{
  font-family: Helvetica;
  font-weight: bold;
  letter-spacing: 0.3rem;
  float: right;
  margin: 22px 12px 20px 0;
  font-size: 17rem;
  color: #ffffff;
  padding: 7px 17px 5px;
  background: -moz-linear-gradient(top,  #ffa5c7 0%, #f66da9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa5c7), color-stop(100%,#f66da9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffa5c7 0%,#f66da9 100%); /* W3C */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e25b8e;
  -moz-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.4),
    0px 1px 0px rgba(255,255,255,0.3);
}

header nav{
  position: absolute;
  z-index: 3;
  top: 83px;
  right: 6px;
  display: block;
  width: 95%;
  background: #666;
  border: solid 3px #e75da0;
  border-radius: 14px;
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.4);  
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.4); 
}

header nav:after {
  content: '';
  position: absolute;
  z-index: 4;
  border-bottom: 25px solid #fe9ec4;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: -20px;
  right: 36px;

}

header nav:before {
  content: '';
  position: absolute;
  z-index: 2;
  border-bottom: 30px solid #e75da0;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  top: -26px;
  right: 33px;
}

header nav ul{
  position: relative;
  z-index: 3;
}

header nav ul li{
  position: relative;
  z-index: 3;
}


  background: -moz-linear-gradient(top,  #ffa5c7 0%, #f66da9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa5c7), color-stop(100%,#f66da9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffa5c7 0%,#f66da9 100%); /* W3C */

header nav ul li a{
  padding: 17px 0 14px 0 ;
  display: block;
  position: relative;
  z-index: 3;
  font-weight: bold;
  font-size: 17rem;
  padding-left: 42px;
  letter-spacing: 0.2rem;
  background-image: url(../img/ico-arrow5.png),
                    -moz-linear-gradient(top,  #ffa5c7 0%, #f66da9 100%);
  background-image: url(../img/ico-arrow5.png),
                    -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa5c7), color-stop(100%,#f66da9));
  background-image: url(../img/ico-arrow5.png),
                    -webkit-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%);
  background-image: url(../img/ico-arrow5.png),
                    -o-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%);
  background-image: url(../img/ico-arrow5.png),
                    -ms-linear-gradient(top,  #ffa5c7 0%,#f66da9 100%);
  background-image: url(../img/ico-arrow5.png),
                    linear-gradient(to bottom,  #ffa5c7 0%,#f66da9 100%);
  background-repeat: no-repeat;
  background-position: left 50% ;
  background-size: 33px auto, 100% 100%;
  text-shadow: -1px -1px 1px #8e8e8d;
  border-bottom: solid 1px #e75da0;
  color: #fff;
}

header nav ul li:first-child a{
  border-radius: 10px 10px 0 0;   
}

header nav ul li:last-child a{
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}


header nav ul li a:visited{
  color: #fff;
}

header nav ul li a:link{
  color: #fff;
}

section.top-img {
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
}

section.top-img img{
  width: 100%;
  height: auto;
  max-width: 640px;
}

footer{

}

footer ul{
  width: 100%;
  border-bottom: solid 4px #e75da0;
  background: url(../img/bg-body.png) repeat repeat;
}

footer ul li{
  width: 100%;
  height: 100%;
} 

footer ul li a{
  display: block;
  width: 100%;
  padding: 6px 0 14px;
  font-size: 32rem;
  letter-spacing: 0.2rem;
  verticl-align: middle;
  text-shadow: 0 2px #fff;
  border-top: solid 1px #b5b5b5;
}

footer ul li:first-child a{
  border-top: solid 4px #e75da0;
}

footer ul li.menu a{
  background-image: url(../img/ico-menu.png),
                    url(../img/ico-arrow.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left 60%, right 50%;
  background-size: 46px auto, 33px auto;
}

footer ul li.coupon a{
  background-image: url(../img/ico-coupon.png),
                    url(../img/ico-arrow.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left 60%, right 50%;
  background-size: 46px auto, 33px auto;
}

footer ul li.salon a{
  background-image: url(../img/ico-salon.png),
                    url(../img/ico-arrow.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left 54%, right 50%;
  background-size: 46px auto, 33px auto;
}

footer ul li.mobile a{
  background-image: url(../img/ico-mobile.png),
                    url(../img/ico-arrow.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left 54%, right 50%;
  background-size: 46px auto, 33px auto;
}

footer ul li.pc a{
  background-image: url(../img/ico-pc.png),
                    url(../img/ico-arrow.png);
  background-repeat: no-repeat , no-repeat;
  background-position: left 61%, right 50%;
  background-size: 46px auto, 33px auto;
}

footer ul li a .link-text{
  margin-left: 61px;
  font-size: 17rem;
  letter-apacing: 0;
}

footer p.copy{
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10rem;
  padding: 20px 0 ;
  color: #777;
  font-family: Helvetica ;
  letter-spacing: 0.1rem;
}


/*メニュー＆プライス*/

p.menu {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 18rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 1px #8e8e8d;
  border-bottom: solid 1px #b5b5b5;
  background: url(../img/ico-menu2.png),
              #e75da0;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 50px;
}

p.menu .link-text{
  margin-left: 57px;
}

section.menu{
  width: 95%;
  margin: 0 auto;
  font-size: 16rem;
  padding-bottom: 50px;
}

section.menu .menu-ttl{
  margin-bottom: 20px;
  margin-top: 60px;
}

section.menu .menu-ttl p.cut{
  background: url(../img/ico-scissors.png) no-repeat left 50%;
  background-size: 28px;
  width: 40%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 22rem;
  font-weight: bold;
}

section.menu .menu-ttl p.cut .inner{
  width: 100%;
  height: 100%;
  margin-left: 40px;
}

section.menu .menu-ttl p.border1{
  display: block;
  width: 60%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 32px;
  float: left;
  color: #e75da0;
  font-size: 23rem;
}

section.menu .menu-ttl p.color{
  background: url(../img/ico-scissors.png) no-repeat left 50%;
  background-size: 28px;
  width: 55%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.menu .menu-ttl p.color .inner{
  width: 100%;
  height: 100%;
  margin-left: 40px;
}

section.menu .menu-ttl p.border2{
  display: block;
  width: 45%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 32px;
  float: left;
  color: #e75da0;
  font-size: 23rem;
}

section.menu .menu-ttl p.perm{
  background: url(../img/ico-scissors.png) no-repeat left 50%;
  background-size: 28px;
  width: 50%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.menu .menu-ttl p.perm .inner{
  width: 100%;
  height: 100%;
  margin-left: 40px;
}

section.menu .menu-ttl p.border3{
  display: block;
  width: 50%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 32px;
  font-size: 23rem;
  float: left;
  color: #e75da0;
}

section.menu .menu-ttl p.treatment{
  background: url(../img/ico-scissors.png) no-repeat left 50%;
  background-size: 28px;
  width: 85%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.menu .menu-ttl p.treatment .inner{
  width: 100%;
  height: 100%;
  margin-left: 40px;
}

section.menu .menu-ttl p.border4{
  display: block;
  width: 15%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 32px;
  float: left;
  font-size: 23rem;
  color: #e75da0;
}

section.menu .menu-ttl p.manicure{
  background: url(../img/ico-scissors.png) no-repeat left 50%;
  background-size: 28px;
  width: 75%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.menu .menu-ttl p.manicure .inner{
  width: 100%;
  height: 100%;
  margin-left: 40px;
}

section.menu .menu-ttl p.border5{
  display: block;
  width: 25%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 32px;
  font-size: 23rem;
  float: left;
  color: #e75da0;
  text-shadow: -1px -1px 1px #885500;
}


section.menu table{
  width: 100%;
}

section.menu table tr{
  width: 100%;
}

section.menu table tr td.menu-con{
  width: 75%;
  padding-top: 17px;
  padding-bottom: 5px;
  padding-left: 13px;
  background: url(../img/ico-arrow2.png) no-repeat left 70%;
  background-size: 9px auto;
}

section.menu table tr td.menu-con2{
  width: 75%;
  padding-top: 25px;
  padding-left: 15px;
  background: url(../img/ico-arrow2.png) no-repeat left 68%;
  background-size: 9px auto;
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}

section.menu table tr td.price{
  text-align: right;
  font-size: 19rem;
  font-weight: bold;
  color: #333;
  width: 20%;
  border-bottom: solid 1px #dddddd;
}

section.menu table tr td.price3{
  padding: 10px 0;
  text-align: right;
  font-size: 13rem;
  line-height: 1.7;
  font-weight: bold;
  color: #333;
  width: 25%;
  border-bottom: solid 1px #dddddd;
}


section.menu table tr td.notes{
  width: 75%;
  font-size: 10rem;
  color: #996c33;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: solid 1px #dddddd;
}

section.menu table tr td.menu-con .note{
  font-size: 10rem;
  color: #fff;
  font-weight: bold;
  background-color: #959595;
  letter-spacing: 0.2rem;
  padding: 3px 7px;
  margin-left: 10px;
  vertical-align: 20%;
}

section.menu table tr td.menu-con .note2{
  font-size: 10rem;
  color: #fff;
  background-color: #959595;
  letter-spacing: 0.2rem;
  padding: 3px 7px;
  vertical-align: 20%;
}


/*クーポン*/

section.coupon{
  width: 100%;
  height: auto;
}

section.coupon p{
  width: 100%;
  height: auto;
  margin: 0;
}

section.coupon p img.ticket{
  width: 100%;
  height: auto;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: dashed 1px #999;
  border-bottom: none;

}



/*店舗情報*/
p.salon-list {
  display: block;
  width: 100%;
  padding: 15px 0 11px;
  font-size: 20rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 1px #8e8e8d;
  border-bottom: solid 1px #b5b5b5;
  background: url(../img/ico-salon2.png),
              #e75da0;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 50px auto;
}

p.salon-list .link-text{
  margin-left: 65px;
}

section.salon-list{
  width: 100%;
}

section.salon-list article{
  background: #fcfff4; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcfff4 0%, #e7eadc 62%, #efeede 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(62%,#e7eadc),
              color-stop(100%,#efeede)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcfff4 0%,#e7eadc 62%,#efeede 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcfff4 0%,#e7eadc 62%,#efeede 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcfff4 0%,#e7eadc 62%,#efeede 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcfff4 0%,#e7eadc 62%,#efeede 100%); /* W3C */
}

section.salon-list article{
  border-bottom: solid 1px #b5b5b5;
}

section.salon-list article .inner{
  width: 91%;
  margin: 0 auto;
  padding: 10px 0;
}

section.salon-list article .inner p{
  width: 35%;
  float: left;
} 

section.salon-list article .inner p img{
  width: 100%;
  max-width: 157px;
  height: auto;
}

section.salon-list article .inner .info{
  width: 65%;
  float: left;
}

section.salon-list article .inner .info dl{
  margin: 0;
  margin-left: 10px;
}

section.salon-list article .inner .info dl dd.city{
  width: 90px;
  text-align: center;
  letter-spacing: 0.4rem;
  font-weight: bold;
  font-size: 13rem;
  padding: 2px 5px;
  color: #fff;
  background-color: #e75da0;
  margin-left: 0;
  margin-bottom: 10px;
}

section.salon-list article .inner .info dl dd.access{
  font-size: 12rem;
  margin-left: 0;
  margin-bottom: 5px;
}

section.salon-list article .inner .info dl dt{
  margin-top: 5px;
  font-size: 30rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

/*店舗詳細*/

p.salon{
  display: block;
  width: 100%;
  padding: 15px 0 12px;
  font-size: 22rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 1px #8e8e8d;
  border-bottom: solid 1px #b5b5b5;
  background: url(../img/ico-salon2.png),
              #e75da0;
  background-repeat: no-repeat;
  background-position: left 50%;
  background-size: 50px auto;
}

p.salon .link-text{
  margin-left: 65px;
}

section.salon{
  width: 100%;
}

section.salon .nav{
  width: 100%;
}

section.salon .nav ul{
  width: 100%;
}

section.salon .nav ul li{
  display: block;
  width: 50%;
  float: left;
  border-right: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

section.salon .nav ul li:nth-child(odd){
  border-left: solid 1px #b5b5b5
}

section.salon .nav ul li a{
  letter-spacing: 0.2rem;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18rem;
  padding: 14px 0 12px;
  background: #f6f7f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f6f7f7 0%, #f0f0f0 50%, #f6f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f7f7), color-stop(50%,#f0f0f0),       
               color-stop(100%,#f6f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f6f7f7 0%,#f0f0f0 50%,#f6f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f6f7f7 0%,#f0f0f0 50%,#f6f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f6f7f7 0%,#f0f0f0 50%,#f6f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f6f7f7 0%,#f0f0f0 50%,#f6f7f7 100%); /* W3C */
}


section.salon article{
  width: 100%;
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
}

section.salon article .inner{
  width: 95%;
  height: 100%;
  margin: 0 auto;
}

section.salon article .salon-ttl{
  margin: 50px 0 30px ;
}

section.salon article .salon-ttl p.view{
  background: url(../img/ico-salon3.png) no-repeat left 50%;
  background-size: 28px auto;
  width: 60%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.salon .salon-ttl p.view .inner{
  width: 100%;
  height: 100%;
  margin-left: 36px;
}

section.salon .salon-ttl p.border1{
  display: block;
  width: 40%;
  height: 100%;
  letter-spacing: 0.3rem;
  font-size: 23rem;
  overflow: hidden;
  height: 30px;
  float: left;
  color: #e75da0;
  font-size: 23rem;
  text-shadow: -1px -1px 1px #885500;
}

section.salon article .salon-ttl p.manager{
  background: url(../img/ico-salon3.png) no-repeat left 50%;
  background-size: 28px auto;
  width: 70%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.salon .salon-ttl p.manager .inner{
  width: 100%;
  height: 100%;
  margin-left: 36px;
}

section.salon .salon-ttl p.border2{
  display: block;
  width: 30%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 30px;
  float: left;
  color: #e75da0;
  font-size: 23rem;
  text-shadow: -1px -1px 1px #885500;
}

section.salon article .salon-ttl p.details{
  background: url(../img/ico-salon3.png) no-repeat left 50%;
  background-size: 28px auto;
  width: 52%;
  height: 100%;
  display: block;
  float: left;
  letter-spacing: 0.2rem;
  font-size: 23rem;
  font-weight: bold;
}

section.salon .salon-ttl p.details .inner{
  width: 100%;
  height: 100%;
  margin-left: 36px;
}

section.salon .salon-ttl p.border3{
  display: block;
  width: 48%;
  height: 100%;
  letter-spacing: 0.3rem;
  overflow: hidden;
  height: 30px;
  float: left;
  color: #e75da0;
  font-size: 23rem;
  text-shadow: -1px -1px 1px #885500;
}


section.salon article p.salon-img{
  margin-top: 30px;
}

section.salon article p.salon-img img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 581px;
  border: solid 1px #e75da0;
}

section.salon article .manager{
  width: 45%;
  float: left;
}

section.salon article .box{
  width: 40%;
  float: left;
  margin-right: 15px;
}


section.salon article .box p.img img {
  width: 100%;
  height: auto;
  max-width: 250px;
  border: solid 1px #e75da0;
}

section.salon article .box p.name{
  margin-top: 20px;
  text-align: center;
  font-size: 15rem;
}

section.salon article .box p.name .note{
  text-align: center;
  font-size: 13rem;
  font-weight: bold;
  margin-right: 15px;
}

section.salon article .comment{
  width: 100%;
  display: block;
}

section.salon article .comment p{
  width: 98%;
  height: 100%;
  margin-left: 7px;
  font-size: 13rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
}

section.salon article .comment p.special{
  font-weight: bold;
  margin-top: 20px;
  color: #1769c7;
}

section.salon article .comment p.regist{
  margin-left: 0;
}

section.salon article .comment p.regist a{
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 15px;
  text-align: center;
  font-size: 20rem;
  width: 100%;
  padding: 6px 0;
  color: #fff;
  border: solid 2px #1769c7;
  background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%); /* W3C */
  text-shadow: -1px -1px 1px #8e8e8d;
}

section.salon article .comment p.regist a:link{
  color: #fff;
}

section.salon article .comment p.regist a:visited{
  color: #fff;
}

section.salon article dl{
  display: block;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 25px;
}

section.salon article dl dt{
  font-size: 24rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

section.salon article dl dd{
  font-size: 15rem;
  background: url(../img/ico-arrow4.png) no-repeat left 50%;
  background-size: 12px auto;
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 15px;
  letter-spacing: 0.2rem;
}

section.salon article p.contact{
  background-color: #e75da0;
  color: #fff;
  padding: 5px 15px;
  font-size: 20rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

section.salon article p.tel{
  background: url(../img/ico-tel.png) no-repeat left 50%;
  background-size: 30px auto;
  position: relative;
  width: 90%;
  margin: 20px auto 0;
  font-family: Helvetica;
  font-size: 36rem;
  font-weight: bold;
  text-align: center;
}

section.salon article p.tel a{
  padding-left: 30px;
}

section.salon article #map{
  height: 250px;
  width: 100%;
  border: solid 1px #e75da0;
  margin-top: 50px;
  margin-bottom: 15px;
}

section.salon article .way{
  background: url(../img/ico-person.png) no-repeat left 50%;
  background-size: 13px auto;
  padding-left: 20px;
  font-size: 17rem;
  margin-bottom: 50px;
}

