/*====================================================
このCSSは株式会社dgreenの制作物です。
無断転載、利用はご遠慮ください。
/*====================================================*/
body{
  font-family: 'Noto Sans JP', sans-serif;
}
.home h2{
  font-family: 'EB Garamond', serif;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  margin: 0px 0 30px;
}
.home h2 span.sub_title{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 7px 0 0;
}
.home h2 span.red{
  color: #E20A17;
}
.container {
  background-color: #fff;
}
@media all and (max-width:750px) {
  .home h2{
    padding: 50px 0 0;
  }
}
@media all and (min-width:751px) {
}
/*===================================
mainslider
===================================*/
.mainslider_wrap{
  position: relative;
}
.mainslider_wrap .mainslider_slogan{
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mainslider_wrap img{
  max-width: 936px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.mainslider{
  padding: 0;
  list-style: none;
}
.mainslider li{
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (max-width:750px) {
  .mainslider li.mainslider_img01{
    background-image: url(https://hakusangd.jp/img/top/mainslider_img02_sp.jpg);
  }
  .mainslider li.mainslider_img02{
    background-image: url(https://hakusangd.jp/img/top/mainslider_img01_sp.jpg);
  }
  .mainslider_wrap {
    margin: 74px 0 0;
  }
  .mainslider_wrap .mainslider_slogan{
    top: 7vh;
  }
}
@media all and (min-width:751px) {
  .mainslider li.mainslider_img01{
    background-image: url(https://hakusangd.jp/img/top/mainslider_img02.jpg);
  }
  .mainslider li.mainslider_img02{
    background-image: url(https://hakusangd.jp/img/top/mainslider_img01.jpg);
  }
  .mainslider_wrap{
    margin: 129px 0 0;
  }
  .mainslider_wrap .mainslider_slogan{
    top: 15vh;
  }
}
/*===================================
top_lede
===================================*/
p.sub_lede{
  background-color: #F7CE46;
  text-align: center;
  color: #003399;
  font-weight: 600;
}
p.lede_large{
  font-weight: bold;
}
p.lede_large .green{
  color: #008859;
}

.top_bnr_line{
  display: block;
}
.top_bnr_wrap{}
.top_bnr{
  display: inline-block;
}
.top_bnr.right{}

.creditcard img{}

@media all and (max-width:750px) {
  p.lede_large{
    margin: 50px 0 30px;
  }
  p.sub_lede{
    font-size: 19px;
    max-width: 466px;
    padding: 5px 0 3px;
    margin: 0;
  }
  .top_lede_wrap{
    background-image: url(https://hakusangd.jp/img/top/top_lede_bg.jpg);
    background-size: 80vw;
    background-position: 150% 5%;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .top_lede_wrap .container{
    background-color: rgb(255 255 255 / 0%);
  }
  #top_lede{
    padding: 0;
  }
  p.lede_large{
    font-size: 34px;
  }
  p.lede_text{
    font-size: 16px;
    line-height: 2;
  }
  .creditcard{
    margin: 30px 0 130px;
    padding: 0 0 50px;
  }
  .top_bnr_line{
    margin: 0 0 10px;
  }
  .top_bnr.left{
    margin: 0 0 10px;
  }
}
@media all and (min-width:751px) {
  p.lede_large{
    margin: 30px 0 0;
  }
  p.sub_lede{
    font-size: 19px;
    max-width: 466px;
    padding: 5px 0 3px;
    border-radius: 5px;
  }

  #top_lede{
    background-image: url(https://hakusangd.jp/img/top/top_lede_bg.jpg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 65px 0 150px;
  }
  p.lede_large{
    font-size: 52px;
  }
  p.lede_text{
    font-size: 19px;
    line-height: 2.2;
  }
  .creditcard{
    margin: 40px 0 105px;
  }
  .top_bnr_line{
    margin: 0 0 40px;
  }
}
/*===================================
top_carlist
===================================*/
#top_carlist{
  background-color: #F4F6F7;
}

#top_carlist .container{
  margin: 75px auto 0;
  background-color: #f5f6f7;
}
#top_carlist ul{
  padding: 0;
  list-style: none;
  margin: 50px 0 0;
}

#top_carlist ul li a{
  text-decoration: none;
  color: #242424;
}
#top_carlist ul li a:hover{
  opacity: 0.8;
}

#top_carlist ul li img,
.archive__detail img{
  width: 100%;
  height: 226px;
  object-fit: cover;
  object-position: center 75%;
}


.featured_car{
  background: #008859;
}
.secondhand_car{
  background: #002F8D;
}
.new_car{
  background: #CB1F2A;
}

#top_carlist ul li h3,.archive__detail h3{
  margin: 0;
  font-size: 16px;
  padding: 7px 15px 15px;
  font-weight: 500;
  background-color: #fff;
}
#top_carlist ul li .arrow_bk01, .archive__detail .arrow_bk01{
  background: #242424;
  width: 100%;
  height: 20px;
  display: block;
  margin: 0 0 30px;
  text-align: center;
  padding: 1px 0;
}
#top_carlist ul li .arrow_bk01 svg,.archive__detail .arrow_bk01 svg{
  vertical-align: text-top;
}
#top_carlist .btn01,.single .btn01{
  text-align: center;
}
#top_carlist .btn01{
  margin: 10px 0 0;
}
.single .btn01{
  margin: 30px 0 0;
}
.single .btn03{
  text-align: center;
}
#top_carlist .btn01:hover,.single .btn01:hover{
  opacity: 0.8;
}
.single .btn03:hover{
  opacity: 0.8;
}
#top_carlist .btn01 a,.single .btn01 a{
  width: 100%;
  max-width: 380px;
  height: 64px;
  display: block;
  margin: 0 auto;
  border: 4px solid #003399;
  color: #003399;
  font-weight: 600;
  background: #fff;
  border-radius: 4px;
  padding: 15px 0;
}
.single .btn03 a{
  width: 100%;
  max-width: 380px;
  height: 64px;
  display: block;
  margin: 0 auto;
  border: 4px solid #003399;
  color: #003399;
  font-weight: 600;
  background: #fff;
  border-radius: 4px;
  padding: 15px 0;
}
#top_carlist .btn01 a span,.single .btn01 a span{
  position: relative;
  display: inline-block;
  padding: 0 35px 0 0;
}
.single .btn03 a span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
}
#top_carlist .btn01 a span::after,.single .btn01 a span::after{
  content: "";
  font-size: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 0.1em solid #003399;
  border-radius: 100%;
  bottom: 3px;
  right: 0;
}
.single .btn03 a span::after{
  content: "";
  font-size: 100px;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 0.1em solid #003399;
  border-radius: 100%;
  bottom: 3px;
  left: 0;
}
#top_carlist .btn01 a span::before,.single .btn01 a span::before{
  content: "";
  position: absolute;
  top: 10px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #ffffff;
  border-bottom: 4px solid transparent;
  z-index: 2;
}
.single .btn03 a span::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 5px solid #ffffff;
  border-bottom: 4px solid transparent;
  z-index: 2;
}

