﻿.store{
  min-height:500px;
}
#store-nav .nav-link {
  border-radius: 0rem;
  padding: .5rem 1rem;
  border: 1px solid #ccc;
  margin-right: .5rem;
}

#store-nav .nav-link.active, #store-nav .nav-link:hover {
  background-color: #4782d3;
  border-color: #4782d3;
  color: #fff;
}

/* Caption */
.store-ar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.store-ar .store-content {
  width: 80%;
  height: 150px;
  left: 10%;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.store-ar:hover .store-content {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.store-ar:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.store-ar .store-content a {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 10px 10px 8px 10px;
  color: #fff;
  border: solid 1px #999;
  text-decoration: none;
  margin-bottom: 10px !important;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.store-ar .store-content a:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.store-ar .store-content a i {
  margin-right: 10px;
}
.store-ar .store-content .store-title {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.store-ar .store-content .store-title + p {
  margin-top: 5px;
}
@media all and (max-width:767px) {
  .img-store-ar {
    margin-bottom: 10px;
  }
  .store-ar .store-content .store-title {
    font-size: 12px;
  }
}
@media all and (min-width:768px) and (max-width:1024px){
  .img-store-ar {
    margin-bottom: 20px;
  }
}

#store-list .card, #store-list .card-img-top {
  border: 0px;
  border-radius: 0rem;
}

#store-list .bg-card-body {
  display: block;
  padding: 20px 20px 5px 20px;
  background: #fafafa;
}
#store-list .card-title{
  font-size: 1rem;
}
#store-list .addr {
  font-size: .75rem;
  margin-bottom: .5rem;
}
#store-list .tel {
  font-size: .75rem;
}


.infotable td, .infotable th {
    padding: .5rem;
}