.content {
  padding-bottom: 20px;
}

.content_head {
  background-image: url(../images/restaurant/main_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .content_head {
    margin-bottom: 20px;
  }
}

.page_title,
.page_title_ja {
  color: #fff;
}

.shop_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .shop_list {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 10px;
  }
}

.shop_list > .col {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .shop_list > .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shop_list > .col > .row > .col {
    width: 50%;
  }
}

.shop_list .btn_black a,
.shop_list .btn_white a {
  width: 257px;
  height: 47px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  padding-top: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .shop_list .btn_black a,
  .shop_list .btn_white a {
    width: 100%;
    height: 30px;
    font-size: 2.2rem;
    padding-top: 10px;
  }
}

.shop_list .btn_black a .arrow_white,
.shop_list .btn_black a .arrow_black,
.shop_list .btn_white a .arrow_white,
.shop_list .btn_white a .arrow_black {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shop_list .btn_black {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .shop_list .btn_black {
    margin-right: 0;
    padding-right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .shop_list .btn_black a {
    padding-top: 11px;
  }
}

.shop_list .btn_white {
  padding-left: 6px;
}

@media screen and (max-width: 768px) {
  .shop_list .btn_white a {
    padding-top: 9px;
  }
}

.group_name {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .group_name {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .group_name.live_create img {
    width: 120px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .group_name.boa_inc img {
    width: 162px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .group_name.comodo img {
    width: 129px;
    height: auto;
  }
}

.shop_img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .shop_img {
    text-align: center;
  }
}

.shop_name {
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .shop_name {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
