@charset "UTF-8";

#brand h3 {
  position: relative;
  text-align:center;
  font-family: 'Crimson Text', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  font-style: italic;
  padding: 0 0 20px;
  margin: 0 auto 80px;
  font-size: 24px;
  border-bottom: 2px solid #efefef;
}

#brand h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  width: 30%;
  border-bottom: 3px solid #111;
}


#brand {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
}

#brand .boxs {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 60px;
}

#brand .boxs ul {
  position: relative;
  margin: 0 -1%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#brand .boxs ul li {
  margin: 0 1% 2%;
  width: 31%;
}

#brand .boxs ul li .info{
  display: none;
  transition: opacity 0.2s ease;
  padding-bottom: 30px;
}

#brand .boxs ul li .img {
  margin-bottom: 10px;
}

#brand .boxs ul li .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 112px;
	max-width: 200px;
	margin: auto;
}

#brand .boxs ul li .logo img{
  width: auto !important;
}

#brand .boxs ul li.on{
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
}

/*#brand .boxs ul li:hover .info{
  opacity: 1;
}*/

#brand .boxs ul li .brandName{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

#brand .boxs ul li .address{
  text-align: center;
  font-weight: 100;
  font-family: 'Lato';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

#brand .boxs ul li .tel{
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: center;
}
#brand .boxs ul li .icon{
	letter-spacing: 5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
#brand {
  margin: 0 auto;
}
#brand .boxs {
      margin: 0 auto 100px;
}
#brand .boxs ul li .icon{
	margin-top: -10px;
}
}
@media screen and (max-width: 640px) {
#brand .boxs {
      margin: 0 auto 50px;
}

#brand .boxs ul {
  margin: 0 -1%;
  width: 100%;
}

#brand .boxs ul li {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);  
  margin: 0 1% 2%;
  width: 48%;
}

#brand .boxs ul li .info{
  padding-bottom: 20px;
}

#brand .boxs ul li .brandName {
    margin-bottom: 10px;
}

#brand .boxs ul li .tel {
    padding-bottom: 30px;
}

#brand .boxs ul li .logo {
    height: 90px;
	display: none;
}

#brand .boxs ul li .logo img {
    width: 50% !important;
}

#brand .boxs ul li .address {
    font-size: 1.2rem;
}

}

@media screen and (max-width: 768px) {
#brand h3 {
  padding: 0 0 15px;
  margin: 0 auto 30px;
  font-size: 20px;
}

#brand h3:after {
  width: 40%;
}
}



@media screen and (max-width: 768px) {

}
