@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

@font-face {
    font-family: 'DINPro-Cond';
    src: url(../fonts/DINPro-Cond.otf);
}

@font-face {
    font-family: 'DINPro-Cond-B';
    src: url(../fonts/DINPro-CondBold.otf);
}

@font-face {
    font-family: 'DINPro-Cond-M';
    src: url(../fonts/DINPro-CondMedium.otf);
}

@font-face {
    font-family: 'DIN-Regular';
    src: url(../fonts/DIN-Regular.otf);
}

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: 'DIN-Regular', 'DINPro-Cond', 'DINPro-Cond-M', 'DINPro-Cond-B', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    position: relative;
    overflow-x: hidden;
}
.ofh {
    width: 100%;
    overflow-x: hidden;
    position:  relative;
}
.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*/

/*---------------
base start
---------------*/
h2 {
    font-size: 36px;
    color: #fc5000;
    font-weight: bold;
    margin-bottom: 20px;
}
h2 .black {
    color: #373737;
    display: inline-block
}
h2.icon {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.bgArea h2 {
    color: #373737;
    padding-bottom: 70px;
    position: relative;
    margin: 0 auto 50px;
    max-width: 1230px;
}
.bgArea h2:after,
h2.icon:after {
    content: "";
    background: url(../images/area_img.png) no-repeat center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    vertical-align: bottom;
    width: 89px;
    height: 19px;
}
.secHeadWrap {
    display: flex;
    max-width: 1300px;
    margin: 0 auto 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
.secHeadWrap > p {
    width: 80%;
    padding-bottom: 70px;
    line-height: 1.6;
}
.secHeadWrap h2 {
    white-space: nowrap;
    margin-bottom: 0;
    width: 100%;

}
.section {
    max-width: 1230px;
    margin: auto;
    padding: 80px 40px;
}
.section.bgArea {
    background: url(../images/area_bg.gif);
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 960px) {
    .section.bgArea {
        padding: 80px 20px
    }
    .secHeadWrap > p {
        display: none;
    }
    .secHeadWrap h2 {
        white-space: normal;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 50px 20px;
    }
    .bgArea h2 ,
    h2.icon {
        text-align: center;
    }
    .bgArea h2:after,
    h2.icon:after {
        width: 100%;
    }
}

/*header start*/
#header {
}
#headInner {
    width: 100%;
    margin: auto;
}
#headTop {
    background: #fc5000;
    font-size: 13px;
    height: 36px;
    line-height: 16px;
}
#headTopInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1920px; */
    margin: auto;
    align-self: stretch;
    height: 100%;
}
#headTopLeft {
    display: flex;
    align-items: center;
    padding-left: 40px;
}
#headTopLeft li {
    margin-right: 20px;
}
#headTopLeft li:last-child {
    margin-right: 0
}
#headTopLeft a {
    color: #fff;
}
#headTopRight {
    color: #fff;
    display: flex;
    align-items: center;
}
#headTopRight .text span {
    color: #212121;
    font-weight: bold;
}
#headTopRight .button {
    display: flex;
    align-self: stretch;
    height: 100%;
    margin-left: 30px
}
#headTopRight .button a {
    display: flex;
    padding: 0 36px 0 20px;
    color: #fff;
    background: #9d3606;
    height: 100%;
    align-self: stretch;
    align-items: center;
    position: relative;
}
#headTopRight .button a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px
}
#headBtm {
    background: #212121;
}
#headBtmInner {
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 40px;
    position: relative;
}
#logo {
    padding: 10px
}
#navWrap {
    width: 100%;
    height: 100%;
}
#nav {
    display: flex;
    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: 1001;
    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;
    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: 14px;
    margin-bottom: 20px;
    font-weight: 600;
    height: calc(2em + 30px);
    display: flex;
    align-items: center;
    margin-right: 1vw;
    line-height: 1.3;
}
#nav .subMenuListWrap > li h2 > a {
    color: #fc5000
}
#nav .subMenuListWrap > li.current h2:before {
    content: "・";
    margin-right: 5px
} 
#nav .subMenuList li {
    margin-bottom: 10px;
    font-size: 12px;
    margin-right: 1vw;
    line-height: 1.2;
}
#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;
    align-self: center;
}

@media screen and (min-width: 1081px) {
    #menuBtnWrap,
    #spMenuOther {
        display: none;
    }
    #navWrap {
        display: block!important;
    }
}
@media screen and (max-width: 1080px) {
    #headTop {
        display: none;
    }
    #headBtm {
        background: #fc5000;
    }
    #headBtmInner {
        justify-content: space-between;
        padding: 5px 10px;
        padding-right: 60px;
    }
    #headWeather .temperature,
    #headWeather .text {
        display: none;
    }
    #logo {
        padding: 5px;
    }
    #headWeather {
        padding: 5px;
        position: absolute;
        right: 60px;
        top: 10px;
    }
    #headWeather img {
        width: 30px;
        margin-top: -8px;
    }
    #menuBtnWrap {
        position: absolute;
        width: 40px;
        height: 30px;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        z-index: 200;
    }
    #menuBtn,
    #menuBtn span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    #menuBtn {
        position: relative;
        width: 40px;
        height: 30px;
    }
    #menuBtn span {
        position: absolute;
        left: 4px;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }
    #menuBtn span:nth-of-type(1) {
        top: 4px;
    }
    #menuBtn span:nth-of-type(2) {
        top: 14px;
    }
    #menuBtn span:nth-of-type(3) {
        bottom: 4px;
    }
    #menuBtn.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(-38deg);
    }
    #menuBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    #menuBtn.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(38deg);
    }
    #navWrap {
        position: absolute;
        top: 100%;
        left: 0;
        top: 0;
        background: #212121;
        z-index: 100;
        display: block;
        height: auto;
        padding: 60px 20px 20px;
        display: none;
    }
    #nav {
        display: block;
        height: auto;
    }
    #nav > li ,
    #spMenuOther {
        width: 100%;
        max-width: 640px;
        margin: auto;
    }
    #spMenuOther {
        padding: 40px 0;
    }
    #spMenuOther li {
    }
    #spMenuOther .lang {
        align-items: flex-end;
        margin-bottom: 5px;
    }
    #spMenuOther li img {
        margin: 0 5px;
    }
    #spMenuOther li a {
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: 100;
        font-size: 12px;
        padding: 10px 0;
    }
    #spMenuOther span.left {
        width: 50px;
        text-align: center;
        margin-right: 20px;
    }
    #spMenuOther .lang .left {
        font-size: 14px
    }
    #nav > li > a {
        display: flex;
        border-bottom: 2px solid #fc5000;
        color: #fc5000;
        padding: 20px 0;
        justify-content: space-between;
    }
    #nav > li > a:after {
        content: "+";
        display: block;
    }
    #nav > li .subMenu {
        position: static;
        padding: 20px 0;
    }#nav > li:hover .subMenu {
        display: none
    }
    #nav > li.current .subMenu {
        display: block;
    }
    #nav > li .subMenuListWrap {
        display: block;
    }
    #nav > li .subMenuListWrap > li {
        width: 100%;
    }
    #nav .subMenuListWrap > li h2 {
        margin-bottom: 0;
        font-weight: normal;
        padding: 0;
        border-bottom: none;
    }#nav .subMenuListWrap > li h2:before {
        display: none;
    }
    #nav .subMenuListWrap > li h2 a {
        display: block;
        padding: 15px 0;
        color: #fff;
        position: relative;
	width: 100%;
    }
    #nav .subMenuListWrap > li h2 a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 18px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        right: 0;
    }
    #nav .subMenuListWrap > li h2 a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 15px;
        border-color: transparent transparent transparent #212121;
        position: absolute;
        right: 2px;
        margin-top: 2px
    }
    #nav .subMenuListWrap > li h2 a:hover:before {
        border-color: transparent transparent transparent #fc5000;
    }
    #nav .subMenuListWrap > li h2 a:hover {
        color: #fc5000;
    }
    #nav > li .subMenuList {
    /**    display: none; **/
	padding-left: 1em;
    }
    #yukiyama {
        height: 3800px !important;
    }
}
/*header end*/

/*MainVisual start*/


#mainVisual {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#mainVisual .mvText {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    /* line-height: 1; */
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
    font-weight: 500;
    padding: 0;
}
#mainVisual .mvText .small {
    font-size: 12px;
    line-height: 1;
    display: block;
}
#mainVisual .mvText p {
    line-height: 1;
}

