@charset "UTF-8";


@media screen and (min-width: 641px){ /* 最小で641pxまではPC用CSSを適用 */

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;
  background-color: #FFF;
}
li{
  list-style-type: none;
}
img{
  border: none;
  display: block;
}
a{
  text-decoration: none;
}
.hidden-pc {
  display: none;
}

/* ----------------
　ファーストビュー 
------------------*/
#hero{
  width: 1200px;
  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: 100%;
  object-fit: cover;
} */

.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: 400px;              
  padding: 10px 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: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: 1.125rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.sub-text {
  font-size: 1rem;
  margin-top: 6px;
  opacity: 0.9;
}

/* 右矢印（三角） */
.arrow {
  position: absolute;  /* ← 重要 */
  right: 16px;         /* 右端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}
/* ----------------
　　　×問題提起 
------------------*/
#lead{
  background-color: #fff;
  margin: 0 auto;
  text-align: center;  
}
.lead-img{
  display: block;
  margin: 40px auto 0; 
  width: 100%;
  max-width: 900px; 
  height: auto;
}

#lead ul{
  display: inline-block;   
  text-align: left;        
  margin: 30px auto 0;       
}


#lead li{
  font-size: 1.1rem;
  margin-bottom: 20px;
}
/* 矢印 */
/* .arrow {
  margin-top: 20px;
}

.arrow img {
  width: 60px;
} */


/* lead用矢印 */
.lead-arrow {
  /* margin: 30px 0; */
  text-align: center;
}

.lead-arrow img {
  width: 80px;
  display: block;
  margin: 10px auto;
}



.solution-box{
  position: relative;   /* ← 基準になる */
  width: 950px;         /* 画像の幅 */
  margin: 0 auto;       /* 中央配置 */
}

.solution-box img{
  display: block;
  width: 100%;
  height: auto;
}

.solution-text{
  position: absolute; 
  top: 16%;
  left: 20%;
  transform: translate(-50%, -50%); 
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow:
    1px 1px 0 #fff,
   -1px 1px 0 #fff,
    1px -1px 0 #fff,
   -1px -1px 0 #fff;
  text-align: left;
  line-height: 2.0;
  font-size: 1.3rem;
}
/* ----------------
　　　〇問題提起 
------------------*/
#issue{
  display: flex;
  margin: 0 auto;
}
#issue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.issue-text {
  width: 50%;
  font-size: 1.875rem;
}

.issue-text p {
  margin-bottom: 24px;
  line-height: 1.8;
}
.issue-img {
  width: 40%;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.issue-img img {
  width: 60%;
  display: block;
}

/* 温泉 */
.issue-img1 {
  position: relative;
  z-index: 3;
  top: 250px;
  left: -18px;
}

/* 星空 */
.issue-img3 {
  position: absolute;
  right: 0;
  bottom: 0; 
  z-index: 1;
}

/* 雪山 */
.issue-img2 {
  position: absolute;
  top: 46px;
  right: 90px;
  z-index: 2;
}

/* ---------------------
　　温泉・星空・冬グルメ
-----------------------*/
/* #trip{
  padding: 100px 0;
  background: #eee;
} */



#trip{
  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::before{
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 75%;   /* ← 画像半分くらいまで */
  /* height: 100%; */
  height: calc(100% + 80px);
  background: #fff;
  z-index: -1;
}
.trip-row.reverse::before{
  right: auto;
  left: 10px;
}



/* 横並び */
.trip-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 1000px;
  margin: 0 auto 120px;
}

/* 左右反転 */
.trip-row.reverse{
  flex-direction: row-reverse;
}

/* テキスト */
.trip-text{
  width: 40%;
  background-color: #fff;
}

.trip-text h3{
  font-size: 1.25rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.trip-text p{
  line-height: 2;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* 画像 */
.trip-img{
  width: 45%;
}

.trip-img img{
  width: 100%;
  height: auto;
  display: block;
}

.plan-btn-2 {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;              /* サイズは調整可 */
  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: -36px auto 0;
}

/* ホバー */
.plan-btn-2:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}


/* ----------------
　　　モデルコース 
------------------*/
#model-course{
  padding: 90px 0 20px;
  /* background: #e9dcc8; */
  text-align: center;
}

.section-title{
  font-size: 24px;
  margin-bottom: 60px;
}
.marker{
  /* background-color: #82B8D6; */
  background: linear-gradient(transparent 60%, #82B8D6 50%);
  padding: 0 2px; /* 余白調整 */
}

.course-slider{
  width: 1000px;
  margin: 0 auto;
}

.course-item{
  padding: 0 20px;
  transition: 0.4s ease;
}

.course-item img{
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* デフォルト小さめ */
.slick-slide{
  transform: scale(0.8);
  opacity: 0.6;
  transition: 0.4s;
  border-radius: 20px;
}

/* 中央だけ拡大 */
.slick-center{
  transform: scale(1);
  opacity: 1;
}
/* --------------
   CTAボタン
----------------*/
.plan-btn-3 {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;              /* サイズは調整可 */
  padding: 10px 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: 20px auto 0;
}

/* ホバー */
.plan-btn-3:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* -----------------------
　　　冬を体験した方の声
-------------------------*/
#voice{
  max-width: 1200px;
  margin: 0 auto;  
}
#voice  h2{
  text-align: center;
  font-size: 1.5rem;
  padding: 120px 0 20px;
  font-weight: bold;
}
.voice-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice-item img{
  width: 80%;
  height: auto;
  margin: 0 auto;
}

