.pc_none {
  display: none;
}
@media (min-width: 768px) {
  .pc_none {
    display: block;
  }
}
.flyer_back {
  background: #fff2e6;
  background-size: 104vw;
  padding: 30px 10px min(6vw, 80px);
}
@media (min-width: 768px) {}
.yuukou {
  background: #ea6100;
  border-radius: 10px;
  padding: min(4vw, 20px) 1em;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-weight: 700;
}
.yuukou dt {
  background: #fff;
  color: #ea6100;
  padding: 0.1em 1em;
}
.yuukou dd {
  font-size: min(5vw, 26px);
  margin-top: 0.7em;
  line-height: 0.6;
  color: #fff;
}
.yuukou dd span {
  font-size: min(9vw, 38px);
}
@media (min-width: 768px) {
  .yuukou {
    border-radius: 100px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 14px 1em;
  }
  .yuukou dt {
    margin-right: 1.4em;
  }
  .yuukou dd {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .yuukou dd {
    font-size: min(4vw, 30px);
    padding: 0.2em;
  }
  .yuukou dd span {
    font-size: min(7vw, 46px);
  }
}
/*チラシ掲載
----------------------------------*/
.flyerset > li + li {
  margin-top: min(12vw, 80px);
}
@media (min-width: 768px) {
  .flyerset {
    width: 90%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.webflyer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: min(5vw, 50px);
}
@media (min-width: 768px) {
  .webflyer {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.thumbnail {
  width: 60%;
  max-width: 300px;
}
.thumbnail img {
  filter: drop-shadow(0 0 5px rgba(127, 52, 29, 0.3));
}
@media (min-width: 768px) {
  .thumbnail {
      width: 30%;
    margin-right: 40px;
  }
  .thumbnail a {
    transition: 0.7s;
  }
  .thumbnail a:hover {
    opacity: 0.7;
  }
}
.shoplist {
  margin-top: min(4vw, 30px);
}

.shoplist dt {
  color: #ea6100;
  text-align: center;
  font-weight: 900;
  font-size: min(6vw, 26px);
  border-bottom: 1px solid #ea6100;
  padding-bottom: 8px;
}
.shoplist dd {
  margin-top: 15px;
}
.shoplist dd li {
  display: inline-block;
  margin-right: 0.2em;
}
.shoplist dd li::after {
  content: "、";
  display: inline-block;
}
.shoplist dd li:last-child::after {
  content: "";
  margin-right: 0;
}

@media (min-width: 768px) {
   .shoplist dd li {
       font-size: 1.1em;
       line-height: 2;
} 
    
}

.flyerbtn {
  margin-top: min(5vw, 35px);
  width: 100%;
  max-width: 500px;
}
.flyerbtn a {
  background: #ffee00;
  border: 5px solid #ff9400;
  position: relative;
  border-radius: 100px;
  color: #e50113;
  font-weight: bold;
  display: block;
  padding: 0.6em 3em;
  font-size: 1.4em;
  text-align: center;
}

@media (min-width: 768px) {
  .shoplist {
    flex: 1;
      margin-top: 0;
  }
    
    .shoplist dt{
        text-align: left;
    }
}

/*.flyerbtn a:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  border: 1px solid #fff;
  border-radius: 100px;
}*/
.flyerbtn a:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 6px);
  border-top: 2px solid #e50113;
  border-right: 2px solid #e50113;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .flyerbtn {
      margin-left: auto;
      margin-right: auto;
  }
    
    /*.flyerbtn a{
        display: flex;
        justify-content: center;
        align-content: center;
        text-align: center;
        line-height: 1.4;
        border-radius: 50%;
        width: 220px;
        height: 220px;
        padding: 0;
        font-size: 1.6em;
        flex-wrap: wrap;
        transition: 0.7s;
    }*/
  .flyerbtn a:hover {
    background: #ffff99;
    color: #000;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  }
  .flyerbtn a:hover:after {
    border-color: #000;
  }
  /*.flyerbtn a:before{
        border-radius: 50%;
    }
    
    .flyerbtn a:after{
        left: calc(50% - 10px);
        top: auto;
        bottom: 40px;
    }*/
}

/*チラシ掲載期間外*/
.nonflyer{
    text-align: center;
    font-weight: 700;
    font-size: min(5vw,28px);
}