@charset "UTF-8";

.move_text_padding {
    margin-left: 160px;
    margin-right: 10px;
    overflow:hidden;
    position: relative;
	z-index: 2;
}

.contents_wrap {
	margin-bottom: 15px;
}
.ranking_tab {
	margin: 20px 0 0;
	padding: 0 5px;
}
img.moviebg_right {
	top: -97px!important;
	left: 357px!important;
	position: absolute;
	width: auto!important;
	z-index: 1111;
}
img.moviebg_left {
	top: -97px!important;
	left: -329px!important;
	position: absolute;
	width: auto!important;
	z-index: 1111;
}
.headermovie_text {
	top: -97px!important;
	left: -30px!important;
	position: absolute;
	width: auto!important;
	z-index: 2222;
}
#top_sche {
	width: 1300px!important;
}
ul.portrait {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 10px;
}
.top_sche_div {
	position: relative;
	width: 162px;
	height: 270px;
	float: left;
}
#top_sche li.profile:last-child {
	position: relative;
	margin: .2% .2% 30px;
	width: 154px;
	height: 231px;
	float: left;
	margin: 0px 5px;
	border: 1px solid #bebebe;
}
.schedule_list_title_top {
	font-size: 12px;
	letter-spacing: 0em;
	text-align: center;
	color: #6c1e48;
	font-weight: bold;
	margin-top: 3px;
}
li.profile a {
	display: block;
}
.schedule_list_title_top {
	font-size: 12px;
	letter-spacing: 0em;
	text-align: center;
	color: #6c1e48;
	font-weight: bold;
	margin-top: 3px;
}
#top_sche li.profile figcaption {
	bottom: 0%;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,58,164,.9));
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(255,58,164,.9));
	background: -moz-linear-gradient(bottom, rgba(255,58,164,.9), rgba(0,0,0,0));
	padding-top: 22px;
}
#top_sche li.profile img {
	width: 100%;
	height: 100%;
}
li.profile figcaption p {
	color: #d92d6d;
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: .5px;
	margin-left: 0;
	text-align: center;
}
li.profile figcaption p span.name-ja {
	font-size: 1.3em;
	letter-spacing: 2px;
	margin-bottom: 2px;
}
li.profile .thum-over {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	opacity: 0;
	z-index: 500;
}
li.profile .thum-over .btn-mini {
	width: 100%;
	margin: 55% auto;
}
.btn-mini p {
	letter-spacing: 2px;
	padding: 3px;
	margin: 0 auto;
	text-align: center;
}
.btn-mini p, li.profile .icon_new {
	color: #fff;
	border: 1px solid #fff;
	vertical-align: middle;
}
.top_ranking_box {
	width: 19.5%;
	display: inline-block;
	background-color: #3d0505;
	border: 1px solid #999;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 0.22%;
}
.top_ranking_box:last-child {
	width: 19.5%;
	display: inline-block;
	background-color: #efe1b7;
	border: 1px solid #999;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 0%;
}

@media screen and (max-width: 768px) {
	.top_ranking_box {
		width: 100%;
		display: inline-block;
		background-color: #3d0505;
		border: 1px solid #999;
		vertical-align: top;
		margin-bottom: 10px;
		margin-right: 0.22%;
	}
	.top_ranking_box:last-child {
		width: 100%;
		display: inline-block;
		background-color: #efe1b7;
		border: 1px solid #999;
		vertical-align: top;
		margin-bottom: 10px;
		margin-right: 0%;
	}
}

