@charset "utf-8";
/*
	SITE: サイトの名前
	url: サイトのURL

-----------------------------------------------------------

	Index
	1.common
	2.index
	3.page
	4.module

-----------------------------------------------------------


 1.format [
----------------------------------------------------------- */
/* フォーマット 再定義 */
/*div.format1 h2 {margin-bottom:16px; background:url(/images/bg_bar.png) no-repeat center center; line-height:40px; font-size:18px; font-weight: bold; color:#fff; padding: 0 12px;}*/
.ttl01 {
	height: 60px;
	margin: 0 -5px 16px;
	padding: 18px 24px;
	background: url(/images/bg_ttl01.png) center 0 no-repeat;
	color: #fff;
	font-family: YuMincho, "游明朝", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.ttl02 {
	margin: 0 0 12px;
	padding: 8px 10px;
	border-radius: 8px;
	background: url(/images/bg_ttl02.png) center 0 repeat;
	color: #9b8723;
	font-family: YuMincho, "游明朝", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(205, 205, 205, 0.75);
}

.ttl03 {
	height: 60px;
	margin: 0 -5px 16px;
	padding: 18px 24px;
	background: url(/images/bg_ttl03.png) center 0 no-repeat;
	color: #fff;
	font-family: YuMincho, "游明朝", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none) {
	.ttl01 {
		padding: 22px 24px 14px;
	}

	.ttl02 {
		padding: 12px 10px 4px;
	}
}

.btn01 {
	display: inline-block;
	padding: 4px 2em;
	transition: all .3s;
	border-radius: 2px;
	background-color: #ff6699;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn01:hover {
	background-color: #fff;
	color: #ff6699;
}

.btn02 {
	display: inline-block;
	padding: 4px 2em;
	transition: all .3s;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn02:hover {
	background-color: #fff;
	color: #333;
}

.table01 {
	border-collapse: collapse;
}

.table01 td {
	padding: 8px;
}

.table01 th {
	padding: 8px;
}

.table01 tr {
	border-bottom: #ccc 1px solid;
}

.table01 tr:last-child {
	border: none;
}

div.format1 h3 {
	padding-bottom: 0.3em;
}

div.format1 p {
	padding-bottom: 1em;
}

div.format1 .section {
	margin-bottom: 10px;
}

#box_contents .section {
	margin-bottom: 2.5em;
}

#box_side .section {
	margin-bottonm: 1em;
}

#box_side .section p {
	margin-bottom: 1em;
}

.lb-image {
	max-width: none;
}

.hidden {
	display: none;
}

.waku {
	/*border:1px solid #ccc ;*/
	padding: 16px;
	background: url(/images/bg.jpg) repeat;
	box-shadow: 0px 0px 5px rgba(100, 38, 42, 0.75);
}

.waku h2 {
	margin-bottom: 16px;
}

