@charset "utf-8";
body,input, textarea, select, button {
    background: #FFF;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
    line-height: 1.6;
    font-size: 87.5%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.50);
}

/* レビュー一覧_絞り込み heightに関係のあるstyle */
#reviews_area h3.table_ttl {
    padding: 2%;
}
.filter_area.open-box .table_box label {
    padding: 3.5% 2.5%;
}
.table_box label {
    border-bottom: 1px solid #eee;
    padding: 2.5% 0;
}

/* LP内でラジオボタンをインラインjs制御しているため非同期としない */
input[type="radio"]{
    display: none;
}
input[type="radio"][name*="plg_raku2_genre"]{
    display: none !important;
}

/* 検索ボックス */
.raku2_search_area {
	display: none;
}