@charset "utf-8";
/*------------------------------------------------------------
　検索結果
-------------------------------------------------------------*/ 
.ttl_search{
	color:#a02200;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	height:33px;
	line-height:33px;
	background:#ffd735;
	border-top:2px solid #ff812d;
}
.condition{
	font-size:12px;
}
.condition dl{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	height:44px;
	border-bottom:1px dashed #c1c1c1;
	position:relative;
	padding-right:80px;
}
.condition dt{
	color:#a02200;
	font-weight:bold;
	width:60px;
	height:44px;
	line-height:44px;
	background:#f5f5f5;
	display:inline-block;
	padding-left:10px;
}
.condition dd{
	display:inline;
}
.condition dd a{
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
	height:28px;
	line-height:28px;
	background:rgb(255,129,171);
	background:linear-gradient(to bottom, rgba(255,129,171,1) 0%,rgba(255,107,158,1) 100%);
	border:2px solid #ff689c;
	box-shadow:0 1px 0 #ffcadc inset,-1px 0 0 #ffcadc inset,0 -1px 0 #ffcadc inset,1px 0 0 #ffcadc inset;
	border-radius:5px;
	display:block;
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-16px;
}
.condition dd a:after{
	display:inline-block;
	transform:rotate(45deg);
	width:6px;
	height:6px;
	margin:-2px 0 0 5px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	vertical-align:middle;
	content:"";
}
.not_selected{
	color:#aaa;
}
.search_results{
	font-size:12px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #d8d8d8;
	padding:0 10px;
}
.search_results>*{
	display:inline-block;
}
.search_results span{
	color:#ff0000;
	font-weight:bold;
	margin:0 2px;
}
.search_results .count{
	float:right;
}
/*------------------------------------------------------------
　コンテンツ部分
-------------------------------------------------------------*/ 
.li_search{
	margin-bottom: 15px;
	padding:0 10px;
}
.li_search>li{
	border-radius:5px 0 5px 5px;
	position:relative;
	margin-top:30px;
	box-sizing:border-box;
}
.plan_s .item_search{
  background:#fffcad;
}
.plan_n .item_search{
  background:#ffdfe8;
}
.option2{
	background:#d5f2ff;
	border:1px solid #9bdfff;
  padding:5px;
}
.rankdate{
	font-size:10px;
	text-align:center;
	width:110px;
	height:15px;
	line-height:15px;
	position:absolute;
}
.plan_s .rankdate,
.plan_n .rankdate{
  top:-15px;
  right:0;
}
.option2 .rankdate{
  top:-16px;
  right:-1px;
}
.plan_s .rankdate{
	background:#f8b551;
}
.plan_n .rankdate{
	background:#ffa3bd;
}
.option2 .rankdate{
	background:#9bdfff;
}
.rankdate:before{
	content:"";
	width:0;
	height:0;
	border-top:8px solid transparent;
	border-left:5px solid transparent;
	position:absolute;
	top:0;
	right:110px;
}
.plan_s .rankdate:before{
	border-right:6px solid #f8b551;
	border-bottom:7px solid #f8b551;
}
.plan_n .rankdate:before{
	border-right:6px solid #ffa3bd;
	border-bottom:7px solid #ffa3bd;
}
.option2 .rankdate:before{
	border-right:6px solid #9bdfff;
	border-bottom:7px solid #9bdfff;
}
.item_search_shop_wrap{
  border-radius:5px 0 0 0;
  padding:5px;
  position:relative;
}
.plan_s .item_search_shop_wrap{
  background:url(../images/search/bg_ttl.png);
  background-size:60px 55px;
}
.plan_s .item_search_shop_wrap:before{
  background:url(../images/search/ttl_deco2.png) no-repeat;
  bottom:0;
  left:0;
}
.plan_s .item_search_shop_wrap:after{
  background:url(../images/search/ttl_deco1.png) no-repeat;
  top:0;
  right:0;
}
.plan_s .item_search_shop_wrap:before,
.plan_s .item_search_shop_wrap:after{
  content:"";
  width:60px;
  height:60px;
  background-size:60px 60px;
  position:absolute;
}
.plan_n .item_search_shop_wrap{
  background:#ffbfd1;
}
.plan_s .item_search_shop:before{
  content:"";
  width:68px;
  height:70px;
  background:url(../images/search/icon_sPlan.png) no-repeat;
  background-size:68px 70px;
  position:absolute;
  top:50%;
  left:-10px;
  margin-top:-35px;
}
.item_search_shop{
  position:relative;
  z-index:1;
	border-radius:5px;
	background:#fff;
	font-size:0;
}
.plan_s .item_search_shop{
  padding:10px 5px 10px 73px;
}
.plan_n .item_search_shop{
  padding:10px 5px;
}
.item_search_shop a{
	color:#5f99eb;
	font-size:14px;
	text-decoration:underline;
	display:block;
	margin-top:5px;
}
a.item_search_shop_option{
	color:#ff5f9a;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}
span[class^="item_search_data"]{
	font-size:10px;
	font-weight:normal;
	text-align:center;
	height:15px;
	line-height:15px;
	display:inline-block;
	vertical-align:top;
	border-radius:3px;
	padding:0 5px;
	box-sizing:border-box;
}
span[class^="item_search_data"] + span[class^="item_search_data"]{
	margin-left: 5px;
}
.item_search_data1{
	background:#fff387;
}
.item_search_data2{
	background:#fff9c3;
}
.item_search_data3{
	border:1px solid #f3dd87;
}
.plan_s .item_search_contents_wrap,
.plan_n .item_search_contents_wrap{
  box-sizing:border-box;
  padding:5px;
  border-radius:0 0 5px 5px;
}
.plan_s .item_search_contents_wrap{
  background:#fffcad;
  border-right:1px solid #f8b551;
  border-bottom:1px solid #f8b551;
  border-left:1px solid #f8b551;
}
.plan_n .item_search_contents_wrap{
  background:#ffdfe8;
  border-right:1px solid #ffa3bd;
  border-bottom:1px solid #ffa3bd;
  border-left:1px solid #ffa3bd;
}
.item_search_contents{
	background:#fff;
	border-radius:5px;
}
.item_search_contents>*+*{
  margin-top:5px;
}
.option2_shop{
	margin-top:10px;
	font-size:0;
}
.plan_s .item_search_contents,
.plan_n .item_search_contents{
	padding:0 5px 5px;
}
.option2 .item_search_contents{
  padding:5px;
}
.item_search_info1>*{
	float:left;
	color:#fff;
	font-size:10px;
	height:18px;
	line-height:18px;
	background:#8b0541;
	border-radius:3px;
	padding:0 5px;
	margin:5px 4px 0 0;
	box-sizing:border-box;
}
.item_search_info1 .off{
	color:#b4b4b4;
	background:#fff;
	border:1px solid #b4b4b4;
}
/*------------------------------------------------------------
　バナー
-------------------------------------------------------------*/ 
.bnr .bx-wrapper{
  background:none;
  border:0;
  box-shadow:none;
  padding-bottom:10px;
  margin-bottom:0;
}
.bnr .bx-pager{
  height:5px;
  line-height:5px;
  padding-top:0;
  bottom:0;
}
.bnr .bx-pager.bx-default-pager a{
  width:5px;
  height:5px;
  background:#bfbfbf;
}
.bnr .bx-pager.bx-default-pager a:hover,
.bnr .bx-pager.bx-default-pager a.active,
.bnr .bx-pager.bx-default-pager a:focus{
  background:#ff941a;
}
.bnr .bx-controls-direction a{
  width:16px;
  height:16px;
  background:rgba(98,98,98,.7);
  border-radius:100%;
}
.bnr a.bx-next{
  right:-20px;
}
.bnr a.bx-prev{
  left:-20px;
}
.bnr .bx-controls-direction a:before{
  content:"";
  width:0;
  height:0;
  border:4px solid transparent;
  position:absolute;
  top:50%;
  left:50%;
}
.bnr a.bx-next:before{
  border-left:6px solid #fff;
  margin:-4px 0 0 -2px;
}
.bnr a.bx-prev:before{
  border-right:6px solid #fff;
  margin:-4px 0 0 -8px;
}
.item_search_txt{
  font-weight:bold;
}
.item_search_info2 li{
	position: relative;
  font-size:12px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  padding-left:20px;
}
.salary:before{
  background-position: 0 0;
}
.qualification:before{
  background-position: 0 -15px;
}
.item_search_info2 li:before{
	position: absolute;
	top: 50%;
	left: 0;
	overflow: hidden;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background-image:url(../images/search/info2.png);
	background-repeat: no-repeat;
	background-size: 15px 30px;
	content: "";
}
.item_search_info3{
  position:absolute;
  top:-20px;
  left:5px;
	font-size:0;
}
.item_search_info3>*{
  font-size:12px;
  text-align:center;
  height:20px;
  line-height:20px;
  display:inline-block;
  vertical-align:middle;
  background:#e32525;
  box-shadow:0 0 5px rgba(0,0,0,.2) inset;
}
.item_search_info3>*+*{
  margin-left:5px;
}

/*------------------------------------------------------------
　ボタン
-------------------------------------------------------------*/ 
.btn_search_wrap>*{
	float:left;
	cursor:pointer;
	font-size:12px;
	text-align:center;
	height:40px;
	line-height:40px;
	border-radius:5px;
	box-sizing:border-box;
}
.btn_search_wrap>*+*{
  margin-left:1%;
}
.btn_search_favorite{
	cursor:pointer;
  font-weight:bold;
	text-align:center;
  width:35%;
	border:1px solid #cbcbcb;
	transition:.2s ease-in;
  box-sizing:border-box;
}
.btn_search_favorite:before{
  content:"";
  width:19px;
  height:20px;
	background:url(../images/search/img2.png) no-repeat center -173px;
	background-size:205px 249px;
  display:inline-block;
  vertical-align:middle;
  margin:-2px 5px 0 0;
}
.btn_search_favorite_on{
	background-color:#fff7d8;
	border:1px solid #ffea94;
}
.btn_search_primary{
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	text-align:center;
  width:64%;
	background:#ff8f6d;
	border-radius:5px;
	position:relative;
}
.btn_search_primary:before{
  transform:rotate(45deg);
	position:absolute;
	top:50%;
	right:10px;
	width:10px;
	height:10px;
	margin-top:-6px;
	border-top:2px solid #fff;
  border-right:2px solid #fff;
	content:"";
}
.option2 .btn_search_primary{
  float:none;
  font-size:16px;
  width:100%;
	background:#3fc4e0;
}

/*------------------------------------------------------------
　オプション
-------------------------------------------------------------*/ 
.option1_wrap{
	background:#fffcad;
	border-top:1px solid #f9bb60;
	border-bottom:1px solid #f9bb60;
	padding:5px;
	box-sizing:border-box;
	margin-top:10px;
}
.option1{
	background:#fff;
	border-radius:5px;
	padding:5px;
}
.ttl_option_wrap{
	position:relative;
}
.ttl_option_wrap:before{
	content:"";
	width:0;
	height:0;
	border:2px solid transparent;
	border-top:2px solid #157485;
	border-right:2px solid #157485;
	position:absolute;
	bottom:-4px;
	left:-15px;
}
.ttl_option{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	padding-right:10px;
	position:relative;
}
.option1 .ttl_option{
	height:14px;
	line-height:14px;
	background:#f8b551;
	margin-left:-10px;
}
.option2 .ttl_option{
	height:20px;
	line-height:20px;
	background:#3fc4e0;
	margin-left:-15px;
}
.ttl_option:before{
	content:"";
	width:12px;
	height:10px;
	background:url(../images/search/img2.png) no-repeat;
	background-size:205px 249px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 5px 0 10px;
}
.ttl_option:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	top:0;
	right:0;
}
.option1 .ttl_option:after{
	border:7px solid transparent;
	border-right:5px solid #fff;
}
.option2 .ttl_option:after{
	border:10px solid transparent;
	border-right:5px solid #fff;
}
.pr{
	color:#fff;
	font-size:12px;
  background:#777;
  padding:0 5px;
	position:absolute;
	top:5px;
	right:10px;
}
.option2_name{
	margin:10px 0;
}
.item_option1{
	display:table;
}
.item_option1>*{
	display:table-cell;
	vertical-align:top;
}
.item_option1_r{
	width:100%;
	padding-left:10px;
	font-size:0;
}
.item_option1 a{
	color:#ff5f9a;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}

/*------------------------------------------------------------
　ページャー部分
-------------------------------------------------------------*/ 
#pager{
	text-align:center;
	background:#fffefa;
}
#count{
	color:#fff;
	text-align:center;
	background:#4c4c4c;
	border-radius:20px;
	display:inline-block;
	padding:8px 18px;
}
#btn_group{
	width:100%;
	display:table;
	border-collapse:separate;
	border-spacing:10px 20px;
}
#btn_group a{
	color:#a02200 !important;
	font-size:12px;
	height:48px;
	display:table-cell;
	background:#fff;
	border:2px solid #d8c8b8;
	border-radius:5px;
	vertical-align:bottom;
	position:relative;
	padding-bottom:5px;
}
#first{
	width:20%;
}
#prev,#next{
	width:40%;
}
#btn_group #next:before,#btn_group #prev:before,#btn_group #first:before{
	position:absolute;
	top:10px;
	left:50%;
	background-image:url(../images/common/pager-arrow.png);
	background-size:17px 48px;
	content:"";
}
#btn_group #next:before,#btn_group #prev:before{
	width:10px;
	height:16px;
	margin-left:-5px;
}
#btn_group #first:before{
	width:17px;
	height:16px;
	margin-left:-9px;
}
#btn_group #next:before{
	background-position: 0 -16px;
}
#btn_group #prev:before{
	background-position: 0 -32px;
}
.li_pager>*{
	display:inline-block;
}
.li_pager>*+*{
	margin-left:10px;
}
.li_pager a.item_pager{
	color:#5f99eb;
	text-decoration:underline;
}
/*------------------------------------------------------------
　スペシャルコンテンツ 共通
-------------------------------------------------------------*/ 
.interview,
.movie,
.naka{
	margin-bottom: 10px;
}
.ttl_sp{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:45px;
	line-height:45px;
}
.ttl_sp:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
	background-image:url(../images/search/img1.png);
	background-size:205px 162px;
}
.interview .ttl_sp{
	color:#ffa1a1;
	border-top:2px solid #ffa1a1;
	border-bottom:2px solid #ffa1a1;
}
.interview .ttl_sp:before{
	width:11px;
	height:18px;
	background-position:0 -112px;
}
.movie .ttl_sp{
	color:#cfa07b;
	border-top:2px solid #cfa07b;
	border-bottom:2px solid #cfa07b;
}
.movie .ttl_sp:before{
	width:16px;
	height:13px;
	background-position:-11px -112px;
}
.naka .ttl_sp{
	color:#dc9aea;
	border-top:2px solid #dc9aea;
	border-bottom:2px solid #dc9aea;
}
.naka .ttl_sp:before{
	width:15px;
	height:17px;
	background-position:-27px -112px;
}

