@charset "UTF-8";

/* ------------------------------------------------------------------
  .mainMap
------------------------------------------------------------------ */
.mainMap iframe {
  width: 100%;
  height: 40vh;
  border: 1px solid #4289c8;
  margin-top: 50px;
}

/* ------------------------------------------------------------------
  .parkingTable
------------------------------------------------------------------ */
.parking, .motoParking {
  margin-bottom: 60px;
}
.parkingTable {
  width: 100%;
  font-size: 14px;
}
.parkingTable, .parkingTable th, .parkingTable td {
  border-collapse: collapse;
  border: 1px solid #4289c8;
}
.parkingTable th, .parkingTable td {
  padding: 10px;
  vertical-align: middle;
}
.parkingTable th {
  background-color: #dff2fc;
  border-bottom: none;
  text-align: left;
  font-weight: normal;
}
.parkingTable tr:first-child td {
  border-top: none; 
}
.ptable_state {
  width: 5%;
  text-align: center;
}
.ptable_state span {
  padding: 8px;
  font-size: 1.2em;
}
.ptable_state-empty {
  color: #ffffff;
  background-color: #4289c8;
}
.ptable_state-crowded {
  color: #4289c8;
  background-color: #eaf6fd;
}
.ptable_state-full {
  color: #ffffff;
  background-color: #231815;
}
.ptable_address {
  width: 15%;
}
.ptable_name {
  width: 20%;
}
.ptable_price {
  width: 25%;
}
.ptable_num {
  width: 20%;
}
.ptable_contact {
  width: 15%;
  text-align: center;
}
.ptable_contact-btn {
  color: #ffffff;
  background-color: #4289c8;
  padding: 5px 8px;
  max-width: 150px;
  display: inline-block;
  font-size: 12px;
}

/* ------------------------------------------------------------------
  .nextBtns
------------------------------------------------------------------ */
.nextBtns {
  margin-bottom: 60px;
  font-size: 14px;
}
.nextBtn {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #4289c8;
  text-align: center;
  float: left;
}
.nextBtn:last-child {
  margin-right: 0;
}
.nextBtn-link {
  padding: 20px;
  color: #ffffff;
  position: relative;
}
.nextBtn-link:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../../images/common/arrow_circle.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -15px;
}
.nextBtn span {
  position: relative;
}
.nextBtn span:before {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
}
.nextBtn-contact:before {
  width: 28px;
  height: 28px;
  background: url(../../images/common/icon_contact.png) no-repeat;
  top: 50%;
  left: -40px;
  margin-top: -14px;
}
.nextBtn-contract:before {
  width: 28px;
  height: 30px;
  background: url(../../images/common/icon_contract.png) no-repeat;
  top: 50%;
  left: -40px;
  margin-top: -15px;
}
.nextBtn-feature:before {
  width: 32px;
  height: 32px;
  background: url(../../images/common/icon_feature.png) no-repeat;
  top: 50%;
  left: -40px;
  margin-top: -17px;
}
@media only screen and (max-width: 640px) {
.nextBtn {
    width: 100%;
    margin-right: 0;
}
}