/*.contents_view .waku h2,
.waku h2.bar {margin-bottom:16px; background:url(/images/bg_bar.png) no-repeat center center; line-height:40px; font-size:18px; font-weight: bold; color:#fff; padding: 0 12px;}*/
.waku h3.title {
	height: 38px;
	margin-bottom: 8px;
	padding: 16px 0 0;
	background: url("/images/bg_sub_bar.png") center center no-repeat;
	color: #796b65;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

/*.waku h3 { font-size:14px; font-weight:bold; color:#a40035; background:url(/images/ico_yajirushi.gif) no-repeat left center; text-indent:20px; padding:3px 0; line-height:1;}*/
.waku p.time {
	margin-bottom: 1em;
	padding: 0 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	line-height: 14px;
	text-align: right;
}

.waku dt {
	padding-right: 20px;
	float: left;
}

.waku dd {
	margin-bottom: 1em;
	overflow: hidden;
	zoom: 1;
}

__.waku dd span.modified {
	display: block;
	margin-bottom: 0.5em;
	font-size: 15px;
	font-weight: bold;
}

.ex_box {
	width: 208px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	border: 1px solid #d1c0a6;
}

.ex_box .img {
	width: 208px;
	height: 156px;
	overflow: hidden;
}

.ex_box .img img {
	width: 104px;
}

.ex_box .name {
	color: #e50150;
}

.ex_box .spec {
	color: #6b401d;
}

.ex_box .txt {
	padding: 5px;
}

.ex_box .comment {
	height: 10em;
	overflow: hidden;
}

.ex_box .detail {
	padding: 5px 0;
	text-align: center;
}

.mybutton {
	display: inline-block;
	padding: 0px 24px;
	border: 1px solid #268a16;
	border-radius: 6px;
	background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
	background-color: #77d42a;
	color: #306108;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #aade7c;
	box-shadow: inset 0px 1px 0px 0px #caefab;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77d42a", endColorstr="#5cb811");
}

.mybutton:hover {
	background: -moz-linear-gradient(center top, #5cb811 5%, #77d42a 100%);
	background-color: #5cb811;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cb811", endColorstr="#77d42a");
}

.mybutton:active {
	position: relative;
	top: 1px;
}

.ex_box a:link {
	color: #306108;
}

.ex_box a:visited {
	color: #306108;
}

.ex_box a:active {
	color: #306108;
}

.ex_box a:hover {
	color: #306108;
}

.clearfix,
#catch ul {
	*zoom: 1;
}

.clearfix:before,
#catch ul:before,
.clearfix:after,
#catch ul:after {
	display: table;
	content: "";
}

.clearfix:after,
#catch ul:after {
	clear: both;
}

.paging {
	text-align: center;
}

.gray {
	color: #999999;
}

.blue {
	color: #005982;
}

.green {
	color: #00736d;
}

.pink {
	color: #e4007f;
}

.orange {
	color: #eb6100;
}

.pink {
	color: #e4007f;
}

.red {
	color: #e60012;
}

.brown {
	color: #a6937c;
}

.bg_black,
.rank.black {
	background-color: #000;
}

.bg_gray,
.rank.gray {
	background-color: #cccccc;
}

.bg_platinum,
.rank.platinum {
	background-color: #5a4941;
}

.bg_dgray {
	background-color: #666666;
}

.bg_gold,
.rank.gold {
	background-color: #a9a33a;
}

.bg_blue,
.bg_newface,
.rank.newface {
	background-color: #005982;
}

.bg_green,
.bg_regular,
.rank.regular {
	background-color: #00736d;
}

.bg_pink {
	background-color: #e4007f;
}

.bg_orange,
.rank.experience {
	background-color: #eb6100;
}

.bg_pink {
	background-color: #e4007f;
}

.bg_red {
	background-color: #e60012;
}

.bg_brown {
	background-color: #a6937c;
}

.topic_list .header {
	text-align: left;
}

.topic_list .update {
	float: right;
	font-size: 12px;
}

.topic_list .section {
	margin-bottom: 24px;
}

/*
 2.index [
----------------------------------------------------------- */
#main_img {
	width: 903px;
	height: 380px;
	margin: 0 auto 15px;
	padding: 15px 15px 8px 17px;
	background: url(/images/main_img_bg.jpg) no-repeat center top;
}

#main_img .strip_wrapper {
	position: absolute;
	top: 300px;
	left: 18px;
	width: 870px;
	height: 65px;
	margin-top: 5px;
	overflow: hidden;
}

#catch {
	width: 926px;
	height: 250px;
	margin-bottom: 5px;
	padding: 78px 17px 15px;
	background: url(/images/bg_top_pickup.png) 0 0 no-repeat;
}

#catch div.left {
	float: left;
	cursor: pointer;
}

#catch div.right {
	float: right;
	cursor: pointer;
}

#catch .items {
	width: 850px;
	height: 240px;
	padding-left: 15px;
	float: left;
}

#catch ul {
	padding-left: 4px;
}

#catch li {
	width: 120px;
	height: 240px;
	float: left;
	font-size: 12px;
	line-height: 1.2;
	list-style-type: none;
}

#catch .name {
	display: block;
	color: #a40035;
	white-space: nowrap;
}

#catch .name .s {
	font-size: 12px;
}

#catch .prof {
	color: #6a3906;
}

#catch .rank {
	display: block;
	margin: 3px 0;
}

