/*************************
 about-us-main
**************************/
#about-us-main {
  padding-top: 66px;
}
#about-us-main .bg {
  background: url("../../images/about-us/main.JPG");
  background-size: cover;
  background-position: center;
}
#about-us-main .sheet {
  background: rgb(0, 0, 0, 0.4);
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
#about-us-main h1 {
  text-align: center;
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
}
#about-us-main .sub-title {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 60px;
}
#about-us-main .main-catch {
  text-align: center;
  color: #fff;
  line-height: 2em;
}
@media (max-width: 767px) {
  #about-us-main .main-catch {
    font-size: 14px;
    text-align: left;
  }
  #about-us-main .sheet {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/***************************
 about-us-concept
****************************/
#about-us-concept {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eee;
}
#about-us-concept .main-catch {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}
#about-us-concept .catch {
  text-align: center;
}
#about-us-concept .catch .mb {
  margin-bottom: 30px;
}
/***************************
 about-us-mes
****************************/
#about-us-mes {
  padding-top: 80px;
  padding-bottom: 80px;
}
#about-us-mes h2 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 80px;
}
#about-us-mes .thumb img {
  width: 100%;
}
#about-us-mes .main-catch {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
#about-us-mes .catch {
  line-height: 2em;
  margin-bottom: 30px;
}
/**************************
 about-us-showroom
**************************/
#about-us-showroom {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #eee;
}
#about-us-showroom h2 {
  text-align: center;
  font-size: 42px;
  margin-bottom: 80px;
}
#about-us-showroom .sub-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  color: #000;
}
#about-us-showroom .catch {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2em;
}
#about-us-showroom .catch span {
  display: block;
}
#about-us-showroom .shop-box {
  margin-bottom: 50px;
}
#about-us-showroom .flex {
  display: flex;
  flex-wrap: wrap;
}
#about-us-showroom .flex .flex-item {
  width: 50%;
  height: 450px;
}
#about-us-showroom #fukui-bg {
  background: url("../../images/top/sr-fukui.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#about-us-showroom #komatsu-bg {
  background: url("../../images/top/srkomatsu_4.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
#about-us-showroom .shop-info {
  padding: 30px;
  background: #fff;
  height: 100%;
  align-content: center;
  text-align: center;
}
#about-us-showroom .shop-info .sr-en {
  font-weight: bold;
}
#about-us-showroom .shop-info .sr-ja {
  font-weight: bold;
  margin-bottom: 15px;
}
#about-us-showroom .shop-info .sr-zip {
  margin-bottom: 5px;
}
#about-us-showroom .shop-info .sr-addr {
  margin-bottom: 5px;
}
#about-us-showroom .shop-info .sr-tel {
  margin-bottom: 5px;
}
#about-us-showroom .shop-info .sr-time {
  margin-bottom: 5px;
}
#about-us-showroom .shop-info .sr-holiday {
  margin-bottom: 15px;
}
#about-us-showroom .shop-info .link a {
  color: #aaa;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
#about-us-showroom .shop-info .link:before {
  content: "";
  display: inline-block;
  width: 2em;
  margin-right: 15px;
  vertical-align: 4px;
  height: 1px;
  background: #000;
}
#about-us-showroom .shop-info .link:after {
  content: "";
  display: inline-block;
  width: 2em;
  margin-left: 15px;
  vertical-align: 4px;
  height: 1px;
  background: #000;
}
#about-us-showroom .sp-sr-en {
  display: none;
}
#about-us-showroom .sp-sr-ja {
  display: none;
}
@media (max-width: 991px) {
  #about-us-showroom .flex .flex-item:nth-of-type(1) {
    width: 100%;
    height: auto;
  }
  #about-us-showroom .flex .flex-item:nth-of-type(2) {
    width: 100%;
    height: auto;
  }
  #about-us-showroom #fukui-bg {
    height: 300px;
  }
  #about-us-showroom #komatsu-bg {
    height: 300px;
  }
  #about-us-showroom .shop-box {
    margin-bottom: 50px;
  }
  #about-us-showroom .shop-info {
    height: 300px;
  }
  #about-us-showroom .flex .flex-item:nth-of-type(1) {
    order: 1;
  }
  #about-us-showroom .flex .flex-item:nth-of-type(2) {
    order: 0;
  }
  #about-us-showroom .shop-info .sr-en {
    display: none;
  }
  #about-us-showroom .shop-info .sr-ja {
    display: none;
  }
  #about-us-showroom .sp-sr-en {
    display: block;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  #about-us-showroom .sp-sr-ja {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
  #about-us-showroom .catch {
    text-align: left;
  }
  #about-us-showroom .catch span {
    display: inline;
  }
}
