@charset "UTF-8";
/* -----------------------------------------------------------------------------
>> 今月のおすすめ情報
----------------------------------------------------------------------------- */

/* 共通 ================================================== */

/* ページ内リンクボタン */
#recommend .navi {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
#recommend .navi a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 50px;
  border-radius: 100px;
  color: #FFF;
  transition: 0.3s;
}
#recommend .navi a::after {
  content: "";
  display: block;
  width: 13px;
  height: 6px;
  background-image: url(../img/recommend/icon_aroow_bottom.svg);
  background-size: contain;
}
#recommend .navi a:not(:last-of-type) {
  margin-right: 12px;
}
#recommend .navi .btn--gift {
  background-color: #F33952;
}
#recommend .navi .btn--gift:hover {
  background-color: #CE001C;
}
#recommend .navi .btn--car {
  background-color: #FC8F00;
}
#recommend .navi .btn--car:hover {
  background-color: #D36900;
}

/* 来店プレゼント */
#recommend .gift {
  border: 3px solid #F33952;
  background-color: #FFF;
  padding-bottom: 50px;
  margin-bottom: 64px;
}
#recommend .gift h3 {
  padding: 0.75em 0 0.5em 0;
  background-image: url(../img/recommend/texture_gift.svg);
  background-repeat: repeat-x;
  line-height: 1.0;
  font-weight: 400;
  font-size: 2rem;
  color: #FFF;
}
#recommend .gift h4 {
  padding: 1.75em 0 1.5em 0;
  font-size: 1.75rem;
}
#recommend .gift .lineup {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDD7DC;
  border-radius: 12px;
  margin: 0 38px 28px 38px;
  padding: 0 15px 22px 15px;
}
#recommend .gift .lineup h5 span {
  color: #FFF;
}
#recommend .gift .lineup h5 span:nth-of-type(1) {
  font-weight: 400;
  font-size: 0.875rem;
}
#recommend .gift .lineup h5 span:nth-of-type(2) {
  padding: 0 0.25em;
  font-weight: 500;
  font-size: 1.75rem;
}
#recommend .gift .lineup h5 span:nth-of-type(3) {
  font-weight: 300;
  font-size: 0.8125rem;
}
#recommend .gift .lineup .lineup__list ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#recommend .gift .lineup .lineup__list ul li {
  width: calc((100% - 60px) / 5);
}
#recommend .gift .lineup .lineup__list figure {
  border-radius: 6px;
  background-color: #FFF;
}
#recommend .gift .lineup .lineup__list figure img {
  aspect-ratio: 1 / 1;
  /* width: 171px; */
  border-radius: 6px;
}
#recommend .gift .lineup .lineup__list figure figcaption {
  padding: 0.25em;
}
#recommend .gift .lineup .lineup__list p {
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-size: 0.6875rem;
  padding-right: 2em;
}

#recommend .gift .shop h5 {
  margin-bottom: 22px;
  font-size: 1.25rem;
}
#recommend .gift .shop h5::after {
  content: "";
  display: block;
  width: 320px;
  height: 2px;
  margin: 0 auto;
  background-color: #F33952;
  margin-top: 4px;
}
#recommend .gift .shop ul {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
#recommend .gift .shop ul li {
  width: 12em;
  margin: 0 25px;
}
#recommend .gift .shop ul li h6 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.75em;
}
#recommend .gift .shop ul li a {
  padding: 0.25em 1em 0.125em 1em;
  border-radius: 100px;
  background-color: #6B6B6B;
  font-weight: 300;
  color: #FFF;
}
#recommend .gift .shop ul li a:hover {
  background-color: #333;
}
#recommend .passport {
  margin: 0 auto;
  padding: 25px 15px 5px 15px;
  background-color: #F33952;
  border-radius: 6px;
  color: #FFF;
}
#recommend .passport span {
  margin-bottom: 0.25em;
  display: inline-block;
}
#recommend .passport span:nth-of-type(1) {
  font-size: 1.25rem;
  display: block;
}
#recommend .passport span:nth-of-type(2) {
  font-weight: 600;
  font-size: 0.9375rem;
  padding-right: 1em;
}
#recommend .passport span:nth-of-type(3) {
  font-weight: 800;
  font-size: 1.375rem;
}
#recommend .passport span:nth-of-type(4) {
  font-weight: 300;
  font-size: 0.9375rem;
  display: block;
  margin-bottom: 1em;
}
#recommend .passport span:nth-of-type(5) {
  font-weight: 200;
  font-size: 0.75rem;
  text-align: right;
  display: block;
}



