.header {
    background-color: var(--white);
    transition: 0.5s;
    height: 90px;
    padding: 10px 0px;
}

.header-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-wrap {
    width: clamp(150px, 10vw, 200px);
}

.logo-wrap a img {
    height: auto;
}

.header-cta-wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.hcta-p-sec {
    text-align: center;
}

.hcta-p-sec a {
    color: var(--main-color);
    font-size: clamp(20px, 3vw, 28px);
    font-weight: bold;
}

.hcta-p-sec p {
    font-size: 14px;
    margin-bottom: 0px;
}
 


.hcta-f-sec a {
    background: var(--main-color) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    color: var(--white);
    display: flex;
    padding: 12px 24px;
    align-items: center;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
}
.hcta-f-sec a i{
    margin-right: 3px;
    font-size: 18px;
}

@media (max-width: 700px) {
    .hcta-p-sec p {
        font-size: 12px;
        letter-spacing: normal;
    }
}


.page-main-wrap {
    padding: 0px;
}

.top-main-visual-bg {
    background-image: url(./images/top-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.top-container {
    position: absolute;
    top: 45%;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    padding: 10px 10px;
    transform: translate(-50%, -50%);
}

.top-main-img-min-text {
    max-width: clamp(430px, 76vw, 600px);
    height: clamp(200px, 24vw, 500px);
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.top-main-sub-text p {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: bold;
    text-align: center;
}

.top-main-sub-text span {
    color: var(--main-color);
}

.top-main-btm {
    background-color: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0px;
    width: 100%;
}

.top-main-btm ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: clamp(0px, 2vw, 30px);
    justify-content: space-between;

}

.top-main-btm ul li {
    background-color: var(--white);
    border-radius: 7px;
    max-width: 277px;
    width: clamp(140px, 23vw, 300px);
    font-size: clamp(16px, 2vw, 20px);
    color: var(--main-color);
    padding: 12px 0px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 600px) {
    .header {
        height: 75px;
        padding: 10px 0px;
        display: flex;
        align-items: center;
    }

    .header-cta-wrap {
        display: none;
    }

    /* top main */
    .top-main-visual-bg {
        background-image: url(./images/top-bg-sp.webp);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: cover;
        height: 100%;
        padding-top: 70px;
    }

    .top-container,
    .top-main-btm {
        position: unset;
        transform: none;
    }

    .top-main-sub-text p {
        font-size: clamp(16px, 5vw, 24px);
        letter-spacing: normal;
    }

    .top-main-btm {
        background-color: transparent;
    }

    .top-main-btm ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;

    }

    .top-main-btm ul li {
        width: clamp(135px, 44vw, 200px);
        border: 1px solid var(--main-color);
        font-size: clamp(16px, 3vw, 20px);
        padding: 8px 2px;
        font-weight: normal;
    }
}


/* @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) and (pointer: coarse) {

    .top-main-visual-bg {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .top-container {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding: 20px;
    }
} */


.kctup-sec-02 {
    background-color: #fdf1e5;
    padding: 30px 0px;

}

.kctup-title-wrap {
    text-align: center;
}

.kctup-title {
    font-size: clamp(14px, 4vw, 36px);
    font-weight: bold;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 0px;
}

.kctup-title .sth {
    color: var(--main-color);
    font-size: clamp(22px, 8vw, 40px);
}


/* cta-section */
.cta-section {
    padding: 50px 0px;
    text-align: center;
    background-image: url(./images/cta-banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}


.cta-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;

}

.cta-info {
    color: var(--text-color);
    text-align: left;
}

.cta-subtext {
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: 1rem;
    color: var(--text-color);
}

.line-highlight {
    color: var(--green);
    font-weight: bold;
}

.cta-phone {
    font-size: clamp(28px, 5vw, 40px);
    color: var(--main-color);
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 28px;
}

.cta-hours {
    font-size: 0.9rem;
    color: var(--text-color);
    margin-top: 0.5rem;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    width: 100%;
    max-width: 275px;
}

.cta-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 1.02rem;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    width: 275px;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cta-content {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .cta-info {
        text-align: center;
    }

    .cta-subtext {
        font-size: clamp(18px, 5vw, 26px);
        margin-bottom: 1rem;
        color: var(--text-color);
    }

    .cta-hours {
        font-size: 0.8rem;
        color: var(--text-color);
        margin-top: 0.5rem;
    }

    .cta-buttons {
        flex-direction: row;
        align-items: flex-end;
        max-width: 768px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
}

/* checklist */
.checklist-section {
    background-color: #fdf1e5;
    padding: 50px 0px 30px;
    text-align: center;
}

.checklist-subheading {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
}

.checklist-emphasis {
    color: var(--main-color);
    font-weight: bold;
}

.checklist-wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.checklist-wrap h3 {
    background-color: var(--main-color);
    padding: 10px 5px;
    font-size: 18px;
    width: 100%;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.checklist-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 50px;
}


.checklist-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 48%;
}

@media (min-width: 768px) {
    .checklist-items {
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
    }
}

@media (max-width: 767px) {
    .checklist-column {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }
}

.checklist-item {
    background: var(--white);
    border: 1px solid var(--main-color);
    padding: 0.4rem 0.7rem;
    border-radius: 5px;
    text-align: left;
    font-size: clamp(16px, 1vw, 18px);
}

.checklist-item .fa-regular {
    color: var(--main-color);
}

.checklist-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

@media (min-width: 600px) {
    .checklist-buttons {
        flex-direction: row;
        justify-content: center;
    }
}

.checklist-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    width: 250px;
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}


