@charset "utf-8";

section.recommend_menu .inner_section {
    position: relative;
}

section.recommend_menu .inner_section:after {
    content: "Recommend";
    font-family: "Marcellus", serif;
    position: absolute;
    top: -3rem;
    right: -11px;
    opacity: 0.3;
    color: #ff9595;
    font-size: 1.5rem;
}

.recommend_menu dl {}

.recommend_menu dt {
    font-size: clamp(1.25rem, 1.046rem + 1.02vw, 1.875rem);
    margin: 0 0 1rem;
}

.recommend_menu dd {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 0.7rem 0;
}

/*600px以上*/
@media (min-width: 600px) {
    .sub_page .img_area img {
        aspect-ratio: 4 / 3;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sub_page .recommend_menu .img_area {
        margin: 0 auto;
        max-width: 340px;
    }

    .sub_page .img_area img {
        aspect-ratio: 6 / 8;
    }
}