.article {
  padding-top: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .article {
    padding-top: 0;
    padding-bottom: 8vw;
  }
}

.article .mv {
  text-align: center;
  width: 840px;
  height: 480px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .article .mv {
    width: 100%;
    height: 61.33333vw;
  }
}

.article .content .lead, .article .content p, .article .content .foottxt {
  margin-top: 60px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .article .content .lead, .article .content p, .article .content .foottxt {
    margin-top: 6.6666666667vw;
    font-size: 1.4rem;
  }
}

.article .content .lead {
  color: #333;
}

.article .content .foottxt {
  color: #333;
}

.article .service {
  width: 1070px;
  margin: 60px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .article .service {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6.6666666667vw;
  }
}

.article .service li {
  margin-top: 20px;
  width: 260px;
  height: 50px;
}

@media screen and (min-width: 751px) {
  .article .service li + li {
    margin-left: 10px;
  }

  .article .service li:nth-child(4n+1) {
    margin-left: 0;
  }

  .article .service li:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .article .service li {
    width: calc(50% - 2vw);
    height: 12vw;
    margin-top: 4vw;
  }

  .article .service li.wide {
    width: 100%;
  }

  .article .service li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.article .service li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .article .service li a {
    font-size: 2.6rem;
    font-size: 3.4666666667vw;
    border-radius: 6vw;
  }
}

.article .special-shoplist {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .article .special-shoplist {
    margin-top: 12vw;
  }
}

.article .special-shoplist ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -29px;
  margin-bottom: -53px;
}

@media screen and (max-width:750px) {
  .article .special-shoplist ul {
    margin-right: 0;
    margin-bottom: -8vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.article .special-shoplist ul li a {
  display: block;
}

@media screen and (min-width: 751px) {
  .article .special-shoplist ul li {
    width: 268px;
    margin-right: 29px;
    margin-bottom: 53px;
  }
}

@media screen and (max-width: 750px) {
  .article .special-shoplist ul li {
    width: calc(50% - 2vw);
    margin-bottom: 8vw;
  }
}

.article .special-shoplist .logo {
  border: 1px solid #ccc;
  height: 187px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .article .special-shoplist .logo {
    height: 30.6666666667vw;
  }
}

.article .special-shoplist .logo img {
  max-width: 216px;
  max-height: 135px;
}

@media screen and (max-width: 750px) {
  .article .special-shoplist .logo img {
    max-width: 31.4666666667vw;
    max-height: 22.1333333333vw;
  }
}

.article .special-shoplist .name {
  color: #2C893A;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .article .special-shoplist .name {
    margin-top: 2.6666666667vw;
    font-size: 2.8rem;
    font-size: 3.7333333333vw;
    padding-bottom: 2vw;
    margin-bottom: 2.6666666667vw;
  }
}

.article .special-shoplist .ttl {
  line-height: 1.2;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .article .special-shoplist .ttl {
    font-size: 2.6rem;
    font-size: 3.4666666667vw;
  }
}

.article .special-shoplist .txt {
  font-size: 1.5rem;
  color: #333;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .article .special-shoplist .txt {
    font-size: 2.2rem;
    font-size: 2.9333333333vw;
    margin-top: 2vw;
  }
}

.article .tpl-share {
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=special.css.map */