/*
Theme Name: hokuirn
Version: 1.0.0
Author: koo
*/

@charset "utf-8";
*{
  margin: 0;
  padding:0;
  font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

p{
  font-size: 16px;
  line-height: 1.6em;
}

header{
  position: relative;
}

.logo{
  margin-top: 1rem;
  margin-left: 5rem;
}

nav{
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
  width: 100%;
}

.nav-wrap{
  display: flex;
  list-style: none;
}

.nav-wrap li{
  padding-left: 4rem;
}


.nav-item01{
  padding:0 !important;
}

.nav-item01 a{
  color: #F29700 !important;
}

.nav-wrap li a{
  color: #fff;
  text-decoration: none;
  transition: background-color .5s;
}

.nav-wrap li a:hover{
  color: #F29700;
}

.contact_fix{
  position: fixed;
  top: 151px;
  z-index: 100;
  right: 0%;
  display: flex;
  padding: 0.2rem;
  background-color: #F29700;
  border: #fff solid 1px;
  flex-direction: column;
  align-items: center;
  transition: background-color .5s;

}



.contact_fix:hover{
  background-color: #F29700;
}

.contact_fix a{
  text-decoration: none;
  color: #fff;
  width: 69px;
  height: 25px;
  padding: 1.4rem 0.5rem;
  border: solid 1px #fff;

}

#home{
  height: auto;
  position: relative;
}


.fp_cont{
  position: absolute;
  top:157px;
  right: 50px;
  margin-left: 5rem;
  background-color: rgba(0, 0, 0, 0.562);
  width: 41rem;
  padding: 1rem 0rem 1rem 5rem   ;
  z-index: 20;
}

.fp_cont img{
  width: 30rem;
}

.fp_cont p{
  font-size: 1.5rem;
  margin-left: 11rem;
  color: #fff;
}

#slideshow {
  position:relative;
  width: 100%;
  }
  #slideshow img {
  position:absolute;
  top:0;
  left:0;
  z-index:8;
  width: 100%;
  height: 70vh;
  object-fit: cover;
  }
  #slideshow img.active {
  z-index:10;
  }
  #slideshow img.last-active {
  z-index:9;
  }

.content_01{
  display: flex;
  flex-direction: row;
  margin: 5.9rem 5.9rem 3rem;
  background-color: #000000;
  justify-content: space-between;
  max-width: 1800px;

}

.content{
  display: flex;
  flex-direction: row;
  margin: 0 5.9rem;
  background-color: #F4F3F3;
  justify-content: space-between;
  max-width: 1800px;
}

/* 導入エリア */
#hero{
  margin: calc(70vh + 30px) auto 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1800px;
}
.hero-wrap{
  display: flex;
  flex-direction: column;
  margin: 0 5.9rem;
  width: 100%;
  background-color: #000;
}

.top-img{
  margin: 0 auto;
  padding-top: 2rem;
}

.hero-img-flex{
  display: flex;
  width: 70%;
  margin: 43px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-img-flex a{
  width: 15%;
}

.hero-img-flex a img{
  width: 100%;
}
.hero-txt{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 40px auto;
  align-items: stretch;
}
.hero-ttl{
  color: #fff;
  line-height: 1.5em;
}
.hero-description{
  color: #fff;
  margin-top: 15px;

}

@media screen and (max-width:785px) {
  .top-img{
    width: 80%;
  }
  .hero-wrap{
    margin: 0;
  }
  .hero-img-flex{
    flex-direction: column;
    align-items: center;
  }
  .hero-img-flex a{
    width: 60%;
  }
  .hero-img-flex a img{
    width: 100%;
    margin-top: 10px;
  }
  .hero-txt{
    width: 80%;
  }
  .hero-wrap .hero-ttl br{
    display: none;
  }
}



/* END */

/* 信頼エリア */
#trust{
  margin: 5% auto 5%;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1800px;
}
.trust-wrap{
  display: flex;
  flex-direction: row;
  margin: 0 5.9rem;
  width: 100%;
  background-color: #F4F3F3;
  justify-content: space-between;
  align-items: center;
}
.trust-left-wrap{
  padding:5rem 3rem;
}
.trust-wrap img{
  width: 30%;
}
.trust-right{
  background-size: cover;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  width: 57% ;
  height: 100%;
  background-position: center;
}

@media screen and (max-width: 899px) {
  .trust-wrap{
    margin: 0 0 5%;
  }

}

@media screen and (max-width: 784px) {
  .trust-wrap{
    flex-direction: column;
  }
  .trust-left-wrap{
    margin: 0rem;
    padding: 3rem 4rem 2rem;
  }
  .trust-right{
    width: 100%;
    height: 36rem;
  }
}
/* END */
#old{
  margin: 0 auto;
  max-width: 1800px;
}

.old-head h2{
  color: #fff;
}
.subttl{
  color:#F29700;
}
p.old-cont-top {
  color: #fff;
  margin-top: 2.2rem;
  font-size: 15px;
}
p.old-cont-bottom {
  color: #fff;
  margin-top: 1.2rem;
  font-size: 15px;
}

.old-left{
  padding:5rem;
}

.old-img{
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.old-img a img{
  width: 140px;
}


.old-right{
  background-size: cover;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  width: 100% !important;
  background-position: center;
}

@media screen and (min-width:1100px){
  .old-right{
    width: 70%;
  }
}

#sale{
  margin-top: 3rem;
  margin-bottom: 1rem;
  max-width: 1800px;
}

.sale-content{
  background-color: #F4F3F3;
}

.sale-right{
  padding: 5rem;
 width: 60%;
}
.sale-head h2{
  color: #000;
}
.sale-cont-top{
  color: #000;
  margin-top: 2rem;
}
.sale-cont-bottom{
  color: #000;
  margin-top: 1.7rem;
}
.sale-cap{
  color: #000;
}
.sale-logo{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sale-left{
  background-size: cover;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  width: 100% !important;
}



.sale-btn{
  width: 123px;
  padding: 0.2rem 1.4rem;
  border: #fff solid 1px;
  text-align: center;
  background-color: #A59D4B;
  margin: 22px 0px;
}

.sale-btn a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.sale-cap{
  margin-bottom: 20px;
}

.sale-logo img{
  width: 12rem;
  margin: 0.4rem;
}
.honda{
  width: 5rem;
}

.sale-logo-cap{
  color: #000;
}

.sale-price-tb{
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: flex-start;
}

.sale-price-sp{
  display: none;
}

.sale-price-tb p{
  position:relative;
  margin-left: 2rem;
  color: #000;
  font-size: 1.3rem;
}

.sale-price-tb p::before{
  content: "";
  height: 20px;
  width: 20px;
  top: 5px;
  left: -27px;
  position: absolute;
  background-color: #F29700;
}

.postage{
  font-size: 13px;
  width: 31rem;
  background: rgb(255, 255, 255);
  border-collapse: collapse;
  border: solid 4px #fff;
}



.postage tr{
  transition: background-color .5s !important;
}

.postage tr:hover{
  background-color: #dadada  !important;
}


.sale-price-ttl{
  margin: 6px;
  color: #fff;
}

.sale-price-ttl th{
  background-color: #000;
  padding: 6px;
}

.postage td{
  text-align: center;
  color: #000;
  padding: 8px;
  border: #888888 solid 1px;
}

.price-cap{
  color: rgb(0, 0, 0);
  padding: 3rem 2rem;
  width: 80%;
}

.price-cap-local{
  margin: 2rem 0;
}

.price-contnt{
  margin-top:-4rem;
}

.look-right{
  object-fit: cover;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.auto-price{
  color: #fff;
  padding: 5rem 2rem;
  width: 40%;
}

.auto-price-tb{
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: flex-start;
}

.auto-price-sp{
  display: none;
}

.auto-price-tb p{
  position: relative;
  margin-left: 2rem;
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.auto-price-tb p::before{
  content: "";
  height: 20px;
  width: 20px;
  top: 5px;
  left: -27px;
  position: absolute;
  background-color: #F29700;
}

.auto-price-ttl{
  margin: 6px;
  color: #fff;
}

.auto-price-ttl th{
  padding: 5px;
  border: #888888 solid 1px;
  background: #000;
}

.vehicle{
  font-size: 13px;
  width: 31rem;
  background: rgb(255, 255, 255);
  border-collapse:collapse;
  border: solid 2px #fff;
}

.vehicle tr{
  transition: background-color .5s !important;
}

.vehicle tr:hover{
  background-color: #dadada  !important;
}

table.vehicle td{
  padding:8px;
  border: #888888 solid 1px;
}

.snow-left{
  background-size: cover;
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  width: 100% !important;
  background-position: center;
}



.snow-subttl{
  color: #F29700;
  font-size: 17px;
}

.snow-cont-top{
  color: #000;
  margin-top: 0.7rem;
}

.snow-btn{
  display: flex;
  width: 168px;
  height: 40px;
  padding: 0rem 1.4rem;
  border: #fff solid 1px;
  text-align: center;
  background-color: #F29700;
  margin: 22px 0px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.snow-btn a{
  color: #fff;
  text-decoration: none;
}

p.snow-blower-ttl{
  font-size: 1.3rem;
  margin: 0.9rem 1.5rem 1rem;
  position: relative;
}

p.snow-blower-ttl::before{
  content: "";
  height: 20px;
  width: 20px;
  top: 5px;
  left: -27px;
  position: absolute;
  background-color: #F29700;
}


.snow-blower{
  width: 74%;
  border-collapse: collapse;
  border: #a5a5a5 0.3px solid;
  background: #fff;
}

.snow-blower tr:hover{
  background-color: #dadada  !important;
}

.snow-price-ttl th{
  background-color: #000000;
  color: #fff;
  padding: 3px;
  text-align: inherit;
  border-left: #a5a5a5 solid 1px;
  text-align: left;
}

table.snow-blower td{
  padding: 7px;
  border: #a5a5a5 solid 1px;
}

#store_cont{
  margin: 3rem auto 0;

}

.content_store{
  background: rgba(255, 255, 255,0);
  flex-direction: column;
  margin: 0 auto;
}

.store_ttl{
  text-align: center;
  padding: 1rem 0 0.5rem 0;
}

.content_store table{
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  background-color: #fff;
  border-collapse: collapse;
  border: solid #fff 8px;
  border-spacing:10px;
}
.store_tr{
  border-bottom: #A59D4B solid 1px;
}
.store_tr a .facebook{
  width: 4%;
}
.store_tr a .youtube{
  width: 10%;
}
.td_bottom{
  border-bottom: #A59D4B solid 1px;
  padding-bottom:2rem;
}

.content_store td{
  padding:1rem 2rem 1rem;
}

.store_maps{
  text-align: center;
  margin: 2rem 0rem !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store_maps iframe{
  width: 90%;
  margin: 0 auto;
  height: 24rem;
  margin-bottom: 2rem;
}

#contact{
  background-image: url(/image/contact_bg.png);
  height: 27rem;
  background-size: cover;
  background-position: center;
  margin-top: 3rem;
}

.contact_cont{
  text-align: center;
  margin: 0 auto;
  padding-top: 9rem;
  width: 100%;
  position: relative;
}


.call_cont{
  position: absolute;
  top: 50%;
  left: 23%;
  padding: 1rem 1rem 2rem 1rem;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.96);
}

.call_cont h2{
  margin: 1rem;
}

.call{
  display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.call_icon{
  width: 2.5rem;
}

.call p{
  margin-left: 1.1rem;
  font-size: 1.7rem;  
}

.call_cont a{
  text-decoration: none;
  color: #fff;
  background-color: #A59D4B;
  padding: 0.5rem 3rem;
  font-size: 16px;
}

.call_icon ::before{
  background-color: #A59D4B;
}

.ft_content_img{
  display: flex;
  margin: 0 auto;
  padding: 4rem;
  flex-direction: row;
  justify-content: space-around;
  justify-items: stretch;
  align-content: stretch;
  align-items: baseline;
  width: 60%;
}

.ft_content_img img{
  width: 18rem;
}

.ft_content{
  border-top: solid #000 1px;
  padding-top: 0.9rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0.6rem;
}

.ft_content p{
  text-align: center;

}

.ft_icon{
  display: none;
}

.ft_content span{
  font-size: 25px;
}

.ft_content img{
  position: absolute;
  top: 22%;
  left: 90%;
}

.footer{
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.6rem 0.6rem;
}

.footer p{
  font-size: 5px;
}

@media screen and (max-width:1165px){
  .sale-price-tb{
    padding: 8rem 0.6rem;
  }
  .auto-price-tb{
    padding: 8rem 0.6rem;
  }
  .ft_content_img img{
    margin-left: 0.9rem;
  }
}

@media screen and (max-width:1000px) {
  #g-nav{
    position:fixed;
    z-index: 999;
  top:-120%;
    left:0;
  width:100%;
    height: 100vh;
  background:#999;
  transition: all 0.6s;
}


#g-nav.panelactive{
    top: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
}


#g-nav li{
  list-style: none;
  text-align: center; 
  padding-left: 0 !important;
}

#g-nav li a{
  color: #333 !important;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#g-nav li a:hover{
  color: #fff;
}

