@charset "UTF-8";
/* CSS Document */

/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
  .live-cams-wrap h3 {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 60px;
    text-align: left;
  }

  .new-photo-list {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }

  .new-photo-list li {
    width: 23.5%;
    padding-bottom: 54px;
  }

  .new-photo-list li + li {
    margin-left: 2%;
  }

  .new-photo-list li h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
  }

  .new-photo-list li h4 span {
    font-size: 14px;
    line-height: 1em;
  }

  .new-photo-list li p,
  .new-photo-list .camera_status {
    font-size: 12px;
    margin: 8px 0 0 0;
  }

  .new-photo-list .camera_status {
    display: flex;
    justify-content: flex-start;
  }

  .new-photo-list .camera_status .temp {
    margin-right: 5px;
  }

  .new-photo-list .camera_status .hum {
    margin-left: 5px;
    margin-right: 5px;
  }

  .new-photo-list .camera_status .press {
    margin-left: 5px;
  }

  .new-photo-list li h4 + .img-box {
    margin-top: 10px;
  }

  .new-photo-list li p + .img-box {
    margin-top: 10px;
  }

  .new-photo-list li .img-box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
  }

  .new-photo-list li .img-box img {
    width: 100%;
    height: auto;
  }

  .new-photo-list li .img-box .update-time {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    z-index: 1;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333,
      1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  }

  .new-photo-list li button {
    border: 0;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: 0.3s;
    margin-top: 52px;
    position: relative;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
  }

  .new-photo-list li:last-child button {
    margin-top: 8px;
  }
  .new-photo-list li button.izora24 {
    margin-top: 32px !important;
  }
  .new-photo-list li:nth-child(3) .camera_status + button {
    margin-top: 26px;
  }

  .new-photo-list li button:hover:after {
    opacity: 0.7;
  }

  .new-photo-list li button:hover i {
    opacity: 0.7;
  }

  .new-photo-list li button:after {
    content: "履歴をみる";
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #1d315a;
    display: inline-block;
    margin-left: 40px;
  }

  body.en .new-photo-list li button:after {
    content: "See history";
  }

  body.zh .new-photo-list li button:after {
    content: "查看历史记录";
  }

  body.ko .new-photo-list li button:after {
    content: "이력 보기";
  }

  .new-photo-list button.is-active:after {
    content: "履歴を表示中";
  }

  body.en .new-photo-list button.is-active:after {
    content: "History displayed";
  }

  body.zh .new-photo-list button.is-active:after {
    content: "正在显示历史记录";
  }

  body.ko .new-photo-list button.is-active:after {
    content: "이력 표시중";
  }

  .new-photo-list button i:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1d315a;
    border-right: 2px solid #1d315a;
    transform: rotate(135deg) translateY(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  .new-photo-list button.is-active i:before {
    bottom: 0;
    left: 8px;
    transform: rotate(-45deg) translateY(-50%);
  }

  .live-cams-wrap .panel02 {
    width: 100%;
    box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.25) inset;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: top;
    transition: 0.3s;
    position: absolute;
  }

  .live-cams-wrap .panel02.is-show {
    transform: translateY(0);
    opacity: 1;
    position: relative;
  }

  .live-cams-wrap .panel02:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25) inset;
  }

  .live-cams-wrap .panel02 .panel02-inner {
    padding: 40px 24px;
    position: relative;
    width: 100%;
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
  }

  .live-cams-wrap .panel02.is-show .panel02-inner:before {
    content: "";
    position: absolute;
    top: -28px;
    width: 54px;
    height: 54px;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
    transform: rotate(135deg);
    background: #fff;
    z-index: 5;
  }

  .live-cams-wrap .panel02.is-show._box01 .panel02-inner:before {
    left: 6em;
  }

  .live-cams-wrap .panel02.is-show._box02 .panel02-inner:before {
    left: 34%;
  }

  .live-cams-wrap .panel02.is-show._box03 .panel02-inner:before {
    left: 60%;
  }

  .live-cams-wrap .panel02.is-show._box04 .panel02-inner:before {
    left: 85%;
  }

  .live-cams-wrap .panel02 h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: #1d315a;
    margin-bottom: 32px;
  }

  .cams-photo-list {
    width: 100%;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-inline-start: 0;
    margin-bottom: 0;
  }

  .cams-photo-list li {
    width: 15.5%;
    margin-left: 1.4%;
    margin-bottom: 16px;
    text-align: center;
  }

  .cams-photo-list li:nth-child(6n + 1) {
    margin-left: 0;
  }

  .cams-photo-list li figure img {
    width: 100%;
    margin-bottom: 8px;
  }

  .cams-photo-list li figure {
    margin-bottom: 0;
  }

  .cams-photo-list li figcaption {
    font-size: 14px;
    line-height: 22px;
  }

  .cams-photo-list li a:hover figcaption {
    color: #1d315a;
  }

  .history-btn {
    display: none;
  }

  .new-live-photo {
    display: none;
  }

  .live-cams-wrap .panel02 .more-btn {
    display: none;
  }
}

