@charset "shift_jis";
/* CSS Document */

/* reset */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
ul,ol {
	list-style-type: none;
}
fieldset {
	border: 0;
}
img {
	border: 0;
	height: auto;
	vertical-align: bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* common */
body {
	-webkit-text-size-adjust: none;
	color: #140805;
	font-size: 14px;
	line-height: 1.2em;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	background-color: #fcfcfc;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
small {
	font-size: 1em;
}
article{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
section {
	display: block;
	padding: 5px;
	overflow: hidden;
	float: left;
	width: 98%;
	z-index: -10;
}
/* header */
header {
	width: 100%;
	height: 82px;
	background-color: #fff;
	background: url("/com/temp2/img/sp/header_bg.png") repeat-x;
	z-index: 9999;
	float: left;
}
/*pc*/
@media screen and (min-width:1024px){
	body{
		width: 320px;
	}
	header.stuck{
		width: 320px;
		margin-top: 0px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}
/*sp*/
@media screen and (max-width:1024px){
	header.stuck{
		width: 100%;
		margin-top: 0px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}
header h1 {
	width: 100%;
	height: 20px;
	background: #436e52 url("/com/temp2/img/index/tit_bg.jpg") repeat-x;
	display: block;
	float: left;
	
	line-height: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}
header .logo {
	width: 50%;
	float: left;
}
header ul {
	width: 50%;
	display: block;
	float: right;
}
header li a {
	width: 46%;
	min-height: 53px;
	padding-right: 3px;
	display: block;
	float: left;
}
/* footer */
footer {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}
.footer_bnr {
	padding: 10px;
	overflow: hidden;
	/*background: url("/com/temp2/img/sp/sp_bg.jpg") repeat;*/
	border-bottom: solid 1px #81725f;
}
.rec_bnr {
	padding: 1%;
	width: 48%;
	float: left;
	display: block;
	text-align: center;
}
.group_bnr {
	padding: 1%;
	width: 98%;
	float: left;
	display: block;
	text-align: center;
}
.footer_bnr img {
	width: 100%;
	height: auto;
}
footer .copy {
	width: 100%;
	font-size: 70%;
	color: #fff;
	text-shadow: 1px -1px 1px rgba( 77, 67, 55, 1);
	text-align: center;
	
	background: #81725f;
	border-top: solid 1px #fff;
	overflow: hidden;
}
/* page_top */
#pagetop_btn {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
#pagetop_btn a {
	text-align: center;
	display: block;
	padding: 2px;
	color: #fff;

	background: #f85bb0;
	-webkit-border-radius: 22px;
	border-radius: 22px;
}
/* nav */
#top_nav,
#bottom_nav {
	float: left;
	width: 100%;
}
#top_nav ul,
#bottom_nav ul {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-left: solid 1px #81725f;
	border-top: solid 1px #81725f;
}
#top_nav li,
#bottom_nav li {
	display: block;
	width:25%;
	float: left;
	box-sizing: border-box;
	border-right: solid 1px #81725f;
	border-bottom: solid 1px #81725f;
}
#top_nav {
	position: relative;
}
#top_nav ul li a {
	z-index: 100;
}
/* title */
.more {
	position: relative;
}
h2 {
	height: 40px;
	color: #fff;
	text-shadow: 1px -1px 1px rgba( 43, 30, 24, 1);
	font-size: 12px;
	line-height: 40px;
	
	background: #3d2922 url("/com/temp2/img/h2_bg.jpg") no-repeat;
	position: relative;
}
h2:before {
	content: url("/com/temp2/img/circle.png");
	position: absolute;
	top: 7px;
	left: 4px;
}
h2 span {
	font-size: 12px;
	padding-left: 32px;
	font-family: 'Open Sans Condensed', sans-serif;
}
h2 span:after {
	content: "|";
	padding: 0 5px;
}
p.more_btn {
	position: absolute;
	top: 10px;
	right: 5px;
}
p.more_btn a {
	width: 70px;
	height: 21px;
	text-indent: -9999px;
	display: block;
	background: url("/com/temp2/img/more01.png");
	background-size: cover;
}
h3 {
	padding: 3px 5px;
	display: block;
	color: #f85bb0;
	font-size: 18px;
	border-left: 3px solid #f85bb0;
}
h4 {
	padding: 3px 5px;
	display: block;
	color: #f85bb0;
	font-size: 16px;
}
/* girls list */
li.cast  {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	border: solid 1px #cab486;
	background: #fff url("/com/temp2/img/sp/corner.png") no-repeat right bottom;
	
	margin: 2px 0;
	box-shadow: 1px 1px 1px #ccc;
	box-sizing: border-box;
}
li.name {
	display: block;
	float: left;
	width: 100%;
	color: #e1273e;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}
li.size {
	display: block;
	float: left;
	width: 100%;
	color: #81725f;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}
li.comment {
	display: block;
	float: left;
	width: 100%;
	color: #f85bb0;
	font-size: 16px;
	padding-bottom: 3px;
	font-weight: normal;
}
li.time {
	display: block;
	float: left;
	width: 100%;
	background: #81725f;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	padding: 4px 0;
	text-align: center;
}
li.type_icon {
	display: block;
	float: left;
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
.thumb {
	display: block;
	float: left;
	width: 35%;
	padding: 3px;
}
/* top_news */
#top_news .top_news_img {
	float: left;
	width: 20%;
	overflow: hidden;
}
#top_news div.news {
	overflow: hidden;
	float: left;
	width: 100%;
	padding-top: 5px;
}
#top_news div.news > a {
	display: block;
	overflow: hidden;
	color: #140805;
}
#top_news .top_news_date {
	float: left;
	width: 75%;
	overflow: hidden;
	display: block;
	color: #fff;
	background: #f85bb0;
	margin: 0 0 5px;
	padding: 3px;
}
#top_news .top_news_comment {
	float: left;
	width: 75%;
	overflow: hidden;
	display: block;
	text-decoration: underline;
	font-size: 16px;
}
/* topics */
.topics_body {
	clear: both;
	height: auto;
	overflow: hidden;
}
.topics_list li {
	height: 33px;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
.topics_list li span {
	color:#e1273e;
}
.topics_list li a {
	color: #140805;
	text-decoration: underline;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
	/* showmore */
.showmore_content {
	position: relative;
	overflow: hidden;
}
.showmore_trigger {
	margin: 10px auto 0;
	width: 80%;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	background: #dad5cf;
}
.showmore_trigger span {
	display: block;
	text-indent: -9999px;
}
.showmore_trigger span.more {
	background:url("/com/temp2/img/sp/b_arrow_down.png") no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}
.showmore_trigger span.less {
	background:url("/com/temp2/img/sp/b_arrow_up.png") no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}
/* top_schedule */
.top_sch_date {
	line-height: 30px;
	text-align: center;
}
.top_sch_date p {
	background-image: url("/com/temp2/img/sp/schedule_icon.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 20% 40%;
}
ul.top_schedule_tab {
	display: block;
	width: 100%;
	float: left;
	padding-top: 5px;
	overflow: hidden;
}
ul.top_schedule_tab li {
	box-sizing: border-box;
	width: 50%;
	height: 46px;
	float: left;
	overflow: hidden;
}
ul.top_schedule_tab li a {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	display: block;
	padding: 6px 0;
	
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(90,77,60,0.5),2px 1px 0px rgba(152,230,34,0);
	
	-moz-box-shadow: 0px 0px 3px rgba(90,77,60,0.5),inset 0px 0px 3px rgba(255,240,196,.3);
	-webkit-box-shadow: 0px 0px 3px rgba(90,77,60,0.5),inset 0px 0px 3px rgba(255,240,196,.3);
	box-shadow: 0px 0px 3px rgba(90,77,60,0.5),inset 0px 0px 3px rgba(255,240,196,.3);
	background: -moz-linear-gradient(top,#9c8f7d 0%,#635441);
	background: -webkit-gradient(linear, left top, left bottom, from(#9c8f7d),to(#635441));
	
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border: 1px solid #90816f;
}
ul.top_schedule_tab li:not(.active) a {
	opacity: 0.6;
	filter: alpha(opacity=60);
	ms-filter: "alpha(opacity=60)";
}
ul.top_schedule_early,
ul.top_schedule_late {
	display: block;
	float: left;
	width: 100%;
}
ul.top_schedule_data {
	width: 60%;
	padding: 10px 0 0 3px;
	display: block;
	float: left;
}
/* event */
#flickscroll {
	float: left;
	width: 300px;
	height: 125px;
	overflow: hidden;
	position: relative;
	
	padding: 3px 5px;
	text-align: center;
}
#flickscroll ul {
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 0;
}
#flickscroll ul li {
	display: inline;
	overflow: hidden;
	float: left;
	width: 300px;
	height: 125px;
}
#flickthumb {
	float: left;
	padding: 3px 5px;
	width: 300px;
}
#flickthumb ul {
	float: left;
}
#flickthumb ul li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
/* newface */
.newface_list .entry_date {
	background: #81725f;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 14px;
}
.newface_list .thumb {
	padding: 1%;
}
li.cast .newface_data {
	background-image: url("/com/temp2/img/sp/newface_bg.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50px auto;

	display: block;
	float: left;
	width: 63%;
	height: 73px;
	padding-top: 10px;
}
.newface_data li {
	width: 98%;
}
.newface_data li.time {
	background: #f85bb0;
}
/* cast_profile */
#cast_profile {
	margin-top: -82px;
	padding-top: 87px;
	z-index: 1;
}
#cast_profile .cast_data {
	width: 100%;
	float: left;
	text-align: center;
	height: auto;
}
#cast_profile .cast_data .name {
	font-size: 20px;
	font-weight: bold;
	color: #e1273e;
	padding-bottom: 3px;
	padding-top: 3px;
}
#cast_profile .cast_data .name span.age {
	font-size: 18px;
}
#cast_profile .cast_data .size {
	color: #e1273e;
	padding-bottom: 3px;	
}
#cast_profile .cast_data .sc_today {
	font-weight: bold;
	padding-bottom: 3px;
}
#cast_profile .cast_data .icons {
	height: 28px;
	width: 162px !important;
	line-height: 25px;
	margin: 0 auto;
	overflow: hidden;
}
#cast_profile .cast_data .icons img {
	padding: 0 1px 3px;
}
.cast_pics {
	float: left;
	overflow: hidden;
	width:100%;
}
.cast_pics .slider {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;	
	position: relative;
}
.cast_pics .bxslider {
	z-index: 0;
}
.cast_pics .bxslider li {
	width: 100%;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}
