@charset "UTF-8";

/*** iOS submit reset ***/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.section{
  padding-left: 60px ;
  padding-right: 60px ;}

@media screen and (max-width: 1080px) {
  .section{
    padding-left: 20px ;
    padding-right: 20px ;}
}

/*  Header Top
------------------------------------------------*/
#headTopLeft a{
  font-family: 'DINPro-Cond-B'; }
#headTopRight .text{
  font-family: 'DINPro-Cond-B'; }

/*  Header
------------------------------------------------*/
#logo{
  padding-left: 0;
  padding-right: 20px;
  z-index: 200 ;}
#nav > li{
  align-self: center ;}
#nav > li > a{
  font-family: 'DINPro-Cond-B';
  font-size: 1.2rem;
  padding: 20px 30px 20px 0;}
#nav > li .subMenu{
  padding: 0 0 30px 0;
  top: 90% ;}
#nav .subMenuListWrap > li h2{
  font-family: 'DINPro-Cond-B';
  font-size: 1.2rem ;}
#nav .subMenuList li{
  font-family: 'DIN-Regular';
  font-size: 0.9rem ;
  margin-bottom: 0 ;}
#nav > li .subMenu:after{
  /* box-shadow */
  box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.6);}
#nav > li > a .newmenu {
  display: block;
  color: #EA5306;
  font-size: 14px;}
#navWrap .header-footer {
  display: none;}
#headWeather .temperature{
align-self: center ;}
#headerButton{
  display: none ;}
@media screen and (max-width: 1080px) {
  #headWeather{
    z-index: 200 ;
    right: 110px ;}
  #headerButton{
    display: block ;
    z-index: 200 ;
    position: absolute ;
    top: 10px ;
    right: 60px ;}
  #headerButton a{
    display: block ;
    padding: 12px 5px ;
    color: #ffffff ;
    box-sizing: border-box ;}
  #navWrap{
    padding: 65px 10px 20px 10px;}
  #nav > li {
    border-top: 1px solid #404040;}
  #nav > li:last-child{
    border-bottom: 1px solid #404040;}
  #nav > li > a {
    position: relative;
    border-bottom: none;
    padding: 15px 30px 15px 0;
    color:#ffffff ;}
  #nav > li > a.first {
    color: #fc5000 ;}
  #nav > li > a:after {
    display: none ;}
  #nav > li > a br{
    display: none ;}
  #nav > li > a.first:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid;
    position: absolute;
    top: 36%;
    right: 0;
    z-index: 999;
    border-color: transparent #bebdbd #bebdbd transparent;
    transform: rotate(45deg);}
  #nav > li > a.first.open:after {
    border-color: transparent #fc5000 #fc5000 transparent;
    transform: rotate(-135deg);
    top: 45% ;}
  
  #nav > li .subMenu{
    display: none ;}
  #nav > li .subMenu:after{
    box-shadow:none ;}
  #nav > li .subMenuListWrap h2{
    font-family: 'DIN-Regular';
    font-size: 0.8rem ;
    height: auto ;}
  #nav > li .subMenuListWrap > li h2 a{
    position: relative ;
    padding: 5px 0 ;
    color: #e7e5e5 ;}
  #nav > li .subMenuListWrap > li h2 a.open{
    color: #fc5000 ;}
  #nav > li .subMenuListWrap > li h2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    margin-right: 9px;
    display: inline-block;
    border: 1px solid;
    position: absolute;
    top: 27%;
    right: 0;
    z-index: 999;
    border-color: transparent #bebdbd #bebdbd transparent;
    transform: rotate(-45deg);
    }
  #nav > li .subMenuListWrap > li h2 a.open:after {
    border-color: transparent #fc5000 #fc5000 transparent;
    transform: rotate(-135deg);
    top: 45% ;}
  #nav > li .subMenuList{
    display: none ;
    padding-left: 0;}
  #nav > li .subMenuList li{
    font-family: 'DIN-Regular';
    font-size: 0.8rem ;}
  #nav .subMenuList li a{
    color: #e7e5e5 ;}
  #nav > li .subMenuListWrap .subMenuList a::before {



    content: '';
    width: 5px;
    height: 5px;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid;
    border-color: #858485 #858485 transparent transparent;
    transform: rotate(45deg);
  }
  #nav .subMenuListWrap > li h2 a:before,
  #nav .subMenuListWrap > li h2 a:after {
    display: none;}
  #nav > li > a > .newmenu {
    display: none;}
  #navWrap .header-footer {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
  #navWrap .header-footer .letter-icon {
    color: #9a9999;
    padding-top: 11px;
    flex-basis: 60%;
    font-family: 'DINPro-Cond-B';
    font-weight: bold;
    font-size: 16px;}
  #navWrap .header-footer .sns-group {
    flex-basis: 35%;
    display: flex;
    justify-content: space-between;}
  #navWrap .header-footer .brand-group {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    opacity: 0.5 ;
    } 
}




