@charset "utf-8";
.shop_wrapper {
  margin: 0 50px 0;
  padding: 40px 0 70px 0;
}
@media screen and (max-width: 900px) {
  .shop_wrapper {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (max-width: 500px) {
  .shop_wrapper {
    margin: 0;
    padding: 20px 0;
  }
}
.shop_wrapper .shop_banner .pc {
  display: block !important;
}
.shop_wrapper .shop_banner .sp {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .shop_wrapper .shop_banner .pc {
    display: none !important;
  }
  .shop_wrapper .shop_banner .sp {
    display: block !important;
  }
}
.shop_wrapper .shop_banner a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #ffffff;
}
.shop_wrapper .contents_txt {
  margin-bottom: 60px;
  text-align: left;
  line-height: 1.8;
  font-size: 1.5rem;
}
.take-out_list {
  margin: 0 -1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 500px) {
  .take-out_list {
    margin: 0;
    display: block;
  }
}
.take-out_list .take-out_list-box {
  width: 47%;
  border: 2px #ddd solid;
  margin-bottom: 50px;
  text-align: center;
}
.take-out_list:after {
  content: "";
  display: block;
  width: 47%;
  height: 0;
}
@media screen and (max-width: 900px) {
  .take-out_list .take-out_list-box {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .take-out_list .take-out_list-box {
    width: 100%;
    padding: 0;
    margin: auto;
    margin-bottom: 30px;
  }
}
.take-out_list .take-out_list-box a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #ffffff;
}
.take-out_list .take-out_list-box a {
  background: #ffffff;
  display: block;
}
.take-out_list .take-out_list-box .take-out_list-img {
  overflow: hidden;
}
.take-out_list .take-out_list-box .take-out_list-img img {
  transform: scale(1);
  transition: 6s;
}
a:hover .take-out_list .take-out_list-box .take-out_list-img img {
  transform: scale(1.1);
}
.shop_wrapper h3 {
  padding: 1rem 2rem;
  border-left: 7px solid #786344;
  /*background: #efe8d9;*/
  background: #A68B62;
  font-size: 2.3rem;
  color: #ffffff;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .shop_wrapper h3 {
    font-size: 2.1rem;
  }
}
/*.shop_wrapper h3 {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
  font-size: 2.3rem;
  margin-bottom: 25px;
}*/
.take-out_list-logo {
  position: relative;
}
.brand__list-area {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background: #a79357;
  color: #fff;
  font-size: 1.6rem;
  padding: 7px 30px;
  line-height: 1;
}
.shop_banner {
  margin-bottom: 25px;
}
.shop-link {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.shop-link a {
  background: #a79357;
  padding: 17px 40px;
  color: #ffffff;
  transition: all .4s cubic-bezier(0.3, 0.4, 0.1, 1);
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  .shop-link a {
    padding: 17px 20px;
    font-size: 1.5rem;
  }
}
.shop-link a:hover {
  background: #8d7a40;
}
.shop-link i {
  padding-right: 20px;
}
@media screen and (max-width: 500px) {
  .shop-link i {
    padding-right: 15px;
  }
}