@charset "utf-8";
/* main.cssの調整 ここから------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {.g_review_anker--shop:last-child {
    margin-right: 16px;
  }
}

/* main.cssの調整 ここまで ------------------------------------------------------------------------------*/

/* fixed_contact スマホ版追加 20250326 ここから------------------------------------------------------------------------------*/
.fixed--contact .sp-none-flex {
    display: flex;
    opacity: 1;
  }
  .fixed--contact .pc-none{
    display: none;
    opacity: 0;
  }
  @media screen and (max-width: 767px) {
    .fixed--contact .sp-none-flex {
        display: none;
        opacity: 0;
    }
    .fixed--contact .pc-none{
      display: block;
      opacity: 1;
    }
  }
  
    @media screen and (max-width: 767px) {
  
      .fixed--contact .ftrScroll {
        /*jsでスクロール表示制御の初期状態*/
        display: none;
    }
    /* fixed--contact ポップアップバナー */
      .fixed--contact .ftrScroll .floatBnr {
        position: absolute;
        left: 0;
        bottom: calc(12vmin + 5em) ;
    }
    .fixed--contact .ftrScroll .floatBnr img{
      width: 55vmin;
      max-width: 300px;
      height: auto;
      max-height: 300px;
    }
    .fixed--contact .ftrScroll .floatBnrClose {
      position: absolute;
      top: 0;
      display: block;
      width: 24px;
      height: 24px;
      background: #5b7e91;
      cursor: pointer;
      transition: ease0.4s;
    }
    .fixed--contact .ftrScroll .floatBnrClose::before, 
    .fixed--contact .ftrScroll .floatBnrClose::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #FFF;
      transform: rotate(45deg);
      transform-origin: 0% 50%;
      position: absolute;
      top: calc(14% - 1px);
      left: 14%;
    }
    .fixed--contact .ftrScroll .floatBnrClose::after {
      transform: rotate(-45deg);
      transform-origin: 100% 50%;
      left: auto;
      right: 14%;
    }
    /* fixed_contact ポップアップバナー ここまで*/
    /* fixed_contact ボタン */
    .fixed--contact .ftrScroll .ftrCont ul li {
      width: auto;
      margin: 0 1px 0px 0;
      border-radius: 0;
      font-size: 15px;
      font-size: 3vmin;
      font-weight: bold;
      width: 100%;
      padding: 5px;
      z-index: 0;
    }
    .fixed--contact .ftrScroll .ftrCont ul li:last-of-type{
      margin: 0;
    }

    .fixed--contact .btn a{color:inherit!important;}
    .fixed--contact .btn a::after {content:none;}
    .fixed--contact .ftrScroll .ftrCont .btnList li a {
      padding: 10px 0;
      display: block;
      text-decoration: none;
      position: relative;
      text-align: center;
      border: #fff solid 2px;
      height: 100%;
      box-sizing: border-box;
      text-align: center;
      line-height: 1.2;
      font-size: 1em;
      min-width: auto;
      border-radius: 0;
    }
    .fixed--contact .ftrScroll .ftrCont .btnList li a p{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    }
    .fixed--contact .icon::before, .fixed--contact .icon-svg {
        margin-right: 0;
    }
    .fixed--contact .ftrScroll .ftrCont .btnList li a img,
    .fixed--contact .ftrScroll .ftrCont .btnList li a svg {
      max-height: 45px;
      max-width: 40px;
      margin: 0px 4px 4px;
      font-size: 8vmin;
      align-content: center;
      height: 6vmin;
      width: 6vmin;
    }

    .fixed--contact li[class*="link-"].btn a {
      background-color: initial;
    }
    .fixed--contact .link-showroom.btn {
      background-color: #3B9A60;
      color:#fff;
    }
    .fixed--contact .link-contact.btn {
      background-color: #F12B2B;
      color:#fff;
    }
    .fixed--contact .link-tel.btn {
      background-color: #F9AF2E;
      color:#000;
    }
  }
  /* fixed_contact ボタン ここまで*/
/* 初めての方へポップアップバナー非表示20250521 */
.fixed--contact .ftrScroll .floatBnr *{display:none;}
/* お見積りフォーム画面でフローティングバナー非表示20250521 */
.page-mitsumori .fixed--contact .ftrScroll .ftrCont{display:none;}
/* fixed_contact スマホ版追加 ここまで ------------------------------------------------------------------------------*/

/* グローバルナビ スマホ版の内部お問い合わせ欄 */
.fixed--nav .gnav .inner {
    width: 100%;
    max-width: 100%;
    -webkit-justify-content: unset;
    -ms-flex-pack: initial;
    justify-content: unset;
}

/* 直書きcssの上書き修正 ここから ------------------------------------------------------------------------------*/
/* グローバルナビ スマホ版の内部お問い合わせ欄 */
@media (max-width: 767px) {
    body .gnav .tel_box {
        display: block;
        text-align: center;
        background-color: #fff;
        padding-bottom: 20px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    body .gnav .tel_box .sp-tel-btn {
        width: 90%;
        padding: 14px;
        box-sizing: border-box;
        background-color: #F9AF2E;
        color: #fff;
        margin-top: 20px;
    }
}
/* 直書きcssの上書き修正 ここまで ------------------------------------------------------------------------------*/
