@charset "UTF-8";
/* CSS Document */


.shop-concierge{
  display: block;
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (min-width:640px){
  .shop-concierge a:hover{
    opacity: 0.7;
  }

}

.title{
  width: 100%;
  display: block;
  background: #fdfaf6;
  text-align: center;
  padding: 40px 0;
  background-image: url(/mall/find_favoriteshop_image/bk.jpg?1001);
  background-position: 50% 50%;
}
.title-txt{
  font-size: 36px;
}
.title-sub{
  font-size: 14px;
}

.btn-box{
  margin: 10px auto;
  border: 1px solid #fff;
  width: 400px;
  padding: 0;
  border-radius: 4px;
}


.btn{
  background: #4a463e;
  border-radius: 4px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 3px;
  font-size: 20px;
}

.q-box{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.q-box small{
  color: #9e9e9e;
  font-size: 14px;
}



.headline{
  font-size: 28px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}

/* q-list */
.q-list{
  display: flex;
  flex-wrap: wrap;
}

.q-list a {
  display: flex;
  align-items: center;
}

.q-list li{
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  margin-bottom: 20px;
  margin-right: 2%;
  text-align: left;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.q-list li:nth-of-type(2n){
  margin-right: 0;
}
.q-list li  a{
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.22);
}
.q-list li a img{
  width: 35%;
  float: left;
}

.q-list-textbox{
  padding: 0 20px 0 0;
  float: right;
  width: 58%;
}
.q-list-textbox-ttl{
  margin-bottom: 10px;
  font-size: 24px;
}
.q-list-textbox-text{
  display: block;
  font-size: 14px;
}
.q-list-textbox-text p{
  background-color: #494949;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  margin: 10px auto 5px;
  padding: 3px;
}

/* q-list2 */
.q-list2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.q-list2 li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



/* shop-list */
.shop-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.shop-list > li{
  margin-right: 2%;
  width: 48%;
  box-shadow: 0 3px 5px rgba(0,0,0,0.22);
}
.shop-list > li:nth-of-type(2n){
  margin-right: 0;
}
.shop-list > li:nth-of-type(n+3){
  margin-top: 30px;
}
.shop-list > li a{
  background: #fdfaf6;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.shop-logo{
  background: #fff;
  text-align: center;
  font-size: 0;
}
.shop-logo > img{
  max-width: 200px;
}

.shop-txt{
  font-size: 15px;
  padding: 15px 0;
  text-align: justify;
}


/* media */
@media screen and (max-width:640px){

  .title-txt{
    font-size: 30px;
  }
  .headline{
    font-size: 24px;
  }
  .title-sub{
    margin: 10px auto;
  }

  .btn-box{
    width: 80%;
  }

  .q-list-textbox-text{
    font-size: 12px;
  }
  .shop-list{
    text-align: center;
    margin: 0 auto;
    width: 95%;
  }
  .shop-list > li{
    margin-right: 0;
    width: 100%;
    margin-top: 30px;
  }
  .shop-list > li:nth-of-type(3n-2){
    margin-left: 0;
  }
  .shop-list > li:nth-of-type(2n-1){
    margin-left: 0;
  }
.q-list{
  justify-content: center;
  }
  .q-list li{
    width: 95%;
    margin-right: 0;
  }
  .q-list li:nth-of-type(2n){
    width: 95%;
  }

  .q-list li a img{
    width: 48%;
    float: left;
  }

  .q-list-textbox{
    padding: 0 2% 0 0;
    width: 50%;
  }
  .q-list-textbox-ttl{
    font-size: 20px;
  }

  .shop-txt{
    font-size: 12px;
  }
}

@media print, screen and (min-width: 641px) {
  .shop-list .m-btn-active {
    margin-top: auto;
  }
}


/* animation */
/*  animation-fill-mode:both;
  animation-duration: 1s;
  animation-name: Anime;
  transition: .5s;
  display: block!important;
}
@keyframes Anime {
 0% { opacity: 0; transform: translateY(-30px); }
 100% { opacity: 1; transform: translateY(0); }
}
*/
