/*共通ページ*/
/*レヴュー星のスタイル*/
.rating-star {
    color: #f5bc55;
    font-size: 1.2em;
}

/*レヴュー数字のスタイル*/
.rating-number {
    color: #333;
    font-size: 0.9em;
    margin-left: 0.4em;
}

/* archive内検索フォーム */
.winearchive-form{
    max-width: 700px;
    margin:0 auto;
}
.winearchive-form h2{
    background-color: transparent;
    border-top:none;
    text-align: center;
}
.form-submit{
    text-align: center;
    margin-top: 12px;
}
.form-submit input#submit {
    width: 200px;
}
@media screen and (min-width:768px) {
    .winearchive-form [class^="col-"]{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:767px) {
    .winearchive-form .form-label{
        margin-top: 8px;
    }
}

/* アーカイブページ */
.wine_archiveList .media{
    border-bottom:none;
/*        border-top: 1px solid #e5e5e5;*/
}


.wine_archiveList .media:first-child {
    border-top: none;

}

.wine_archiveList {
    display: flex;
    flex-wrap: wrap;
}

.archive-country {
    font-size: 1.4rem;
}

/* for SP&Tablet */

@media screen and (max-width:767px) {
    .media .postList_thumbnail {
        /*        width: 40%;*/
    }

    .media .media-body .media-heading {
        font-size: 1.6rem;

    }
}

/* for PC */


@media screen and (min-width:768px) {
    .wine_archiveList .media .postList_thumbnail {
        width: 100%;
        padding-right: 0;
    }

    div.wine_archive {
        margin: 0px 10px;
    }
}



/* single-wine_archiveページ */
h2.wine-archive-header {
    border-top: transparent;
    background: none;
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0px;
    border-bottom: none;
}

.wine-archive-info dl {
    padding: 0px 30px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
}

.wine-archive-info dt {
    width: 30%;
    border-left: none;
    color: #555;
    font-weight: normal;
}

.wine-archive-info dd {
    width: 70%;
    border-left: none;
}

.wine-archive-info .comment .name {
    font-size: 12px;
    font-weight: bold;
}

.wine-archive-info .comment .date {
    font-size: 12px;
    color: #999;
}

h2.comment-header {
    border-top: 1px solid #f1f1f1;
    padding: 20px 10px;
    margin-top: 40px;
}

.wine-archive-info .comment {
    padding: 15px 15px 40px 15px;
}

a.wine-archive-lnk {
    max-width: 400px;
    border-radius: 10px;
    background-color: #ac0039;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
    padding: 10px;
    margin-bottom: 20px;
}

/* SP */
@media screen and (max-width: 767px) {
    h2.comment-header {
        padding: 20px 0px 0px;
    }

    .wine-archive-info dl {
        padding: 0px;
    }

    .wine-archive-info dt {
        width: 100%;
        color: #ac0039;
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 0px;
    }

    .wine-archive-info dd {
        width: 100%;
    }

    .wine-archive-info .staff {
        padding-top: 20px
    }
}