﻿@charset "UTF-8";

/* --共通------------------------ */
section {/* margin-top: 30px; *//* margin-bottom: 60px; */}

.conTtl { text-align:center; }
.conTtl .ttl { display:inline-block; padding:10px 20px 5px; font-size:32px; font-weight:bold; line-height:1.2; letter-spacing:2px; border-bottom:2px solid #e80001; }
.conTtl .ttl .ttl_red { display:inline-block; padding:0 32px 20px; font-size:20px; color:#e80001; line-height:0.7; position:relative; box-sizing:border-box; }
.conTtl .ttl .ttl_red:before { content:""; position:absolute; top:0; left:0; width:13px; height:17px; background:url("../img/ico_delta_l.png") no-repeat center center / 100% auto; }
.conTtl .ttl .ttl_red:after { content:""; position:absolute; top:0; right:0; width:13px; height:17px; background:url("../img/ico_delta_r.png") no-repeat center center / 100% auto; }

.btn a { display:block; width: auto; padding:16px 50px 16px 26px; font-weight:bold; line-height:1; box-sizing:border-box; background-color:#fff; position:relative; }
.btn a:after { content:""; position:absolute; top:8px; right:10px; width:30px; height:30px; background:url("../img/arrow.png") no-repeat center center / 100% auto; }

#slide { max-width: 1600px; margin: 0 auto; }
#slide li img { margin: 0 auto; }

/* 増税バナー */
.zozeibox { margin-top: 5%; }

/* --rec------------------------ */
#rec {
  /* margin: 50px 0 80px; */
  background-size: cover;
  background-attachment: fixed;
}

#rec h2 {/* margin: 0px 0 0; */text-align: center;}
#rec li { width: 206px; }
#rec li a {
  display: block; text-align: center; border:3px solid #ea5413;
}
.bnr_contact { max-width:1050px; margin:0 auto; text-align:center; }

.medama_date { position:relative; margin:0 0 20px; padding-top:5px; font-size:28px; font-weight:bold; text-align:center; color:#ea5413; border-top:1px solid #ea5413; border-bottom:1px solid #ea5413; }
.medama_date em { font-size:35px; }


/* --komikomi------------------------ */
#komikomi {
  padding-top: 40px; padding-bottom: 50px; background: #fd5c2b;
}
#komikomi .inner {
  position: relative; margin-left: 190px;
}
#komikomi .inner:after {
  content: url(../img/top/staff_img.png); position: absolute;
  bottom: -57px; left: -220px;
}
#komikomi h2 { margin: 0 0 40px; }

#komikomi .komikomi_con li:not(:nth-child(3n)) { margin-right:15px; }
#komikomi .komikomi_con li a {
  display: block; border-radius: 6px; overflow: hidden;
}

.bnr_zaiko { margin: 40px auto; text-align: center; }

/* --chirashi------------------------ */
#chirashi {
  width: 1000px; margin: 60px auto 70px; padding: 90px 40px;
  background: url(../img/top/chirashi_bg.jpg) no-repeat top left;
  border: 1px solid #c5c4c4; border-radius: 8px;
}
#chirashi h2 { width: 340px; margin: 60px 0 0 20px; float: left; }
#chirashi ul { width: 520px; float: right; }
#chirashi li:first-child { margin-right: 20px; }
#chirashi li a {
  display: block; width: 250px; height: 320px;
}

/* --tokuten------------------------ */
#tokuten { margin:45px auto; text-align: center; }
#tokuten h2 { margin-bottom: 30px; }
/* --news------------------------ */
#news {
  text-align: center;
  border-top: 2px solid #f6471e; 
  border-bottom: 2px solid #f6471e;
  width:1060px;
  margin:auto auto 60px;
}
#news h2 {
    display: inline-block;
    padding: 0 40px;
    margin: -28px auto 40px;
    background: #fff;
    font-size: 50px;
    font-weight: bold;
    color: #ea5413;
    font-family: 'Murecho', sans-serif;
    line-height:50px;
}

