/* ベース設定 */


@charset "utf-8";

/* すべての要素に適用 */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background-color: #FDFAF6;
    font-size: 1rem;
    margin: 0px;
    font-family: "Yu Mincho", "Noto Serif JP", serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

img {
    max-width: 100%;

}


/* ヒーローセクション */
.hero {
    margin-top: 0;
    overflow: hidden;
}

.slide-container {
    width: 100%;
    height: 40vh;
    display: flex;
}

.slide-wrapper {
    display: flex;
    animation: slide-flow 20s infinite linear 1s both;
}

.slide {
    min-width: 100vw;
    object-fit: cover;
    border: 1px solid #ddd;
}

@keyframes slide-flow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}




.hero-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #82C6F3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.hero-top {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: .5rem 0;
}

.hero-bottom {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 0 1rem 0;
}

.hero span {
    font-size: 2rem;
    font-weight: bold;
}

.hero-caption {
    font-size: 1rem;
    text-align: center;
    padding: 0 .5rem;
}

.hero-caption strong {
    font-size: 1.25rem;
    color: #007ACC;
    font-weight: bold;
}

.section {
    padding: 0 .5rem;
}


/* サービスエリア */
.service-area {
}

.area-header {
    margin: 3rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 7.825rem;
}

.header {
    text-align: left;
    color: #000000;
    margin: 0 0 2rem 0;
    padding-top: 5rem;
}

.area-title {
    font-size: 1.75rem;
}

.aere-subtitle {
    font-size: 1rem;
    color: #000000;
}

.area-btn {
    width: 9.5rem;
    height: 2.5rem;
    background-color: #82C6F3;
    border: none;
    border-radius: .25rem;
    margin: 0;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* 下に影をつけて浮かせる */
    cursor: pointer;
    /* クリックできることを示す */
    transition: all 0.25s ease;
    /* 動きをなめらかに */
}





.area-btn a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Yu Mincho", "Noto Serif JP", serif;
}


/* サービスエリア > カード */
.service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 5%;
    margin: 2rem 0;

}

.service-card {
    background: #ffffff;
    width: 47.5%;
    height: 50px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 17.5px;
    border-radius: .25rem;
}

.service-title {
    font-size: 1rem;
    color: #080808;
}


.service-text {
    text-align: center;
}

.service-text p {
    margin: 1.5rem 0;
}


.service-text strong {
    font-size: 1.15rem;
    color: #007ACC;
    font-weight: bold;
}


/* プライスエリア */

.price-are {}

.price-contents {}

.price-content {
    margin: 0 0 3rem 0;

}

.price-content img {
    border-radius: .5rem;
}

.price-content h3 {
    margin: .5rem 0;
}

/* お見積りエリア */
.estimate-are {}

.estimate-are h3 {
    text-align: center;
    margin: 1rem 0 1rem 0;
}


/* 選ばれる理由エリア */
.point-contents {}

.point-content {
    border-radius: .5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem 0;
    padding: .75rem;
}

.point-content img {
    border-radius: .5rem;
}

.point-content h3 {
    text-align: center;
    margin: .75rem 0;
}

.point-content p {
    text-align: center;
}


/* ごあいさつエリア */

.message-content {
    border-radius: .5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5rem 0;
    padding: .75rem;
}

.message-content h3 {
    text-align: center;
    margin: .75rem 0;
}

.message-content p {
    text-align: center;
}

.message-content ul {
    text-align: center;
}

.message-content ul li {
    list-style: none;
    margin: 0 .75rem;
}







/* お問い合わせ */
.company-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 40px 0;
}


.company-name {
    text-align: center;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 30px;
}

.company-contents img {
    width: 200px;
    margin: 0 auto;
}

.contact-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.line-time {
    font-size: 1rem;
    color: #000000;
    text-align: center;
    margin-top: 10px;

}

.qr-img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.line-btn {
    display: block;
    background: #06c755;
    width: 250px;
    height: 50px;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    /* cursor: pointer; レスポンシブ処理に使用 */
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
    /* 影を濃くする */
}


/* レスポンシブ処理に使用 */
/* .line-btn:hover {
    background: #04b44d;
} */


.contact-right {
    text-align: center;
}

.tel-label {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #000000;
}

.tel-link {
    font-size: 1.5rem;
    color: #000000;
    text-decoration: none;
}

/* レスポンシブ処理に使用 */
/* .tel-link:hover {
    text-decoration: underline;
} */