@media all and (max-width:750px) {
  #top_carlist{
    padding: 0 0 60px;
  }
  #top_carlist ul li{
    width: 48%;
    float: left;
  }
  #top_carlist ul li:nth-child(2n){
    margin: 0 0 0 4%;
  }
   .bg_img01{
     position: relative;
   }
  .bg_img01:before{
    content: "";
        display: block;
        position: fixed;
        top: 18vh;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 68vh;
        background: url(https://hakusangd.jp/img/top/bg_img01.jpg) no-repeat;
        background-size: cover;
        background-position: center;
}
  .bg_img01 svg{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
    vertical-align: bottom;
  }
  .car_cat{
    line-height: 1;
    width: 100%;
    height: 40px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
  }
  .single .btn03{
    margin: 50px 0 0;
  }
}
@media all and (min-width:751px) {
  #top_carlist{
    padding: 0 0 80px;
  }
  .bg_img01{
    height: 305px;
  }
  #top_carlist ul li{
    width: 31%;
    float: left;
  }
  #top_carlist ul li:nth-child(3n-1){
    margin: 0 3%;
  }
  .bg_img01{
    background-color: #141414;
    background-image: url(https://hakusangd.jp/img/top/bg_img01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-attachment: fixed;
  }
  .bg_img01 svg{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
  }
  .car_cat{
    line-height: 1;
    width: 100%;
    height: 30px;
    color: #fff;
    display: inline-block;
    padding: 7px 0;
    text-align: center;
  }
  .single .btn03{
    margin: 50px 0 0;
  }
}
/*===================================
top_news
===================================*/
#top_news ul{
  padding: 0;
  list-style: none;
}

