@charset "UTF-8";
/* ============================================================================

		index

============================================================================ */

.f-selectArea {
	width: 1000px;
	margin: auto;
	margin-top: 30px;
}

/*
	このエリアのキャバクラ店って？
------------------------------------------------- */
.f-thisArea {
	padding: 20px 0;
	background-color: #fff;
}

.f-thisArea .p-container {
	padding-right: 15px;
	padding-left: 15px;
}

.f-thisArea .titleHead {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.f-thisArea .titleText {
	line-height: 1.3;
	font-size: 1.8rem;
}

.f-thisArea .body {
	margin: 10px 0;
}

.f-thisArea .text {
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5;
	font-size: 1.2rem;
}

/*
	RANKING BEST 3
------------------------------------------------- */
.f-ranking {
	padding: 30px 0 45px;
	background: url(/assets/images/user/pc/index/ranking/bg_dotted_pink.png) 0 0 repeat;
}

.f-ranking .titleHead {
	margin-bottom: 55px;
	text-align: center;
}

.f-ranking .titleHead img {
	width: 250px;
	margin: auto;
}

.f-ranking .titleHead .text {
	display: block;
	margin-top: 15px;
	font-size: 18px;
}

.f-ranking .item {
	float: left;
	width: 312px;
	text-align: center;
}

.f-ranking .item:nth-child(2) {
	margin: 0 32px;
}

.f-ranking .item a {
	display: block;
}

.f-ranking .item-inner {
	padding: 75px 10px 10px;
	border-radius: 5px;
}

.f-ranking .itemHeader {
	position: relative;
	z-index: 19;
}

.f-ranking .itemHeader::after {
	content: "";
	position: absolute;
	z-index: -18;
	right: 0;
	left: 0;
	margin: auto;
}

.f-ranking .shopName {
	height: 34px;
	padding: 0;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
}

.f-ranking .areaName {
	display: table;
	margin: 5px auto 8px;
	padding-left: 15px;
	background: url(/assets/images/user/pc/index/ranking/ico_pin_black.png) 0 center no-repeat;
	background-size: 10px auto;
	font-size: 12px;
}

.f-ranking .imgWrap::before {
	padding-top: 75%;
}

.f-ranking .reviewBox {
	background-color: #fff;
	border-radius: 5px;
}

.f-ranking .review-title {
	margin: 10px 5px 0;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #7f7f7f;
	line-height: 1.3;
	font-size: 14px;
}

.f-ranking .review-text {
	padding: 8px 10px;
	text-align: justify;
	line-height: 1.5;
	font-size: 12px;
}

.f-ranking .item:nth-child(1) .item-inner {
	background-color: #fcf3d8;
}

.f-ranking .item:nth-child(1) .itemHeader::after {
	top: -46px;
	width: 40px;
	height: 48px;
	background: url(/assets/images/user/pc/index/ranking/img_rank_1.png) center 0 repeat;
	background-size: cover;
}

.f-ranking .item:nth-child(1) .shopName {
	background: url(/assets/images/user/pc/index/ranking/bg_ttl_grid_yellow.png) 0 0 repeat;
}

.f-ranking .item:nth-child(1) .imgWrap {
	border: 1px solid #e0bc5a;
}

.f-ranking .item:nth-child(1) .review-title {
	color: #d8a900;
}

.f-ranking .item:nth-child(2) .item-inner,
.f-ranking .item:nth-child(3) .item-inner {
	background-color: #e6e6e6;
}

.f-ranking .item:nth-child(2) .shopName,
.f-ranking .item:nth-child(3) .shopName {
	background: url(/assets/images/user/pc/index/ranking/bg_ttl_grid_pink.png) 0 0 repeat;
}

.f-ranking .item:nth-child(2) .imgWrap,
.f-ranking .item:nth-child(3) .imgWrap {
	border: 1px solid #b1b1b1;
}

.f-ranking .item:nth-child(2) .review-title,
.f-ranking .item:nth-child(3) .review-title {
	color: #21a7e5;
}

.f-ranking .item:nth-child(1) .itemHeader::after {
	top: -96px;
	width: 80px;
	height: 96px;
	background: url(/assets/images/user/pc/index/ranking/img_rank_1.png) center 0 repeat;
	background-size: cover;
}

.f-ranking .item:nth-child(2) .itemHeader::after {
	top: -62px;
	width: 52px;
	height: 52px;
	background: url(/assets/images/user/pc/index/ranking/img_rank_2.png) center 0 repeat;
	background-size: cover;
}

.f-ranking .item:nth-child(3) .itemHeader::after {
	top: -62px;
	width: 52px;
	height: 52px;
	background: url(/assets/images/user/pc/index/ranking/img_rank_3.png) center 0 repeat;
	background-size: cover;
}

/*
	体験入店までの流れ
	体験入店をするキャバクラを選ぶコツ
------------------------------------------------- */

.f-trial {
	margin: 30px 0;
}

.f-trial:last-of-type {
	margin-bottom: 70px;
}

.f-trial .p-container {
	padding-right: 15px;
	padding-left: 15px;
}

.f-trial .titleHead {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

.f-trial .titleText {
	text-align: justify;
	line-height: 1.3;
	font-size: 18px;
}

.f-trial .body {
	margin-top: 1rem;
	line-height: 1.5;
}

.f-trial .secondaryTitle {
	margin-left: -0.6em;
	font-size: 14px;
}

.f-trial .secondaryText {
	margin: 5px 0;
	text-align: justify;
	font-size: 12px;
}

.f-trial .disc {
	text-align: justify;
	font-size: 12px;
}

.f-trial .disc-title {
	margin-top: 10px;
	margin-left: -0.6em;
	font-size: 14px;
}

.f-trial .disc-list {
	list-style: decimal;
	margin-top: 0.2em;
	margin-left: 20px;
}

.f-trial .disc-list-item + .disc-list-item {
	margin-top: 10px;
}

.f-trial .disc-list-item-title {
	margin-bottom: 5px;
}

.f-trial .disc-list-item-body {
	margin-left: -20px;
}