@charset "UTF-8";
/* 769px以上のとき */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* 768px以下のとき */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/*バナー*/
.banner picture img {
    width: 100%;
}
/*
@media screen and (min-width: 1000px) {
    .banner {
        padding-bottom: 9rem;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        padding-bottom: 5rem;
    }
}
@media screen and (max-width: 560px) {
    .banner {
        padding-bottom: 5rem;
    }
}
*/

/*タイトル*/
@media screen and (min-width: 768px) {
.c-title.tall {
        min-height: 3em;
    }
}



/*ポイント*/
@media screen and (min-width: 768px) {
    .p-point__title {
        font-size: 4.8rem;
    }
    .p-point--point01 .block01 .text01 {
        font-size: 2.4em;
    }
    .p-point--point01 .block01 .text01 em{
        font-size:1.6em;
    }
    .p-point__balloon {
        padding: 2em .5em;
    }
    .p-point__balloon .logos img.height28 {
        height: 1.6em;
    }
    .p-point__balloon .logos img.height24 {
        height: 1.6em;
    }
}

/*ポイント2*/
@media screen and (min-width: 1000px) {
    .p-point--point02 .block02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        column-gap: 3%;
        -webkit-box-shadow: none;
        box-shadow: none;
        flex-direction:row;
    }
    .p-point--point02 .block02 .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block !important;
        padding: 1em 1em 1.5em;
        -webkit-box-shadow: 0 0 0.3888888889em 0 rgba(0, 0, 0, .35);
        box-shadow: 0 0 0.3888888889em 0 rgba(0, 0, 0, .35);
    }

    .p-point--point02 .block01 .text01 em {
        font-size: 2.6em;
    }
    .p-point--point02 .block01 .text01 {
        row-gap: 1.0em;
    }
    .p-point--point02 .block01 .text01 em.price {
        font-size: 2.8em;
    }
    .p-point--point02 .block01 .text01 em.price {
        padding: 0.18em .4em;
    }
    .c-title.--4xsmall {
        font-size: 1.8rem;
    }    
}
.p-point--point02 .block02 .item .item__img img  {
    width: 100%;
}


/*ポイント3*/
.p-point--point03 .p-point__container .c-price_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    border: 0.2rem solid #999;
    background: #fff;
    color: #4d4d4d;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
      .p-point--point03 .p-point__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        column-gap: 3%;
        -webkit-box-shadow: none;
        box-shadow: none;
        flex-direction: row;
      }
      .p-point--point03 .p-point__container>.u-separator {
        margin: 15em 0;
      }

}
.p-point--point03 .text01 {
        margin-bottom: 0.9375em;
        font-size: 1.7777777778em;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
}
.p-point--point03 .block02 .p-point__balloon {
        color: #083091;
}

/*こんなお悩み*/
@media screen and (min-width: 768px) {
  .p-trouble__solve .list {
      display: grid;
      grid-template-rows: repeat(2, auto); 
      grid-auto-flow: column; 
      grid-auto-columns: max-content; 
      gap: 20px 100px; 
      justify-content: start;
  }
}


/*contact*/
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size:3.0rem;
  }
}

@media screen and (max-width: 767px) {
    .p-contact>.c-highlight::after {
       background: url(../img/contact__bg.svg) top / auto 100% no-repeat;
       opacity: .32;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .p-contact>.c-highlight::after {
       background: url(../img/contact__bg_pc_1.svg) top / auto 100% no-repeat;
       opacity: 1;
    }
}

@media screen and (min-width: 1200px) {
    .p-contact>.c-highlight::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/contact__bg_pc_2.svg) center / 100% no-repeat;
    background-size: cover;
    opacity: 1;
    }
    .p-contact>.c-highlight::after {
       background: url(../img/contact__bg_pc_1.svg) top / 100% auto no-repeat;
       opacity: 1;
    }
}


/*お任せください*/
@media screen and (min-width: 768px) {
.p-trouble__solve {
    margin-top: 4em;
}
}

