@charset "UTF-8";

/* フッター */

@media screen and (min-width: 780px) {
  #next {
    margin-top: 5%;
    background: url("../img/next/shoplist/bg.png");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  #next .ttl {
    padding: 0 !important;
    border-bottom: 0 solid #000 !important;
    text-align: center;
  }
  #next .btn {
    margin: 20px auto 5%;
    text-align: center;
  }

  #ftr {
    text-align: center;
  }
  #ftr p {
    margin: 20px 0;
    text-align: center;
  }
  #ftr p:last-child {
    color: #404040 !important;
  }

  #ftr a {
    padding: 0 20px;
    border-left: 1px solid #999;
    font-size: 14px;
    letter-spacing: 2px;
  }
  #ftr a:last-child {
    border-right: 1px solid #999;
  }

  #rec {
    margin-bottom: -5%;
    background: #f7f7f7;
  }
  #rec .ttl {
    padding: 0 !important;
    border-bottom: 0 solid #000 !important;
    text-align: center;
  }
  #rec .box {
    max-width: 900px;
    margin: 5% auto;
  }
  #rec .box div {
    width: 27%;
    margin: 0 auto;
  }
  #rec .box div img {
    margin-bottom: 20px;
  }

  #rec .fjs01 {
    max-width: 230px;
  }
  #rec .fjs02 {
    max-width: 220px;
  }
  #rec .fjs03 {
    max-width: 170px;
  }
  #rec .fjs04 {
    max-width: 120px;
  }
  #rec .fjs05 {
    max-width: 170px;
  }
}

@media screen and (max-width: 779px) {
  #next {
    margin-top: 15%;
    background: url("../img/next/shoplist/bg.png");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  #next .ttl {
    padding: 0 !important;
    border-bottom: 0 solid #000 !important;
    text-align: center;
  }
  #next .btn {
    margin: 20px auto 10%;
    text-align: center;
  }

  #ftr {
    text-align: center;
  }
  #ftr p {
    margin: 20px 0;
    text-align: center;
  }
  #ftr p:last-child {
    color: #404040 !important;
  }

  #ftr a {
    padding: 0 20px;
    border-left: 1px solid #999;
    font-size: 14px;
    letter-spacing: 2px;
  }
  #ftr a:last-child {
    border-right: 1px solid #999;
  }

  #rec {
    margin-top: 15%;
    margin-bottom: -15%;
    background: #f7f7f7;
  }
  #rec .ttl {
    padding: 0 !important;
    border-bottom: 0 solid #000 !important;
    text-align: center;
  }
  #rec .box {
    max-width: 900px;
    margin: 5% auto;
  }
  #rec .box div {
    width: 45%;
    margin: 0 auto 5%;
  }

  #rec .fjs01 {
    max-width: 140px;
    margin-top: 10px;
  }
  #rec .fjs02 {
    max-width: 140px;
    margin-top: 10px;
  }
  #rec .fjs03 {
    max-width: 109px;
    margin-top: 10px;
  }
  #rec .fjs04 {
    max-width: 82px;
    margin-top: 10px;
  }
  #rec .fjs05 {
    max-width: 109px;
    margin-top: 10px;
  }
}