ul[class^="li_sp_"]{
	padding:10px;
}
li[class^="item_sp_"]{
	border-radius:5px;
	padding:5px;
	position:relative;
}
li[class^="item_sp_"]+*{
	margin-top:10px;
}
.item_sp_interview{
	background:#ffe1e1;
	border:1px solid #ffa1a1;
}
.item_sp_movie{
	background:#ffeee1;
	border:1px solid #cfa07b;
}
.item_sp_naka{
	background:#fbe8ff;
	border:1px solid #dc9aea;
}
li[class^="item_sp_"]>*{
	width:100%;
	background:#fff;
	border-radius:5px;
	box-sizing:border-box;
}
li[class^="item_sp_"]>.sp1,
.item_sp_interview .sp2,
.item_sp_movie .sp2{
	display:table;
}
li[class^="item_sp_"]>.sp1>*,
.item_sp_interview .sp2>*,
.item_sp_movie .sp2>*{
	display:table-cell;
	vertical-align:middle;
}
a[class^="ttl_item_sp_"]{
	color:#5f99eb;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

/* interview */
.ttl_item_sp_interview{
	padding:5px 10px 5px 5px;
}
.item_sp_interview_pay{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	width:90px;
	background:#ff89ae;
	border-radius:0 5px 5px 0;
	position:relative;
	padding:5px;
}
.item_sp_interview_pay:before{
	content:"";
	width:0;
	height:0;
	border:25px solid transparent;
	border-right:10px solid #ff89ae;
	position:absolute;
	top:0;
	left:-35px;
}
/* movie */
.item_sp_movie .sp1{
	margin-top:15px;
}
.ttl_item_sp_movie{
	padding:10px 5px 5px;
}
/* naka */
.ttl_naka{
  padding: 5px;
}
.ttl_naka .img{
  width: 52px;
  height: 52px;
  overflow: hidden;
  display: block !important;
}
.ttl_naka .img+.ttl_item_sp_naka{
  padding-left: 10px;
}
.ttl_item_sp_naka{
	width:100%;
	padding:5px 5px 5px 0;
}
.item_sp_naka_txt{
	font-size:12px;
	border-bottom:1px dashed #d8d8d8;
	padding-bottom:5px;
	margin-bottom:5px;
}

.sp2{
	padding:5px 20px 5px 5px;
	margin-top:5px;
	position:relative;
}
li[class^="item_sp"] .arrow:before{
  transform:rotate(45deg);
	width:8px;
	height:8px;
	position:absolute;
	top:50%;
	right:8px;
	margin-top:-4px;
	border-top:2px solid #acacac;
  border-right:2px solid #acacac;
	content:"";
}
.sp2_data{
	width:100%;
}
.item_sp_interview .sp2_data,
.item_sp_movie .sp2_data{
	padding-left:10px;
}
.sp2_data_shop{
	color:#ff6686;
	font-size:12px;
	font-weight:bold;
}
.sp2_data_date{
	font-size:10px;
}
.sp2_data_tag{
	margin:0 0 0 -5px;
	font-size:0;
	line-height:15px;
}
.sp2_data_tag span{
	margin: 5px 0 0 5px;
}

/*------------------------------------------------------------
　movieカテゴリ
-------------------------------------------------------------*/ 
p[class^="category_"]{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	width:100px;
	height:22px;
	line-height:22px;
	padding:0 5px 0 10px;
	position:absolute;
	top:4px;
	left:-6px;
}
p[class^="category_"]:after{
	position:absolute;
	top:0;
	right:-6px;
	border-right: 6px solid transparent;
	content:"";
}
/* 待機室をご紹介 */
.category_1{
	background:#74d781;
}
.category_1:after{
	border: 11px solid #74d781;
}
/* アピールポイント */
.category_2{
	background:#56c2fe;
}
.category_2:after{
	border: 11px solid #56c2fe;
}
/* 女の子をご紹介 */
.category_3{
	background:#ff75da;
}
.category_3:after{
	border: 11px solid #ff75da;
}
/* スタッフをご紹介 */
.category_4{
	background:#c882fd;
}
.category_4:after{
	border: 11px solid #c882fd;
}
/* キャンペーン情報 */
.category_5{
	background:#ffa439;
}
.category_5:after{
	border: 11px solid #ffa439;
}
/* その他 */
.category_9{
	background:#92d9da;
}
.category_9:after{
	border: 11px solid #92d9da;
}
/* 時間 */
.item_sp_movie_img{
	position:relative;
}
.item_sp_movie_time{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	width:40px;
	height:20px;
	line-height:20px;
	background:rgba(0,0,0,.6);
	position:absolute;
	right:0;
	bottom:0;
}