@charset "utf-8";

/***********************************************************

  駐車場 満空情報

***********************************************************/
.pMankuu {
  background-color: #00613b;
  box-shadow: 1px 1px 1px 0 #3b9a74 inset;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #00613b;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 20px);
}
.pMankuu_link {
  margin-bottom: 30px;
  text-align: right;
  padding-right: 15px;
  font-size: 13px;
}
.pMankuu_link a {
  border: none;
  padding-left: 11px;
  position: relative;
  display: inline-block;
}
.pMankuu_link a::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 10px;
  top: 2px;
  left: 0;
  background-image: url(../img/pmankuu/link-arr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.pMankuu .c-body {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #3b9a74;
}
.pMankuu_b {
  display: flex;
}
.pMankuu_b > div {
  box-sizing: border-box;
  width: calc( 100% / 3 );
  text-align: center;
}
.pMankuu_b > div .c-ttl {
  font-weight: bold;
  margin-bottom: 8px;
  color: #025232;
}
.pMankuu_b > div img {
  max-width: 100%;
}
.pMankuu_b_p1 {
  padding: 10px 10px 10px 0;
}
.pMankuu_b_p2 {
  border-right: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  padding: 10px;
}
.pMankuu_b_p3 {
  padding: 10px 0 10px 10px;
}
.pMankuu_b .c-inner .pMankuu-status {
  width: 70px;
}
.pMankuu_h {
  box-sizing: border-box;
  position: relative;
  min-height: 30px;
  margin-bottom: 10px;
}
.pMankuu_h_txt .c-ttl {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  display: inline-block;
  margin-top: 6px;
}
.pMankuu_h_txt .c-ttl::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  background-image: url(../img/pmankuu/icon-p.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: -3px;
  left: 1px;
  position: absolute;
}
.pMankuu_h_update {
  position: absolute;
  top: 0;
  right: 0;
  /*
  background: #002818;
  background: linear-gradient(0deg, rgb(0, 24, 14) 0%, rgba(0,63,38,1) 100%);
  */
  background-color: #fff;
  padding: 6px 0;
  width: 104px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
}
.pMankuu_h_update:hover {
  cursor: pointer;
}
.pMankuu_h_update img {
  transition: 0.3s;
}
.pMankuu_h_update:hover img {
  opacity: 0.7;
}
.pMankuu_time {
  text-align: center;
  margin-top: 8px;
}
.pMankuu_time .c-time {
  font-size: 12px;
  color: #1b4735;
}
@media all and (max-width: 768px) {
  .pMankuu {
    width: 100%;
    max-width: 538px;
  }
  .pMankuu_link {
    padding-right: 0;
    max-width: 538px;
  }
  .pMankuu_h_txt .c-ttl {
    font-size: 16px;
    padding-left: 28px;
    margin-top: 7px;
  }
  .pMankuu_h_txt .c-ttl::before {
    width: 20px;
    height: 20px;
  }
  .pMankuu_b {
    display: block;
  }
  .pMankuu_b > div {
    width: 100%;
    padding: 10px;
  }
  .pMankuu_b > div .c-ttl {
    margin-bottom: 0;
  }
  .pMankuu_b_p2 {
    border-left: none;
    border-right: none;
  }
  .pMankuu_b_p1,
  .pMankuu_b_p2 {
    border-bottom: 1px solid #a2a2a2;
  }
  .pMankuu_b .c-inner {
    display: flex;
    align-items: center;
  }
  .pMankuu_b .c-inner > div {
    box-sizing: border-box;
  }
  .pMankuu_b .c-inner .c-ttl {
    text-align: right;
    padding-right: 5px;
    width: 54%;
  }
  .pMankuu_b .c-inner .pMankuu_b_img {
    text-align: left;
    padding-left: 5px;
    width: 46%;
  }
  .pMankuu_b .c-inner .pMankuu-status {
    width: 60px;
  }
}
@media all and (max-width: 640px) {
  .pMankuu {
    max-width: 100%;
    padding: 5px;
  }
  .pMankuu_h {
    margin-bottom: 5px;
  }
}