@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
@media screen and (max-width: 767.9px) {
  .pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem;
    font-size: 1.4rem;
  }
  .pager li {
    margin: 0 0.5rem 0.5rem 0;
    font-size: 1.4rem;
  }
  .pager li:first-child {
    width: 100%;
    margin: 0 0 0.5rem;
    text-align: center;
  }
  .pager li.current {
    display: block;
    min-width: 1.6rem;
    height: 2.2rem;
    padding: 0 0.2rem;
    border: 1px solid #876528;
    border-radius: 3px;
    background: #876528;
    color: #fff;
    line-height: 2.2rem;
    text-align: center;
    text-decoration: none;
  }
  .pager a {
    display: block;
    min-width: 1.6rem;
    height: 2.2rem;
    padding: 0 0.5rem;
    border: 1px solid #876528;
    border-radius: 3px;
    background: #fff;
    color: #876528;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    text-decoration: none;
  }
  .pager li.current a {
    height: 2rem;
    background: #876528;
    color: #fff;
  }
  .pager a:hover {
    background: #876528;
    color: #fff;
  }
}
@media screen and (min-width: 768px), print {
  .pager {
    font-size: 14px;
  }
  .pager ::after {
    content: "";
    display: block;
    clear: both;
  }
  .pager li {
    margin: 0 5px 5px 0;
    float: left;
    font-size: 14px;
  }
  .pager li:first-child {
    margin: 0 5px 20px 0;
  }
  .pager li:last-child {
    margin: 0 0 20px;
  }
  .pager li.current {
    display: block;
    min-width: 16px;
    height: 22px;
    padding: 0 2px;
    border: 1px solid #876528;
    border-radius: 3px;
    background: #876528;
    color: #fff;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
  }
  .pager a {
    display: block;
    min-width: 16px;
    height: 22px;
    padding: 0 5px;
    border: 1px solid #876528;
    border-radius: 3px;
    background: #fff;
    color: #876528;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
  }
  .pager li.current a {
    height: 20px;
    background: #876528;
    color: #fff;
  }
  .pager a:hover {
    background: #876528;
    color: #fff;
  }
}