/*ピックアップ*/
.pickup_content {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.pickup_list {
	text-align: center;
	width: 33.33333%;
	padding: 3px;
	color: #fff;
	position: relative;
}
.pickup_photo_outer {
	position: relative;
}
.pickup_photo {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.pickup_list h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.pickup_list p {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.pickup_content {
	}
	.pickup_list {
		width: 50%;
	}
	.pickup_list h3 {
		font-size: 15px;
	}
	.pickup_list p {
		font-size: 13px;
	}
}


/*本日の出勤*/
.schedule_date_center{
    text-align: center;
}
.top_honjitusyukkin_outer {
	margin: 40px 0 50px 0;
}
.top_honjitusyukkin_outer.page_schedule .top_honjitusyukkin_box {
	width: 25%;
}
#top_honjitusyukkin {
	width: 100%;
	margin: 30px 0 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.top_honjitusyukkin_box {
	width: 20%;
	padding: 3px 3px 10px;
	text-align: center;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.top_honjitusyukkin_box:hover {
}
.top_honjitusyukkin_box img {
	display: block;
	width: 100%;
	height: auto;
}

#schedule_honjitusyukkin {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.schedule_honjitusyukkin_box {
	width: 25%;
	padding: 3px 3px 10px;
	text-align: center;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.schedule_honjitusyukkin_box:hover {
}
.schedule_honjitusyukkin_box img {
	display: block;
	width: 100%;
}
#cast_honjitusyukkin {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
.cast_honjitusyukkin_box {
	width: 25%;
	padding: 3px 3px 10px;
	text-align: center;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.cast_honjitusyukkin_box:hover {
}
.cast_honjitusyukkin_box img {
	display: block;
	width: 100%;
}
p.schedule_time {
	background: #632127;
	text-align: center;
	color: #FFF;
	padding: 2px 0;
	margin: 10px 5px 5px;
	border-radius: 15px;
	font-weight: bold;
}
/*トップ・スケジュールページ・在籍一覧の身長3サイズ文字調整*/
.top_honjitusyukkin_box span {
	font-size: 16px;
}
.top_honjitusyukkin_box p {
	font-size: 16px;
}
.top_honjitusyukkin_box p.schedule_time {
	color: #fff;
}
.top_honjitusyukkin_box strong {
	font-weight: bold;
	font-size: 18px;
}
.cast_honjitusyukkin_box span {
	font-size: 16px;
}
.cast_honjitusyukkin_box p {
	font-size: 16px;
}
.cast_honjitusyukkin_box p.schedule_time {
	color: #fff;
}
.cast_honjitusyukkin_box strong {
	font-weight: bold;
	font-size: 18px;
}
.schedule_honjitusyukkin_box span {
	font-size: 16px;
}
.schedule_honjitusyukkin_box p {
	font-size: 16px;
}
.schedule_honjitusyukkin_box p.schedule_time {
	color: #fff;
}
.schedule_honjitusyukkin_box strong {
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.top_honjitusyukkin_outer {
		margin: 40px 0px 0;
	}

	.top_honjitusyukkin_outer.page_schedule .top_honjitusyukkin_box {
		width: 50%;
	}	
	#top_honjitusyukkin {
	}
	.top_honjitusyukkin_box {
		width: 50%;
	}
	
	.cast_honjitusyukkin_box {
		width: 50%;
	}
	.schedule_honjitusyukkin_outer {
		margin: 40px 5px 0;
	}
	.schedule_honjitusyukkin_box {
		width: 50%;
	}
	.top_honjitusyukkin_box span {
		font-size: 14px;
	}
	.top_honjitusyukkin_box p {
		font-size: 14px;
	}
	.top_honjitusyukkin_box strong {
		font-size: 18px;
		display: block;
	}
	.top_honjitusyukkin_box br {
		display: none;
	}
	.cast_honjitusyukkin_box span {
		font-size: 14px;
	}
	.cast_honjitusyukkin_box p {
		font-size: 14px;
	}
	.cast_honjitusyukkin_box strong {
		font-size: 18px;
		display: block;
	}
	.cast_honjitusyukkin_box br {
		display: none;
	}
	.schedule_honjitusyukkin_box span {
		font-size: 14px;
	}
	.schedule_honjitusyukkin_box p {
		font-size: 14px;
	}
	.schedule_honjitusyukkin_box strong {
		font-size: 18px;
		display: block;
	}
	.schedule_honjitusyukkin_box br {
		display: none;
	}
	p.schedule_time {
		text-align: center;
		color: #FFF;
		padding: 2px;
		margin: 5px 0 0;
		font-size: 13px;
		letter-spacing: 0em;
		font-weight: bold;
	}
}
/*トップ・スケジュールページ・在籍一覧のアイコン設定*/
.cast_photo {
	position: relative;
	margin: 0 0 10px 0;
}
.cast_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.new_face_ico {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 60px;
    z-index: 1;
}
.honjituno_syukkin_ico {
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 60px;
	z-index: 1;
}
.foreign_ico {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 90px;
	z-index: 1;
}

.top_system_outer {
	margin-bottom: 60px;
}
.top_system_outer img {
    display: inline-block;
}
.system_image {
    width: 100%;
    z-index: 1;
    position: relative;
}

.system_petting {
	display: block;
	position: absolute;
    width: 70%;
    top: 63px;
    left: 143px;
}
.system_bg {
    position: relative;
}
.system_talk {
	display: block;
	width: 160%;
}
.system_shower {
	display: block;
	width: 140%;
}
.system_fera {
	display: block;
	width: 140%;
}
.system_fuck {
	display: block;    
	width: 140%;
}
.system_circle_talk {
	position: absolute;
    width: 18%;
    border-radius: 50%;
    overflow: hidden;
    top: 71%;
    left: 5%;
    height: 22%;
    z-index: 0;
}
.system_circle_shower {
	position: absolute;
    width: 18%;
    border-radius: 50%;
    overflow: hidden;
    top: 71%;
    left: 29%;
    height: 22%;
    z-index: 0;
}
.system_circle_fera {
    position: absolute;
    width: 18%;
    border-radius: 50%;
    overflow: hidden;
    top: 71%;
    left: 53.5%;
    height: 22%;
    z-index: 0;
}
.system_circle_fuck {
	position: absolute;
    width: 18%;
    border-radius: 50%;
    overflow: hidden;
    top: 71%;
    left: 77.6%;
    height: 22%;
    z-index: 0;
}
@media screen and (max-width: 768px) {
	.system_petting {
	    width: 90%;
	    top: 37px;
	    left: 20px;
	}
}


.girlslist_list_title {
    font-size: 16px !important;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    letter-spacing: 0em;
    text-align: center;
    margin: 15px 0px 5px 0;
    color: #c51c1c;
	font-weight:bold;
    background: none !important;
}
.girlslist_list_title span{
    color: #c51c1c !important;
    font-weight:bold !important;
    letter-spacing: 0em !important;
    font-size: 16px !important;
    background: none !important;
}
@media screen and (max-width: 768px) {
    .girlslist_list_title {
        font-size: 15px !important;
    }
    .girlslist_list_title span{
        font-size: 15px !important;
    }
}



/*ランキング*/
.ranking_content {
	margin: 20px 0 0;
	width: 100%;
	display: flex;
	direction: row;
	flex-wrap: nowrap;
}
.ranking_title {
	text-shadow: 0 1px 4px rgba(0,0,0, .3);
	border-radius: 60px;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/common/bg_dot.png) #550807;
}
.ranking_list {
	display: block;
	text-align: center;
	width: 20%;
	margin: 0 0 1%;
	float: left;
	color: #ffffff;
	padding: 0 0 15px;
	position: relative;
}

.ranking_photo_outer {
	position: relative;
    margin: 2px;
}
.ranking_photo {
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
}
.ranking_list h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.ranking_list p {
	font-size: 14px;
}
.ranking_content {
	counter-reset: wpp-ranking;
}
.ranking_content a {
	list-style-type: none;
	position: relative;
}
.ranking_content a:first-child:before {
	background: #632127;
	border-radius: 1px;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	color: #fff;
	font-weight: bold;
	font-size: 42px;
	width: 56px;
	height: 56px;
	line-height: 52px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.ranking_content a:nth-child(2):before {
    background: #632127;
	border-radius: 1px;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	width: 52px;
	height: 52px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.ranking_content a:nth-child(3):before {
    background: #632127;
	border-radius: 1px;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	width: 48px;
	height: 48px;
	line-height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.ranking_content a:before {
    background: #632127;
	border-radius: 1px;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

@media screen and (max-width: 768px) {
	.ranking_content {
		margin: 10px 0 20px;
		direction: row;
		flex-wrap: wrap;
	}
	.ranking_title {
		padding: 14px 0;
		font-size: 20px;
	}
	.ranking_list {
		display: block;
		text-align: center;
		width: 50%;
		margin: 0 00 1%;
		float: left;
		padding: 0 0 15px;
	}
	.ranking_list h3 {
		font-size: 15px;
		font-weight: bold;
		margin: 15px 0 5px;
	}
	.ranking_list p {
		font-size: 13px;
	}
	.ranking_content a:first-child:before {
		font-size: 24px;
		width: 36px;
		height: 36px;
		line-height: 34px;
		top: 0;
		left: 0;
	}
	.ranking_content a:nth-child(2):before {
		font-size: 24px;
		width: 36px;
		height: 36px;
		line-height: 34px;
		top: 0;
		left: 0;
	}
	.ranking_content a:nth-child(3):before {
		font-size: 24px;
		width: 36px;
		height: 36px;
		line-height: 34px;
		top: 0;
		left: 0;
	}
	.ranking_content a:before {
		font-size: 24px;
		width: 36px;
		height: 36px;
		line-height: 34px;
		top: 0;
		left: 0;
	}
	.system_sp img {
		width: 100%;
		margin-bottom: 5px!important;
		margin-right: 0px!important;
	}
}


/*ランキング*/
.top_ranking_outer {
	margin: 40px 0;
}
.top_ranking_list {
	text-align: center;
	margin: 12px auto;
}
.top_ranking_list img {
	display: inline-block;
}
.top_ranking_list strong {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 0;
	display: block;
}
.top_ranking_text {
	text-align: left;
	font-size: 13px;
	margin: 5px 0 0 0;
}
#js_tab {
}
#js_tab ul#tab {
	margin: 20px 0 0 0;
	display: table;
	width: 100%;
}
#js_tab ul#tab li {
	display: table-cell;
	text-align: center;
	border-radius: 6px;
}
#js_tab ul#tab li a {
	width: 100%;
	display: block;
	padding: 14px 8px;
	font-size: 16px;
	letter-spacing: 0em;
	line-height: 1.2;
	color: #0b0a0a;
	font-weight: bold;
	background: #877e8b;
	border: 1px solid #632127;
}
#js_tab ul#tab li.selected a {
	background: #632127;
	border: 1px solid #632127;
	color: #fff;
}
#js_tab ul#tab li a:hover {
	background: #632127;
	border: 1px solid #632127;
	color: #fff;
}
#js_tab dl {
}
#js_tab dl dt {
}
#js_tab dl dd {
}
#js_tab dl dd p {
}
#tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
	display: none;
}

