@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
@media print, screen and (min-width: 767px) {
  article h1 {
    margin-bottom: 30px !important;
  }
  section.sale {
    position: relative;
    background: url(../../image/facility/common/background.png) repeat-y center top;
    padding-bottom: 90px;
  }
  section.sale > div {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 1100px;
    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);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .pg-sale__chirashi_title {
    text-align: center;
    margin-bottom: 18px;
    font-size: 1.8rem;
    width: 100%;
    font-weight: 600;
  }
  section.sale > div figure {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
  }
  section.sale > div figure > a {
    display: block;
    margin-bottom: 30px;
  }
  section.sale > div figure img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  section.sale > div 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 > div figure figcaption > a:hover {
    top: 4px;
    box-shadow: 0px 1px 1px 0px #8eb42a;
  }
  section.sale > div ul:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
  }
  section.sale > div ul:nth-of-type(1) li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.sale > div ul:nth-of-type(1) li span {
    width: 10%;
    text-align: center;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background: #fb9c83;
    display: inline-block;
    padding: 0 10px;
  }
  section.sale > div ul:nth-of-type(1) li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    width: 88%;
  }
  section.sale > div ul:nth-of-type(1) li a br {
    display: none;
  }
  section.sale > div ul:nth-of-type(1) li:nth-of-type(odd) {
    background: #fafafa;
  }
  section.sale > div ul:nth-of-type(1) li:before {
    content: attr(data-text);
    display: block;
    margin-bottom: 5px;
    color: #999;
    width: 100%;
  }
  section.sale > div 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;
    width: 100%;
  }
  section.sale > div ul.pagenation a {
    display: block;
    margin: 0 15px;
    background: #f5f1eb;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #43312d;
    text-align: center;
    line-height: 30px;
    font-size: 1em;
    text-decoration: none;
  }
  section.sale > div ul.pagenation a:hover,
  section.sale > div ul.pagenation a.current {
    color: #fff;
    background: #fb9c83;
    text-decoration: none;
  }
  section.sale > div ul.pagenation a.back,
  section.sale > div ul.pagenation a.next {
    white-space: nowrap;
    width: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  section.sale > div ul.pagenation a.back:before {
    content: url(../../image/event/common/button_arrow_back.png);
    display: block;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  section.sale > div ul.pagenation a.next:after {
    content: url(../../image/event/common/button_arrow_next.png);
    display: block;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }
  section.sale > div ul.pagenation a.back:hover:before {
    content: url(../../image/event/common/button_arrow_back_hover.png);
  }
  section.sale > div ul.pagenation a.next:hover:after {
    content: url(../../image/event/common/button_arrow_next_hover.png);
  }
  .chirashi_nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: none;
  }
  .chirashi_nav:before, .chirashi_nav:after {
    position: absolute;
    top: 0;
  }
  .chirashi_nav:before {
    content: url(../../image/shop/index/section01_nav_before.png);
    left: 0;
  }
  .chirashi_nav:after {
    content: url(../../image/shop/index/section01_nav_after.png);
    right: 0;
  }
  .chirashi_nav a {
    padding-left: 26px;
    text-align: left;
    position: relative;
    height: inherit;
    font-size: 1.2rem;
    font-weight: bold;
    width: fit-content;
    margin: 0 1em;
  }
  .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;
  }
}
