@charset 'UTF-8';

/* #cta_sec */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
#cta_sec{
  font-family: "Noto Sans JP", sans-serif;
  padding:2% 0;
  background:
    url(../../img/tour/2025/top/cta_sec_left.png)no-repeat left bottom,
    url(../../img/tour/2025/top/cta_sec_right.png)no-repeat right bottom;
  background-color:#fff000;
  background-size:auto 100%;
  text-align:center;
  font-feature-settings: "palt";
}
#cta_sec h2{
  font-size:2.19vw;
}
#cta_sec h2 img{
  width:5.5em;
  margin-right:0.3em;
  vertical-align:-0.5em;
}
#cta_sec h2 .large{
  line-height:1.5;
  display:block;
  font-size:3.1vw;
}
#cta_sec p{
  margin:0.5em 0;
  font-size:2.4vw;
  font-weight:bold;
}
#cta_sec p .large{
  font-size:3.6vw;
}
#cta_sec p .small{
  font-size:1.67vw;
}
#cta_sec .btn{
  width:20em;
  display:block;
  line-height:3;
  margin:1.5em auto 1em;
  font-size:1.35vw;
  font-weight:500;
  color:#fff;
  background-color:#c5171f;
  transition : color 0.4s, background-color 0.4s;
}
#cta_sec .btn:hover{
  color:#c5171f;
  background-color:#fff;
}
#cta_sec .bottom{
  line-height:2;
  display:inline-block;
  font-size:1.15vw;
  font-weight:500;
  color:#000;
  border-bottom:1px solid #a39900;
}
@media only screen and (max-width: 768px) {
  #cta_sec{
    padding:5% 0;
    background-position:left top,right bottom;
    background-size:50% auto;
  }
  #cta_sec h2{
    font-size:4vw;
  }
  #cta_sec h2 .large{
    font-size:6vw;
  }
  #cta_sec p{
    margin:1em 0;
    line-height:1.2;
    font-size:5vw;
  }
  #cta_sec p .large{
    font-size:7.2vw;
  }
  #cta_sec p .small{
    font-size:3.4vw;
  }
  #cta_sec .btn{
    font-size:3vw;
  }
  #cta_sec .bottom{
    font-size:2.4vw;
  }
}

.tdf__newBanner--item {
        width:212px;
        height: 174px;
        margin-right: 10px;
        margin-bottom: 20px
    }
    
.tdf__newBanner--item:last-child {
        margin-right: 10px;
    }