#news h2 span{
  font-size: 20px;
}

#news .news_con { width: 90%; margin: 0 auto 50px; }
#news .news_con li {
  padding-bottom: 6px; margin: 0 0 12px;
  border-bottom: 1px dashed #d3d3d3;
}
#news .news_con li a {
  display: inline-block; width: 400px; margin: 0 auto; text-align: left;
}
#news .news_con li em { margin: 0 20px 0 0; font-weight: normal; }


.bnr_line { margin-bottom:70px; text-align:center; }

/*初売り*/
.hatsuuri { margin-top:40px; }

/*インスタ*/
#instagram .button{padding: 3em 0 0;}
#instagram .button a{color: #fff;  background-color: #f98595;  border-radius: 30px;  font-size: 18px;  padding: 10px 35px;  margin: 0; letter-spacing: 1.5px;}
#instagram .button a:hover{opacity: 0.7;}

#instagram div { padding:30px; border:10px solid #ffb9e4; position: relative; }
#instagram ul li { position: relative; width:230px; height:230px; display:inline-block; vertical-align:middle; overflow:hidden; }
#instagram ul li:nth-chind(4n) { margin-right:0; }
#instagram ul li a { display:block; position: absolute; top:0; left:0; width: 100%; height: 100%; }
#instagram ul li a img { width: 100%; height: 100%; object-fit: cover; }


/***********************************
              新規css
************************************/
#todokede{
  background: url(../img/top/new/shop_img.png?20231116) no-repeat center;
  margin-top:0px!important;
  height:510px;
  margin-inline:auto;
  text-align:center;
  position:relative;
  background-size:1900px;
}

#todokede h2 img{
  margin-top:40px;
  width:18%;
}

#todokede p{font-size:18px;}

#mishiyou_btn{
  font-size:18px;
  background-color:#ea5413;
  padding:20px 40px;
  color:#fff;
  font-weight:bold;
  border-radius:40px;
  width:20%;
  margin-inline:auto;
  cursor: pointer;
  position:relative;
  top:8%;
}

.to_right_btn{
  display: flex;
  flex-direction: column;
  position:absolute;
  bottom:0;
  right:0;
  text-align:right;
}

.to_right_btn a img{
  width:50%;
}

.medama_area{
  background-color:#FFDF2F;
  text-align:center;
  position:relative;
}

#mtw{
  width:20%;
  position:relative;
  left:-25%;
}

#medama_ttl_txt{
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ea5413;
    font-weight: bold;
    font-family: 'Murecho', sans-serif;
    font-size: 38px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}


.zaiko_search{
  padding-bottom:110px;
}

.medama_kikan{
  background-color:#ea5413;
  color:#fff;
  font-weight:bold;
  border-radius:30px;
  text-align:center;
  width:90%;
  margin-inline:auto;
  font-size:18px;
  padding:10px;
  position: relative;
}

.medama_kikan span{
  background-color:#ffec34;
  color:#ea5413;
  padding:0 10px;
  margin-right:15px;
}

.medama_kikan:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ea5413 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.medama_h2{
  text-align:center;
  font-weight:bold;
  font-size:20px;
  color:#ea5413;
  margin: 30px auto 10px;
}

/*軽パレットが選ばれる理由*/
#reason{
  margin: 30px auto;
  text-align: center;
  height:auto;
}
#reason p{font-size:18px;}
#reason_img img{margin-right:20px;}
#reason_img img:last-child{ margin-right:0px;}

/*パレットのおすすめ特集*/
#osusume{
  margin: 70px auto 100px;
  text-align: center;
  height:auto;
}

