@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 map
==================================================================================*/
#map .main-content .bg-icon01 {
  position: absolute;
  z-index: 0;
  width: 34%;
  right: 0;
  top: 0;
}
#map .intro {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
#map .intro .tit-mark {
  width: 33px;
  margin: 0 auto;
}
#map .intro .tit {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 100px;
}
#map .map-image {
  max-width: 900px;
  padding-bottom: 150px;
  text-align: center;
}
#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 {
  max-width: 300px;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   map
  ==================================================================================*/
  #map .main-content .bg-icon01 {
    width: 80%;
    right: 0;
    top: 0;
  }
  #map .intro .tit {
    margin-bottom: 50px;
  }
  #map .map-image {
    padding-bottom: 60px;
  }
  #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 h3 {
    padding-bottom: 40px;
    font-size: 17px;
  }
  #map .salon .content-area {
    padding: 0px 0 60px;
  }
  #map .salon .content-area .text-area {
    text-align: center;
  }
  #map .salon .content-area .text-area address {
    padding-bottom: 30px;
    font-size: 18px;
  }
  #map .salon .content-area .text-area address .small {
    padding-top: 8px;
  }
  #map .salon .content-area .text-area .stations {
    padding-bottom: 15px;
    text-align: left;
  }
  #map .salon .content-area .text-area .annotation {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */