@charset "utf-8";
/* CSS Document */
.circle-area{
    margin: 80px 0 80px;
    text-align: center;
}
.circle-y,.circle-g {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.circle-y:before,.circle-g:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.circle-y:before {
    background: #FFFAEC;
}
.circle-g:before {
    background: #F6FAEF;
}
/* メインイメージ */
/*.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: url(../images/hero-sp.jpg) top;
    background-size: cover;
    color: #FFF;
    font-size:25px;
    font-weight: 600;
}
.hero .balloon-y{
    margin: 0 20px;
    padding: 20px 0px;
    top: 30%;
    border-width: 4px;
}
.hero .balloon-y::after{
	border-top-color: #1da9da;
    border-width: 15px;
	margin-left: -15px;
}
.hero .balloon-y::before {
	border-width: 20px;
	margin-left: -20px;
}*/

.hero li{
    position: relative;
    width: 100%;
    height: 100vh;
}
.hero-01{
    background: url(../images/hero-sp.jpg) top;
    background-size: cover;
}
.hero-02{
    background: url(../images/hero-sp-02.jpg) top;
    background-size: cover;
}


.hero-01_2023{
    background: url(../images/hero-sp_2023.jpg) top;
    background-size: cover;
}
.hero-02_2023{
    background: url(../images/hero-sp-02_2023.jpg) top;
    background-size: cover;
}

.hero-03_2023{
    background: url(../images/hero-sp-03_2023.jpg) top;
    background-size: cover;
}
.hero-04_2023{
    background: url(../images/hero-sp-04_2023.jpg) top;
    background-size: cover;
}



/* スライド */
.slide{
    margin: 50px 30px 60px;
}
.slick-prev::before {
   content: url(../images/prev.png);
   opacity: 1;
 }
.slick-next::before {
    content: url(../images/next.png);
    opacity: 1;
}
.slick-prev{
    left: -80px;
  }
.slick-next{
    right: -30px;
}
@media screen and (max-width:480px) {
.slick-prev{
    left: -5px;
    z-index: 99;
}
.slick-prev::before{
    content: url(../images/prev-sp.png);
}
.slick-next{
    right: 10px;
}
.slick-next::before{
    content: url(../images/next-sp.png);
}
}

@media (min-width:768px){
.hero-01{
    background: url(../images/hero-tab.jpg) top;
    background-size: cover;
}
.hero-02{
    background: url(../images/hero-tab-02.jpg) top;
    background-size: cover;
}
}
	
@media (min-width:768px){
.hero-01_2023{
    background: url(../images/hero-tab_2023.jpg) top;
    background-size: cover;
}
.hero-02_2023{
    background: url(../images/hero-tab-02_2023.jpg) top;
    background-size: cover;
}

.hero-03_2023{
    background: url(../images/hero-tab-03_2023.jpg) top;
    background-size: cover;
}

.hero-04_2023{
    background: url(../images/hero-tab-04_2023.jpg) top;
    background-size: cover;
}

}

/* 画像 */
.back-img{
    width: 100%;
    height: 200px;
}
.inspection-img{
    background: url(../images/mv-inspection.jpg) center bottom;
    background-size: cover;
}
.repair-img{
    margin-top: 50px;
    background: url(../images/mv-repair.jpg) center bottom;
    background-size: cover;
}
.top-shop{
    background: url(../images/top-shop.jpg) center;
    background-size: cover;
    padding: 20px 0;
}
.top-faq{
    background: url(../images/mv-faq.jpg) center;
    background-size: cover;
    padding: 20px 0;
}
/* 車検料金 */
.shaken-tile{
    padding: 10px 30px 30px;
    border-radius: 5px;
}
.attention{
    margin: 30px 0;
    padding: 20px 20px;
    background: #fbfbfb;
}
.attention p{
    margin: 5px 0;
}
/* 板金塗装 */
.hikaku{
    flex-direction: column;
    margin: 60px 0;
}
.yazirushi{
    margin: 20px auto;
    text-align: center;
}
/* お客様の声 */
.fukidashi {
     position: relative;
     display: inline-block;
     margin: 30px 0;
     padding: 20px;
     background-color: #FFF;
     border-radius: 10px;
     text-align: left;
}
.fukidashi::before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
}
.fukidashi::after{
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
}
.fuki-left{
    border: #FCC800 solid 2px;
}
.fuki-left::after{
    border-color: #FCC800 transparent;
    border-width: 25px 25px 0 0;
    bottom: -25px;
    left: 70%;
    margin-left: -12px;
}
.fuki-left::before{
    border-width: 25px 25px 0 0;
    bottom: -19px;
    left: 70%;
    margin-left: -10px;
}
.fuki-right{
    border: #8EC43F solid 2px;
}
.fuki-right::after{
    border-color: #8EC43F transparent;
    border-width: 25px 0 0 25px;
    bottom: -25px;
    left: 30%;
    margin-left: -8px;
}
.fuki-right::before{
    border-width: 25px 0 0 25px;
    bottom: -19px;
    left: 30%;
    margin-left: -11px;
}

@media (max-width:768px){
.top-shop .headding{
    color: #FFF;
    text-shadow: 0px 0px 10px #111;
}
}
@media (min-width:1366px){
.column-2{
    width: 50%;
    height: 600px;
}
.column-2 .headding{
    margin: 100px 0 30px;
}
.circle-y,.circle-g{
    font-size: 20px;
}
/* メインイメージ */
.hero-01{
    background: url(../images/hero.jpg) top;
    background-size: cover;
}
.hero-02{
    background: url(../images/hero-02.jpg) top;
    background-size: cover;
}

/* メインイメージ */
.hero-01_2023{
    background: url(../images/hero_2023.jpg) top;
    background-size: cover;
}
.hero-02_2023{
    background: url(../images/hero-02_2023.jpg) top;
    background-size: cover;
}

.hero-03_2023{
    background: url(../images/hero-03_2023.jpg) top;
    background-size: cover;
}

.hero-04_2023{
    background: url(../images/hero-04_2023.jpg) top;
    background-size: cover;
}



/* スライド */
.slide{
    width: 1040px;
    margin: 100px auto;
    text-align: center;
}
.slide li {
    margin: 0 15px;
}
/* 画像 */
.back-img{
    height: 400px;
}
.repair-img{
    margin-top: 100px;
}
/* 車検料金 */
.shaken-tile{
    padding: 20px 50px 50px;
}
.syaken{
    width: 210px;
    margin: 20px auto;
    font-size: 16px;
}
.syaken th{
    width: 120px;
    padding: 5px 0;
    text-align: left;
}
.syaken td{
    width: 90px;
    padding: 5px 0;
    text-align: right;
}
.attention{
    margin: 60px 0;
    padding: 60px 50px;
    background: #fbfbfb;
}
/* 板金塗装 */
.hikaku{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}
.before{
    margin-right: auto;
}
.yazirushi{
    margin: 0 auto;
    padding: 0 30px;
}
.after{
    margin-left: auto;
}
/* お客様の声 */
.fukidashi{
    margin: 50px 30px;
    padding: 35px 25px 35px 35px;
    max-width: 885px;
}
.fuki-left::after,.fuki-left::before{
    left: 10%;
}
.fuki-right::after,.fuki-right::before{
    left: 90%;
}
}
@media (min-width:1921px){
.hikaku{
    width: 1920px;
    margin: 100px auto;
}
}



	