@charset "UTF-8";

/* salon
----------------------------------------------- */
.top-salon-head {
  width: 80vw;
  padding: 8vw 0 2vw;
  margin: 0 auto 6vw;
  text-align: center;
  background: #fff;
}

.top-salon-head p {
  font-size: 4vw;
  line-height: 1.8;
}

.top-salon-map {
  width: 90vw;
  margin: 0 auto 12vw;
  position: relative;
}

.top-salon-image {
  width: 100%;
}

.top-salon-image img {
  width: 100%;
}

.top-salon-map-items li {
  width: auto;
  min-width: 28vw;
  font-size: 3.4vw;
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: table;
}

.top-salon-map-items li.tohoku {
  top: 27vw;
  right: 5vw;
}

.top-salon-map-items li.kanto {
  top: 52vw;
  right: 0;
}

.top-salon-map-items li.chubu {
  right: 10vw;
  bottom: 27vw;
}

.top-salon-map-items li.kansai {
  right: 18vw;
  bottom: 10vw;
}

.top-salon-map-items li.chugoku {
  bottom: 24vw;
  left: 5vw;
}

.top-salon-map-items li.kyushu {
  bottom: 0;
  left: 0;
}

.top-salon-map-items a {
  padding: 3.5vw 5vw 3vw;
  color: #fff;
  background: #2d2e30;
  -moz-border-radius: 10vw;
  -webkit-border-radius: 10vw;
  border-radius: 10vw;
}

.top-salon-map-items a:after {
  content: '\f105';
  font-size: 3.2vw;
  font-family: 'icon';
  position: absolute;
  top: 50%;
  right: 2.5vw;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-salon-content {
  padding-bottom: 7vw;
}

.top-salon-box {
  width: 90vw;
  margin: 0 auto 5vw;
}

.top-salon-box-title {
  margin-bottom: 2vw;
}

.top-salon-box-title.open:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.top-salon-items {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top-salon-items li {
  width: 48%;
  font-size: 3.4vw;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-salon-items li:last-child, .top-salon-items li:nth-last-child(2) {
  border-bottom: none;
}

.top-salon-items a {
  padding: 4vw 0 4vw 1.6em;
  text-indent: -0.6em;
  line-height: 1.4;
}

.top-salon-items a:before {
  content: '\f105';
  margin: 0 1vw;
  font-family: 'icon';
  display: inline-block;
}

.top-salon-items a span {
  font-size: 80%;
  color: #5f5f5f;
}

.top-salon-closest {
  padding: 12vw 0;
  background: #f0eff6;
}

.top-salon-closest-title {
  width: 90vw;
  margin: 0 auto 5vw;
  font-size: 6.05vw;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top-salon-closest-title:before {
  content: '';
  height: 1px;
  margin-right: 2vw;
  background: #a7a7ab;
  flex: 1;
}

.top-salon-closest-title:after {
  content: '';
  height: 1px;
  margin-left: 2vw;
  background: #a7a7ab;
  flex: 1;
}

.top-salon-closest-map {
  width: 90vw;
  height: 50vw;
  margin: auto;
  background: #ccc;
}

.top-salon-gallery-items {
  width: 100%;
}

.top-salon-gallery-item {
  width: 70vw;
}

.top-salon-gallery-item-image {
  width: 100%;
}


/* =============================================
pc
================================================*/
@media screen and (min-width: 736px) {

  /* salon
----------------------------------------------- */
  .top-salon-head {
    padding: 60px 0 10px;
    margin-bottom: 60px;
  }

  .top-salon-head p {
    font-size: 18px;
  }

  .top-salon-map {
    width: 620px;
    margin-bottom: 60px;
  }

  .top-salon-map-items li {
    min-width: 180px;
    font-size: 15px;
  }

  .top-salon-items li:last-child, .top-salon-items li:nth-last-child(2), .top-salon-items li:nth-last-child(3) {
    border-bottom: none;
  }

  .top-salon-map-items li.tohoku {
    top: 170px;
    right: -120px;
  }

  .top-salon-map-items li.kanto {
    top: 360px;
    right: -100px;
    left: auto;
  }

  .top-salon-map-items li.chubu {
    right: 40px;
    bottom: 164px;
  }

  .top-salon-map-items li.kansai {
    right: auto;
    bottom: 245px;
    left: 190px;
  }

  .top-salon-map-items li.chugoku {
    bottom: 84px;
    left: 270px;
  }

  .top-salon-map-items li.kyushu {
    bottom: 95px;
    left: 10px;
  }

  .top-salon-map-items a {
    padding: 15px 0;
  }

  .top-salon-map-items a:after {
    font-size: 14px;
    right: 15px;
  }

  .top-salon-content {
    padding-bottom: 30px;
  }

  .top-salon-box {
    width: 960px;
    margin-bottom: 60px;
  }

  .top-salon-box-title {
    margin-bottom: 10px;
  }

  .top-salon-items {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-salon-items li {
    width: 310px;
    font-size: 15px;
    margin-right: 15px;
  }

  .top-salon-items li:nth-child(3n) {
    margin-right: 0;
  }

  .top-salon-items a {
    padding: 18px 0 16px 2em;
    text-indent: -1em;
  }

  .top-salon-items a:before {
    margin: 0 8px;
  }

  .top-salon-closest {
    padding: 100px 0;
  }

  .top-salon-closest-title {
    width: 960px;
    margin-bottom: 30px;
    font-size: 26px;
  }

  .top-salon-closest-map {
    width: 960px;
    height: 450px;
  }

  .top-salon-gallery-item {
    width: 500px;
  }
}