#romantique * {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.6;
    color: #280000;
}

#romantique {
    max-width: 1360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#romantique img {
    width: 100%;
}

#romantique .roma_sp_only {
    display: none;
}

#romantique .roma_w-container {
    max-width: 1100px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#romantique .roma_title {
    font-family: serif;
    color: cornflowerblue;
    /* color: #002395; */
    font-size: 32px;
    font-size: clamp(24px, 5.494px + 2.41vw, 32px);
    font-weight: bold;
    margin: 2em 0 1em;
}

#romantique h3 {
    font-family:  YuGothic;
    position: relative;
    margin: 20px 0px 20px 50px;
    color: rgb(237, 100, 111);
    font-size: 1.4em;
    font-weight: bold;
    /* color: #ed2939; */
}

#romantique h3::before {
    position: absolute;
    content: "";
    background-image: url(https://www.2wayworld.jp/onlinestore/html/template/default/assets/img/romantique/roseillust.png);
    width: 50px;
    height: 50px;
    margin-left: -65px;
    margin-top: -12px;
    display: inline-block;
    background-repeat: round;
    background-size: contain;
    vertical-align: revert;
}

#romantique .roma_flex {
    display: flex;
    width: 100%;
    gap: 1.5em;
    margin: 2em 0 0;
}

/* #romantique .roma_flex.roma_reverse {
    flex-direction: row-reverse;
} */

#romantique .roma_img_container {
    display: flex;
    width: 100%;
    list-style: none;
    margin-top: 2em;
}

#romantique .roma_img_container li {
    flex: 1;
}

#romantique .roma_img_container li img {
    max-width: 250px;
}

/* #romantique .roma_sec2 {
    background-color: #f7eeee;
    background: linear-gradient( to bottom, #fff, #f7eeee 40%, #f7dada);
} */

#romantique .roma_flex img {
    width: 40%;
    align-items: flex-start;
    align-self: flex-start;
}

#romantique .roma_text_flex ul {
    margin: 1em 0;
}

#romantique .roma_flex .roma_text_flex {
    width: 60%;
}

#romantique .roma_sub {
    padding: 1em 0;
}

#romantique .roma_indent {
    color: #199ac0;
    text-indent: 1em;
}

#romantique .roma_text_flex ul span {
    display: block;
    color: #280000;
    text-indent: 1em;
}

@media (max-width:768px) {
    #romantique .roma_flex {
        flex-direction: column;
    }
    /* #romantique .roma_flex.roma_reverse {
        flex-direction: column;
    } */
    #romantique .roma_flex img {
        width: 80%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    #romantique .roma_flex.roma_bottom img {
        width: 40%;
    }
    #romantique .roma_flex .roma_text_flex {
        width: 100%;
    }
    #romantique h3 {
        margin-left: 0;
        margin-right: 0;
        font-size: 18px;
        font-size: clamp(16px, 14.092px + 0.509vw, 18px);
    }
    #romantique h3::before {
        content: none;
    }
    #romantique .roma_title {
        font-size: 18px;
        font-size: clamp(17px, 10.321px + 1.781vw, 24px);
    }
    #romantique p {
        font-size: clamp(14px, 12.092px + 0.509vw, 16px);
    }
    #romantique .roma_indent {
        text-indent: 1em;
        position: relative;
        color: revert;
    }
    #romantique .roma_text_flex ul span {
        text-indent: 0;
    }
    #romantique .roma_indent::before {
        position: absolute;
        content: "";
        background-image: url(https://www.2wayworld.jp/onlinestore/html/template/default/assets/img/romantique/roseillust.png);
        width: 1em;
        height: 1em;
        margin-left: -1em;
        margin-top: 5px;
        display: inline-block;
        background-repeat: round;
        background-size: contain;
        vertical-align: revert;
    }
    #romantique .roma_sec2 {
        margin-top: clamp(0px, -76.336px + 20.356vw, 80px);
    }
}

@media (max-width:600px) {
    #romantique .roma_sp_only {
        display: block;
    }
    #romantique .roma_flex.roma_bottom img {
        width: 40%;
        max-width: 150px;
    }
}