@charset "UTF-8";
/**      メインビジュアル      **/
section.main-visual {
  width: 100%;
  position: relative;
}

.main-visual_img {
  width: 100%;
}
.main-visual_img img {
  width: 100%;
}

.mv-copy {
  max-width: 680px;
  width: 90%;
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translateX(-50%);
}
.mv-copy img {
  width: 100%;
}

section.sec01 {
  margin-top: 170px;
}

ul.sec01-point_area {
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

li.sec01-point {
  max-width: 280px;
}
li.sec01-point img {
  width: 100%;
}

p.sec01-title_en {
  font-size: 2vw;
  font-weight: bold;
}

h2.sec01-title_jp {
  font-size: 3.5vw;
  font-weight: bold;
  margin-top: 20px;
}

aside.ski-map_illust {
  margin: 60px auto 0;
  max-width: 600px;
}
aside.ski-map_illust img {
  width: 100%;
}

section.sec02 {
  position: relative;
  margin-top: 60px;
  padding-bottom: 60px;
}
section.sec02::before {
  content: "";
  display: block;
  background-image: url(../images/sec02-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec-layout_wrap {
  margin: 40px auto 0;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

.sec-img_area, .sec-img02_area {
  max-width: 400px;
}
.sec-img_area img, .sec-img02_area img {
  width: 100%;
}

.sec-text_area, .sec-text02_area {
  max-width: 460px;
}
.sec-text_area img, .sec-text02_area img {
  max-width: 460px;
}

.sec-layout02_wrap {
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}

.sec-img_full {
  max-width: 100%;
  margin: 0 auto;
}
.sec-img_full img {
  width: 100%;
}

p.sec-text_wrap {
  font-size: 18px;
  font-weight: 500;
}

section.sec03 {
  position: relative;
  padding-bottom: 100px;
}
section.sec03::before {
  content: "";
  display: block;
  background-image: url(../images/sec03-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -3;
}

section.sec04 {
  position: relative;
  padding-bottom: 100px;
}
section.sec04::before {
  content: "";
  display: block;
  background-image: url(../images/sec04-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -3;
}

section.sec05 {
  position: relative;
  padding-bottom: 100px;
}
section.sec05::before {
  content: "";
  display: block;
  background-image: url(../images/sec05-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec05-contents_wrap {
  background-color: #fff;
  padding: 40px;
  border-radius: 35px;
  margin-top: 40px;
}

ul.sec05-seat_area {
  margin: 40px auto 0;
  justify-content: center;
  gap: 30px;
}

li.sec05-seat {
  max-width: 400px;
}

.sec05-seat_img {
  width: 100%;
}
.sec05-seat_img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}

h3.sec05-seat_name {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}

p.sec05-seat_text {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 500;
}

section.sec06 {
  position: relative;
  padding-bottom: 200px;
}
section.sec06::before {
  content: "";
  display: block;
  background-image: url(../images/sec06-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}

ul.sec06-menu_area {
  margin: 50px auto 0;
  justify-content: center;
  gap: 40px;
  row-gap: 50px;
  flex-wrap: wrap;
}

li.sec06-menu {
  max-width: 400px;
  width: 49%;
}

.sec06-menu_img {
  width: 100%;
}
.sec06-menu_img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 35px;
}

h3.sec-06-menu_name {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}

p.sec06-menu_text {
  font-size: 18px;
  margin-top: 20px;
}

section.sec07 {
  position: relative;
  padding-bottom: 120px;
}
section.sec07::before {
  content: "";
  display: block;
  background-image: url(../images/sec07-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

section.sec08 {
  position: relative;
  padding-bottom: 200px;
}
section.sec08::before {
  content: "";
  display: block;
  background-image: url(../images/sec08-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -3;
}

.sec08-title_wrap {
  padding-top: 350px;
}
.sec08-title_wrap img {
  max-width: 490px;
  width: 100%;
}

.sec08-img_wrap {
  margin-top: 50px;
}

section.sec09 {
  position: relative;
  padding-bottom: 380px;
}
section.sec09::before {
  content: "";
  display: block;
  background-image: url(../images/sec09-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -2;
}

ul.sec09-price_area {
  justify-content: center;
  gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
  margin: 50px auto 0;
}

li.sec09-price {
  max-width: 400px;
  width: 49%;
  background-color: #fff;
}
li.sec09-price img {
  width: 100%;
}

.sec09-kids_price {
  margin: 50px auto 0;
  max-width: 800px;
}
.sec09-kids_price img {
  width: 100%;
}

section.sec10 {
  position: relative;
  padding-bottom: 180px;
}
section.sec10::before {
  content: "";
  display: block;
  background-image: url(../images/sec10-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}

.sec10-illust {
  position: absolute;
  bottom: 150px;
  left: 0;
  max-width: 190px;
}
.sec10-illust img {
  width: 100%;
}

.sec10-info_area {
  justify-content: center;
  gap: 40px;
  row-gap: 40px;
}

.sec10-map_wrap {
  width: 49%;
  width: 380px;
  height: 340px;
}
.sec10-map_wrap iframe {
  width: 100%;
  height: 340px;
}

.sec10-info_wrap {
  width: 49%;
  max-width: 460px;
}

h3.sec10-info_top {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

p.sec10-info_text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.official-btn {
  margin: 90px auto 0;
  max-width: 380px;
}
.official-btn img {
  width: 100%;
}

/****************************************************************************
        レスポンシブ
****************************************************************************/
/**      PC      **/
@media screen and (min-width: 781px) {
  .sp_part {
    display: none;
  }
}
/**      Tab      **/
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  /**      メインビジュアル      **/
  section.main-visual {
    width: 100%;
    position: relative;
  }
  .main-visual_img {
    width: 100%;
  }
  .main-visual_img img {
    width: 100%;
  }
  .mv-copy {
    max-width: 280px;
    bottom: -12%;
  }
  section.sec01 {
    margin-top: 90px;
  }
  ul.sec01-point_area {
    gap: 10px;
    margin-top: 20px;
  }
  li.sec01-point {
    max-width: 280px;
  }
  p.sec01-title_en {
    font-size: 14px;
    font-weight: bold;
  }
  h2.sec01-title_jp {
    font-size: 20px;
    margin-top: 10px;
  }
  aside.ski-map_illust {
    margin: 30px auto 0;
    max-width: 360px;
  }
  section.sec02 {
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .sec-top_illust {
    max-width: 160px;
  }
  .sec-top_illust img {
    width: 100%;
  }
  .sec-layout_wrap {
    margin: 20px auto 0;
    gap: 20px;
  }
  .sec-img_area, .sec-img02_area {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .sec-text_area, .sec-text02_area {
    max-width: 50%;
    margin: 0 auto;
  }
  .sec-text_area img, .sec-text02_area img {
    width: 100%;
  }
  .sec-layout02_wrap {
    flex-wrap: wrap;
  }
  .sec-img02_area {
    max-width: 50%;
  }
  .sec-text02_area {
    max-width: 50%;
  }
  p.sec-text_wrap {
    font-size: 14px;
  }
  section.sec03 {
    padding-bottom: 130px;
  }
  section.sec03::before {
    top: -60px;
  }
  section.sec04 {
    position: relative;
    padding-bottom: 40px;
  }
  section.sec04::before {
    top: -60px;
  }
  section.sec05 {
    padding-bottom: 90px;
    padding-top: 40px;
  }
  .sec05-contents_wrap {
    padding: 20px 20px 40px;
    margin-top: 30px;
  }
  ul.sec05-seat_area {
    margin: 30px auto 0;
    gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .sec05-seat_img {
    width: 100%;
  }
  .sec05-seat_img img {
    width: 100%;
    height: auto;
  }
  h3.sec05-seat_name {
    font-size: 20px;
    margin-top: 16px;
  }
  p.sec05-seat_text {
    font-size: 14px;
    margin-top: 16px;
  }
  section.sec06 {
    position: relative;
    padding-bottom: 120px;
  }
  section.sec06::before {
    top: -50px;
  }
  ul.sec06-menu_area {
    margin: 40px auto 0;
    gap: 20px;
    row-gap: 30px;
    flex-wrap: wrap;
  }
  li.sec06-menu {
    max-width: 400px;
    width: 46%;
  }
  .sec06-menu_img img {
    height: auto;
    border-radius: 20px;
  }
  h3.sec-06-menu_name {
    font-size: 16px;
    margin-top: 10px;
  }
  p.sec06-menu_text {
    font-size: 14px;
    margin-top: 10px;
  }
  section.sec07 {
    padding-bottom: 120px;
  }
  section.sec08 {
    padding-bottom: 140px;
  }
  .sec08-title_wrap {
    padding-top: 100px;
  }
  .sec08-title_wrap img {
    max-width: 280px;
    margin-top: 10px;
  }
  .sec08-img_wrap {
    margin-top: 20px;
  }
  section.sec09 {
    padding-bottom: 190px;
  }
  section.sec09::before {
    top: -125px;
  }
  ul.sec09-price_area {
    gap: 20px;
    row-gap: 20px;
    margin: 30px auto 0;
  }
  li.sec09-price {
    width: 46%;
  }
  .sec09-kids_price {
    margin: 40px auto 0;
  }
  section.sec10 {
    padding-bottom: 240px;
  }
  section.sec10::before {
    content: "";
    top: -195px;
  }
  .sec10-illust {
    position: absolute;
    bottom: 110px;
    left: 20px;
    max-width: 140px;
  }
  .sec10-info_area {
    gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
  }
  .sec10-map_wrap {
    width: 100%;
    height: 260px;
  }
  .sec10-map_wrap iframe {
    width: 100%;
    height: 260px;
  }
  .sec10-info_wrap {
    width: 100%;
  }
  h3.sec10-info_top {
    font-size: 20px;
  }
  p.sec10-info_text {
    font-size: 14px;
  }

  .official-btn {
    margin: 50px auto;
    max-width: 280px;
  }
  .official-btn img {
    width: 100%;
  }
}
/**      SP      **/
