@charset "UTF-8";
/*------ トラベルキャンプのヘッダー調整 ------*/
.css-dkm91a {
  margin-top: 0;
}
/*------ /トラベルキャンプのヘッダー調整 ------*/

/*---- Common ----*/
.s-pc {
  display: none !important;
}
.s-sp {
  display: block !important;
}
.f-annotation {
  font-size: 11px;
}
.link-blank {
    background-image: url('https://camp.travel.rakuten.co.jp/campaign-files/common/assets/icon/external-link.svg');
    background-repeat: no-repeat;
    background-position: left 0.4em;
    display: inline-block;
    /* text-indent: 1.3em; */
    padding-left: 1.2em;
}

/*---- Main Header ----*/
.main {
  background: #fff;
}
.campaign-mv {
  width: 100%;
  height: 100%;
  background-image: url('../img/mv-pc.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 20vw 0 10vh;
	background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 img {
    width: 100%;
    height: auto;
    max-width: 100vw;
    display: block;
    max-height: 54vh;
}
.f-menu.f-menu--cover .f-menu-button {
  line-height: 1.5;
  padding: 12px 8px;
}
.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: #2a474b;
  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: #ff6b36;
}
.f-btn-block.btn-hero a.f-btn--bottom {
  background-color: #fffc04;
  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%;
 }
 #youtube-pc {
  display: none;
 }
}

/*-- 免責 --*/
.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: 767px) {
  /*------ トラベルキャンプのヘッダー調整 ------*/
  .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: 74vh;
    background-image: url('../img/mv-pc.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    background-position: top center;
  }
  .campaign-mv h1.heading img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .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);
  }
  .f-card {
    justify-content: center;
  }
  .f-card.f-card--2column .f-card-item {
    /* width: 80%; */
    margin-top: 40px;
  }
  .f-card-image {
    width: 100%;
  }
  .f-card-image img {
    max-height: 240px;
    overflow: hidden;
    object-fit: cover;
  }
  .f-text img {
    display: block;
    margin: 20px auto;
    width: 100%;
  }
  #youtube-sp {
      display: none;
  }
  #youtube-pc {
  position: relative;
  width: 100%; /* 親要素の幅いっぱいに広がる */
  padding-bottom: 56.25%; /* 16:9のアスペクト比を維持するための高さ（315/560 = 0.5625 = 56.25%） */
  height: 0;
  overflow: hidden;
  background-color: black; /* iframeが読み込まれるまでの背景色 */
  }
  #youtube-pc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
}