/* 特選車 */
#recommend .car {
  border: 3px solid #FC8F00;
  background-color: #FFF;
  margin-bottom: 64px;
}
#recommend .car h3 {
  padding: 0.75em 0 0.5em 0;
  background-image: url(../img/recommend/texture_car.svg);
  background-repeat: repeat-x;
  line-height: 1.0;
  font-weight: 400;
  font-size: 2rem;
  color: #FFF;
}
#recommend .car .info {
  padding: 20px;
}


/* 960px 以上 ================================================== */
@media only screen and (min-width:960px) {

  #recommend .gift .lineup .lineup__list li:not(:last-of-type) {
    margin-right: 15px;
  }
  #recommend .gift .lineup .lineup__list ul {
    flex-wrap: wrap;
  }
  #recommend .gift .lineup .lineup__list li:first-of-type {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #recommend .gift .lineup h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 6px 6px;
    background-color: #F33952;
    width: 226px;
    height: 66px;
    margin-bottom: 50px;
  }
  #recommend .gift .shop ul li h6 span {
    display: block;
  }
  #recommend .passport {
    width: 512px;
  }
}

/* 960px 未満 ================================================== */
@media only screen and (max-width:959px) {
  /* ページ内リンクボタン */
  #recommend .navi {
    border-left: 5px solid #474A4E;
    border-right: 5px solid #474A4E;
    padding: 30px 15px;
    margin: 0;
    background-color: #FFF;
  }
  #recommend .navi a {
    width: calc((100% - 12px) / 2);
    height: 40px;
  }

  /* 来店プレゼント */
  #recommend .gift {
    border: 0;
    border-left: 5px solid #F33952;
    border-right: 5px solid #F33952;
    margin: 0;
    padding-bottom: 40px;
  }
  #recommend .gift h3 {
    margin: 0 15px;
    font-size: 1.5rem;
  }
  #recommend .gift h4 {
    font-size: 1.25rem;
  }
  #recommend .gift .lineup {
    margin: 0;
    padding: 0;
    border-radius: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #recommend .gift .lineup .lineup__list {
    padding: 24px 15px 5px 15px;
  }
  #recommend .gift .lineup .lineup__list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  #recommend .gift .lineup .lineup__list ul li {
    width: calc((100% - 18px) / 3);
    margin-bottom: 9px;
  }
  #recommend .gift .lineup .lineup__list ul li:not(:nth-of-type(3n)) {
    margin-right: 9px;
  }
  #recommend .gift .lineup .lineup__list h5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: #F33952;
  }
  #recommend .gift .shop {
    padding: 20px 15px 10px 15px; 
  }
  #recommend .gift .shop h5::after {
    width: 80%;
  }
  #recommend .gift .shop ul {
    flex-direction: column;
    margin: 0;
  }
  #recommend .gift .shop ul li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
  }
  #recommend .gift .shop ul li h6 {
    padding-left: 0.75em;
    font-size: 0.875rem;
  }
  #recommend .passport {
    margin: 0 15px;
    padding: 18px 10px 5px 10px;
  }
  #recommend .passport span:nth-of-type(1) {
    font-size: 1.125rem;
  }
  #recommend .passport span:nth-of-type(2) {
    font-size: 0.875rem;
  }
  #recommend .passport span:nth-of-type(3) {
    font-size: 1.25rem;
  }
  #recommend .passport span:nth-of-type(4) {
    font-size: 0.8125rem;
  }
  #recommend .passport span:nth-of-type(5) {
    font-size: 0.6875rem;
  }

  /* 特選車 */
  #recommend .car {
    border: 0;
    border-left: 5px solid #FC8F00;
    border-right: 5px solid #FC8F00;
    margin: 0;
    padding-bottom: 40px;
  }
  #recommend .car h3 {
    margin: 0 15px;
    font-size: 1.5rem;
  }
}