/* --------------------------
color
-------------------------- */
/* --------------------------
spacing
-------------------------- */
/* --------------------------
font
-------------------------- */
/* --------------------------
contents width
-------------------------- */
/* --------------------------
z-index order
-------------------------- */
/* --------------------------
media query
-------------------------- */
/* --------------------------
h with center-line
-------------------------- */
.h1 {
  background: url("../../location/img/h1--location.jpg");
}

.h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #006138;
  margin: 15px auto 0;
  position: static;
}

.h4 {
  border-left: 4px solid #006138;
  padding-left: 20px;
}

.location-row {
  margin: 0 !important;
  border: 1px solid #c5c5c5;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .location-row {
    border-top: 1px solid #c5c5c5;
  }
}
.location-col-6 {
  padding: 0 !important;
}
.location-tab-contents-item {
  border: 0;
}

.tab {
  counter-reset: number;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1100px) {
  .tab-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .tab-map {
    height: 350px;
  }
}
.tab-list {
  width: 100%;
}
.tab-list ol {
  list-style: none;
}
.tab-list-left {
  padding-right: 15px;
  border-right: 1px solid #696969;
}
@media screen and (max-width: 767px) {
  .tab-list-left {
    padding-right: 0;
    border-right: none;
  }
}
.tab-list-right {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .tab-list-right {
    padding-left: 0;
    border-top: 1px solid #696969;
  }
}
.tab-item {
  counter-increment: number 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.tab-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .tab-item a {
    font-size: 12px;
    line-height: 1.2;
  }
}
.tab-item:not(:first-child) {
  border-top: 1px solid #696969;
}
.tab-item::before {
  content: counter(number) "";
  display: inline-block;
  font-size: 12px;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 4px 0;
  color: #fff;
  background-color: #444;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .tab-item::before {
    width: 20px;
    height: 20px;
    padding: 4px 0;
  }
}
.tab-name {
  display: inline-block;
}
.tab-distance {
  display: inline-block;
  text-align: right;
}/*# sourceMappingURL=location.css.map */