/*
Theme Name: RUMBLE Child
Template: ajhh
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「RUMBLE」
Version: 1.2
Updated: 2019-01-30 14:51:35

*/

/*----------------------------------
ヘッダーメニュー表示処理
------------------------------------*/
body.l-header__fix .is-header-fixed .p-global-nav > li > a {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .l-header__bar--mobile {
    background: #fff!important;
    border-bottom: 1px solid #ddd;
  }
  .p-global-nav > li > a {
    padding: 20px 41px 20px 22px!important;
  }
  .p-global-nav > li > a span {
    display: none;
  }
}
.p-header__logo .p-logo img {
    max-width: 340px;
}
.p-footer__logo .p-logo {
    max-width: 300px;
}

/*----------------------------------
TOP ブランドNEWS サムネイル画像処理
------------------------------------*/
.p-blog-archive__large-item .p-blog-archive__item-thumbnail_inner {
  padding-top: 70%!important;
}


/*----------------------------------
アイキャッチ画像非表示処理
------------------------------------*/
.p-entry__thumbnail {
  display:none;
}


/*----------------------------------
ウィジェット一覧処理
------------------------------------*/
.widget_recent_entries ul li {
  border-bottom: 1px solid #ddd;
  padding: 4px 0 4px 0;
}

.p-article__meta {
  line-height: 1.8!important;
}

/*----------------------------------
TOPブランドNEWS　FLEXBOX処理
------------------------------------*/
#cb_1 .p-index-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/*----------------------------------
TOP ショップニュース処理
------------------------------------*/
.p-entry__related-item {
  width: 19%!important;
}

  .styled_post_list_top_widget ul li .p-article__date {
    display: none;
  }

.p-entry__related-items::before{
    content:"";
    display:block;
    width: 19%;
    height:0;
    order:1;
  }
.p-entry__related-items::after{
    content:"";
    display:block;
    width: 19%;
    height:0;
  }

@media only screen and (max-width: 991px){
  .p-entry__related {
    margin-top: 0!important;
  }
  .p-entry__related-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-entry__related-items::after{
    content:"";
    display: block;
    width:32%;
  }
  .p-entry__related-item {
    width: 32%!important;
  }
  .p-entry__related.shopnews .p-entry__related-item:nth-of-type(n+10) {
    display: none;
  }
  .p-entry__related-item__thumbnail {
    overflow: hidden;
    padding-top: 100%!important;
    position: relative;
    width: 100%!important;
    margin: 0 0 4px 0;
  }
  .p-entry__related-item__title {
    margin-left: 0!important;
  }
  .p-entry__related-item__meta {
    margin-left: 0!important;
  }
}
@media screen and (max-width: 767px) {
  .styled_post_list_top_widget ul li:nth-child(n + 7) {
    display: none;
  }
}

/*----------------------------------
TOP ブランドニュース一覧
------------------------------------*/
@media only screen and (max-width: 991px){
  .p-index-blog--type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .p-index-blog--type2::after{
    content:"";
    display: block;
    width:32%!important;
  }
  .p-index-blog__large-item {
    border-bottom: 0px!important;
  }
  .p-index-blog--type2 .p-index-blog__large-item, .p-index-blog--type2 .p-index-blog__item {
    width: 32%!important;
  }
  .p-index-blog__item-thumbnail {
    overflow: hidden;
    padding-top: 0!important;
    position: relative;
    width: 100%!important;
    margin: 0 0 4px 0;
  }
  .p-index-blog__item-info {
    width: 100%!important;
  }
  .p-index-blog--type2 .p-index-blog__item, .p-index-blog--type2 .p-index-blog__large-item {
    float: left!important;
  }
  .p-index-blog__item-thumbnail_inner {
    padding-top: 0!important;
  }
  .p-index-blog__item-thumbnail_inner img {
    position: inherit!important;
  }
  .p-blog-archive__large-item .p-blog-archive__item-title {
    font-weight: normal;
}
.p-blog-archive__item-title {
    font-size: 13px!important;
}
}

/*----------------------------------
TOP おすすめモデルウィジェット処理
------------------------------------*/
  .p-entry__related-item .p-article__date {
    display: none;
  }
@media only screen and (max-width: 991px){
  .p-widget-list__type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-widget-list__type2::after{
    content:"";
    display: block;
    width:32%!important;
    height:0;
  }
  .p-widget-list__type2 li {
    width:32%!important;
    margin-bottom: 30px!important;
  }
  #styled_post_list_top_widget-2 .p-widget-list__type2 li:nth-of-type(n+7) {
    display: none;
  }
  .p-widget-list__type2 .p-widget-list__item-thumbnail {
    overflow: hidden;
    padding-top: 100%!important;
    position: relative;
    width: 100%!important;
    margin: 0 0 4px 0;
  }
  .p-widget-list__type2 .p-widget-list__item-info {
    padding-left: 0!important;
  }
  .p-widget-list__type2 .p-widget-list__item-title {
    clear: both;
    font-size: 13px!important;
    min-height: 55px;
    line-height: 1.31;
}
}
@media screen and (max-width: 767px) {
  .p-entry__related-item:nth-child(n + 10) {
    display: none;
  }
}
/*----------------------------------
取扱いブランド一覧処理
------------------------------------*/
.p-widget-list {
  margin: 0 0 20px 0 !important;
}
.p-widget-list__type3 .p-widget-list__item {
  margin-bottom: 8px!important;
  padding-bottom: 10px!important;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box.over label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box.over label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: FontAwesome;
  content: '▼'' 続きを見る';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #000000;
}
.cp_box input {
  display: none;
}
.cp_box.over .cp_container {
  overflow: hidden;
  height: 400px; /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: '▲'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px){
  .p-widget-list__type3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-widget-list__type3::after{
    content:"";
    display: block;
    width:48%;
  }
  .p-widget-list__type3 li {
    width:48%!important;
  }
}

