.contentPage section {
    margin-bottom: 10%;
}
.salon .content {
    width: 100%;
}
.salon p  {
    margin-bottom: 3%;
}
.salon .sns_line a  {
    color: #31AE36;
    background-image: url(../assets/img/icon/line02.png);
    background-repeat: no-repeat;
    line-height: 59px;
    display: inline-block;
    background-position: left center;
    padding-left: 46px;
}
@media screen and (min-width:768px){
.contentPage section {
    margin-bottom: 5%;
}
}
@media screen and (min-width:1024px){
.salon .content {
    width: 47%;
    border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
}
