#wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.pc_appear {
  display: block;
}
.sp_appear {
  display: none;
}
.main-content {
  margin: 0 auto;
}
.lead-area {
  text-align: center;
  margin-bottom: 5%;
}
.lead-text {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #00af50;
  padding-bottom: 10px;
}
.lead-sub-text {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: .05em;
}
.card {
  border: 10px solid #f5eff7;
  padding: 20px 50px;
  width: 98%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 820px;
  background-color: #fff;
}
.card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-inner > div{
  width: 50%;
}
.card_details h4 {
  font-size: 1.2em;
}
.card_details p {
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: .05em;
}
.card_details a {
  font-size: 1.1em;
  color: #000;
}




/* category_content shoplist */
#category_content {
  padding-top: 5%;
}
.slideInner.pc {
  display: block !important;
}
#shopSort {
  font-size: 0.857em;
  border-left: 1px solid #000;
  margin-bottom: 20px;
}
#shopSort li {
  float: left;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-repeat: no-repeat;
  background-position: center 12px;
  height: 40px;
  border-bottom: 1px solid #000;
}
#shopSort .active .wrap {
  background: #000;
  color: #fff;
}
#shopSort .wrap {
  padding: 0 15px;
  height: 100%;
}
#shopSort .sortTtl {
  font-size: 1em;
  line-height: 40px;
  font-weight: bold;
}
.sortWrap {
  margin-bottom: 10px;
  padding: 0 2%;
}
h2.sortTtl {
  text-align: center;
}
.post, #shopList, #shopPage .shopCont.clm, #dtlArea, .shopItem, #sale, #reserve, #special, #card {
  overflow: hidden;
}
.itemList .item {
  position: relative;
  width: 25%;
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.itemList .wrap {
  padding: 30px;
  height: 100%;
}
.shopItem .logo {
  float: left;
  width: 30.26316%;
}
.shopItem .shopInfo {
  margin-left: 33.68421%;
  margin-bottom: 20px;
}
.shopItem .name {
  margin: 10px;
  font-size: 2rem;
  font-weight: normal;
}
.shopItem .area {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px 4px 15px;
  background: url(/sc/common-responsive/img/ico_access_02.png) no-repeat left 1px;
  background-size: 14px auto;
  font-size: 0.857em;
  line-height: 140%;
}
.itemList .freeTxt {
  font-size: 0.857em;
  line-height: 140%;
}
.itemList .wrap:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.freeTxt {
  padding-top: 10px;
  border-top: 3px solid #B50080;
  clear: both;
}
#sale .itemList {
  display: flex;
  flex-wrap: wrap;
}
#sale .itemList .moreTxt .innerTxt:before {
  top: 57%;
}
#sale .itemList .item {
  height: auto;
  min-height: 210px;
}
#sale .freeTxt {
  padding-bottom: 20px;
}

@media screen and (max-width: 1260px) {
  .itemList .item {
      width: 33.3%;
  }
}
@media screen and (max-width: 1025px) {
  .itemList .item {
      width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .itemList .item {
      border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .pc_appear {
    display: none;
  }
  .sp_appear {
    display: block;
  }
  .mamapapa-content {
    width: 100%;
  }
  .page-navlist_item {
    width: 25%;
  }
  .lead-area {
    width: 94%;
    margin: 0 auto 5%;
  }
  .lead-text {
    font-size: 1.4em;
  }
  .lead-sub-text {
    font-size: 1.1em;
  }
  .card {
    width: 94%;
    padding: 20px;
  }
  .card-inner {
    /* display: block; */
    flex-direction: column-reverse;
  }
  .card-inner > div {
    width: 100%;
  }
  .card_img {
    margin-bottom: 15px;
  }
  .sortWrap {
    margin: 20px 0;
    padding: 0;
  }
  .slideTtl {
    margin: 20px 0;
  }
}