.cast_pics .bxslider li img {
	width: 100%;
	height: auto;
}
.cast_pics .bx-pager {
	margin: 5px auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.cast_pics .bx-pager a img {
	width: 20%;
	height: auto;
	float: left;
	cursor: pointer;
	display: inline;
}
.diary_button {
	width: 100%;
	text-align: center;
    margin: 5px auto;
}
#cast_profile .movie {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cast_profile .movie img {
	display: block;
	float: left;
	width: 40%;
}
#cast_profile .cast_schedule {
	float: left;
	width: 100%;
	padding: 5px 0;
}
#cast_profile .cast_schedule .title {
	display: block;
	text-align: center;
	padding: 2px;
	background: #81725f;
	color: #fff;
	margin-bottom: 5px;
}
#cast_profile .cast_schedule table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 75%;
	line-height: 1.3;
}
#cast_profile .cast_schedule table td {
	word-break: break-all;
	width: 14%;
	border: 1px solid #716a61;
}
#cast_profile .cast_detail {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
#cast_profile .cast_detail dt {
	display: block;
	width: 35%;
	float: left;
	height: 35px;
	background: #dedbd8;
	border-top: 1px solid #716a61;
	border-left: 1px solid #716a61;
}
#cast_profile .cast_detail dd {
	display: block;
	width: 64%;
	float: left;
	height: 35px;
	border-top: 1px solid #716a61;
	border-left: 1px solid #716a61;
	border-right: 1px solid #716a61;
}
/* recommendation */
.recommend_casts {
	display: block;
	float: left;
	width: 100%;
}
.recommend_casts_data {
	display: block;
	float: left;
	width: 60%;
	padding-left: 3px;
	padding-top: 10px;
}
.recommend_casts_data .name {
	display: block;
	float: left;
	width: 100%;
	color: #e1273e;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 3px;
}
.recommend_casts_data .size {
	display: block;
	float: left;
	width: 100%;
	color: #81725f;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}
.recommend_casts_data .time {
	display: block;
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	padding-bottom: 3px;
	font-weight: bold;
}
.recommend_casts_data .comment {
	display: block;
	float: left;
	width: 100%;
	color: #228c40;
	font-size: 16px;
	padding-bottom: 3px;
	font-weight: normal;
}
/* castlist */
#castlist .castlist{
	display: block;
	float: left;
	width: 100%;
}
#castlist .castlist .cast_data {
	display: block;
	float: left;
	width: 60%;
	padding-left: 3px;
	padding-top: 10px;
}
/* cast_search */
.search_form {
	background: transparent;
	padding: 5px 10px;
	overflow: hidden;
}
input.castname {
	width: 96%;
}
.search_form dl {
	overflow: hidden;
	clear: both;
	padding: 2px 0;
}
.search_form dt {
	display: block;
	width: 33%;
	float: left;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: -0.04em;
}
.search_form dt span {
	font-size: 10px;
}
.search_form dd {
	display: block;
	width: 65%;
	float: left;
	font-size: 16px;
}
.search_form p {
	font-size: 12px;
	padding: 5px 0;
}
.search_form p.search_title {
	color: #f85bb0;
	display: block;
	font-size: 14px;
	width: 97%;
	padding: 3px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}