.slider{
  width:100%;
  margin:0 auto;
}
.slider .slick-slide{height:auto!important;}
.slider .slick-arrow{z-index:2!important;}
.slider .slick-next{
  /*right:0!important;*/
  background: url(../img/top/new/next_btn.png) no-repeat center;
  background-size: 58px;
  position:absolute;
  top:10px;
  right:10%;
}
.slider .slick-prev{
  background: url(../img/top/new/prev_btn.png) no-repeat center;
  background-size: 60px;
  position:relative;
  top:10px;
  left:80%;
}
.slick-prev:before, .slick-next:before {
  font-size: 0px;
}

.slider .slick-slide{
  margin-right: 1vw!important;
  margin-left: 1vw!important;
}
.slider {
  width:100%!important;
  max-width:100%!important;
}
.slick-arrow{
  z-index:2!important;
  width:60px!important;
  height:60px!important;
}

.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100px;
}


/*よくある質問*/
#question{
  margin: 70px auto 100px;
  text-align: center;
  height:auto;
}

#question h1{
  padding:30px 0;
  font-size:28px;
  font-weight:bold;
  color:#fff;
  /*max-width:1500px;*/
  margin-inline:auto;
  background:#ea5413;
  position: relative;
}

#question h1:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ea5413 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.question_inner{
  background:#efefef;
  /*max-width: 1500px;*/
  margin-inline: auto;
  padding: 40px 0 60px;
}

.question_sub{
  background-color:#fff;
  max-width:1000px;
  margin-inline:auto;
  color:#ea5413;
  padding:15px 0;
}

.qa-001 {
  max-width: 1000px;
  margin-bottom: 15px;
  border-radius: 5px;
  margin-inline:auto;
}

.qa-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5em 2em 1.5em 3em;
  color: #333333;
  cursor: pointer;
  background-color: #fff!important;
  border-top: 4px solid #ea5413;
  text-align:left;
}

.qa-001 summary::before,
.qa-001 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-001 summary::before {
  color: #ea5413;
  content: "Q";
}

.qa-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fc6729;
  border-right: 3px solid #fc6729;
  content: '';
  transition: transform .5s;
}

.qa-001[open] summary::after {
  transform: rotate(225deg);
}

.qa-001 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}

.qa-001[open] p {
  transform: none;
  opacity: 1;
  text-align:left;
  background-color:#fff;
  word-break: break-all;
}

.qa-001 p::before {
  color: #75bbff;
  line-height: 1.2;
  content: "A";
}


/*車を探す*/
#car_search{
  margin: 70px auto 100px;
  text-align: center;
  height:auto;
  background-color:#efefef;
  padding-bottom:60px;
}

#car_serach h1{
  padding:15px 0;
  font-size:28px;
  font-weight:bold;
  color:#fff;
  /*max-width:1500px;*/
  margin-inline:auto;
  background:#ea5413;
  position: relative;
  text-align:center;
}

#car_serach h1 span{
  font-size:16px;
}

.search_box{
  background:#fff;
  color:#ea5413;
  text-align:center;
  width:32%;
  float:left;
  padding:10px 0 30px;
  margin:20px auto;
  border:2px solid #ea5413;
  margin-right:1.5%;
  font-weight:bold;
  position:relative;
}

