@charset "UTF-8";

/* 共通 */

section{
  width: 100%;
}
.img img{
  width: 100%;
}


.w_1080{
	width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.n_w_1080{
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.ttl_size img{
  height: 100%;
}

.ttl_size{
  height: 105px;
  width: auto;
text-align: center;
margin-bottom: 35px;
}

.w_1080 img{
	width: 100%;
}
.back_img{
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .w_1080{
    width: 90%;
  }
  .n_w_1080{
    width: 90%;
  }
}

/* ボタンサイズ */

.btn_s_01{
  width: 523px;
  margin-right: auto;
  margin-left: auto;
}

/* 画像サイズ */

.img_s_445{
  width: 445px;
  margin-right: auto;
  margin-left: auto;
}

.img_s_335{
  width: 335px;
  margin-right: auto;
  margin-left: auto;
}

.img_s_210{
  width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.img_s_270{
  width: 270px;
}

.img_s_295{
  width: 295px;
  margin-right: auto;
  margin-left: auto;
}

.img_s_500{
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .btn_s_01,.img_s_445,.img_s_335,.img_s_295,.img_s_500{
    width: 90%;
  }

  .back_img{
    background-size:auto 100%;
  }

  .img_s_270{
    width: 220px;
  }
}

/* 背景 */


/* 右斜め */

.box{
  width:100%;
  height: auto;
}

.bg_skew_border{
  background-color: #ffd700;
  background-image:
 repeating-linear-gradient(-45deg,
 #ffe000, #ffe000 60px,
 transparent 0, transparent 120px);
}

/* 左斜め */
.is-left{
  background-color: #0046b8;
background-image:
repeating-linear-gradient(45deg,
 #0050b8, #0050b8 60px,
 transparent 0, transparent 120px);
}

/* タブ */

/*タブ切り替え全体のスタイル*/
.tab-wrap,.tab-wrap02 {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0px;
}
.tab-wrap:after,.tab-wrap02:after  {
  content: '';
  width: 100%;
  display: block;
  order: -1;
}
.tab-label,.tab-label02 {
  font-weight: bold;
  /* white-space: nowrap; */
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  font-size: 3rem;
}

.tab-label{
background-color: #ff6400;
padding: 20px 10px;
font-family: "Hiragino Sans","ヒラギノ角ゴ Sans",sans-serif;
font-weight: 800;
}

.tab-label .span{
  color: #fff;
}


.tab-label02  {
  background-color: #fff;
  color: #ff6400;
  border: 1px solid #ff6400;
  padding: 5px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.tab-content,.tab-content02 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-content{
  background-color: #fff;
}

.tab-content02{
  background-color: #ff6400;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #fff;
}

.tab-switch:checked+.tab-label .span {
  color:#ff6400;
}

.tab-switch02:checked+.tab-label02 {
  background: #ff6400;
  color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content,.tab-switch02:checked+.tab-label02+.tab-content02  {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}

.tab-switch:checked+.tab-label+.tab-content{
  padding: 50px;
}

.tab-switch02:checked+.tab-label02+.tab-content02{
  padding: 50px 85px 100px 85px;
}


/* ラジオボタン非表示 */
.tab-switch,.tab-switch02 {
  display: none;
}

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

  .tab-label .span{
    display: block;
  }
  .ttl_size {
    height: 90px;
  }
}

@media screen and (max-width: 765px) {
  .tab-label,.tab-label02 {
    font-size: 2rem;
  }
  .tab-switch:checked+.tab-label+.tab-content{
    padding: 20px;
  }
  .tab-switch02:checked+.tab-label02+.tab-content02 {
    padding: 20px 25px 30px 25px;
}
.ttl_size {
  height: 70px;
}
}

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

.ttl_size {
  height: 60px;
  margin-bottom: 20px;
}
}

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

  .ttl_size {
    height: 50px;
  }
  }


@media screen and (max-width: 430px) {
  .tab-label, .tab-label02 {
    font-size: 1.4rem;
}

.ttl_size {
  height: 45px;
}
}

@media screen and (max-width: 380px) {
  .ttl_size {
    height: 36px;
  }
}

/* ヘッダー */

.sp_menu{
	display: none;
}

.sp_a{
  display: block;
}

#header_blcok{
  width: 100%;
  /* position: fixed; */
  background-color: #fff;
z-index: 999;
}

.header_menu{
  width: 1080px;
  margin: 20px auto 20px auto;
}

.header_menu,.footer_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logo_area{
 width: 336px;
}

.banner{
  display: flex;
}

.banner_area{
  width: 217px;
  display: inline-block;
}

.floating_area img{
  width: 100%;
}

.floating_area{
  position: fixed;
  bottom:0;
  right: 0;
  z-index: 999;
  padding-bottom: 10px;
  padding-right: 10px;
  width: 300px;
  /* opacity: 0; */
  display: none; 
}

.floating_area li:nth-child(1){
  margin-bottom: 10px;
}

.active {
  opacity: 1;
}

.floating_area_2{
  display: none;
}

@media screen and (max-width: 1100px) {
  .header_menu{
    width: 90%;
    /* justify-content: center; */
    margin: 10px auto 10px auto;
  }
  /* .banner_area{
    width: 100%;
  } */
  .logo_area{
    /* padding-bottom: 10px; */
    /* margin: 10px auto; */
  }

}

@media screen and (max-width: 900px) {
  .pc_header,.pc_floating{
    display: none;
  }

  .header_menu{
    justify-content: center;
  }
  .floating_area{
    display: none;
  }
  .floating_area_2{
    display: block;
    position: fixed;
    bottom:0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding-bottom: 10px;
  }
  .floating_area_2 ul{
    display: flex;
    justify-content: space-around;
  }

  .floating_area_2 img{
    width: 100%;
  }

  .floating_area_2 li{
    width: 47%;
  }

}



/* 企業 */

/* mv */

.mv_black{
width: 100%;
  position: relative;
  background-repeat: no-repeat;
  
}

.mv_black img{
  width: 100%;
}

.mv_images{
  width: 70%;
}

.btn_mv{
  width: 55%;
}

.mv_imgaes02{
  width: 100%;
  position: absolute;
  bottom:-10%;
  right: 0;
}

.w_mv{
  width: 64%;
}

.mv_position{
position: absolute;
top: 12%;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);

}