/*MENU*/
@media screen and (min-width: 768px) {
  .p-tab__container {
    background:none;
  }
  .p-service__content .service__detail.p-tab .p-tab__content {
    background: #fff;
    max-width: 100%;
  }
  .p-service__content .service__performance > * {
    max-width: 100%;
  }
}
    .p-service__content .service__detail.p-tab .p-tab__content .service__price__text{
        color: rgb(237, 28, 36);
        text-align: right;
        font-size: 0.7777777778em;
        font-weight: 700;
    }


/*研磨*/
@media screen and (min-width: 768px) {
    .p-service__content .service__detail.p-tab.kenma .p-tab__container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        column-gap: 3%;
        -webkit-box-shadow: none;
        box-shadow: none;
        flex-direction:row;
    }
    .p-service__content .service__detail.p-tab .p-tab__content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block !important;
        padding: 1em 1em 1.5em;
        -webkit-box-shadow: 0 0 0.3888888889em 0 rgba(0, 0, 0, .35);
        box-shadow: 0 0 0.3888888889em 0 rgba(0, 0, 0, .35);
    }
    .p-service__content .service__option .description .text-structure .structure {
        text-align: center;
    } 
    .p-service__content .service__option .description .text-structure .structure img {
        max-width: 50rem;
        text-align: center;
    } 


}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .p-service__content .service__detail.p-tab.kenma .p-tab__container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 2.2222222222em;
    }
    .p-service__content .service__detail.p-tab .p-tab__content {
        width: 100%;
        max-width: 80rem;
    }
}

@media screen and (min-width: 1200px) {
    .p-service__content .service__option .description {
        height: 600px;
        row-gap: 0;
    } 
    .p-tab__container .p-kenma__option{
        display: none;
    }
    .p-tab__container .gokei{
        display: none;
    }
    .p-service__content .service__option .description .text-structure {
        height: 420px;
    } 
    .p-service__content .service__option .description .text-structure .text {
        height: 200px;
    } 
    .p-service__content .service__option .description .text-structure .structure {
        display: flex;
        align-items:flex-end;
        height: 50%;
    } 
    
    .p-service__content .service__option .description .img{
        margin-top: 10px;
    }
    .p-service__content .service__option .description .working-time {
        margin-top: .5em;
        font-size: 0.7777777778em;
        font-weight: 700;
    } 
 }

    .p-service__content .service__option .description {
        display: block;
    }


/*下地処理*/
.p-service.--highlight03 .menu__button {
    padding: 1em 1em 1.5em;
}

@media screen and (min-width: 768px) {
.p-service.--highlight03 .caution{
padding: 0px 1em;
}
.p-service.--highlight03 .p-service__content {
    margin-top: 2.7777777778em;
}
}

@media screen and (min-width: 1200px) {
.p-service.--highlight03 .menu__button {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
    flex-direction: row;
    max-width: 100rem;
}
.p-service.--highlight03 .service {
    max-width: 80rem;
    margin: 0 auto;
}
.p-service.--highlight03 .menu__button .item {
    width: 290rem;
}
.p-service.--highlight03 .caution{
    width: 100rem;
    margin: 0 auto;
}
}

@media screen and (max-width: 767.98px) {
    .p-service.--highlight03 .caution{
        margin-right: 2rem;
        margin-left: 2rem;
        margin-right: clamp(1.5rem, 5.3333333333vw, 2rem);
        margin-left: clamp(1.5rem, 5.3333333333vw, 2rem);
    }
    .p-service.--highlight03 .p-service__content {
        margin-top: 2.7777777778em;
    }
}

.p-service.--highlight03 .menu__button .item p{
    margin-bottom: .5em;
}    
.p-service.--highlight03 picture{
    text-align: center;
}


