@charset "UTF-8";

/* ============================== LP：アワードエリアページ ============================== */

/*=============== コンテンツ ===============*/

.salon_contents_outer {
  position: relative;
  width: 100%;
  background: #fff;
  padding-top: 64px;
  text-align: center;
}
.prize_wrap_gold {
  position: relative;
  background-color: #fbf8f1;
  padding: 74px 0 106px;
  margin-top: 70px;
}
.prize_wrap_silver {
  position: relative;
  background-color: #f3f3f3;
  padding: 74px 0 70px;
  margin: 0;
}
.plate {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 228px;
  height: 52px;
  margin: 0 auto;
}
.plate img {
  width: 100%;
  height: 100%;
}
.prizeList_wrap {
  max-width: 1280px;
  padding: 0 48px;
  margin: 0 auto;
}
.prizeList {
  text-align: left;
}
.prizeList li a {
  display: block;
}


/*--- GOLD ---*/
.prize_wrap_gold .prizeList {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prize_wrap_gold .prizeList li {
  width: calc(100% / 2 - 12px);
  height: auto;
  margin-bottom: 40px;
  overflow: hidden;
}
.prizeList_region {
  font-size: 12px;
  word-break: keep-all;
}
.prize_wrap_gold .prizeList_region::before {
  content: "/";
  position: relative;
  top: 1px;
  padding-right: 13px;
  margin-left: 13px;
  font-size: 15px;
  font-weight: 100;
}
.prize_wrap_gold .prizeList_storeName {
  margin-bottom: 24px;
  font-size: 18px;
}
.prize_wrap_gold .prizeList_storeName::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 5px;
  height: 22px;
  background: url("/award/2021/images2021/area/name_line_gold.jpg") no-repeat;
  background-size: 100%;;
  margin-right: 12px;
}

/*--- SILVER ---*/

.prizeList_sub-title:not(:first-child) {
  margin-top: 64px;
}

.prizeList_sub-title {
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.12em;
}
.prizeList_sub-title:before, .prizeList_sub-title:after {
  content: "";
  display: block;
  flex-grow: 1;
  position: relative;
  top: 14px;
  height: 1px;
  background-color: #000;
}
.prizeList_sub-title:before {
  margin-right: 0.7em;
}
.prizeList_sub-title:after {
  margin-left: 0.7em;
}
.prize_wrap_silver .prizeList {
  margin: 0 -24px -40px 0;
  display: flex;
  flex-wrap: wrap;
}
.prize_wrap_silver .prizeList li {
  width: calc(100% / 4 - 24px);
  height: auto;
  margin: 0 24px 48px 0;
  overflow: hidden;
}
.prizeList_img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: .3s;
}

/*--- 画像hover効果 ---*/
.prizeList_img:hover {
  background-color: #000;
}
.prizeList_img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: .3s;
}
.prizeList_img:hover img {
  opacity: 0.6;
  transform: scale(1.05);
}
/*--- /画像hover効果 ---*/

.prize_wrap_silver .prizeList_storeName {
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 1em;
  word-break: break-all;
}
.prize_wrap_silver .prizeList_storeName::before {
  position: absolute;
  top: 1px;
  content: url("/award/2021/images2021/area/name_line_silver.jpg");
  display: inline-block;
  margin-left: -1em;
}
/*--- 注釈 ---*/
.prizeNote {
  padding: 0 48px;
  margin-top: 24px;
  text-align: center;
}


/* =============== iPad対応 min-width: 768px - max-width: 834px =============== */

@media screen and (min-width: 768px) and (max-width: 834px) {

  .prize_wrap_silver .prizeList {
    margin: 0 -24px -40px 0;
  }
  .prize_wrap_silver .prizeList li {
    width: calc(100% / 3 - 24px);
    height: auto;
    margin: 0 24px 40px 0;
  }

  /*--- 画像hover効果 ---*/
  .prizeList_img {
    transition: none;
  }
  .prizeList_img:hover {
    background-color: transparent;
  }
  .prizeList_img img {
    transition: none;
  }
  .prizeList_img:hover img {
    opacity: 1;
    transform: none;
  }
  .prizeList_sub-title {
    margin-bottom: 40px;
  }

}

/* ============================== SP対応 max-width: 767px ============================== */

@media screen and (max-width:767px) {
  
/* ============================== LP：アワードエリアページ ============================== */
  /*--- 見出し ---*/
  .contents_type {
    width: 247px;
    line-height: 1.5;
  }
  .plate {
    top: -18px;
    width: 160px;
    height: auto;
  }
  .prize_wrap_gold {
    padding: 54px 0 64px;
    margin-top: 48px;
  }
  .prize_wrap_silver {
    padding: 56px 0 64px;
  }
  .prizeList_wrap {
    width: 100%;
    padding: 0 20px;
  }
  .prizeList {
    width: 100%;
  }

  /*--- GOLD ---*/
  .prize_wrap_gold .prizeList_storeName {
    margin-bottom: 16px;
  }
  .prize_wrap_gold .prizeList li {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    overflow: hidden;
  }

  /*--- SILVER ---*/
  .prizeList_sub-title {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.12em;
  }
  .prizeList_sub-title:before, .prizeList_sub-title:after {
    content: "";
    display: block;
    flex-grow: 1;
    position: relative;
    top: 10px;
    height: 1px;
    background-color: #000;
  }
  .prize_wrap_silver .prizeList {
    margin-bottom: -40px;
    justify-content: space-between;
  }
  .prize_wrap_silver .prizeList li {
    width: calc(100% / 2 - 8px);
    height: auto;
    margin: 0 0 40px 0;
    overflow: hidden;
  }
 
  /*--- 画像hover効果 ---*/
  .prizeList_img {
    transition: none;
  }
  .prizeList_img:hover {
    background-color: transparent;
  }
  .prizeList_img img {
    transition: none;
  }
  .prizeList_img:hover img {
    opacity: 1;
    transform: none;
  }
  /*--- /画像hover効果 ---*/     

  .prize_wrap_silver .prizeList_storeName {
    margin-top: 10px;
  }
  .prize_wrap_silver .prizeList_region {
    display: block;
    margin-top: 4px;
  }
  .prize_wrap_silver .prizeList_region::before {
    content: "";
    margin-left: 4px;
  }
  .prize_wrap_silver .prizeList_storeName::before {
    top: 0;
  }
  
  /*--- 注釈 ---*/
  .prizeNote {
    padding: 0 20px;
    margin-top: 16px;
    text-align: left;
  }
  .prizeNote_text {
    font-size: 12px;
    line-height: 1.6;
  }


}
