@charset "UTF-8";
/*--------------------- .slide_box ---------------------*/
.article_mv {
  background: url(../img/article_mv.jpg) center center no-repeat;
  background-size: cover;
  height: 350px;
  margin-top: 112px;
  position: relative;
}
.article_mv_head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1160px) {
  .article_mv {
    margin-top: 93px;
  }
}

@media only screen and (max-width: 768px) {
  .article_mv {
    background-position: left;
    height: 250px;
    margin-top: 59px;
  }
}

.box {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.ttl02 {
  font-size: 30px;
  margin-bottom: 30px;
}

.bnr_img {
  display: block;
  line-height: 0;
  margin-bottom: 50px;
}
.bnr_img img {
  width: 100%;
}

.galleryTtl {
  text-align: center;
}
.galleryTtl span {
  font-size: 36px;
  padding-left: 50px;
  background: url(../../img/icon_camera.png) no-repeat center left / 40px 32px;
  margin-bottom: 25px;
}


/*--------------------- .table_parking_campaign ---------------------*/
.table_parking_campaign {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
}
.table_parking_campaign th {
  background-color: #f378b6;
  border: 1px solid #f59cca;
  color: #fff;
  line-height: inherit;
  padding: 0.8em 1.5em;
  text-align: left;
  width: 150px;
}
.table_parking_campaign td {
  background-color: #fff;
  border: 1px solid #f59cca;
  color: #444;
  padding: 0.8em 1.5em;
}


@media only screen and (max-width: 768px) {
  .table_parking_campaign th, .table_parking_campaign td {
    display: block;
    width: 100%;
  }
  
  .box {
    padding: 20px;
  }
  .ttl02 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .galleryTtl span {
    font-size: 28px;
  }
  
  .table_parking_campaign {
    margin-bottom: 20px;
  }
}