@charset "UTF-8";
/* ==================================
  アクセス
 ==================================== */
.access_map {
  width: 100%;
  height: 448px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 32px;
}

.access_map iframe {
  width: 100% !important;
  height: 100% !important;
}

.access .transport {
  margin-bottom: 48px;
}

.access .transport li {
  margin-bottom: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F3F3F3;
}

.access .transport li > * {
  width: 50%;
  padding: 0 32px;
  margin: 8px 0;
  line-height: 1.0;
}

.access .transport li > *:first-child {
  padding-left: 0;
}

.access .transport li > *:nth-child(n+2) {
  border-left: 1px solid #158C59;
}

.access .transport li > * .material-icons,
.access .transport li > * .material-icons-outlined {
  font-size: 1rem;
  vertical-align: top;
  margin-right: 8px;
}

.access .transport li:last-child {
  margin-bottom: 0;
}

.access .address {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access .address_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access .address_item .material-icons,
.access .address_item .material-icons-outlined {
  font-size: 1.125rem;
  color: #158C59;
  margin-right: 12px;
  vertical-align: middle;
}

.access .address_item i {
  color: #158C59;
}

.access .address_item p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.85714;
  letter-spacing: 0.04em;
}

.access .address .spacer {
  width: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.access .address .spacer:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #158C59;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.access .address .name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  line-height: 1.0;
  margin-bottom: 8px;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 960px) {
  .access_map {
    margin: 0 -20px 32px;
    border-radius: 4px;
    width: calc(100% + 40px);
    height: 220px;
  }
  .access .transport li {
    display: block;
    position: relative;
  }
  .access .transport li:before {
    content: "";
    width: 16px;
    height: 1px;
    background: #158C59;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .access .transport li > * {
    width: 100%;
    padding: 0;
    padding: 12px 0 0;
    margin: 0;
  }
  .access .transport li > *:nth-child(n+2) {
    border: 0;
    margin: 0;
  }
  .access .address {
    display: block;
    padding: 0;
  }
  .access .address_item {
    display: block;
  }
  .access .address .spacer {
    width: 16px;
    height: 1px;
    background: #158C59;
    margin: 32px 0;
  }
  .access .address .spacer:before {
    display: none;
  }
}

/*# sourceMappingURL=map/access.css.map */