#mainVisual .topIcon,
#mainVisual .btmIcon {
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    left: 0;
    z-index: 1;
}
#mainVisual .topIcon {top: 10px}
#mainVisual .btmIcon {bottom: 10px}
#mainVisual .topIcon:before,
#mainVisual .btmIcon:before,
#mainVisual .topIcon:after,
#mainVisual .btmIcon:after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    background: url(../images/mv_icon.png) no-repeat center;
    background-size: contain;
}
#mainVisual .topIcon:before,
#mainVisual .btmIcon:before {
    left: 10px;
}
#mainVisual .topIcon:after,
#mainVisual .btmIcon:after {
    right: 10px;
}
#mainVisual img {
    width: 100%;
    min-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
    #mainVisual img {
        width: 120%;
        min-width: 0;
        transform: none;
        left: -10%;
    }
    #mainVisual .mvText {
        font-size: 4.7vw;
    }
    #mainVisual .mvText .small {
        font-size: 10%;
        font-weight: normal
    }
}
@media screen and (max-width: 768px) {
    #mainVisual .topIcon ,
    #mainVisual .btmIcon {
        height: 0;
        padding-bottom: 4%
    }
    #mainVisual .topIcon {top: 5px}
    #mainVisual .btmIcon {bottom: 5px}
    #mainVisual .topIcon:before,
    #mainVisual .btmIcon:before,
    #mainVisual .topIcon:after,
    #mainVisual .btmIcon:after {
        width: 4%;
        height: 0;
        padding-bottom: 4%;
    }
    #mainVisual .topIcon:before,
    #mainVisual .btmIcon:before {
        left: 5px;
    }
    #mainVisual .topIcon:after,
    #mainVisual .btmIcon:after {
        right: 5px;
    }
}
/*MainVisual end*/


/*tab start*/
#tabWrap {
    /* padding: 5px; */
    overflow: hidden;
    background: #fff;
    border: 5px solid #fff;
    width: 100%;
}
#tabArea {
    display: flex;
    width: calc(100% + 42px);
    font-size: 18px;
    margin-left: -21px;
    overflow: hidden;
}
#tabArea li {
    width: calc(100% / 5 - 8px);
    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;
    padding-left: 10px;
}
#tabArea li:last-child a {
    padding-right: 10px;
}
#tabArea li:hover {
    background: #1a212c
}
#tabArea li:hover a {
    color: #fff;
}
#tabArea li.current a {
    color: #fc5000;
}
@media screen and (max-width: 960px) {
    #tabArea {font-size: 14px;}
    #tabArea li {width: calc(100% / 5 - 4px);}
    #tabArea li a {line-height: 40px;}
    #tabArea li:first-child a {padding-left: 0;}
    #tabArea li:last-child a {padding-right: 0;}
}
@media screen and (max-width: 768px) {
    #tabArea {font-size: 12px;}
    #tabArea li a {line-height: 32px;}
}
@media screen and (max-width: 720px) {
    #tabArea {
        font-size: 10px;
        flex-wrap: wrap;
        position: relative;
        padding-left: calc(100% / 3 + 1px);
        padding-left: calc(100% / 3 + -2px);
        width: 100%;
        margin-left: 0;
        overflow: hidden;
        /* background: red; */
    }
    #tabArea li:first-child {
        width: calc(100% / 3 - 3px);
        position: absolute;
        left: 0;
        transform: none;
        z-index: 1;
        margin-left: 0;
        border-right: 3px solid #fff;
    }
    #tabArea li {width: calc(100% / 2 + 11px);}
    #tabArea li:nth-child(2) ,
    #tabArea li:nth-child(4) {
        margin-left: -13px;
    }
    #tabArea li:nth-child(3) ,
    #tabArea li:nth-child(5) {
        margin-right: -13px;
    }
    #tabArea li:nth-child(4) ,
    #tabArea li:nth-child(5) {
        margin-top: 3px
    }
    #tabArea li:first-child a {
        line-height: 67px;
        transform: none;
    }
    #tabArea li a {line-height: 32px;}
}
@media screen and (max-width: 480px) {
    #tabArea {
        padding-left: 0;
        /* margin-left: 0; */
        /* width: 100%; */
    }
    #tabArea li:first-child {
        width: 100%;
        position: static;
        margin-bottom: 3px;
        border: none;
    }
    #tabArea li:first-child a {
        line-height: 32px;
    }
    #tabArea li:nth-child(3) ,
    #tabArea li:nth-child(5) {
        margin-top: 0;
    }
    #tabArea li:nth-child(4) ,
    #tabArea li:nth-child(5) {
        margin-top: 3px;
    }
}
/*tab end*/

/*insta start*/
#instaHead {
    background: #fc5000;
    text-align: center;
    color: #fff;
    font-size: 32px;
    padding: 54px 0;
    font-weight: 700
}
#instaHead h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 100%;
}
#instaHead h2 a {
    color: #fff;
}
#instaHead h2 a:hover {
    color: #00E;
}
#instafeed {
    display: flex;
    flex-wrap: wrap;
}
#instafeed li {
    width: calc((100% - 1px) / 6);
}
#instafeed li img {
    width: 100%
}
#instaImg {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
#instaImg li {
    width: calc((100% - 1px) / 6);
}
#instaImg li img {
    width: 100%
}
#mailArea {
    background: #efeded;
    padding: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
#mailArea dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
#mailArea dd {
    font-size: 14px;
}
#mailArea dd a {
    display: block;
    padding: 5px 0;
    padding-left: 40px;
    background: url(../images/mail_icon.png) no-repeat left center;
    margin-top: 20px;
    color: #010101;
}
#mailArea .newsletter-form {
    position: relative;
}
.newsletter p {
    font-size: 18px;
    color: #fb913a;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
#mailArea .newsletter-form input {
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    width: 100%;
    background: #333333;
    color: #fff;
    padding: 11px 15px 12px;
    border: 0;
    outline: none !important;
    font-weight: 600;
}
#mailArea input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    border: 0;
    background: #fb913a;
    color: #fff;
    padding: 10px 14px 11px;
    text-align: center;
 /**   font-size: 15px; **/
    outline: none !important;
    font-weight: 600;
    width: 150px;
    position: absolute;
    right: 1px;
    top: -1px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #instaArea {
        padding-bottom: 40px
    }
    #instaHead {
        font-size: 16px;
        padding: 27px 0;
    }
    #instafeed {
        margin-bottom: 0;
    }
    #instafeed li {
        width: 33%;
        width: calc((100% - 1px) / 3);
    }
    #instaImg {
        margin-bottom: 0;
    }
    #instaImg li {
        width: 33%;
        width: calc((100% - 1px) / 3);
    }
    #mailArea {
        background: #efeded;
        padding: 30px;
        display: flex;
        justify-content: center;
    }
    #mailArea dt {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px;
    }
    #mailArea dd {
        font-size: 14px;
    }
    #mailArea dd a {
        display: block;
        padding: 5px 0;
        padding-left: 40px;
        background: url(../images/mail_icon.png) no-repeat left center;
        margin-top: 20px;
        color: #010101;
    }
}
@media screen and (max-width: 480px) {
    #instaImg li {
        width: 50%;
    }
}
/*insta end*/

