@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 map
==================================================================================*/
#map .map-image {
  max-width: 900px;
  padding-bottom: 150px;
  text-align: center;
}
#map .map-image .section-title {
  font-size: 20px;
  line-height: 2.4;
  font-weight: normal;
  padding-bottom: 45px;
}
#map .map-image .tit {
  padding-bottom: 50px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  color: #c9bda9;
  text-align: center;
}
#map .map-image .image {
  margin-bottom: 60px;
}
#map .map-image .button {
  margin: 0 auto;
}
#map .common-button01 {
  width: 300px;
}
#map .salon {
  display: none;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 180px;
  color: #fff;
  text-align: center;
}
#map .salon .tit {
  font-size: 46px;
  line-height: 1.6;
  padding-bottom: 10px;
}
#map .salon .sub {
  font-size: 22px;
  margin-bottom: 50px;
}
#map .salon .sub span {
  font-size: 14px;
  padding: 0 5%;
  box-sizing: border-box;
}
#map .salon .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#map .salon li {
  width: 55%;
}
#map .salon li:last-child {
  text-align: left;
  width: 42%;
}
#map .salon .add {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid;
}
#map .salon .add span {
  font-size: 16px;
}
#map .salon .mini {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   map
  ==================================================================================*/
  #map .map-image {
    padding-bottom: 60px;
  }
  #map .map-image .section-title {
    font-size: 18px;
  }
  #map .map-image .text {
    padding-bottom: 30px;
    text-align: left;
  }
  #map .map-image .image {
    margin-bottom: 15px;
  }
  #map .legend {
    width: 240px;
    margin: 0 auto 30px;
  }
  #map .salon {
    padding: 0 0 80px;
  }
  #map .salon .tit {
    font-size: 30px;
  }
  #map .salon .sub {
    margin-bottom: 20px;
  }
  #map .salon .list {
    display: block;
  }
  #map .salon li {
    width: 100%;
  }
  #map .salon li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  #map .salon .add {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #map .salon .button {
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */