@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*-----------------------------------

  base

  -----------------------------------*/
  * {
    margin: 0;
    padding: 0;
  }
  img {
    vertical-align: bottom;
    max-width: 100%;
  }
  a {
    color: #231815;
    text-decoration: none;
  }
  body {
    font-family: "Noto Sans Japanese", メイリオ, sans-serif;
    color: #231815;
    background:
    url(../img/back_img_01.png) 0% 12% / 100px no-repeat,
    url(../img/back_img_02.png) 100% 21% / 100px no-repeat,
    url(../img/back_img_03.png) 0% 29% / 100px no-repeat,
    url(../img/back_img_04.png) 100% 37% / 100px no-repeat,
    url(../img/back_img_01.png) 0% 46% / 100px no-repeat,
    url(../img/back_img_02.png) 100% 54% / 100px no-repeat,
    url(../img/back_img_03.png) 0% 62% / 100px no-repeat,
    url(../img/back_img_04.png) 100% 70% / 100px no-repeat,
    url(../img/back_img_01.png) 0% 79% / 100px no-repeat,
    url(../img/back_img_02.png) 100% 90% / 100px no-repeat;
} 
  li{
    list-style-type: none;
  }
  #wrapper {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 90%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  @media screen and (max-width: 960px) {
    .pc {
      display: none;
    }
    .sp {
      display: inline-block;
    }
  }
/*----------------------------------------

            flex

----------------------------------------*/
  .flex{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 960px) {
    .flex{
      flex-wrap : wrap;
    }
    .flex_item{
      width: 100%;
      text-align: center;
    }
  }
/*----------------------------------------

            h2

----------------------------------------*/
  h2{
    font-size: 40px;
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
  }
  h2 span{
    font-size: 18px;
  }
/*----------------------------------------

            h3

----------------------------------------*/
  h3{
  font-size: 40px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  margin: 20px 0;
  line-height: 25px;
  border-left: solid 10px #666;/*左線*/
  }
  h3 span{
    font-size: 18px;
  }
  @media screen and (max-width: 960px) {

  h3{
  font-size: 30px;
  }
  h3 span{
    font-size: 15px;
  }
  }
/*----------------------------------------

            h4

----------------------------------------*/
  h4{
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  @media screen and (max-width: 960px) {

  h4 {
    font-size: 15px;
  }
  }
/*----------------------------------------

            header

----------------------------------------*/

header{
  height: 110px;
  display: block;
  padding: calc(57px / 2) 0;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
header{
  height: 74px;
  display: block;
  padding: calc(37px / 2) 0;
}
.header_logo{
  width: 200px;
}
}
/*----------------------------------------

            main

----------------------------------------*/
.main_kv{
  width: 100%;
  margin: 0;
  padding: 0;
}
  @media screen and (max-width: 960px) {
    .main_kvimg {
    width: 100%;
    }
  }
/*----------------------------------------

            contents

----------------------------------------*/

.contents{
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

/*----------------------------------------

            intro

----------------------------------------*/

.intro{
  padding: 65px 0;
  font: 18px #000;
}
@media screen and (max-width: 960px) {
.intro{padding: 35px 0;
}
}
/*----------------------------------------

            present

----------------------------------------*/

.present{
  padding-bottom: 65px;
}
.present_block{
  border: 3px solid #e6b14c;
  font-size: 15px;
  width: 100%;
    box-sizing: border-box;
}
.present_about{
  background-color: #e6b14c;
  padding: 20px;
}
.present_item{
  padding: 10px 30px;
}
.present_item img{
  margin: 10px 0;
}
.small{
  font-size: 12px;
  padding-top: 10px;
}
.present_line{
  width: 2px;
  height: 185px;
  background-color: #e6b14c;
}
.present_horizontal{
  width: 98%;
  height: 2px;
  margin: 0 auto;
  background-color: #e6b14c;
}

  @media screen and (max-width: 960px) {

  .present_line {
  width: 100%;
  height: 2px;
  background-color: #e6b14c;
}
.present_horizontal{
    margin: 0 auto;
    width: 95%;
    height: 2px;
    display: block;
}
.present{
  padding-bottom: 35px;
}
  }
/*----------------------------------------

            recommend

----------------------------------------*/

.recommend{
  padding-bottom: 65px;
}
.lead{
  font-size: 20px;
  margin-top: 20px;
  font-weight: 350;
}
.text{
  font-size: 15px;
  line-height: 24px;
  margin: 20px 0;
  font-weight: 100;
}

/*----------------------------------------

            navigation

----------------------------------------*/

.navigation{
  padding-bottom: 65px;
}
.navigation_block{
  margin: 10px 0;
  border: 3px solid #e6b14c;
  width: 470px;
  height: 220px;
  box-sizing: border-box;
    background-color: #fff;
    color: #000 !important;
    background-size: 200% 100%; 
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 177, 76, 1) 50%); 
    background-image: linear-gradient(to right, transparent 50%, rgba(230, 177, 76, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  position: relative;
  display: inline-block;
}
.navigation_block:hover {
    background-color: #e6b14c;
    background-position: -100% 100%;
}
.navigation_block::after {
  position: absolute;
  top: 50%;
  right: 35px;
  content: '';
  margin-top: -5px;
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #000;
  transition: all .2s;
}
.navigation_block:hover::after {
  right: 20px;
}
.navigation_title{
    font-size: 38px;
    line-height: 25px;
    position: absolute;
    top: 30px;
    left: 35px;
}
.navigation_title span{
  font-size: 18px;
}
.navigation_block img{
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50% 0);
  -ms-transform: translate(-50%, 0);
}
  @media screen and (max-width: 960px) {

  .navigation_block {
      width: 100%;
  }
  .navigation_block::after {
  right: 10px;
}
.navigation_block:hover::after {
  right: 5px;
}
.navigation .flex{
  display: block;
}
  }

/*----------------------------------------

            showroom_img

----------------------------------------*/
.showroom_img{
    width: 192px;
    height: auto;
    padding-bottom: 20px;
    transition: opacity 0.2s ease-out 0s;
}
.showroom_img img {
    width: 100%;
    height: auto;
}

.showroom_info {
    font-size: 13px;
    min-height: 132px;
    padding: 0 20px;
    border-right: 1px dotted #666;
    width: 192px;
    box-sizing: border-box;
}
  .ds-section:last-child .showroom {
    padding-bottom: 0;
  }
  .showroom:after {
    content: "";
    display: block;
    clear: both;
  }
  .showroom_detail {
    position: relative;
    float: left;
    width: 192px;
    margin-bottom: 30px;
  }
  .showroom_link:hover .showroom_img {
    opacity: .7;
  }
  .showroom_detail:nth-child(1) .showroom_info {
    border-left: 1px dotted #666;
  }
  .showroom_name {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .showroom_name:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 24px;
    height: 1px;
    display: block;
    background-color: #000;
    transition: width 0.2s ease-out 0s;
  }
  .showroom_link:hover .showroom_name:after {
    width: 100%;
  }
  @media screen and (max-width: 960px) {
    .showroom_info {
    border-right: none;
    border-bottom: 1px dotted #666;
}
   .showroom_detail:nth-child(1) .showroom_info{
    border-left: none;
    border-top: 1px dotted #666;
  }
  .showroom_name{
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .showroom .flex{
  display: block;
}
  .showroom_name:after {
    display: none;
  }
.showroom_detail {
  width: 100%;
  margin-bottom: 0;
}
.showroom_img {
    width: 100%;
}
.showroom_info {
    padding: 0;
    width: 100%;
    }
}
/*----------------------------------------

            footer

----------------------------------------*/

footer{
  text-align: center;
  background-color: #f4f4f4;
  padding: 80px 0;
  font: 15px #231815;
  margin-top: 150px;
}
.address{
  padding: 30px 0;
}
#page-top{
    position:fixed;
    right:50px;
    bottom:50px;
    font-size: 18px;
}
 
#page-top a{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    transition: background-color .2s;
}
#page-top i{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
}
 