.waku_wrap.section {
	margin-bottom: 0;
}

.waku_wrap a {
	color: #6a3906;
	text-decoration: none;
}

.waku_wrap dt {
	float: left;
	background: url(/images/ico_yajirushi_b.gif) no-repeat left center;
	text-indent: 20px;
}

.waku_wrap dd {
	padding: 0 0 0 0;
	color: #2489ce;
	cursor: pointer;
}

.waku_wrap .close_section {
	margin: 20px 0;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	text-align: right;
}

.waku_wrap .close_section a {
	margin-left: 20px;
}

.waku_wrap {
	width: 670px;
	margin-bottom: 30px !important;
	padding: 46px 0 0;
	background: url(/images/bg_topics.png) 0 0 no-repeat;
}

.waku_wrap .top_waku {
	padding: 0 14px;
	background: url(/images/bg_topics_main.png) 0 0 repeat-y;
}

.waku_wrap .top_waku h3 {
	margin-bottom: 10px;
	text-align: center;
}

.waku_wrap .top_waku .more {
	text-align: right;
}

.waku_wrap .footer {
	height: 35px;
	background: url(/images/bg_topics_footer.png) 0 bottom no-repeat;
}

.waku_wrap .casts_list {
	padding: 0;
	background: none;
}

.casts_list {
	margin-left: -10px;
}

.casts_list .casts_box {
	position: relative;
	width: 226px;
	height: 245px;
	margin: 0 0 24px 8px;
	padding: 8px;
	float: left;
	background: url("../images/bg_casts.png") no-repeat;
	background-size: contain;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.casts_list.list3 .casts_box {
	width: 212px;
	margin: 0 0 24px 4px;
	padding: 8px 2px;
	font-size: 12px;
	line-height: 1.3;
}

.casts_list .casts_box a {
	display: block;
	position: relative;
	color: #80674c;
	text-decoration: none;
}

.casts_list .casts_box .image {
	display: block;
	width: 210px;
	height: 134px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/*.casts_list .casts_box p { margin:0; text-align:center; font-size:10px; color:#6a3906; line-height:1;padding:0 0 5px 0; }
.casts_list .casts_box p.txt { text-align:left; padding:2px 0 5px 5px;}
.casts_list .casts_box p.txt span a { display:block; font-size:12px; color:#00479d; text-decoration:none;}
.casts_list .casts_box p.txt span a:hover { text-decoration:underline;}
.casts_list .casts_box p.nf { height:15px;}
.casts_list .casts_box p.bg_white { background:#fff; margin:0 5px 0; padding:1px 0; font-size:12px;}*/
.casts_list span.rank {
	display: block;
	margin-bottom: 4px;
}

.casts_list span.prof {
	display: block;
}

.casts_list span.name {
	display: block;
	margin-bottom: 4px;
}

.casts_list span.vote {
	position: absolute;
	top: 0;
	left: 6px;
}

.casts_list span.worktime {
	display: block;
}

.casts_list span.waittime {
	display: block;
}

.casts_list .ranking_1 {
	color: #ffd700;
}

.casts_list .ranking_2 {
	color: #c0c0c0;
}

.casts_list .ranking_3 {
	color: #c47222;
}

.casts_list .light {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/images/light.png) 0px 0 no-repeat;
}

.movie_list .casts_box {
	width: 325px;
	height: 280px;
}

.movie_list .casts_waku {
	width: 325px;
	height: 280px;
}

.waittime_list {
	margin-bottom: 36px;
}

.waittime_list .casts_box {
	/* height:340px; */
}

.waittime_list .casts_waku {
	height: 340px;
}

.tab-content dl {
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

/*
 3.page [
----------------------------------------------------------- */
/* キャスト */
#cast p.back_next {
	margin-top: -56px;
	padding: 0;
	text-align: right;
}

#cast h3 {
	margin-bottom: 0.5em;
	border-bottom: 2px solid #e3d9c9;
}

#cast_box_1 {
	margin: 2em 0 1em 0;
	padding: 20px 0 0 0;
	border: 1px solid #ccc;
}

#cast .box_l {
	width: 295px;
	padding: 0 14px 0 9px;
	float: left;
}

