.shop_link {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: space-between;
}
.shop_link li {
  width: 48%;
  background: url("/img/common/bg_brown.webp");
  background-size: 2500px;
  border-radius: 15px;
  padding: 0 0 15px;
}
.shop_link li img {
  border-radius: 15px 15px 0 0;
}
.shop_link li p {
  font-weight: 500;
  font-size: 1.5rem;
  padding: 10px 0;
}
.shop_link li div {
  width: calc(100% - 20px);
  margin: auto;
}
.shop_link .btn {
  font-size: 1.2rem;
  padding: 0 0 0 15px;
  line-height: 35px;
}
.shop_link .btn::before {
  width: 35px;
  height: 35px;
  border-radius: 30px;
}
.shop_link .btn:hover::before {
  width: 100%
}
.shop_link .btn::after {
  right: 12px;
  font-size: 1.2rem;
  content: '\f0d7';
}
.shop_list {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.shop_list > li {
  position: relative;
  margin: 4em auto 0;
  background: url("/img/common/bg_brown.webp");
  background-size: 2500px;
  padding: 30px 20px 20px;
  border-radius: 15px;
}
.shop_list > li::before, .shop_list > li::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_list > li::before {
  top: -1em;
  right: -2em;
  width: 150px;
  height: 150px;
  background-image: url("/img/shop/leaf01.webp");
}
.shop_list > li::after {
  top: 37em;
  left: -3em;
  width: 150px;
  height: 150px;
  background-image: url("/img/shop/leaf02.webp");
}
.shop_ap {
  position: absolute;
  top: -1em;
  left: 0px;
  z-index: 1;
  font-family: "adlery-pro-swash", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  color: #59B7BF;
  transform: rotate(-15deg);
  padding: 0 0px 0 20px;
}
.shop_list > li:nth-child(2) .shop_ap {
  color: #59B7BF;
  top: -1.3em;
}
.shop {
  position: relative;
  z-index: 1;
  text-align: left;
}
.shop_txt {
  margin: 0 auto 2em;
}
.shop_txt > p {
  margin: 0 auto 1.5em;
}
.shop_txt > p span {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 0.3em;
}
.shop_list > li:nth-child(2) .shop_txt ul {
  border-top: 1px solid #59B7BF;
}
.shop_list > li:nth-child(2) .shop_txt ul li {
  border-bottom: 1px solid #59B7BF;
}
.shop_txt ul {
  border-top: 1px solid #59B7BF;
}
.shop_txt ul li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #59B7BF;
  text-align: left;
}
.shop_txt ul li dt {
  width: 80px;
  font-weight: 500;
}
.shop_txt ul li dd {
  width: calc(100% - 80px);
}
.shop_txt ul li dd span {
  display: block;
  margin: 0.5em auto 0;
  font-size: 1.1rem;
}
.shop_txt div {
  margin: 1em auto 0;
}
.shop_txt div p {
  font-weight: 500;
  margin: 0 auto 0.5em;
}
.shop_txt div .btn {
  width: 230px;
  font-size: 1.6rem;
  margin: 0 auto 0 0;
}
.shop_txt div .btn img {
  width: 12px;
  margin: 0 10px 15px 0;
}
.shop_img {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.shop_img img {
  border-radius: 10px;
  width: 48%;
  margin: 0.8em 0 0;
}
.shop_img img:first-of-type {
  width: 100%;
}
.map {
  margin: 2em auto 0;
}
.map iframe {
  border-radius: 15px;
}
.truck_bg {
  overflow: hidden;
  padding: 3em 0 2em;
}
.truck_bg h2 span {
  color: #FDE94B;
}
.truck::before, .truck::after {
  position: absolute;
  z-index: 3;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.truck::before {
  bottom: -80px;
  left: calc(50% - 80%);
  background-image: url("/img/top/truck_img01.webp");
}
.truck::after {
  top: -50px;
  right: calc(50% - 80%);
  background-image: url("/img/top/truck_img02.webp");
}
.truck::before {
  animation: floating-x 5s ease-in-out infinite alternate;
}
@keyframes floating-x {
  0% {
    left: calc(50% - 90%);
  }
  100% {
    left: calc(50% - 80%);
  }
}
.truck::after {
  animation: floating-x2 5s ease-in-out infinite alternate;
	animation-delay: 1.5s;
}
@keyframes floating-x2 {
  0% {
    right: calc(50% - 90%);
  }
  100% {
    right: calc(50% - 80%);
  }
}
.truck {
  position: relative;
  width: 85%;
  margin: 1em auto 0;
  background: url("/img/common/bg_blue.webp") center / cover;
  border-radius: 15px;
}
.truck > img {
  border-radius: 15px 15px 0 0;
  height: 150px;
  object-fit: cover;
}
.truck div {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 25px;
  text-align: left;
  color: #fff;
}
.truck div p {
  position: relative;
  z-index: 1;
  margin: 0 auto 1em;
}
.truck div p span {
  display: inline-block;
  color: #FDE94B;
  letter-spacing: 2px;
  font-size: 1.8rem;
  border-bottom: 1px solid #FDE94B;
  margin: 0 auto 0.5em;
}
.truck div .btn {
  position: relative;
  z-index: 1;
  width: 200px;
  margin: 0 auto 0 0;
}
.truck div::before, .truck div::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.truck div::before {
  top: -1em;
  left: 0em;
  width: 70px;
  height: 70px;
  background-image: url("/img/shop/leaf03.webp");
}
.truck div::after {
  bottom: 0;
  right: -2em;
  width: 120px;
  height: 120px;
  background-image: url("/img/shop/leaf04.webp");
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /* shop */
  .shop_link {
    max-width: 700px;
    margin: 2em auto 0em;
  }
  .shop_link li {
    border-radius: 20px;
    padding: 0 0 25px;
  }
  .shop_link li img {
    border-radius: 20px 20px 0 0;
  }
  .shop_link li p {
    font-size: 2.3rem;
    letter-spacing: 2px;
    padding: 20px 0 10px;
  }
  .shop_link li div {
    width: 200px;
  }
  .shop_link .btn {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 50px;
  }
  .shop_link .btn::before {
    width: 50px;
    height: 50px;
    border-radius: 30px;
  }
  .shop_link .btn:hover::before {
    width: 100%
  }
  .shop_link .btn::after {
    right: 19px;
    font-size: 1.4rem;
  }
  .shop_list {
    width: 90%;
    margin: auto;
  }
  .shop_list > li {
    margin: 5em auto 0;
    padding: 50px;
    border-radius: 30px;
  }
  .shop_list > li::before {
    top: -1em;
    right: -3.5em;
    width: 250px;
    height: 250px;
  }
  .shop_list > li::after {
    top: 40em;
    left: -3.5em;
    width: 250px;
    height: 250px;
  }
  .shop_ap {
    top: -1em;
    left: 50px;
    font-size: 7rem;
  }
  .shop_list > li:nth-child(2) .shop_ap {
    top: -1em;
  }
  .shop {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .shop_txt {
    width: 53%;
    margin: 0;
  }
  .shop_txt > p {
    margin: 0 auto 1.5em;
    line-height: 2;
    font-size: 1.7rem;
  }
  .shop_txt > p span {
    font-size: 3rem;
    letter-spacing: 3px;
    margin: 0 auto 0.1em;
  }
  .shop_txt ul li {
    padding: 15px 0;
  }
  .shop_txt ul li dt {
    width: 120px;
  }
  .shop_txt ul li dd {
    width: calc(100% - 120px);
  }
  .shop_txt ul li dd span {
    margin: 0.5em auto 0;
    font-size: 1.4rem;
  }
  .shop_txt div {
    margin: 2em auto 0;
  }
  .shop_txt div p {
    font-size: 1.7rem;
    margin: 0 auto 0.5em;
  }
  .shop_txt div .btn {
    width: 320px;
    font-size: 1.8rem;
  }
  .shop_txt div .btn img {
    width: 18px;
    margin: 0 10px 18px 0;
  }
  .shop_img {
    width: 42%;
    margin: 0;
  }
  .shop_img img {
    border-radius: 20px;
  }
  .map {
    margin: 3em auto 0;
    max-width: 1100px;
  }
  .map iframe {
    border-radius: 20px;
  }
  .truck_bg {
    padding: 5em 0 2em;
  }
  .truck {
    width: 90%;
    max-width: 1100px;
    margin: 1em auto 0;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .truck::before, .truck::after {
    width: 230px;
    height: 140px;
  }
  .truck::before {
    bottom: -20px;
    left: calc(50% - 60%);
  }
  .truck::after {
    top: -90px;
    right: calc(50% - 60%);
  }
  @keyframes floating-x {
    0% {
      left: calc(50% - 60%);
    }
    100% {
      left: calc(50% - 50%);
    }
  }
  @keyframes floating-x2 {
    0% {
      right: calc(50% - 60%);
    }
    100% {
      right: calc(50% - 50%);
    }
  }
  .truck > img {
    position: relative;
    z-index: 1;
    width: 50%;
    border-radius: 30px 0 0 30px;
    height: 350px;
  }
  .truck div {
    padding: 0px 5%;
    width: 40%;
    overflow: visible;
  }
  .truck div p {
    margin: 0 auto 1.5em;
    line-height: 2;
    letter-spacing: 2px;
  }
  .truck div p span {
    font-size: 2.5rem;
    margin: 0 auto 0.5em;
  }
  .truck div .btn {
    width: 280px;
  }
  .truck div::before {
    top: -2em;
    left: -2em;
    width: 120px;
    height: 120px;
  }
  .truck div::after {
    bottom: -3em;
    right: -1em;
    width: 160px;
    height: 160px;
  }
}