@charset "UTF-8";

.sp_img {
    display:none;
}
.d-md-none {
    display: none !important;
}
@media screen and (max-width: 960px) {
    .d-block {
        display: block !important;
    }
    .sp_img {
        display:block;
    }

    .pc_img {
        display: none;
    }
}
.btn-primary {
    color: #fff;
    background-color: #F20505;
    border-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: 50px;
        height: 50px;
        padding: 12px;
    }
.voice_block .icon i {
    font-size: 190%;
    color:#fff;
}
    .voice_block .star {
        width: calc(100% - 70px);
    }

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

    .voice_block .star span {
        font-size: 120%;
        margin-left: 10px;
    }
}
h3.page_title {
    background: #0B318E;
    margin-bottom: 60px;
    padding: 30px 0px 30px 0px;
    position: relative;
    text-align: center;
    color: #ffe712;
    font-size: 300%;
    line-height: 1;
}

h3.page_title::after {
    border-left: 24px solid rgba(0, 0, 0, 0);
    border-right: 24px solid rgba(0, 0, 0, 0);
    border-top: 24px solid #0B318E;
    bottom: -24px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -24px;
    position: absolute;
    width: 0;
}

.section_form h3.form::after {
    border-left: 36px solid rgba(0, 0, 0, 0);
    border-right: 36px solid rgba(0, 0, 0, 0);
    border-top: 36px solid #0B318E;
    bottom: -36px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    width: 0;
  }
  
  .section_form h3.form {
    background: #0B318E;
    margin-bottom: 60px;
    padding: 30px 0px 30px 0px;
    position: relative;
    text-align: center;
    color: #ffe712;
    font-size: 300%;
    line-height: 1;
  }
  @media (max-width: 768px) {
    h3.page_title,.section_form h3.form {
        font-size: 160%;

    }
}

a.reserve_btn {
    display: block;
    padding: 15px 0px;
    color: #FFF;
    font-size: 140%;
    background: #35a22f;
    border-radius: 10px;
    border: 2px solid #ffffff;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
    text-align: center;
    text-decoration: none;
}

a.reserve_btn span {
    font-size: 140%;
}


.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.footer_area ul {
    position: relative;
    margin: 0px auto;
    padding: 2px 10px 15px 10px;
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
.footer_area ul li a {
    text-decoration: none;
}
.footer_area ul li a.reserve {
    background: #35a22f;
}

.footer_area ul li a span {
    padding-right: 5px;
    color: #fff;
    vertical-align: sub;
    font-size: 160%;
}

.footer_area ul li {
    width: calc(100% / 2 - 5px);
    text-align: center;
    text-decoration: none;
    list-style:none
}

.footer_area ul li a {
    display: block;
    padding: 20px 0px;
    color: #FFF;
    font-size: 140%;
    background: #f8a01e;
    border-radius: 10px;
    border: 2px solid #ffffff;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.25));
}

.footer_area ul li a.reserve {
    background: #35a22f;
}

.footer_area ul li a span {
    padding-right: 5px;
    color: #fff;
    vertical-align: sub;
    font-size: 160%;
}
.bx-wrapper {
    margin-bottom:10px; 

}

/*price------------------------------------*/
.price_box{
    width: 70%;
    margin: 0px auto;
}
.price_box h4{
    font-size: 110%;
    height: 3rem;
}

.price_box h4 span {
    display: block;
    font-weight: normal;
    font-size: 90%;
    margin-top: 5px;
}

.price_box img.car{
    width: 80%;
}
.price_box img.price{
    width: 80%;
}
.price_box .card-footer {
    height: auto;
}