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

/*---- Common ----*/
.s-pc {
  display: none !important;
}
.s-sp {
  display: block !important;
}
.f-annotation {
  font-size: 11px;
}
.campaign-mv .f-annotation {
  font-weight: bold;
  color: #FFF;
  text-shadow: 1px 1px 2px black;
  padding-bottom: 16px;
}
.campaign-mv .f-annotation a {
  color: #FFF;
}
/*---- Main Header ----*/
.main {
  background: #fff;
}
.campaign-mv {
  width: 100%;
  height: auto;
  background-image: url('../img/mv01-sp.jpg?v=20250819');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 136px 20px 4px;
}
.campaign-mv .heading img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 48px;
}
.campaign-mv .f-annotation {
  text-align: center;
}
.campaign-schedule {
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #fa7a07;
  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;
}

/*-- おすすめ施設 --*/
.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;
}
.f-card-image {
    height: 200px;
    width: 100%;
  }
.f-card-image img{
  height: 100%;
  object-fit: cover;
}
/*----------------------------------------------------------------------------------
  SP only
----------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .f-mv {
    background-image: url('../img/mv01-pc.jpg');
    background-position-x: 5%;
  }
  .f-mv.f-mv--full {
    height: 74vh;
    height: 74dvh;
  }
  .f-menu-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .f-menu.f-menu--cover .f-menu-item {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: none;
    width: 33.33%;
  }
  .f-menu.f-menu--cover .f-menu-item:nth-child(3n) {
        border-right: none; /* 3の倍数のliにはborder-leftを表示しない */
  }
/* Footer CSS */
  footer.css-1lz307y {
    background-color: rgb(247, 247, 247);
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
  }

  .css-1qsxih2 {
    padding: 0px 16px;
  }

  .css-1b1jvye {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .css-1iwffko {
    max-width: 100%;
  }

  .css-vlytje {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 16px 0px;
  }

  .css-1b6n4o1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .css-t8ievl {
    display: flex;
    flex-direction: column;
  }

  .css-1hp9awp {
    margin: 0px 16px 0px 0px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
  }

  .css-1cuszyt {
    font-size: 12px;
    line-height: 19.2px;
    width: 343px;
  }

  .css-1skx14k {
    display: flex;
    margin: 24px 0px 0px;
    height: 32px;
  }

  .css-1ch8mmj {
    display: flex;
    align-items: center;
    margin: 0px 16px 0px 0px;
    color: rgb(71, 133, 71);
    font-size: 32px;
    text-decoration: underline;
    text-decoration-color: rgba(71, 133, 71, 0.4);
    width: 32px;
    height: 32px;
  }

  .css-1cw4hi4 {
    color: rgb(71, 133, 71);
    font-size: 32px; 
    overflow: hidden;
    width: 32px;
    height: 32px;
  }

  .css-11oik9z {
    padding: 16px 0px;
    background-color: rgb(255, 255, 255);
  }

  .css-1wxaqej {
    height: 47.9844px;
  }

  .css-1hwq7ra {
    display: inline;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
  }
}

/*----------------------------------------------------------------------------------
  PC only
----------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*------ トラベルキャンプのヘッダー調整 ------*/
  .css-dkm91a {
    margin-top: 25px;
  }
  /*------ /トラベルキャンプのヘッダー調整 ------*/
    .f-mv.f-mv--full {
    height: 80vh;
    height: 80dvh;
  }

  /*---- 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');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0 0;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .campaign-mv {
      background-image: url('../img/mv01-pc.jpg');
    }
  }
  .campaign-mv .heading img {
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .campaign-schedule p {
    font-size: 18px;
  }
  .campaign-schedule p span {
    font-size: 18px;
  }
    
  .f-mv {
    background-image: url('../img/mv01-pc.jpg');
  }
  .f-menu.f-menu--cover .f-menu-button {
    padding: 18px 8px 26px;
  }
  .f-card-link {
    display: block;
  }
  .f-card-image img {
    max-height: 200px;
    overflow: hidden;
  }
  .section2 .f-card-image img {
    max-height: 300px;
    overflow: hidden;
  }
  .f-card-caption {
    font-feature-settings: "palt";
  }
  .css-dkm91a {
    margin-top: 25px;
  }
  .f-mv-description {
    width: 940px;
    margin: 0 auto;
  }
  h3.f-heading {
  scroll-margin-top: 104px;
  }
    
  /*-- クーポン獲得 --*/
  .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);
  }
  /* --- Optimized Footer CSS (Wider Screen) --- */
  footer.css-1lz307y {
    background-color: rgb(247, 247, 247);
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
  }

  .css-1qsxih2 {
    padding: 0px 24px;
  }

  .css-1bvrkkj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -32px 0px 0px -32px;
  }

  .css-1iwffko {
    max-width: 100%;
    padding: 32px 0px;
  }

  .css-j4ei8v {
    display: flex;
    justify-content: space-between;
    margin: 32px 0px;
  }

  .css-1b6n4o1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.8;
  }

  .css-11qglyv {
    display: flex;
  }

  .css-1hp9awp {
    margin-right: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
  }

  .css-1cuszyt {
    font-size: 12px;
    line-height: 19.2px;
  }

  .css-vmzjxx {
    display: flex;
  }

  .css-1o6kxsn {
    display: flex;
    align-items: center;
    margin-right: 16px;
    color: rgb(71, 133, 71);
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: rgba(71, 133, 71, 0.4);
  }

  .css-1cw4hi4 {
    color: rgb(71, 133, 71);
    font-size: 24px;
    overflow: hidden;
    width: 24px; 
    height: 24px;
  }

  .css-11oik9z {
    padding: 16px 0px;
    background-color: rgb(255, 255, 255);
  }

  .css-1hwq7ra {
    display: inline;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
  }
}