@media screen and (max-width: 768px) {

	#js_tab {
		max-height: 100%;
		overflow: hidden;
	}
	#js_tab ul#tab {
		text-align: center;
	}
	#js_tab ul#tab li {
		display: inline-block;
		border-radius: 6px;
		padding: 2px 0;
	}
	#js_tab ul#tab li a {
		width: 100%;
		display: block;
		padding: 8px 5px;
		font-size: 14px;
		letter-spacing: 0em;
		line-height: 1.2;
		color: #fff;
		height: 50px;
		font-weight: bold;
	}

	.top_ranking_list {
		text-align: center;
		max-height: 410px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 20px 0;
	}
}

/*トップ動画*/
.top_movie_outer {
	position: relative;
	width: 590px;
	margin: 0 auto;
}
.top_movie_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}





iframe.fujoho_contents_box {
    height: 350px;
}
.dark-tooltip a {
    color: #360909;
    font-weight: bold;
}
/*.fujoho_custom_banner {
    padding-left: 40px;
}*/
.kuchikomi_syame {
	height: 455px;
    padding-left: 20px;
}

.kuchikomi_sugu {
	height: 455px;
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
	.fujoho_custom_banner {
	    /*padding-left: 0px;*/
	    width: 100% !important;
	}
	.side_iframe_outer iframe {
	    display: block;
	    width: 100% !important;
	    border: none !important;
	    /*padding-left: 0px;*/
	}

	.kuchikomi_syame {
		height: 320px;
		margin: 5px auto;
	    padding-left: 0;
	}

	.kuchikomi_sugu {
		height: 320px;
		margin: 5px auto;
	    padding-left: 0;
	}

}