/*footer start*/
#footLinks {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    margin: 0 auto 160px;
}
#footLinks > li {
    width: 20%;
    padding-right: 5px;
}
#footLinks li h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700
}
.links li {
    line-height: 1.6;
    margin-bottom: 15px;
}
.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 ul {
    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;
}
#brandArea {
    padding-right: 20px
}
#brandArea ul {
    display: flex;
}
#brandArea ul li {
    margin-left: 50px;
}
#brandArea ul li img {
    opacity: .49
}
#brandArea ul li a:hover img {
    opacity: 1
}
#brandArea ul li:first-child {
    margin-left: 0
}
#copy {
    font-size: 14px;
    color: rgba(55, 55, 55, 0.6);
    font-weight: bold;
}
#copy span {
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 12px;
    margin-top: 7px;
}
@media screen and (max-width: 1080px) {
    #footAreaBtm {
        padding: 80px 0 0;
    }
    #footAreaBtmInner ,
    #footTopBtm {
        flex-wrap: wrap;
        justify-content: center
    }
    #award {
        width: 100%;
    }
    #award ul {
        margin: 0 auto 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #award ul li {
        display: block;
        padding: 0 5px;
    }
    #brandArea {
        padding-right: 0;
    }
    #brandArea ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    #brandArea ul li {
        margin-bottom: 40px;
        margin-left: 0;
        padding: 0 20px;
    }
    #copy {
        color: #fff;
        background: #fc5000;
        width: 100%;
        text-align: center;
        padding: 30px 0;
        white-space: normal;
    }
    #copy span {
        text-align: center;
    }
}
@media screen and (min-width: 769px) {
    #spFootMenuWrap {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #footAreaTop {
        margin-bottom: 40px
    }
    #footLinks {
        /*         padding: 0 20px;
        margin: 0 auto 80px;
        flex-wrap: wrap; */
        display: none;
    }
    #footLinks > li {
        /*         margin-bottom: 40px */
    }
    #spFootMenuWrap {
    }
    #spFootMenu {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
        max-width: 640px;
        margin: auto;
    }
    #spFootMenu li {
        width: 33%;
        padding: 0 10px;
        margin-bottom: 10px
    }
    #spFootMenu li:nth-child(n+4) {
        margin-bottom: 0
    }
    #spFootMenu a {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #6b6765;
        padding: 5px 0;
    }
    #footTopBtm {
        padding: 35px 0 0;
    }
    #award {
        display: none
    }
    #footAreaBtm {
        padding: 40px 0 0;
    }
}
@media screen and (max-width: 640px) {
    #award ul {
        flex-wrap: wrap;
    }
    #award ul li:last-child {
        width: 100%;
        text-align: center;
        padding-top: 30px
    }
}
/*footer end*/
/*---------------base end---------------*/


/*---------------
Home start
---------------*/
#mainVisual.home {

}

#mainVisual.home:before,
#mainVisual.home:after,
#mainSlide:before,
#mainSlide:after {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
/**    background: url(../images/mv_icon.png) no-repeat center; **/
    background-size: contain;
    z-index: 1000;
}
#mainVisual.home:before,
#mainVisual.home:after {
    top: 10px
}
#mainSlide:before,
#mainSlide:after {
    bottom: 10px
}
#mainVisual.home:before,
#mainSlide:before {
    left: 10px;
}
#mainVisual.home:after,
#mainSlide:after {
    right: 10px;
}
#mainVisual #mainSlide img {
    width: 100%;
    min-width: 0;
    left: 0;
    transform: none;
}
#thumbnailWrap {
/**    position: absolute; **/
display:none;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.5);
    width: 100%;
    padding: 0 40px;
}
#thumbnail-list {
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding: 0 40px;
    align-items: flex-end;
}

#thumbnail-list li {
    width: 20%;
    /* height: 2em; */
    /* padding-bottom: 2em; */
    padding: 10px 0 0;
}
#thumbnail-list a {
    color: rgba(255,255,255,.5);
    font-size: 13px;
    display: block;
    position: relative;
    padding-bottom: 2.3em;
}
#thumbnail-list li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
    border-left: 1px solid rgba(255,255,255,0.3);
    margin-top: 5px;
    position: absolute;
    bottom: 0;
}
#thumbnail-list a:hover,
#thumbnail-list .thumbnail-current a {
    color: rgba(255,255,255,1)
}
#thumbnail-list li a:hover:after,
#thumbnail-list .thumbnail-current a:after {
    border-left: 1px solid rgba(255,255,255,1);
}

.homeVSlideArea {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.homeVSlideArea > * {
    display: table-cell;
}
.homeVSlideArea .leftArea {
    width: 66%;
    /* padding: 10px 0; */
    font-size: 30px;
}
.homeVSlideArea .rightArea {
    font-size: 19px;
    /* width: 35%; */
    height: 100%;
    /* overflow: hidden; */
    vertical-align: middle;
}

.slick-prev.vPtn ,
.slick-next.vPtn {
    position: absolute;
    left: 50%;
    background: url(../images/slide_arrow_vptn.png) no-repeat;
    width: 35px;
    height: 17px;
    margin-left: -17px;
}
.slick-prev.vPtn {
    top: -17px;
    background-position: center top;
}
.slick-next.vPtn {
    bottom: -17px;
    background-position: center bottom;
}
.homeVSlideArea .rightArea > ul {
    height: 100%;
}
.homeVSlideArea li {
    width: 100%!important;
    padding: 10px;
}
.homeVSlideArea a {
    display: block;
    width: 100%;
    position: relative;
}

.homeVSlideArea .leftArea a:after ,
.homeVSlideArea .leftArea a:before ,
.leftArea .homeBlockImg:after {
    content: "";
    display: block;
    width: 30px;
    height: 32px;
    background: url(../images/news_block_icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    /*     opacity: .75; */
}
.homeVSlideArea .leftArea a:before {
    left: auto;
    right: 10px;
}
.leftArea .homeBlockImg:after {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px
}

#homeMovieArea a ,
#uniqueJpArea a {
    display: block;
    position: relative;
    overflow: hidden;
}
#homeMovieArea a > img,
#uniqueJpArea a > img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
#homeMovieArea .overFilter ,
#uniqueJpArea .overFilter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s
}
#uniqueJpArea .overFilter {
    justify-content: flex-start;
}

#homeMovieArea a:hover .overFilter ,
#uniqueJpArea a:hover .overFilter {
    background: rgba(0,0,0,.45);
}
#homeMovieArea .textArea {
    text-align: center;
}
#uniqueJpArea .textArea {
    padding-left: 13%;
    white-space: nowrap;
}
#homeMovieArea .text {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 0 20px;
}
#homeMovieArea .text span {
    display: block;
    font-size: 30.75%;
    margin-bottom: 10px;
}

#uniqueJpArea .textArea .ttl {
    font-size: 35px;
    color: #fc5000;
    font-weight: bold;
    margin-bottom: 15px;
}
#uniqueJpArea .textArea span {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
#uniqueJpArea .textArea span:before {
    content: url(../images/more_icon_l.png);
    margin: 2px 20px 0 0;
}

.homeBlockImg {
    overflow: hidden;
}
.homeBlockImg img {
    width: 100%;
    transform: scale(1,1);
    transition: .75s;
}
a:hover .homeBlockImg img  {
    transform: scale(1.1,1.1)
}
.homeVSlideArea .homeBlockBtm {
    position: absolute;
    bottom: 5%;
    color: #fff;
    left: 6%;
}
.homeVSlideArea .homeBlockBtm .cate ,
.homeVSlideArea .homeBlockBtm .link {
    font-size: 12px;
    font-weight: bold;
}
.homeVSlideArea .homeBlockBtm .ttl {
    font-size: 100%;
    font-weight: bold;
    margin: .25em 0
}
.homeVSlideArea .homeBlockBtm .link {
    color: #fc5000;
    display: flex;
    align-items: center;
}
.homeVSlideArea .homeBlockBtm .link:before {
    content: url(../images/home_more_icon.png);
    margin: 2px 10px 0 0;
}