.openbtn1{
  position:fixed;
    z-index: 9999;
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
}

@media screen and (min-width:1001px) {
  .openbtn1{
    display: none;
  }
}

@media screen and (max-width:900px){
  .content_01{
    display: flex;
    padding: 3rem;
    margin: 3.9rem;
    background-color: #000000;
    justify-content: space-between;
    flex-direction: column;
  }
}

@media screen and (max-width: 899px) {
  .fp_cont{
    width: 23rem;
  }
  .fp_cont img{
    width: 18rem;
  }
  .fp_cont p{
    margin-left: -3rem;
  }
  .ft_content_img img{
    width: 14rem;
  }


  .content_01{
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-direction: row;
  }
  .old-right{
    width: 47rem;
    height: 36rem;
    background-position: 90% 30%;
  }
  .content{
    margin: 0;
  }
}

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

  .fp_cont{
    top: 75px;
  }
  .old-img{
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .old-img > a:nth-child(1){
    margin: 0 0 10px;
  }
  .old-left{
    padding: 3rem 4rem 2rem;
  }
  .look-right{
    height: 17rem;
  }
  .content_01{
    flex-direction: column;
  }
  .sale-price-sp{
    display: block;
  }
  .postage{
    display: none;
  }
  .sale-price-content{
    flex-direction: column !important;
  }
  .sale-price-tb{
    padding: 0.6rem 0 0 0 ;
  }
  .sale-price-tb p{
    margin-left: 4rem;
  }
  .sale-content{
    flex-direction: column-reverse;
  }
  .sale-left{
    width: 36rem;
    height: 20rem;
  }
  .sale-price-sp{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .sale-price-sp h2{
    font-size: 20px;
    padding: 0.5rem;
    background-color: #000;
    color: #fff;
    border: #fff solid 0.5px;
  }
  .price-contnt{
    flex-direction: column-reverse;
  }
  .vehicle{
    display: none;
  }
  .auto-price-tb{
    padding: 0;
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .auto-price-sp{
    display: block;
    width: 90%;
    margin: auto;
    background: #fff;
  }
  .auto-price-sp h2{
    font-size: 20px;
    padding: 0.5rem;
    background-color: #000;
    color: #fff;
    border: #fff solid 0.5px;
  }
  .auto-price{
    width: 80%;
    margin: auto;
  }
  .acd-check{
    display: none;
  }
  .acd-label{
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    border-top: solid 1px #000;
  }
  .acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
  }
  .acd-check:checked + .acd-label + .acd-content{
    height: 152px;
    opacity: 1;
    visibility: visible;
    color: rgb(0, 0, 0);
  }

  .acd-content-bottom{
    padding-bottom: 0.3rem;
  }

  .acd-content table{
    width: 90%;
    text-align: left;
    margin: auto;
    border-collapse: collapse;
  }
  .acd-content table tr{
    border-bottom: #000 1px solid;
  }
  .acd-content table th{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .acd-content table td{
    padding-bottom: 10px;
    padding-top: 10px;

  }

  .snow-content{
    flex-direction: column;
  }

  .snow-left{
    height: 26rem;
  }
  .ft_content_img{
    flex-direction: column;
    padding: 1rem;
    align-items: center;
  }
  .ft_content_img img{
    margin: 0;
    margin-bottom: 0.5rem;
    width: 100%;
  }
}


@media  screen and (max-width:550px) {
  .logo img{
    width: 70%;
  }
  .contact_fix{
    display: none;
  }

  .footer{
    position: relative;
    margin-bottom: 60px;
  }

  .ft-call{
    width: 30px !important;
  }
  .ft_icon{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
  }

  .ft_icon img{
    width: 1.8rem;
    height: 1.8rem;
  }

  .fp_cont{
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, -50%);
    width: 66%;
  }
  .fp_cont img{
    width: 14rem;
  }
  .fp_cont p{
    font-size: 1rem;
    text-align: center;
  }

  #contact{
    height: 29rem;
  }
  .call_cont{
    position: absolute;
    top: 47%;
    left: 0%;
    width: 92%;
    padding: 1rem 1rem 2rem 1rem;
    background-color: rgba(255, 255, 255, 0.86);
    background-position: 60%;
  }
  .sale-right{
    padding: 2rem;
    width: 82%;
  }
  .ft_content img{
    display: none;
  }
}



/* 1190px以上 */
@media screen and (min-width: 1190px){
  .fp_cont{
    top: 340px;
  }
  .sale-left img{
    width: 100%;
  }
  .old-left{
    padding: 5rem 2rem;
  }
  #old{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #sale{
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  #sale-price{
    display: flex;
    justify-content: center;
    max-width: 1800px;
    margin:  auto;
  }
  #look{
    display: flex;
    justify-content: center;
    max-width: 1800px;
    margin: 0 auto;
  }
  #price-auto{
    display: flex;
    justify-content: center;
    max-width: 1800px;
    margin: 0 auto;
  }
  #snow{
    display: flex;
    justify-content: center;
    max-width: 1800px;
    margin: 0 auto;
  }
  .snow-content{
    width: 100%;
  }
  .content_01{
    width: 100%;
  }
}

@media screen and (min-width: 1690px){
  #old{
    margin: 1rem auto 0;
  }
}
