@charset "UTF-8";
/* CSS Document */
.salon-intro-title-eg,.salon-intro-title-jp {
 white-space: nowrap;
  color: #752727;
}
.salon-introduction-wrapper{
  margin: 0 24px;
}
.salon-introduction-message{
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  line-height: 2;
}
.salon__list{
  list-style: none;
}
.hair-salon-1{
  margin-bottom: 60px;
}
.hair-salon-no-message{
  margin-bottom: 60px;
}

/*ここからPCデザイン*/

@media (min-width:1160px) {
/*.containerはcommonに入れない なぜならそれぞれ違うから*/
  .container{
    max-width: 1120px;
    margin: 0 auto;
  }
 .salon-introduction-message{
    font-size: 1.8rem;
    text-align: left;
  }
  .salon__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
  .salon__item {
    width: 48%;
  }

}