.newsSlider {
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}
.slick-prev.homePtn ,
.slick-next.homePtn {
    position: absolute;
    top: 50%;
    background: url(../images/slide_arrow.png) no-repeat;
    width: 50px;
    height: 95px;
    margin-top: -47px;
}
.slick-prev.homePtn {
    left: 20px;
    background-position: left center;
    z-index: 99;
}
.slick-next.homePtn {
    right: 20px;
    background-position: right center;
}
.newsSlider li {
    padding: 10px
}
.newsSlider li a {
    position: relative;
    display: block;
}
.newsSliderText {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 13% 10%;
    font-size: 20px;
    font-weight: bold;
}
/***
.newsSliderText.icon {
    color: #fc5000;
    display: flex;
    align-items: center;
}
.newsSliderText.icon:before {
    content: url(../images/home_more_icon.png);
    margin: 2px 10px 0 0;

}
***/
.newsSliderText:hover {
    color: #fc5000;
    display: flex;
    align-items: center;
}
.newsSliderText:hover:before {
    content: url(../images/home_more_icon.png);
    margin: 2px 10px 0 0;

}
.newsSliderImg {
    overflow: hidden;
}
.newsSliderImg img {
    width: 100%;
    transform: scale(1,1);
    transition: .75s;
}
a:hover .newsSliderImg img  {
    transform: scale(1.1,1.1)
}
@media screen and (min-width: 961px) {
    #uniqueJpArea .u960 ,
    .moreNewsBtn {
        display: none!important;
    }
}
@media screen and (max-width: 960px) {
    #mainVisual.home:before,
    #mainVisual.home:after,
    #mainSlide:before,
    #mainSlide:after {
        display: none
    }
    #thumbnailWrap {
        display: none;
    }
    .homeVSlideArea .rightArea {
        display: none;
    }
    .homeVSlideArea ,
    .homeVSlideArea .leftArea ,
    .moreNewsBtn {
        width: 100%;
        display: block;
    }
    .moreNewsBtn {
        background: #fc5000;
        color: #fff;
        font-size: 16px;
        line-height: 46px;
        text-align: center;
        margin: 40px auto 0;
        font-weight: bold;
    }
    .homeVSlideArea .leftArea li {
        padding: 0
    }
    .homeVSlideArea .leftArea a:after ,
    .homeVSlideArea .leftArea a:before ,
    .leftArea .homeBlockImg:after {
        width: 20px;
        height: 20px
    }
    .homeVSlideArea .homeBlockBtm .ttl {
        font-size: 24px;
        padding: 1em 0
    }
    #homeMovieArea a > img {
        width: 1020px;
        position: relative;
        left: 50%;
        margin-left: -510px;
    }
    #uniqueJpArea a > img {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    #uniqueJpArea .o960 {
        display: none;
    }
    #homeMovieArea .textArea > span img {
        width: 80px
    }
    #uniqueJpArea .textArea {
        padding-top: 20%;
    }
    #homeMovieArea .text {
        font-size: 30px
    }
    #uniqueJpArea .textArea .ttl {
        font-size: 5vw;
    }
    .slick-prev.homePtn, .slick-next.homePtn {
        top: 60%;
        width: 30px;
        height: 25px;
        margin-top: -47px;
    }
    .slick-prev.homePtn {
        left: 0;
    }
    .slick-next.homePtn {
        right: 0;
    }
}
/*---------------Home end---------------*/


/*---------------
LiftPage start
---------------*/
#newsBlock {
    overflow: hidden;
    font-weight: 700
}

#liftArea {
    width: 100%;
    position: relative;
    padding: 0 5px 5px;
}
#liftArea img {
    width: 100%;
}
#layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 5px 5px;
}
#layer li {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}
#layer li img {
    position: absolute;
    left: 0;
    top: 0;
}
#status {
    text-align: center;
    background: #ececec;
    padding: 25px 0;
}
#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 {
    padding: 120px 40px;
}
#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-weight: 700
}
#allLift > ul ,
#liftWeatherArea > ul {
    display: flex;
    justify-content: space-between;
}
#allLift > ul > li ,
#liftWeatherArea > ul > li{
    width: calc((100% - 90px) / 4);
}
#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-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
}
@media screen and (max-width: 768px) {
    .section.lift {
        padding: 60px 20px;
    }
    #liftStatusArea > ul > li {
        margin-bottom: 80px
    }
    #allLift > ul ,
    #liftWeatherArea > ul {
        flex-wrap: wrap;
    }
    #allLift > ul > li ,
    #liftWeatherArea > ul > li{
        width: calc((100% - 45px) / 2);
        margin-bottom: 40px
    }
}
@media screen and (max-width: 640px) {
    #status {
        padding: 15px 10px
    }
    #status ul li {
        font-size: 13px;
        padding: 0 15px 0 10px;
    }
    #status ul li span {
        width: 22px;
        height: 22px
    }
}@media screen and (max-width: 480px) {
    #allLift > ul > li ,
    #liftWeatherArea > ul > li{
        width: 100%;
        margin-bottom: 40px
    }
    #status ul {
        flex-wrap: wrap;
    }
    #status ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    #status ul li:nth-child(n+3) {
        margin-bottom: 0
    }
}
/*---------- LiftPage end ----------*/



/*---------------
AccommodationPage start
---------------*/
.section.accomBlock {
    max-width: 1308px;
}
#accomBlockArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px
}
#accomBlockArea li {
    width: calc((100% - 80px) / 2);
    margin-bottom: 120px;
}
#accomBlockArea .blockImg img {
    width: 100%;
}
#accomBlockArea .blockTtl {
    color: #fc5000;
    font-size: 26px;
    padding: 20px 0
}
#accomBlockArea .blockText {
    font-size: 18px;
    line-height: 1.6;
    color: #373737;
    padding: 10px 0 0;
}
#accomBlockArea li a {
    display: inline-block;
    background: #fc5000;
    color: #fff;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    margin-top: 40px
}

@media screen and (max-width: 640px) {
    #accomBlockArea li {
        width: 100%;
    }
}

/*---------------AccommodationPage end---------------*/



/*---------------
NewslandingPage start
---------------*/
#categoryTab {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 35px;
}
#categoryTab li {
    margin-right: 40px;
    font-size: 16px;
    margin-bottom: 15px;
}
#categoryTab li a {
    color: #000;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 5px 0px;
}
#categoryTab li.current a ,
#categoryTab li a:hover {
    color: #fc5000;
    transition: .25s;
}
#categoryTab li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fc5000;
    transition: .5s;
}
#categoryTab li.current a:after ,
#categoryTab li a:hover:after {
    width: 100%;
}
#newsBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#newsBlock li {
    width: calc((100% - 120px) / 4);
    margin-bottom: 40px;
}
#newsBlock li a {
    color: #fff;
}
#newsBlock .blockImg {
    position: relative;
    overflow: hidden;
}
#newsBlock .blockImg .label {
    position: absolute;
    left: 9%;
    bottom: 5%;
    font-size: 14px;
}
#newsBlock .blockImg img {
    width: 100%;
    transform: scale(1,1);
    transition: .5s;
}
#newsBlock a:hover .blockImg img {
    transform: scale(1.1,1.1)
}
#newsBlock .blockBtm {
    background: #fc5000;
    padding: 20px;
    position: relative;
}
#newsBlock .blockText {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 50px;
}
#newsBlock .more {
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#newsBlock .more:before {
    content: url(../images/more_icon.png);
    display: block;
    margin-right: 12px;
    margin-top: 2px;
}
#newsBlock .blockImg:after ,
#newsBlock .blockImg:before ,
#newsBlock .blockBtm:after {
    content: "";
    display: block;
    width: 30px;
    height: 32px;
    background: url(../images/news_block_icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    /*     opacity: .75; */
}
#newsBlock .blockImg:before {
    left: auto;
    right: 10px;
}
#newsBlock .blockBtm:after {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px
}
#pager {
    width: 100%;
    text-align: center;
}
#pager > ul {
    display: inline-flex;
    margin: auto;
}
#pager > ul li {
    margin: 4px;
}
#pager > ul li.ellipsis {
    color: #dadada;
    align-self: flex-end;
    width: 24px;
}
#pager ul li a {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #dadada;
    color: #fff;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}
#pager ul li.current a,
#pager ul li a:hover {
    background: rgba(252, 80, 0, 0.75);
}
@media screen and (max-width: 1080px) {
    #newsBlock li {
        width: calc((100% - 60px) / 3);
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    #newsBlock li {
        width: calc((100% - 40px) / 3);
        margin-bottom: 20px;
    }
    #newsBlock li .blockBtm {
        padding: 15px
    }
}
@media screen and (max-width: 640px) {
    #newsBlock li {
        width: calc(50% - 10px);
    }
    #newsBlock li .blockBtm {
        padding: 15px
    }
    #pager ul li {
        margin: 0px 1px;
    }
    #pager ul li a {
        transform: scale(.8)
    }
}
@media screen and (max-width: 480px) {
    #newsBlock li {
        width: 100%;
        margin-bottom: 40px
    }
    #newsBlock li .blockBtm {
        padding: 10px
    }
}
/*---------------NewslandingPage end---------------*/


