body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mv_ttlArea-label {
  background: #4B2B18;
}

.mv_ttlArea-labelImg {
  padding: 0;
}
.contents {
  margin-top: 250px;
}
#mv {
  padding-bottom: 250px;
}
.section_inner {
  margin-bottom: 40px;
}
.section_status {
  margin-bottom: 20px;
}
.section_status-head {
  font-size: 1.5rem;
  min-height: 40px;
}
.section_status-head span {
  font-size: 1.3rem;
}
.section_status li {
  width: 30%;
}
.section_status li img {
  height: 154px;
}
.section_opening_hour {
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.section_status-list {
  margin-top: 0;
}
.numDisplay {
  margin-top: 10px;
}
.is-mobile {
  display: none;
}
.section_status-head {
  min-height: 65px;
}

@media screen and (max-width: 768px) {
  .section_inner {
    max-width: 95%;
    margin-bottom: 0;
  }
  .section_status li {
    width: 50%;
    padding: 0 5px;
  }
  .section_status-head {
    min-height: 30px;
  }
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .section_status {
    margin-bottom: 7px;
  }
  .section_opening_hour {
    font-size: 15px;
  }
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}

.section_status-head .otoko_blue,
.section_status-head .onna_red {
  display: inline-block;
  min-width: 110px;
  color: #000000;
  padding: 5px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.3rem;
}
.otoko_blue {
  background-color: #64B5F6;
}
.onna_red {
  background-color: #E57373;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#loading.active {
  display: block;
}
