#branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 100px;
}
#branch .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#branch #branch-list {
  width: 500px;
  height: 720px;
  border: 1px solid #c1c1c1;
  font-size: 20px;
}
#branch #branch-list ul {
  max-height: 647px;
  overflow-y: auto;
}
#branch #branch-list ul li {
  padding: 0.7em 1em;
  cursor: pointer;
  border-bottom: 1px solid #c1c1c1;
  color: #2a2a2a;
}
#branch #branch-list ul li.active {
  display: block;
}
#branch #branch-list ul li.hide {
  display: none;
}
#branch #branch-list ul li em {
  display: block;
  color: #f55249;
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0.3em;
}
#branch #branch-list ul li .addr {
  color: #979797;
  font-size: 0.9em;
  padding: 0.2em 0;
}
#branch #branch-list ul li .tel {
  font-size: 0.9em;
  font-weight: 600;
}
#branch #branch-sch {
  position: relative;
}
#branch #branch-sch::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.7em);
  right: 1em;
  width: 1.4em;
  height: 1.4em;
  z-index: 0;
  background: url(/skin/latest/branch_nav/img/sch.svg) center/cover;
}
#branch #branch-sch input {
  font-size: inherit;
  position: relative;
  z-index: 1;
  color: #2a2a2a;
  height: 73px;
  width: 100%;
  border: 0;
  background: none;
  outline: none;
  padding: 0 1em;
  border-bottom: 1px solid #c1c1c1;
}
#branch .marker {
  position: absolute;
  top: calc(-70px - 2em);
  left: 50%;
  background: #fff;
  padding: 1em;
  translate: -50% -50%;
  font-size: 14px;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 5px 5px rgba(102, 102, 102, 0.2);
          box-shadow: 0 0 5px 5px rgba(102, 102, 102, 0.2);
}
#branch .marker i {
  padding-right: 0.7em;
}
#branch .marker strong {
  display: block;
  font-size: 1.1em;
}
#branch .marker address {
  width: 15em;
  word-break: keep-all;
  display: block;
  white-space: pre-line;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
}
#branch .marker .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#branch .marker .ov-x {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  width: 1em;
  height: 1em;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  background: url(/skin/latest/branch_nav/img/x.svg) center/cover;
}
#branch .branch-map-wr {
  position: relative;
}

#branch-map {
  width: 800px;
  height: 720px;
}

#branch-cs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #009a6c;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}
#branch-cs * {
  color: #fff;
}
#branch-cs .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
#branch-cs .call dt {
  font-size: 26px;
  margin-bottom: 0.7em;
  font-weight: bold;
}
#branch-cs .call dd {
  font-size: 55px;
  letter-spacing: -0.03em;
  line-height: 0.8;
}
#branch-cs .hours {
  width: 17em;
  padding-left: 2em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#branch-cs .hours dt {
  width: 5em;
  font-size: 20px;
  margin-bottom: 0.6em;
}
#branch-cs .hours dd {
  width: calc(100% - 5em);
  margin-bottom: 0.6em;
}
#branch-cs .hours dd span {
  letter-spacing: 0.06em;
}
#branch-cs .hours dd:last-child {
  font-size: 20px;
  width: 100%;
  margin-bottom: 0;
}

/* ============================== 1380px ============================== */
@media (max-width: 1380px) {
  #branch .wrapper {
    width: 90%;
  }
  #branch #branch-list {
    width: 38%;
    font-size: 1.7vh;
  }
  #branch {
    padding: 10vh 0;
  }
  #branch #branch-list,
  #branch-map {
    height: 80vh;
  }
  #branch #branch-list ul {
    max-height: calc(80vh - 4em);
  }
  #branch #branch-sch input {
    height: 4em;
  }
  #branch .branch-map-wr {
    width: 62%;
  }
  #branch #branch-map {
    width: 100%;
  }
  #branch #branch-cs {
    font-size: 1.5vw;
    padding: 1em 5%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #branch #branch-cs .call dt {
    font-size: 1.7vw;
  }
  #branch #branch-cs .call dd {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  #branch-cs .hours {
    width: 16em;
    padding-left: 0;
  }
  #branch-cs .hours dt {
    font-size: 0.9em;
  }
  #branch-cs .hours dd {
    width: calc(100% - 6em);
  }
  #branch-cs .hours dd:last-child {
    font-size: 0.9em;
  }
}
/* ============================== 1280px ============================== */
@media (max-width: 1280px) {
  #branch {
    padding: 0;
    margin: 0 4.7vw;
  }
  #branch .wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #branch #branch-list {
    height: 70vw;
  }
  #branch #branch-list,
  #branch .branch-map-wr {
    width: 100%;
  }
  #branch #branch-list ul {
    max-height: calc(70vw - 4em);
  }
  #branch #branch-map {
    height: 70vw;
  }
  #branch #branch-cs {
    padding: 1.5em 0;
    font-size: 2.7vw;
  }
  #branch #branch-cs .call dt {
    font-size: 3vw;
  }
  #branch #branch-cs .call dd {
    font-size: 6.2vw;
  }
  #ft {
    margin-top: 30vw;
  }
}
@media (max-width: 1280px) and (orientation: landscape) {
  #branch .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #branch #branch-map,
  #branch #branch-list {
    height: 70vh;
  }
  #branch #branch-list {
    font-size: 3vh;
  }
  #branch #branch-cs {
    padding: 1.5em 0;
    font-size: 2.8vh;
  }
  #branch #branch-cs .call dt {
    font-size: 3.2vh;
  }
  #branch #branch-cs .call dd {
    font-size: 6.5vh;
  }
}/*# sourceMappingURL=style.css.map */