@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*===================================
	共通レイアウト
=====================================*/
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #2d68b1;
  background-color: #cce5f2;
  margin: 0;
}

main {
  position: relative;
  display: block;
  overflow: hidden;
}

/*===================================
	ヘッダー
=====================================*/
.header {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 1;
}
.header__ttl {
  background-color: #004385;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1201px) {
  .header__ttl {
    font-size: 2.7rem;
    width: 166px;
    height: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .header__ttl {
    font-size: 2rem;
    width: 116px;
    height: 38px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .header__ttl {
    font-size: 1.6rem;
    width: 97px;
    height: 30px;
    line-height: 30px;
  }
}

/*===================================
	フッター
=====================================*/
.snowcamp_footer {
  background-color: #2d68b1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .snowcamp_footer {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_footer {
    padding: 30px 0;
  }
}
.snowcamp_footer__inner {
  max-width: calc(1300px + 10%);
  margin: auto;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .snowcamp_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_footer__l {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__l {
    margin-bottom: 20px;
  }
}
.snowcamp_footer__dlist {
  line-height: 1.7;
}
.snowcamp_footer__dlist__ttl {
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .snowcamp_footer__dlist__ttl {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__dlist__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.snowcamp_footer__dlist__txt {
  font-size: 1.4rem;
}
.snowcamp_footer__dlist__txt__name {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__dlist__txt__add {
    font-size: 1.2rem;
  }
}
.snowcamp_footer__dlist__txt__ann {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .snowcamp_footer__dlist__txt__ann {
    font-size: 1.2rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__dlist__txt__ann {
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
.snowcamp_footer__dlist__txt__ann::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.snowcamp_footer__dlist2 {
  line-height: 1.6;
}
.snowcamp_footer__dlist2__ttl {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .snowcamp_footer__dlist2__ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__dlist2__ttl {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.snowcamp_footer__dlist2__list__item:not(:last-child) {
  margin-bottom: 30px;
}
.snowcamp_footer__dlist2__list__item__ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__dlist2__list__item__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .snowcamp_footer__dlist2__list__item__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .snowcamp_footer__dlist2__list__item__txt {
    font-size: 1.3rem;
  }
}

/*===================================
	animation
=====================================*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}