@charset "UTF-8";

.p-sec01 .p-ttl span {
  width: 224px;
  padding: 10px 0;
}



.p-table {
    width: 100%;
    margin: 90px 0 0;
    border-top: solid 1px #E1DEDE;
    font-size: 1.5rem;
}

.p-table th {
  background: #F6F7F7;
  vertical-align: top;
  font-weight: 600;
  line-height: 1;
  padding: 30px;
  text-align: left;
}

.p-table td {
  padding: 25px 30px;
  line-height: 1.8;
}

.p-map-link {
  position: relative;
  font-size: 1.6rem;
  padding: 0 60px 0 0;
  display: inline-block;
}

.p-map-link span {
  position: absolute;
  width: 45px;
  right: 0;
  top: 7px;
  line-height: 1;
}

.p-map-link a {
  text-decoration: none;
  color: #000;
}



@media screen and (min-width: 768px) {

  .p-table tr {
    border-bottom: solid 1px #E1DEDE;
  }

  .p-table th {
    width: 190px;
  }

  .p-map-link a:hover {
    text-decoration: underline;
  }


}

@media screen and (max-width: 767px){

  .p-sec01 .p-ttl span {
    width: 165px;
    padding: 5px 0;
  }

  .p-table {
    margin: 40px auto 0;
  }

  .p-table th {
    display: block;
    width: 100%;
    border-bottom: solid 1px #E1DEDE;
    padding: 10px;
  }

  .p-table td {
    display: block;
    width: 100%;
    border-bottom: solid 1px #E1DEDE;
    padding: 20px 0;
  }

  .p-map-link {
    font-size: 1.5rem;
  }
}


.p-sec02 {
  margin: 200px 0 0;
}


.p-sec02 .p-ttl span {
  width: 163px;
}

.p-map-area {
  margin: 20px auto 0;
  height: 500px;
}

.p-map-area iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px){

  .p-sec02 {
    margin: 80px 0 0;
  }

  .p-sec02 .p-ttl span {
    width: 109px;
  }

  .p-map-area {
    margin: 15px auto 0;
    height: 250px;
  }

  .p-map-link span {
    top: 2px;
  }

}
