@charset "UTF-8";
/*------ トラベルキャンプのヘッダー調整 ------*/
.css-dkm91a {
  margin-top: 0;
}
/*------ /トラベルキャンプのヘッダー調整 ------*/

/*---- Common ----*/
.s-pc {
  display: none !important;
}
.s-sp {
  display: block !important;
}
.f-annotation {
  font-size: 11px;
}

/*---- Main Header ----*/
.main {
  background: #fff;
}
.campaign-mv {
  width: 100%;
  height: auto;
  background-image: url('../img/mv01-sp.jpg?v=20250501');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 150px 20px 4px;
}
.campaign-mv .heading img {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 126px;
}
.campaign-mv .f-annotation {
  text-align: center;
}
.campaign-schedule {
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #18a5a9;
  padding: 10px 5px;
}
.campaign-schedule p {
  color: #fff;
}
.campaign-schedule p span {
  font-size: 13px;
  font-weight: bold;
}

/*---- Main Content ----*/
/*-- クーポン獲得 --*/
.f-section-header .f-text em {
  font-style: normal;
}
.coupon-box {
  margin: 20px 0 30px;
}
.coupon-box .coupon-detail {
  text-align: center;
}
.coupon-box .coupon-detail .sheet {
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  background-color: #00b900;
  padding: 4px 0;
}
.coupon-box .coupon-detail .period {
  font-size: 13px;
  margin: 8px 0;
}
.coupon-box .f-imagelink {
  margin-bottom: 12px;
}
.coupon-box .remaining-coupon {
  margin-top: 10px;
  text-align: right;
}
.coupon-box .remaining-coupon a {
  position: relative;
  padding-right: 12px;
}
.coupon-box .remaining-coupon a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
}

/*-- クーポンの使い方 --*/
.f-step.f-step--simple .f-step-title {
  display: flex;
  align-items: center;
}
.f-step.f-step--simple .f-step-title i {
  display: flex;
  width: 30px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #00b900;
  border-radius: 15px;
}

/* クーポンが使える施設の確認方法 */
.img-couponuse {
  width: 96%;
  margin: 0 auto 20px;
}
.img-couponuse:last-of-type {
  margin-bottom: 40px;
}

/*-- クーポン進呈スケジュール --*/
.f-table th {
  width: calc(100% / 8);
  vertical-align: middle;
}
.finish {
  border-bottom: 1px #fff solid;
  color: #CCC;
  text-decoration: line-through;
}

/*-- 免責 --*/
.detail-area .f-outline {
  border: none;
  padding: 12px 0 4px 20px;
}
.detail-area .f-outline a {
  color: #0055b8;
  text-decoration: underline;
}

/*----------------------------------------------------------------------------------
  PC only
----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*------ トラベルキャンプのヘッダー調整 ------*/
  .css-dkm91a {
    margin-top: 25px;
  }
  /*------ /トラベルキャンプのヘッダー調整 ------*/

  /*---- Common ----*/
  .s-sp {
    display: none !important;
  }
  .s-pc {
    display: block !important;
  }
  .f-annotation {
    font-size: 12px;
  }
  .read {
    text-align: center;
    margin-bottom: 40px;
  }
  /*---- Main Header ----*/
  .campaign-mv {
    height: 550px;
    background-image: url('../img/mv01-pc.jpg?v=20250501');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 144px 0 0;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .campaign-mv {
      background-image: url('../img/mv01-pc@2x.jpg?v=20250501');
    }
  }
  .campaign-mv .heading img {
    width: 450px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 140px;
  }
  .campaign-schedule p {
    font-size: 18px;
  }
  .campaign-schedule p span {
    font-size: 18px;
  }
  /*-- クーポン獲得 --*/
  .coupon-box {
    width: 640px;
    margin: 60px auto;
  }
  .coupon-box .coupon-detail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .coupon-box .coupon-detail .sheet {
    font-size: 18px;
    padding: 10px 10px;
    margin-right: 10px;
  }
  .coupon-box .coupon-detail .period {
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
  /* クーポンが使える施設の確認方法 */
  .coupon-use-txt {
    text-align: center;
  }
  .img-couponuse {
    width: 40%;
    margin: 0 auto 30px;
  }
  /*-- クーポン進呈スケジュール --*/
  .f-table th {
    width: calc(100% / 4);
  }
}
