/* =========================
持込エリア
========================= */

/* common */
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
}

.yellowTxt {
    color: #ffe71f;
}

.cyanTxt {
    color: var(--cyan-300);
}

.tealTxt {
    color: #008FAE;
}

.visitArea h2 {
    font-size: 28px;
    text-align: center;
    padding: 30px 0 0;
    margin-bottom: 30px;
    font-family: "noto-sans-cjk-jp", sans-serif !important;
}

.visitArea h2.toph2 {
    font-size: 1.5rem;
    padding: 2px 5px 10px 28px;
    text-align: left;
    margin-bottom: 0;
}

.visitArea .txt03 {
    font-size: 20px;
    padding-bottom: 0.8em;
    font-weight: bold;
}

.visitArea h2 .cyanTxt {
    font-size: 1.22em;
    line-height: 1;
}

.visitArea .speech {
    background: var(--cyan-300);
    border-radius: 4px;
    color: #fff;
    padding: 0.4em 0.9em;
    max-width: 320px;
    width: max-content;
    text-align: center;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    top: -32px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.visitArea .speech::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(106, 90, 205, 0);
    border-top-width: 12px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: var(--cyan-300);
    top: 98%;
    left: 50%;
}

.visitArea .freedialArea {
    margin: 50px 0;
}

.visitArea .wrap_topMaker {
    padding-bottom: 0;
}


@media screen and (max-width: 768px) {
    .visitArea .txt03 {
        font-size: max(3.6vw, 17px);
    }

    .visitArea h2 {
        font-size: max(4.6vw, 21px);
        padding: 16px 0 0;
    }

    .visitArea h2.toph2 {
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0 5px 12px 12px;
        margin-top: 40px;
    }

    .visitArea .speech {
        font-size: max(2.7vw, 15px);
    }

    .visitArea .freedialArea {
        margin: 25px 0;
    }
}


/* FV */
.visitArea .fv {
    background: url(../images/bg_fv_pc.png)no-repeat center;
    background-size: cover;
}

.visitArea .fvBox {
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

.visitArea .top_fv img {
    margin: 0;
}

.visitArea .fvBox .partsL {
    width: 71%;
    max-width: 858px;
}

.visitArea .fvBox .partsR {
    width: 28%;
    padding-top: 12px;
    max-width: 329px;
}

.visitArea .top_fv {
    max-width: 1210px;
    padding: 0 10px;
    position: relative;
}

.visitArea .top_fv::after {
    content: "";
    background: url(../images/img_fv01_pc.png)no-repeat center;
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30%;
    max-width: 440px;
    aspect-ratio: 440 / 300;
    z-index: 1;
    border-radius: 10px;
}

.visitArea .fvH1 {
    font-weight: bold;
    font-size: min(4.2vw, 38px);
    -webkit-text-stroke: 5px #ffffff;
    paint-order: stroke fill;
    z-index: 2;
    position: relative;
    text-align: left;
    line-height: 1.4;
    margin: 4px 0 12px;
    font-family: "noto-sans-cjk-jp", sans-serif !important;
}

.visitArea .fvH1 .city {
    color: #ea2b69;
    font-size: 1.25em;
}


.visitArea .top_fv .txtParts {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding-top: 24px;
}

.visitArea .top_fv .txtParts span {
    font-size: 1.2em;
    color: #4d8cce;
    background: #fff;
    border-radius: 5px;
    border: 3px solid #4d8cce;
    box-shadow: 2px 2px 0 #b1f1f9;
    padding: 0 0.4em;
}

.visitArea .top_fv .txtParts span+span {
    margin-left: 4px;
}

.visitArea .top_fv .txtParts span:last-child {
    margin-right: 4px;
}

.visitArea .fvUnder {
    background: repeating-linear-gradient(-45deg,
            #326aa5,
            #326aa5 2px,
            #3a71aa 2px,
            #3a71aa 4px);
    text-align: center;
    padding: 0.8em 0.2em;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
}

.visitArea .fvUnder .yellowTxt {
    font-size: 1.2em;
}

@media screen and (max-width: 768px) {
    .visitArea .fv {
        background: url(../images/bg_fv_sp.png)no-repeat left top;
        background-size: cover;
        padding-bottom: 15px;
    }

    .visitArea .fvUnder {
        font-size: min(4.2vw, 16px);
    }

    .visitArea .top_fv::after {
        display: none;
    }

    .visitArea .top_fv .txtParts {
        text-align: center;
        font-size: max(2.5vw, 12px);
    }

    .visitArea .fvH1 {
        text-align: center;
        font-size: max(5vw, 25px);
    }

    .visitArea .top_fv .txtParts span {
        border: 2px solid #4d8cce;

    }

    .visitArea .fvBox {
        flex-direction: column-reverse;
        align-items: flex-end;
        padding-top: 100px;
    }

    .visitArea .fvBox .partsL {
        width: 100%;
        max-width: 720px;
        margin-top: -8px;
        z-index: 2;
    }

    .visitArea .fvBox .partsR {
        padding: 0;
        max-width: 329px;
        width: 48%;
        z-index: 2;

    }

    .visitArea .fvBox::before {
        content: "";
        background: url(../images/img_fv01_sp.png)no-repeat center;
        display: block;
        position: absolute;
        top: 0;
        right: -6px;
        width: 100%;
        max-width: 730px;
        aspect-ratio: 730 / 310;
        border-radius: 10px;
        max-height: 190px;
        background-size: cover;
    }

}


/* 持込エリア店舗リスト*/

.visitArea #visitStoreList h2 .cyanTxt02 {
    font-size: 1em;
}

.visitArea #visitStoreList h2 b {
    font-size: 1.6em;
    font-family: "noto-sans-cjk-jp", sans-serif !important;
    font-weight: 600;
    line-height: 0.5;
}