/*----------------------------------
ショップインフォ枠
------------------------------------*/
.c-meta-box {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.c-meta-box ul li {
  font-size: 20px!important;
}

.p-author__info {
  line-height: 2;
}

.p-author__info .p-social-nav {
  font-size: 20px!important;
}

.p-entry__body ul {
  margin-left: 0!important;
}
.p-entry__body ul, .p-entry__body ol, .p-entry__body dl {
  margin-bottom: 0!important;
}
@media only screen and (max-width: 991px) {
  .p-author__thumbnail {
    border-radius: 0%!important;
    float: none;
    width: 100%!important;
    margin: 0 auto 16px;
    object-fit: contain!important;
  }
  .post_col-2 .p-author__thumbnail img {
    object-fit: contain!important;
  }
}
@media screen and (max-width: 767px) {
  .c-meta-box {
    background: #fafafa!important;
    font-size: 12px;
    padding: 12px!important;
    margin-bottom: 20px!important;
  }
  .p-author__thumbnail {
    height: 200px!important;
  }
}


/*----------------------------------
店舗一覧
------------------------------------*/
.post_col-2 .p-author__box .q_button {
  width: 100%!important;
  max-width: 100%!important;
  border-radius: 4px;
  margin: 8px 0 0 0;
}
.post_col-2 .p-author__thumbnail {
  border-radius: 0!important;
  width: 90%!important;
  height: 280px!important;
}
.p-entry__body h2 {
  margin-bottom: 0!important;
}
.p-entry__body h2 {
  font-size: 110%;
}

ul.mapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.mapList li {
  width: 49%;
  list-style: none;
}
ul.areaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.areaList li {
  width:31%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 4px;
  text-align: center;
  background: #a57c4e!important;
}

.post_col-2 .p-author__box {
  line-height: 160%;
}

.acf-map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.acf-map ul li {
  list-style:none;
  margin:0;
  padding:0;
  width:49%;
  max-width:400px;
}

.acf-map ul li.sp {
  display: none;
}

.acf-map ul li img {
  width:100%;
}

@media screen and (max-width: 641px) {
.acf-map ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}

.acf-map ul li {
  width:100%;
  margin:0 auto 10px;
}

.acf-map ul li.sp {
  display: inline;
}

}

@media only screen and (max-width: 991px) {
  ul.mapList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.mapList li {
    width: 100%;
    margin: 0;
  }
  ul.areaList li {
    font-size: 12px!important;
    width:31%;
    padding: 5px 5px!important;
  }
  .p-headline {
    margin-bottom: 0!important;
    padding: 10px!important;
  }
  .post_col-2 .p-author__thumbnail {
    height: 200px!important;
  }
}

/*----------------------------------
店舗詳細
------------------------------------*/
@media only screen and (max-width: 991px) {
.p-index-blog__item-title {
    font-size: 13px!important;
}
}

/*----------------------------------
ニュース詳細
------------------------------------*/

.brand-news-image-main {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.brand-news-content-wrap {
  margin-bottom: 40px;
}

.brand-news-content-wrap img {
  border: 1px solid #999;
  box-sizing: border-box;
  display: block!important;
  margin-right: auto!important;
  margin-left: auto!important;
}

.brand-news-content-left h2:not(:first-child),
.brand-news-content-right h2:not(:first-child){
  margin-top: 30px;
}

.brand-news-content-center h2,
.brand-news-content-center p:not(:last-child),
.brand-news-content-left h2,
.brand-news-content-left p:not(:last-child),
.brand-news-content-right h2,
.brand-news-content-right p:not(:last-child) {
  margin-bottom: 16px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 641px) {
  .brand-news-content-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .brand-news-content-left {
    float: left;
    width: 60%;
  }
  .brand-news-content-right {
    float: right;
    width: 60%;
  }
  img.brand-news-image-left {
    width: calc(40% - 20px);
    height: auto;
    display: block;
    margin-right: auto!important;
    margin-left: auto!important;
  }
  .brand-news-content-wrap img {
    border: 1px solid #999;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .brand-news-content-wrap {
    margin-bottom: 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand-news-content-wrap img {
    max-width:100%;
    margin:0 auto 10px;
  }
}

/*----------------------------------
おすすめモデル
------------------------------------*/
.p-article-slider__item-thumbnail img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #cfcfcf;
}

/*----------------------------------
トップバナー
------------------------------------*/

.p-ad {
  margin-bottom: 0px!important;
  margin-top: 0px!important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-ad img {
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-index-ad img {
    width:100%;
    height:auto;
  }
  .p-index-slider__item-image img {
    object-fit: contain!important;
  }
}

@media only screen and (max-width: 1140px) and (min-width: 992px) {
  .l-2columns .p-ad__item {
    display: block;
    margin-bottom: 30px;
    width: 48%;
  }
}

/*----------------------------------
フッターロゴ
------------------------------------*/

@media screen and (max-width: 767px) {
  .p-footer__logo .p-logo img {
    max-width: 70%!important;
  }
}

.p-entry__related-item__title {
  min-height: 66px;
}