/*---------------
NewsArticlePage start
---------------*/
.dateArea {
    display: flex;
    font-size: 18px;
    font-weight: bold;
}
.dateArea dt {
    color: #fc5000;
    margin-right: 8px;
}
.dateArea dd {
    color: #373737;
}
#newsArticle {
    padding: 25px 0;
    font-size: 18px;
}
#newsArticle p {
    line-height: 1.8;
}
#newsArticle img {
/*    margin: 50px 0; */
    max-width: 100%
}
#newsArticle img.fit {
    width: 100%;
}
#newsArticle a.block > img.fit {
    width: auto;
    max-width: 100%;
}
.newsList {
    max-width: 1230px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.newsList li {
    width: calc(25% - 15px);
}
.newsList li a {
    color: #373737;
}
.newsList li .newsListImg {
    margin-bottom: 25px
}
.newsList li img {
    width: 100%;
}
.newsList li .newsListTtl {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.newsList li .newsListText {
    line-height: 1.6;
}
.youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 768px) {
    .newsList {
        flex-wrap: wrap;
    }
    .newsList li {
        width: calc(50% - 15px);
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 480px) {
    .newsList li {
        width: 100%;
    }
}
/*---------------NewsArticlePage end---------------*/



/*---------------
ReportPage start
---------------*/
.snowRportBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}
.snowRportBlock > li {
    width: 33%;
    width: calc((100% - 60px) / 3);
    margin-bottom: 40px;
}
.snowRportBlock h3 {
    font-size: 19px;
    margin-bottom: 15px;
}
.snowRportBlock .icon {
    margin-bottom: 10px
}
.snowRportBlock ul li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
}
#reportArea {
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.8
}
#reportArea p {
    margin-bottom: 50px;
}
#reportArea img {
    margin-bottom: 20px;
    width: 100%;
}
#report {
    font-size: 18px;
    line-height: 1.8;
}
#report img {
    margin-top: 20px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .snowRportBlock ul li {
        font-size: 15px;
    }
}
@media screen and (max-width: 640px) {
    .snowRportBlock > li {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 420px) {
    .snowRportBlock > li {
        width: 100%;
    }
}
/*---------------ReportPage end---------------*/
.red {
    color: #f00
}
@media screen and (min-width: 1081px) {
    .u1080 {
        display: none
    }
}

@media screen and (max-width: 1080px) {
    .o1080 {
        display: none;
    }
}

/**** OLD ****/
/* グリッド */

.grid {
  position: relative;
  width: 100%;
}

.grid .g1, .grid .g2, .grid .g3, .grid .g4, .grid .g5, .grid .g6, .grid .g7, .grid .g8, .grid .g9, .grid .g10, .grid .g11, .grid .g12, .grid .g13, .grid .g14, .grid .g15, .grid .g16, .grid .g17, .grid .g18, .grid .g19, .grid .g20, .grid .g21, .grid .g22, .grid .g23, .grid .g24 {
  position: relative;
  float: left;
  margin-left: 2.5% !important;
}

.grid .g1 {
  width: 1.77083%;
}

.grid .g2 {
  width: 6.04167%;
}

.grid .g3 {
  width: 10.3125%;
}

.grid .g4 {
  width: 14.58333%;
}

.grid .g5 {
  width: 18.85417%;
}

.grid .g6 {
  width: 23.125%;
}

.grid .g7 {
  width: 27.39583%;
}

.grid .g8 {
  width: 31.66667%;
}

.grid .g9 {
  width: 35.9375%;
}

.grid .g10 {
  width: 40.20833%;
}

.grid .g11 {
  width: 44.47917%;
}

.grid .g12 {
  width: 48.75%;
}

.grid .g13 {
  width: 53.02083%;
}

.grid .g14 {
  width: 57.29167%;
}

.grid .g15 {
  width: 61.5625%;
}

.grid .g16 {
  width: 65.83333%;
}

.grid .g17 {
  width: 70.10417%;
}

.grid .g18 {
  width: 74.375%;
}

.grid .g19 {
  width: 78.64583%;
}

.grid .g20 {
  width: 82.91667%;
}

.grid .g21 {
  width: 87.1875%;
}

.grid .g22 {
  width: 91.45833%;
}

.grid .g23 {
  width: 95.72917%;
}

.grid .g24 {
  width: 100%;
}

.grid .fst {
  margin-left: 0 !important;
  clear: left;
}

.grid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.grid {
  display: inline-block;
}

.grid {
  display: block;
}

.grid:before {
  content: "";
  clear: both;
  display: block;
}


/* 画像に枠を付ける */

.inimg {
  display: block;
}

.inimg em {
  display: block;
  padding: 7px;
  background: #e9e9e9;
}


/* 行間 */

.intxt p {
  margin-bottom: 1em;
}


/* リスト行間 */

ul.link li {
  margin-bottom: 0.7em;
}

ul.link ul {
  margin-top: 0.7em;
  margin-bottom: 1.5em;
}


/* デバッグ */

pre.debug {
  font-size: 11px;
  line-height: 1.3;
  border: 2px dashed #cacaca;
  padding: 10px;
  margin: 15px 0;
  background-color: #fafafa;
}


/* コンテンツ */

#contents {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0 100px 0;
  background-size: 50%;
}

#contents_inner {
  position: relative;
  width: 980px;
  text-align: left;
  margin: 0 auto;
}

#main {
  float: left;
  width: 74%;
}

#sub {
  float: right;
  width: 23%
}

div.box {
  position: relative;
  padding-bottom: 3.5%;
}

div.inner {
  position: relative;
  margin-top: 1.5%;
  margin-bottom: 2.0%;
}


/* リンク */

#links {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #3D3D3D;
}

#links_inner {
  position: relative;
  width: 980px;
  padding: 10px 0;
  text-align: left;
  margin: 0 auto;
}


/* フッター */

#footer {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #000000;
}

#footer_inner {
  position: relative;
  width: 980px;
  text-align: left;
  margin: 0 auto;
}

#footer_nu_logo a {
  margin-top: 1%;
  display: block;
  width: 480px;
  height: 64px;
  background-size: cover;
}

#footer_link {
  display: inline-block;
  padding: 2% 0 0 0;
}

#footer_link li {
  display: inline;
  float: left;
  margin-right: 15px;
}

#footer_link li a {
  display: block;
}

#footer_copyright {
  color: #737577;
  font-weight: bold;
  padding: 2% 0 1% 0;
}

#footer_menu {
  display: inline-block;
  padding: 0.5em 0;
}

#footer_menu li {
  display: inline;
  float: left;
}

#footer_menu li a {
  display: block;
  padding: 0.5em 1.3em 0.5em 1em;
  color: #737577;
}

#footer_menu li a:hover {
  color: #EE8200;
}

.news_topics li {
  position: relative;
  margin-bottom: 15px;
}

.news_topics span.tag {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  background-color: #333333;
  padding: 2px;
  text-align: center;
  width: 6em;
}

.news_topics li a {
  display: inline-block;
  margin-left: 7.5em;
}


/* ヘッダー固定 */

body.fixed #nav {
  position: fixed !important;
  top: 0;
  z-index: 800;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

body.fixed #contents {
  padding-top: 117px;
}

#home_ico_box {
  padding-top: 20px;
}

#home_ico_box div.grid {
  margin-bottom: 80px;
}

#home_ico_box h2 {
  margin: 10px 0;
}


/* ページの先頭へボタン */

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 66px;
  height: 66px;
}

#page_top a {
  width: 66px;
  height: 66px;
  display: block;
}

#page_top a span {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -9999px;
}

.page_top {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 0.9em;
}

#page_down {
  position: absolute;
  right: 1%;
  top: 14px;
  width: 66px;
  height: 66px;
  z-index: 900;
}

#page_down a {
  width: 66px;
  height: 66px;
  display: block;
}


/* 見出しタイプ3 */

h1.type3, h2.type3, h3.type3, h4.type3, h5.type3, h6.type3, span.type3 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #F58735;
  /* text-shadow: 1px 1px 2px #333333; */
}


/* 見出しタイプ4 */

h1.type4, h2.type4, h3.type4, h4.type4, h5.type4, h6.type4, span.type4 {
  background-color: #F58735;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 5px 5px 5px 16px;
  font-size: 1.2em;
}

h1.type4 a, h2.type4 a, h3.type4 a, h4.type4 a, h5.type4 a, h6.type4 a, span.type4 a {
  color: #FFFFFF;
}


/* 見出しタイプ5 */

h1.type5, h2.type5, h3.type5, h4.type5, h5.type5, h6.type5, span.type5 {
  background-color: #333333;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 10px 5px 10px 16px;
  font-size: 1.2em;
}

h1.type5 a, h2.type5 a, h3.type5 a, h4.type5 a, h5.type5 a, h6.type5 a, span.type5 a {
  color: #FFFFFF;
}


/* 汎用情報ボックス */

dl.info {
  padding: 30px;
  border: 7px solid #eeeeee;
  background-color: #ffffff;
  line-height: 1.5;
}