.visitArea #visitStoreList .road {
    padding: 20px 0;
    font-size: 94%;
}

.visitArea #visitStoreList .access {
    padding: 20px 0 0;
    font-size: 94%;
    border-top: 2px dotted #ccc;
}

.visitArea #area {
    margin: 20px 0 45px;
}

.visitArea #area h4 {
    color: #333;
    background: none;
    border: none;
    font-size: 34px;
    padding: 0;
    margin-top: 0;
}

.visitArea #area .storeItem {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 36px 30px 30px;
    margin: 0 0 70px;
}

.visitArea #area .asterisk {
    font-size: 12px;
}

.visitArea .telBtn a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    padding: 0.4em;

}

.visitArea .telBtn a::before {
    content: "";
    background: url(../images/ico_tel.png)no-repeat center;
    background-size: contain;
    aspect-ratio: 29/19;
    width: 29px;
    height: auto;
}

.visitArea .telBtn {
    background: #f06020;
    border-radius: 40px;
    box-shadow: 0 5px 0 #bd4a19;
    margin: 16px 0;
}


.visitArea #area ._item2 p {
    color: #d83f2c;
}

.visitArea #area .storeItem dl {
    display: grid;
    grid-template-columns: 120px 1fr;
    text-align: left;
}

.visitArea #area .storeItem dt {
    grid-column: 1;
    font-weight: bold;
}

.visitArea #area .storeItem dd {
    grid-column: 2;
}

.visitArea #area .storeItem dt,
.visitArea #area .storeItem dd {
    padding: 1em 0 1em .5em;
    font-size: 15px;
    border-bottom: 1px dotted #b0b0b0;
}

/* タブ切り替え */
.visitArea .storeItem {
    display: none;
}

.visitArea .storeItem:first-of-type {
    display: block;
}

.visitArea .tab-container {
    display: flex;
    gap: 14px 10px;
    margin: 0 0 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.visitArea .tabItem {
    background: #f6f6f6;
    border-radius: 50px;
    padding: 0.5em 1em;
    font-size: 18px;
    font-weight: bold;
    max-width: 240px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-width: 153px;
}

.visitArea .tabItem::before {
    content: "▼";
    font-size: 0.6em;
    color: var(--cyan-300);
    line-height: 0.5;
}

.visitArea .tabItem.active {
    background: var(--cyan-300);
    color: #fff;
}

.visitArea .tabItem.active::before {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .visitArea .tabItem {
        min-width: 110px;
        font-size: max(2.2vw, 15px);
    }

    .visitArea .tabItem::before {
        line-height: 1;
    }

    .visitArea .tab-container {
        gap: 10px;
        /* justify-content: left; */
    }

    .visitArea #area h4 {
        font-size: 24px;
    }

    .visitArea #area .storeItem {
        padding: 20px 14px 15px;
        margin: 0px 0 55px;
    }

    .visitArea #area .storeItem dt,
    .visitArea #area .storeItem dd {
        font-size: max(2vw, 14px);
    }

    .visitArea #area .storeItem dl {
        grid-template-columns: 116px 1fr;
    }

}

