@charset "utf-8";

/*-----------------------------------------------------
汎用
-------------------------------------------------------*/

/* sns-wrap
------------------------------------------------*/

.sns-btn ul{
  text-align:center;
}
.sns-btn ul li{
  display:inline-block;
  line-height: 0!important;
  letter-spacing: 0;
  vertical-align:bottom;
}

/* img-responsive
------------------------------------------------*/

.img-responsive{
  display: block;
  height: auto;
  max-width: 100%;
}

/* text-mincho
------------------------------------------------*/

.text-mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-----------------------------------------------------
award
-------------------------------------------------------*/

/* .lead-wrap
------------------------------------------------*/

.lead-wrap{
  padding: 60px 30px 100px;
  background: url(/images/feature/award/2018/bg_gold.jpg) no-repeat center bottom;
  background-size: 650px;
}
.lead__text{
  margin-top: 45px;
  font-size: 81.3%;
  text-align: center;
}

/* .voice-wrap
------------------------------------------------*/

.voice-wrap{
  padding: 55px 0 70px;
}
.voice__head{
  margin-bottom: 55px;
}
.voice-block{
  margin-top: 25px;
  padding: 35px 30px 60px;
  background: url(/images/feature/award/2018/bg_overlap.png) no-repeat center top #fff;
  background-size: 650px;
  box-shadow: 0px 2px 5px 0px rgba(151, 151, 151, 0.55);
}
.voice-column{
  margin-top: 25px;
}
.voice__shopname{
  border-bottom: 2px solid #978205;
  color: #978205;
  font-size: 125%;
}
.voice__shopname a,
.voice__shopname a:link,
.voice__shopname a:visited,
.voice__shopname a:hover,
.voice__shopname a:active{
  color: #978205;
  text-decoration: none;
}
.voice__icon{
  margin-right: 10px;
  vertical-align: text-top;
}
.voice-img{
  float: left;
  width: 48%;
}
.voice-text{
  float: right;
  width: 48%;
  font-size: 81.3%;
  line-height: 1.6;
}

/* .salon-wrap
------------------------------------------------*/

.salon-wrap{
  padding: 75px 30px 70px;
  background: #ebebeb;
}
.salon-gold{
  margin-top: 55px;
  padding: 0 20px;
  background: url(/images/feature/award/2018/bg_geo_gold.png) repeat left top;
  background-size: contain;
}
.salon-silver{
  margin-top: 45px;
  padding: 0 20px;
  background: url(/images/feature/award/2018/bg_geo_silver.png) repeat left top;
  background-size: contain;
}
.ttl-salon{
  margin:0 -20px 40px;
  padding: 8px 10px;
  text-align: center;
}
.ttl-salon--gold{
  background: #c0a500;
}
.ttl-salon--silver{
  background: #a0a39b;
}

/* .salon__list */

.salon__list{
  width: 570px;
  margin-right: -20px;
}

.salon__item{
  float: left;
  width: 174px;
  margin: 0 15px 20px 0;

}
.salon__item--first{
  float: none;
  width: 326px;
  margin: 0 auto 20px;
  padding-right: 15px;
}
.salon__item--second,
.salon__item--third,
.salon__item--fourth,
.salon__item--fifth{
  width: 265px;
}

.salon__img{
  position: relative;
  display: block;
  margin-bottom: 10px;
  border: 2px solid #fff;
  outline: 1px solid #c0a500;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(110, 110, 110, 0.3);
}
.salon__img--silver{
  outline: 1px solid #a6a8a1;
}
.salon__img:before{
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.6%;
}
.salon__img__inner{
  display: block;
  border: 2px solid #fff;
}
.salon__img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.salon__img--oblong img{
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  right: auto;
  bottom: auto;
  max-width: none;
}
.salon__img--vertical img{
  bottom: auto;
}
.salon__area{
  font-size: 75%;
  color: #c0a500;
}
.salon__area--silver{
  color: #a0a39b;
}
.salon__name{
  min-height: 2.5em;
  font-size: 118.8%;
  line-height: 1.1;
}
.salon__name--silver{
  font-size: 81.3%;
}
.salon__annotation{
  margin-top: 10px;
  padding-left: 1em;
  padding-bottom: 20px;
  text-indent: -1em;
  font-size: 81.3%;
  text-align: right;
}