@charset "utf-8";
/* CSS Document */

/***************************
 ** 冒頭導入部分・ページ内リンク
 */
.salon_intro .wrapper > p {
  margin-bottom: 6rem;
}

.salon_links li {
  flex-basis: 31%;
}

.salon_links li:not(:last-child) {
  margin-right: 3.5%;
}

.salon_links li a {
  display: block;
  box-sizing: border-box;
  padding: 0.6rem;
  text-align: center;
  font-size: calc(9px + 0.3vw);
  text-decoration: none;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  transition: .3s;
}

.salon_links li a span {
  display: block;
  font-size: calc(13px + 0.3vw);
  font-weight: bold;
}

.salon_links li a:hover {
  background: #fff;
  color: #000!important;
}

.salon_links li a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  font-size: 1.25rem;
  display: block;
  text-align: center;
  color: #fff;
}

.salon_links li a:hover::after {
  color: #000;
}

@media screen and (max-width: 736px) {
  .salon_intro .wrapper > p {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
  
  .salon_links li {
    flex-basis: auto;
  }

  .salon_links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.6rem;
  }

  .salon_links li a {
    font-size: 0.75rem;
  }

  .salon_links li a span {
    font-size: 1rem;
  }
}


/***************************
 ** 店舗詳細
 */
.salon_detail {
  padding-bottom: 4rem;
}

.salon_detail .wrapper > p {
  margin-bottom: 3rem;
}

.salon_detail_table {
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 3rem;
}

.salon_detail_table tr th,
.salon_detail_table tr td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 1rem;
  text-align: left;
}

.sp_ttl {
  display: none;
}

.official_site {
  color: #000;
}

.sns_link a {
  display: inline-block;
  margin-right: 1rem;
}

.sns_link a img {
  widows: 30px;
  height: 30px;
}

.night_time {
  color: #c00;
}

.tel_num {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.875rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tel_num::before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.5rem;
}

.reservation_btn {
  width: 50%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%/*25%*/;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 736px) {
  .salon_detail {
    padding-bottom: 2rem;
  }

  .salon_detail .wrapper > p {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }

  .salon_detail_table {
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
  }

  .salon_detail_table tr th,
  .salon_detail_table tr td {
    padding: 0.5rem;
  }
  
  .salon_detail_table tr th {
    display: none;
  }
  
  .sp_ttl {
    display: block;
    padding: 0.3rem;
    background: #eee;
    margin-bottom: 0.5rem;
  }

  .reservation_btn {
    width: 100%;
    font-size: 1rem;
  }
}

  