.page_title {
  background: url("../images/company/bg_title.jpg") center no-repeat;
  background-size: cover;
}

.company_info {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 35px 0;
}

.company_info table th {
  color: #b80000;
  font-weight: bold;
  padding: 10px 0;
}

.company_info table td {
  padding: 10px 20px;
}

.shop_block {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .shop_block {
    margin-bottom: 60px;
  }
}

.shop_block .shop_name h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .shop_block .shop_name h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.shop_block .shop_name h3:after {
  margin-left: 15px;
  border-top: 1px solid #000000;
  content: "";
  flex-grow: 1;
}

.shop_block .shop_name_other h3 {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 15px 0;
  font-size: 2rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .shop_block .shop_name_other h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.shop_block .shop_block_inr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop_block .shop_block_inr .thum {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .shop_block .shop_block_inr .thum {
    width: 100%;
  }
}

.shop_block .shop_block_inr .thum img {
  width: 100%;
}

.shop_block .shop_block_inr p {
  width: 47%;
  line-height: 2.6;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .shop_block .shop_block_inr p {
    width: 100%;
    padding: 25px 0;
    line-height: 2.2;
  }
}

.shop_block .shop_block_other ul {
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

.shop_block .shop_block_other ul li {
  margin-bottom: 10px;
}

.btn_googlemap {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .btn_googlemap {
    margin-top: 20px;
  }
}

.btn_googlemap a {
  display: block;
  border: 2px solid #b80000;
  padding: 15px;
  color: #b80000;
  font-size: 1.6rem;
  text-align: center;
}

.btn_googlemap a:hover {
  background: #b80000;
  color: #fff;
}

.btn_googlemap a span {
  display: inline-block;
  float: right;
}

.security_action {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.security_action .img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .security_action .img {
    margin: 0 auto 25px;
  }
}

.security_action .txt {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-left: 28px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .security_action .txt {
    width: 100%;
    padding-left: 0;
  }
}

.cal_inr {
  position: relative;
  /*
  &:after{
    content: " ";
    position: absolute;
    top:0;
    left: 0;
    background: none;
    display: block;
    width: 100%;
    height: 100%;

  }
*/
}

/*# sourceMappingURL=../../css/company.map */