.search_form p input[type=checkbox] {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.search_form p label {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
}
.submit_btn {
	text-align:center;
	margin-bottom: 10px;
}
.submit_btn input {
	width: 110px;
	height: 28px;
	margin: 5px 1px;
	border: solid 1px #888;
	border-radius: 3px;
	color: #342f2c;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 1);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5')";
	background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: linear-gradient(top, #ffffff, #d5d5d5);
}
.result {
	font-size: 14px;
	padding: 6px 0 3px;
	text-align: center;
}
.trigger {
	display: block;
	width: 300px;
	height: 30px;
	margin: 10px auto 0;
	text-indent: -9999px;
	background: url("/com/temp2/img/sp/search_form_off.png") no-repeat;
	background-size: 100% 100%;
}
.trigger.active {
	background: url("/com/temp2/img/sp/search_form_on.png") no-repeat;
	background-size: 100% 100%;
}
/* schedule */
#schedule .schedule_select {
	text-align: center;
	padding: 4px;
}
/* access */
#access .map {
	width: 100%;
	padding: 5px 0;
	display: block;
	float: left;
	overflow: hidden;
	clear: both;
	
	color: #000;
	font-size: 16px;
	text-align: center;
}
#access .map p img{
	padding-bottom: 5px;
}
.gmap_button {
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
.gmap_button a {
	box-sizing: border-box;
	width: 90%;
	margin: 5px auto;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #332c2c;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #d0c0a4;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ede9ce), color-stop(1, #bda57c));
	background: -moz-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -webkit-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -o-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -ms-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: linear-gradient(to bottom, #ede9ce 5%, #bda57c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede9ce', endColorstr='#bda57c',GradientType=0);
	background-color: #ede9ce;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #8d6d43;
	cursor: pointer;
}
#access .guide_box ul {
	display: block;
	float: left;
	overflow: hidden;
	clear: both;
}
#access .guide_box ul li {
	display: block;
	padding: 3px 0 6px;
	width: 98%;
}
/* system */
#warn_title {
	display: block;
	text-align: center;
	color: #e1273e;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #7d6f66;
}
#system #slide {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#system #slide h3 {
	display: block;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	color: #e1273e !important;
	border: none;
}
#system #slide ul {
	list-style-type: circle;
	overflow: hidden;
	border-bottom: 1px dashed #7d6f66;
}
#system #slide ul li {
	padding-left: 15px;
	padding-bottom: 2px;
}
#system > div {
	padding-bottom: 10px;
}
#system .reserve p {
	padding: 3px;
}
#system .reserve p:before {
	content: "¦";
}
#system .shop a {
	color: #FE638D;	
}
/* event */
#event div {
	padding-bottom: 5px;
}
#event div.event_entry {
	padding: 5px;
	border-bottom: dotted 1px #999;
}
#event div.event_entry h3 {
	background: #827360;
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 5px;
}
#event div.event_entry .event_text {
	padding-top: 5px;
	line-height: 1.4em !important;
	font-size: 16px;
}
#event div.event_entry .event_text font {
	font-size: 16px !important;
}
/* mailmag */
#mailmag > div {
	padding-bottom: 5px;
}
#mailmag .info {
	padding-top: 3px;
	font-size: 12px;
}
#mailmag .shop a {
	color: #FE638D;	
}
#mailmag .send_button {
	margin: 5px 0;
}
#mailmag .send_button a {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 8px 0;
	color: #332c2c;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #d0c0a4;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ede9ce), color-stop(1, #bda57c));
	background: -moz-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -webkit-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -o-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -ms-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: linear-gradient(to bottom, #ede9ce 5%, #bda57c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede9ce', endColorstr='#bda57c',GradientType=0);
	background-color: #ede9ce;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #8d6d43;
	cursor: pointer;
}
#mailmag .info a {
	color: #140805;
	text-decoration: underline;
	font-size: 12px;
}
/* news */
#news p.date {
	padding: 3px 0;
	font-size: 12px;
	color: #81725f;
	font-weight: bold;
}
#news div {
	padding-bottom: 5px;
}
/* link */
.group_link {
	padding-top : 3px;
}
.group_link ul li {
	padding: 10px 0;
	border-bottom: solid 1px #777;
}
.link_txt_01 {
	font-size: 12px;
	color: #140805;
}
.link_txt_01 span {
	font-size: 14px;
	color: #e1273e;
}
.link_txt_02 {
	color: #81725f;
}
/* tel */
#tel {
	margin-top: -82px;
	padding-top: 87px;
}
#telephone {
	text-align: center;
	line-height: 1.5;
	padding: 20px 0;
}
#telephone a.tel_btn {
	text-align: center;
	display: inline-block;
	background: -moz-linear-gradient(top,#9c8f7d 0%,#635441);
	background: -webkit-gradient(linear, left top, left bottom, from(#9c8f7d),to(#635441));
	width: 70%;

	color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #90816f;
	
	-moz-box-shadow: 0px 0px 5px rgba(90,77,60,0.5),inset 0px 0px 8px rgba(255,240,196,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(90,77,60,0.5),inset 0px 0px 8px rgba(255,240,196,.3);
	text-shadow: 1px 1px 3px rgba(90,77,60,0.5),2px 1px 0px rgba(152,230,34,0);
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
#telephone a.tel_num_btn {
	color: #f85bb0;
	font-size: 18px;
	font-weight: bold;
}
#telephone p.tel_txt_01 {
	font-size: 12px;
	line-height: 1.2;
}
/* ranking */
#ranking {
	margin-top: -82px;
	padding-top: 87px;
}
#ranking ul.ranking_data{
	display: block;
	float: left;
	width: 60%;
	padding-left: 3px;
	padding-top: 10px;
}
#ranking ul.ranking_data li.rank {
	display: block;
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
#ranking div.ranking_select {
	text-align: center;
	padding: 4px;	
}
/* gravure */
/*
section#gravure {
	margin-top: -82px;
	padding-top: 82px;
}
section#gravure div.gravure_list {
	overflow: hidden;
}
section#gravure div.gravure_list ul {
	overflow: hidden;
	background-color: #fffaf2;
}
section#gravure div.gravure_list li {
	width: 33%;
	height: auto;
	float: left;
}
section#gravure div.gravure_list li p {
	width: 100%;
	text-align: center;
}
section#gravure div.gravure_list li p img {
	width: 96%;
	height: auto;	
}
section#gravure div.gravure_list li:first-child {
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}
section#gravure div.gravure_main p img {
	width: 100%;
	height: auto;
}
section#gravure div.gravure_list div.caption {
	height: 70px;
	color: #808080;
}
section#gravure div.gravure_list div.caption a {
	color: #808080;
	padding: 7px 0;
}
section#gravure div.gravure_list p.girls_info {
	color: #d57c97;
}
section#gravure div.gravure_main a {
	display: block;
	width: 50%;
	float: right;
	padding: 10px 0;
}
*/




