@charset "UTF-8";
.container-width {
  max-width: 768px;
}

/**********
メインビジュアル
**********/
.mv {
  /* border-bottom: 1px solid #fff; */
}
.mv_btn_area {
	position: relative;
}
.mv_btn {
	position: absolute;
	max-width: 379px;
	width: 50vw;
	top: 5%;
	right: 0;
	margin: 0 auto;
}
/**********
fv_nav
**********/
.fv_nav_btn_area {
	position: relative;
}
.fv_nav_btn {
	position: absolute;
	max-width: 688px;
	width: 90vw;
	top: 0%;
	left: 5%;
	margin: 0 auto;
}
.fv_nav_btn_area table td {
	padding: 1%;
}
/**********
プレゼント
**********/
.present_btn_area {
  position: relative;
}
.reserve_btn {
  position: absolute;
  max-width: 652px;
  width: 85vw;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/**********
フレッシャーズキャンペーン
**********/
.fscp_02_btn_area {
  position: relative;
}
.reserve_btn_fscp_02 {
  position: absolute;
  max-width: 652px;
  width: 85vw;
  top: 72%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/**********
即納車
**********/
.instant_btn_area {
  position: relative;
}
.reserve_btn_instant {
  position: absolute;
  max-width: 652px;
  width: 85vw;
  top: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/**********
新型車
**********/
.newcar_btn_area {
  position: relative;
}
.newcar_btn_instant {
  position: absolute;
  max-width: 652px;
  width: 85vw;
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/**********
愛車無料点検
**********/
.amt_btn_area {
  position: relative;
}
.reserve_btn_amt {
  position: absolute;
  max-width: 652px;
  width: 85vw;
  top: 88%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/**********
中古車在庫
**********/

.used_area {
  position: relative;
}
.usedcar_content {
	position: absolute;
	width: 90vw;
	max-width: 736px;
	top: 14%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.reserve_btn_used {
	position: absolute;
	top: 92%;
	max-width: 652px;
	width: 85vw;
	left: 0;
	right: 0;
	margin: 0 auto;
}



/**********
中古車在庫content
**********/
.usedcar_flex {
	display: flex;
	flex-direction: column;
}


.usedcar_btn_area {
	position: relative; 
	max-width: 736px;
	margin-bottom: 8px;
}
.reserve_btn_usedcar {
	position: absolute;
	max-width: 48%;
	bottom: 5%;
	left: 50%;
}

/**********
注目の新型続々登場
**********/
.newcar02 .img {
  margin-top: -5.9%;
}

/**********
問い合わせ
**********/
.toiawase-area {
  padding: 4.3% 5%;
  background: #00418e;
}

.toiawase-btn-area {
  position: relative;
}
.toiawase-btn {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  left: 0;
  top: 40%;
}

/**********
問い合わせフォーム
**********/
.contactform .contactform-wrap {
  padding-top: 6%;
  padding-bottom: 10%;
}

.contactform .datetime-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactform .datetime-flex .date {
  -webkit-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}

.contactform .datetime-flex .time {
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}

.contactform .badge-hissu {
  color: #fff;
  background-color: #ff0000;
}

.contactform .badge-ninni {
  color: #fff;
  background-color: #22ac38;
}

.contactform .confirmbtn {
  padding: 48px 24px 0;
}
@media (max-width: 768px) {
  .contactform .confirmbtn {
    padding: 24px 24px 0;
  }
}

.contactform .form-tel-cap {
  margin-top: 2.5%;
  width: 87%;
}

.contactform .form-btn-tel {
  width: 90%;
  margin-top: 4%;
  margin-bottom: 6.6%;
}

.form-group.check label {
  display: block;
}

.form-group.check input {
  margin-left: 1em;
}
.form-group p {
	font-size: 80%;
}
/**********
会社案内
**********/

#shopinfo .shopinfo-ttl {
  margin-bottom: 2%;
}
#shopinfo .shopinfo-wrap {
  padding-top: 3.2%;
  padding-bottom: 0%;
  position: relative;
}
.shop-tel {
  max-width: 182px;
  width: 24vw;
  left: 15%;
  top: 54%;
  position: absolute;
}
@media (max-width: 768px) {
  .shop-tel {
    top: 54%;
  }
}
@media (max-width: 500px) {
  .shop-tel {
    top: 53.5%;
  }
}

#shopinfo .shopinfo-wrap .shopbox {
  margin-top: 2.6%;
  padding: 1.7% 1.4%;
  border: 10px solid #00418e;
  background-color: white;
  margin-top: 5%;
}

#shopinfo .shopinfo-wrap .shopbox .data dt {
  padding: 10px;
  font-weight: bold;
  background: #ffffc8;
}

#shopinfo .shopinfo-wrap .shopbox .data dd {
  padding: 10px;
  margin-bottom: 8px;
}

#shopinfo .shopinfo-wrap .mapbox {
  margin-top: 5%;
}