dl.info dt {
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

dl.info dt span {
  font-size: 1.0em !important;
}


/* 汎用情報ボックス2 */

dl.info2 {
  padding: 10px;
  border: 7px solid #B2B2B2;
  background-color: #B8B8B8;
}

dl.info2 dt {
  color: #333333;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

dl.info2 dt span {
  font-size: 1.0em !important;
}


/* 汎用情報ボックス警告用 */

dl.notice {
  border-color: #e8383d !important;
}

dl.notice dt {
  color: #e8383d !important;
}


/* リスト */

span.bold {
  font-weight: bold;
}
ul.type1 li {
  padding-left: 14px;
  line-height: 1.5;
}
ul.type1 li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 2px;
}

ul.type2 li {
  padding-left: 14px;
  line-height: 1.5;
}
ul.type2 li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 8px;
}

ul.type3 li {
  padding-left: 17px;
  line-height: 1.5;
}
ul.type3 li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 30px;
}

ul.type1b li {
  padding-left: 14px;
  line-height: 1.5;
}
ul.type1b li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 2px;
}

ul.type2b li {
  padding-left: 14px;
  line-height: 1.5;
}
ul.type2b li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 2px;
}

ul.type3b li {
  padding-left: 17px;
  line-height: 1.5;
}
ul.type3b li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 2px;
}

.info ul.type1 li, .info ul.type2 li, .info ul.type3 li,
.info ul.type1b li, .info ul.type2b li, .info ul.type3b li {
  padding-left: 0;
}
.info ul.type1 li:before, .info ul.type2 li:before, .info ul.type3 li:before,
.info ul.type1b li:before, .info ul.type2b li:before, .info ul.type3b li:before {
  content: "";
  position: relative;
}



/* 強調 */

.notice {
  color: #d8282d;
}

.appeal {
  color: #007FD0;
}

.accent {
  color: #705939;
}

.point {
  color: #ffffff;
  padding: 3px;
  background: #342007;
}

.orange {
  color: #f2812b;
}

.gray {
  color: #706f70;
}

.black {
  color: #000000;
}

.bg_orange {
  background-color: #f2812b;
  color: #ffffff;
}

.bg_gray {
  background-color: #706f70;
  color: #ffffff;
}

.bg_black {
  background-color: #000000;
  color: #ffffff;
}


/* テーブルパディングパターン */

table.sp1 th, table.sp1 td {
  padding: 2px 4px;
}

table.sp2 th, table.sp2 td {
  padding: 4px 6px;
}

table.sp3 th, table.sp3 td {
  padding: 6px 8px;
}

table.sp4 th, table.sp4 td {
  padding: 8px 10px;
}

table.sp5 th, table.sp5 td {
  padding: 10px 12px;
}


/* テーブルパターン */

table.type1 caption {
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  color: #333333;
}

table.type1 th, table.type1 td {
  border: 1px solid #706f70;
}

table.type1 th {
  background-color: #d8d8d8;
}

table.type1 td {
  background-color: #e9e9e9;
}

table.type1 tr.even td {
  background-color: #f6f6f6;
}

table.type1 tr.odd td {
  background-color: #f6f6f6;
}


/* テーブル背景パターン */

td.bg1, th.bg1, tr.bg1 th, tr.bg1 td {
  background-color: #cdcdcd !important;
}

td.bg2, th.bg2, tr.bg2 th, tr.bg2 td {
  background-color: #F7C07F !important;
}

td.bg3, th.bg3, tr.bg3 th, tr.bg3 td {
  background-color: #7FC0F7 !important;
}

td.bg4, th.bg4, tr.bg4 th, tr.bg4 td {
  background-color: #f6f6f6 !important;
}

table.tag1 {
  text-align: center;
}

table.tag1 th {
  border: 1px solid #1764BA;
  background-color: #1764BA;
  color: #ffffff;
}

table.tag1 td {
  border: 1px solid #1764BA;
}


/* ボタン1 */

.fr {
  float: right;
}
.fix {
  display:block;
}

.btn1 a {
  display: block;
  border: 1px solid #555555;
  background-color: #555555;
}
/***
#newsArticle .btn1 a {
  border: none;
  background-color: inherit;
}
***/

.btn1 a span {
  font-size: 14px;
  display: block;
  margin: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.btn1 a:hover span {
  background-color: #999999;
}

.btn1 a.current span {
  background-color: #999999;
}


/* ボタン2 */

.btn2 a {
  display: block;
  border: 1px solid #555555;
  background-color: #555555;
}

.btn2 a span {
  display: block;
  margin: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 12px 6px 6px;
  text-align: center;
}

.btn2 a:hover span {
  background-color: #ffffff;
}

.btn2 a.current span {
  background-color: #ffffff;
}


/* ボタン3 */

.btn3 a {
  display: block;
  border: 1px solid #B8A27B;
  background-color: #ffffff;
}

.btn3 a span {
  display: block;
  margin: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 6px;
  text-align: center;
  background-color: #897146;
}

.btn3 a:hover span {
  background-color: #A18D6B;
}

.btn3 a.current span {
  background-color: #A18D6B;
}


/* 画像に矢印を付ける */

.btnimg {
  display: block;
  position: relative;
}

.btnimg span {
  text-indent: -9999px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}


/* TOPページのNews＆Topicsの各リゾート枠 */

div.resort_info {
  position: relative;
  background-color: #706f70;
  padding: 1%;
  color: #ffffff;
  margin: 1% 0;
}

div.resort_info a.logo {
  display: block;
  padding: 5% 0 0 5%;
}

div.resort_info .wthr_ico {
  padding: 0 10% 5% 10%;
}

div.resort_info .wthr_ta {
  position: absolute;
  top: 30%;
  font-weight: bold;
  font-size: 1.2em;
}

div.resort_info .wthr_info {
  text-align: center;
}

div.resort_info a.rss {
  display: block;
  position: absolute;
  right: 0;
  bottom: 1%;
  width: 40px;
}


/* TOPページのNews＆Topicsの表 */

table.news {
  margin-top: 0.5em;
}

table.news th {
  width: 5em;
  vertical-align: top;
  margin-right: 5%;
}

table.news td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 2%;
}

table.news th em {
  text-align: center;
  font-size: 0.8em;
  display: block;
  width: 4em;
  background-color: #f2812b;
  padding: 0 5%;
}

table.news a {
  color: #ffffff;
}

table.news a:hover {
  color: #bbdbf3;
}


/* リフト運行状況の凡例 */

div.lift_legend {
  background-color: #ffffff;
  padding: 5px 0;
}


/* ニセコユナイテッド認定スクールシステム */

em.ul {
  text-decoration: underline;
}

em.nuss {
  font-style: italic;
  text-decoration: underline;
}


/* よくあるご質問 */

span.q {
  text-align: center;
  color: #ffffff;
  background-color: #f2812b;
}

span.a {
  text-align: center;
  color: #ffffff;
  background-color: #706f70;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.6;
}


/* クライム・マイ・ラン */

#claimmyrun_box {
  overflow: hidden;
}

#claimmyrun_box iframe {
  width: 100%;
}


/* ゲレンデマップ詳細ページ テーブルNoと記号 */

.circle_blue {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 2.2em;
  height: 1.7em;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  background: #384f9f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.circle_pink {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 2.2em;
  height: 1.7em;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  background: #ca3a85;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}


/*--------------------------------------------------------------------------------*/


/* タブレット・スマホ非表示 */

body .tablet {
  display: none;
}

body .sumaho {
  display: none;
}


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 1150px) {
  #slides_logo {
    width: 35%;
    height: auto;
  }
  #slides_point {
    width: 15%;
    height: auto;
  }
  #page_down {
    top: -90px;
  }
  #slides_point {
    right: 9%;
  }
}


