@charset "utf-8";
/* 
サイト固有の記述
*/

/* 全体（色系）*/
body {
    .gallery-photo {
        margin-bottom: 50px;
    }

    .sp_on2 {
        display: none;
    }

    .pc_on2 {
        display: block;
    }

    gnav {
        ul.links_sns {
            margin-left: 0;
        }
    }

    
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        header {
            ul.links_sns {
                margin-left: 0;

                li {
                    margin-right: 20px;
                }
            }
        }

        .tp_sec01 {
            .layout_a .imgbox {
                margin-left: 6rem;
            }
        }

        .parts_price {
            hr.dotted_hr {
                border-bottom: dotted 2px #008792;
                padding-bottom: 30px;
                margin-bottom: 30px;
            }
        }

        .flow_list {
            .layout_c {
                justify-content: start;
            }
        }

        &.store-info {
            .layout_a .imgbox {
                width: 45%;
            }
        }

        .pc_align_item_center {
        align-items: center;
    }

    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        main section .page_title {
            width: 100%;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        .sp_on2 {
            display: block;
        }

        .pc_on2 {
            display: none;
        }

        .tp_sec04 {
            .wide_ttl {
                .en_ttl {
                    font-size: 20px !important;
                }

                .jp_ttl {
                    font-size: 16px !important;
                }
            }
        }

        .flow_list {
            .f70 {
                font-size: 70px;
            }
        }

        .add_contact {
            .ttl02.type01 .eng_txt {
                font-size: 30px;
            }
        } 
    }
}