.officeimgbox img {
  width: 90%;
  max-width: 660px;
}

/**********
プライバシーポリシー
**********/
#privacypolicy .tp {
  margin-top: 40px;
}

#privacypolicy .pp_head {
  margin-top: 60px;
  padding: 0 0px 0 8px;
  letter-spacing: 0.07em;
  border-left: 8px solid #f7931e;
  color: #333;
  font-weight: bold;
}

#privacypolicy .pp_subhead {
  /* color: #fff; */
  padding: 5px 0 5px 10px;
  /* background-color: #A0A698; */
  /* background-color: #C4C7AA; */
  color: #82827f;
  background-color: #d1d1cb;
}

#privacypolicy dd {
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-top: 1rem;
}

#thanks .thanks-wrap {
  background-image: url(../img/2x/thanks-back.png);
  padding-top: 15%;
  padding-bottom: 15%;
}

#thanks .thanks-wrap .thanks-ttl {
  max-width: 375px;
  width: 70%;
  padding: 0 9% 3.5%;
}

#thanks .thanks-wrap p {
  font-size: 4.16667vw;
  font-weight: 600;
  margin-top: 5.7%;
  line-height: 6.7vw;
}

@media (min-width: 768px) {
  #thanks .thanks-wrap p {
    font-size: 32px;
  }
}

#thanks .thanks-wrap .to-top-btn {
  max-width: 320px;
  width: 65%;
  margin-top: 9%;
}

/* フッター */
footer {
  background-color: #296CD4;
  color: #FFF;
  padding-top: 5%;
	margin-top: 2%;
	padding-bottom: 60px;
}

footer .inner {
  padding-bottom: 5%;
}

footer .inner div {
  margin-bottom: 5%;
}

footer .copy {
  color: #FFF;
  font-size: 80%;
  padding: 10px 0;
  font-size: 1em;
  line-height: 1;
}

footer .inner a {
  color: white;
}
footer .inner a:hover {
	opacity: 0.5;
	text-decoration: none;
}

/* トップに戻るボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 1%;
  font-size: 77%;
}

@media (min-width: 768px) {
  #page-top {
    right: calc(calc((100% - 768px) / 2));
  }
}

#page-top a {
  display: block;
  /* background: #666; */
  /* color: #fff; */
  width: 100px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  opacity: 0.8;
}

#page-top a:hover,
#page-top a:focus {
  /* background: #999; */
  text-decoration: none;
  opacity: 1;
}

/*============
#mask
=============*/
#mask {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#mask.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 999;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
.d-inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.mv-cta-btn {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  width: 87vw;
  max-width: 687px;
  z-index: 1;
}

/*============
     SNS
=============*/
.socialEffect_box {
	display: flex;
	justify-content: center;
}
.socialEffect_link {
	margin: 20px;
	font-size: 2em;
}

/*============
footer menu
=============*/
/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 90px;
   bottom: 0px;
   font-size: 0;
   opacity: 0.95;
   z-index: 99;
	right: 0;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
	flex-direction: column;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
   margin:0;
   font-size: 10px;
/*   border-right: 1px solid #fff;*/
}

#sp-fixed-menu li:first-child{
   background: #E87B2A;
  border-top-left-radius: 15px;
}
#sp-fixed-menu li:nth-child(2){
   background: #296CD4;
}
#sp-fixed-menu li:last-child{
   background: #FFF;
/*	width: 55px;*/
}



