@charset "UTF-8";

/*--------------------------------------------------------
　Googleレビュー
--------------------------------------------------------*/

section.reviews{
    width: 100%;
    padding: 70px 0 62px;
    background: #f6f4f2;
    overflow: hidden;
    position: relative;
}

section.reviews .block{
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
}

section.reviews .reviews_title{
    width: fit-content;
    margin: 0 auto 38px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: ten-mincho-text, serif;
    position: relative;
    text-align: center;
}

section.reviews .reviews_title::after{
    width: 38px;
    border-bottom: 2px solid #798972;
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
}

section.reviews .reviews_brand{
    margin-top: 18px;
    display: block;
    font-size: 30px!important;
    font-size: 3.0rem!important;
    line-height: 1.3!important;
    text-align: center!important;
    font-family: ten-mincho-text, serif!important;
    letter-spacing: 0.08em;
}

section.reviews .reviews_heading{
    width: 147px;
    margin: 0 auto;
    display: block;
    line-height: 0;
    position: relative;
}

section.reviews .reviews_heading img:first-child{
    width: 100%;
}

section.reviews .reviews_heading img.reviews_icon{
    width: 82px;
    position: absolute;
    top: -60%;
    right: -50%;
}

section.reviews .reviews_leaf{
    width: 118px;
    position: absolute;
    left: -165px;
    top: 20px;
    line-height: 0;
}

section.reviews .block > p{
    margin-bottom: 26px;
    font-family: ten-mincho-text, serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
}

section.reviews .reviews_slider{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}

section.reviews .reviews_slider li{
    padding: 0 17px;
}

section.reviews .reviews_slider .slick-track{
    display: flex;
}

section.reviews .reviews_slider .slick-slide{
    height: auto;
    display: flex;
}

section.reviews .reviews_slider .slick-slide .reviews_box{
    flex: 1 1 auto;
}

section.reviews .reviews_box{
    width: 100%;
    padding: 27px 20px;
    background: #fff;
    color: #666;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

section.reviews .reviews_box h3{
	margin-left: 0;
    margin-bottom: 16px;
    color: #5a6c4e;
	font-family: a-otf-gothic-bbb-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
	letter-spacing: 0;
}

section.reviews .reviews_box > p{
	font-family: a-otf-gothic-bbb-pr6n, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
}

section.reviews .reviews_box .reviews_author{
    margin-top: auto;
}

section.reviews .reviews_slider_arrow{
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 5;
    cursor: pointer;
    line-height: 0;
}

section.reviews .reviews_slider_prev{
    left: -6px;
}

section.reviews .reviews_slider_next{
    right: -6px;
}

section.reviews .common_more_link{
    margin-top: 34px;
}

@media screen and (min-width: 751px) and (max-width: 1200px){

    section.reviews .reviews_slider_arrow{
        width: 2.66vw;
        width: 2.66cqw;
        height: 2.66vw;
        height: 2.66cqw;
        top: calc(50% - 1.33vw);
        top: calc(50% - 1.33cqw);
    }

    section.reviews .reviews_slider_prev{
        left: 0.25vw;
        left: 0.25cqw;
    }

    section.reviews .reviews_slider_next{
        right: 0.25vw;
        right: 0.25cqw;
    }
}

@media screen and (max-width: 750px){

    section.reviews{
        padding: 12vw 0 14vw;
    }

    section.reviews .reviews_title{
        margin-bottom: 35px;
        padding-bottom: 12px;
    }

    section.reviews .reviews_brand{
        margin-top: 3vw;
        font-size: 20px !important;
        font-size: 2.0rem !important;
        line-height: 1.4!important;
        font-family: ten-mincho-text, serif!important;
    }

    section.reviews .reviews_heading{
        width: 31vw;
        max-width: 147px;
        margin-top: 0;
    }

    section.reviews .reviews_heading img:first-child{
        width: 100%;
    }

    section.reviews .reviews_heading img.reviews_icon{
        width: 16vw;
        max-width: 82px;
    }

    section.reviews .reviews_leaf{
        width: 16vw;
        left: -18vw;
        top: 0;
    }

    section.reviews .block > p{
        margin: 0 -4% 9vw;
        font-size: 14px;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    section.reviews .reviews_slider{
        width: 100%;
        margin: 0;
    }

    section.reviews .reviews_slider .slick-list{
        overflow: visible;
    }

    section.reviews .reviews_slider li{
        padding: 0 3vw;
    }

    section.reviews .reviews_box{
        padding: 3vw;
        aspect-ratio: auto;
    }

    section.reviews .reviews_box h3{
        margin-bottom: 3vw;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.7;
    }

    section.reviews .reviews_box > p{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7;
    }

    section.reviews .reviews_slider_arrow{
        width: clamp(calc(58px * 0.375), 6vw, 58px);
        height: clamp(calc(58px * 0.375), 6vw, 58px);
        top: calc(50% - clamp(calc(29px * 0.375), 3vw, 29px));
    }

    section.reviews .reviews_slider_prev{
        left: 2.5vw;
    }

    section.reviews .reviews_slider_next{
        right: 2.5vw;
    }

    section.reviews .common_more_link{
        margin-top: 8vw;
    }
}
