@charset "UTF-8";
/* ************************************** _
タイトル：home.css
概要：岐阜県央 home用css
作成：2026.02.27
更新：2026.02.27
_ ************************************** */
/* ************************************** _
タイトル：_home.scss
概要：岐阜県央 home用（旧 index.css）
_ ************************************** */
/* トップページ：Swiper 読み込み時崩れ対応：20260217
---------------------------------------------------------------------------- */
/* Swiper: 初期化前の崩れ防止 */
.swiper {
  visibility: hidden;
}

.swiper.swiper-initialized {
  visibility: visible;
}

.swiper {
  opacity: 0;
  transition: opacity 0.2s;
}

.swiper.swiper-initialized {
  opacity: 1;
}

/* トップページ：メインビジュアル
---------------------------------------------------------------------------- */
/* トップページ：店舗スライド 
---------------------------------------------------------------------------- */
/*店舗スライドエリア*/
.index-shopslide-area {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
  position: relative;
}

.index-shopslide-area:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #f9f6f3;
  z-index: -1;
}

.index-shopslide-area__inner {
  width: 100%;
  position: relative;
}

.index-shopslide-area__inner::before {
  content: "";
  display: block;
  background: url(../images/index/bg_mainimg_left_img.png) no-repeat top left;
  width: 150px;
  height: 205px;
  position: absolute;
  top: 0;
  left: 0;
}

.index-shopslide-area__inner::after {
  content: "";
  display: block;
  background: url(../images/index/bg_mainimg_right_img.png) no-repeat top left;
  width: 137px;
  height: 165px;
  position: absolute;
  top: 130px;
  right: 0;
}

@media screen and (max-width: 1560px) {
  .index-shopslide-area__inner::before {
    display: none;
  }
  .index-shopslide-area__inner::after {
    display: none;
  }
}
.index-shopslide-area .section {
  margin-top: 0;
  padding: 0;
}

/*wrap*/
.index-shopslide-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
  position: relative;
}

.index-shopslide-wrap::before {
  content: "";
  display: block;
  background: url(../images/index/bg_mainimg_left_point.png) no-repeat top left;
  width: 98px;
  height: 96px;
  position: absolute;
  bottom: 0;
  left: -150px;
}

.index-shopslide-wrap::after {
  content: "";
  display: block;
  background: url(../images/index/bg_mainimg_right_point.png) no-repeat top left;
  width: 56px;
  height: 55px;
  position: absolute;
  top: 50px;
  right: -120px;
}

@media screen and (max-width: 1220px) {
  .index-shopslide-wrap {
    width: 96%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 1200px) {
  .index-shopslide-wrap::before {
    display: none;
  }
  .index-shopslide-wrap::after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .index-shopslide-wrap {
    display: block;
  }
}
/*テキスト*/
.index-shopslide__txtarea {
  width: 48%;
}

.index-shopslide__leadtxt {
  font-size: 2.9em;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.index-shopslide__leadtxt::after {
  content: "";
  display: block;
  width: 80px;
  height: 83px;
  position: absolute;
  top: -25px;
  right: 85px;
}

.index-shopslide__subtxt span {
  display: block;
  background: #7b97ac;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0 0 5px 0;
  padding: 0 2px 2px 2px;
}

@media screen and (max-width: 1080px) {
  .index-shopslide__txtarea {
    margin: 0 20px 0 0;
  }
  .index-shopslide__leadtxt {
    font-size: 2.2em;
  }
  .index-shopslide__leadtxt::after {
    background-size: 80%;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .index-shopslide__txtarea {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .index-shopslide__leadtxt {
    font-size: 1.8em;
    margin: 0 0 5px 0;
  }
  .index-shopslide__leadtxt::after {
    background-size: 80%;
    top: -20px;
    right: 3em;
    width: 60px;
    height: 62px;
  }
  .index-shopslide__subtxt span {
    font-size: 0.8em;
  }
}
/*店舗スライド*/
.index-shopslide__slidearea .swiper {
  max-width: 550px;
  height: auto;
  position: relative;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 900px) {
  .index-shopslide__slidearea .swiper {
    max-width: 450px;
    margin: 0 0 0 auto;
  }
}
.index-shopslide__slidearea .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  overflow: hidden;
  position: relative;
}

.index-shopslide__slidearea .swiper-slide a {
  transition: all 0.3s;
  position: relative;
}

.index-shopslide__slidearea .swiper-slide a:hover {
  opacity: 0.8;
}

.index-shopslide__slidearea .swiper-slide a::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  /*background: linear-gradient(transparent, rgba(0,0,0,0.7));*/
}

.index-shopslide__slidearea .swiper-slide .slide-shop-name {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  z-index: 10;
}

.index-shopslide__slidearea .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*プログレスバー*/
.index-shopslide__slidearea .swiper-horizontal > .swiper-pagination-progressbar,
.index-shopslide__slidearea .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: auto;
  bottom: 20px;
  margin: 0 0 0 0;
  height: 5px;
  width: 77%;
}

@media screen and (max-width: 900px) {
  .index-shopslide__slidearea .swiper-horizontal > .swiper-pagination-progressbar,
  .index-shopslide__slidearea .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 70%;
  }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #cb0101;
}