/*** TOP START ***/

/**** TOP -> MV ****/
#mainVisual.section {
  padding: 50px 60px 5px;
}
.section.sectionHome,
.section#fixed {
  max-width: 1786px;
  margin: auto;
  padding-top: 20px;
}
@media screen and (max-width: 1080px) {
  #mainVisual.section {
    padding: 0;
    margin-top: 0;
  }
}

/**** TOP -> PickUP ****/
#fixed {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 113px;
}
#fixed h2 {
  display: none;
}
#fixed .fixed-pages {

  flex-basis: 33%;
}
.section .fixed-pages img {
  width: 100%;
}
.section .fixed-pages .wrap {
    display: flex;
    margin-top: 26px;
    justify-content: space-between;
    padding-left: 7px;
    font-family: "DINPro-Cond-B";
}
.section .fixed-pages .wrap .heading {
    padding-left: 10px;
}
.section .fixed-pages .heading .heading-title {
    font-size: 1.5rem;
}
.section .fixed-pages .heading .heading-description {
    font-family: "DIN-Regular";
    color: #6e6e6e;
    line-height: 1.2;
    font-size: 0.9rem;
}
.section .fixed-pages .button {
    width: 120px;
    margin-right: 3px;
    text-align: center;
    border: solid 1px #000;
    padding: 10px 0px 11px 0px;
    display: inline-block;
    color: #000;
}
@media screen and (max-width: 1080px) {
  .section#fixed {
    display: block;
    position: relative;
    padding-top: 90px;
    padding-bottom: 25px ;
    margin-bottom: 0;
    max-width: 1786px;
    background: #dddcdb;
  }
  #fixed h2 {
    display: block;
    position: absolute;
    content: '';
    width: 94%;
    top: 30px;
    left: 3%;
    font-family: 'DINPro-Cond-B';
    color: #000000;
  }
  #fixed h2 span {
    color: #fc5000;
  }
/***
  #fixed .fixed-pages {
    margin-bottom: 25px;
  }
***/
  .section .fixed-pages .wrap {
    padding: initial;
  }
}

/**** TOP -> BUY TICKET ****/
.buylift {
    background-color: #212121;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.buylift a {
    width: 500px;
    display: inline-block;
    background: #ea5306;
    color: #ffffff;
    border: solid 1px #ffffff;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.7rem;
    padding: 10px 40px;
    font-family: 'DINPro-Cond-B';
}
@media screen and (max-width: 1080px) {
  .buylift a {
    width: 95%;
    border: 3px solid #e4a485;
    padding: 10px 0;
  }
}

/**** TOP -> VIDEO ****/
.section h3 {
    margin-bottom: 20px;
    font-family: 'DINPro-Cond-B', 'DINPro-Cond-M', 'DINPro-Cond', 'Yu Gothic';
    font-size: 1.8rem;
}
.section .icon span {
    color: #fc5000;
}
@media screen and (max-width: 1080px) {
  #video {
    display: none;
  }
}

/**** TOP -> NEWS ****/
.section.news {
    background-color: #e2e2e2;
    margin-top: 75px;
    padding-top: 70px;
    max-width: 1920px;
}
.section.news .wrap {
    display: flex;
    justify-content: space-between;
}
.section.news .wrap .icon {
    align-self: flex-end;
}
.section.news .wrap .SelectCategory p a {
  background: #d5d4d4;
  color: #000;
  display: block;
  padding: 10px 20px;
  font-family: 'DINPro-Cond-M';
  font-size: 1.1rem;
  }