/* ----------------
　冬旅キャンペーン
------------------*/
#FAQ{
  background-image: url(../../FAQ/1144484.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 70px auto;
  padding-bottom: 50px;
}
#FAQ  h2{
  text-align: center;
  font-size: 1.5rem;
  padding: 30px 0 20px;
  font-weight: bold;
}
.acc .acc-item {
  max-width: 800px ;
  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: 1rem;
  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: 1rem;
  line-height: 1.7;
}

.acc-body p{
  display: flex;
  gap: 6px;
}
.label {
  flex-shrink: 0;
}
.text {
  line-height: 1.7;
}


/* ----------------
　　　　benefits
       3大特典 
------------------*/
#benefits{
  width: 1200px;
  margin: 0 auto;

}
.campaign-logo{
  width: 30%;
  margin: 30px auto;
  height: auto;
}
.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;
  align-items: flex-start;
  padding: 50px 0 10px;
}
.benefits-wrapper img{
  display: block;
  width: 10%;
  height: auto;
  padding-right: 50px;

}
.benefits-text{
  text-align: left;
  max-width: 500px;
}
.benefits-text p:nth-of-type(1){
  font-size: 1.875rem;
  font-weight: bold;
  padding: 0 0 10px;
}
.benefits-text p:nth-of-type(1) span{
  color: #FF0000;
  font-weight: 900;
  font-size: 2.2rem;
  text-shadow: 
  1px 0 0 #FF0000,
  -1px 0 0 #FF0000;
}
.benefits-text p:nth-of-type(2){
  line-height: 1.5;
  padding: 0 0 30px;
  font-size: 1.2rem;
}
.benefits-img{
  display: block;
  width: 80%;
  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;
  }
.label {
  flex-shrink: 0;
}
.text {
  line-height: 1.7;
}
#benefits-cover{
  display: flex;
  gap: 20px;
}
#benefits-cover .benefits-text{
  line-height: 1.4;
  max-width: 400px;
}
#benefits-cover .benefits-text-2{
  line-height: 1.4;
  max-width: 350px;
}

.benefits-wrapper-2 img{
  display: block;
  width: 16%;
  height: auto;
  padding-right: 20px;
}
.benefits-wrapper-3 img{
  display: block;
  width: 16%;
  height: auto;
  padding: 0 20px 0 20px;
}
.benefits-text{
  text-align: left;
}
#benefits-cover .benefits-text p:nth-of-type(1){
  font-size: 1.5rem;
  font-weight: bold;
  /* padding: 0 0 10px; */
  line-height: 1.4;
}
#benefits-cover .benefits-text p:nth-of-type(1) span{
  color: #FF0000;
  font-weight: 900;
  font-size: 2rem;
  text-shadow: 
  1px 0 0 #FF0000,
  -1px 0 0 #FF0000;
}
#benefits-cover .benefits-text p:nth-of-type(2){
  line-height: 1.5;
  padding: 0 0 30px;
  font-size: 1rem;
}
#benefits-cover .benefits-img{
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 0 0 30px;
  height: auto;
  }
  #benefits-cover .benefits-text-2{
    padding: 10px 0 30px 0;
  }
  #benefits-cover .benefits-text-2 p:nth-of-type(1){
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0 10px;
  line-height: 1.4;
}


/* ----------------
　　　最後の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: 70px 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: 8%;
  height: auto;
  position: absolute;
  overflow: hidden;
  /* right: 320px;
  bottom: 234px; */
  right: 27%;
  top: 30%;
}
.cvt-main p:nth-of-type(1){
  font-size: 2.2rem;
  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: 1rem;
  padding: 20px 0 0;
}
.cvt-title{
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
}
.cloud{
  position: absolute;
  width: 180px;
  height: 100px;
  background: url(../../material/cloud.png) no-repeat center/contain;
  top: 12%;
  left: -8%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* --------------
   CTAボタン
----------------*/
#CVT .plan-btn-3 {
  position: relative; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 400px;              /* サイズは調整可 */
  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);
}

  /* ----------------
　　　戻るボタン
------------------*/
  .page-top {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 50px;
    height: 50px;
    background: rgba(49, 78, 82, 0.5);
    border-radius: 5%;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    /* 非表示 */
    pointer-events: none;
    /* クリック不可 */
    transition: opacity 0.3s;
    /* フェード */
  }

  /* 表示状態 */
  .page-top.is-show {
    opacity: 1;
    pointer-events: auto;
  }

  .pagetop-arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(2px) rotate(-45deg);
  }
/* ----------------
　　　戻るボタン
------------------*/
/* .page-top {
  position: fixed;
  right: 30px;
  bottom: 70px;
  width: 60px;
  height: 60px;
  background: #CDE6C7;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;                
  pointer-events: none;      
  transition: opacity 0.3s;  
} */
/* 表示状態 */
/* .page-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.pagetop-arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(2px) rotate(-45deg);
}*/
} 