/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
  .live-cams-wrap h3 {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .new-photo-list {
    display: none;
  }

  .new-live-photo {
    padding-left: 0;
    padding-right: 0;
  }

  .new-live-photo > h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .new-live-photo > h4 span {
    font-size: 14px;
  }

  .new-live-photo > h4 + p {
    font-size: 14px;
  }

  .new-live-photo > h4 + .img-box {
    margin-top: 16px;
  }

  .new-live-photo .img-box {
    width: 100%;
    position: relative;
  }

  .new-live-photo .img-box img {
    width: 100%;
  }

  .new-live-photo p,
  .new-live-photo .camera_status {
    font-size: 14px;
    margin: 8px 0 0 0;
  }

  .new-live-photo .camera_status {
    display: flex;
    justify-content: flex-start;
  }

  .new-live-photo .camera_status .temp {
    margin-right: 5px;
  }

  .new-live-photo .camera_status .hum {
    margin-left: 5px;
    margin-right: 5px;
  }

  .new-live-photo .camera_status .press {
    margin-left: 5px;
  }

  .new-live-photo .img-box .update-time {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #fff;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333,
      1px -1px 0 #333, 0px 1px 0 #333, 0-1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  }

  .more-btn {
    border: 0;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    transition: 0.3s;
    margin-top: 16px;
    margin-left: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    margin-bottom: 24px;
  }

  .more-btn:after {
    content: "履歴をみる";
    font-weight: bold;
    font-size: 16px;
    line-height: 0;
    color: #1d315a;
    display: inline-block;
    margin-left: 40px;
  }

  body.en .more-btn:after {
    content: "See history";
  }

  body.zh .more-btn:after {
    content: "查看历史记录";
  }

  body.ko .more-btn:after {
    content: "이력 보기";
  }

  .more-btn.is-show:after {
    content: "履歴を表示中";
  }

  body.en .more-btn.is-show:after {
    content: "History displayed";
  }

  body.zh .more-btn.is-show:after {
    content: "正在显示历史记录";
  }

  body.ko .more-btn.is-show:after {
    content: "이력 표시중";
  }

  .more-btn i:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1d315a;
    border-right: 2px solid #1d315a;
    transform: rotate(135deg) translateY(-50%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  .more-btn.is-show i:before {
    bottom: 0;
    left: 8px;
    transform: rotate(-45deg) translateY(-50%);
  }

  .live-cams-wrap .panel02 {
    width: 100%;
    position: relative;
    display: block;
  }

  .live-cams-wrap .panel02 + .panel02 {
    margin-top: 32px;
  }

  .live-cams-wrap .panel02 .panel02-inner {
    padding: 24px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.25) inset;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;
    display: none;
  }

  .live-cams-wrap .panel02 .panel02-inner:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25) inset;
  }

  .live-cams-wrap .panel02 .panel02-inner:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 60px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
    transform: rotate(135deg);
    background: #fff;
    z-index: 5;
  }

  .live-cams-wrap .panel02 .sp-scroll {
    overflow-x: scroll;
  }

  .live-cams-wrap .panel02-inner h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: #1d315a;
    margin-left: 16px;
    margin-bottom: 8px;
  }

  .cams-photo-list {
    width: max-content;
    padding-inline-start: 0;
  }

  .cams-photo-list li {
    width: 140px;
    margin-bottom: 0;
    text-align: center;
    float: left;
  }

  .cams-photo-list li:first-child {
    margin-left: 16px;
  }

  .cams-photo-list li:last-child {
    margin-right: 16px;
  }

  .cams-photo-list li + li {
    margin-left: 24px;
  }

  .cams-photo-list li figure img {
    width: 100%;
    margin-bottom: 8px;
  }

  .cams-photo-list li figure {
    margin-bottom: 0;
  }

  .cams-photo-list li figcaption {
    font-size: 14px;
    line-height: 22px;
  }

  .cams-photo-list li a:hover figcaption {
    color: #1d315a;
  }
}
