@charset "utf-8";

/* CSS Document */
html {
  background-color: #27356E;
  color:#27356E;
}

#container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 97vh;
  background: #27356E ;
  display: flex;
  justify-content: space-around;
}
.wrap_rest{
  background-color: #fff;
  width: calc(100% / 3);
  margin: 10px;
  padding-bottom: 20px;
}

.ttl{
  background-color: #5869AC;
  color:#fff !important;
  text-align: center;
  padding: 15px;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.img_ttl{
  width: 100%;
  height: 180px;
  margin: 0 auto;
  display: block;
}

.time{
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
  color: #27356E;
}

.time dd{
  width: 25%;
  margin: 0;
}

.time dt{
  width: 75%;
  margin: 0;
}

.ttl_congesting{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
}

.nowtime{
  width: 95%;
  background-color: #27356E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.box_status{
  border-top: solid 4px #2e1006;
}

.wrap_bigbath{
  background-color: #fff;
  width: calc(100% / 3);
  margin: 10px;
  padding-bottom: 20px;
}

.wrap_bigbath .time dd{
  width: 45%;
}

.wrap_bigbath .time dt{
  width: 55%;
}

.box_status{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.box_status div{
  text-align: center;
}

.box_status span{
  display: flex;
  align-items: center;
  color: #2E1006;
  font-size: 30px;
  font-weight: bold;
  justify-content: space-around;
  box-sizing: border-box;
  width: 50%;
}

.class_bigbath{
  background-color: #5869AC;
  color: #fff;
  font-weight: bold;
  margin: 10px 0;
  font-size: 21px;
  padding: 10px;
}

.box_women,.box_men  {
  padding: 5px;
width: 50%;
}

.box_sq span,.box_women span,.box_men span{
  display: flex;
  justify-content: space-around;
  color: #6e99ce;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.box_sq,.box_women .box_now,.box_men .box_now{
  padding: 0;
}

.box_now{
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.box_now p{
  width: 100%;
 box-sizing: border-box;;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: opacity(0.2);
}

.komi1 p:nth-of-type(1){
  border: solid 3px #C95656;
  filter: none;
}

.komi2 p:nth-of-type(2){
  border: solid 3px #C95656;
  filter: none;
}

.komi3 p:nth-of-type(3){
  border: solid 3px #C95656;
  filter: none;
}

  .stat01::before{
 content:"" ;
 background-image: url(/congesting02/images/stat01.png);
 background-size: contain;
 width: 100px;
 height: 100px;
 background-position: center center;
 background-repeat: no-repeat;
}
.stat02::before{
  content:"" ;
  background-image: url(/congesting02/images/stat02.png);
  background-size: contain;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

.stat03::before{
  content:"" ;
  background-image: url(/congesting02/images/stat03.png);
  background-size: contain;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

 .box_status span.stat04{
  justify-content: center;
  width: 100%;
}

 .box_sq span::before, .box_women span::before,.box_men span::before{
  width: 80px;
  height: 80px;
}

.adj_margin_time{
  margin-top:1em;
  margin-bottom:1em;
}

.box_status .class_rest{
  color: #27356E;
  font-size: 36px;
  font-weight: bold;
}

.wrap_kashikiri{
  background-color: #fff;
  margin: 10px;
  padding-bottom: 20px;
  width: calc(100% / 3);
}

.wrap_hotspring09{
  border: solid 6px #5691C9;
  padding: 0px 5px;
  margin: 0 5px;
}

.wrap_hotspring09 img{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.wrap_hotspring09 p{
  color: #27356E;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}

.wrap_hotspring09 p .kashikiri_text01{
  font-size: 24px;
}

.wrap_hotspring09 p .kashikiri_text02{
  font-size: 24px;
  vertical-align: middle;
}
.box_sq{
 padding:5px;
 width:70%;
}
.txt_cong_first{
 margin-left:20px;
}
.txt_cong_second{
  margin-left:60px;
}
table.time{
 text-align: left;
}
table.time th {
    padding: 0;
    width: 90px;
}
