@charset "UTF-8";
/* Scss Document */

.date {
  padding-bottom: 0;
}

.date .lttl {
  margin-bottom: 0;
}

.page_nav {

  margin-bottom: 50px;
}

.page_nav ul {
  padding: .5em 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.page_nav li {
  position: relative;
  width: 18rem;
}

.page_nav li a {
  padding: .5em;
  border-radius: 2em;
  display: block;
  color: #FFF;
  background: #2A2A60 url(../img/common/arrow_white_right.png) no-repeat right .75em center;
  background-size: auto 14px;
  box-shadow: .4rem .4rem #2A2A6066;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}

.table_basic {
  margin-bottom: 30px;
}

.table_basic:last-of-type {
  margin-bottom: 0;
}

.table_basic td {
  color: rgba(42,42,96,1.00);
  font-size: 1.8rem;
  text-align: center;
}

.table_basic td.info {
  width: 50%;
  color: #000;
  font-size: 1.6rem;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.gelande-wrapper {
  display: flex;
  justify-content: space-between;
}

#gelande .gelande-title {
  padding: .3em 1.5rem;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .15em;
  width: 13.5rem;
  height: 13.5rem;
  border-radius: 7rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: rgba(42,42,96,1.00);
  position: absolute;
  top: 0;
  left: 65%;
  z-index: 1;
}

.gelande-wrapper>figure {
  width: 60%;
  margin-bottom: 0;
}

#gelande .weather-wrapper {
    width: 35%;
    padding: 5rem 7.5% 0 5%;
    color: rgba(42,42,96,1.00);
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    z-index: 0;
}


.weather-wrapper ul {
  margin-bottom: 3rem;
  border-top: dashed 2px rgba(42,42,96,1.00);

}

.weather-wrapper ul li {
  padding: .5em 15%;
  border-bottom: dashed 2px rgba(42,42,96,1.00);
  display: flex;
  align-items: center;
}

.weather-wrapper ul li figure {
  margin-bottom: 0;
  margin-right: .5em;
  width: 4rem;
  height: 4rem;
}

.weather-wrapper ul li img {
  margin: 0 auto;
  width: auto;
  height: 4rem;
}

.weather-wrapper ul .weather {
  justify-content: center;
}

.weather-wrapper ul .weather {
  padding-left: 20%;
}

.weather-wrapper ul .weather figure {
  width: 8rem;
  height: 8rem;
}

.weather-wrapper ul .weather img {
  margin: 0 auto;
  width: auto;
  height: 8rem;
}

.weather-wrapper ul li.condition {}

.weather-wrapper .snow {}

#gelande {
  padding: 0 0 6em;
}

#gelande .snow dd {
  border-top: rgba(42,42,96,1.00) 1px solid;
  padding-left: 4em;
}

#gelande .road {}

#gelande .road dt,
#gelande .road dd {
  padding: .3em 0;
}

#gelande .road dt {
  font-size: 1.6rem;
  font-weight: bold;
}

#gelande .road dd {
  font-size: 1.4rem;
}


.weatherpinpoint {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.weatherpinpoint a {
  padding: .35em .35em .35em 3rem;
  color: #fff;
  border-radius: 2em;
  background: rgba(42,42,96,1.00);
  font-size: 2rem;
  position: relative;
  display: block;
}


.weatherpinpoint {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.weatherpinpoint a {
  background-image: url(../img/common/arrow_white_right.png);
  background-repeat: no-repeat;
  background-position: 450px center;
}

.weatherpinpoint a:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  width: 6.6rem;
  height: 6.6rem;
  background: url(../img/index/ico_check.png) no-repeat center center;
  background-size: 100% auto;
}

.content_inner p {
  font-size: 1.6rem;
  line-height: 2.0;
}


/* ゲレンデマップここから// */
.condition_map {
  position: relative;
}

.condition_map img {
  position: absolute;
  left: 0;
  top: 0;
}

.condition_map .map-base {
  position: relative;
  z-index: 0;
}

.map-name {
  z-index: 4;
}

.map-lift {
  z-index: 3;
}

.map-park,
.map-kidspark {
  z-index: 1;
}

.map-course {
  z-index: 2;
}

/* //ゲレンデマップここまで */


#course figure {
  margin-bottom: 50px;
  text-align: center;
}

#course .table_basic caption {
  margin-bottom: .5em;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  caption-side: top;
}

#course .table_basic.shokyu caption {
  color: #008C00;
}

#course .table_basic.shokyu td {
  color: #008C00;
}

#course .table_basic.chukyu caption {
  color: #D80000;
}

#course .table_basic.chukyu td {
  color: #D80000;
}

#course .table_basic.jokyu caption {
  color: #000;
}

#course .table_basic.jokyu td {
  color: #000;
}

#park .table_basic td.course_name {
  background: #FFFFE1;
}

#park .table_basic:last-of-type {
  margin-bottom: 30px;
}

#park #facebook {
  display: block;
  overflow: hidden;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

#kids .table_basic td.course_name {
  background: #FFFFE1;
}

.cell1 {
  width: 40%;
}

.cell2 {
  width: 10%;
}

.cell3 {
  width: 50%;
}

