@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/mv02-sp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 14vh 0 0;
	background-color: #4ecec5;
}
.campaign-mv .heading img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}
.campaign-mv .f-annotation {
  text-align: center;
	color: #FFF;
	width: 100%;
	padding: 1em 10px;
  text-shadow: 0 0 6px #000;
  /*background-color: rgb(0 0 0 / 0.5);*/
}
.campaign-mv .f-annotation a {
	color: #FFF;
}
.campaign-schedule {
  font-size: 12px;
  text-align: center;
  background-color: #0b8e85;
  padding: 10px 5px;
}
.campaign-schedule p {
  color: #FFF;
}
.campaign-schedule p span {
  font-size: 13px;
  font-weight: bold;
}
.f-btn-block.btn-hero {
  padding: 20px;
  margin: 0 0 -20px;
  background-color: #4ecec5;
}
.f-btn-block.btn-hero a.f-btn--bottom {
  background-color: #FFd958;
  border-color: #FFd958;
  color: #111;
}

/*---- 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;
}

/*-- おすすめ施設 --*/
.osusume .f-imagelink-link img{
    display: inline-block;
    font-size: 0px;
    background: rgb(200, 218, 200);
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
}

.osusume h3{
    font-size: 0.92em;
}
.osusume ul li a{
    color: #333;
    text-decoration: none;
}
.osusume a h3:hover{
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
 .osusume .f-imagelink.f-imagelink--3column .f-imagelink-item{
  width: 100%;
 }
}

/*-- 免責 --*/
.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;
  }
  .campaign-mv .f-annotation {
    background: none;
  }
  .read {
    text-align: center;
    margin-bottom: 40px;
  }
  /*---- Main Header ----*/
  .campaign-mv {
    height: auto;
    background-image: url('../img/mv02-pc.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -5%;
    padding: 10vh 0 0;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .campaign-mv {
      background-image: url('../img/mv02-pc@2x.png');
    }
  }
  .campaign-mv .heading img {
    width: 30%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .campaign-schedule p {
    font-size: 18px;
  }
  .campaign-schedule p span {
    font-size: 18px;
  }
  .campaign-mv .f-annotation {
    color: #FFF;
    text-shadow: 0 0 3px #000;
  }
  .campaign-mv .f-annotation a {
    color: #FFF;
  }
  .f-btn-block.btn-hero {
  padding: 20px 0;
  margin: 0 0 -20px;
}
  /*-- クーポン獲得 --*/
  .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);
  }
}