@charset "UTF-8";
.header-bg h1{
    position: relative;
}
.header-bg h1 .text{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    background: #fffffff2;
    text-align: center;
    font-weight: normal;
    color: #333;
}
.header-bg h1 .text p{
    padding-top: 60px;
    font-size: 50%;
    line-height: 2.2;
}
.header-bg h1 .text p span{
    font-size: 140%;
    color: #F20505;
}
.header-bg h1 .text p a{
    font-size: 140%;
    color: #F20505;
}
p.notice_text{
    font-size: 90%;
    line-height: 1.6;
    margin-bottom: 5px;
}
.voice_block {
    display: flex;
    align-items: center;
}
.voice_block .icon {
    width: 170px;
    height: 130px;
    padding: 20px;
    background: #f8d7e5;
    text-align: center;
    border-radius: 70%;
}
.voice_block .icon.men {
        background: #d7eff8;
}
.voice_block .icon i {
    font-size: 460%;
    line-height: 1;color:#fff;
}
.voice_block .star {
    width: 260px;
    padding-left: 20px;
}

.voice_block .comment {
    width: 850px;
    font-size: 120%;
    line-height: 180%;
}

.voice_block .star span {
    font-size: 200%;
    color: #F20505;
}

@media (max-width: 768px) {
    .voice_block {
        display: flex;
        flex-wrap: wrap;
    }

    .voice_block .icon {
        width: 70px;
        height: 70px;
    }
.voice_block .icon i {
    font-size: 190%;
    color:#fff;
}
    .voice_block .star {
        width: 60%;
    }

    .voice_block .comment {
        width: 100%;
        font-size: 100%;
        line-height: 180%;
    }

    .voice_block .star span {
        font-size: 180%;
    }
    .header-bg h1 .text p{
        padding: 25px 5px;
        font-size: 43%;
        line-height: 2.2;
        font-weight: bold;
    }
    .header-bg h1 .text p span{
        font-size: 125%;
        color: #F20505;
    }


}

a.reserve_btn_price {
    width: 90%;
    box-sizing: border-box;
    display: block;
    margin: 20px auto;
    padding: 15px 0px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 150%;
    background: #35a22f;
    top: -2px;
    letter-spacing: 2px;
    position: relative;
    box-shadow: 0px 6px 0 rgb(62 103 47);
}

a.reserve_btn_price span {
    display: block;
    font-weight: bold;
    color: yellow;
    font-size: 130%;
}


.price_box h4 {
    font-size: 135%;
    height: 3rem;
}

.price_box img.car {
    width: 80%;
}