#cast .box_r {
	width: 594px;
	padding: 0 12px 0 0;
	float: right;
}

#cast .check_point {
	padding: 0 12px 0 9px;
	clear: both;
}

table.cast_name td {
	padding: 3px 0 3px;
	color: #a40035;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

table.cast_name tr.underline td {
	border-bottom: 2px solid #e3d9c9;
}

table.cast_today {
	margin: 10px 0 1em 0;
	text-align: center;
}

dl.cast_faq {
	margin-bottom: 0.8em;
}

dl.cast_faq dt {
	padding: 3px 0 2px 5px;
	background: #e7e7e7;
}

dl.cast_faq dd {
	padding: 3px 0 5px 5px;
	color: #e5004f;
}

ul.cast_option {
	margin-bottom: 1em;
}

ul.cast_option li {
	width: 73px;
	height: 16px;
	float: left;
	background: url(/images/cast_option_bg.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-shadow: 1px 1px 2px #666;
	overflow: hidden;
}

dl.massage {
	margin-bottom: 1em;
}

dl.massage dt {
	float: left;
}

dl.massage dd {
	width: 120px;
	height: 20px;
	float: right;
}

dd.lv_0 {
	background: url(/images/level.gif) 0 220px;
}

dd.lv_1 {
	background: url(/images/level.gif) 0 200px;
}

dd.lv_2 {
	background: url(/images/level.gif) 0 180px;
}

dd.lv_3 {
	background: url(/images/level.gif) 0 160px;
}

dd.lv_4 {
	background: url(/images/level.gif) 0 140px;
}

dd.lv_5 {
	background: url(/images/level.gif) 0 120px;
}

dd.lv_6 {
	background: url(/images/level.gif) 0 100px;
}

dd.lv_7 {
	background: url(/images/level.gif) 0 80px;
}

dd.lv_8 {
	background: url(/images/level.gif) 0 60px;
}

dd.lv_9 {
	background: url(/images/level.gif) 0 40px;
}

dd.lv_10 {
	background: url(/images/level.gif) 0 20px;
}

/* 待ち時間 */
.casts_waittime h2.bar .time {
	float: right;
	font-size: 12px;
}

#cast div.wrap {
	margin-bottom: 6px;
	border: 1px solid #d3cdc3;
}

#cast .cast_photo {
	width: 352px;
	float: left;
}

#cast .cast_photo .photo_bt li {
	float: left;
}

#cast .cast_media {
	width: 236px;
	float: right;
}

#cast #screen {
	padding: 6px 0 0 0;
}

#cast .cast_diary {
	margin-bottom: 8px;
	border: 1px solid #dacdb7;
}

#cast_box_2 {
	margin: 0 0 1em 0;
	padding: 10px 0 12px 0;
	border: 1px solid #ccc;
}

#cast_box_2 .visitor_review {
	height: 390px;
	padding: 0 1em 0 1em;
	border: 1px solid #ccc;
	overflow: auto;
}

.visitor_review .visitor_box {
	margin-bottom: 1em;
	border-bottom: 2px solid #e3d9c9;
}

p.visitor_data {
	color: #00479d;
	text-align: right;
}

#contact {
	position: relative;
	width: 926px;
	height: 214px;
	margin: 80px 0;
	background: url(/images/contact_bg.jpg) no-repeat center center;
}

#contact p.bt {
	position: absolute;
	top: 81px;
	left: 321px;
}

/* review */
#review div.waku {
	margin-bottom: 18px;
}

#review div.visitor {
	margin-bottom: 1em;
	border-bottom: 2px solid #e3d9c9;
	color: #00479d;
	text-align: right;
}

#review div.photo {
	padding: 0 18px 18px 0;
	float: left;
}

/* グループ会社リスト */
#load_photobbs {
	text-align: center;
}

#load_photobbs .fa {
	margin: 24px 0;
}

#top_syame {
	margin-bottom: 24px;
}

#top_syame .syame_wrapp {
	height: 340px;
	margin: 0 -6px;
	overflow: auto;
}

