

.shopBoxCustom {
    list-style: none;
}


/* -------------------------------------
 * カスタムスタイル1
 * ------------------------------------- */

.areaList .shopBoxCustomStyle1 {
  width: 500px;
  margin: 0 auto 10px;
}

.areaList .shopBoxCustomStyle1 a {
  display: flex;
  align-items: center;
  -weblit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  padding: 10px;
  border-radius: 25px;
  text-decoration: none;
  background: #eee;
  color: #333;
}

.areaList .shopBoxCustomStyle1 a::after {
    content: "お店へ";
    bottom: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 5px;
    border-radius: 15px;
    text-decoration: none;
    color: #555;
    background: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    line-height: 1.1;
    padding: 5px 10px;
}

.areaList .shopBoxCustomStyle1 a:hover {
	opacity: 0.7;
}

.areaList .shopBoxCustomStyle1 a h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 45px;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.0;
  border: none;
  padding: 3px 0 0;
  margin: 0;
}
.areaList .shopBoxCustomStyle1 .thumbs {
}
.areaList .shopBoxCustomStyle1 .thumbs {
  display: block;
}
.areaList .shopBoxCustomStyle1 .thumbs img {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  object-fit: cover;
}
.areaList .shopBoxCustomStyle1 .shopInfo {
  flex: 1;
  padding: 0 0 0 5px;
  margin: 0 0 0 0;
}
.areaList .shopBoxCustomStyle1 .data .areapoint,
.areaList .shopBoxCustomStyle1 .data .opening {
  margin-bottom: 7px;
  white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}


/* -------------------------------------
 * カスタムスタイル2
 * ------------------------------------- */

.areaList .shopBoxCustomStyle2 {
  width: 500px;
  margin: 0 auto 10px;
}

.areaList .shopBoxCustomStyle2 a {
  display: flex;
  align-items: center;
  -weblit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  padding: 10px;
  border-radius: 25px;
  text-decoration: none;
  background: #222;
  color: #fff;
}

.areaList .shopBoxCustomStyle2 a::after {
    content: "お店へ";
    bottom: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 5px;
    border-radius: 15px;
    text-decoration: none;
    color: #ccc;
    background: rgba(255, 255, 255, 0.2);
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    line-height: 1.1;
    padding: 5px 10px;
}

.areaList .shopBoxCustomStyle2 a:hover {
	opacity: 0.7;
}

.areaList .shopBoxCustomStyle2 a h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 45px;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.0;
  border: none;
  padding: 3px 0 0;
  margin: 0;
}
.areaList .shopBoxCustomStyle2 .thumbs {
}
.areaList .shopBoxCustomStyle2 .thumbs {
  display: block;
}
.areaList .shopBoxCustomStyle2 .thumbs img {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  object-fit: cover;
}
.areaList .shopBoxCustomStyle2 .shopInfo {
  flex: 1;
  padding: 0 0 0 5px;
  margin: 0 0 0 0;
}
.areaList .shopBoxCustomStyle2 .data .areapoint,
.areaList .shopBoxCustomStyle2 .data .opening {
  margin-bottom: 7px;
  white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}


/* -------------------------------------
 * カスタムスタイル3
 * ------------------------------------- */

.areaList .shopBoxCustomStyle3 {
  width: 500px;
  margin: 0 auto 10px;
}

.areaList .shopBoxCustomStyle3 a {
  display: flex;
  align-items: center;
  -weblit-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  padding: 10px;
  border-radius: 25px;
  text-decoration: none;
  background: #e36262;
  color: #fff;
}

.areaList .shopBoxCustomStyle3 a::after {
    content: "お店へ";
    bottom: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    -weblit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 5px;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    line-height: 1.1;
    padding: 5px 10px;
}

.areaList .shopBoxCustomStyle3 a:hover {
	opacity: 0.7;
}

.areaList .shopBoxCustomStyle3 a h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 45px;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.0;
  border: none;
  padding: 3px 0 0;
  margin: 0;
}
.areaList .shopBoxCustomStyle3 .thumbs {
}
.areaList .shopBoxCustomStyle3 .thumbs {
  display: block;
}
.areaList .shopBoxCustomStyle3 .thumbs img {
  display: block;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  object-fit: cover;
}
.areaList .shopBoxCustomStyle3 .shopInfo {
  flex: 1;
  padding: 0 0 0 5px;
  margin: 0 0 0 0;
}
.areaList .shopBoxCustomStyle3 .data .areapoint,
.areaList .shopBoxCustomStyle3 .data .opening {
  margin-bottom: 7px;
  white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}