.kuchikomi {
    display:none;
}
@media screen and (max-width: 768px) {
    .kuchikomi {
        margin: 0px 0px 0px 0px;
        background: #190f0b;
    	display:block;
    }
    .btn {
        display: block;
        cursor: pointer;
        width: 31.2%;
        margin: 5px 0px 7px 6px;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        float: left;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        box-shadow: 0 2px 0px #180202;
        -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
        transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
        font-size: 15px;
        background: -moz-linear-gradient(top, #ff559b, #ff559b 55%, #ea3e84 55%, #ec4e89);
        background: -webkit-linear-gradient(top, #630607, #580506 55%, #400101 55%, #530000);
        background: linear-gradient(to bottom, #630607, #580506 50%, #400101 55%, #530000);
        height: 52px;
        letter-spacing: 0em;
    }
    /*.btn_girl1 p {
    	background: no-repeat url(../images/menu_girl1.png);
    	height: 100%;
        background-position-x: -16px;
        background-position-y: -7px;
    	background-size: 50%;
    }
    .btn_girl2 p {
    	background: no-repeat url(../images/menu_girl2.png);
    	height: 100%;
    	background-position-x: -6px;
        background-position-y: -6px;
    	background-size: 50%;
    }
    .btn_girl3 p {
    	background: no-repeat url(../images/menu_girl3.png);
    	height: 100%;
        background-position-x: -18px;
        background-position-y: -2px;
    	background-size: 50%;
    }*/
    .btn a {
        color: #fff;
        font-size: 14px;
        top: 15px;
        position: relative;
        text-shadow: 0px 0px 3px #000;
    	    font-weight: bold;
            letter-spacing: 0em;
    }
}



/*新人面接入店*/
.top_newface_outer {
	margin: 0 0 40px;
	text-align: center;
}
#top_newface{
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.zaiseki_box {
	background-color: #F2EFE6;
	border: 1px solid #C1982E;
	padding: 5px;
	width: 130px;
	float: left;
	margin: 5px 4px 5px;
	line-height: 14px;
	position: relative;
	height: 200px;
}

/*本日の出勤*/
p.schedule_time {
	background: #632127;
	text-align: center;
	color: #FFF;
	padding: 2px 0;
	margin: 5px auto;
	border-radius: 1px;
	font-weight: bold;
}
/*トップ・スケジュールページ・在籍一覧の身長3サイズ文字調整*/
.top_honjitusyukkin_box span {
	font-size: 14px;
}
.top_honjitusyukkin_box p {
	font-size: 14px;
	letter-spacing: 0em;
}
.top_honjitusyukkin_box p.schedule_time {
	color: #fff;
}
.top_honjitusyukkin_box strong {
	font-weight: bold;
	font-size: 18px;
}
.cast_honjitusyukkin_box span {
	font-size: 16px;
}
.cast_honjitusyukkin_box p {
	font-size: 16px;
}
.cast_honjitusyukkin_box p.schedule_time {
	color: #fff;
}
.cast_honjitusyukkin_box strong {
	font-weight: bold;
	font-size: 18px;
}
.schedule_honjitusyukkin_box span {
	font-size: 16px;
}
.schedule_honjitusyukkin_box p {
	font-size: 16px;
}
.schedule_honjitusyukkin_box p.schedule_time {
	color: #fff;
}
.schedule_honjitusyukkin_box strong {
	font-weight: bold;
	font-size: 18px;
}


@media screen and (max-width: 768px) {

	.top_honjitusyukkin_box span {
		font-size: 14px;
	}
	.top_honjitusyukkin_box p {
		font-size: 14px;
	}
	.top_honjitusyukkin_box strong {
		font-size: 18px;
		display: block;
	}
	.top_honjitusyukkin_box br {
		display: none;
	}
	.cast_honjitusyukkin_box span {
		font-size: 14px;
	}
	.cast_honjitusyukkin_box p {
		font-size: 14px;
	}
	.cast_honjitusyukkin_box strong {
		font-size: 18px;
		display: block;
	}
	.cast_honjitusyukkin_box br {
		display: none;
	}
	.schedule_honjitusyukkin_box span {
		font-size: 14px;
	}
	.schedule_honjitusyukkin_box p {
		font-size: 14px;
	}
	.schedule_honjitusyukkin_box strong {
		font-size: 18px;
		display: block;
	}
	.schedule_honjitusyukkin_box br {
		display: none;
	}
	p.schedule_time {
		text-align: center;
		color: #FFF;
		padding: 2px;
		margin: 5px 0 0;
		font-size: 13px;
		letter-spacing: 0em;
		font-weight: bold;
	}
}

/*スケジュールページ曜日ボタン*/
#schedule_date_outer {
}
.schedule_date_tilte {
	margin: 40px auto;
	background: #632127;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	width: 50%;
	border-radius: 1px;
}
@media screen and (max-width: 768px) {
	.schedule_date_tilte {
		margin: 20px 0;
		padding: 6px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		width: 100%;
	}
}









/*新人情報用CSS*/
.newface_outer {
	margin: 20px 0 0 0;
	text-align: center;
	font-feature-settings : "palt";
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.newface_box {
    padding: 3px;
    width: 25%;
}
#top_newface .newface_box {
    width: 25%;
	padding: 3px;
}
.newface_text_box {
	width: 100%;
	background: #200303;
	padding: 8px;
	text-align: center;
	border-radius: 10px;
}
.newface_date {
	padding: 4px 20px;
	border-radius: 40px;
	font-size: 14px;
	display: inline-block;
}
.newface_girlname {
	margin: 10px 0 5px;
	font-size: 19px;
	line-height: 1.2;
	font-weight: bold;
}
.newface_name {
	margin: 0 0 10px 0;
}
.newface_catch{
	background: none !important;
}
.newface_catch span{
	background: none !important;
}
.newface_text {
	padding: 5px 0;
	font-size: 15px !important;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 0em;
	background: none !important;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}
.newface_text span,.newface_text div,.newface_text p{
    line-height: 1.5 !important;
    letter-spacing: 0em !important;
    font-size: 15px !important;
	background: none !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; 
}
.newface_box a {
	display: block;
	width: 100%;
}
.newface_box a img {
	display: block;
	width: 100%;
	max-width: 540px;
	margin: 0 auto 5px;
	border: 1px solid #470a0a;
}
.newface_box p span {
	font-size: 16px !important;
}
.newface_box p strong {
	font-size: 16px !important;
}
.newface_box p font {
	font-size: 16px !important;
}
.newface_text_box h3 {
	font-size: 12px;
}
.newface_date{
	background: #632127;
    text-align: center;
    padding: 4px 10px;
    font-size: 13px;
    letter-spacing: 0em;
    margin: 0px auto;
    color: #fff;
    font-weight: bold;
    border-radius: 1px;
}
.newface_catch{
	color: #c51c1c;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0em;
	margin: 10px 0 0 0;
}
.newface_box p.newface_next{
    color: #c6e0ff;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    letter-spacing: 0em;
    list-style: 1.2;
}
.cast_honjitusyukkin_box p.newface_next{
    color: #c6e0ff;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    letter-spacing: 0em;
    list-style: 1.2;
}
.newface_box p.newface_next span{
    background: #c6e0ff;
    border-radius: 1px;
    font-size: 9px !important;
    padding: 0 4px;
    display: inline-block;
    letter-spacing: 0em;
    color: #091d36;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}
.cast_honjitusyukkin_box p.newface_next span{
    background: #c6e0ff;
    border-radius: 1px;
    font-size: 9px !important;
    padding: 0 4px;
    display: inline-block;
    letter-spacing: 0em;
    color: #091d36;
    margin: 0 6px 0 0;
    position: relative;
    top: -2px;
}
@media screen and (max-width: 768px) {
	.newface_outer {
		margin: 20px 0 0;
	}

	.newface_box {
	    background: #340707;
	    padding: 3px;
	    width: 50%;
	}
	#top_newface .newface_box {
	    background: #340707;
	    padding: 3px;
	    width: 50%;
	}
	.newface_date {
		font-size: 13px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.newface_girlname {
		margin: 10px 0 5px 0;
		font-size: 18px;
	}
	.newface_name {
		margin: 0 0 10px 0;
	}
	.newface_box a img {
		display: block;
		width: 100%;
		max-width: 480px;
		margin: 0 auto 5px;
	}
	.newface_box p span {
		font-size: 14px !important;
	}
	.newface_box p strong {
		font-size: 14px !important;
	}
	.newface_box p font {
		font-size: 14px !important;
	}
	.newface_box p.newface_next{
	    font-size: 13px;
	}
	.cast_honjitusyukkin_box p.newface_next{
	    font-size: 13px;
	    margin: 5px 0 0 0;
	}
	.newface_box p.newface_next span{
	    font-size: 9px;
	    padding: 0 4px;
	    display: block;
	}
	.cast_honjitusyukkin_box p.newface_next span{
	    font-size: 9px;
	    padding: 0 4px;
	    display: block;
	}
}



/*アンケート*/
/*.anketo_box {
	margin: 0 0 20px 0;
	padding: 20px;
	color: #fff;
	max-height: 100%;
}
.anketo_box h3 {
	font-size: 18px;
	padding: 10px;
}
.anketo_box a{
	max-width: 320px;
	margin: 0;
}
.anketo_box img {
	display: block;
	width: 100%;
	max-width: 320px;
}
.anketo_box h4.question_h4 span {
	font-size: 24px !important;
}
.anketo_box p span {
	font-size: 18px !important;
}

@media screen and (max-width: 768px) {
	.anketo_box {
		margin: 0 0 20px 0;
		padding: 10px 0;
	}
	.anketo_box h3 {
		font-size: 18px;
		padding: 10px 5px;
		margin: 0 10px 10px;
	}
	.anketo_box h4.question_h4 span {
		font-size: 18px !important;
	}
	.anketo_box p span {
		font-size: 14px !important;
	}
}*/
.nav_paging {
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
}
.nav_paging a {
	display: inline-block;
	padding: 0 5px;
}
.nav_paging p {
	display: inline-block;
	padding: 0 5px;
}