.concerns {
    background-color: #fdf1e5;
    padding: 30px 0px 50px;
    text-align: center;
}

.concerns figure .concern1-pc {
    display: block;
}

.concerns figure .concern1-mb {
    display: none;
}

figure.concerns-down-arrow {
    width: clamp(50px, 18vw, 110px);
    margin: 0 auto;
}

figure.concerns-banner-2 {
    margin-bottom: 30px;
}

/* kokorowanno-table */
.price-plan-section {
    background-color: #fdf1e5;
    padding: 70px 0px 50px;

}

.price-plan-wrap {
    padding: 10px;
    position: relative;
    border-radius: 10px;
}

/* .pps-title-wrap {
    position: absolute;
    left: 50%;
    background: var(--white);
    transform: translateX(-50%);
    width: 230px;
    height: 130px;
    top: -65px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
}

.pps-title-wrap h2 {
    font-size: 28px;
    margin-bottom: 41px;
} */

/* .pps-top-title {
    margin-top: 30px;
} */

.price-plan-section h3 {
    color: var(--main-color);
    margin-bottom: 10px;
    line-height: normal;
    font-size: clamp(16px, 3vw, 26px);
}

.price-plan-wrap figure {
    position: relative;
}

.price-plan-wrap figure .banner-full-price-fix-a {
    position: absolute;
    background-color: transparent;
    height: 75px;
    width: 33%;
    left: 33.5%;
    bottom: 15.1%;
    cursor: pointer;
}

/* table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: #FFF4E5;
}

th,
td {
    border: 1px solid var(--main-color);
    padding: 10px 14px;
    text-align: center;
}

th {
    background-color: var(--yellow);
    color: var(--text-color);
    font-weight: bold;
}

.th-note {
    font-size: 12px;
    opacity: 0.8;
}

td[colspan] {
    text-align: left;
}
td.no-white-space{
    white-space: nowrap;
} */

.note-section {
    background-color: var(--white);
    padding: 20px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.note-section ul {
    padding-left: 0px;
    list-style: none;
    margin: 0;
}

.note-section ul li {
    position: relative;
    padding-left: 1.2em;
    /* space for diamond */
    margin-bottom: 10px;
    font-size: 16px;
}

.note-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.6em;
    height: 0.6em;
    background-color: var(--main-color);
    /* or any color */
    transform: rotate(45deg);
    /* make it diamond-shaped */
    border-radius: 2px;
}