.company-info {
    max-width: 500px;
    /* 横幅を整える */
    margin: 20px auto;
    /* 中央寄せ */
    color: #050505;
}

.company-info ul {
    list-style: none;
    /* リストの点を消す */
    padding: 0;
    margin: 0;
}

.company-info li {
    display: flex;
    justify-content: center;
    /* 横並びにする */
    margin-bottom: 1.25rem;
    /* 行間 */
    border-bottom: #000000 solid 1px;
    align-items: end;
}

.company-info .label {
    width: 100px;
    /* ラベル部分の幅 */
    letter-spacing: 1px;
    text-align: center;
}

.company-info .value {
    flex: 1;
    /* 右側を広くとる */
    text-align: center;
    color: #000000;
}

.zip {
    text-transform: none;
    -webkit-text-transform: none;
}


.map {
    position: relative;
    width: 100%;
    /* 親要素に合わせる */
    padding-bottom: 56.25%;
    /* アスペクト比16:9を維持 */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin: 3rem 0 0 0;
    /* 角丸は任意 */
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* スマホでも横幅いっぱいに */
    height: 100%;
    /* 高さも比率で調整される */
    border: 0;
}




.footer {
    text-align: center;
    /* 中央揃え */
    font-size: 14px;
    /* 少し小さめ文字 */
    color: #000000;
    /* グレーで落ち着いた印象 */
    padding: 60px 10px 0;
    /* 上下に余白 */
    /* 任意で背景色 */
}

.footer p {
    margin: 0;
    /* デフォルトの余白を消す */
}


/* レスポンシブ対応 */
@media (min-width: 768px) {

    html {
        font-size: 20px;
    }

    body {
        font-size: 1rem;
    }

    .section {
        padding: 0 7vw;
    }


    .hero {
        margin-top: 80px;
    }

    .slide-container {
        width: 100%;
        height: 60vh;
        display: flex;
    }

    .slide-wrapper {
        display: flex;
        animation: slide-flow 20s infinite linear 1s both;
    }

    .slide {
        min-width: 50vw;
        object-fit: cover;
        border: 1px solid #ddd;
    }

    .hero-contents {
        flex-direction: row;
        justify-content: center;
        gap: 0;
        /* 円と円の間隔を均等に */
    }

    .hero-top {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 1.5rem 0;
    }

    .hero-bottom {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 1.5rem 0;
    }




    .circle {
        width: 100px;
        height: 100px;
    }


    .hero span {
        font-size: 3rem;
        font-weight: bold;
    }

    .hero-caption {
        font-size: 1.5rem;
        text-align: center;
    }


    .hero-caption {}

    .hero-caption strong {
        font-size: 1.5rem;
        color: #007ACC;
        font-weight: bold;
    }


    .area-btn {
        width: 9rem;
        height: 2.5rem;
        background-color: #82C6F3;
        border: none;
        border-radius: .25rem;
        margin: 0 0 2rem 0;
    }

    .area-btn:hover {
        transform: translateY(-3px);
        /* 少し上に浮く */
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
        /* 影を濃くする */
    }

    .area-btn a {
        font-size: .8rem;
        text-decoration: none;
        color: #ffffff;
    }


    .service-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 5%;
    }

    .service-card {
        background: #ffffff;
        width: 40%;
        height: 50px;
        text-align: center;
        padding: 15px 0;
        margin-bottom: 17.5px;
        border-radius: .25rem;
    }

    .service-title {
        font-size: 1rem;
        color: #080808;
    }


    .service-text {
        padding: 0 6rem;
        text-align: center;
    }

    .service-text p {
        margin: .5rem 0;
    }


    .service-text strong {
        font-size: 1.15rem;
        color: #007ACC;
        font-weight: bold;
    }







    .price-contents {
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .price-content {
        width: 400px;
        margin: 0 3rem;
    }


    .point-contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .point-content {
        width: 400px;
        margin: 1rem 1rem;
        border-radius: .5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: .75rem;
    }

    .point-content img {
        border-radius: .5rem;
    }

    .point-content h3 {
        text-align: center;
        margin: .75rem 0;
    }

    .point-content p {
        text-align: center;
    }


    .message-contents {
        display: flex;
        justify-content: center;
    }

    .message-content {
        width: 400px;
        margin: 1rem 1rem;
        border-radius: .5rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: .75rem;
    }

}