/* service */
.visitArea #service {
    background-color: #f0fbfc;
    padding: 10px 0 50px;
    border-top: 5px solid #97e1eb;
}

.visitArea #service .txtWrap {
    padding: 0 38px;
}

.visitArea #service .txt01 {
    font-weight: bold;
    margin-bottom: 1em;
}

.visitArea #service .topService_hdBox {
    align-items: center;
    padding: 10px 0;
}

.visitArea #service .box2 {
    background: #f0fbfc;
    border-radius: 8px;
    border: 2px solid var(--cyan-300);
    font-size: 16px;
    font-weight: bold;
    height: fit-content;
}

.visitArea #service .topService01 .box2 {
    background: #f0fbfc;
    border: 2px solid #4d8cce;
}

.visitArea #service .topService01 .box2 span {
    color: #4d8cce;
}

.visitArea #service .boxIn {
    display: flex;
    align-items: center;
    padding: 0.9em;
    line-height: 1em;
}

.visitArea #service .boxIn::before {
    content: "";
    background: url(../images/ico_time02.png)no-repeat center;
    background-size: contain;
    aspect-ratio: 21/20;
    width: 21px;
    height: auto;
    padding-right: 10px;
}

.visitArea #service .topService01 .boxIn::before {
    content: "";
    background: url(../images/ico_time01.png)no-repeat center;
    background-size: contain;
    aspect-ratio: 21/20;
}

.visitArea #service .box2 b {
    font-size: 1.2em;
}

/* 料金ページパーツ使用 ここから*/
.visitArea #service .priceBox {
    background: #f6f6f6;
    padding: 10px;
    gap: 15px;
    margin: 30px 0;
}

.visitArea #service .priceList {
    flex-direction: row;
    max-width: 560px;
}

.visitArea #service .workPriceBox {
    max-width: none;
}

.visitArea #service .priceList .priceItem:nth-child(2) {
    margin-top: 0;
}

.visitArea #service .priceItem {
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 260px;
}

.visitArea #service .car {
    line-height: 1;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: clamp(10px, 1.6vw, 14px);
}

.visitArea #service .car::before {
    content: "";
    background: var(--cyan-300);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

.visitArea #service .carType {
    font-size: clamp(10px, 1.6vw, 14px);
}

.visitArea #service .withoutTax {
    line-height: 1;
    font-size: clamp(18px, 3.5vw, 27px);
}

.visitArea #service .topService02 .withoutTax {
    font-size: clamp(23px, 4.5vw, 38px);
}

.visitArea #service .topService02 .inTax {
    font-size: clamp(10px, 1.6vw, 14px);
}

.visitArea #service .labelAmount {
    background: #f7a831;
    flex: 0 0 90px;
}

.visitArea #service .topService_btn {
    margin-bottom: 10px;
}

/* 料金ページパーツ使用 ここまで */

/* 料金ページパーツ使用 -交換料金のみ　ここから*/
.visitArea #service .topService01 .priceItem {
    justify-content: flex-start;
    flex-wrap: no-wrap;
    min-width: unset;
    gap: 6px;
}

.visitArea #service .topService01 .priceList {
    flex-direction: column;
    max-width: unset;
}

.visitArea #service .topService01 .car {
    width: unset;
}

.visitArea #service .topService01 .workPriceBox {
    align-items: center;
    column-gap: 10px;
}

.visitArea #service .topService01 .workPriceBox .boxIn02 {
    display: flex;
    align-items: center;
}

.visitArea #service .topService01 .workPriceBox .boxIn02:last-child {
    gap: 10px;
}

.visitArea #service .topService01 .car::before {
    background: #4d8cce;
}

.visitArea #service .topService01 .carType div {
    background: #fde5c1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.visitArea #service .topService01 .glassPrice .withoutTax {
    color: #333;
    font-size: clamp(15px, 3.5vw, 27px);
}

.visitArea #service .topService01 .glassPriceBox .txt {
    font-size: clamp(10px, 1.8vw, 14px);
}