.taken_at {
  font-size: 120%;
  padding: 5px 5px;
  clear: both;
  display: block;
  z-index: 99999 !important;
  text-align: center !important;
}

.red {
  color: #e31c1c;
}

.blue {
  color: #1969d8;
}

video {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mttl {
  margin: 2em auto;
}

.sttl {
  margin: 2em 0 1.5em;
  color: rgba(42,42,96,1.00);
  font-size: 2.2rem;
  line-height: 1.2;
}

.body50p {
  /*
  height: 520px;
  */
}

.body50p .iframe-wrapper {
  padding-top: 86%;
  position: relative;
}

.body50p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  height: 100%;
}



.book {
  text-align: center;
}

.book a {
  padding: 10px 50px;
  background-color: #2A2A60;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.book a:hover {
  opacity: 0.6;
}
    iframe.youtubecamera {
    width: 100%;
}


@media screen and (max-width: 1240px) {
  #gelande .gelande-title {
    left: 62%;
  }

  .gelande-wrapper>figure {
    width: 60%;
  }

  #gelande .weather-wrapper {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {

  .date {
    margin-bottom: 1em;
  }

  .date time {
    font-size: 3.0rem;
    letter-spacing: 0;
    text-indent: 0;
  }

  .page_nav {
    padding-top: 3vw;
    margin-bottom: 5vw;
  }

  .page_nav ul {
    flex-wrap: wrap;
    gap: .6rem;
  }

  .page_nav li {
    width: 49%;
    margin: 0 0 1vw 0;
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
  }

  .page_nav li:first-child {
    margin-left: 0;
  }

  .page_nav li a {
    padding: .5em 0;
    font-size: 1.3rem;
    background: #2A2A60 url(../img/common/arrow_white_right.png) no-repeat right 1em center;
    background-size: auto 14px;
    box-shadow: .4rem .4rem #2A2A6066;
  }

  .page_nav li:before {
    content: none;
  }

  .table_basic {
    margin-bottom: 5vw;
  }

  .table_basic td {
    background: #FFF;
    font-size: 1.6rem;
  }


  .gelande-wrapper {
    display: block;
  }

  #gelande .gelande-title {
    padding: .3em 1.5rem;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: .15em;
    width: 12rem;
    height: 12rem;
    border-radius: 7rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    background: rgba(42,42,96,1.00);
    top: -6rem;
    left: 2rem;
  }

  .gelande-wrapper>figure {
    width: 100%;
    margin-bottom: 0;
  }

  #gelande .weather-wrapper {

    width: 100%;
    padding: 2.5rem 3.33vw 0 3.33vw;
    font-size: 2.6rem;
  }

  .weather-wrapper h2 {
    position: absolute;
    top: 0;
    left: 5%;

  }

  .weather-wrapper ul {
    margin-bottom: 3rem;
    border-top: none;

  }

  .weather-wrapper ul li {
    padding: .5em 3.33vw;
    border-bottom: dashed 2px rgba(42,42,96,1.00);
    display: flex;
    align-items: center;
  }

  .weather-wrapper ul li figure {
    margin-bottom: 0;
    margin-right: .5em;
    width: 4rem;
    height: 4rem;
  }

  .weather-wrapper ul li img {
    margin: 0 auto;
    width: auto;
    height: 4rem;
  }

  .weather-wrapper ul .weather {
    padding-left: 0;
    justify-content: center;
  }

  .weather-wrapper ul .weather figure {
    width: 8rem;
    height: 8rem;
  }

  .weather-wrapper ul .weather img {
    margin: 0 auto;
    width: auto;
    height: 8rem;
  }

  #gelande {
    padding: 0 0 6vw;
  }

  #gelande .road {}

  .weatherpinpoint {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .weatherpinpoint a {
    padding: .35em .35em .35em 3rem;
    color: #fff;
    border-radius: 2em;
    background: rgba(42,42,96,1.00);
    font-size: 2rem;
    position: relative;
    display: block;
  }


  .weatherpinpoint {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .content_inner p {
    line-height: 1.7;
  }

  #lift .table_basic td {
    font-size: 1.5rem;
  }

  #lift .table_basic td.info {
    width: 40%;
  }

  #course figure {
    margin-bottom: 6.66vw;
  }

  #park .table_basic:last-of-type {
    margin-bottom: 5vw;
  }

  #park #facebook {
    width: 100%;
    height: 100vw;
  }

  .weatherpinpoint {
    width: 90%;

  }

  .weatherpinpoint a {
    background-position: 95% center;
  }

  .body50p {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 350px;
  }
    .now {
    height: 300px!important;
}

}



.sns-index {
  margin-top: 12rem;
}

@media only screen and (max-width: 640px) {
  .sns-index {
    margin-top: 0;
  }
}
.sns-items {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .sns-items {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.sns-item {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    height: 750px;
}

@media only screen and (max-width: 640px) {
  .sns-item {
    margin-top: 5rem;
    width: 100%;
      height: 70vh;
  }
}

.sns-item h3 {
  margin-bottom: .5em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sns-item figure {
  margin: 0 auto 3rem;
  width: 5rem;
}
.insta-body {
    margin-right: auto!important;
    margin-left: auto!important;
}