/* share_icon (footer) */
footer .share_btn{
	width:100%;
	text-align:center;
	margin-top:12px;
}
.share_btn img{
	padding:1%;
}


/* LINE */
article section#sp_line{
	text-align:center;
}
#sp_line .sp_line_bnr{
	padding-bottom:10px;
}
.sp_line_bnr h2{
	text-align:left;
	margin-bottom:10px;
}

#sp_line .sp_line_cont{
	padding-bottom:5px;
}


/* iphone form_bugfix */
.schedule_select select{
	font-size:16px;
}
section#ranking select{
	font-size:16px;
	width:100%;
	height:28px;
	transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
section#cast_search select{
	font-size:16px;
}
section#cast_search input{
	font-size:16px;
}



/* new_face */
li.cast .newface_data {
	width: 63% !important;
	padding: 10px 0 0 !important;
}
#top_newface {padding-bottom: 35px;}
li.cast.slick-slide {
	margin: 0;
	padding: 3px 0 0 !important;
	box-shadow: none;
	background: #fff;
}
li.cast.slick-slide .thumb {
	width: 100%;
}
li.cast.slick-slide .newface_data {
	width: 100% !important;;
}
li.cast.slick-slide .newface_data li {
	width: 98%;
	padding: 0 1%;
}
li.cast.slick-slide .type_icon img {display: inline !important;}
li.cast.slick-slide .entry_date {font-size:14px;}
li.cast.slick-slide li.name {font-size:16px;}
li.cast.slick-slide li.size,
li.cast.slick-slide li.comment {
	font-size:12px;
	height: 16px;
	overflow: hidden;
}
li.cast.slick-slide p.time {
	width: 94%;
	padding: 1% 3%;
	margin: 0;
}
/* 180709_recommend¨tel_button */
section#tel_area h4{
	background-color: #f85bb0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 4% 0 3%;
	margin-bottom: 10px;
}
section#tel_area p.tel_area_txt{
	text-align: center;
	margin-bottom: 10px;
}
section#tel_area .tel_button{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
section#tel_area .tel_button a{
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 20px;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #332c2c;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #d0c0a4;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ede9ce), color-stop(1, #bda57c));
	background: -moz-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -webkit-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -o-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: -ms-linear-gradient(top, #ede9ce 5%, #bda57c 100%);
	background: linear-gradient(to bottom, #ede9ce 5%, #bda57c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ede9ce', endColorstr='#bda57c',GradientType=0);
	background-color: #ede9ce;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #8d6d43;
	cursor: pointer;
}
section#tel_area .page_button{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
section#tel_area .page_button a{
	box-sizing: border-box;
	width: 48%;
	text-align: center;
	display: block;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f85bb0), color-stop(1, #d11c7d));
	background: -moz-linear-gradient(top, #f85bb0 5%, #d11c7d 100%);
	background: -webkit-linear-gradient(top, #f85bb0 5%, #d11c7d 100%);
	background: -o-linear-gradient(top, #f85bb0 5%, #d11c7d 100%);
	background: -ms-linear-gradient(top, #f85bb0 5%, #d11c7d 100%);
	background: linear-gradient(to bottom, #f85bb0 5%, #d11c7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85bb0', endColorstr='#d11c7d',GradientType=0);
	background-color: #f85bb0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #680e3e;
	cursor: pointer;
}

/* schedule pager */
.schedule_select {
    text-align: center;
    height: auto;
    overflow: hidden;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.schedule_select form {
    width: 68%;
    height: 28px;
    box-sizing: border-box;
}
.schedule_select .next,
.schedule_select .prev {
    width: 16%;
    height: auto;
    margin: 2px 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

/*---cssO»---*/

/* Κ^ΕΉΔΰ */
#access .map {
	display: block;
	float: left;
	width: 100%;
	color: #5b3934;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 5px;
	text-align: center;
}
#access ul.route {
	display: block;
	width: 100%;
	float: left;
	padding-top: 5px;
	overflow: hidden;
}
#access ul.route li a {
	display: block;
	float: left;
	width: 49%;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
	color: #1a5027;
	background: #eb83bb;
}
#access ul.route li a:hover,
#access ul.route li.active a {
	color: #fff;
	background: #e03c95;
}
#access .guide_box ul {
	display: block;
}
#access .guide_box ul li {
	display: block;
	padding: 3px;
	float: left;
	width: 48%;
}
/* 180403_ΗL */
#access ul.route {
	overflow: hidden;
	padding-top: 3px;
}
#access ul.route li {
	text-decoration: underline;
}
#access ul.route li span {
	font-size: 10px;
}
#access ul.route li a {
	width: 98%;
	margin: 1px auto;
	color: #613156;
	background: #eb83bb;
}
#access .guide_box ul {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
#access .guide_box li {
	width: 48%;
	margin-bottom: 1em;
}
#access .guide_box li p {
	padding-top: 0.2em;
}
#access .guide_box li span {
	color: #e03c95;
	font-weight: 700;
}

/*event*/
#event div.event_entry {margin-top: -82px;padding-top: 87px;}

/*profile SP\¦ζ·΅j[Φ~(iphone)*/
ul.bxslider li img{
-webkit-touch-callout:none;
}
div.bx-pager img{
-webkit-touch-callout:none;
}
.attr_icons span {padding:0 1px;}

/*topics*/
.topics_list li:nth-child(n+21) {
    display: none;
}

/*---/cssO»---*/