@charset "UTF-8";
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*明朝体*/
/*コンテンツwidth*/
/*main-width*/
/*ボーダーカラー*/
/*背景色*/
/*よく使う色*/
/*ボタン*/
/*タイトルバー*/
/*
TOPページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
header
-----------------------------------------------------------------*/
#mainVisual {
  width: 100%;
  height: 100vh;
  position: relative; }
  #mainVisual header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  #mainVisual h1 {
    width: 72%;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    z-index: 99; }
  #mainVisual .bx-wrapper {
    position: relative;
    z-index: 1; }
    #mainVisual .bx-wrapper .bx-viewport #slider li {
      width: 100%;
      height: 100vh;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
      #mainVisual .bx-wrapper .bx-viewport #slider li.slider01 {
        background-image: url(img/top/slider01_bg_sp.jpg); }
      #mainVisual .bx-wrapper .bx-viewport #slider li.slider02 {
        background-image: url(img/top/slider02_bg_sp.jpg); }
      #mainVisual .bx-wrapper .bx-viewport #slider li.slider03 {
        background-image: url(img/top/slider03_bg_sp.jpg); }
    #mainVisual .bx-wrapper .bx-has-pager {
      width: 100%;
      height: 4px;
      position: absolute;
      bottom: 20px;
      left: 0;
      z-index: 99; }
      #mainVisual .bx-wrapper .bx-has-pager .bx-pager {
        width: 100%;
        height: 4px;
        text-align: center; }
        #mainVisual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item {
          display: inline-block;
          width: 12%;
          margin: 0 3px;
          vertical-align: top; }
          #mainVisual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a {
            height: 4px;
            border: 1px solid #fff;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap; }
            #mainVisual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a.active {
              background-color: #fff; }

/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
#menu ul {
  overflow: hidden; }
  #menu ul li {
    float: left;
    width: 50%; }
    #menu ul li a p {
      display: none; }

/*-----------------------------------------------------------------
オンライン査定
-----------------------------------------------------------------*/
.bnOA {
  padding: 4%;
  background-color: #eff1f0; }

/*-----------------------------------------------------------------
新着情報
-----------------------------------------------------------------*/
#blog {
  width: 92%;
  padding: 25px 0 0;
  margin: 0 auto 25px; }
  #blog h2 {
    width: 75%;
    margin-bottom: 15px; }
  #blog ul {
    padding-bottom: 30px;
    position: relative;
    z-index: 0; }
    #blog ul li {
      margin-bottom: 20px; }
      #blog ul li .thumb {
        margin-bottom: 15px; }
        #blog ul li .thumb a img {
          max-width: 100%;
          max-height: 241px;
          object-fit: contain; }
      #blog ul li .txtWrap .dateLine {
        display: table;
        margin-bottom: 10px; }
        #blog ul li .txtWrap .dateLine p {
          display: table-cell;
          vertical-align: middle; }
          #blog ul li .txtWrap .dateLine p.cat a {
            padding: 3px 15px;
            border: 1px solid #333;
            font-size: 12rem; }
          #blog ul li .txtWrap .dateLine p.date {
            padding-left: 10px;
            font-size: 14rem;
            color: #d35d0b; }
      #blog ul li .txtWrap h3 {
        width: 100%;
        margin-bottom: 10px; }
        #blog ul li .txtWrap h3 a {
          line-height: 150%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: bold; }
      #blog ul li .txtWrap .excerpt {
        line-height: 150%; }
    #blog ul .slick-arrow {
      width: 16px;
      height: 30px;
      padding: 0;
      margin: 0;
      background-position: 0 0;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      vertical-align: bottom;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      position: absolute;
      bottom: -15px;
      z-index: 10; }
      #blog ul .slick-arrow:befote {
        display: none; }
      #blog ul .slick-arrow.slick-prev {
        background-image: url(img/top/info_arrow_prev.png);
        left: 0; }
      #blog ul .slick-arrow.slick-next {
        background-image: url(img/top/info_arrow_next.png);
        right: 0; }
    #blog ul .dot {
      width: 100%;
      height: 30px;
      padding: 8px 0;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 9; }
      #blog ul .dot li {
        display: inline-block;
        height: 14px;
        margin: 0 3px; }
        #blog ul .dot li button {
          display: block;
          width: 14px;
          height: 14px;
          background-color: #e5e5e5;
          border: 1px solid #e5e5e5;
          -webkit-border-radius: 14px;
          border-radius: 14px;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap; }
        #blog ul .dot li.slick-active button {
          background-color: #fff; }

