@charset "utf-8";
.breadcrumb-wrap {
  margin-bottom: 0;
}
#campaign {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
}
#campaign p:last-of-type {
  margin-bottom: 0;
}
#campaign h2 {
  font-size: 150%;
}
#campaign h3, .font-big {
  font-size: 130%;
}
.flex-ai-center {
  align-items: center;
}
.flex-jc-center {
  justify-content: center;
}
.flex-wrap{
  flex-wrap: wrap;
}
.pc-big {
  font-size: 150%;
}
.main-bg-color {
  background-color: #edbb47;
	border-top: solid thin #f5f5f5;
}
.main-font-color, .details dt {
  color: #c43c1e;
}
.sub-bg-color {
  background-color: #f5eddc;
}
.sub-bg-color02 {
  background-color: #c43c1e;
}
.bg-color-white {
  background-color: #fff;
}
.font-color-white {
  color: #fff;
}
a:hover.font-color-white, a:focus.font-color-white {
  color: #fff;
  text-decoration: none;
}
.max-w, .step {
  max-width: 800px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.w70 {
  width: 70%;
}
.w30 {
  width: 30%;
}
.btn-cam, .btn-primary.disabled {
  max-width: 400px;
  width: 80vw;
  padding: .8em 0;
  margin: .6em .4em;
  white-space: inherit;
  background-color: #d1551d;
  border: none;
  color: #fff;
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus {
  background-color: #dc6c20;
  color: #fff;
}
.btn-hi {
  padding: 1.2em 0;
}
.btn-line, .btn-line:hover, .btn-line:active, .btn-line:focus {
  background-color: #fff;
  color: #dc6c20;
  border: solid thin;
}
.cam-radius {
  border-radius: .5em;
}
.cam-label-area, .cam-label-sp {
  font-size: 85%;
  padding: .2em .5em;
  border-radius: .2em;
  line-height: 1;
  font-weight: bold;
  margin-right: 1em;
}
.cam-label-area {
  background-color: #edbb47;
  color: #fff;
}
.cam-label-sp {
  padding: .1em .5em;
  color: #e04926;
  border: solid thin;
}
.cam-item-wr .btn {
  margin: 0;
  width: 100%;
}
.cam-item-wr .btn + .btn {
  margin-left: 10px;
}
.cam-item-wr dd {
  margin-bottom: .5em;
}
.cam-item-wr > .cam-item {
  margin-bottom: 2%;
  background-color: #fff;
  padding: 1em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
.shop-img {
  position: relative;
}
.shop-img {
  width: 100%;
  height:200px;
  object-fit: cover;
}
.brand-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  margin: 5px;
}
.bland-menu {
  position: relative;
  justify-content: space-between;
  padding: .5em .5em .5em 1.5em;
  align-items: center;
}
.bland-menu::before {
  content: "おすすめ";
  background-color: #c43c1e;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  padding: .3em 1em;
  position: absolute;
  top: -1.5em;
  left: -.8em;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
/* キャンペーン終了表示 */
#cp_end {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 0;
  background-color: rgba(28, 19, 18, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}
#cp_end a, #cp_end a:hover, #cp_end a:active, #cp_end a:visited {
  color: #a1f6ff;
}
.pd5 {
  padding: 5px;
}
/*PC*/
@media (min-width: 768px) {
  #campaign .pd10 {
    padding: 2em !important;
  }
  #campaign .pt20 {
    padding-top: 2em !important;
  }
  #campaign .pb20 {
    padding-bottom: 2em !important;
  }
  #campaign .mt20 {
    margin-top: 2em !important;
  }
  #campaign .mb20 {
    margin-bottom: 2em !important;
  }
  .cam-item-wr {
    display: flex;
    flex-wrap: wrap;
  }
  .cam-item-wr > .cam-item {
    width: 49%;
  }
  .cam-item-wr > .cam-item:nth-child(2n) {
    margin-left: 2%;
  }
  #bland-set > .cam-item:first-of-type .salon-introduction {
    line-height: 3em;
  }
}
/*スマホのとき*/
@media (max-width: 767px) {
  #campaign {
    font-size: 13px;
  }
  #campaign .small {
    font-size: 10px;
  }
  .pc-big {
    font-size: 100%;
  }
  .cam-item-wr > .cam-item {
    margin-bottom: 1em;
  }
	/*.shop-img {
		height:170px;
}*/
  /*終了対応*/
  #cp_end {
    font-size: 100%;
  }
}
/*SEのとき*/
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
}