@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Roboto:500,700'); */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*
font-family: 'Advent Pro', sans-serif;
font-family: 'Fjalla One', sans-serif;
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
button {
    outline: none;
    border: none;
}
button:hover {
    cursor: pointer;
}
html {height:100%;font-size: 16px;width: 100%;/* overflow-x: hidden; */}
body {
    line-height: 1;
    z-index: 0;
    height: 100%;
    width: 100%;
    font-family: 'Advent Pro', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    font-family: Helvetica Neue,Helvetica,Arial;
    position: relative;
    overflow-x: hidden;
}
.ofh {
    width: 100%;
    overflow-x: hidden;
    position:  relative;
}
.serif {
    font-family: serif;
}
* {
    /* color: #333; */
}
label:hover {
    cursor: pointer
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    /* color: #000; */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
img {
    vertical-align: bottom;
    height: auto;
}
* {
    box-sizing: border-box;
}
/*Reset End*/

/*clearfix*/
.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/*style start*/
#header {
    font-family: 'Advent Pro', sans-serif;
}
#headInner {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
#headTop {
    background: #fc5000;
    font-size: 13px;
    height: 36px;
    line-height: 16px;
    padding: 10px;
}
#headTopInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 40px;
}
#headTopLeft {
    display: flex;
}
#headTopLeft li {
    margin-right: 20px;
}
#headTopLeft li:last-child {
    margin-right: 0
}
#headTopLeft a {
    color: #fff;
}
#headTopRight {
    color: #fff;
}
#headTopRight span {
    color: #212121;
    font-weight: bold;
}
#headBtm {
    background: #212121;
    /* padding: 10px; */
}
#headBtmInner {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 40px;
    position: relative;
}
#logo {
    padding: 10px
}
#mainVisual {
    width: 100%;
    position: relative;
}
#mainVisual img {
    width: 100%
}
#nav {
    display: flex;
    width: 100%;
    height: 100%;
    /* align-self: stretch; */
    /* align-items: stretch; */
    font-weight: bold;
    position: relative;
}
#nav > li > a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 25px 15px;
}
#nav > li.current > a ,
#nav > li > a:hover {
    color: #fc5000
}
#nav > li .subMenu {
    display: none;
    position: absolute;
    width: 100%;
    background: #212121;
    padding: 40px 0;
    z-index: 1;
    left: 0;
    top: 100%;
}

#nav > li .subMenu:after {
    content: "";
    display: block;
    position: absolute;
    width: 120vw;
    height: 100%;
    left: 0;
    top: 0;
    background: #212121;
    left: 50%;
    z-index: -1;
    margin-left: -60vw;
}
#nav > li:hover .subMenu {
    display: block;
}
#nav .subMenuListWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* max-width: 1240px; */
    margin: auto;
}
#nav .subMenuListWrap > li {
    width: calc((100% - 78px)/4);
}
#nav .subMenuListWrap > li h2 {
    padding: 15px 0;
    color: #fc5000;
    border-bottom: 3px solid #fc5000;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

