.flex-end {
  justify-content: flex-end; 
}

.cosmetics-contents {
  padding: 0 0 2em;
}
.cosmetics-contents img {
  width: 100%;
  max-width: 100%;
}
.cosmetics-contents .cosmetics-header {
  padding: 2em 0 2em;
  text-align: center;
}
.cosmetics-contents .cosmetics-header h2 {
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: bold;
  color: #173982;
}
.cosmetics-contents .cosmetics-header p {
  font-size: 1.4em;
  letter-spacing: 0.2em;
}
.cosmetics-contents .cosmetics-body .cosmetics-banner {
  margin-bottom: 2em;
}
.cosmetics-contents .cosmetics-body .cosmetics-banner .col + .col {
  margin-top: 1em;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item {
  margin-bottom: 1.6em;
  font-size: 1em;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item h3.name {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  color: #173982;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item h3.name a {
  color: #173982;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item .tel a {
  position: relative;
  padding-left: 1.5em;
  font-size: 1em;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item .tel a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(/img/cosmetics/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item .floor {
  position: relative;
  padding-left: 1.5em;
  width: 100%;
  font-size: 1em;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item .floor:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(/img/cosmetics/icon_building.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cosmetics-contents .cosmetics-body .cosmetics-list .item .business-hour {
    position: relative;
    padding-left: 1.5em;
    font-size: 1em;
}
  .cosmetics-contents .cosmetics-body .cosmetics-list .item .business-hour:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(/img/cosmetics/icon_time.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cosmetics-contents .cosmetics-body .cosmetics-list .item .business-hour span {
    font-size: 80%;
  }
.cosmetics-contents .cosmetics-body .cosmetics-list .item .button-mini {
    background-color: #1a77ca;
    padding: 4px 8px 1px;
    height: fit-content;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 1em;
    color: #FFF;
    vertical-align: middle;
}
.cosmetics-contents .tag {
  margin-bottom: 1em;
}
.cosmetics-contents .tag .tag-label {
  display: inline-block;
  margin: 4px 0;
  padding: 5px 8px 3px;
  background-color: #96c956;
  border-radius: 5px;
  font-size: 1em;
  color: #FFF;
}

.cosmetics-contents .brand-list {
  display: inline-block;
  margin: 0 auto 2em;
  padding: 14px 5px 10px;
  width: 100%;
  background-color: #173982;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
}

.cosmetics-contents .cosmetics-list figure a {
  display: block;
}
.cosmetics-list figure {
  box-shadow: 0 0 12px #d2d2d2;
}

.cosmetics-contents .tel-service-link {
  display: block;
  width: 85%;
}
.cosmetics-contents .tel-service-link img {
  width: 100%;
}

.link-cosmetics {
    margin-top: 1.6em;
    margin-bottom: 2em;
}
.link-cosmetics a {
    color: #006ab7;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    border: 1px solid #006ab7;
    padding: 1em 1em;
    width: 100%;
    margin: auto;
}

/*# sourceMappingURL=maps/sp_cosmetics.css.map */
