.g-mainContainer {
	width: 790px;
	margin: 0 auto;
}

.g-mainContainer .banner {
	width: 790px;
	margin: 0 auto 20px;
}

.g-mainContainer .pageTopBtn {
	width: 293px;
	height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f580a2;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 30px auto;
}

.f-searchArea .titleHead::before {
	background-image: url("/assets/img/renewal/user/sp/index/topNew/main_title_logo.webp");
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
}
/*
    都道府県ごとの口コミを探す
----------------------------------------------------------------- */
.f-linkEachPref {
	margin: 20px 0 70px;
}

.f-linkEachPref::after {
	content: '';
	display: block;
	clear: left;
}

.f-linkEachPref .title {
	text-align: center;
	font-weight: bold;
	color: #ff6595;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 27px;
}

.f-linkEachPref .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 110px;
}

.f-linkEachPref .row .area:nth-of-type(1) {
	margin-left: 23px;
}

.f-linkEachPref .row .area:nth-of-type(2) {
	margin-left: 25px;
}

.f-linkEachPref .row .area:nth-of-type(2) .masterArea::before {
	margin-left: 5px;
}

.f-linkEachPref .pin {
	height: 20px;
}

.f-linkEachPref .area {
	width: 465px;
	float: left;
}

.f-linkEachPref .masterArea {
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

.f-linkEachPref .masterArea::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position: 0 0;
	margin-right: 10px;
}

.f-linkEachPref .pref span {
	display: inline-block;
	border-radius: 3px;
	width: 70px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 7px;
	margin-left: 2px;
	margin-right: 2px;
}

.f-linkEachPref .pref a,
.f-linkEachPref .is-disabled {
	display: block;
	height: 23px;
	line-height: 24px;
	letter-spacing: 0.5em;
	padding-left: 0.5em;
}

.f-linkEachPref .pref span.is-disabled {
	background-color: #e3e3e3 !important;
	color: #828282 !important;
}

.f-linkEachPref .hokkaido .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review//pin-tohoku.webp");
}

.f-linkEachPref .hokkaido .pref span {
	background: #71dcf0;
}

.f-linkEachPref .kitakanto .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review//pin-kitakanto.webp");
}

.f-linkEachPref .kitakanto .pref span {
	background: #90f19e;
}

.f-linkEachPref .kanto .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review/pin-kanto.webp");
}

.f-linkEachPref .kanto .pref span {
	background: #ffc478;
}

.f-linkEachPref .hokuriku .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review//pin-hokuriku.webp");
}

.f-linkEachPref .hokuriku .pref span {
	background: #f5c1d1;
}

.f-linkEachPref .tokai .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review/pin-tokai.webp");
}

.f-linkEachPref .tokai .pref span {
	background: #f6a0a0;
}

.f-linkEachPref .kansai .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review/pin-kansai.webp");
}

.f-linkEachPref .kansai .pref span {
	background: #9ec3eb;
}

.f-linkEachPref .chugoku .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review/pin-chugoku.webp");
}

.f-linkEachPref .chugoku .pref span {
	background: #ddbefb;
}

.f-linkEachPref .kyusyu .masterArea::before {
	background-image: url("/assets/img/renewal/user/pc/review/pin-kyusyu.webp");
}

.f-linkEachPref .kyusyu .pref span {
	background: #f9d36b;
}
/*
    カテゴリー別でみる
----------------------------------------------------------------- */
.f-categories .titleHead {
	margin-bottom: 0;
}

.f-categories .titleHead::before {
	background-image: url("/assets/img/user/pc/shop/common/ico_reivew_category.webp");
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

.f-categories .categories {
	overflow: hidden;
	background-color: #ffecee;
	padding: 15px;
}

.f-categories .categories p {
	font-size: 16px;
	font-weight: bold;
	color: #7a7a7a;
}

.f-categories .categories .category_slider {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
	scrollbar-color: #ff9bba #fff5f5;
	scrollbar-width: thin;
	gap: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.f-categories .categories .category_slider .category {
	height: 29px;
	border: 1px solid #fab9c9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	background-color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px;
	border-radius: 15px;
	color: #f47b9c;
	-webkit-box-shadow: 0 1px 0 0 #eb597f;
	box-shadow: 0 1px 0 0 #eb597f;
	cursor: pointer;
}

.f-categories .categories .category_slider .choice {
	background-color: #f37093;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
    口コミカード
----------------------------------------------------------------- */
.f-comments .body {
	width: 700px;
	margin: 20px auto;
}

.f-comments .body .contents {
	width: calc(100% - 160px);
}

.f-comments .body .contents .contents_header {
	display: block !important;
}

.f-comments .body .contents .shop_name {
	font-size: 13px;
}

.f-comments .body .contents .entered_at,
.f-comments .body .contents .shop_name,
.f-comments .body .contents .area_name,
.f-comments .body .contents .salary,
.f-comments .body .contents .category {
	margin-top: 10px;
}

.f-comments .body .contents .shop_review_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
	line-height: 1.3;
}

.f-comments .cast .shop_name,
.f-comments .agent .shop_name,
.f-comments .cast .review_link,
.f-comments .agent .review_link {
	color: #f87aa4;
	text-decoration: underline;
}

.f-comments .staff .shop_name,
.f-comments .staff .review_link {
	color: #79adfb;
	text-decoration: underline;
}
