@charset "UTF-8";
/*===============================================
●slope コーススライダー（Swiper）共通指定
===============================================*/
#slider .slope-swiper {
  width: 100%;
}
#slider .slope-swiper .swiper-slide {
  text-align: center;
}
#slider .slope-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#slider .slope-swiper .swiper-button-prev,
#slider .slope-swiper .swiper-button-next {
  color: #fff;
}
#slider .slope-swiper .swiper-button-prev:after,
#slider .slope-swiper .swiper-button-next:after {
  font-size: 24px;
}
#slider .slope-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  #slider {
    width: 642px;
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  #slider .slide {
    text-align: center;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-position: center top;
    background-size: cover;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
  h2 {
    font-size: 32px;
    text-align: center;
    clear: both;
    font-weight: bold;
    line-height: 42px;
    width: 620px;
    margin: 0 auto 16px;
  }
  h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 42px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    text-align: center;
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 130px;
  }
  #conts_map .map_area {
    padding-top: 50px;
    margin-bottom: 10px;
    position: relative;
  }
  #conts_map .map_area .img.summer {
    width: 840px;
    margin: 0 auto 20px;
  }
  #conts_map .map_area .img.summer img {
    width: 100%;
    height: auto;
    display: block;
  }
  #conts_map .map_area .season_title {
    margin-bottom: 30px;
  }
  #conts_map .map_area .map_block {
    margin-top: 190px;
  }
  #conts_map .map_area .img.winter {
    width: 840px;
    margin: 0 auto 20px;
  }
  #conts_map .map_area .img.winter img {
    display: block;
    width: 100%;
    height: auto;
  }
  #conts_map .map_area .lift_01 {
    position: absolute;
    top: 580px;
    left: 432px;
  }
  #conts_map .map_area .lift_02 {
    position: absolute;
    top: 282px;
    left: 319px;
  }
  #conts_map .map_area .lift_03 {
    position: absolute;
    top: 181px;
    left: 419px;
  }
  #conts_map .map_area .lift_04 {
    position: absolute;
    top: 265px;
    left: 892px;
  }
  #conts_map .situation {
    width: 590px;
    margin: 0 auto;
  }
  #conts_map h3 {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    background-color: #F8F8F8;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .lift {
    width: 590px;
    float: left;
    clear: both;
    margin-bottom: 30px;
    border: 1px solid #C2C2C2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
  }
  #conts_map .situation .lift .box {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .lift .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 16px;
  }
  #conts_map .situation .lift .box ul li {
    float: left;
    font-size: 14px;
  }
  #conts_map .situation .lift .box ul li:nth-child(1), #conts_map .situation .lift .box ul li:nth-child(3) {
    width: 152px;
  }
  #conts_map .situation .lift .box ul li:nth-child(2) {
    width: 82px;
  }
  #conts_map .situation .none_move {
    color: #C15050;
    padding: 7px 0;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_map .situation .move {
    color: #4b9d9c;
    padding: 7px 0;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_map .situation .suspend {
    color: #ebae30;
    padding: 7px 0;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid #ebae30;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }

  #conts_map .situation .course {
    width: 590px;
    float: right;
    border: 1px solid #C2C2C2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .course .box {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .course .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 16px;
  }
  #conts_map .situation .course .box li {
    float: left;
  }
  #conts_map .situation .course .box .left {
    width: 198px;
    float: left;
    margin-right: 44px;
    margin-left: 30px;
  }
  #conts_map .situation .course .box .right {
    width: 232px;
    float: left;
  }
  #conts_map .situation .course .box .left li:nth-child(1) {
    width: 90px;
  }
  #conts_map .situation .course .box .right li:nth-child(1) {
    width: 110px;
  }
  #conts_first {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 100px;
    margin-top: 50px;
  }
  #conts_first .main_comment {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
  #conts_first dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    border: 1px solid #C2C2C2;
    max-width: 750px;
    margin-bottom: 13px;
    display: table;
  }
  #conts_first dt, #conts_first dd {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 24px 18px;
    display: table-cell;
  }
  #conts_first dl dt {
    font-weight: bold;
    width: 30%;
    text-align: center;
    background-color: #f8f8f8;
    vertical-align: middle;
  }
  #conts_first dl dd {
    width: 70%;
  }
  #conts_first dl dd table {
    width: 100%;
    margin: 0 auto;
    text-align: -webkit-right;
  }
  #conts_first dl dd table td {
    padding-left: 34px;
  }
  #conts_first .caution {
    width: 100%;
    margin-inline: auto;
    clear: both;
    max-width: 750px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #conts_slope .slope {
    background-color: #F8F8F8;
    float: left;
    clear: both;
    margin-bottom: 50px;
  }
  #conts_slope .slope .info {
    width: 558px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    float: left;
  }
  #conts_slope .slope .info .title {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #BABABA;
    margin-bottom: 20px;
  }
  #conts_slope .slope .info .comment {
    margin-bottom: 20px;
  }
  #conts_slope .slope .info .comment a {
    color: #977f4c;
    text-decoration: underline;
  }
  #conts_slope .slope .info .comment a:hover {
    text-decoration: none;
  }
  #conts_slope .slope .info dl {
    width: 50%;
    float: left;
  }
  #conts_slope .slope .info dt, #conts_slope .slope .info dd {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    line-height: 40px;
  }
  #conts_slope .slope .info dt {
    float: left;
    clear: both;
  }
  #conts_slope .slope .info dt img {
    margin-bottom: -6px;
    margin-right: 6px;
  }
  #conts_slope .slope .info .attention {
    width: 100%;
    padding-top: 10px;
    clear: both;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px) {
  #slider {
    /* SP: 祖先 #container(display:table) の shrink-wrap と Swiper の幅計測が
       循環参照し幅が暴走するため、ビューポート基準の 100vw で遮断する */
    width: 100vw;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    float: left;
  }
  #slider .slide {
    text-align: center;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-position: center top;
    background-size: cover;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #slider .slide_01 {
    height: auto;
  }
  #slider .slide_02 {
    height: auto;
  }
  h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    clear: both;
    margin-bottom: 16px;
    font-weight: bold;
  }
  h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px;
  }
  #conts_map {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
  }
  #conts_map img {
    width: 100%;
  }
  #conts_map .map_area {
    padding-top: 40px;
    margin-bottom: 18px;
    position: relative;
  }
  #conts_map .map_area .season_title {
    margin-bottom: 20px;
  }
  #conts_map .map_area .map_block {
    padding-top: 250px;
  }
  #conts_map .map_area .img.winter {
    width: 100%;
    margin: 0 auto 20px;
  }
  #conts_map .map_area .img.winter img {
    display: block;
    width: 100%;
  }
  #conts_map .map_area .lift_01 {
    position: absolute;
    top: 62.2%;
    left: 36.0%;
    width: 36.3%;
  }
  #conts_map .map_area .lift_02 {
    position: absolute;
    top: 30.4%;
    left: 26.6%;
    width: 24.6%;
  }
  #conts_map .map_area .lift_03 {
    position: absolute;
    top: 19.4%;
    left: 34.9%;
    width: 38.6%;
  }
  #conts_map .map_area .lift_04 {
    position: absolute;
    top: 28.5%;
    left: 74.5%;
    width: 12.1%;
  }
  #conts_map .situation {
    width: 90%;
    float: left;
    margin: 18px 5% 20px;
    clear: both;
  }
  #conts_map h3 {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 24px;
    background-color: #F8F8F8;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
  }
  #conts_map .situation .lift {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 18px;
    border: 1px solid #C2C2C2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .lift .box {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .lift .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
  }
  #conts_map .situation .lift .box ul li {
    font-size: 14px;
    /* [disabled]display: inline; */
    display: inline-block;
    vertical-align: middle;
  }
  #conts_map .situation .lift .box ul li:nth-child(1) {
    font-weight: bold;
    background-color: #F8F8F8;
    padding: 6px 0 4px;
    margin-bottom: 14px;
    width: 100%;
  }
  #conts_map .situation .lift .box ul li:nth-child(3) {
    padding-right: 10px;
    width: 95px;
  }
  #conts_map .situation .lift .box ul li:nth-child(2) {
    width: 72px;
  }
  #conts_map .situation .none_move {
    color: #C15050;
    padding: 7px 0;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_map .situation .move {
    color: #4b9d9c;
    padding: 7px 0;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_map .situation .suspend {
    color: #ebae30;
    padding: 7px 0;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: center;
    border: 2px solid #ebae30;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_map .situation .course {
    width: 100%;
    border: 1px solid #C2C2C2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: both;
  }
  #conts_map .situation .course .box {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 30px 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_map .situation .course .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 16px;
    text-align: center;
  }
  #conts_map .situation .course .box li {
    display: inline-block;
    vertical-align: middle;
  }
  #conts_map .situation .course .box li:nth-child(1) {
    width: 110px;
    text-align: left;
  }
  #conts_first {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5% 60px;
  }
  #conts_first .main_comment {
    margin-bottom: 32px;
  }
  #conts_first dl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    border: 1px solid #C2C2C2;
    max-width: 750px;
    margin-bottom: 13px;
    display: table;
  }
  #conts_first dt, #conts_first dd {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: table-cell;
  }
  #conts_first dl dt {
    font-weight: bold;
    width: 30%;
    text-align: center;
    background-color: #f8f8f8;
    vertical-align: middle;
  }
  #conts_first dl dd {
    width: 70%;
  }
  #conts_first dl dd table {
    font-size: 1.2rem;
  }
  #conts_first .caution {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin-inline: auto;
    clear: both;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
  }
  #conts_slope {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 100px;
  }
  #conts_slope .slope {
    width: 90%;
    background-color: #F8F8F8;
    float: left;
    clear: both;
    margin: 0 5% 36px;
  }
  #conts_slope .slope .info {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 24px 22px;
    float: left;
  }
  #conts_slope .slope .info .title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #BABABA;
  }
  #conts_slope .slope .info .comment {
    margin-bottom: 18px;
  }
  #conts_slope .slope .info .comment a {
    color: #977f4c;
    text-decoration: underline;
  }
  #conts_slope .slope .info .comment a:hover {
    text-decoration: none;
  }
  #conts_slope .slope .info .left {
    width: 100%;
  }
  #conts_slope .slope .info .right {
    width: 100%;
  }
  #conts_slope .slope .info dt, #conts_slope .slope .info dl {
    width: 100%;
    margin-bottom: 8px;
    background-color: #e7e7e7;
    box-sizing: border-box;
    padding: 5px 10px;
  }
  #conts_slope .slope .info dt, #conts_slope .slope .info dd {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 160px);
    line-height: 1.6;
  }
  #conts_slope .slope .info dt {
    width: 150px;
  }
  #conts_slope .slope .info dt img {
    margin-right: 6px;
    width: 18px;
    margin-top: 4px;
    float: left;
  }
  #conts_slope .slope .info .attention {
    width: 100%;
    padding-top: 10px;
    clear: both;
  }
}