@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 map
==================================================================================*/
#map .map-image {
  max-width: 650px;
  padding-bottom: 150px;
  text-align: center;
}
#map .map-image .text {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 60px;
  text-align: center;
}
#map .map-image .image {
  margin-bottom: 60px;
}
#map .salon {
  position: relative;
  padding: 50px 0;
  border: 1px solid;
  max-width: 900px;
  margin: 0 auto 170px;
}
#map .salon .title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 60px;
}
#map .salon .box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#map .salon .box > header {
  order: 2;
  width: 42%;
  text-align: left;
}
#map .salon .box > header .txt01 {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 10px;
}
#map .salon .box > header address {
  font-size: 14px;
  line-height: 1.4;
}
#map .salon .box > header dl {
  padding-bottom: 30px;
}
#map .salon .box > header dt {
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}
#map .salon .box > header dt img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
}
#map .salon .box > header dd {
  padding: 5px 0 5px 0;
  font-size: 11px;
  line-height: 2;
}
#map .salon .box > header .button a {
  margin-left: 0;
}
#map .salon .box > .image {
  order: 1;
  width: 50%;
}
#map .salon .box > header address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.9;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #map .salon .box {
    box-sizing: border-box;
    padding: 0 50px;
  }
  #map .salon .box > header {
    position: static;
    margin-bottom: 40px;
    transform: translateY(0);
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   map
  ==================================================================================*/
  #map .map-image {
    padding-bottom: 60px;
  }
  #map .map-image .text {
    padding-bottom: 30px;
  }
  #map .map-image .image {
    margin-bottom: 30px;
  }
  #map .map-image .button {
    margin-left: 0;
  }
  #map .map-image .button a {
    margin-left: 0;
  }
  #map .salon {
    padding: 30px 0 0;
  }
  #map .salon .title {
    line-height: 1.5;
    font-size: 18px;
    padding-bottom: 30px;
  }
  #map .salon .img {
    width: 94%;
    margin: auto;
  }
  #map .salon .box {
    padding: 35px 10px 0;
    flex-wrap: wrap;
  }
  #map .salon .box > header {
    order: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  #map .salon .box > header .txt01 {
    font-size: 14px;
  }
  #map .salon .box > header dt {
    padding-left: 25px;
  }
  #map .salon .box > header dt img {
    width: 11px;
  }
  #map .salon .box > header dd {
    padding: 5px 0 5px 0;
    font-size: 11px;
    line-height: 2;
  }
  #map .salon .box > header .button {
    text-align: center;
  }
  #map .salon .box > .image {
    order: 1;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */