/* access
-------------------------------------- */
main#main.under_layer.access {
  padding-bottom: 60px;
}

.access .intro_area {
  margin-bottom: 70px;
}
.access .inner {
  max-width: 1000px;
  width: 100%;
}

.access .inrto_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access .intro_txt {
  width: 50%;
  padding: 3% 2% 3% 0.5%;
}
.access .intro_txt p {
  line-height: 2;
  margin-bottom: 0.8em;
}
.access .intro_img {
  width: 48%;
  height: 0;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.access .intro_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1100px) {
  .access .inner {
    width: 90%;
  }
}
@media all and (max-width: 900px) {
  .access .intro_area .line_ttl {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 600px) {
  .access .inrto_block {
    flex-direction: column-reverse;
  }
  .access .intro_txt {
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }

  .access .intro_img {
    width: 100%;
    padding-top: 85%;
  }
}

/* --------------------------- */

.access .store_area .line_ttl {
  margin-bottom: 50px;
}
.access .store_area {
}
.access .store_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.access .store_list_block {
  width: 50%;
  padding: 0 2%;
  margin-bottom: 40px;
}
.access .map_wr {
  width: 100%;
  padding-top: 60%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.access .map_wr iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.access .store_name {
  font-weight: 600;
  font-size: 2rem;
  color: #002c76;
  margin-bottom: 0.7em;
}
.access .store_add,
.access .store_tel {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .access .store_list {
    display: block;
  }
  .access .store_list_block {
    width: 100%;
  }
  .access .store_name {
    font-size: 1.8rem;
  }
}