/* 料金ページパーツ使用 -交換料金のみ　ここまで*/

@media screen and (max-width: 768px) {
    .visitArea #service .txtWrap {
        padding: 0 16px;
    }

    .visitArea #service .priceList {
        flex-direction: column;
        gap: 8px;
        justify-content: center;
    }

    .visitArea #service .workPriceBox {
        display: block;
        flex: none;
    }

    .visitArea #service .topService01 .workPriceBox {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .visitArea #service .topService01 .workPriceBox .boxIn02 {
        align-items: stretch;
        gap: 3px;
    }

    .visitArea #service .topService01 .workPriceBox .boxIn02:last-child {
        gap: 3px;
    }

    .visitArea #service .priceBox {
        max-width: unset;
        flex: unset;
    }

    .visitArea #service .car {
        width: auto;
    }

    .visitArea #service .priceBox {
        gap: 6px;
    }

    .visitArea #service .topService02 .priceItem {
        flex-wrap: nowrap;
        min-width: fit-content;
    }

    .visitArea #service .topService_hdBox {
        display: flex;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
    }

    .visitArea #service .topService_hd--txt {
        font-size: max(4.9vw, 19px);
        white-space: nowrap;
    }

    .visitArea #service .topService_hdBox .box1 img {
        max-width: 50px;
        height: 100%;
    }

    .visitArea #service .box1 {
        align-items: center;
    }

    .visitArea #service .box2 {
        font-size: max(3.2vw, 12px);
    }

    .visitArea #service .box2 b {
        font-size: 1.5em;
    }

    .visitArea #service .boxIn {
        display: block;
        text-align: center;
        line-height: 1.2;
        padding: 0.6em;
    }

    .visitArea #service .boxIn::before {
        display: inline-block;
        vertical-align: top;
        width: 15px;
    }

    .visitArea #service .topService01 .priceItem {
        display: block;
    }

    .visitArea #service .car::before {
        width: 8px;
        height: 8px;
    }

}

@media screen and (max-width: 540px) {
    .visitArea #service .labelAmount {
        flex: 0 0 54px;
    }
}


/* pointList */
.visitArea #pointList {
    padding: 0 0 50px;
}

/* resultList */
.visitArea .resultList {
    padding-top: 0;
}

.visitArea .resultList .txt {
    padding: 16px 38px 0;
}

/* caution */

.visitArea #caution {
    background: #fafafa;
}

.visitArea #caution img {
    margin: 0 auto;
}

.visitArea #caution .inner {
    padding: 60px 40px 40px;
    margin: 50px auto;
}

.visitArea #caution h2 {
    line-height: 1.8;
    margin-bottom: 20px;
}

.visitArea #caution h2 .cyanTxt {
    font-size: 1em;
    background-image: radial-gradient(circle at center, var(--cyan-300) 20%, transparent 25%);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 1em 0.6em;
    padding-top: .45em;
}

.visitArea #caution .speech {
    background: #333;
    max-width: 455px;
    top: -20px;
}

.visitArea #caution .speech::after {
    border-top-color: #333;
}

.visitArea #caution .speech::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffee2a;
    font-size: 20px;
    margin-right: 8px;
}

.visitArea #caution .cautionItem02 {
    padding-top: 60px;
}

.visitArea #topFaq {
    padding-top: 0;
    padding-bottom: 80px;
}

@media screen and (max-width: 972px) {
    .visitArea #service .topService01 .workPriceBox {
        max-width: 300px;
        justify-content: flex-start;
    }

    .visitArea #service .topService01 .workPriceBox .boxIn02 {
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .visitArea .resultList .txt {
        padding: 10px 10px 0;
    }

    .visitArea #caution .inner {
        padding: 45px 10px 20px;
        margin: 25px auto 25px;
    }

    .visitArea #caution .speech {
        width: 100vw;
        border-radius: 0;
    }

    .visitArea #caution .cautionItem02 {
        padding-top: 15px;
    }

    .visitArea #caution h2 {
        margin-bottom: 16px;
    }

    .visitArea #pointList {
        padding: 15px 0 35px;
    }

    .visitArea #topFlow {
        margin-bottom: 0;
    }

    .visitArea #topFaq {
        padding-bottom: 50px;
    }
}