@charset "UTF-8";

@media screen and (max-width:1200px) {
    .nav-pc {
        display: none;
    }

    .sp-nav-block {
        display: block;
    }

    .articles {
        width: 100%;
    }

    .option-block-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:1000px) {
    .sp-list-service span {
        width: 10px;
        height: 10px;
        border-right: solid 1px #000;
        border-bottom: solid 1px #000;
    }
}

@media screen and (max-width:860px) {
    .introduction {
        flex-direction: column;
    }

    .intro-box {
        margin: 0 auto;
        width: 80%;
    }

    .intro-text {
        width: 100%;
    }

    .intro-img {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }

    .intro-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .btn-1 {
        margin: 50px auto 0 auto;
    }

    .service-box {
        flex-direction: column;
    }

    .service-img {
        width: 90%;
        margin: 0 auto;
        height: 250px;
    }

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .articles-index {
        flex-direction: column;
        align-items: center;
    }

    .index-agent-block {
        flex-direction: column;
    }

    .index-agent-text {
        width: 100%;
        max-width: 100%;
    }

    .index-agent-img {
        width: 100%;
        max-width: 100%;
    }

    .index-works-block {
        gap: 2em;
    }

    .index-work {
        width: 30%;
    }

    /* ブログ */
    .articles-index {
        grid-template-columns: 1fr 1fr;
    }

    /* googleマップ */
    .google-map-erea {
        width: 90%;
    }

    .contact-erea {
        flex-direction: column;
        gap: 50px;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-nav li {
        margin: 15px;
    }

    /* サイズ表 */
    .size-list {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .size-list-table {
        grid-template-columns: 1fr;
    }

    .size-list-table dd {
        margin-right: 0;
        margin-bottom: 1px;
        padding: 16px 0;
    }

    .size-list-table dt {
        margin-bottom: 1px;
    }

    .size-list-table dt:last-child {
        margin-bottom: 0;
    }

    .size-list-table dt img {
        max-width: 200px;
    }

    /* コーティング */
    .coating-plan {
        flex-direction: column;
    }

    .coating-plan-block {
        width: 100%;
        max-width: 100%;
    }

    .coating-plan-img {
        width: 100%;
        max-width: 100%;
    }

    .service-enforce-detail p {
        height: 80px;
    }

    .coating-title {
        gap: 20px;
    }

    .coating-main {
        flex-direction: column;
        align-items: center;
    }

    /* カーウォッシュ */
    .car-wash-main {
        flex-direction: column;
    }

    .service-detail {
        max-width: 100%;
    }

    .car-wash-img {
        max-width: 100%;
    }

    .car-wash-img img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    /* オプション */
    .option-block-grid {
        grid-template-columns: 1fr;
    }

    .option-block-box {
        max-width: 100%;
    }

    .works-erea {
        width: 95%;
    }

    .mail-form {
        width: 90%;
    }

    .address-dl div {
        flex-direction: column;
        gap: 0;
    }

    .address-dl {
        width: 90%;
        margin: 0 auto;
    }

    .address-dl dt,
    .address-dl dd {
        width: 100%;
    }

    .address-dl dd {
        padding-left: 50px;
    }
}

@media (max-width: 640px) {
    #sb_instagram.sbi_width_resp {
        width: auto !important;
    }
}

@media screen and (max-width:480px) {
    #sb_instagram.sbi_width_resp {
        width: auto !important;
    }

    .sbi_item {
        width: calc(100vw / 4) !important;
    }
}

@media screen and (max-width:450px) {
    .introduction {
        overflow: hidden;
    }

    .more-btn {
        width: 100px;
    }

    .more-text::after {
        width: 40px;
        height: 5px;
    }

    .map {
        padding-top: 75%;
    }

    .size-list {
        flex-direction: column;
    }

    .size-list-border {
        width: 90%;
    }

    .size-list-text {
        width: 90%;
    }

    .coating-title {
        flex-direction: column;
        align-items: center;
    }

    .price-table {
        width: 95%;
    }

    .sp-menulist ul {
        width: 80%;
    }

    .works-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .address-dl dl {
        padding: 30px 20px;
    }

    .mail-description {
        padding: 30px 5px;
    }

    .br-sp-form {
        display: block;
    }

    .articles {
        padding: 0 5px;
    }
}