@charset "UTF-8";


@media screen and (max-width: 640px){ /* 最大で640pxまではモバイル用CSSを適用 */
*{
  box-sizing: border-box;
 }

.hidden-sp{
  display: none !important;
}
img{
  display: block;
  width: 100%;
  height: auto;
}
li{
  list-style-type: none;
}
a{
  text-decoration: none;
}
body{
  font-family: "Zen Kaku Gothic New","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #2a2a2a;
  /* .zen-kaku-gothic-new-regular {
  font-weight: 400;
  font-style: normal;
} */

  /* background-color: #FFF2DE; */
}

/* ----------------
　　　header 
------------------*/
/* ----------------
　ファーストビュー 
------------------*/
#hero{
  /* width: 1000px; */
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden;
  /* margin-top: 20px; */
}
#hero img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* スライド 
.slider,
.slider li{
  height: 100%;
}*/
/* #slider img{
  width: 100%;
  height: 70vh;
  object-fit: cover;
} */
/* テキストエリア
.hero-text{
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
  color: #fff;
}

.hero-text h1{
  font-size: 40px;
}

.hero-text h2{
  font-size: 24px;
  margin-top: 20px;
}

#hero h1,
#hero h2{
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
} */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* -----------------------
   CTAボタン
-------------------------*/
.plan-btn {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: auto;              サイズは調整可 */
  padding: 8px 20px;
  border-radius: 60px;
  background: linear-gradient(90deg, #FFE3C5, #F09E6E);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: 0.3s ease;
  margin: 10px auto 0;

  max-width: 600px;
  width: 60%;
}

/* ホバー */
.plan-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* テキスト */
.plan-btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.main-text {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.sub-text {
  font-size: 0.5rem;
  margin-top: 6px;
  opacity: 0.9;
}

/* 右矢印（三角） */
.arrow {
  position: absolute;  /* ← 重要 */
  right: 6px;         /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
/* ----------------
　　　header左側 
------------------*/

/* ----------------
　　　問題→解決 
------------------*/
#lead{
  background-color: #fff;
  margin: 0 auto;
  text-align: center;  
}

/* lead用矢印 */
.lead-arrow {
  /* margin: 30px 0; */
  text-align: center;
}

.lead-arrow img {
  width: 16%;
  display: block;
  margin: 8px auto;
}


/* ----------------
　　　〇問題提起 
------------------*/
#issue {
  display: flex;
  flex-direction: column;
  /* width: auto; */
  /* margin: 0 auto; */
  /* width: auto; */
}

/* .issue-img {
  order: -1; 
} */
/* .issue-img img {
  width: 65%;
} */

.issue-img {
  width: 100%;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  order: -1; 
  margin: 0 auto;
}
.issue-img img {
  position: absolute; 
  display: block;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

  /* 温泉 */
.issue-img1 {
  z-index: 3;
  top: 200px;
  left: 5%;
  width: 46%;
}

/* 雪山 */
.issue-img2 {
  z-index: 2;
  top: 64px;
  left: 29%;
  width: 46%;
}

/* 星空 */
.issue-img3 {
  z-index: 1;
  bottom: 40px;
  left: 44%;
  width: 50%;
}

.issue-text {
  width: 100%;
  font-size: 1.25rem;
  padding-bottom: 30px;
}

.issue-text p {
  margin-bottom: 20px;
  line-height: 1.9;
}

/* ---------------------
　　温泉・星空・冬グルメ
-----------------------*/
  #trip{
    padding: 60px 0 0;
    background: #eee; 

    position: relative;
    /* padding: 100px 0 50px;
    background: #eee;  */
    overflow: hidden;
  }


  /* 各段 */
.trip-row{
  position: relative;
  z-index: 1;
  /* width: 1000px; */
  /* margin: 0 auto 120px; */
  display: flex;
  align-items: center;
  /* gap: 60px; */
}

  .trip-row{
    flex-direction: column;   /* ← 縦並び */
    width: 90%;               /* ← 画面に合わせる */
    margin: 0 auto 20px;
  }



  /* 各段ごとに白背景 */
.trip-row::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* height: calc(100% + 80px); */
  background: #fff;
  z-index: -1;
}
.trip-row.reverse::before{
  left: auto;
  right: 10px;
}



  /* 白背景を全体に */
  /* .trip-row::before{
    top: -30px;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 10px;
  } */

  .trip-row.reverse::before{
    left: 0;
    right: 0;
  }

  .trip-img img{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .trip-text{
    width: 100%;
    /* margin-top: 20px; */
    margin: 0 auto;
    padding: 6px 0;
  }


.trip-text h3{
  font-size: 0.95rem;
  margin: 0 auto;
  line-height: 1.6;
  padding: 0 24px;
}

.trip-text p{
  line-height: 1.7;
  font-size: 0.65rem;
  opacity: 0.9;
  padding: 10px 26px 40px;
}
 /* ---------------------
　　　　　ボタン
-----------------------*/
.plan-btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.plan-btn-2 {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;       
  padding: 14px 5px;
  border-radius: 60px;
  background: linear-gradient(90deg, #FFE3C5, #F09E6E);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: 0.3s ease;
  margin: -20px auto 0;
}

/* ホバー */
.plan-btn-2:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}


/* ----------------
　　　モデルコース 
------------------*/
#model-course{
  padding: 40px 0 30px;
  /* background: #e9dcc8; */
  text-align: center;
}

