@charset "UTF-8";

main#main_awards section#top_img {
    border-bottom: 2px solid #c0b288;
    margin-bottom: 0;

}

main#main_awards section#top_img div.top_img_right h2 {
    color: #c0b288;
}

main#main_awards section#top_img div.top_img_right h3 {
    color: #000000;
}

/* 水引上部 */
section#mizuhiki_top {
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    border-bottom: 2px solid #c0b288;
    border-left: 0px solid #c0b288;
    border-right: 0px solid #c0b288;
    border-top: 2px solid #c0b288;
    display: flex;
    flex-direction: row;
    height: 160px;
    justify-content: space-between;
    margin: 70px 0px 70px 0px;
    width: 100%;

}

section#mizuhiki_top h2 {

    font-family: var(--s-font-91ab800f);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}

#mizuhiki_left {
    width: 20%;

    height: 100%;
    transform: scale(1, 1);
    max-width: 100%;
    background: url("../img/awards_top_bird.webp") no-repeat center;
    background-size: cover;
}

#mizuhiki_right {
    height: 100%;
    width: 20%;
    transform: scale(-1, 1);
    background: url("../img/awards_top_bird.webp") no-repeat center;
    background-size: cover;
}

/* section#mizuhiki_top div {
    width: 50%;
}

div#mizuhiki_top_right {
    position: relative;
}

div#mizuhiki_top_right h2 {
    color: #000000;
    font-family: var(--s-font-91ab800f);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;

    position: absolute;
    right: 80px;
    top: 80px;
} */

/* 表彰状トップ */
section#awards_top_display {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}

section#awards_top_display div.top_award {
    width: 100%;
    margin: 0 auto;
}

section#awards_top_display div.top_award img {
    /* height: 400px; */
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
}

section#awards_top_display div.top_award h2 {
    color: #000000;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/* 表彰上下部 */
section#awards_bottom_display {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
}

section#awards_bottom_display div.bottom_award {
    width: 100%;
    margin-bottom: 30px;
}

section#awards_bottom_display div.bottom_award img {
    width: 100%;
    aspect-ratio: 3/2;

    object-fit: contain;
    margin-bottom: 5px;
}

section#awards_bottom_display div.bottom_award h2 {
    color: #000000;
    font-family: var(--s-font-f5ab3b3a);
    font-size: 15px;
}

.award_text h2 {
    width: 360px;
    margin: auto;
    text-align: center;
}

/* 水引下部 */
section#mizuhiki_bottom {
    height: 120px;
    position: relative;
    margin-bottom: 0;
}


section#mizuhiki_bottom img {
    position: absolute;
    right: 0;
}

.blank_resp {
    display: none;
}

section:last-child {
    padding-bottom: 80px;
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    section#mizuhiki_top {
        height: 140px;

    }

    section#awards_top_display div.top_award {
        width: 100%;
    }

    section#mizuhiki_top h2 {
        font-size: 24px;
        /* top: 40px;
        right: 40px; */
    }

    #mizuhiki_left {

        background-size: cover;
    }

    section#awards_top_display {
        grid-template-columns: 100%;
        gap: 40px 0;
    }

    section#awards_bottom_display {
        grid-template-columns: 48% 48%;
    }

    .blank_resp {
        display: block;
    }
}

@media screen and (max-width:768px) {
    section#mizuhiki_top {
        /* flex-direction: column; */
        height: 96px;
        margin: 30px 0 30px 0;
        justify-content: center;
    }

    #mizuhiki_left,
    #mizuhiki_right {
        display: none;
    }

    section#mizuhiki_top h2 {
        font-size: 16px;
    }


    section#mizuhiki_top div#mizuhiki_top_left {
        width: 75%;
    }

    section#mizuhiki_top div#mizuhiki_top_right {
        display: flex;
        justify-content: end;
        width: 100%;
    }

    div#mizuhiki_top_right h2 {
        width: 90%;
        position: static;
        font-size: 16px;
    }

    section#awards_bottom_display {
        grid-template-columns: 100%;
        place-content: center;

    }

    section#awards_top_display div.top_award h2 {
        font-size: 16px;
        font-weight: 600;
    }

    section#awards_bottom_display div.bottom_award h2 {
        font-size: 16px;

    }

    .award_text h2 {
        width: 280px;
        margin: auto;
        text-align: center;
    }


}