@charset "UTF-8";
.service-box {
  margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
  .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-box .img-box {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service-box .img-box {
    text-align: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .service-box .text-box {
    width: 80%;
    margin-left: 2em;
  }
}

@media screen and (min-width: 1000px) {
  .service-box .text-box {
    width: 55%;
  }
}

.service-box .ttl {
  color: #3CA125;
  border: 1px solid #3CA125;
  display: block;
  padding: .5em;
  font-size: 1.3em;
  margin-bottom: 1em;
}

.service-box .for-list li {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.service-box .for-list li:before {
  content: "□";
  margin-left: -1.5em;
  margin-right: .5em;
}

.service-box .visit-service-list dt,
.service-box .adaptation-service-list dt {
  margin-bottom: .5em;
}

.service-box .visit-service-list dd + dt,
.service-box .adaptation-service-list dd + dt {
  margin-top: 2em;
}

.plan table {
  margin-top: 2em;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}

.plan table .table-ttl {
  background-color: #FFEAB9;
  padding: .3em;
  color: #3CA125;
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}

@media screen and (min-width: 768px) {
  .plan table .table-ttl {
    font-size: 1.5em;
  }
}

.plan table th,
.plan table td {
  text-align: center;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 768px) {
  .plan table th,
  .plan table td {
    display: table-cell;
    border: 1px solid #979797;
  }
}

.plan table th {
  background-color: #EFEFEF;
  border-bottom: 1px solid #979797;
  border-top: 1px solid #979797;
}

@media screen and (min-width: 768px) {
  .plan table th {
    width: 35%;
    text-align: left;
  }
}

.plan table td {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .plan table td {
    width: 65%;
  }
}

@media screen and (min-width: 768px) {
  .plan table tbody tr:last-child th {
    border-bottom: none;
    position: relative;
  }
  .plan table tbody tr:last-child th:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #979797;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.plan table tbody tr:last-child td {
  border-bottom: none;
  position: relative;
}

.plan table tbody tr:last-child td:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #979797;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plan table tfoot {
  border-top: 2em solid #fff;
  border-bottom: 1px solid #979797;
}

.plan table tfoot th,
.plan table tfoot td {
  position: relative;
}

@media screen and (min-width: 768px) {
  .plan table tfoot th:before,
  .plan table tfoot td:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #979797;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.area .areaA {
  color: #F6BFC4;
}

.area .areaB {
  color: #F7F39B;
}

.area .map {
  margin-top: 2em;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .area .map {
    margin-top: 4em;
  }
}
/*# sourceMappingURL=visit.css.map */