/*-----------------------------------------------------------------
アクセス
-----------------------------------------------------------------*/
#access {
  padding: 25px 4%;
  background-color: #eff1f0; }
  #access h2 {
    width: 75%;
    margin-bottom: 15px; }
  #access #gMap {
    margin-bottom: 25px; }
    #access #gMap iframe {
      width: 100%;
      height: 230px; }
  #access .logo {
    width: 52%;
    margin-bottom: 20px; }
  #access .companyName {
    margin-bottom: 15px;
    font-size: 18rem;
    font-weight: bold; }
  #access address {
    margin-bottom: 15px;
    line-height: 150%; }
    #access address a {
      display: inline; }
  #access .btn {
    width: 100%; }
    #access .btn a,
    #access .btn input {
      display: block;
      height: 60px;
      background-color: #fff;
      border: 2px solid #000;
      line-height: 56px;
      text-align: center;
      font-size: 18rem;
      font-weight: bold; }
      #access .btn a:hover,
      #access .btn input:hover {
        cursor: pointer; }
      #access .btn a:hover,
      #access .btn input:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
  header
  -----------------------------------------------------------------*/
  #mainVisual h1 {
    width: 460px;
    top: 45%; }
    #mainVisual h1 img {
      width: 460px; }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider01 {
    background-image: url(img/top/slider01_bg_pc.jpg); }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider02 {
    background-image: url(img/top/slider02_bg_pc.jpg); }
  #mainVisual .bx-wrapper .bx-viewport #slider li.slider03 {
    background-image: url(img/top/slider03_bg_pc.jpg); }
  #mainVisual .bx-wrapper .bx-has-pager {
    bottom: 43px; }
    #mainVisual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item {
      width: 90px;
      height: 4px;
      vertical-align: top; }
      #mainVisual .bx-wrapper .bx-has-pager .bx-pager .bx-pager-item a {
        display: block;
        height: 4px; }

  /*-----------------------------------------------------------------
  menu
  -----------------------------------------------------------------*/
  #menu ul li {
    float: left;
    width: 25%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
    #menu ul li:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    #menu ul li a {
      display: block;
      width: 100%;
      height: 240px;
      padding: 38px 30px 0; }
      #menu ul li a h2 {
        margin-bottom: 60px; }
      #menu ul li a p {
        display: block;
        line-height: 160%;
        color: #fff; }
    #menu ul li:nth-child(1) {
      background-image: url(img/top/menu01_bg_pc.jpg); }
    #menu ul li:nth-child(2) {
      background-image: url(img/top/menu02_bg_pc.jpg); }
    #menu ul li:nth-child(3) {
      background-image: url(img/top/menu03_bg_pc.jpg); }
    #menu ul li:nth-child(4) {
      background-image: url(img/top/menu04_bg_pc.jpg); }

  /*-----------------------------------------------------------------
  オンライン査定
  -----------------------------------------------------------------*/
  .bnOA {
    padding: 60px 0;
    text-align: center; }
    .bnOA a img:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

  /*-----------------------------------------------------------------
  新着情報
  -----------------------------------------------------------------*/
  #blog {
    width: 1200px;
    padding: 60px 0 70px;
    margin: 0 auto; }
    #blog h2 {
      width: auto;
      margin-bottom: 30px; }
      #blog h2 img {
        width: 338px; }
    #blog ul {
      width: 100%;
      padding: 0;
      overflow: hidden;
      position: relative; }
      #blog ul li {
        margin: 0; }
        #blog ul li .thumb a img {
          height: auto; }
          #blog ul li .thumb a img:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #blog ul li .txtWrap h3 a {
          display: inline-block;
          width: 100%; }
        #blog ul li:first-child {
          float: left;
          width: 556px; }
          #blog ul li:first-child .thumb {
            width: 556px;
            margin-bottom: 18px; }
            #blog ul li:first-child .thumb a img {
              width: 556px;
              height: 389px;
              max-width: 556px;
              max-height: 389px;
              object-fit: contain; }
          #blog ul li:first-child .txtWrap h3 a {
            font-size: 20rem; }
        #blog ul li:nth-child(n+2) {
          width: 540px;
          margin: 0 0 25px 645px;
          overflow: hidden; }
          #blog ul li:nth-child(n+2) .thumb {
            float: left;
            width: 150px;
            margin: 0; }
            #blog ul li:nth-child(n+2) .thumb a img {
              width: 150px;
              height: 112px;
              max-width: 150px;
              max-height: 112px;
              object-fit: cover; }
          #blog ul li:nth-child(n+2) .txtWrap {
            float: right;
            width: 370px; }
            #blog ul li:nth-child(n+2) .txtWrap h3 {
              margin: 0;
              line-height: 130%; }
              #blog ul li:nth-child(n+2) .txtWrap h3 a {
                line-height: 130%;
                font-size: 18rem; }
            #blog ul li:nth-child(n+2) .txtWrap .excerpt {
              line-height: 130%; }

  /*-----------------------------------------------------------------
  アクセス
  -----------------------------------------------------------------*/
  #access {
    padding: 80px 0 105px;
    text-align: center; }
    #access h2 {
      width: 1px solid #fff;
      margin: 0 auto 20px; }
      #access h2 img {
        width: 362px; }
    #access figure {
      display: inline-block;
      width: 382px;
      margin: 0 25px 0 0;
      vertical-align: top; }
      #access figure img {
        width: 382px; }
    #access #gMap {
      display: inline-block;
      width: 382px;
      margin: 0 25px 0 0; }
      #access #gMap iframe {
        width: 100%;
        height: 273px; }
    #access .container {
      display: inline-block;
      width: 353px;
      text-align: left;
      vertical-align: top; }
    #access .logo {
      width: 182px; }
      #access .logo img {
        width: 182px; }
    #access address a {
      pointer-events: none; }
    #access .btn a,
    #access .btn input {
      display: block;
      height: 60px;
      background-color: #fff;
      border: 2px solid #000;
      line-height: 56px;
      text-align: center;
      font-size: 18rem;
      font-weight: bold; }
      #access .btn a:hover,
      #access .btn input:hover {
        cursor: pointer; }
      #access .btn a:hover,
      #access .btn input:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }

  /*------------------------------ //PC用CSS ------------------------------*/ }

/*# sourceMappingURL=front.css.map */
