@charset "UTF-8";

.page-title {
  background: url(../_images/page-title_service_bg.jpg) center bottom/cover no-repeat;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.service-box:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.service-box:nth-of-type(2n) .service-box__info {
  padding-right: 0;
  padding-left: 30px;
}

.service-box__info {
  width: 50%;
  padding-right: 30px;
}

.service-box__image {
  width: 50%;
  text-align: center;
}

.service-box__foot {
  width: 100%;
  padding-top: 40px;
}

.service-box__foot-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #006138;
  text-align: center;
  margin-bottom: 0;
}

.service-box__foot img {
  width: 100%;
}

.service-box__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  color: #006138;
  margin-bottom: 30px;
}

.service-box__read {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-box__read::before {
  content: '■';
}

.service-box__txt {
  line-height: 1.8;
}

.service-box__dl > dt {
  margin-bottom: 8px;
}

.service-box__dl > dd {
  background: #ffffea;
  padding: 10px;
}

.service-box__dl table {
  width: 100%;
}

.service-box__dl th {
  width: 18%;
  border-bottom: #939393 1px solid;
  text-align: center;
  padding: 6px;
}

.service-box__dl td {
  border-bottom: #c9c9c9 1px solid;
  padding: 6px;
}

.facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.facility__list > li {
  width: 46%;
  margin-bottom: 20px;
}

.facility__list > li:last-child {
  margin-bottom: 0;
}

.facility__list-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #006138;
  background: #eff4f8;
  padding: 4px 6px;
}

.facility__image {
  width: 60%;
  padding-right: 30px;
}

.facility img {
  width: 100%;
}

.facility__info {
  width: 40%;
}

.facility dl {
  margin-bottom: 30px;
}

.facility dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #006138;
  margin-bottom: 6px;
}

.facility dd {
  background: #ffffea;
  padding: 10px;
}

.facility dd span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.cars {
  background: #eff4f8;
  padding: 20px;
}

.cars::after {
  content: '';
  display: block;
  clear: both;
}

.cars__image {
  margin-bottom: 30px;
}

.cars__image::after {
  content: '';
  display: block;
  clear: both;
}

.cars img {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.cars img:last-child {
  margin-right: 0;
}

.cars dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cars dt {
  width: calc(100% - 100px);
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.cars dd {
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.cars__total {
  float: right;
}

@media only screen and (max-width: 768px) {
  .service-box {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .service-box:nth-of-type(2n) .service-box__info {
    padding-left: 0;
  }

  .service-box__info {
    width: 100%;
    padding-left: 0;
  }

  .service-box__image {
    width: 100%;
  }

  .service-box__image img {
    width: 100%;
  }

  .service-box__foot {
    padding-top: 20px;
  }

  .service-box__foot-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .service-box__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .service-box__read {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .facility {
    display: block;
    margin-bottom: 30px;
  }

  .facility__list > li {
    width: 100%;
    margin-bottom: 20px;
  }

  .facility__list > li:nth-child(3),
  .facility__list > li:nth-child(4) {
    width: 48%;
    margin-bottom: 0;
  }

  .facility__image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .facility__info {
    width: 100%;
  }

  .cars img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .cars dt {
    width: calc(100% - 80px);
  }

  .cars dd {
    width: 80px;
  }
}