#nav .subMenuListWrap > li.current h2:before {
    content: "+";
    margin-right: 5px
} 
#nav .subMenuList li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial;
}
#nav .subMenuList li a {
    color: #fff;
    font-weight: 100;
    display: block;
    padding: 5px 0;
}
#nav .subMenuList li.current a {
    color: #fc5000;
}
#nav .subMenuList li.current a:before {
    content: "+";
    margin-right: 5px
} 
#nav .subMenuList li a:hover {
    color: #fc5000;
}
#headWeather {
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 10px;
}
#headWeather .temperature {
    font-size: 28px;
    margin: 0 5px;
}
#newsBlock {
    overflow: hidden;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 700
}
#tabArea {
    display: flex;
    width: calc(100% + 40px);
    font-size: 18px;
    padding: 5px 0 0;
    margin-left: -20px;
}
#tabArea li {
    width: calc(100% / 5 - 3px);
    text-align: center;
    background:#dadada;
    margin:0 auto;
    transform:skew(-30deg,0deg);
    overflow: hidden;
}
#tabArea li:first-child {
    background: #1a212c;
}
#tabArea li a {
    display: block;
    transform:skew(30deg,0deg);
    color: #212121;
    line-height: 62px;
}
#tabArea li:first-child a {
    color: #fff
}
#tabArea li:hover {
    background: #1a212c
}
#tabArea li:hover a {
    color: #fff;
}
#tabArea li.current a {
    color: #fc5000;
}
#liftArea {
    width: 100%;
    position: relative;
    padding: 5px;
}
#liftArea img {
    width: 100%;
}
#layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 5px;
}
#status {
    text-align: center;
    background: #ececec;
    padding: 25px 0;
}
@media screen and (max-width: 768px) {
    #status {
       padding:0 !important;
    }
    #status ul li p:nth-child(2) {
       font-size: 11px;
    }
}
#status ul {
    display: inline-flex;
    margin: 0 auto;
}
#status ul li {
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    /* float: left; */
}
#status ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#status ul li:nth-child(1) span {background: #3bc00d}
#status ul li:nth-child(2) span {background: #f4990b}
#status ul li:nth-child(3) span {background: #f4e219}
#status ul li:nth-child(4) span {background: #7d05af}
.section.lift {
    max-width: 1230px;
    margin: auto;
    padding: 120px 40px;
}
#liftStatusArea h2 ,
#liftWeatherArea h2 {
    font-size: 36px;
    color: #fc5000;
    font-weight: 400;
    margin-bottom: 20px;
}
#liftWeatherArea h2 {
    margin-bottom: 30px
}
#liftStatusArea h3 ,
#liftWeatherArea h3 {
    font-size: 16px;
    color: #fc5000;
    padding: 15px 0;
    border-bottom: 1px solid #c7c3c3;
    margin-bottom: 10px;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 700
}
#allLift > ul ,
#liftWeatherArea > ul {
    display: flex;
    justify-content: space-between;
}
#allLift > ul > li ,
#liftWeatherArea > ul > li{
    width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  #liftWeatherArea > ul {
    display: block;
  }
  #liftWeatherArea > ul > li{
    width: 100%;
  }
}
#allLift > ul > li li {
    padding: 10px 0;
    font-weight: 100;
    display: flex;
    justify-content: space-between;
}
#liftWeatherArea > ul > li li {
    padding: 5px 0;
    font-weight: normal;
}

#liftStatusArea > ul > li {
    display: none;
    margin-bottom: 160px;
}
#liftStatusArea > ul > li table {
    width: calc(100% + 60px);
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px;
    margin: 0 -30px 0 -30px;
}
#liftStatusArea > ul > li table th {
    width: 25%;
    padding: 15px 0;
    border-bottom: 1px solid #c7c3c3;
    color: #fc5000;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 700
}
#liftWeatherArea > ul > li div:first-of-type {
    padding: 10px 0 50px;
}
#liftWeatherArea h4 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px
}
#liftWeatherArea .temperature {
    font-size: 26px;
    font-weight: bold;
    color: #fc5000;
    margin-bottom: 5px
}
#instaHead {
    background: #fc5000;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 54px 0;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 700
}
#instaImg {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
#instaImg li {
    width: calc(100% / 6);
}
#instaImg li img {
    width: 100%
}
#footLinks {
    width: 100%;
    max-width: 1240px;
    padding: 0 40px;
    display: flex;
    margin: 0 auto 160px;
}
#footLinks > li {
    width: 25%;
}
#footLinks li h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 700
}
.links li {
    line-height: 3.2;
}
.links li a {
    color: #373737;
    font-size: 14px;
}
#footAreaTop {
    margin-bottom: 80px;
}
#footTopBtm {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin: auto;
    align-items: center;
}
#award {
    display: table;
}
#award li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    color: rgba(55, 55, 55, .56);
    font-weight: bold;
}
#award li span {
    font-weight: normal;
    display: block;
    padding-top: 10px
}
#sns {
    display: flex;
}
#sns li {
    margin-left: 20px
}
#footAreaBtm {
    padding: 80px 10px;
    border-top: 1px solid #f3f3f3;
}
#footAreaBtmInner {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#copy {
    font-size: 14px;
    color: rgba(55, 55, 55, 0.6);
}