#top_syame li {
	width: 33%;
	margin-bottom: 24px;
	float: left;
	text-align: center;
}

#top_syame li .name {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
	color: #9b8723;
	font-family: YuMincho, "游明朝", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#top_syame li .age {
	font-size: 11px;
}

.casts ul:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}

* html .casts ul {
	height: 1%;
}

* + html .casts ul {
	height: 1%;
}

.casts li {
	position: relative;
	width: 220px;
	margin: 0 0 20px 13px;
	float: left;
	box-shadow: 0 0 3px rgba(155, 135, 35, 0.75);
}

.casts li:nth-child(4n+1) {
	margin-left: 0;
	clear: both;
}

.casts li a {
	display: block;
	background-color: #fff;
}

.casts li .newface {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}

.casts li .is_3p {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 2px 5px;
	border-radius: 4px;
	background-color: #fff;
	color: #9b8723;
	z-index: 2;
}

.casts li .status {
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 2px 5px;
	border-radius: 4px;
	background-color: #fff;
	color: #fd0000;
	z-index: 2;
}

.casts li .img {
	display: block;
	position: relative;
	overflow: hidden;
}

.casts li .img_pic {
	transition: all 0.3s;
}

.casts li a:hover .img_pic {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.casts li .ranking {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 2;
}

.casts li .rank {
	display: block;
	height: 22px;
	padding: 0 10px;
	color: white;
}

.casts li .rank .price {
	float: right;
}

.casts li .name {
	display: block;
	padding: 0 10px;
	color: #9b8723;
	font-family: YuMincho, "游明朝", serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.casts li .age {
	font-size: 11px;
}

.casts li .spec {
	display: block;
	padding: 0 10px;
	color: #9b8723;
	font-size: 11px;
	text-align: center;
}

.casts li .worktime {
	display: block;
	color: #9b8723;
	text-align: center;
}

/*
 4.module [
----------------------------------------------------------- */
/* font */
.caution,
.error-message,
.success {
	color: #f00;
}

.bold {
	font-weight: bold;
}

.indent {
	margin-left: 1em;
	text-indent: -1em;
}

.site-color {
	color: #7f2d00;
}

.site-bold {
	color: #7f2d00;
	font-weight: bold;
}

.mb1 {
	margin-bottom: 18px;
}

.mb2 {
	margin-bottom: 36px;
}

.m_clear {
	margin: 0 !important;
}

.p_clear {
	padding: 0 !important;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

hr.hid_line {
	clear: both;
	visibility: hidden;
}

.line_up {
	line-height: 2.8;
}

.line_up * {
	line-height: 2.8;
}

.line_down {
	line-height: 1.3;
}

.line_down * {
	line-height: 1.3;
}

.small {
	font-size: 10px;
}

.large {
	font-size: 14px;
}

.xlarge {
	font-size: 16px;
}

.xxlarge {
	font-size: 18px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

div.format1 h2 span.time {
	float: right;
	font-size: 12px;
}

/* block */
.box_contact {
	padding: 36px 0 18px;
	clear: both;
	text-align: center;
}

/* contact */
input,
textarea,
select {
	margin: 1px 0;
	padding: 2px 0;
	border: 1px solid #7f9db9;
}

/* item */
div.item .image {
	padding-right: 1em;
	float: left;
}

div.item .left {
	padding-right: 1em;
	float: left;
	text-align: inherit !important;
}

div.item .right {
	padding-left: 1em;
	float: right;
	text-align: inherit !important;
}

div.item div.text {
	overflow: hidden;
	zoom: 1;
}

.item:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .item {
	height: 1%;
}

* + html .item {
	height: 1%;
}

/* End hide from IE-mac */
/* googlemap 
#map #siteNotice { font-weight:bold; font-size:123%;}
#map {
line-height:1.4;
}
#map p { padding-bottom:0;}
#map a:link { color:#4272DB; text-decoration:none;}
#map a:visited { color:#4272DB; text-decoration:none;}
#map a:active{ color:#4272DB; text-decoration:none;}
#map a:hover { color:#4272DB; text-decoration:underline;}
*/
.links_list li {
	display: inline-block;
	margin: 4px;
}