@media screen and (max-width: 1490px) {
  .mv_black{
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1100px) {
  .mv_black{
    background-size: auto 100%;
  }
  .mv_images {
    width: 58%;
}
.btn_mv {
  width: 46%;
}
.w_mv{
  width: 90%;
}

}

/*太っ腹*/

.area_01{
  background-image: url(../images/back02.png);
padding-top: 100px;
background-size: 100%;
}

/*おすすめ人気車種*/

.area_02{
  background-image: url(../images/back04.png);
}

/*長期保証*/
.area_03{
  background-image: url(../images/back05.png);
  background-size: 110%;
}


/*コミコミ*/

.back_04{
  background-image: url(../images/back03.png);
  background-size: 100%;
}


/*ローン・現金払いとの比較*/



/*faq*/
.back_05{
  background-image: url(../images/back_faq.png);
  background-size: 100%;
}

.back_05_2{
  background-color: #ffffb4;
  padding: 100px 130px;
  width: 1080px;
  margin: 0 auto;
}

.faq_table{
  width: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.faq_table li{
  padding-top: 40px;
}

.faq_table li:nth-child(1)
{
  padding-top: initial;
}

.faq_table td:nth-child(2){
  padding-top: 13px;
  padding-bottom: 10px;
    vertical-align: top;
}


.qq_01{
  padding-top: 11px;
}

.aa_02{
  padding-top: 4px;
}

.faq_table .line_q{
  font-size: 2.4rem;
}
.faq_table .faq_top{
  margin-right: 11px;
  font-size: 2.4rem;
}

.line_00{
  border-bottom: 1px solid #000;
  border-top:none;
  border-right:none;
  border-left:none;
  margin-left: 35px;
}

.faq_flex{
  display: flex;
}

.faq_2{

}

.faq_a{
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 1270px) {

  .back_img{
  background-size: auto 103%;
  }
}


@media screen and (max-width: 1100px) {
  .back_05_2 {
      padding: 70px 70px;
  }
  .back_05_2{
    width: 90%;
  }
  }

@media screen and (max-width: 768px) {
.back_05_2 {
    padding: 50px 20px;
}

.faq_table .line_q{
  width: 93%;
  font-size: 2rem;
}

.faq_table .faq_top{
  font-size: 2rem;
}

.faq_a{
  font-size: 1.4rem;
  line-height: 2em;
}
.area_01{
  padding-top:30px;
}
}

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

  .logo_area{
    width: 90%;
   }
  }
  

/* 店舗情報 */

.info_nai{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  font-size:2rem;
}

.info_nai01,.info_nai02{
  width: 47%;
}

.info_table{
  width: 100%;
  font-family: "Hiragino Sans","ヒラギノ角ゴ Sans",sans-serif;
font-weight: 500;
}

.info_table td{
padding-top: 8px;
padding-bottom: 8px;
border-top:1px solid #0050b8;
border-bottom:1px solid #0050b8;
}

.info_table td:nth-child(1){
position: relative;
width: 150px;
padding-left: 15px;
}

.info_table td:nth-child(2){
width: auto;
}

.info_table .title_th{
  position: absolute;
  top:11px;
  left:0;
  content: "";
  width: 5px;
  height: 17px;
  background-color: #0c589b;
}

.googlemap{
  width: 100%;
  height: 350px;
}


@media screen and (max-width: 1100px) {
  .info_nai01,.info_nai02{
    width: 100%;
  }
  .info_nai01{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 765px) {

  .info_table td{
    display: block;
  }
  .info_table{
border-bottom:1px solid #0050b8;
  }


  .info_table td:nth-child(1) {
    width: 100%;
}
.info_table td:nth-of-type(1){
  border-bottom: none;
}

.info_table td:nth-of-type(2) {
  border-bottom: none;
  border-top: none;
}


.info_nai{
  font-size:1.6rem;
}

}

/*お問い合わせ*/

#pagebottom_block .teian_area{
  background-color: #0c589b;
  padding: 105px 0 90px 0;
}
.privacy{
  border-bottom: 1px solid #000;
}


.contact_area_2{
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}

.contact_area_2 ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contact_area_2 .time{
  border: 1px solid #fff;
  padding:5px;
}

.contact_area_2 a{
  color:#fff;
}
.basic1 {
  text-shadow: 0px 0.5px 8px rgba(102, 54, 12, 1);
}
.contact_area_2 li:nth-child(2){
  display: flex;
  align-items: center;

}

.td_flex{
  display: flex;
}

.td_flex input[type="checkbox"]{
  margin-left: 0px;
  margin-right: 10px;
}

/*footer*/
.footer_nav{
  width: 320px;
  margin: 0 auto;
}
.footer_nav ul{
width: 100%;
font-family: "Hiragino Sans","ヒラギノ角ゴ Sans",sans-serif;
font-weight: 500;
font-size: 1.8rem;
}

.copyrights{
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 55px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 400px) {
  .footer_nav{
    width: 90%;
    margin: 0 auto;
  }
  .footer_nav ul{
  width: 100%;
  font-size: 1.6rem;
  flex-direction: column;
  }

  .footer_nav li:nth-child(1){
    margin-bottom: 20px;
    }
}





/*footer*/


/* ボタン類 */



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


}


@media screen and (max-width: 1035px) {
.pc_menu {
  display: none;
}

.sp_a{
  display: inline;
}

.sp_b{
  display: inline-block;
}

/* mv */

/* サービス */



/*  */

}


.error{
	font-size:13px;
	color:#F00;
	padding:2px 18px;
	margin:0;
	line-height:150%;
	background:url(../images/error.png) no-repeat 0px 5px;
}