@media (max-width: 768px) {
    .concerns figure .concern1-pc {
        display: none;
    }

    .concerns figure .concern1-mb {
        display: block;
    }

    table,
    th,
    td {
        font-size: 13px;
        padding: 8px 5px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pps-title-wrap {
        left: 50%;
        transform: translateX(-50%);
        width: 165px;
        height: 91px;
        top: -43px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .pps-title-wrap h2 {
        font-size: 21px;
        margin-bottom: 22px;
    }
}

/* kokorowa-no feaature */
.kf-feature-section {
    background-color: #fdf1e5;
    padding: 30px 0px 50px;
}

.kf-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.kf-highlight {
    color: var(--main-color);
    font-weight: bold;
}

.kf-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.kf-box {
    width: 27%;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    background-color: var(--white);
    padding: 1.5rem 1rem 1rem;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    margin-top: 30px;

}

/* .kf-box:hover {
    transform: translateY(-5px);
} */

.kf-num {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-color);
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid var(--white);
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.kf-text {
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.6;
    color: var(--text-color);
    margin-top: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.kf-f-1 {
    max-width: 160px;
}

.kf-f-2 {
    max-width: 260px;
}

.kf-f-3 {
    max-width: 200px;
}

.kf-f-4 {
    max-width: 180px;
}

.kf-f-5 {
    width: 270px;
}

.kf-f-1,
.kf-f-2,
.kf-f-3,
.kf-f-4,
.kf-f-5 {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .kf-grid {
        gap: 40px;
    }

    .kf-box {
        width: 30%;
    }
}

@media (max-width: 882px) {
    .kf-grid {
        gap: 20px;
    }

    .kf-box {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .kf-grid {
        gap: 20px;
    }

    .kf-box {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .kf-grid {
        gap: 20px;
        max-width: 340px;
        margin: 0 auto;
    }

    .kf-box {
        width: 100%;
    }
}

/*  */

.flow-section {
    background-color: #fdf1e5;
    padding: 20px 0px 50px;
}

.container-wrapper {
    overflow-x: auto;
    cursor: grab;
}

.flow-container {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.step {
    text-align: center;
    position: relative;
}

/* .step::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -145px;
    height: 1px;
    background-color: #f7931e;
} */

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 90%;
    top: 40%;
    transform: translateY(-50%);
    right: -150px;
    height: 1px;
    z-index: 1;
    border-top: 3px dashed black;
    /* background-color: var(--main-color); */
}


.step-circle {
    border: 3px solid var(--main-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: var(--white);
    position: relative;
    z-index: 3;
}

.step-circle img {
    width: 70px;
}


.step-number {
    position: absolute;
    top: 6px;
    left: 5%;
    background: var(--main-color);
    color: var(--black);
    text-shadow: 0 1px 1px rgb(255, 255, 255);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 4;
}

.step-title {
    margin-top: 10px;
    font-size: 14px;
}

.note-box {
    background: #fffcd6;
    border: 1px solid var(--main-color);
    margin: 30px auto 20px;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
}


.ribbon {
    width: 50px;
    padding: 10px 0;
    position: absolute;
    top: -7px;
    left: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: var(--main-color);
    border-top-left-radius: 3px;
    background: var(--white);
}

.ribbon:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
}

.ribbon:after {
    height: 0;
    width: 0;
    bottom: -19.5px;
    left: 0;
    border-left: 25px solid var(--white);
    border-right: 25px solid var(--white);
    border-bottom: 25px solid transparent;
}

.note-box p {
    margin-left: 56px;
    font-size: 16px;
}

/* Optional Scrollbar Styling */
.container-wrapper::-webkit-scrollbar {
    height: 8px;
}

.container-wrapper::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}

.container-wrapper::-webkit-scrollbar-track {
    background: transparent;
}


@media (max-width: 600px) {
    .flow-container {
        width: 768px;
    }
}

@media (max-width: 480px) {
    .note-box p {
        margin-left: 0px;
        margin-top: 30px;
    }
}


/* faq  */
.kkw-faq-section {
    background-color: #fdf1e5;
    padding: 50px 0px 50px;
}

.kkw-faq {
    margin-top: 70px;
}

.kkw-faq-container-wrap {
    margin: 40px auto;
}

.kkw-faq-item {
    margin: 20px 0;
    overflow: hidden;
}

.kkw-faq-question {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    align-items: flex-start;
    display: flex;
    color: var(--white);
    padding: 10px 10px 10px 10px;
    background-color: var(--main-color);
    z-index: 2;
}

.kkw-faq-opened {
    background-color: var(--main-color) !important;
    border-top: 1px solid #F5F5F5;
    box-shadow: 1px 3px 6px #00000029;
}


.q-icon {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 26px;
}

.a-icon {
    font-size: 20px;
    color: var(--main-color);
    position: absolute;
    font-weight: bold;
    left: 14px;
    top: 14px;
}

.kkw-faq-answer {
    /* display: none; */
    position: relative;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
    transition-duration: 500ms;
    background: var(--white) 0% 0% no-repeat padding-box;
    transition-property: all;
    transition: max-height 0.3s ease-in-out;
    transition-timing-function: ease-in;
    border-top: none;
    border: 1px solid var(--light-grey);
}

.kkw-faq-answer p {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 16px;
}

.kkw-faq-answer p span {
    font-weight: bold;
}

.kkw-faq-answer p a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.kkw-faq-sign {
    font-size: 1.2em;
    margin-right: 5px;
}

.kkw-faq-icon {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: var(--white)
}


/* banner-full-sec */
.banner-full-sec {
    background-image: url(./images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 0px;
}

.banner-full-sec figure {
    position: relative;
}

.banner-full-cta-fix-a {
    position: absolute;
    background-color: transparent;
    height: 75px;
    width: 33%;
    left: 33.7%;
    bottom: 16.9%;
    cursor: pointer;
}

/* contact form  */
.cta-form-btm {
    background-color: #fdf1e5;
    padding: 50px 0px 50px;
}

.contact-f-h {
    text-align: center;
    padding: 30px 10px;
    border: solid 1px var(--main-color);
    background-color: var(--white);
    margin-bottom: 20px;
}
.contact-f-h p {
    margin-bottom: 0px;
}

.contact-f-h a {
    font-size: clamp(26px, 8vw, 36px);
    color: var(--main-color);
    font-weight: bold;
}

.contact-f-h a span {
    display: block;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: normal;
    color: var(--text-color);
}

.pSmin {
    padding: 0px 0px 20px !important;
    text-align: center;
    font-size: clamp(16px, 1vw, 18px) !important;
    letter-spacing: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* フォーム */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.contactItem {
    width: 48%;
    margin-bottom: 20px;
}

.contactCwrap {
    width: 100%;
    margin-bottom: 20px;
}

.contactTxt {
    width: 100%;
}

.contactCwrap sup,
.contactItem sup,
.contactTxt sup {
    color: red;
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--white);
    border: 1px solid var(--main-color);
}

.wpcf7-list-item {
    display: block;
    width: 45%;
    margin-bottom: 20px;
}

.contactItem p,
.contactCwrap p,
.contactTxt p {
    font-weight: normal;
    font-size: clamp(16px, 1vw, 18px) !important;
    margin: 0;
}

.contactCwrap p span {
    font-weight: normal;
    font-size: 14px;
}

.cInotes {
    font-size: 12px;
}

.cInotes i {
    color: var(--black);
}

/* インプット関連設定 */
.inputItem,
select,
textarea {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 10px;
    border: solid 1px var(--main-color);
}

textarea {
    height: 200px;
}

.inputItem:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--main-color);
}

.privacy-check {
    display: block;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
}

.privacy-check a {
    text-decoration: underline;
    color: var(--main-color);
}

#sentBtn {
    border: none;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    display: block;
    background-color: var(--main-color);
    color: var(--white);
    padding: 16px 10px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 50px;
    text-align: center;
}


/*エラー*/
.wpcf7-not-valid-tip {
    display: block;
    margin: 5px 0;
    padding: 2px 5px;
    background-color: rgb(220, 20, 60, 0.1);
    color: #dc143c !important;
}

.wpcf7-not-valid-tip::before {
    content: '\f071';
    padding-right: 5px;
    font-family: var(--font-a);
}

/*フォーム下*/
.wpcf7-response-output {
    border-color: var(--main-color) !important;
    background-color: var(--white);
    font-weight: bold;
    padding: 10px !important;
}


@media screen and (max-width:600px) {
    .wpcf7-form-control-wrap .wpcf7-checkbox {
        padding: 20px 10px;
    }
}


@media screen and (max-width:480px) {

    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* 上部・サンクス */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .contactHd a {
        font-size: 8.5vw;
        color: var(--main-o);
        font-weight: bold;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    /* フォーム */
    /* - - - - - - - - - - - - - - - - - - - - - - - - */
    .contactItem,
    .contactCwrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .wpcf7-form-control-wrap .wpcf7-checkbox {
        padding: 20px 20px;
        flex-direction: column;
    }

    .wpcf7-list-item {
        width: 100%;
        display: inline-block;
        margin: 0 0 0 0em !important;
    }

    #sentBtn {
        border: none;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        display: block;
    }
}

/* @media screen and (max-width:480px)  */




.footer {
    background-color: var(--white);
    padding: 40px 0px 5px;
    text-align: center;
}

.footer-inner {
    max-width: 800px;
    margin: 0 auto 10px;
}

.footer-logo img {
    max-height: 80px;
    margin-bottom: 10px;
}


.footer-info p {
    margin: 0px 0;
}

.footer-c-name {
    font-size: clamp(15px, 3vw, 20px) !important;
    font-weight: 600;

}

.footer-address {
    font-size: 16px;
    letter-spacing: normal;
}

.footer-tel {
    color: var(--main-color);
    font-size: clamp(24px, 7vw, 28px) !important;
    font-weight: bold;
    margin-top: 10px;
}

.footer-of-time {
    font-size: 12px !important;
}

footer .copy-right {
    display: block;
    width: 100%;
    padding: 6px 2.5%;
    font-size: 12px;
    text-align: center;
    color: var(--white);
    background-color: var(--main-color);
}