@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
@media screen and (max-width: 766px) {
  section.sale {
    background: #fff;
    padding: 15px;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -ms-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -o-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    margin-bottom: 60px;
  }
  section.sale .pg-sale__chirashi_title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.5rem;
    width: 100%;
    font-weight: 600;
  }
  section.sale figure {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
  }
  section.sale figure > a {
    display: block;
    margin-bottom: 15px;
  }
  section.sale figure img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  section.sale figure figcaption > a {
    display: block;
    max-width: 300px;
    width: 80%;
    height: 45px;
    background: #9ccc1d;
    font-size: 1.2em;
    border-radius: 5px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 15px;
    cursor: pointer;
    box-shadow: 0px 5px 1px 0px #8eb42a;
    position: relative;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
  }
  section.sale figure figcaption > a:hover {
    top: 4px;
    box-shadow: 0px 1px 1px 0px #8eb42a;
  }
  section.sale ul:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
  }
  section.sale ul:nth-of-type(1) li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  section.sale ul:nth-of-type(1) li span {
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    background: #fb9c83;
    display: inline-block;
    border-radius: 5px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    padding: 10px 10px 5px;
    margin-bottom: 5px;
    line-height: 1em;
  }
  section.sale ul:nth-of-type(1) li a {
    display: block;
    font-size: 1.1em;
    letter-spacing: 0.1em;
  }
  section.sale ul:nth-of-type(1) li a br {
    display: none;
  }
  section.sale ul:nth-of-type(1) li:nth-of-type(odd) {
    background: #fafafa;
  }
  section.sale ul:nth-of-type(1) li:after {
    content: attr(data-text);
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-size: 0.8em;
  }
  section.sale ul.pagenation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  section.sale ul.pagenation a {
    display: block;
    margin: 0 10px;
    background: #f5f1eb;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #43312d;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
    text-decoration: none;
  }
  section.sale ul.pagenation a:hover,
  section.sale ul.pagenation a.current {
    color: #fff;
    background: #fb9c83;
    text-decoration: none;
  }
  section.sale ul.pagenation a.back,
  section.sale ul.pagenation a.next {
    display: none;
  }
  .chirashi_nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: none;
    margin-bottom: 30px;
  }
  .chirashi_nav button {
    width: 200px;
    margin: 0 auto;
    text-align: left;
  }
  .chirashi_nav a {
    padding-left: 26px;
    text-align: left;
    position: relative;
    height: inherit;
    font-size: 1.2rem;
    font-weight: bold;
    width: fit-content;
  }
  .chirashi_nav a:before, .chirashi_nav a:after {
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    position: absolute;
    content: "";
    top: 50%;
  }
  .chirashi_nav a:before {
    background: #3e2a24;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 0;
  }
  .chirashi_nav a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #ffffff;
    left: 8px;
  }
}