/*研磨オプション*/
@media screen and (min-width: 1200px) {
.p-kenma__option {
    padding: 0 1em;
    margin-bottom: 2em;
}
.p-kenma__option .menu {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
    flex-direction: row;
}
.p-kenma__option .menu .img {
    width: 50%;
}
.p-kenma__option .menu .price {
    width: 50%;
}
.p-kenma__option .menu .price .text {
    margin-top: 0.5em;
    font-size: 0.777778em;
    font-weight: 700;
}
.p-service__content .service__detail.p-tab .gokei .p-tab__container{
    padding:0 1em;
}
.p-service__content{
    margin-top: 4em;
}
.gokei-title{
    padding: 0 1em;
}
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .p-service__content .service__option .price  {
    padding: 0 1em;
    margin-bottom: 2em;
    }
    .p-service__content .service__option .p-kenma__option {
    padding: 0 1em;
    margin-bottom: 2em;
    }
    .p-service__content .service__option .p-kenma__option .price {
    padding: 0;
    margin-bottom: 0;
    }
    .p-service__content .service__option .gokei {
    padding: 0 1em;
    margin-bottom: 2em;
    }
    .p-service__content .service__option .gokei .text {
    margin-top: .5em;
    font-size: 0.7777777778em;
    font-weight: 700;
    }

    .p-service__content .service__detail .p-kenma__option.outside{
        display: none;
    }
    .p-service__content .service__detail .gokei.outside{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .p-kenma__option{
        margin-top: 1em;
    }

    .p-service__content .service__performance{
        row-gap: 0;
    }

    .p-service__content .service__performance .menu{
        display: flex;
        justify-content: space-between;
        column-gap: 3%;
        box-shadow: none;
        flex-direction: row;
    }
    .p-service__content .service__performance .menu:nth-child(2){
        margin-top: 1em;
    }
    .p-service__content .service__performance .menu .img{
        width: 50%;
    }
    .p-service__content .service__performance .menu .description{
        font-size: 1.4rem;
        row-gap: 0;
    }
    .p-service__content .service__performance .menu .price{
        width: 50%;
        margin-top: 0;
    }
    .p-service__content .service__performance .menu .price .text{
        font-size: 1.2rem;
        margin-top: 0;
    }
    .p-service__content .service__performance .menu .price .c-price_table{
        font-size: 1.2rem;
    }
    .p-service__content .gokei{
        margin-top: 1em;
    }

    .p-service__content .gokei .yajirushi {
        height: 2em;
        width: 100%;
    }

    .p-service__content .gokei .yajirushi::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 40px 40px 0;
    border-color: #ccc transparent transparent;
    }
    .p-service__content .gokei .text{
        margin-top: .5em;
        font-size: 0.7777777778em;
        font-weight: 700;
    }

    .p-service__content .service__detail .p-kenma__option.outside{
        display: none;
    }
    .p-service__content .service__detail .gokei.outside{
        display: none;
    }

}
.p-kenma__option.outside .c-price_table{
    background: #fff;
}







/*EX*/
@media screen and (min-width: 768px) {
    .p-service__content .service__performance.ex {
        display: block;
    }
    .service__performance.ex .mechanism,.features{
        margin: 0 auto;
    }

    .service__performance.ex .ex-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 5%;
        -moz-column-gap: 5%;
        column-gap: 5%;
    }
    .small-font{
      font-size: 1.2rem;
    }
   .p-service__content .service__performance.ex .u-mt--0_5em{
        text-align: center;
    }
}

/*洗車*/
.p-carwash__price{
    margin-top:2.75em;
}

@media screen and (min-width: 768px) {
    .p-carwash__content__inner{
        height: 380px;
    }
    .p-carwash__description{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .p-carwash__menu {
        font-size: 1.6rem;
    }
}


/*店舗一覧*/
    .p-reserve__area .item__title {
        margin-bottom: .25em;
    }
    .p-reserve__area .item__tag {
        padding: 0.1em 0.3em;
        display: inline-flex;
    }
    .p-reserve__area .item__tag img {
        display: block;
    }

.p-reserve__area .item__tag img:nth-child(2) {
    padding-left: 10px;
}