#top_news ul li a{
  text-decoration: none;
  color: #242424;
}
#top_news ul li a:hover{
  opacity: 0.8;
}

#top_news ul li .date,.archive__detail .date{
  margin: 10px 0 6px;
  font-size: 16px;
  color: #818181;
}
#top_news ul li h3,.archive__detail h3{
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 500;
}
#top_news ul li .arrow_bk01,.archive__detail .arrow_bk01{
  background: #242424;
  width: 100%;
  height: 20px;
  display: block;
  margin: 0 0 40px;
  text-align: center;
  padding: 1px 0;
}

#top_news .btn02,.archive__detail .btn02,.sidebar .btn02{
  position: relative;
  display: inline-block;
  padding: 0 27px 0 0;
  font-size: 14px;
  text-align: right;
  width: 100%;
  text-decoration: underline;
  margin: 0;
}
#top_news .btn02::after,.archive__detail .btn02::after,.sidebar .btn02::after{
  content: "";
  font-size: 14px;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #E20A17;
  border-radius: 100%;
  bottom: 3px;
  right: 0;
}
#top_news .btn02::before,.archive__detail .btn02::before,.sidebar .btn02::before{
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 5px solid #ffffff;
  border-bottom: 4px solid transparent;
  z-index: 2;
}

@media all and (max-width:750px) {
  #top_news{
    padding: 0 0 10px;
  }
  #top_news ul{
    margin: 40px 0 60px;
  }
  #top_news ul li{
    width: 100%;
    margin: 0 0 40px;
  }
  #top_news ul li a img{
    width: 100%;
  }
}
@media all and (min-width:751px) {
  #top_news{
    padding: 70px 0 100px;
  }
  #top_news ul{
    margin: 60px 0 60px;
  }
  #top_news ul li{
    width: 30%;
    float: left;
  }
  #top_news ul li:nth-child(3n-1){
    margin: 0 4%;
  }
  #top_news ul li img{
    max-width: 300px;
    width: 100%;
    height: 214px;
    object-fit: cover;
  }
}
/*===================================
page common
===================================*/
.page-top{
  position: relative;
  height: 216px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.page-top .page-h1-wrap{
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  background: rgb(0 16 47 / 86%);
  height: 77px;
  padding: 22px 0 28px 0;
  color: #fff;
}
.page-top .page-h1-wrap h1{
  margin: 0;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
  font-size: 1.6em;
}
@media all and (max-width:750px) {
  .page-top{
    margin: 74px 0 0;
  }
}
@media all and (min-width:751px) {
  .page-top{
    margin: 129px 0 0;
  }
}
/*===================================
maintenance
===================================*/
.about-maintenance{}

.about-maintenance .right h2{
  font-size: 34px;
  margin: 0 0 25px;
  letter-spacing: 3px;
}
.about-maintenance .right p{
  line-height: 2;
}

.maintenance h3{
  text-align: center;
  color: #003399;
}

.maintenance-list{
  padding: 0;
  list-style: none;
}
.maintenance-list li{
  float: left;
  text-align: center;
}

.maintenance-list li img{
  width: 100%;
}
.maintenance-list li p{
  font-size: 16px;
  font-weight: 500;
}

.maintenance-features h4{
  font-size: 18px;
  color: #003399;
  margin: 20px 0 16px !important;
}
.maintenance-features .left,.maintenance-features .right{

}

.maintenance-features .left h5,
.maintenance-features .right h5{
  border-left: 8px solid #003399;
  font-size: 17px;
  line-height: 1.8;
  padding: 0 0 0 15px;
  margin: 25px 0 15px;
}

.maintenance-features p{}
.maintenance .box{}
.maintenance .gray,
.company .gray{
  background: #F4F6F7;
  text-align: center;
  margin: 70px 0 60px;
}
.contact .gray,
.recruit .gray{
  background: #F4F6F7;
  text-align: center;
}

.maintenance .box p,
.company .box p{
  color: #003399;
  font-size: 22px;
  font-weight: 600;
  border-top: 2px solid #003399;
  border-bottom: 2px solid #003399;
  padding: 20px 0;
  line-height: 1.5;
  margin: 0 0 40px;
}

.contact .box h2,
.recruit .gray h2{
  color: #003399;
  font-size: 22px;
  font-weight: 600;
  border-top: 2px solid #003399;
  border-bottom: 2px solid #003399;
  padding: 20px 0;
  line-height: 1.5;
}
.maintenance .box img{}
.contact .box p a, .recruit .gray p a{
  color: #003399;
  font-weight: bold;
  text-decoration: none;
}


.maintenance .text{
  font-weight: 600;
  color: #e31b20;
}
.maintenance .text p{
  margin: 0 0 8px;
}


  @media all and (max-width:750px) {
    .about-maintenance .left{
      max-width: 463px;
      width: 100%;
    }
    .about-maintenance .right{
      max-width: 465px;
      width: 100%;
      margin: 30px 0 0;
    }
    .maintenance h3{
      font-size: 24px;
      margin: 80px 0 40px !important;
    }
    .maintenance-list li{
      width: 49%;
      margin: 0 2% 0 0;
    }
    .maintenance-list li:nth-child(2n){
      margin-right: 0;
    }
    .maintenance .text{
      margin: 20px 0 70px;
    }
    .maintenance-features .left{
      width: 100%;
      margin-bottom: 40px;
      margin-bottom: 30px;
    }
    .maintenance-features .right{
      width: 100%;
    }
    .maintenance-features .left img,
    .maintenance-features .right img{
      width: 100%;
      margin: 0;
    }
    .maintenance .gray,
    .company .gray,
    .contact .gray,
    .recruit .gray{
      padding: 30px 20px 50px;
    }
    .contact .box p a, .recruit .gray p a{
      font-size: 34px;
    }
    .contact .box p a span,
    .recruit .gray p a span{
      font-size: 26px;
    }
    .contact .box p,
    .recruit .gray p{
      font-size: 13px;
      margin: 0;
    }
    .contact .gray .time, .recruit .gray .time{
      margin: 0;
      font-size: 15px;
    }
    .about-maintenance .img{
      margin: 40px 0 0;
    }
    .maintenance .gray, .recruit .gray{
      margin: 30px 0 40px;
    }
    .maintenance-features{
      margin: 50px 0 0;
    }
    .company .gray{
      margin: 50px 0 40px;
    }
    .contact .gray, .recruit .gray{
      margin: 30px 0 30px;
    }
    .contact .box h2,
    .recruit .gray h2{
      margin: 0 0 20px;
    }
    .contact{
      margin-bottom: 40px !important;
    }
  }
  @media all and (min-width:751px) {
    .about-maintenance .left{
      max-width: 463px;
      width: 47%;
      margin-right: 6%;
      float: left;
    }
    .about-maintenance .right{
      max-width: 465px;
      width: 47%;
      float: right;
    }
    .maintenance h3{
      font-size: 30px;
      margin: 140px 0 50px !important;
    }
    .maintenance-list li{
      width: 23.5%;
      margin: 0 2% 20px 0;
    }
    .maintenance-list li:nth-child(4n){
      margin-right: 0;
    }
    .maintenance .text{
      text-align: center;
      margin: 40px 0 70px;
    }
    .maintenance-features .left{
      width: 48%;
      margin-right: 4%;
      float: left;
      margin-bottom: 30px;
    }
    .maintenance-features .right{
      width: 48%;
      float: right;
    }
    .maintenance-features .left img,
    .maintenance-features .right img{
      max-width: 272px;
      width: 59%;
      float: left;
      margin: 0 6% 0 0;
    }
    .maintenance .gray,
    .company .gray,
    .contact .gray,
    .recruit .gray{
      padding: 50px 77px 65px;
    }
    .contact .box p a,
    .recruit .gray p a{
      font-size: 58px;
    }
    .contact .box p a span,
    .recruit .gray p a span{
      font-size: 41px;
    }
    .contact .gray .time, .recruit .gray .time{
      margin: 0;
      font-size: 19px;
    }
    .about-maintenance .img{
      margin: 80px 0 0;
    }
    .maintenance-features img.bnr{
      margin: 50px 0 0;
    }
    .maintenance .gray, .recruit .gray{
      margin: 70px 0 60px;
    }
    .company .gray{
      margin: 70px 0 70px;
    }
    .contact .gray,
    .recruit .gray{
      margin: 70px 0 60px;
    }
    .contact .box h2,
    .recruit .gray h2{
      margin: 0 0 40px;
    }
    .contact{
      margin-bottom: 70px !important;
    }
  }
/*===================================
company
===================================*/
.company-greeting{}
.company-greeting h2{
  font-size: 34px;
}
.company-greeting h2 .green{
  color: #008859;
}
.company-greeting .text{
  font-size: 19px;
  margin: 0 0 60px;
}
.company h3{
  font-size: 18px;
  color: #003399;
  margin: 0 0 10px 0 !important;
}
.company .company-table{
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.company .company-table tr {
  border: 0 !important;
}
.company .company-table tr th{
  text-align: center;
  vertical-align: text-bottom;
}
.company .company-table tr td{
  vertical-align: text-bottom;
  border-bottom: 0;
}
}
.about-company{
  margin: 0 0 70px;
}


.company-history .right h4{
  margin: 0;
}
.company h4{
  border-left: 8px solid #003399;
  font-size: 17px;
  line-height: 1.8;
  padding: 0 0 0 15px;
  margin: 20px 0 15px;
}

.history-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.history-list li{
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #BEBEBE;
}

  @media all and (max-width:750px) {
    .company .company-table tr{
      width: 100%;
      display: block;
    }
    .company .company-table{
      border-bottom: 1px solid #242424;
      margin-top: 15px;
    }
    .company .company-table tr th{
      width: 100%;
      display: block;
      border-top: 1px solid #242424;
      border-left: 1px solid #242424;
      border-right: 1px solid #242424;
    }
    .company .company-table tr td{
      width: 100%;
      display: block;
      border-left: 1px solid #242424;
      border-right: 1px solid #242424;
    }
    .company-history{
      margin: 40px 0 0;
    }
    .company-history .left{
      max-width: 429px;
      width: 100%;
    }
    .company-history .right{
      max-width: 500px;
      width: 100%;
      margin: 20px 0 50px;
    }
    .history-list li span{
      display: block;
    }
    .company-greeting h2{
      margin: 40px 0 30px !important;
    }
  }
  @media all and (min-width:751px) {
    .company .company-table tr th{
      border: 1px solid #242424;
    }
    .company .company-table tr td{
      border: 1px solid #242424;
    }
    .company-history{
      margin: 70px 0 0;
    }
    .company-history .left{
      max-width: 429px;
      width: 43%;
      float: left;
      margin: 0 7% 70px 0;
    }
    .company-history .right{
      max-width: 500px;
      width: 49%;
      float: right;
    }
    .history-list li span{
      width: 95px;
      display: inline-block;
    }
    .company-greeting h2{
      margin: 70px 0 30px !important;
      text-align: center;
    }
    .company-greeting .text{
      text-align: center;
    }
  }
/*===================================
archive-top
===================================*/
.archive-news-top{
  background-image:url(https://hakusangd.jp/img/page/news-hdimg@2x.jpg);
}
.archive_car{
  padding: 0;
  list-style: none;
}
.archive_car li{
  float: left;
  border-left: 1px solid #000;
}
.archive_car li:last-of-type{
  border-right: 1px solid #000;
}
.archive_car li a{
  position: relative;
  padding: 0 0 0 25px;
  color: #242424;
  font-size: 15px;
  vertical-align: text-bottom;
}
.archive_car li a::before{
  content: "▼";
  position: absolute;
  left: 0;
}
.is-current{
  color: #002F8D;
  font-weight: bold;
}


.single .car_list {}
.single .car_list h2{
  margin: 40px 0 50px;
}
.price{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 20px 35px 5px 0 !important;
  padding: 0 0 6px 20px;
  line-height: 1;
}
.price span{
  font-size: 42px;
  padding: 0 10px 0 10px;
  vertical-align: sub;
}
.base_price{
  border-left: 8px solid #003399;
}
.gross{
  border-left: 8px solid #E20A17;
}
.wp-block-table table{
  border-top: 0px !important;
}
main.single .entry-content .wp-block-table tr{}

.store_about{
  background-color: #F4F6F7;
  border-top: 6px solid #003399;
}
.store_about h3{
  color: #003399;
  font-size: 18px;
}
.store_about p{
  margin: 0;
  line-height: 2.2;
}
main.single .entry-content .wp-block-table tr td{
  border-bottom: 0;
}
.no-results__header{
  margin: 50px 0 0;
}
@media all and (max-width:750px) {
  main.single{
    margin: 40px 0 70px;
  }
  .archive_car{
    margin-bottom: 40px;
    margin-top: 0;
  }
  .archive_car li{
    padding: 6px 24px 6px 17px;
    margin: 40px 0 0;
  }
  .archive__item{
    border: 0px !important;
  }
  .archive__main{
    margin-bottom: 40px !important;
  }
  main.single .entry-content .wp-block-table tr th{
    width: 100%;
    display: block;
    border-top: 1px solid #242424;
  }
  main.single .entry-content .wp-block-table tr td{
    width: 100%;
    display: block;
  }
  main.single .entry-content .wp-block-table tr{
    border-left: 1px solid #242424;
    border-right: 1px solid #242424;
  }
  main.single .entry-content .wp-block-table{
    border-bottom: 1px solid #242424;
  }
  .store_about{
    margin: 30px 0 0 !important;
    padding: 20px 20px 30px;
  }
  .store_about h3{
    margin: 0 0 10px !important;
  }
}
@media all and (min-width:751px) {
  main.single{
    margin: 40px 0 80px;
  }
  .archive_car li{
    padding: 6px 45px 6px 40px;
    margin: 60px 0 0;
  }
  .archive__main{
    margin-bottom: 110px !important;
    margin-top: 80px;
  }
  main.single .entry-content .wp-block-table tr th{
    width: 150px;
    border: 1px solid #242424;
  }
  main.single .entry-content .wp-block-table tr td{
    border: 1px solid #242424;
  }
  .store_about{
    padding: 20px 20px 30px;
  }
  .store_about h3{
    margin: 0 0 50px !important;
    width: 142px;
    float: left;
  }
}
/*===================================
single
===================================*/
.archive-car-top{
  background-image:url(https://hakusangd.jp/img/page/car-hdimg@2x.jpg);
}
main.single{
  width: 100% !important;
  flex: none !important;
}
main.single .date{}
main.single h2{}
main.single .entry-content{}
.carslider_wrap {}

#carslider {
  max-width: 590px;
  padding: 0;
  position: relative;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  float: right;
}

.thumbnail-item {
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

.slick-prev{
  left: 15px;
}
.slick-next{
  right: 15px;
}
.slick-arrow{
  position: absolute;
  z-index: 2;
  top: 46%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: rgb(255 255 255 / 0%);
}
.slick-arrow::after{
  content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    border: none;
    background-color: rgb(255 255 255 / 80%);
  }
.slick-arrow::before{
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 3;
  content: "";
  position: absolute;
  top: 14px;
}
.slick-next::before{
  right: 13px;
  border-left: 10px solid #242424;
}
.slick-prev::before{
  left: 13px;
  border-right: 10px solid #242424;
}
.archive__thumbnail a{
  text-decoration: none;
}
.single .btn01{
  margin: 80px 0 100px;
}
@media all and (max-width:750px) {
  .single{
    margin: 45px 0 0;
  }
  .single_cat{
    max-width: 110px;
  }
  #carslider {
    margin: 0 auto 20px;
    width: 100%;
  }
  .thumbnail-item {
    flex: 0 1 23%;
  }
}
@media all and (min-width:751px) {
  .single{
    margin: 65px 0 0;
  }
  .single_cat{
    max-width: 310px;
  }
  #carslider {
    margin: 0 auto 30px;
    width: 60%;
    float: left;
  }
  #thumbnail-list {
    max-width: 368px;
  }
  .thumbnail-item {
    flex: 0 1 30%;
  }
}
/*===================================
news archive
===================================*/
.ratio.is-16-9:before {
    padding-top: 67% !important;
}
.archive__item{
  padding: 0 0 40px;
}
@media all and (max-width:750px) {
  .archive__item{
    padding: 0;
  }
}
@media all and (min-width:751px) {
  .archive__item{
    padding: 0 0 40px;
  }
}
/*===================================
news single
===================================*/

