@charset "utf-8";

/*

voice.css
Version: 2023.08.21

*/

/* --------------------------------------------------------
/* .page-voice
/* .voice
/* .voice-detail-content
/* .voice-detail-summary
/* .voice-detail-summary-info
/* .voice-sort
/* .shop-detail
-------------------------------------------------------- */


/* .page-voice
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/voice/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/voice/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .voice
-------------------------------------------------------- */
.voice {
    margin-bottom: 40px;
    padding: 0;
}
.voice-list {
    overflow: hidden;
}
.voice-list-item {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.voice-list-item-img {
    margin-bottom: 15px;
}
.voice-list-item-ttl {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.6;
}
.voice-list-item-catch {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8;
}
.voice-list-item-txt {
    display: inline-block;
    margin-bottom: 3px;
    padding: 5px 15px;
    border-radius: 20px;
    /* background: #004981; */
    background: rgba(58, 180, 131, 1);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .voice-list-item-ttl {
        font-size: 2.4rem;
    }
}


/* .voice-detail-content
-------------------------------------------------------- */
.voice-detail-content {
    margin-bottom: 50px;
    width: 100%;
}
.voice-detail-content figure img {
    /* border: 1px solid #ccc9c8; */
}


/* .voice-detail-summary
-------------------------------------------------------- */
.voice-detail-summary {
    width: 100%;
}


/* .voice-detail-summary-info
-------------------------------------------------------- */
/* .voice-detail-summary-info .info-box */
.voice-detail-summary-info .info-box {
    margin-bottom: 50px;
}
.voice-detail-summary-info .info-box-ttl {
    position: relative;
    margin: 2em 0 1em;
    padding: .75em .75em .75em 1em;
    /* border-bottom: 1px solid #e5e5e5; */
    background-color: #f7f7f7;
    color: #020202;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.6;
}
.voice-detail-summary-info .info-box-ttl:first-child {
    margin-top: 0;
}
/* .voice-detail-summary-info .info-box-ttl::before,
.voice-detail-summary-info .info-box-ttl::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background-color: rgba(33, 67, 102, 1);
    content: "";
}
.voice-detail-summary-info .info-box-ttl::after {
    left: 9px;
    background-color: rgba(255, 133, 0, 1);
} */


/* .voice-detail-summary-info .info-box-time */
.voice-detail-summary-info .info-box-time {
    margin: 0 0 1.2em;
    font-size: 1.6rem;
}
.voice-detail-summary-info .info-box-time .ttl {
    color: #020202;
    font-weight: 600;
    font-size: 120%;
    line-height: 1.5;
}

/* .voice-detail-summary-info .info-box-star */
.voice-detail-summary-info .info-box-star {
    display: flex;
    margin: 0;

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}
.voice-detail-summary-info .info-box-star .ttl {
    margin: 0 1em 0 0;
    padding: .1em .8em;
    border-radius: 4px;
    background: #e95272;
    color: #fff;
    font-size: 1.6rem;
}
.voice-detail-summary-info .info-box-star .rate {
    display: flex;

    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
}
.voice-detail-summary-info .info-box-star .rate-star {
    display: flex;
    color: #ff7d05;
    font-size: 2.4rem;

    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.voice-detail-summary-info .info-box-star .rate-star .ico-star-1 {
    color: #ff7d05;
}
.voice-detail-summary-info .info-box-star .rate-star .ico-star-2 {
    color: #ff7d05;
}
.voice-detail-summary-info .info-box-star .rate-star .ico-star-3 {
    color: #ff7d05;
}
.voice-detail-summary-info .info-box-star .rate-num {
    margin: -.17em 0 0 .2em;
    color: #e95272;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1;
}
.voice-detail-summary-info .info-box-star .rate-txt {
    margin-right: 1.5em;
    /* color: #e95272;
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1; */
}

/* tb（768px～1200px未満の場合に適用） */
@media (min-width: 768px) and (max-width: 1199.98px) {
    .voice-detail-summary-info .info-box-star {
        display: flex;

        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .voice-detail-summary-info .info-box-star .ttl {
        margin: 0 1em 0 0;
        font-size: 1.8rem;
    }
    .voice-detail-summary-info .info-box-star .rate-star {
        font-size: 3rem;
    }
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .voice-detail-summary-info .info-box-ttl {
        font-size: 2.4rem;
    }
    .voice-detail-summary-info .info-box-star {
        display: flex;

        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .voice-detail-summary-info .info-box-star .ttl {
        margin: 0 1em 0 0;
        font-size: 1.8rem;
    }
    .voice-detail-summary-info .info-box-star .rate-star {
        font-size: 3rem;
    }
    .voice-detail-summary-info .info-box-star .rate-num {
        font-size: 4.8rem;
    }
}


/* .voice-sort
-------------------------------------------------------- */
.voice-sort-list {
    display: flex;
    padding: 0;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.voice-sort-list li {
    display: flex;
    overflow: hidden;
    margin: .25%;
    padding: 0;
    max-width: 32.833333333333336%;
    width: 100%;
    height: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
    transition: opacity .4s ease;

    flex: 0 0 32.833333333333336%;
    justify-content: center;
    align-items: center;
}
.voice-sort-list li a {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 1.2em 1.5em;
    width: 100%;
    height: 100%;
    color: #020202;
    text-decoration: none;
    letter-spacing: .06em;
    font-weight: 400;
    font-size: 1.2rem;
    transition: color .3s ease, background-color .3s ease;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .voice-sort-list li {
        max-width: 19.5%;

        flex: 0 0 19.5%;
    }
    .voice-sort-list li:hover {
        border-color: rgba(1, 92, 172, 1);
        background-color: rgba(1, 92, 172, 1);
        transition: all .5s ease;
    }
    .voice-sort-list li a {
        font-size: 1.5rem;
    }
    .voice-sort-list li a:hover {
        color: #fff;
    }
}


/* .shop-detail
-------------------------------------------------------- */
.shop-detail .dl {
    padding: 1em;
}
.shop-detail .dl dt {
    font-size: 2.0rem;
}
.shop-detail-ttl {
    margin: 2em 0 1em;
    padding: .7em .5em .7em .8em;
    border-left: 5px solid #ff822d;
    background: #f5f5f5;
    color: #020202;
    font-weight: 600;
    font-size: 2.3rem;
}