/* max-width: 1050px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 1024px) {
  #nav_inner {
    position: relative;
    width: 100%;
  }
  #contents_inner {
    width: 96%;
  }
  #links_inner {
    width: 98%;
  }
  #footer_inner {
    width: 98%;
  }
  #nav ul#nav_global {
    position: absolute;
  }
  #nav_home {
    width: 5.71429%;
  }
  #nav_niseko {
    width: 15.30612%;
  }
  #nav_weather {
    width: 21.02041%;
  }
  #nav_course {
    width: 20%;
  }
  #nav_prices {
    width: 13.16327%;
  }
  #nav_facilities {
    width: 15.61224%;
  }
  #nav_access {
    width: 9.18367%;
  }
}


/* max-width: 1024px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 890px) {
  #header_nu_logo {
    left: 2%;
  }
  #header_link {
    right: 4%;
  }
  #nav_link {
    right: 4%;
  }
  #header_nu_logo {
    top: 15px;
  }
  #header_nu_logo a {
    width: 213px;
    height: 20px;
  }
  #nav_nu_logo a {
    width: 213px;
    height: 20px;
  }
  #footer_nu_logo a {
    width: 300px;
    height: 40px;
  }
}


/* max-width: 890px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 800px) {
  /* フルードイメージ */
  img.fld {
    max-width: 100%;
    height: auto;
    width/***/
    : auto;
  }
  /* タブレット表示/非表示 */
  .tablet {
    display: inline !important;
  }
  .notablet {
    display: none !important;
  }
  /* グリッド */
  .grid .g1, .grid .g2, .grid .g3, .grid .g4, .grid .g5, .grid .g6, .grid .g7, .grid .g8, .grid .g9, .grid .g10, .grid .g11, .grid .g12, .grid .g13, .grid .g14, .grid .g15, .grid .g16, .grid .g17, .grid .g18, .grid .g19, .grid .g20, .grid .g21, .grid .g22, .grid .g23, .grid .g24 {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
  .grid .fst {
    clear: none;
  }
  /* グリッド（タブレット用） */
  .grid {
    position: relative;
    width: 100%;
  }
  .grid .sg1, .grid .sg2, .grid .sg3, .grid .sg4, .grid .sg5, .grid .sg6, .grid .sg7, .grid .sg8, .grid .sg9, .grid .sg10, .grid .sg11, .grid .sg12, .grid .sg13, .grid .sg14, .grid .sg15, .grid .sg16, .grid .sg17, .grid .sg18, .grid .sg19, .grid .sg20, .grid .sg21, .grid .sg22, .grid .sg23, .grid .sg24 {
    position: relative;
    float: left;
    margin-left: 2.5% !important;
  }
  .grid .sg1 {
    width: 1.77083%;
  }
  .grid .sg2 {
    width: 6.04167%;
  }
  .grid .sg3 {
    width: 10.3125%;
  }
  .grid .sg4 {
    width: 14.58333%;
  }
  .grid .sg5 {
    width: 18.85417%;
  }
  .grid .sg6 {
    width: 23.125%;
  }
  .grid .sg7 {
    width: 27.39583%;
  }
  .grid .sg8 {
    width: 31.66667%;
  }
  .grid .sg9 {
    width: 35.9375%;
  }
  .grid .sg10 {
    width: 40.20833%;
  }
  .grid .sg11 {
    width: 44.47917%;
  }
  .grid .sg12 {
    width: 48.75%;
  }
  .grid .sg13 {
    width: 53.02083%;
  }
  .grid .sg14 {
    width: 57.29167%;
  }
  .grid .sg15 {
    width: 61.5625%;
  }
  .grid .sg16 {
    width: 65.83333%;
  }
  .grid .sg17 {
    width: 70.10417%;
  }
  .grid .sg18 {
    width: 74.375%;
  }
  .grid .sg19 {
    width: 78.64583%;
  }
  .grid .sg20 {
    width: 82.91667%;
  }
  .grid .sg21 {
    width: 87.1875%;
  }
  .grid .sg22 {
    width: 91.45833%;
  }
  .grid .sg23 {
    width: 95.72917%;
  }
  .grid .sg24 {
    width: 100%;
  }
  .grid .sfst {
    margin-left: 0 !important;
    clear: left;
  }
  .grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .grid {
    display: inline-block;
  }
  .grid {
    display: block;
  }
  #contents {
    padding-bottom: 20px !important;
  }
  #main {
    float: none;
    width: 100%;
  }
  #sub {
    float: none;
    width: 100%;
    padding-top: 2%;
    border-top: 5px solid #3D3D3D;
  }
  body.home #sub {
    padding-top: 0;
    border-top: none;
  }
}


/* max-width: 800px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 760px) {
  #header_link {
    display: none;
  }
  #nav_link {
    display: none;
  }
}


/* max-width: 760px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 600px) {}


/* max-width: 600px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 598px) {
  /* スマホ表示/非表示 */
  body .sumaho {
    display: inline !important;
  }
  body .nosumaho {
    display: none !important;
  }
  body tr.sumaho {
    display: table-row !important;
  }
  /* グリッド（タブレット用） */
  .grid .sg1, .grid .sg2, .grid .sg3, .grid .sg4, .grid .sg5, .grid .sg6, .grid .sg7, .grid .sg8, .grid .sg9, .grid .sg10, .grid .sg11, .grid .sg12, .grid .sg13, .grid .sg14, .grid .sg15, .grid .sg16, .grid .sg17, .grid .sg18, .grid .sg19, .grid .sg20, .grid .sg21, .grid .sg22, .grid .sg23, .grid .sg24 {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
  .grid .sfst {
    clear: none;
  }
  /* グリッド（スマホ用） */
  .grid {
    position: relative;
    width: 100%;
  }
  .grid .ssg1, .grid .ssg2, .grid .ssg3, .grid .ssg4, .grid .ssg5, .grid .ssg6, .grid .ssg7, .grid .ssg8, .grid .ssg9, .grid .ssg10, .grid .ssg11, .grid .ssg12, .grid .ssg13, .grid .ssg14, .grid .ssg15, .grid .ssg16, .grid .ssg17, .grid .ssg18, .grid .ssg19, .grid .ssg20, .grid .ssg21, .grid .ssg22, .grid .ssg23, .grid .ssg24 {
    position: relative;
    float: left;
    margin-left: 2.5% !important;
  }
  .grid .ssg1 {
    width: 1.77083%;
  }
  .grid .ssg2 {
    width: 6.04167%;
  }
  .grid .ssg3 {
    width: 10.3125%;
  }
  .grid .ssg4 {
    width: 14.58333%;
  }
  .grid .ssg5 {
    width: 18.85417%;
  }
  .grid .ssg6 {
    width: 23.125%;
  }
  .grid .ssg7 {
    width: 27.39583%;
  }
  .grid .ssg8 {
    width: 31.66667%;
  }
  .grid .ssg9 {
    width: 35.9375%;
  }
  .grid .ssg10 {
    width: 40.20833%;
  }
  .grid .ssg11 {
    width: 44.47917%;
  }
  .grid .ssg12 {
    width: 48.75%;
  }
  .grid .ssg13 {
    width: 53.02083%;
  }
  .grid .ssg14 {
    width: 57.29167%;
  }
  .grid .ssg15 {
    width: 61.5625%;
  }
  .grid .ssg16 {
    width: 65.83333%;
  }
  .grid .ssg17 {
    width: 70.10417%;
  }
  .grid .ssg18 {
    width: 74.375%;
  }
  .grid .ssg19 {
    width: 78.64583%;
  }
  .grid .ssg20 {
    width: 82.91667%;
  }
  .grid .ssg21 {
    width: 87.1875%;
  }
  .grid .ssg22 {
    width: 91.45833%;
  }
  .grid .ssg23 {
    width: 95.72917%;
  }
  .grid .ssg24 {
    width: 100%;
  }
  .grid .ssfst {
    margin-left: 0 !important;
    clear: left;
  }
  .grid:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .grid {
    display: inline-block;
  }
  .grid {
    display: block;
  }
  #nav {
/**    display: none; **/
  }
  #topicpath {
    display: none;
  }
  #links_inner {
    padding: 2% 0 1% 0;
  }
  #links_inner li {
    margin-bottom: 5px;
  }
  #footer_nu_logo a {
    width: 225px;
    height: 30px;
    margin-top: 3%;
  }
  #footer_menu {
    display: none;
  }
  #footer_link {
    margin: 3% 0 1% 0;
  }
  #footer_link li {
    padding-bottom: 2%;
  }
  #footer_copyright {
    text-align: left;
  }
  #sub_bnr {
    padding-bottom: 3%;
  }
  #page_top {
    display: none;
  }
  /* 見出しサイズ調整 */
  h1.type1, h2.type1, h3.type1, h4.type1, h5.type1, h6.type1, span.type1 {
    font-size: 2.0em;
  }
  h1.type1 span.ja, h2.type1 span.ja, h3.type1 span.ja, h4.type1 span.ja, h5.type1 span.ja, h6.type1 span.ja, span.ja.type1 span.ja {
    font-size: 60%;
    line-height: 1.5;
  }
  /* ボタンを押しやすくパディング調整 */
  .btn1 a span {
    padding: 16px 16px 16px 10px;
  }
  .btn2 a span {
    padding: 16px 16px 16px 10px;
  }
  /* リフト運行状況を横スクロール表示 */
  #lift_view {
    overflow: auto;
    width: 100%;
    height: 323px;
  }
  #lift_map {
    width: 725px;
    height: 323px;
  }
  label {
    white-space: normal;
  }
  form table th {
    text-align: left !important;
  }
  /* 見出しタイプ4 */
  h1.type4, h2.type4, h3.type4, h4.type4, h5.type4, h6.type4, span.type4 {
    padding: 5px 40px 5px 16px;
  }
  /* 見出しタイプ5 */
  h1.type5, h2.type5, h3.type5, h4.type5, h5.type5, h6.type5, span.type5 {
    padding: 5px 40px 5px 16px;
  }
  /* 見出し用の背景アイコン */
  .h_mt {
    background-position: 99.5% bottom;
  }
  .h_snow {
    background-position: 98% bottom;
  }
}