.search_box:first-child{
  background:#ea5413;
  color:#fff;
}
.search_box:last-child{margin-right:0;}
.search_box img{
  position:absolute;
  bottom:8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.car_box{
  border:2px solid #ea5413;
  background-color:#fff;
  width:48%;
  float:left;
  padding:10px;
  margin-bottom:2%;
}

.car_box a{
  background-color:#ea5413;
  color:#fff;
  text-align:center;
  display:inline-block;
  width:100%;
  padding:10px;
}

.car_box span{
  position:absolute;
  text-align:center;
  width:100%;
  left:0;
  top:15%;
  font-weight:bold;
  font-size:18px;
}

.car_box p{
  height:130px;
}

.car_img{
  margin-top:10px;
}

.car_search_gray_back{
  background-color:#efefef;
  padding-bottom:60px;
}


/*アクセス*/
#access{margin: 70px auto }
.gmap{margin-top:30px;}
.a_t{
  font-size: 50px;
    font-weight: bold;
    color: #ea5413;
    font-family: 'Murecho', sans-serif;
}


/* =====================================================
タイトル
===================================================== */
.title_bg{
	text-align:center;
	position:relative;
	clear:both;
	/*margin:0px 0px 20px;*/
}

.title_bg span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color:#ea5413;
	font-weight:bold;
	font-family: 'Murecho', sans-serif;
	font-size:36px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.title_bg h2 img{
  width:16%;
}


/*==============================================================

スマホ
================================================================*/
@media screen and (max-width:580px){
  #slide { margin: 0 auto 20px;}

  #todokede h2 img{margin:20px auto 5px;}
  #todokede {height:360px;background: url(../img/top/new/shop_img.png?20231116) no-repeat center; background-size:800px;}
  #todokede p {font-size: 14px;width:80%;text-align:center;margin:0 auto;}
  #todokede div a{
    width: 75%;
    padding: 15px 20px;
    margin: 20px auto 30px;
    background-color: #ea5413;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    clear:both;
    position:relative;
    top:40px;
}

#todokede h2 img {
  margin-top: 40px;
  width: 50%;
}

.title_bg span {
  width:90%;
  font-size:26px;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.title_bg h2 img{
  width:100%;
}

  #rec{background-color:#fff8d1; padding-top:40px;}
  #rec h2{/* position:relative; */}

  #medama_ttl_txt {
    position: absolute;
    text-align:center;
    width:100%;
    top: 70%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ea5413;
    font-weight: bold;
    font-family: 'Murecho', sans-serif;
    font-size: 26px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }

  #rec h2 img{width: 35%;margin-top:5%;}
  .zaiko_search {padding-bottom: 40px; width:80%; margin-left:10%;}
  
  #reason p {font-size: 14px;}
  #reason_btn1{
    color:#fff;
    background-color:#ea5413;
    text-align:center;
    font-weight:bold;
    font-size:18px;
    padding:11px 27%;
    border-radius:30px;
  }
  #reason_btn2{
    color:#fff;
    background-color:#3f98f2;
    text-align:center;
    font-weight:bold;
    font-size:18px;
    padding:11px 27%;
    border-radius:30px;
  }
  #reason_btn3{
    color:#fff;
    background-color:#72c931;
    text-align:center;
    font-weight:bold;
    font-size:18px;
    padding:11px 27%;
    border-radius:30px;
  }

  #reason_img img{margin:30px 0 20px;}
  #reason_img img:first-child{margin:0px 0 20px;}

  #tokuten h2 {margin-bottom: 0px;}
  #osusume {margin: 30px auto ;}
  .slider .slick-next{background-size: 38px;top:30px;}
  .slider .slick-prev{
    background-size: 40px;
    top:30px;
    left:68%;
  }

  .slider { 
    width:100%!important;
    max-width:100%!important;
  }

  .slider .slick-slide {
    margin-right: 4vw!important;
    margin-left: 4vw!important;
  }

  .slider .slick-next {right:1%;}

  #chirashi {
    background: url(/img/sp//new/chirashi_bg_sp.png) no-repeat top left;
    text-align:center;
    position:relative;
  }
  .chirashi_title{
    position:relative;
    margin-bottom:30px;
  }
  #chirashi h2{
    padding:0px 60px;
    position:absolute;
    top:30px;
    margin-bottom:30px;
  }
  #news {
    margin-bottom:50px; 
    border-top:none; 
    width:100%;
    text-align:center;
  }

  #news .news_con li em {
    padding:0 15px;
  }

  #news_big{
    position:relative;
    top:18px;
    line-height:26px;
  }

  .font16{font-size:16px!important;}

  #question {margin: 10px auto 40px;}
  #question h1 {padding:20px 0;}
  .question_inner {padding: 0 0 20px;background:none;}
  .question_sub {color:#000;padding:15px;}
  #access {margin: 40px auto;}
}


