/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.campaignImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaignImgWrap:after {
  content: "";
  display: block;
  width: 30%;
}
.campaignImgWrap .imgWrap {
  width: 32%;
  max-width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .campaignImgWrap .imgWrap {
    width: 48%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .campaignImgWrap .imgWrap:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .campaignImgWrap .imgWrap:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap:nth-child(n+2) {
    margin-top: 25px;
  }
}
.campaignImgWrap .imgWrap figure {
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 767px) {
  #archive-campaign section.campaignCnt {
    background: unset;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  section.campaignCnt {
    background: #FEF5F4;
    padding: 54px 0;
  }
}
section.campaignCnt .slider-dots {
  bottom: -28px;
}
section.campaignCnt .slider-dots li {
  margin: 0px 12px;
}
section.campaignCnt .slider-dots li button:after {
  width: 8px;
  height: 8px;
  background-color: #C4C4C4;
}
section.campaignCnt .slider-dots li.slick-active button:after {
  background-color: #E23E2A;
  opacity: 1;
}
.searchSalonFrontList {
  flex-basis: 760px;
  color: #333333;
}
.searchSalonFrontList.no-image {
  flex-basis: 100%;
}
.searchSalonFrontList li {
  padding: 8px 0px;
  line-height: 2.4;
  letter-spacing: 0.38px;
  font-size: 16px;
  display: list-item;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #F4C4C9;
}
.searchSalonFrontList li:first-child {
  border-top: 1px solid #F4C4C9;
}
.searchSalonFrontList .searchSalonHead {
  background: #9a7f81;
  color: white;
  width: 100px;
  margin-right: 30px;
  text-align: center;
  padding: 2px 0px;
  display: inline-block;
}
.searchSalonFrontList .searchSalonPickUpBlock {
  display: inline-block;
}
.searchSalonFrontList .searchSalonForm {
  display: inline-block;
  margin-right: 30px;
}
.searchSalonFrontList .searchSalonFormLast {
  display: inline-block;
  margin-right: 30px;
}
.searchSalonFrontList .searchSalonLink {
  color: #333333;
}
.searchSalonFrontList .searchSalonLink:hover {
  text-decoration: underline;
}
.searchSalonFrontList .txtBox {
  flex-basis: 430px;
}
.searchSalonFrontList .txtBox .ttl {
  font-size: 16px;
}
.searchSalonFrontList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.searchSalonFrontList .priceWrap {
  flex-basis: calc(100% - 450px);
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .searchSalonFrontList li {
    padding: 5px 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
    font-size: 15px;
    display: block;
    border-bottom: none;
  }
  .searchSalonFrontList li:first-child {
    border-top: none;
  }
  .searchSalonFrontList .searchSalonHead:before {
    content: '';
    position: absolute;
    background: url("../img/common/humberger_arrow.svg") center center no-repeat;
    width: 13px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonHead.show:before {
    transform: rotate(180deg);
  }
  .searchSalonFrontList .searchSalonHead {
    background: #9a7f81;
    color: white;
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 10px;
    display: block;
    position: relative;
  }
  .searchSalonFrontList .searchSalonPickUpBlock {
    display: none;
  }
  .searchSalonFrontList .show + .searchSalonPickUpBlock {
    display: block;
  }
  .searchSalonFrontList .searchSalonForm {
    border-bottom: 1px solid #F4C4C9;
    padding: 10px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .searchSalonFrontList .searchSalonFormLast {
    padding: 10px 10px 0px 10px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .searchSalonFrontList .searchSalonFormLast:before {
    content: '';
    position: absolute;
    background: url("../img/common/slider-arrow.png") center center no-repeat;
    width: 20px;
    height: 13px;
    top: 10px;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonForm:before {
    content: '';
    position: absolute;
    background: url("../img/common/slider-arrow.png") center center no-repeat;
    width: 20px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonLink {
    width: 100%;
    text-align: left;
    color: #333333;
  }
  .searchSalonFrontList .txtBox .ttl {
    font-size: 13px;
  }
  .searchSalonFrontList .txtBox small {
    margin-top: 3px;
    font-size: 12px;
  }
  .searchSalonFrontList .priceWrap {
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
  }
}
.pegnationArchiveNumber .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pegnationArchiveNumber .page-item .page-link {
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  text-align: center;
  border: 2px solid transparent;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.pegnationArchiveNumber .page-item .page-link.last,
.pegnationArchiveNumber .page-item .page-link.first {
  width: 120px;
}
.pegnationArchiveNumber .page-item.disabled .page-link {
  border-radius: 50%;
  padding: 0;
  border-color: #333333;
}
.pegnationArchiveList {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
}
.pegnationArchiveListWrap {
  padding-top: 98px;
}
.pegnationArchiveList .prevLink,
.pegnationArchiveList .nextLink {
  font-size: 20px;
  position: absolute;
  top: 0;
  background: #ffffff;
}
.pegnationArchiveList .prevLink a,
.pegnationArchiveList .nextLink a {
  display: block;
}
.pegnationArchiveList .prevLink {
  left: 0;
}
.pegnationArchiveList .nextLink {
  right: 0;
}
.pegnationArchiveList .centerLink {
  background: #ffffff;
  margin: auto;
}
.pegnationArchiveList .centerLink a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink,
  .pegnationArchiveList .centerLink {
    height: 100%;
    display: block;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    width: 60px;
    height: 60px;
  }
  .pegnationArchiveList .centerLink {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .pegnationArchiveListWrap {
    padding: 30px 0 0;
  }
  .pegnationArchiveListWrap.singleTop {
    padding: 0 0 10px;
  }
  .pegnationArchiveList {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: -0.6px;
    background: #ffffff;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    font-size: 20px;
    position: absolute;
    top: 0;
  }
  .pegnationArchiveList .prevLink a,
  .pegnationArchiveList .nextLink a {
    display: block;
    padding: 0 15px;
  }
  .pegnationArchiveList .prevLink a {
    padding-right: 50px;
  }
  .pegnationArchiveList .nextLink a {
    padding-left: 50px;
  }
}
.pegnationArchiveNumber {
  margin-top: 60px;
}
/*# sourceMappingURL=map/campaign.css.map */