.pc_view {
    display: block;
}

.sp_view {
    display: none;
}

.searchBoxSection .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f06400;
    color: #FFF;
    padding: 30px 50px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.searchBoxStore {
    color: #42210B;
    top: 0;
    right: 0;
    position: absolute;
    width: 340px;
    height: 80px;
    padding:0 20px 0 25px;
    border-top-left-radius: 80px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 80px;
    background : -moz-linear-gradient(23.61% -70.42% -45deg,rgba(253, 187, 0, 1) 0%,rgba(254, 219, 69, 1) 14.67%,rgba(255, 235, 172, 1) 32.73%,rgba(254, 219, 69, 1) 54.09%,rgba(253, 218, 126, 1) 100%);
    background : -webkit-linear-gradient(-45deg, rgba(253, 187, 0, 1) 0%, rgba(254, 219, 69, 1) 14.67%, rgba(255, 235, 172, 1) 32.73%, rgba(254, 219, 69, 1) 54.09%, rgba(253, 218, 126, 1) 100%);
    background : -webkit-gradient(linear,23.61% -70.42% ,81.78% 177.76% ,color-stop(0,rgba(253, 187, 0, 1) ),color-stop(0.1467,rgba(254, 219, 69, 1) ),color-stop(0.3273,rgba(255, 235, 172, 1) ),color-stop(0.5409,rgba(254, 219, 69, 1) ),color-stop(1,rgba(253, 218, 126, 1) ));
    background : -o-linear-gradient(-45deg, rgba(253, 187, 0, 1) 0%, rgba(254, 219, 69, 1) 14.67%, rgba(255, 235, 172, 1) 32.73%, rgba(254, 219, 69, 1) 54.09%, rgba(253, 218, 126, 1) 100%);
    background : -ms-linear-gradient(-45deg, rgba(253, 187, 0, 1) 0%, rgba(254, 219, 69, 1) 14.67%, rgba(255, 235, 172, 1) 32.73%, rgba(254, 219, 69, 1) 54.09%, rgba(253, 218, 126, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDBB00', endColorstr='#FDDA7E' ,GradientType=0)";
    background : linear-gradient(135deg, rgba(253, 187, 0, 1) 0%, rgba(254, 219, 69, 1) 14.67%, rgba(255, 235, 172, 1) 32.73%, rgba(254, 219, 69, 1) 54.09%, rgba(253, 218, 126, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBoxStoreTextInner {
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1.75px;
}

.searchBoxStoreTextInner span {
    font-size: 68px;
    font-weight: 900;
    margin:0 5px;
}

.searchBoxWrap {
    width: 100%;
}

.searchBoxBody {
/*    max-width: 880px;*/
    margin: auto;
}

.searchBoxHeader {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.searchBoxHeader .subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 1px 15px;
    margin: 0 11px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing:0.9px;
}

.searchBoxHeader .tx4 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.75px;
}

.searchBoxMain {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.searchBoxMain .searchBtn {
    position: relative;
    width: 270px;
    height:80px;
    line-height: 27px;
    background-color: #FFF;
    padding: 10px 20px;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    color: #42210B;
    box-shadow: 0 5px 0 #dc3246;
}

.searchBoxFooter {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.telAreaWrap {
/*    width: 47%;*/
}

.sb_seatch_top img{
  margin-right:7px;
}

.td_seatch_top img,
.gz_seatch_top img{
  margin-right: 15px;
}

.telAreaSmallText {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffff50;
    line-height: 0;
}

.telAreaLargeText {
    font-size: 50px;
    font-weight: bold;
    color: #ffff50;
    line-height: 74.94px;
    letter-spacing: -0.5px;
}

.telAreaLargeText img{
    margin-right:8px;
}

.telAreaWrapText{
    font-size: 14px;
    line-height: 0;
    letter-spacing: 1.4px;
}


.consultationArea {
    display: flex;
    padding: 5px;
    justify-content: space-around;
    width: 50%;
}

.consultationBtn {
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.8px;
    align-items: center;
    color: #fff;
    border-radius: 40px;
    min-width: 190px;
    padding: 20px;
    max-height: 86px;
}

.consultationArea .web {
    background-color: #42210B;
}

.consultationArea .line {
    background-color: #00B900;
}

@media screen and (max-width: 768px) {
    .pc_view {
        display: none;
    }

    .sp_view {
        display: block;
    }
    .searchBoxSection {
        margin-top:50px;
        margin-bottom:50px;
    }

    .searchBoxSection .inner {
        margin: 20px;
    }

    .searchBoxStore {
        top: -40px;
        right: 15px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

    .searchBoxStoreText {
        font-size: 20px;
        display: flex;
        justify-content: center;
        height: 150px;
        line-height: 35px;
        text-align: center;
    }

    .searchBoxStoreTextInner {
        flex-wrap: wrap;
        height: auto;
        line-height: 36px;
        margin: auto;
    }

    .searchBoxStoreTextInner span {
        display: block;
    }

    .searchBoxHeader {
        display: block;
    }

    .searchBoxHeader .sub {
        font-size: 18px;
        color: #FFF;
        border: none;
        padding: 0;
        margin: 5px;
    }

    .searchBoxMain {
        display: flex;
    }

    .searchBoxMain .searchBtn {
        width: 31%;
        line-height: 25px;
        height: 110px;
    }

    .searchBoxFooter {
        flex-wrap: wrap;
        padding: 5px;
        justify-content: space-between;
        margin-top: 10px;
    }

    .telAreaWrap {
        width: 100%;
    }

    .telAreaWrapText {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .telArea {
        display: flex;
        justify-content: space-evenly;
        font-size: 16px;
        font-weight: bold;
        align-items: center;
        color: #FFF;
        border-radius: 40px;
        top: 0;
        left: 0;
        /* width: 100%; */
        min-width: 200px;
        padding: 10px;
        max-height: 87px;
        background-color: #42210B;
        margin-bottom: 20px;
    }

    .telAreaSmallText {
        font-size: 18px;
        color: white;
    }

    .telAreaLargeText {
        font-size: 18px;
        color: white;
        line-height: 40px;
    }

    .consultationArea {
        display: block;
        padding: 5px;
        justify-content: space-around;
        width: 100%;
    }

    .consultationBtn {
        padding: 10px;
        margin-bottom: 20px;
    }

    .consultationBtn:last-child {
        margin-bottom: 0;
    }
}