.section-title{
  font-size: 1rem;
  margin-bottom: 30px;
}

.course-slider{
  width: auto;
  margin: 0 auto;
  display: none;
}

.course-item{
  padding: 0 20px;
  transition: 0.4s ease;
}

.course-item img{
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.marker{
  /* background-color: #82B8D6; */
  background: linear-gradient(transparent 60%, #82B8D6 50%);
  padding: 0 2px; /* 余白調整 */
  font-size: 1.1rem;
}
#model-course p{
  font-size: 0.85rem;
}
.course-list{
  display: flex;
  overflow-x: auto; /* ← スワイプの正体 */
  gap: 16px;
  padding: 0 20px;
  scroll-snap-type: x mandatory;
}
.course-item-sp{
  flex: 0 0 80%; /* ← 1枚の幅 */
  scroll-snap-align: center;
}
.course-item-sp img{
  width: 100%;
  border-radius: 12px;
  display: block;
}
button {
  background: none;
  border: none;
  padding: 0;
}

/* 表示切替 */
.tab-btn.is-active {
  opacity: 0.8;
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}

/* デフォルト小さめ */
/* .slick-slide{
  transform: scale(0.8);
  opacity: 0.6;
  transition: 0.4s;
} */

/* 中央だけ拡大 */
/* .slick-center{
  transform: scale(1);
  opacity: 1;
} */

/* -----------------------
   CTAボタン
-------------------------*/
.plan-btn-3 {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: auto;              サイズは調整可 */
  padding: 6px 20px;
  border-radius: 60px;
  background: linear-gradient(90deg, #FFE3C5, #F09E6E);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: 0.3s ease;
  margin: 10px auto;
  max-width: 600px;
  width: 60%;
}

/* ホバー */
.plan-btn-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* -----------------------
　　　冬を体験した方の声
-------------------------*/
#voice  h2{
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 40px 0 10px;
}
.voice-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-item img{
  width: 90%;
  height: auto;
  margin: 0 auto;
}


/* ----------------
　冬旅キャンペーン
------------------*/
#FAQ{
  background-image: url(../../FAQ/1144484.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 50px auto;
  padding-bottom: 30px;
}
#FAQ  h2{
  text-align: center;
  font-size: 1.2rem;
  padding: 30px 0 20px;
  font-weight: bold;
}
.acc .acc-item {
  max-width: 300px ;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  margin-bottom: 14px;
  overflow: hidden;
}
.acc .acc-btn {
  width: 100%;
  padding: 18px 20px;
  font-size: 0.875rem;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}

.acc .acc-btn::before,
.acc .acc-btn::after {
  content: '';
  position: absolute;
  background: black;
  transition: all 0.3s ease;
}

