@charset "UTF-8";
body {
    margin: 0;
}

.inner {
    padding: 0px 5% 80px;
}

.inner p {
    line-height: 1.8;
}

.top_txt {
    margin-bottom: 50px;
}

.txt {
    padding-bottom: 30px;
}

.contact,
.work,
.event,
.goods {
    margin-bottom: 47px;
}

.double_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.double_img_cnt {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
}

.double_img_cnt p {
    width: 100%;
}

.double_img_cnt img {
    width: 100%;
    margin-bottom: 10px;
}    

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

@media screen and (max-width:767px) {
    .home-info {
        flex-direction: column;
    }
}

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

    .inner p {
        line-height: 2;
    }

    .top_txt {
        margin-bottom: 30px;
    }

    .double_img_cnt {
        width: 47%;
        flex-wrap: unset;
        flex-direction: column;
    }

    .double_img_cnt p {
        font-size: 12px;
        text-align: center;
    }

    .double_img {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .double_img_cnt {
        width: 100%;
        max-width: 360px; /* 好みで調整 */
        margin: 0 auto;
    }
    .double_img_cnt img {
        width: 100%;
        max-height: none;
    }

    .double_img_cnt p {
        text-align: center;
    }
}