.arrow-top::after{
    content: '';
    border: 0;
    border-top: solid 2px #003171;
    border-right: solid 2px #003171;
    display: inline-block;
    width: 10px;
    height: 10px;
/*     矢印アイコンの位置を設定 */
    position: absolute;
    top: 88%;
    right: 45%;
    transform: rotate(-45deg);
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

/* ===============================================
カウントダウン
=============================================== */
.countdown{
	text-align: center;
}
/* ===============================================
ヘッダーのスタイリング
=============================================== */
header {
  position: relative;
  z-index: 999;
  height: 100px;
}
@media screen and (max-width: 480px) {
  header {
    height: 50px;
  }
}
header .header_inner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 768px;
  max-width: 100%;
  background: #fff;
  padding: 0 30px;
  height: 100px;
  z-index: 999 !important;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  header .header_inner {
    height: 50px;
  }
}
header .header_inner h1 {
  width: 100%;
  text-align: center;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner h1 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
header .header_inner .burger {
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 480px) {
  header .header_inner .burger {
    width: 30px;
    height: 30px;
  }
}
header .header_inner .burger .burger_btn {
  width: 100%;
  position: absolute;
  right: 0;
  height: 40px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 480px) {
  header .header_inner .burger .burger_btn {
    height: 30px;
  }
}
header .header_inner .burger .burger_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #231815;
  width: 100%;
}
header .header_inner .burger .burger_btn span:nth-of-type(1) {
  top: 5px;
}
header .header_inner .burger .burger_btn span:nth-of-type(2) {
  top: 18px;
}
@media screen and (max-width: 480px) {
  header .header_inner .burger .burger_btn span:nth-of-type(2) {
    top: 13px;
  }
}
header .header_inner .burger .burger_btn span:nth-of-type(3) {
  bottom: 5px;
}
header .header_inner .burger .burger_btn.active span {
  width: 100%;
}
header .header_inner .burger .burger_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  header .header_inner .burger .burger_btn.active span:nth-of-type(1) {
    top: 13px;
  }
}
header .header_inner .burger .burger_btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_inner .burger .burger_btn.active span:nth-of-type(3) {
  top: 5px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header_inner .burger .burger_btn.active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
}
header .header_inner #burger_nav {
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 768px;
  -webkit-transition: all 0 ease-in;
  transition: all 0 ease-in;
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
header .header_inner #burger_nav.active {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  z-index: 900;
}
header .header_inner #burger_nav.active > #burger_nav-list {
  position: fixed;
  top: 100px;
  z-index: 999;
  width: 100%;
  max-width: 768px;
  overflow: auto;
  background: #296CD4;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
	line-height: 2.5em;
}
@media screen and (max-width: 480px) {
  header .header_inner #burger_nav.active > #burger_nav-list {
    top: 50px;
  }
}
@media screen and (min-width: 767.9px) {
  header .header_inner #burger_nav.active > #burger_nav-list {
    height: auto;
  }
}
header .header_inner #burger_nav.active > #burger_nav-list > ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li {
  text-align: center;
  margin: 0 auto;
  z-index: 900;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}
header .header_inner #burger_nav.active > #burger_nav-list > ul li a {
  color: #fff;
  padding: 15px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

/* ===== 追従CTA ===== */
.reassure_cta {
  padding: 12px 8px 0;
}

.reassure_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 12px;
  border-radius: 12px;
  background: #E77B29; /* 来店予約のボタン色に合わせて調整 */
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.cta_fixed { 
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  padding: 0; background: transparent; border: 0;
}

.cta_fixed_inner {
  padding: 10px 12px;
  background: rgba(255,255,255,0.9);
  border-top: 1px solid rgba(0,0,0,0.08);
  backdrop-filter: blur(8px);
}


/* 画面が狭い端末は2列→1列に落とす */
@media (max-width: 420px) {
  .reassure_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .reassure_item:last-child {
    grid-column: 1 / -1;
  }
}

/* ===== 追従CTA（モバイル） ===== */
.cta_fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 10px 12px;
  background: rgba(255,255,255,0.9);
  border-top: 1px solid rgba(0,0,0,0.08);
  backdrop-filter: blur(8px);
}

.cta_fixed_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 12px;
  border-radius: 14px;
  background: #E77B29;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

/* 追従CTAぶん、ページ最下部が隠れないよう余白 */
body {
  padding-bottom: 90px;
}
/* ===== 追従CTA hover：色が薄くなる ===== */
@media (hover: hover) and (pointer: fine) {

  .cta_fixed_btn {
    transition: opacity 0.2s ease;
  }

  .cta_fixed_btn:hover {
    opacity: 0.75;
  }

}
  .cta_fixed_btn,
  .cta_fixed_btn:hover,
  .cta_fixed_btn:focus,
  .cta_fixed_btn:active {
    color: #fff;              /* 文字色を固定（青にさせない） */
    text-decoration: none;    /* 下線を消す */
  }

}