/* max-width: 598px */


/*--------------------------------------------------------------------------------
*/

@media screen and (max-width: 320px) {}


/* max-width: 320px */

body.nfp .nfp_none {
  display: none !important;
}

body.nfp .inner {
  margin: 0;
}

body.nfp {
  background: none;
}

body.nfp #header {
  display: none !important;
}

body.nfp #slides {
  display: none !important;
}

body.nfp #nav {
  display: none !important;
}

body.nfp #contents {
  margin: 0;
  padding: 0;
  background: none;
}

body.nfp #contents_inner {
  margin: 0;
  padding: 0;
  background: none;
}

body.nfp #main {
  width: 650px;
}

body.nfp #topicpath {
  display: none !important;
}

body.nfp h2 {
  display: none !important;
}

body.nfp .lift_legend {
  display: none !important;
}

body.nfp #area-link {
  display: none !important;
}

body.nfp #sub {
  display: none !important;
}

body.nfp #footer {
  display: none !important;
}

.abs {
  position: absolute !important;
}

.rel {
  position: relative !important;
}

.abs-l {
  position: absolute !important;
  left: 0 !important;
}

.abs-r {
  position: absolute !important;
  right: 0 !important;
}

.abs-t {
  position: absolute !important;
  top: 0 !important;
}

.abs-b {
  position: absolute !important;
  bottom: 0 !important;
}

.abs-tr {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

.abs-tl {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.abs-br {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
}

.abs-bl {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
}

.pos0 {
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

.ma0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ma1 {
  margin: 1px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ma2 {
  margin: 2px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ma3 {
  margin: 3px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ma4 {
  margin: 4px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ma5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ma6 {
  margin: 6px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ma7 {
  margin: 7px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ma8 {
  margin: 8px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ma9 {
  margin: 9px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ma10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ma20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ma25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ma30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ma35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ma40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ma45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ma50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pa0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pa1 {
  padding: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pa2 {
  padding: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pa3 {
  padding: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pa4 {
  padding: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pa5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pa6 {
  padding: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pa7 {
  padding: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pa8 {
  padding: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pa9 {
  padding: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pa10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

#newsArticle img.mid {
  width: auto;
}
#newsArticle ul li {
  line-height: 1.8;
}

table.full {
  width: 100%;
  font-size: 0.8em;
}

.tc {
  text-align: center;
}

h2.type2 {
  color: #333;
  font-size: 29px;
  word-break: break-word;
}

#newsArticle h3, #newsArticle table caption {
  font-size: 26px;
  line-height: 2;
}

#newsArticle .box .mt5 img {
  width: auto;
  max-width: 100%;
}
.s, small {
  font-size: 80%;
  line-height: 1.4;
}

ul.liner li {
    display: inline;
    float: left;
    padding-right: 10px;
}

/**** OLD ****/

#yukiyama {
    width: 100%;
/*    height: 100%; */
    height: 2600px;
}

#yukiyama iframe {
    display: block;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

#newsArticle .appform {
    width: 100%;
    position: relative;
}

.appform table {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9em;
    background-color: #eee;
}

.appform table tr {
    border-bottom: 1px solid #eee;
}

.appform table th {
    text-align: left;
    vertical-align: top;
    background-color: #ccc;
    padding: 10px;
}

.appform table td {
    width: 100%;
    display: block;
}

.appform table th span {
    font-size: 0.8em;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    background-color: #fc5000;
    float: right;
}

.appform table td input,
.appform table td textarea {
    padding: 9px;
    margin: 8px;
    line-height: 1.2;
}

.appform table td ul {
    display: inline-block;
    margin: 10px;
}
.appform table td ul li {
    font-size: 0.8em;
    font-weight: bold;
}
.appform table td ul li:before {
    content: ">";
    display: inline-block;
    margin-right: 5px;
}
.appform > p {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
div.wpcf7 {
    position: relative;
    z-index: 10;
}
.appform > p .ajax-loader {
    background-image: none !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover;
    top: 0;
    position: absolute;
    background-color: rgba(1,1,1,0.5);
}
.appform > p input {
    background-color: #fc5000;
    border: 1px solid #ddd;
    border-bottom: 2px solid #444;
    border-right: 2px solid #444;
    padding: 10px 20px;
    font-size: 1em;
    margin: 10px;
    display: block;
    width: 12em;
    color: #fff;
}
.appform > p .wpcf7-back {
    background-color: #666;
}
#newsArticle .wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 20px;
    width: 80%;
    margin: 30px auto;
}
.appform > p input.wpcf7c-force-hide + .ajax-loader:before {
    content: "";
}
.appform > p .ajax-loader:before {
    content: "Sending...";
    color: #fff;
    font-size: 3vw;
    top: 45%;
    left: 44%;
    position: absolute;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .appform table {
        width: 100%;
    }
    .appform table td input,
    .appform table td textarea {
        width: calc(100% - 17px);
    }
    .appform table td input[type=radio] {
        width: 10%;
    }
}
#newsArticle img.alignnone {
    width: initial;
    display: block;
/***    max-width: 50%; ***/
}
#newsArticle img.aligncenter {
    margin: 10px auto 20px auto;
    width: initial;
    display: block;
/***    max-width: 50%; ***/
}
#newsArticle img.alignleft {
    margin: 10px auto 20px 0;
    width: initial;
    display: block;
/***    max-width: 50%; ***/
}
#newsArticle img.alignright {
    margin: 10px 0 20px auto;
    width: initial;
    display: block;
/***    max-width: 50%; ***/
}
#MessageArea {
    width: 100%;
    position: relative;
    margin-top: 160px;
    padding: 5px;
}

#MessageArea .message {
    display: none;
    width: 90%;
    padding: 15px;
    margin: 0 auto;
}

#MessageArea .message h5 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fc5000;
    margin-bottom: 15px;
}

#MessageArea .message a {
    text-decoration: underline;
}

#MessageArea .message > div {
    padding: 15px;
    margin-bottom: 15px;
    border: 10px solid #eee;
}

#MessageArea .message > div:after {
    content: "";
    display: block;
    clear: both;
}

#MessageArea .message div > p {
    width: 70%;
    float: left;
    height: 100%;
    font-size: 1.2rem;
    line-height: 1.6;
}

#MessageArea .message div > img {
    width: 25%;
    margin: 0 0 0 auto;
    display: block;
}
@media screen and (max-width: 1080px) {
    #MessageArea {
        margin-top: 40px;
    }
    #MessageArea .message h5{
        font-size: 1.2rem;
    }
    #MessageArea .message div > p {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.4;
        float: none;
    }
    #MessageArea .message div > img {
        width: 33%;
        display: block;
        margin: 15px auto 20px;
    }
}
#newsArticle .camera {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#newsArticle .camera > div {
    flex-basis: 49%;
}
@media screen and (max-width: 1080px) {
    #newsArticle .camera > div {
        flex-basis: 100%;
    }
}
.blogSection {
    /*max-width: 800px;*/
}
.blogArticle {
    /*max-width: 800px;*/
    margin: 0 auto;
}
.blogArticle p {
    margin-bottom: 15px;
}
.blogArticle p > img {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blogArticle img.fit {
    width: 100%;
}
.blogArticle li {
    line-height: 1.5;
    margin-bottom: 4px;
}
.ac-content {
    line-height: 1.4;
}