/*左ボタン*/
.index-shopslide__slidearea .swiper-button-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: 55px;
  bottom: 0 !important;
  background: #333333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.index-shopslide__slidearea .swiper-button-prev:after {
  color: #FFFFFF;
  font-size: 1em;
}

/*右ボタン*/
.index-shopslide__slidearea .swiper-button-next {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0 !important;
  background: #333333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.index-shopslide__slidearea .swiper-button-next:after {
  color: #FFFFFF;
  font-size: 1em;
}

/* トップページ：メイン画像スライド 
---------------------------------------------------------------------------- */
.index-mainslide-wrap {
  margin: 0 0 30px 0;
}

.index-mainslide-wrap .swiper-wrapper {
  transition-timing-function: linear; /*等速にする*/
}

/*サークルアニメ*/
.circle-area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
}

.circle-wrap {
  background: url(../images/index/img_circle.png) no-repeat top center;
  width: 168px;
  height: 168px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 1230px) {
  .circle-wrap {
    top: -30px;
    left: 10px;
  }
}
@media screen and (max-width: 900px) {
  .circle-wrap {
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: -30px;
    left: 10px;
  }
}
.circle__rotate {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate_anime 18s linear infinite;
  transform-origin: center center 0;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* トップページ：ループテキスト
---------------------------------------------------------------------------- */
.index-aboutus__imgarea .swiper {
  height: 100%;
}

.index-looptxt-wrap .swiper-wrapper {
  transition-timing-function: linear; /*等速にする*/
}

/* トップページ：Honda Cars 岐阜県央について
---------------------------------------------------------------------------- */
.index-aboutus-area {
  background: #f9f6f3;
  padding: 0 0 0 0 !important;
}

@media screen and (max-width: 1260px) {
  .index-aboutus-area {
    padding: 0 20px 0 20px !important;
  }
}
/*900px以上の指定*/
@media screen and (min-width: 1230px) {
  /*1230px以上の指定*/
  .chosei {
    display: block !important;
  }
}
@media screen and (min-width: 900px) {
  .index-aboutus-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-aboutus__imgarea {
    max-width: 530px;
    width: 46%;
    height: 70vh;
    position: relative;
  }
  .index-aboutus__imgarea .swiper {
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
  }
  .index-aboutus__imgarea .swiper-wrapper {
    transition-timing-function: linear; /*等速にする*/
  }
  .index-aboutus__imgarea .swiper-slide {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .index-aboutus__txtarea {
    width: 50%;
  }
  .index-aboutus__txtarea .btn-underline-list {
    display: block;
  }
}
@media screen and (max-width: 1230px) {
  .chosei {
    display: none !important;
  }
}
/*900pxまでの指定*/
@media screen and (max-width: 900px) {
  .index-aboutus-area {
    padding: 0 !important;
  }
  .index-aboutus-wrap {
    display: flex;
    flex-direction: column;
  }
  .index-aboutus__imgarea {
    max-width: none;
    width: 100%;
    /*height: 200px;*/
    position: static;
    order: 2;
  }
  .index-aboutus__imgarea .swiper-wrapper {
    transition-timing-function: linear; /*等速にする*/
  }
  .index-aboutus__imgarea .swiper-slide {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .index-aboutus__imgarea .swiper {
    position: static;
  }
  .index-aboutus__txtarea {
    width: 100%;
    order: 1;
    padding: 40px 20px 20px 20px;
  }
  .index-aboutus__txtarea .btn-underline-list {
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
  }
}
/* トップページ：おクルマ情報
---------------------------------------------------------------------------- */
.index-carinfo-area {
  position: relative;
  margin: 40px 0 0 0 !important;
  padding: 40px 0 0 0 !important;
}

.index-carinfo-area .section {
  position: relative;
  padding: 0;
}

.index-carinfo-area .section::before {
  content: "";
  display: inline-block;
  border-radius: 50px 0 0 50px;
  background: #cb0101;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}

.index-carinfo-section {
  padding: 60px 40px 60px 40px;
}

.index-carinfo-wrap {
  display: flex;
  justify-content: space-between;
}

.index-carinfo__democar {
  width: 48%;
}

.index-carinfo__usedcar {
  width: 48%;
}

.index-carinfo__title {
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.index-carinfo__img {
  margin: 0 0 10px 0;
}

.btn-underline-list .online-consulting a {
  padding-left: 25px;
  background: url(../images/index/icon_mail.gif) no-repeat 0 center;
}

@media screen and (max-width: 900px) {
  .index-carinfo__title {
    font-size: 1.2em;
  }
  .index-service__img {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .index-carinfo-wrap .btn-underline {
    max-width: 320px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .index-carinfo-wrap {
    flex-direction: column;
  }
  .index-carinfo__democar {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .index-carinfo__usedcar {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .index-carinfo__img img {
    width: 100%;
  }
}
/*ボタンスタイル上書き*/
.index-carinfo-section .btn-underline {
  width: 48%;
}

.index-carinfo-section .btn-underline a {
  color: #FFFFFF;
  border-bottom: 1px solid #8f0404;
}

.index-carinfo-section .btn-underline::before {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.index-carinfo-section .btn-underline::after {
  width: 6px;
  height: 6px;
  right: 23px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #cb0101;
  border-right: 2px solid #cb0101;
}

.index-carinfo-section .btn-underline a::after {
  background: #FFFFFF;
}

@media screen and (max-width: 1040px) {
  .index-carinfo-section .btn-underline-list {
    display: block;
  }
  .index-carinfo-section .btn-underline {
    width: auto;
  }
}
/* トップページ：サービス
---------------------------------------------------------------------------- */
.section-wrap.index-service-area {
  padding-top: 0;
  background: #f9f6f3;
  margin: 0 0 0 0 !important;
  padding: 80px 0 80px 0 !important;
  position: relative;
}

.index-service-area::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/index/bg_righttop-curve.png) no-repeat top left;
}

.index-service__img {
  margin: 0 0 20px 0;
}

.index-service__img img {
  border-radius: 10px;
}

/*
.index-service-area:after{
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/index/bg_rightbottom-curve.png) no-repeat top left;		
}
*/
.index-service {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.index-service-titlearea {
  width: 33%;
}

.index-service-contentsarea {
  width: 65%;
}

@media screen and (max-width: 1260px) {
  .index-service {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .index-service {
    flex-direction: column;
  }
  .index-service-titlearea {
    width: 100%;
  }
  .index-service-contentsarea {
    width: 100%;
  }
  .index-service-contentsarea .btn-underline-list {
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto 40px auto;
  }
  .index-service-contentsarea .btn-underline-list .btn-underline {
    max-width: 350px;
    width: 100%;
  }
  .index-service-contentsarea .btn-radius {
    margin: 0 auto 0 auto;
  }
}
/* サービス イメージエリア
---------------------------------------------------------------------------- */
/*
.service-image-area{
	width: 100%;
	height: 370px;
	margin-bottom: 80px;
	background: url(../images/index/img_service.jpg) no-repeat top center;
	background-size: cover;
}
@media screen and (max-width: 900px) {
	.service-image-area{
		height: 200px;
	}
}
*/
/* トップページ：ブログ
---------------------------------------------------------------------------- */
.section-wrap.bg-index-blog {
  /*background: #f9f6f3;
  padding-top: 80px;*/
  margin-bottom: 0;
  padding-bottom: 0;
}

.index-blog {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.index-blog-titlearea {
  width: 33%;
}

.index-blog-contentsarea {
  width: 65%;
}

.index-blog-contentsarea .list-col-wrap li {
  width: 48%;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 900px) {
  .index-blog {
    flex-direction: column;
    padding: 0 10px 0 10px;
  }
  .index-blog-titlearea {
    width: 100%;
  }
  .index-blog-contentsarea {
    width: 100%;
  }
  .index-blog .btn-radius {
    margin: 0 auto 0 auto;
  }
}
/* トップページ：新車スライダー
---------------------------------------------------------------------------- */
/* ページネーション（ドット） */
.newcar-slider {
  position: relative;
  top: 13%;
}

.newcar-slider .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}

.newcar-slider .swiper-pagination-bullets {
  width: 100px;
}

.newcar-slider .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

.newcar-slider .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

@media screen and (max-width: 900px) {
  .newcar-slider {
    top: 0;
  }
}
/* トップページ：新車情報、メーカーニュースの枠組み
---------------------------------------------------------------------------- */
.index-news-area {
  position: relative;
}

.index-news-area:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: url(../images/index/bg_lefttop-curve.png) no-repeat top left;
}

@media screen and (max-width: 1230px) {
  .index-news-area:after {
    bottom: -60px;
  }
}
.index-news-area .section {
  position: relative;
}

.index-news-area .section::before {
  content: "";
  display: inline-block;
  border-radius: 0 50px 50px 0;
  background: #cb0101;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}

.index-newswrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 0;
}

.index-newswrap__newcararea {
  width: 50%;
  padding: 50px;
}

.index-newswrap__newsarea {
  width: 50%;
  padding: 50px;
}

@media screen and (max-width: 900px) {
  .index-newswrap__newcararea {
    width: 100%;
    padding: 40px 20px 30px 20px;
  }
  .index-newswrap__newsarea {
    width: 100%;
    padding: 40px 20px 30px 20px;
  }
}
/* トップページ：メーカーニュース
---------------------------------------------------------------------------- */
.newcar-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rss-frame-wrap {
  width: 100%;
  height: 350px;
  margin: 0 0 20px 0;
  overflow-x: hidden;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
}

.rss-frame {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .rss-frame-wrap {
    max-width: initial;
  }
  .newcar-wrap {
    flex-direction: column;
  }
}
/* カレンダー
---------------------------------------------------------------------------- */
.section-wrap.index-calendar-area {
  padding-top: 0;
  position: relative;
}

.index-calendar-area:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: url(../images/index/bg_leftbottom-curve-bunner.png) no-repeat bottom left;
}

.index-calendar-wrap {
  max-width: 1200px;
  margin: 0 20px 0 20px;
}

@media screen and (max-width: 1230px) {
  .index-calendar-area:after {
    bottom: -30px;
  }
}
/* フッターバナー
---------------------------------------------------------------------------- */
.footer-banner {
  width: 100%;
  padding: 70px 0 70px 0;
  background: #f9f6f3;
}

/*バナー*/
.footer-banner__inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 auto 0 auto;
  padding: 0 20px 0 20px;
}

.footer-banner__inner li {
  width: 23%;
  margin: 0 0 20px 2% !important;
}

.footer-banner__inner li img {
  width: 100%;
}

.footer-banner ul li {
  margin: 0 0 0 0;
}

@media screen and (max-width: 900px) {
  .footer-banner {
    margin: 0 auto 0 auto;
    padding: 50px 0 30px 0;
  }
  .footer-banner__inner {
    justify-content: left;
    max-width: calc(550px + 4%);
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .footer-banner__inner li {
    width: 47%;
    margin: 0 0 20px 3% !important;
  }
}
/*# sourceMappingURL=_maps/home.css.map */
