@charset "UTF-8";

.pageBody {
    background: #F2F2F2;
    padding: 25px 0 0;
}

.pageBody_inner img {
    max-width: 100%;
    height: auto;
}

/* ライブカメラ */
.visual_title {
    text-align: center;
    margin: 0 0 13px;
}

.visual_image {
    position: relative;
    z-index: 1;
}

.visual_text {
    font-size: 23px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 2;
    padding: 40px 0;
}

.visual_text .icon-info {
    margin: 0 10px 0 0;
}

.visual_info {
    display: table;
    width: 100%;
    background: #21BEBE;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
}

.visual_info_titleCol {
    width: 35%;
}

.visual_info_dayCol {
    border-left: 1px solid #AAE5E5;
    border-right: 1px solid #AAE5E5;
    width: 25%;
}

.visual_info_timeCol {
    width: 40%;
}

.visual_col {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
}

.visual_info_height {
    display: inline-block;
    font-size: 68px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../media/live_cam/bg-height.png) 0 50% no-repeat;
    background-size: 24px 48px;
    padding: 0 0 0 32px;
    font-weight: normal
}

.is-ltIE8 .visual_info_height {
    background-image: url(../media/live_cam/bg-height_ie8.png);
}

.visual_day {
    font-size: 70px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.visual_time {
    font-size: 70px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.visual_caution {
    text-align: center;
    margin-top: 10px;
}

/* ライブカメラ */
.live {
    margin: 41px 0;
}

.live_headline {
    text-align: center;
    margin: 0 0 17px;
}

.live_inner {
    color: #fff;
    text-align: center;
}

.live_txtCol {
    width: 421px;
    background: #3196C8;
    padding: 50px 0 0 40px;
    height: 322px;
}

.live_imgCol {
    text-align: center;
    width: 529px;
    background: #000;
    height: 372px;
}

.live_imgCol a {
    display: block;
    background: #f2f2f2;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    line-height: 1;
}

.live_imgCol a > video {
    width: 100%;
    height: auto;
}

.live_imgCol a:hover {
    opacity: 0.8;
}

.live_col {
    line-height: 1.1;
    text-align: left;
    float: left;
}

.live_table {
    font-size: 31px;
    margin: 0px 0 28px;
}

.live_table th {
    font-weight: normal;
    text-align: left;
    padding: 6px 1em 6px 0;
}

.live_icon {
    position: absolute;
    z-index: 1;
    line-height: 1;
    font-size: 80px;
    color: #fff;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    opacity: 0.8;
}

.is-play .live_icon {
    display: none;
}

.live_text {
    font-size: 15px;
    line-height: 1.5;
}

.map {
    margin-top: 5%;
}

.map_title {
    text-align: center;
    margin-bottom: 16px;
}

.map_img {
    position: relative;
}

.map_img > a {
    position: absolute;
    display: block;
}

.map_img > a.-mida {
    top: 29%;
    left: 31.5%;
    width: 2.7%;
    height: 28%;
}

.map_img > a.-muro {
    top: 25%;
    left: 40.5%;
    width: 2.5%;
    height: 20%;
}

.map_img > a.-dai {
    top: 27%;
    left: 49.2%;
    width: 2.5%;
    height: 24%;
}

.map_img > a.-kurobe {
    top: 46%;
    left: 64.5%;
    width: 2.5%;
    height: 28%;
}

.map_img > a.-kurobedaira {
    top: 35%;
    left: 56%;
    width: 2.5%;
    height: 24%;
}

.map_img > a.-tate {
    top: 4.5%;
    left: 42.5%;
    width: 2.5%;
    height: 16%;
}

.liveCam_list span.icon-blank {
    left: 37%;
}

.information {
    background: #0E5DB1;
    padding: 20px 0;
    margin-top: 70px;
}

.information_inner {
    padding: 0 20px;
    width: auto;
}

.infoStatus {
    margin-bottom: 10px;
}

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

.infoStatus_cols {
    display: table;
    width: 100%;
}

.infoStatus_cols:after {
    content: "";
    display: block;
    clear: both;
}

.infoStatus_col {
    display: table-cell;
    vertical-align: middle;
}

.infoStatus_col-no1 {
    width: 126px;
}

.infoStatus_title {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.infoStatus_title > .icon {
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.infoStatus_title > b {
    display: block;
    padding-left: 35px;
}

.infoStatus_col-no2 {
}

.infoStatus_listWrap {
    background: #fff;
    border-radius: 3px;
    padding: 6px 10px;
}

.information_list {
    list-style: none;
}

.information_list > li {
    margin-top: 5px;
    position: relative;
    z-index: 1;
    line-height: 23px;
    font-size: 0;
}

.information_text time {
    color: #0E5DB1;
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}

.information_list > li:first-child {
    margin-top: 0;
}

.information_list > li:nth-child(2n+1) {
}

.information_list > li > .icon {
    font-size: 14px;
}

.information_list > li > .icon-alert {
    color: #EA6893;
    font-size: 18px;
    margin-right: 10px;
}

.information_icon {
    display: inline-block;
    vertical-align: middle;
    background: #05A3E1;
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    padding: 0 10px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
}

.information_text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.information_icon-tateyama {
    background-color: #17AE54;
    width: 90px;
}

.information_icon-wait {
    background-color: #FF5C26;
}

.information_icon-ootani {
    background-color: #D071FF;
}

.information_icon-oogizawa {
    background-color: #3777C9;
    width: 90px;
}

.news {
    position: relative;
    z-index: 1;
    margin: 50px 0;
}

.news_title {
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 9px;
    font-weight: normal;
}

.news_list {
    list-style: none;
}

.news_list li:first-child a {
    border-top: 1px solid #ccc;
}

.news_list li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: inherit;
}

.news_list li a.-alert {
    background-color: #FEE8E8;
}

.news_list li a.-alert:hover {
    background-color: #FDD3D3;
}

.news_list li a:hover {
    background: rgba(255, 255, 255, 0.69);
}

.news_list li time {
    font-size: 11px;
    display: inline-block;
    margin: 0 4px 0 0;
}

.news_list_icon {
    display: inline-block;
    background: #777;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    width: 49px;
    text-align: center;
    line-height: 17px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.news_list_icon-new {
    background-color: #FF4000;
}

.news_list_icon-store {
    background-color: #8BB600;
}

.news_list_icon-news {
    background-color: #FF9900;
}

.news_list_icon-special {
    background-color: #E40AC0;
}

.news_list_title {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
}

.news_link {
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.news_link a {
    display: block;
    border-radius: 4px;
    font-size: 14px;
    color: #198BCC;
    text-align: center;
    line-height: 38px;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.news_link a:hover {
    text-decoration: underline;
}

.news_link a .icon {
    margin: 0 0 0 10px;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
    .pageBody {
        padding: 2.5% 0 0;
    }

    /* ライブカメラ */
    .visual_title {
        margin: 0 0 2%;
    }

    .visual_col {
        height: 100px;
    }

    .visual_info_height {
        font-size: 45px;
        background-size: 17px auto;
        padding: 0 0 0 22px;
    }

    .visual_day {
        font-size: 45px;
    }

    .visual_time {
        font-size: 45px;
    }

    /* ライブカメラ */
    .live {
        margin: 4% 0;
    }

    .live_headline {
        margin: 0 0 12px;
    }

    .live_col {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .live_txtCol {
        padding: 20px;
        height: auto;
    }

    .live_imgCol {
        height: auto;
        overflow: hidden;
    }

    .live_table {
        font-size: 26px;
        margin: 0px 0 10px;
    }

    .live_table th {
        padding: 3px 0.8em 3px 0;
        white-space: nowrap;
    }

    .live_table td {
        white-space: nowrap;
    }

    .live_icon {
        font-size: 60px;
        margin: -30px 0 0 -30px;
    }

    .live_text {
        font-size: 14px;
    }

    .map_title {
        margin-bottom: 10px;
    }

    .visual_text {
        font-size: 19px;
    }

    .liveCam_list span.icon-blank {
        left: 140px;
    }

    .information {
    }

    .information_inner {
    }

    .infoStatus {
    }

    .infoStatus:last-of-type {
    }

    .infoStatus_cols {
    }

    .infoStatus_cols:after {
    }

    .infoStatus_col {
    }

    .infoStatus_col-no1 {
    }

    .infoStatus_title {
    }

    .infoStatus_title > .icon {
    }

    .infoStatus_title > b {
    }

    .infoStatus_col-no2 {
    }

    .infoStatus_listWrap {
    }

    .information_list {
    }

    .information_list > li {
    }

    .information_text time {
    }

    .information_list > li:first-child {
    }

    .information_list > li:nth-child(2n+1) {
    }

    .information_list > li > .icon {
    }

    .information_list > li > .icon-alert {
    }

    .information_icon {
    }

    .information_text {
    }

    .information_icon-tateyama {
    }

    .information_icon-wait {
    }

    .information_icon-ootani {
    }

    .information_icon-oogizawa {
    }

    .secondNavi-footer {
    }

    .news {
    }

    .news_title {
        font-size: 17px;
    }

    .news_list {
    }

    .news_list li:first-child a {
    }

    .news_list li a {
    }

    .news_list li a.-alert {
    }

    .news_list li a.-alert:hover {
    }

    .news_list li a:hover {
    }

    .news_list li time {
    }

    .news_list_icon {
    }

    .news_list_icon-new {
    }

    .news_list_icon-store {
    }

    .news_list_icon-news {
    }

    .news_list_icon-special {
    }

    .news_list_title {
    }

    .news_link {
    }

    .news_link a {
    }

    .news_link a:hover {
    }

    .news_link a .icon {
    }

}

@media screen and (max-width:639px) {
    .visual_col {
        height: 50px;
    }

    .visual_info_height {
        font-size: 20px;
        background-size: 8px auto;
        padding: 0 0 0 13px;
    }

    .visual_day {
        font-size: 20px;
    }

    .visual_time {
        font-size: 20px;
    }

    .visual_caution {
        text-align: left;
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    /* ライブカメラ */
    .live {
        margin: 6% 0;
    }

    .live_headline {
        margin: 0 0 8px;
        line-height: 1.3;
    }

    .live_inner {
        display: block;
    }

    .live_txtCol {
        padding: 10px;
        display: block;
    }

    .live_imgCol {
        display: block;
        height: auto;
        margin: 0;
        text-align: center;
    }

    .live_table {
        font-size: 18px;
        margin: 0px 0 5px;
    }

    .map_title {
        margin-bottom: 5px;
    }

    .visual_text {
        font-size: 14px;
        line-height: 200px;
        line-height: 1.5;
        padding: 20px 10px;
    }

    .information {
        margin-top: 35px;
        padding: 15px 0;
    }

    .information_inner {
        padding: 0 10px;
    }

    .infoStatus {
        margin-bottom: 15px;
    }

    .infoStatus:last-of-type {
    }

    .infoStatus_cols {
        display: block;
    }

    .infoStatus_cols:after {
    }

    .infoStatus_col {
        display: block;
        width: auto;
    }

    .infoStatus_col-no1 {
        margin-bottom: 5px;
    }

    .infoStatus_title {
        font-size: 14px;
    }

    .infoStatus_title > .icon {
        font-size: 16px;
        height: 16px;
    }

    .infoStatus_title > b {
        padding-left: 26px;
    }

    .infoStatus_title > b > br {
        display: none;
    }

    .infoStatus_col-no2 {
    }

    .infoStatus_listWrap {
    }

    .information_list {
    }

    .information_list > li {
    }

    .information_text time {
        display: block;
        margin-left: 0;
    }

    .information_list > li:first-child {
    }

    .information_list > li:nth-child(2n+1) {
    }

    .information_list > li > .icon {
    }

    .information_list > li > .icon-alert {
        font-size: 14px;
    }

    .information_icon {
        padding: 0 5px;
        line-height: 15px;
        font-size: 10px;
    }

    .information_text {
        font-size: 12px;
        line-height: 1.6;
    }

    .information_icon-tateyama {
    }

    .information_icon-wait {
    }

    .information_icon-ootani {
    }

    .information_icon-oogizawa {
    }

    .secondNavi-footer {
    }

    .news {
        margin: 35px 0;
    }

    .news_title {
        font-size: 15px;
    }

    .news_list {
    }

    .news_list li:first-child a {
    }

    .news_list li a {
    }

    .news_list li a.-alert {
    }

    .news_list li a.-alert:hover {
    }

    .news_list li a:hover {
    }

    .news_list li time {
        font-size: 10px;
    }

    .news_list_icon {
    }

    .news_list_icon-new {
    }

    .news_list_icon-store {
    }

    .news_list_icon-news {
    }

    .news_list_icon-special {
    }

    .news_list_title {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        margin: 5px 0 0;
    }

    .news_link {
        margin: 15px 0 0;
        position: static;
    }

    .news_link a {
        background: #198BCC;
        font-size: 14px;
        line-height: 36px;
        position: relative;
        z-index: 1;
        color: #fff;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .news_link a:hover {
        text-decoration: none;
        opacity: .7;
    }

    .news_link a .icon {
    }

}