.news_single .date{
  color: #818181;
  font-size: 18px;
}
.news_single h2{
  color: #242424;
  font-size: 24px;
  margin: 0;
}
.news_single .ratio__image img{
  width: 100%;
}
.sidebar ul{
  padding: 0;
  list-style: none;
  margin: 20px 0 0;
}
.side_title{
  color: #003399;
  font-size: 18px;
  font-weight: bold;
}
.sidebar ul li{
  margin: 0 0 30px;
}
.sidebar ul li .thumbnail{
  max-width: 137px;
  width: 50%;
  float: left;
  margin: 0 8% 0 0;
}
.sidebar ul li .thumbnail img{}
.sidebar ul li .title{}
.sidebar ul li .title p{
  font-size: 14px;
  color: #818181;
  margin: 0;
}
.sidebar ul li .title a{
  color: #242424;
  font-size: 14px;
  margin: 0;
}
@media all and (max-width:750px) {
  .news_single{
    width: 100%;
    max-width: 616px;
  }
  .sidebar {
    width: 100%;
    margin: 70px 0 0;
  }
}
@media all and (min-width:751px) {
  .news_single{
    width: 62%;
    float: left;
    max-width: 616px;
    margin-right: 10%;
  }
  .sidebar {
    flex: 0 0 28%;
    width: 28%;
    float: right;
  }
}
/*===================================
privacy-policy-wrap
===================================*/


.privacy-policy-wrap dt{
  color: #003399;
  font-size: 18px;
}
.privacy-policy-wrap dd{
  font-size: 15px;
  margin: 5px 0 30px;
}
@media all and (max-width:750px) {
  .privacy-policy-wrap{
    padding: 0 0 10px;
  }
  .privacy-policy-wrap .page_about{
    margin: 40px 0 40px;
  }
}
@media all and (min-width:751px) {
  .privacy-policy-wrap{
    padding: 0 0 100px;
  }
  .privacy-policy-wrap .page_about{
    margin: 50px 0 50px;
  }
}
/*===================================
header
===================================*/
/*===================================
header
===================================*/
/*===================================
header
===================================*/
/*===================================
header
===================================*/
