@charset "UTF-8";
/******************************************
  全体共通
******************************************/
html, body {
  font-size: 100%;
  background-color: #333;
}
body > * {
  color: #333;
}
#wrap {
  height: 100%;
  min-height: 100%;
}

/******************************************
  MV
******************************************/
#mv {
  width: 100%;
  background-size: 100%;
  padding-bottom: 380px;
  position: fixed;
  top: 0;
  z-index: -1;
}
.mv_ttlArea-label {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_ttlArea-label.ootoya_oursinn {
  width: 100%;
  background: #fff;
  text-align: center;
  display: block;
}
.mv_ttlArea-label.ootoya_oursinn img{
  max-height: 345px;
  max-width: 100%;
}
.mv_ttlArea-labelImg {
  width: 250px;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.mv_ttlArea-label.ootoya_oursinn .mv_ttlArea-labelImg {
  width: auto;
}
@media screen and (max-width: 768px) {
  #mv {
    background-size: cover;
  }
}

/******************************************
  contents
******************************************/
.contents {
  background: #fff;
  margin-top: 380px;
}
.contents.ootoya_oursinn {
  margin-top: 330px;
}
.contents.konoike-factory {
  margin-top: 38px;
}

/******************************************
  section
******************************************/
section {
  padding-bottom: 40px;
}
section.section_noPdbm {
  padding-bottom: 0;
}
.section_head {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
.section_inner {
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
}
.section_status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .section_head {
    margin-bottom: 0;
  }
}

/******************************************
  混雑状況
******************************************/
.section_status li {
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #cfcfcf;
}
.section_status li:first-child {
  margin-right: 0;
}
.section_status li:last-child {
  border-right: none;
}
.section_status li img {
  width: 100%;
}
.section_status-head {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.section_name {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section_inner {
    width: 100%;
    max-width: 90%;
  }
  .section_menu li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section_menu li img {
    height: 180px;
  }
  .section_status li {
    width: calc(90% / 2);
    padding: 0 20px;
    margin-top: 40px;
  }
  .section_status li:nth-last-child() {
    border-right: none;
  }
  .section_status-list-inner {
    flex-direction: column;
  }
  .section_status-list-inner h3 {
    margin-bottom: 20px;
  }
  .section_status-list-inner li {
    width: calc(100% / 5);
    margin-right: 5px;
  }
  .section_status-list-inner li img.sleep_icon {
    width: 82px;
    height: 72px;
  }
}

/******************************************
  混雑一覧
******************************************/
.section_status-list {
  padding: 20px 0;
  background: #dadada;
  margin: 40px auto 0 auto;
}
.section_status-list-inner {
  display: flex;
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.section_status-list-inner h3 {
  font-weight: bold;
  margin-right: 20px;
}
.section_msg {
  margin-top: 30px;
  text-align: center;
  color: #e63c3c;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px)  {
  .section_status-list-inner h3 {
    margin-right: 0 !important;
  }
}

.section_status-list-inner ul {
  display: flex;
  justify-content: center;
}
.section_status-list-inner li {
  width: 90px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 10px;
}
.section_status-list-inner li:last-child {
  margin-right: 0;
}
.section_status-list-inner li img {
  width: 72px;
  height: 72px;
}

/******************************************
  パーツ
******************************************/
.logo {
  width: 135px;
  margin: 6px;
}
.icon-name {
  margin-top: 10px;
  font-size: .8rem;
  font-weight: bold;
  line-height: .8rem;
}
.icon-name.eng {
  margin-top: 3px;
}

/******************************************
  footer
******************************************/
footer {
  background-color: #333;
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0;
  width: 90%;
  max-width: inherit;
  margin: 0 auto;
}
footer .ft-logo {
  background: url(../img/svg/AirSTATUS_yoko_white.svg) no-repeat;
  height: 23px;
  width: 239px;
}
footer .copyright {
  font-size: 1.2rem;
}
footer .copyright a {
  color: #fff;
  margin-right: 25px;
}

/******************************************
  個別対応
******************************************/
.konoike_hour {
  margin: 15px 0;
  font-size: 32px;
  font-weight: bold;
}

.konoike-factory .section_status-head {
  min-height: 45px;
}

.konoike_wrap_sign_out_btn {
  text-align: right;
  margin-right: 20px;
}
.konoike_sign_out_btn {
  color: #ffffff;
  font-size: 18px;
  margin-top: 3px;
  padding: 10px 16px;
  border-radius: 5px;
  border: 1px solid #333;
  background-color: orangered;
}