.homeEventNewsArea .contents .homeEventNewsAreaRows {
    display: flex;
    width: 100%;
    padding: 0 0;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem {
    display: block;
    width: calc( 50% - 10px );
    background: #fff;
    position: relative;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--pickup {
    justify-content: space-between;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows .entryItemImg {
    width: 100%;
    height: 0;
    padding-top: 53.67231638418079%;
    display: block;
    position: relative;
    overflow: hidden;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem img {
    max-width: 100%;
    height: auto;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows .entryItemImg > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemBody{
    padding: 40px 30px;
    position: relative;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemTitle {
    font-size: 30px;
    font-family: 'DINPro-Cond-B', 'DINPro-Cond-M', 'DINPro-Cond';
    padding-bottom: 34px;
    margin-bottom: 23px;
    color: #000;
    position: relative;
    word-break: break-word;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemTitle::before {
    content: '';
    width: 25.458996328029375%;
    height: 4px;
    background: #fc5000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemText {
    color: #000;
    font-size: 18px;
    word-break: break-word;
    line-height: 1.60772357724;
    padding-right: 180px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemMore {
    background: #d5d4d4;
    display: block;
    position: absolute;
    bottom: 30px;

    right: 40px;
    line-height: 55px;
    word-break: normal;
    padding: 0 30px;
    font-family: 'DINPro-Cond-B', 'DINPro-Cond-M', 'DINPro-Cond';
    color: #000;
    font-size: 18px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails {
    justify-content: space-between;
    margin: 20px 0 70px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem {
    display: block;
    width: calc( 50% - 10px );
    background: #fff;
    position: relative;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem {
    width: calc( 25% - 20px );
  min-height: 200px ;
  background-position: center center ;
  background-repeat: no-repeat ;
  background-size: cover ;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails .entryItemImg {
    width: 100%;
    height: 0;
    /*padding-top: 79.35779816513761%;*/
    padding-top: 66.7% ;
    position: relative;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails .entryItemImg > img {
    width: auto;
    height: 100%;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem img {
    max-width: 100%;
    height: auto;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem .entryItemBody {
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemTitle {
    font-size: 30px;
    font-family: 'DINPro-Cond-B', 'DINPro-Cond-M', 'DINPro-Cond';
    padding-bottom: 34px;
    margin-bottom: 23px;
    color: #000;
    position: relative;
    word-break: break-word;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem .entryItemTitle {
    font-size: 20px;
    color: #fff;
    padding-bottom: 18px;

    margin-bottom: 15px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemTitle::before {
    content: '';
    width: 25.458996328029375%;
    height: 4px;
    background: #fc5000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemText {
    color: #000;
    font-size: 18px;
    word-break: break-word;
    line-height: 1.60772357724;
    padding-right: 180px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem .entryItemText {
    color: #fff;
    font-size: 14px;
    padding-right: 100px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemMore {
    background: #d5d4d4;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 40px;
    line-height: 55px;
    word-break: normal;
    padding: 0 30px;
    font-family: 'DINPro-Cond-B', 'DINPro-Cond-M', 'DINPro-Cond';
    color: #000;
    font-size: 18px;
}
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem .entryItemMore {
    width: 80px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding: 0;
    bottom: 20px;
    right: 20px;
}
.view-button {
    display: none;
}

@media screen and ( max-width: 1200px) {
.homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails {
  flex-wrap: wrap ; }
  .homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem{
    width:calc(50% - 10px);
    margin-bottom: 20px ;
    height: 190px ;
    overflow: hidden ;}
}
  
@media screen and ( max-width: 1080px) {
  .section.news {
    margin-top: 0;
    padding: 45px 20px 0;
  }
  .section.news .wrap .SelectCategory p a,
  .homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemMore {
    display: none;
  }
  .homeEventNewsArea .contents .homeEventNewsAreaRows {
    display: block;
  }
  .homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemText {
    padding-right: 0;
  }
  .homeEventNewsArea .contents .homeEventNewsAreaRows > .entryItem .entryItemBody{
    padding: 30px 25px;}

  .homeEventNewsArea .contents .homeEventNewsAreaRows.homeEventNewsAreaRows--thumbnails > .entryItem {
    width: 100%;
    height: 170px;
    overflow: hidden;
  }
  .view-button {
    display: block;
    background-color: #e2e2e2;
    padding-bottom: 50px;
    text-align: center;
  }
  .view-button a {
    margin: auto;
    color: #000;
    padding: 1rem;
    border: 2px solid #000;
    background-color: #e2e2e2;
    text-align: center;
    max-width: 11em;
    font-weight: bold;
    font-size: 1.1rem;
  }
}
/*** TOP END ***/

/*** FOOTER START ***/
.sectionFoot{
    max-width: 100%;
    background-color: #e2e2e2;
}
/**** FORM ****/
.subscribe {
    height: 278px;
    background: url(../images/form_img.jpg) no-repeat center center/cover;
    color: #fff;
    margin: auto;
    font-family: "DINPro-Cond";
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe .wrap-text .title {
    font-weight: bold;
    font-size: 3.0rem;
    margin-right: 22px;
}
.subscribe .description {
    letter-spacing: 1px;
}
.subscribe .form-area p {
    letter-spacing: -3px;
}
.subscribe .form-area p .mail-input {
    max-width: 326px;
    height: 50px;
    border: solid 1px #fff;
    background-color: #fd5800;
    margin-left: 23px;
}
.subscribe .form-area p .submit-input {
    background: #fff;
    border: solid 0px #FFF;
    height: 50px;
    font-family: 'DINPro-Cond-B';
    width: 98px;
    cursor: pointer;
    font-size: 1.2rem ;
    vertical-align: bottom ;
}
.subscribe .form-area p .mail-input::placeholder {
    color: #fff;
    padding-left: 1em;
}
@media screen and (max-width: 1080px) {
  .subscribe {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    padding-bottom: 5%;
    background-image: initial;
    background-color: #fd5700;
    text-align: center;
  }
  .subscribe .wrap-text .description {
    display: none;
  }
  .subscribe .wrap-text .title {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

/**** INSTA ****/

/**** FollowUS ****/
.followUs {
    text-align: right;
    margin-top: 30px;
}
.followUs .followItem {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    text-indent: 999em;
}
.followUs .followItem.followItem--fb {
    background: url(../images/icon_footer/f.png) no-repeat 0 0;
}
.followUs .followItem.followItem--in {
    background: url(../images/icon_footer/in.png) no-repeat 0 0;
}
.followUs .followItem.followItem--yt {
    background: url(../images/icon_footer/y.png) no-repeat 0 0;
}
.followUs .followItem.followItem--tr {
    background: url(../images/icon_footer/t.png) no-repeat 0 0;
}
#copy {
    color: rgba(55, 55, 55, 0.6);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: normal;
}
#footSP ,
#spcopy {
    display: none;
}

@media screen and (max-width: 1080px) {
    .sectionFoot {
       padding-top: 0;
       padding-bottom: 0;
       background: #222;
    }
    #footSP {
       display: flex;
       flex-wrap: wrap;
    }
    #footSP h3 {
       color: #fc5000;
       font-family: "DINPro-Cond-B";
       margin-bottom: 0;
       padding: 0 0 20px 0;
       font-size: 1.4rem;
    }
    #footSP div {
       flex-basis: 100%;
       text-align: center;
       border-bottom: 2px solid #333333;
       margin-bottom: 30px;
    }
    #footSP #spfollow {
       border-bottom: 0;
    }
    #footSP #spfollow h3 {
       color: #fff;
    }
    #footSP .followUs {
       margin-top: 0;
       border-bottom: 0;
    }
    #footSP div p {
       margin-bottom: 7%;
    }
    #footSP div li {
       margin-bottom: 10%;
    }
    #footSP div li:last-child {
       margin-bottom: 40px;
    }
    #footSP #spaward {
       border-bottom: 0;
    }
    #footSP #spaward .sptext {
       color: #737373;
      line-height: 1.5 ;
    }
    #footSP #spaward .sptext span{
        font-family: 'DINPro-Cond-B';
        color: #888888 ;
        letter-spacing: 1px ;
    }
    #footSP #spaward ul {
       display: flex;
       flex-wrap: wrap;
    }
    #footSP #spaward ul li {
       flex-basis: 50%;
    }
    .followUs.followUs--mobile .followItem {
       width: 35px;
       height: 35px;
    }
    .followUs.followUs--mobile .followItem.followItem--fb {
       background: url(../images/icon_footer/f_sp.png) no-repeat 0 0;
    }
    .followUs.followUs--mobile .followItem.followItem--in {
       background: url(../images/icon_footer/in_sp.png) no-repeat 0 0;
    }
    .followUs.followUs--mobile .followItem.followItem--yt {
       background: url(../images/icon_footer/y_sp.png) no-repeat 0 0;
    }
    .followUs.followUs--mobile .followItem.followItem--tr {
       background: url(../images/icon_footer/t_sp.png) no-repeat 0 0;
    }
    #spcopy {
       display: block;
       background: #000;
       color: #fff;
       padding: 40px 0 50px 0;
       text-align: center;
       font-size: 14px;
    }
    #spcopy p{
      width: 95% ;
      display: flex ;
      margin: 0 auto ;}
    #spcopy p span{
      text-align: left ; }
    #spcopy p a{
      width: 100px ;}
  
  
    #footAreaTop ,
    #footAreaBtm {
       display: none;
    }
}

/*** FOOTER END ***/

@media screen and (max-width: 1080px) {

 h1.type5,
 h2.type5,
 h3.type5,
 h4.type5,
 h5.type5,
 h6.type5,
 span.type5 {
  position: relative ;
  min-height: 50px;
  height: auto ;
 }

 .box i{
  position: absolute ;
  top: 50% ;
  right: 3px ;
  margin-top: -18px ;
  font-family: 'DINPro-Cond-B';
  font-size: 30px ;
}
 .box i.open{
  color: #bfbbbb ;
  font-size: 30px ;
 }

 .lift .grid {
  width: 100% ;
/**  overflow-x: auto ; **/
 }

}

/*  Plan Your Stay
----------------------------------------------*/
.areaSelect{
 display: none ;
}

@media screen and (max-width: 1080px) {
 .planStay{
  min-height: 200px ;
  position: relative ;
  padding-top: 0;
 }
 .planStay .pageTitle{
  width: 95% ;
  margin:0 auto 15px;
  padding-top: 15px ;}
 .planStay .dateArea{
  width: 95% ;
  margin:0 auto ;
  /*display: none ;*/
 }
 div#newsArticle{
  position: relative ;
  padding: 25px 0 ;}
 .areaSelect{
  display: block ;
  position: absolute ;
  top: 40px ;
  right: 2.5% ;
  z-index: 10 ;}
 .areaSelect select{
  display: block ;
  padding: 10px 10px ;
  box-sizing: border-box ;
  background: #d5d4d4 ;
  font-family: 'DINPro-Cond-B';
  border: none ;}
 .areaSelect select option{
  display: block ;
  font-family: 'DINPro-Cond-B';
  background: #d5d4d4 ;}

 
 .planStay{
  background: #efefef ;
 }

 .planStay .box h2{
  width: calc(100% - 120px);
  background: none ;
  color: #fc5000 ;
  font-size:2rem ;
  font-weight: bold ;
  font-family: 'DINPro-Cond-B';
 }
 .planStay .box h2.type2{
  color: #000000 ;
 }

 .planStay .box .g10{
  width: 95% ;
  margin: 0 auto !important;
  background: #ffffff ;
 }

 .planStay .box .g10 .inimg em{
  padding: 0 ;
  background: none ;}

 .planStay .box .g14{
  width: 95% ;
  margin: 0 auto 20px auto !important;
  background: #ffffff ;
  padding: 30px 15px ;
  box-sizing: border-box ;
 }

 .planStay .box .g14 a{
  display: inline-block ;
  margin: 35px 0 0 0 ;
  border: 1px solid #000000 ;
  padding:5px 15px ;
  box-sizing: border-box ;
  font-size: 1.2rem ;
  font-family: 'DINPro-Cond-B';
  color: #000000 ;
 }

}


/*  NEWS & EVENTS
----------------------------------------------*/
body.single{
  background:#efefef ;}
.blogSection{}
.blogSection h2{
  position: relative ;
  font-family: 'DINPro-Cond-B';
  font-weight: normal ;
  color: #272727 ;
  padding-bottom: 15px ;
  margin-bottom: 10px ;}
.blogSection h2:after{
  position: absolute ;
  display: block ;
  content: '' ;
  width: 160px ;
  height: 3px ;
  background: #fc5000 ;
  bottom: 0 ;
  left: 0 ;}
.blogSection .dateArea{
  font-family: 'DINPro-Cond-M';
  font-weight: normal ;
  color: #fc5000 ;}
.blogArticle{
 word-break: break-word;}
#similarNews{display: none ;}
 
body.single .archiveWrap{
  background: #ffffff ;}
body.single .archiveWrap .section h2,
body.single .archiveWrap .section .sp{
  color: #272727 ;}
body.single .archiveWrap .section h2 span,
body.single .archiveWrap .section .sp span{
  color: #fc5000 ;}
body.single .archiveWrap #newsBlock li{
  border-right:1px solid #efefef ;
  border-bottom:1px solid #f5f5f5 ;}
body.single .archiveWrap #newsBlock .blockText{
  font-size: 1.3rem ;
  line-height: 1 ;}
 
@media screen and (max-width: 1080px) {
 body.single{
  background:#ffffff ;}
.blogSection{
  padding: 50px 20px ;
 }
 .blogSection h2{
  padding-bottom: 15px ;}
 .blogSection iframe{
  width: 100% ;}
 
 .blogArticle{
  border-bottom: 3px solid #fc5000 ;
  margin-bottom: 40px ;
 }
 #similarNews{
  display: block ;
  width: 100% ;}
 #similarNews h3{
  padding-left: 0;
  color: #fc5000;
  font-size: 1.5rem;
  font-family: 'DINPro-Cond-B';
}
  
 #similarNews ul{}
 #similarNews ul li{
  width: 100% ;
  box-sizing: border-box ;
  list-style: none ;
  margin: 0 auto 15px auto ;
  background-position: center center ;
  background-size: cover ;
 }
 #similarNews ul li a{
  display: block ;
  width: 100% ;
  min-height: 195px ;
  color: #ffffff ;
  font-family: 'DINPro-Cond-B';
  font-size: 1.5rem ;
  word-break: break-word ;
  padding: 100px 10px 10px 10px ;}
}

/*** LANDING ***/
#online-shop h2, h3 {
   font-family: 'DINPro-Cond-B';
}
#online-shop .header {
  display: block;
}
#online-shop .header .header-img {
    background: url(../images/section1.jpg) no-repeat center center/cover;
    height: 500px;
    position: relative;
}
#online-shop .header .header-img .header-titlegroup {
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-size: 3.0rem;
    letter-spacing: 2px;
    padding-top: 17%;
    padding-left: 3.5%;
}
#online-shop .header .header-img .header-titlegroup p {
    font-size: 0.7rem;
}
#online-shop .header .header-img .header-titlegroup .header-title {
    font-size: 4.0rem;
}
#online-shop .header .header-wrap {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../images/section2.jpg) no-repeat center center/cover;
}
#online-shop .header .header-wrap .header-description {
    flex-basis: 43%;
    margin: 0 auto;
    padding: 0 10px;
}
#online-shop .header .header-wrap .header-description--title {
    color: #fc5000;
    font-size: 2.1rem;
}
#online-shop .header .header-wrap .header-description .header-linkgroup {
    margin-bottom: 40px;
    margin-top: 40px;
}
#online-shop .header .header-wrap .header-description .header-linkgroup ul {
    display: flex;
    justify-content: space-between;
}
#online-shop .header .header-wrap .header-description .header-linkgroup ul li {
    display: inline-block;
    color: #fff;
}
#online-shop .header-linkgroup ul li a {
    display: flex;
    flex-wrap: wrap;
    max-width: 138px;
}
#online-shop .header-linkgroup ul li a img,
#online-shop .header-linkgroup ul li a span {
    flex-basis: 100%;
}
#online-shop .header-linkgroup ul li a span {
    font-weight: bold;
    color: #FC5000;
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    text-align: center;
}
#online-shop .header .header-wrap .header-description.area2 {
    flex-basis: 52%;
    padding: 0 21px;
    line-height: 1.5;
}
#online-shop .header .header-wrap .header-description h3 {
    color: #fc5000;
    font-size: 2.0rem;
    margin-bottom: 30px;
}
#online-shop .header .header-wrap .header-description .good-point li {
    list-style-type: none;
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
    padding-left: 20px;
    color: #fff;
}
#online-shop .header .header-wrap .header-description .good-point li:before {
    content: '+';
    font-weight: bold;
    color: #fc5000;
    margin-right: 2px;
}
#online-shop .header .header-wrap .header-description .important-point {
    margin-top: 20px;
}
#online-shop .header .header-wrap .header-description .important-point li {
    color: #c2c0c0;
    margin-right: 2px;
    font-size: 0.9rem;
}
#online-shop .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    padding-top: 5px;
}
#online-shop .container .title {
    padding: 20px 0 20px 0;
    font-size: 1.8rem;
    width: 84%;
    margin-left: auto;
}
#online-shop .container#buy .title {
    color: #ea5306;
    border-bottom: solid 2px #fff;
}
#online-shop .container#buy-button {
    background-color: #363637;
}
#online-shop .container#buy-button p {
    margin: auto;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    width: 47%;
    background-color: #ea5306;
    border: 3px solid #f2ad8b;
    padding: 1em 10px;
    font-family: 'DINPro-Cond-B';
}
#online-shop .container#buy-button p a {
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    justify-content: center;
    align-items: center;
}
#online-shop .container#buy-button p a span {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.6rem;
}
#online-shop .container#buy {
    background: url(../images/section3-1.jpg) no-repeat center center/cover;
    padding-top: 1.7%;
    background-position: 0% 0%;
}
#online-shop .container .contents {
    margin: auto;
    width: 51%;
}
#online-shop .container .contents h3 {
    font-size: 1.3rem;
    width: 68.5%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
}
#online-shop .container .contents h3 span {
    color: #fc5000;
    font-size: 2.0rem;
}
#online-shop .container .contents ol {
    list-style-type: none;
    width: 68.9%;
    margin: 0 auto;
    padding-top: 20px;
    counter-reset: item;
}
#online-shop .container .contents ol li {
    text-indent: -3em;
    padding-left: 3em;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.1;
}
#online-shop .container .contents ol li:before {
    counter-increment: item;
    content: '0'counter(item);
    font-weight: bold;
    color: #fff;
    font-size: 1.1rem;
    padding: 4px 8px;
    margin-right: 10px;
}
#online-shop .container#buy .contents ol li:before {
    color: #fefefe;
}
#online-shop .container#buy .contents ol li:before {
    background-color: #999895;
}
#online-shop .container .contents-img {

    width: 29%;
    padding-top: 20px;
}
#online-shop .container#flow {
    background: url(../images/section3-2.jpg) no-repeat center center/cover;
    background-position: 100% 0%;
}
#online-shop .container#flow .title {
    color: #000;
    border-bottom: solid 2px #d9a104;
}
#online-shop .container#flow .contents ol li:before {
    background-color: #676664;
}
#online-shop .container#notes {
    background-color: #faf9eb;
    background: url(../images/section3-3.jpg) no-repeat center center/cover;
    background-position: 0% 0%;
}
#online-shop .container#notes .title {
    color: #000;
    border-bottom: solid 2px #fed049;
}
#online-shop .container#notes .contents ol li:before {
    color: #eecc43;
}
#online-shop .container#notes .contents ol li:before {
    background-color: #676664;
}
#online-shop .container#qa {
    background-color: #f3f3f3;
    background: url(../images/section3-4.jpg) no-repeat center center/cover;
    padding-bottom: 150px;
}
#online-shop .container#qa .title {
    color: #000000;
    border-bottom: solid 2px #e95307;
}
#online-shop .container .contents .accordion {
    list-style-type: none;
    width: 84%;
    margin-left: auto;
    padding-top: 40px;
    counter-reset: item;
}
.accordion li:not(:last-child) {
    margin-bottom: 2px;
}
.accordion p {
    cursor: pointer;
    padding: 13px;
    margin-bottom: 7px;
}
.accordion p.ac {
    background: rgb(252, 80, 0);
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-right: 2em;
}
.accordion p.ac span {
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -0.5em;
}
.accordion .inner {
    display: none;
    margin: 20px 10px;
}
@media screen and (max-width: 1080px) {
  #online-shop .header .header-img {
    height: 300px;
  }
  #online-shop .header .header-img .header-titlegroup .header-title {
    font-size: 3rem;
  }
  #online-shop .header .header-wrap .header-description--title ,
  #online-shop .header .header-wrap .header-description h3 {
    font-size: 1.6rem;
  }
  #online-shop .header .header-wrap .header-description.area1,
  #online-shop .header .header-wrap .header-description.area2 {
    flex-basis: 100%;
    padding: 0 10px;
  }
  #online-shop .header .header-wrap .header-description .header-linkgroup ul {
    flex-wrap: wrap;
  }
  #online-shop .header .header-wrap .header-description .header-linkgroup ul li {
    flex-basis: 50%;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  #online-shop .header .header-wrap .header-description .header-linkgroup ul li a span {
    margin-bottom: 15px;
  }
  #online-shop .container#buy-button p {
    width: 87%;
  }
  #online-shop .header-linkgroup ul li a img {
    width: 100%;
  }
  #online-shop .container .contents-img {
    width: 100%;
    text-align: center;
  }
  #online-shop .container .contents-img > img {
    width: 25vw;
  }
  #online-shop .container .contents {
    width: 100%;
    order: 1;
  }
  #online-shop .container .title {
    line-height: 1.4;
    width: 90%;
    margin: 0 auto;
  }  
  #online-shop .container .contents ol {
    width: 84.5%;
  }
  #online-shop .container .contents h3 {
    width: 90%;
  }
  #online-shop .container .contents .accordion {
    width: 90%;
    margin: 0 auto;
  }
}
/*** ADD MOBILE TOP ***/
.pickSlider {
  justify-content: space-between;
  width: 100%;
}
#fixed .slick-track {
  display: flex;
  justify-content: space-between;
}
#fixed .slick-track:before,
#fixed .slick-track:after {
  display: none;
}
@media screen and (max-width: 640px) {
/***
  #fixed.section .pickSlider {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
***/
  .pickSlider .pick-prev,
  .pickSlider .pick-next {
    display: block;
    z-index: 99;
  }
  .pickSlider .pick-prev {
    top: 50%;
    left: 10px;
    padding: 13px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
  .pickSlider .pick-next {
    top: 50%;
    right: 10px;
    padding: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    background: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
  }
  .fixed-pages .wrap .heading {
    display: none;
  }
  .fixed-pages {
    position: relative;
  }
  .fixed-pages .wrap > a {
    position: absolute;
    bottom: 45px;
    left: 24px;
  }
  .fixed-pages .wrap > a .button {
    border: solid 1px #fff;
    color: #fff;
  }
  .subscribe .wrap-text .title {
    font-family: 'DINPro-Cond-B';
    font-size: 1.3rem;
    padding: 20px 0;
    letter-spacing: 1px;
  }
  .subscribe .form-area p .mail-input {
    margin-left: 0;
    width: 68%;
    width: calc(100% - 140px);
  }
}

/*** NEWS ***/
.archiveWrap{
  background: #efefef;
}
.archiveWrap .section{
  max-width: 1440px;
}
.archiveWrap .section h2,
.archiveWrap .section .sp{
  font-family: 'DINPro-Cond-B';
}
.archiveWrap .section h2 span {
  color: #fc5000;
}
.archiveWrap .sp {
  display: none;
}

.archiveWrap #newsBlock li,
.archiveWrap #newsBlock li a{
  display: flex;
  flex-wrap: wrap;
  color: #333;
  position: relative;
  background-color: #fff;
}
.archiveWrap #newsBlock li {
  width: 24%;
  width: calc((100% - 50px) / 4);
  margin-bottom: 20px;
}
.archiveWrap #newsBlock .blockBottom {
  z-index: 99;
  background: #fff;
  width: 100%;
  padding: 22px 17px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .archiveWrap .pc {
    display: none;
  }
  .archiveWrap .sp {
    font-size: 36px;
    color: #fc5000;
    display: block;
    margin-bottom: 20px;
  }
  .archiveWrap .blockBottom p.sp.blockDesc {
    display:none;
  }
  .archiveWrap #newsBlock li {
    width: 49%;
    width: calc(50% - 10px);
  }
  .archiveWrap #newsBlock li a {
    text-shadow: #666 1px 1px 1px;
  }
  .archiveWrap #newsBlock .blockBottom {
    position: absolute;
    bottom: 0;
    background: none;
    color: #fff;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom,
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom  {
    padding: 32px 20px;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom .blockText,
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom .blockText {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom .blockDesc,
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom .blockDesc {
    margin-bottom: 0;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom,
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom {
    color: #000;
    position: initial;
    background: #fff;
    text-shadow: none;
  }
  .archiveWrap li:first-child .blockBottom p.sp.blockDesc,
  .archiveWrap li:nth-child(2) .blockBottom p.sp.blockDesc {
    display: block;
    font-size: 0.9rem;
    font-family: 'DIN-Regular';
    color: #000;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .archiveWrap #newsBlock li {
    width: 100%;
  }
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom,
  .archiveWrap #newsBlock li .blockBottom {
    position: absolute;
    bottom: 0;
    background: none;
    color: #fff;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom  {
    padding: 32px 20px;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom .blockText {
    font-size: 1.5rem;
    line-height: 1.2 ;
    margin-bottom: 20px;
  }
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom .blockText {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .archiveWrap #newsBlock li:first-child .blockBottom {
    color: #000;
    position: initial;
    background: #fff;
    text-shadow: none;
  }
  .archiveWrap #newsBlock li:nth-child(2) .blockBottom {
    text-shadow: inherit;
  }
  .archiveWrap li:nth-child(2) .blockBottom p.sp.blockDesc {
    display: none;
  }
  .archiveWrap li:first-child .blockBottom p.sp.blockDesc {
    display: block;
    font-size: 0.9rem;
    font-family: 'DIN-Regular';
    color: #000;
    line-height: 2;
  }
  .archiveWrap .section {
    padding: 34px 12px;
  }
}
.archiveWrap #newsBlock li a {
  padding-top: 66%;
  width: 100%;
}
.archiveWrap #newsBlock li a:hover {
  opacity: 0.7;
}
.archiveWrap #newsBlock .blockImage {
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  padding-top: 66%;
}
.archiveWrap #newsBlock .blockText,
.archiveWrap #newsBlock .date {
  margin-bottom: 0;
}
.archiveWrap #newsBlock .blockText {
  width: 100%;
  font-size: 1.2rem;
  font-family: 'DINPro-Cond-B';
}
.archiveWrap #newsBlock .date {
  font-size: 0.9rem;
  font-family: 'DIN-Regular';
  place-self: flex-end;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 3px solid #fc5000;
}
@media screen and (max-width: 1080px) {
  .archiveWrap #newsBlock .date {
    margin-top: 10px;
  }
  #yukiyama #liftListArea > ul li {
       width: 100%;
    }

}

#liftListArea ul li ul li img.liftStatusPic{
  display: none ;
}
#liftListArea.allLiftView ul li ul li img.liftStatusPic{
  display: block ;
}
@media screen and (max-width: 768px) {
.inner .full {
  font-size: 0.6em;
}
}
.niseko-accommodation .box .g14 a ,
.niseko-kids .box .g14 a ,
.niseko-summer .box .g14 a ,
.niseko-winter-activities .box .g14 a ,
.niseko-ski-school .box .g14 a ,
.niseko-rentals .box .g14 a ,
.planStay .box .g14 a {
    display: inline-block;
    margin: 35px 0 0;
    border: 1px solid #000;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-family: dinpro-cond-b;
    color: #000;
}
.body_lift {
    overflow-x: hidden;
}
