.access {
  /*-----------
page_title
-----------*/
}

.access .page_title {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .access .page_title {
    margin-bottom: 35px;
  }
}

.access .page_title img {
  height: 30px;
  padding: 0 20px;
}

.access .section_title {
  text-align: center;
}

.access .section_title h2 {
  margin-bottom: 40px;
}

.access .section_title h2 img {
  height: 24px;
}

.access .section01 {
  max-width: 800px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .access .section01 {
    margin: 0 auto 40px;
  }
}

.access .section01 table {
  width: 100%;
}

.access .section01 table tr {
  border-top: 1px dashed #6f5240;
  border-bottom: 1px dashed #6f5240;
}

.access .section01 table th {
  font-weight: bold;
  padding: 20px 80px;
  width: 220px;
}

@media screen and (max-width: 767px) {
  .access .section01 table th {
    padding: 10px 10px;
    width: 80px;
  }
}

.access .section01 table td {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .access .section01 table td {
    padding: 10px 10px;
  }
}

.access .map {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .access .map {
    margin-bottom: 40px;
  }
}

.access .map iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 767px) {
  .access .map iframe {
    height: 180px;
  }
}

.access .map .btn_map {
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}

.access .map .btn_map a {
  display: block;
  border-radius: 30px;
  border: 1px solid #6f5240;
  padding: 5px;
}

.access .map .btn_map a .fa {
  float: right;
  margin: 5px 10px 0 0;
}

.access .map .gmap {
  height: 400px;
  width: 100%;
}

.access .section02 .section_inr {
  display: -webkit-flex;
  display: flex;
  margin-right: -34px;
  margin-left: -34px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .access .section02 .section_inr {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.access .section02 .section_inr .staff_list {
  width: -webkit-calc(33.33333% - 68px);
  width: calc(33.33333% - 68px);
  margin: 0 34px;
  padding: 4px;
  background: #fcb116;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .access .section02 .section_inr .staff_list {
    width: 100%;
    margin: 0 0 40px;
  }
}

.access .section02 .section_inr .staff_list .thum {
  margin-bottom: 20px;
}

.access .section02 .section_inr .staff_list .thum img {
  width: 100%;
}

.access .section02 .section_inr .staff_list .staff_name {
  text-align: center;
  padding: 0 12px;
}

.access .section02 .section_inr .staff_list .staff_name h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

.access .section02 .section_inr .staff_list .staff_name h3 span {
  font-size: 1rem;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-style: italic;
  font-weight: normal;
}

.access .section02 .section_inr .staff_list .staff_name:after {
  content: " ";
  background: #fff;
  width: 11px;
  height: 2px;
  display: block;
  margin: 15px auto;
}

.access .section02 .section_inr .staff_list .staff_inr {
  padding: 0 12px 20px;
}
