@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Overpass', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, meiryo, sans-serif;
  background-color: #FFFFFF;
  color: #000000;
}




html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 自動改行を避け */
span.aks {
  display: inline-block;
  font-family: 'Heebo', sans-serif;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-main {
  display: block !important;
}

.sp-main {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 599px) {
  .pc-main {
    display: none !important;
  }

  .sp-main {
    display: block !important;
  }
}


.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb100vw {
  margin-bottom: 26vw !important;
}






.bg-gray {
  background-color: #8e8f91;
}

.bg-light-gray {
  background-color: #edecec;
}


.click img {
  transition: 0.5s;
}

.click img:hover {
  filter: brightness(0.9);
}


.btn01 {
  margin-left: 90px;
  margin-right: 90px;
}

.btn02 {
  margin-left: 90px;
  margin-right: 90px;
  margin-bottom: 160px;
}

.bottom {
  margin-bottom: 26vw;
}


.m-bottom_6 {
  margin-bottom: 60px;
}

.m-bottom_7 {
  margin-bottom: 70px;
}

/* SP表示(599px以下) */
@media only screen and (max-width: 599px) {
  .m-bottom_7 {
    margin-bottom: 8.2vw;
  }
}

.m-bottom_8 {
  margin-bottom: 80px;
}

.m-bottom_9 {
  margin-bottom: 90px;
}

.m-bottom_10 {
  margin-bottom: 100px;
}

/* SP表示(599px以下) */
@media only screen and (max-width: 599px) {
  .m-bottom_10 {
    margin-bottom: 10.2vw;
  }
}



.gray_wrap {
  background-color: #e4e4e4;
}





.btn01 a:hover, .btn02 a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.wrapper {
  width: 100%;
}

.contents {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}


@media only screen and (max-width: 979px) {
  .btn01 {
    margin-left: 9.0vw;
    margin-right: 9.0vw;
  }

  .btn02 {
    margin-left: 9.0vw;
    margin-right: 9.0vw;
    margin-bottom: 160px;
  }
}




/* SP表示(599px以下) */
@media only screen and (max-width: 599px) {

  .btn01 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .btn02 {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0px;
  }

  .btn02 img {
    margin-bottom: 3%;
  }

  .btn03 img {
    margin-bottom: 12%;
  }
}



/*PCの場合にはメニューを表示させない*/
@media (min-width: 599px) {
  .for-sp {
    display: none !important;
  }
}





/*予約ボタン**/
.reservation_btn_wrap {
  margin: 0 auto;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 70px;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .reservation_btn_wrap {
    width: 55%;
    margin: 0 auto;
  }
}


/*店舗情報とボタン*/
.shop_wrap {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .shop_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .shop_wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

/* SP表示(599px以下) */
@media only screen and (max-width: 599px) {
  .wrap {
    flex-direction: column
  }
}

.shop_left {
  width: 44%;
  display: flex;
  flex-direction: column;
}

.instergram {
  width: 50px;
  height: auto;
  padding-top: 17px;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .instergram {
    width: 5.561735261401557vw;
  }
}

/* SP表示(599px以下) */
@media only screen and (max-width: 599px) {
  .instergram {
    width: 12vw;
    padding-top: 25px;
  }
}

.shop_btn {
  display: flex;
  width: 48%;
  justify-content: space-between;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .shop_btn {
    width: 60%;
  }
}

.shop_right {
  width: 54%;
}




.shop_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 22px;
}

.shop_btn_wrap_l {
  width: 28%;
}

.shop_btn_wrap_r {
  width: 68%;
}











.drive-reservation {
  /*親div*/
  position: relative;
  /*相対配置*/
  height: auto;
  margin: auto;
}

.drive-reservation .btn {
  position: absolute;
  /*絶対配置*/
  color: white;
  /*文字は白に*/
  top: 500px;
  left: 60px;
}

.drive-reservation .btn img {
  width: 46%;
}



@media only screen and (max-width: 979px) {
  .drive-reservation .btn {
    top: 51.02040816326531vw;
    left: 6.122448979591836vw;
  }

  .drive-reservation .btn img {
    width: 42%;
  }
}




.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 52%;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .gmap {
    padding-bottom: 65%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}





.flex-contener {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 100px;
}



@media only screen and (max-width: 599px) {
  .flex-contener {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .flex-contener {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}


.flex-contener-2 {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .flex-contener-2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .flex-contener-2 {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .flex-contener-2 {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
  }
}


.row-2 {
  width: 47%;
}



@media only screen and (max-width: 599px) {
  .row-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex-contener-3 {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .flex-contener-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .flex-contener-3 {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .flex-contener-3 {
    padding-left: 26px;
    padding-right: 26px;
  }
}




.flex-contener-4 {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}



@media only screen and (max-width: 599px) {
  .flex-contener-4 {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .flex-contener-4 {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}


.flex-contener-5 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .flex-contener-5 {
    padding-bottom: 8vw;
  }
}

@media only screen and (max-width: 599px) {
  .flex-contener-5 {
    flex-direction: column;
  }
}

.flex-car {
  display: flex;
  flex-direction: column;
  width: 50%;
}

@media only screen and (max-width: 599px) {
  .flex-car {
    width: 100%;
  }
}

.contener-btn {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
}

/* ipad  ipad mini等 */
@media only screen and (max-width: 899px) {
  .contener-btn {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}

@media only screen and (max-width: 599px) {
  .contener-btn {
    padding-left: 10vw;
    padding-right: 10vw;
    margin-top: -16px;
    margin-bottom: 15px;
  }
}



.row-3 {
  width: 32%;
}

@media only screen and (max-width: 599px) {
  .row-3 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.row-4 {
  width: 44%;
}

@media only screen and (max-width: 599px) {
  .row-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.btn-1-contener {
  margin: 0 auto;
  width: 47%;
}











.footer {
  height: 36px;
}




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





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


  body {
    /* バナーの高さ＋余白分を空ける */
    padding-bottom: 90px;
  }

  /* ここに480px以下の範囲のスタイルを記述 */
  /* 480px以下適用範囲 */
  /* iphone 6/7/8 plus */
  .pc-main {
    display: none !important;
  }

  .sp-main {
    display: block !important;
  }

  .click {
    transition: none;
  }

  .click:hover {
    filter: none;
  }

  .click img {
    transition: none;
  }

  .click img:hover {
    filter: none;
  }

  .shop_wrap {
    padding-top: 3.8vw;
    padding-bottom: 3.8vw;
    padding-left: 3.8vw;
    padding-right: 3.8vw;
  }

  .shop_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
    margin-left: 14px;
    margin-left: 20px;
    margin-top: 14px;
  }


  .shop_left_btn_wrap {
    padding-top: 26px;
  }

  .shop_right {
    width: 100%;
  }

  .shop_btn_sp {
    display: block;
    display: flex;
    margin-left: 4vw;
    margin-right: 4vw;
    justify-content: space-between;
    padding-bottom: 4vw;
  }

  .drive-reservation .btn {
    top: 68vw;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .drive-reservation .btn img {
    width: 69vw;
  }

  .footer {
    height: 22px;
  }

  .shop_btn_wrap {
    flex-direction: column;
    /*横並び解除*/
    align-items: flex-start;
    padding-top: 22px;
  }

  .shop_btn_wrap_l {
    width: 50%;
    margin: 0 auto;
  }

  .shop_btn_wrap_r {
    width: 100%;
    margin-bottom: 12px;
  }

  .shop_btn {
    width: 80%;
    margin: 0 auto;

  }

  .shop_btn:first-child {
    margin-bottom: 24px;
  }

  .reservation_btn_wrap {
    margin: 0 auto;
    width: 80%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 11.4vw;
    padding-left: 0px;
  }

  .gray_wrap {
    margin-bottom: 20px;
  }
}









/*フローティングバナーh*/
body.-loaded .m-mail-button-container {
  transition-duration: .5s
}

.m-mail-button-container {
  pointer-events: auto;
  position: fixed;
  z-index: 11;
  right: 0;
  display: flex;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .m-mail-button-container {
    bottom: 10px;
    flex-direction: column;
    gap: 2px;
    padding: 2px 0 2px 2px;
    border-radius: 8px 0 0 8px;
  }
}

.m-mail-button-container .m-button.-dealer {
  letter-spacing: -0.07em;
}

@media screen and (min-width: 768px) {
  .m-mail-button-container .m-button:first-of-type {
    border-top-left-radius: 8px;
  }
}

@media screen and (min-width: 768px) {
  .m-mail-button-container .m-button {
    gap: 5px;
    width: 85px;
    height: 73px;
    font-size: 11px;
  }
}

.m-mail-button-container .m-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d5414b;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .m-mail-button-container .m-button .-icon {
    width: 30px;
    height: 30px;
  }
}

.m-mail-button-container .m-button .-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-mail-button-container .m-button.-dealer {
  letter-spacing: -0.07em;
}

@media screen and (min-width: 768px) {
  .m-mail-button-container .m-button {
    font-size: 11px;
  }
}

.m-mail-button-container .m-button {
  color: #fff;
  font-weight: 500;
}

svg:not(:root) {
  overflow: hidden;
}

svg:not([fill]) {
  fill: currentColor;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .m-mail-button-container .m-button:last-of-type {
    border-bottom-left-radius: 8px;
  }
}

@media screen and (min-width: 600px) {
  .m-mail-button-container {
    bottom: 15%;
    flex-direction: column;
    gap: 2px;
    padding: 2px 0 2px 2px;
    border-radius: 8px 0 0 8px;
  }
}

@media screen and (min-width: 600px) {
  .m-mail-button-container .m-button:first-of-type {
    border-top-left-radius: 8px;
  }
}

/*↓PCサイズの赤い帯のサイズ調整*/
@media screen and (min-width: 600px) {
  .m-mail-button-container .m-button {
    gap: 5px;
    width: 100px;
    height: 100px;
    font-size: 11px;
  }
}

@media screen and (min-width: 600px) {
  .m-mail-button-container .m-button .-icon {
    width: 90%;
    height: 90%;
  }
}

@media screen and (max-width: 599px) {
  body.-loaded .m-mail-button-container.-bottom {
    transform: translateY(24.154589372vw);
  }
}

@media screen and (max-width: 599px) {
  .m-mail-button-container {
    left: 0;
    bottom: 0;
    gap: 1px;
  }
}

@media screen and (max-width: 599px) {
  .m-mail-button-container .m-button {
    gap: 1.690821256vw;
    width: 100%;
    height: 19.3236714976vw;
    padding-top: .4830917874vw;
    font-size: 2.8985507246vw;
  }
}

@media screen and (max-width: 599px) {
  .m-mail-button-container .m-button .-icon {
    width: 20%;
    height: 20%;
  }
}

@media screen and (max-width: 599px) {
  .m-mail-button-container .m-button.-dealer .-icon svg {
    width: 6.5217391304vw;
  }
}

@media screen and (max-width: 599px) {
  .m-mail-button-container .m-button .-icon svg {
    height: auto;
  }
}


















.center-btn {
  background-color: #ececec;
  margin: 0 auto;
  padding: 1% 21% 3% 21%;
}

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

  .center-btn {
    padding: 1% 6.6% 3% 6.6%;
  }
}





/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.example-pc {
  display: block !important;
  position: relative;
}

.example-sp {
  display: none !important;
  position: relative;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 599px) {
  .example-pc {
    display: none !important;
  }

  .example-sp {
    display: block !important;
  }
}

.example-pc img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ▼ 修正: img:nth-of-type(2) を a に変更し、display:blockを追加 ▼ */
.example-pc a {
  display: block;
  position: absolute;
  right: 3%;
  bottom: 20%;
  width: 53%;
  height: auto;
}




/* ▼ 追加: aタグの中の画像が親枠いっぱいに広がるように指定 ▼ */
.example-pc a img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.example-pc a img:hover {
  filter: brightness(0.9);
}

.example-sp img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ▼ 修正: img:nth-of-type(2) を a に変更し、display:blockを追加 ▼ */
.example-sp a {
  display: block;
  position: absolute;
  right: 3%;
  bottom: 20%;
  width: 53%;
  height: auto;
}

/* ▼ 追加: aタグの中の画像が親枠いっぱいに広がるように指定 ▼ */
.example-sp a img {
  width: 100%;
  height: auto;
}