.acc .acc-btn::before {
  width: 12px;
  height: 2px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.acc .acc-btn::after {
  width: 2px;
  height: 12px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.acc .acc-btn.open::after {
  height: 0;
}

.acc .acc-body {
  display: none;
  padding: 0 20px 18px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.acc-btn, .acc-body p{
  display: flex;
  gap: 6px;
}
.label {
  flex-shrink: 0;
}
.text {
  line-height: 1.7;
}

/* ----------------
　　　　benefits
       3大特典 
------------------*/
#benefits{
  width: 100%;
  padding: 0 17px; 
}
.campaign-logo{
  width: 65%;
  margin: 10px auto;
}
/* .benefits-wrapper{
  display: flex;
} */
.campaign{
  border: solid 0.5px#2a2a2a;
  border-radius: 30px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
  margin-bottom: 30px;

}
.benefits-wrapper, .benefits-wrapper-2, .benefits-wrapper-3{
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 10px;
}
.benefits-wrapper img, .benefits-wrapper-2 img, .benefits-wrapper-3 img{
  display: block;
  width: 80px;
  height: auto;
  padding: 10px;
  margin: 0 auto;
}
.benefits-text, .benefits-text-2{
  text-align: center;
  margin: 0 auto;
}
.benefits-title span{
  display: block;
  margin-top: 5px;
}
.benefits-text p:nth-of-type(1){
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 10px;
}
.benefits-text p:nth-of-type(1) span{
  color: #FF0000;
  font-weight: 900;
  font-size: 1.8rem;
  text-shadow: 
  1px 0 0 #FF0000,
  -1px 0 0 #FF0000;
  margin: 0;
}
.benefits-text p:nth-of-type(2){
  line-height: 1.2;
  /* padding: 0 0 30px; */
  font-size: 1rem;
  text-align: left;
  padding: 0 26px;
}
.benefits-text-2 p:nth-of-type(1){
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 10px;
}
.benefits-text-2 p:nth-of-type(2){
  line-height: 1.2;
  /* padding: 0 0 30px; */
  font-size: 1rem;
  text-align: left;
  padding: 0 40px;
}
.benefits-img{
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px
  }
.benefits-sub{
  text-align: left;
  /* padding: 0 30px 10px 0; */
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  font-size: 0.75rem;
}
.campaign .label {
  flex-shrink: 0;
  font-size: 0.5rem;
}
.campaign .text {
  line-height: 1.7;
  font-size: 0.5rem;
}
#benefits-cover .benefits-img{
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 0 0 30px
} 

/* ----------------
　　　最後のCVT
------------------*/
#CVT{
  background-color: rgba(83, 118, 138, 0.2);

}
.cvt-main{
  width: 100%;
  /* max-width: 1200px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px auto;
  height: auto;
  position: relative;
  overflow: hidden;
  /* margin-top: 20px; */
  padding: 30px 0;
}
/* .cvt-main img:nth-of-type(1){
  display: block; 
  width: 16%;
  height: auto;
  position: absolute;
  overflow: hidden;
  margin-top: 20px;
  top: 8px;
  left: 242px;
} */
.cvt-main img:nth-of-type(1){
  display: block; 
  width: 12%;
  height: auto;
  position: absolute;
  overflow: hidden;
  /* right: 320px;
  bottom: 234px; */
  right: 8%;
  top: 32%;
}
.cvt-main p:nth-of-type(1){
  font-size: 1.4rem;
  font-weight: 900;
  text-shadow: 
  1px 0 0 #2a2a2a,
  -1px 0 0 #2a2a2a;
  text-align: center;
  padding: 20px 0;
}
.cvt-main p:nth-of-type(2){
  text-align: center;
  font-size: 0.7rem;
  padding: 20px 0 0;
}
.cvt-title{
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
}
.cloud{
  position: absolute;
  width: 100px;
  height: 100px;
  background: url(../../material/cloud.png) no-repeat center/contain;
  top: 12%;
  left: 3%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* --------------
   CTAボタン
----------------*/
#CVT .plan-btn-3 {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;              /* サイズは調整可 */
  padding: 26px 10px;
  border-radius: 60px;
  background: linear-gradient(90deg,#FFE3C5, #F09E6E);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: 0.3s ease;
  margin: 10px auto 0;
}

/* ホバー */
.plan-btn-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}


}