#page-top a:hover{
    background-color: #666;

}
  @media screen and (max-width: 960px) {
    #page-top{
    right:20px;
    bottom:50px;
  }
  footer{
  margin-top: 50px;
}
  }
/*----------------------------------------

            button

----------------------------------------*/
            .btn {
              display: inline-block;
              position: relative;
              color: #fff;
              line-height: 60px;
              text-align: center;
              background: #8E9090;
              font-size: 20px;
              font-weight: 350;
              transition: all 0.4s;
            }
            .btn:hover {
              color: #fff;
              -webkit-transition: 0.4s;
              transition: 0.4s;
              opacity: 0.8;
            }
            .btn_l{
              width: 100%;
              max-width: 960px;
              margin-top: 30px;
            }
            .btn_m{
              width: 100%;
              max-width: 460px;
              margin-top: 30px;
            }

            @media screen and (max-width: 960px) {
              .btn {
                line-height: 25px;
                font-size: 15px;
                padding: 10px 0;
              }
              .btn_m{
                width: 100%;
                max-width: 460px;
                margin-top: 20px;
              }
            }
  /*-----------------------------------

  page

  -----------------------------------*/
  .title {
    margin:50px 0;
    text-align: center;
  }
  .title h2{
    font-size: 50px;
    line-height: 30px;
    padding: 30px 0;/*上下の余白*/
    border-top: solid 2px #666;/*上線*/
    border-bottom: solid 2px #666;/*下線*/
    margin-bottom: 10px;
  }
  .title h2 span{
  }
  .recommend_page{
    margin-bottom: 40px;     
  }
  .recommend_page img{
    margin-bottom: 30px;
  }
  .lineup_page{
    margin-bottom: 100px;
  }
  .lineup_block{
    margin-bottom: 20px;
  }
  .navigation_page{
    margin-bottom: 100px;
  }
  .alert{
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #e6b14c;/*上線*/
  border-bottom: solid 3px #e6b14c;/*下線*/
}

.navigation_page_block{
  margin: 10px 0;
  padding: 15px 20px;
  border: 3px solid #e6b14c;
  width: 310px;
  height: 140px;
  box-sizing: border-box;
    background-color: #fff;
    color: #000 !important;
    background-size: 200% 100%; 
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 177, 76, 1) 50%); 
    background-image: linear-gradient(to right, transparent 50%, rgba(230, 177, 76, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  position: relative;
  display: inline-block;
}
.navigation_page_block:hover {
    background-color: #e6b14c;
    background-position: -100% 100%;
}
.navigation_page_block::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  margin-top: -5px;
  border: 12px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #000;
  transition: all .2s;
}
.navigation_page_block:hover::after {
  right: 10px;
}
.navigation_page_title{
  font-size: 30px;
  line-height: 25px;
  text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.navigation_page_title span{
  font-size: 14px;
}
@media screen and (max-width: 960px) {
.recommend_page {
    margin-bottom: 20px;
}
.lineup_page {
    margin-bottom: 50px;
}
.alert {
  font-size: 13px;
  }
  .navigation_page .flex{
  display: block;
}
  .navigation_page_block {
    height: 100px;
    margin: 5px 0;
    width: 100%;
}
}