html,body{
	margin:0;
	padding:0;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	position:relative;
	background:url(../images/body/chocolove_back.jpg);
	color:#572106;
	width:100%;
	margin:auto;
}
.clearfix{
	clear:both;
}
article{
	padding-top: 1em;
    margin-top: -4em;
	padding-bottom: 3em;
    margin-bottom: -2em;
}
section{
	max-width:960px;
	margin:auto;
}

@font-face {
	font-family:ltg;
	src: url(../font/logotypegothic.otf),
		 url(../font/logotypegothic.ttf);
}

/* ========================================
		header
======================================== */
header{
	z-index:9999;
	position:relative;
	background:url(../images/parts/back_rep.jpg);
	border-bottom:#572106 5px solid;
	box-shadow:0 2px 1px 2px rgba(87,33,6,0.4);
	width:100%;
	height: 300px;
    margin-bottom: 3em;
	padding-bottom:2em;
}
header .header_top{
	width:960px;
	margin:auto;
}
	header h1{
		float:left;
	}
	header .tel{
		float:right;
		padding-top:20px;
	}
		header.fixed{
			z-index:9999;
			position:fixed;
			top:0;
			left:0;
		}
header.accbox {
    margin:auto;
    padding: 0;
}
	header::after{
		display:block;
		content:"";
		background:url(../images/parts/ribbon_mark.png);
		position:absolute;
		top:0;
		right:0;
		bottom:-360px;
		left:0;
		width:100%;
		max-width:85px;
		height:100%;
		max-height:45px;
		margin:auto;
	}

/*--------------メニューボタン--------------*/
.header_menu_list{
	list-style:none;
	width:960px;
	margin:auto;
	padding:0;
}
	.header_menu_list li{
		float:left;
		margin:0 5px;
	}
	.header_menu_list li:nth-child(7n){
		clear:both;
	}
/* ========================================
		footer
======================================== */
footer{
	position:relative;
	background:url(../images/parts/back_rep.jpg);
	border-top:#572106 5px solid;
	text-align:center;
	width:100%;
	height:auto;
	margin-top:2em;
	padding:2em 0 1em 0;
}
	footer::after{
		display:block;
		content:"";
		background:url(../images/parts/ribbon_mark.png);
		position:absolute;
		top:-380px;
		right:0;
		bottom:0;
		left:0;
		width:100%;
		max-width:85px;
		height:100%;
		max-height:45px;
		margin:auto;
	}
	footer.index::after{
		top:-180px;
	}
footer .footer_top{
	width:960px;
	margin:auto;
}
	footer h1{
		float:left;
	}
	footer .tel{
		float:right;
		padding-top:20px;
	}

	footer .copyright{
		color:#000000;
		font-size:0.9em;
		line-height:1.2em;
		margin-top:1em;
	}

/* ========================================
		index
======================================== */
.index_mainimage{
	position:relative;
	background:url(../images/parts/back_rep.jpg);
	border-bottom:#572106 5px solid;
	box-shadow:0px 5px 0px #a4897c;
	width:100%;
	height:auto;
}
	.index_mainimage section{
		max-width:1600px;
		vertical-align:bottom;
	}

	.index_mainimage img{
		width:100%;
		vertical-align:bottom;
	}
	.index_mainimage::after{
		display:block;
		content:"";
		background:url(../images/parts/ribbon_mark.png);
		position:absolute;
		right:0;
		bottom:-30px;
		left:0;
		width:100%;
		max-width:85px;
		height:100%;
		max-height:45px;
		margin:auto;
	}
section.index_contents{
	padding:2em 1em;
}
	section.index_contents img{
		display:block;
		margin:auto;
	}
section.index_contents img.index_caution{
	padding-bottom:2em;
}

section.index_recruit{
	padding:0 1em;
}
	section.index_recruit img{
		display:block;
		margin:auto;
	}
/*--------------エントランスページフッター--------------*/

/* ========================================
		top
======================================== */
/*--------------メインイメージ--------------*/
.mainimage{
	margin-top:180px;
}
	.mainimage img{
		width:100%;
	}
/* ========================================
		top-slider
======================================== */
section.slider{
	position:relative;
	width:740px;
}
.slider_back{
	z-index:11;
	position:absolute;
	left:0;
	bottom:-80px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:url(../images/slider/back_button.png)center center no-repeat;
	background-size:cover;
	width:208px;
	height:68px;
}
	.slider_back .bx-prev {
		opacity: 0;
		display: block;
		height:100%;
	}
.slider_next{
	z-index:11;
	position:absolute;
	right:0;
	bottom:-80px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:url(../images/slider/next_button.png)center center no-repeat;
	background-size:cover;
	width:208px;
	height:68px;
}
	.slider_next .bx-next {
		opacity: 0;
		display: block;
		height:100%;
	}

/* ========================================
		top-news
======================================== */
article.news{
	position:relative;
	width:100%;
	background:url(../images/top/news_back.png);
	background-position:top;
	margin-top:40px;
	padding:4em 0;
}
	article.news section{
		position:relative;
	}
		article.news section h2{
			position: absolute;
			top: -25em;
			right: 0;
			bottom: 0;
			left: 0;
			text-align: center;
			width: 100%;
			margin: auto;
			padding: 0;
			height: 80px;
		}
.news_contents{
	display:flex;
	justify-content:space-between;
	width:960px;
	margin:auto;
}
.news_contents .news_center{
	max-width:300px;
}
/*--------------各ブログバナー--------------*/
ul.blog_banner{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	list-style:none;
	width:200px;
	max-height:370px;
	margin:0 20px 0 0;
	padding:0;
}
	ul.blog_banner li{
		z-index:10;
		position:relative;
		margin-bottom:20px;
	}
	ul.blog_banner li a{
		z-index:10;
		display:block;
	}
	ul.blog_banner li img{
		width:200px;
	}

/*--------------ニュースバー--------------*/
.news_message{
	position:relative;
	float:left;
	background:#572106;
	width:300px;
	padding:3px 6px;
}
	.news_message::after{
		content:"";
		position:absolute;
		right:0.5em;
		bottom:-1.4em;
		background:url(../images/top/news_choco_tare.png);
		background-size:cover;
		width:25px;
		height:25px;
	}
.news_message img{
	position:absolute;
	top:10px;
	left:10px;
}
	.news_message marquee {
		border:#FFF 1px solid;
		color:#FFF;
		font-size:1.8em;
		width:100%;
		padding:10px 0 0 0;
	}
/*--------------ツイッター--------------*/
.twitter_window{
	z-index:0;
	position: relative;
	float:left;
	background:url(../images/top/twitter_base.png) no-repeat;
	background-position:top;
	background-size: 100%;
	width:300px;
	height:368px;
	margin:38px 0 0 0;
	padding:10px 10px;
}
	.twitter_window::before{
		z-index:9999;
		content:"";
		position: absolute;
		top:-1em;
		left:0;
		background:url(../images/top/twitter_ribbon_top.png) no-repeat;
		background-size: cover;
		width:110px;
		height:110px;
	}
/* ========================================
		top-news
======================================== */
article.newmember{
	position:relative;
	width:100%;
	background:url(../images/top/top_newmember_back.jpg);
	background-position:top;
	padding:4em 0;
}
	article.newmember section{
		position:relative;
	}
		article.newmember section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
ul.girls_window1{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}
	ul.girls_window1 li{
		position:relative;
		color:#572106;
		float:left;
		width:50%;
		margin:auto;
		padding:1em 0;
	}
	ul.girls_window1 li:nth-child(odd){
		clear:both;
	}
		ul.girls_window1 .prof_head img{
			z-index:1;
			position:absolute;
			top:40px;
			left:0;
			right:0;
			vertical-align: bottom;
			margin:auto;
		}

		ul.girls_window1 .prof_box{
			background:url(../images/profile/waku_prof1.png) no-repeat;
			background-repeat:repeat-y;
			background-size:100%;
			color:#572106;
			width:456px;
			height:400px;
			margin:0;
			padding:0;
		}
		ul.girls_window1 .prof_bottom img{
			width:100%;
			vertical-align: top;
		}

/*----左側:画像----*/
		ul.girls_window1 li .left{
			position:relative;
			float:left;
			width:228px;
			height:100%;
			margin:0;
		}

			ul.girls_window1 li .left img{
				position:absolute;
				top:80px;
				left:30px;
				width:180px;
			}
		ul.girls_window1 li .time{/*--出勤時間--*/
			position:absolute;
			bottom:40px;
			left:2em;
			color:#FFF;
		}
/*----右側:情報----*/
		ul.girls_window1 li .right{
			float:left;
			width:208px;
			height:calc(100% - 100px);
			padding:80px 10px 20px 10px;
		}
			ul.girls_window1 li .right .date{
				font-size:0.8em;
			}
			ul.girls_window1 li .right .name{
				position:relative;
				background:#572106;
				text-align:center;
				width:200px;
				padding:3px;
				margin-top:10px;
			}
				ul.girls_window1 li .right .name p{
					border:#bfad86 1px solid;
					color:#bfad86;
					line-height:1.2em;
					width:calc(100% - 2px);
					margin:0;
					padding:0.3em 0;
				}
				ul.girls_window1 li .right .name p .number{/*--番号--*/
					font-size:0.8em;
				}
				ul.girls_window1 li .right .name p .name{/*--名前--*/
					font-size:1.2em;
				}
				ul.girls_window1 li .right .name p .age{/*--年齢--*/
					font-size:1em;
					padding-left:0.5em;
				}
			ul.girls_window1 li .right .size{/*--身長スリーサイズ--*/
				position:relative;
				font-size:0.7em;
				text-align:center;
				width:100%;
				padding:0.5em 0;
			}
				ul.girls_window1 li .right .size::after{
					content:"";
					position:absolute;
					bottom:-1em;
					left:0;
					background:url(../images/profile/prof_kazari_1.png) no-repeat;
					background-position:center;
					width:210px;
					height:15px;
				}
			ul.girls_window1 li .right p.comment{
				overflow-y: scroll;
				background:none;
				font-size:0.8em;
				width:210px;
				height:calc(100% - 130px);
				margin:10px 0 0 0;
				padding:0;
			}
/* ========================================
		top-todaymember
======================================== */
article.todaymember{
	position:relative;
	width:100%;
	background:url(../images/top/today_back.jpg);
	background-position:top;
	margin-top:-2em;
	padding:4em 0;
}
	article.todaymember section{
		position:relative;
	}
		article.todaymember section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
		article.todaymember section h2 img{
		}
ul.girls_window2{
	position:relative;
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
}
	ul.girls_window2 li{
		position:relative;
		float:left;
		color:#572106;
		width:300px;
		margin:auto 10px;
		padding:1em 0;
	}
	ul.girls_window2 li:nth-child(4n){
		/*clear:both;*/
	}
		ul.girls_window2 .prof_head img{
			z-index:1;
			position:absolute;
			top:40px;
			right:0;
			left:0;
			vertical-align: bottom;
			margin:auto;
		}
		ul.girls_window2 .prof_box{
			position:relative;
			background:url(../images/profile/waku_prof2.png);
			background-repeat:no-repeat;
			color:#572106;
			width:300px;
			height:527px;
			margin:auto;
			padding:80px 0 0 0;
		}
		ul.girls_window2 .prof_bottom img{
			display:block;
			vertical-align:top;
			margin:auto;
		}
/*----左側:画像----*/
		ul.girls_window2 li .left{
			position:relative;
			width:100%;
			margin:0;
		}
			ul.girls_window2 li .left img{
				display:block;
				object-fit: cover;
				width:240px;
				height:320px;
				margin:auto;
			}
		ul.girls_window2 li .time{/*--出勤時間--*/
			position:absolute;
			bottom:0.5em;
			font-size:1em;
			text-align:center;
			color:#FFF;
			width:100%;
			height:1.5em;
			padding:0;
		}
/*----右側:情報----*/
		ul.girls_window2 li .right{
			width:100%;
			margin:0;
		}
			ul.girls_window2 li .right .date{
				font-size:0.8em;
			}
			ul.girls_window2 li .right .name{
				position:relative;
				background:#572106;
				text-align:center;
				width:75%;
				margin:1em auto 0 auto;
				padding:3px;
			}
				ul.girls_window2 li .right .name p{
					border:#bfad86 1px solid;
					color:#bfad86;
					line-height:1.2em;
					width:calc(100% - 2px);
					margin:0;
					padding:0.4em 0;
				}
				ul.girls_window2 li .right .name p .number{/*--番号--*/
					font-size:0.8em;
					line-height:2.4em;
				}
				ul.girls_window2 li .right .name p .name{/*--名前--*/
					font-size:1.2em;
				}
				ul.girls_window2 li .right .name p .age{/*--年齢--*/
					font-size:1em;
					padding-left:0.5em;
				}
			ul.girls_window2 li .right .size{/*--身長スリーサイズ--*/
				position:relative;
				font-size:1em;
				text-align:center;
				width:100%;
				padding:0.5em 0;
			}
	.more_button{
		display:block;
		margin:40px auto auto auto;
	}
/* ========================================
		member
======================================== */
article.member{
	position:relative;
	width:100%;
	background:url(../images/member/today_back.jpg);
	background-position:top;
	padding:4em 0;
}
	article.member section{
		position:relative;
	}
		article.member section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
/* ========================================
		schedule
======================================== */
article.schedule{
	position:relative;
	width:100%;
	background:url(../images/schedule/schedure_back.png);
	background-position:top;
	padding:4em 0;
}
	article.schedule section{
		position:relative;
	}
		article.schedule section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}

.tab-content input[type="radio"] {
  display: none;
}
.tab-content label {
	position:relative;
	float:left;
	display: inline-block;
	cursor: pointer;
	box-sizing: border-box;
	color:#bfad86;
	width:113px;
	height:68px;
	margin:3px;
	padding:1em;
}
	.tab-content label div{/*タブ内文字*/
		font-size:1em;
		font-weight:bold;
		text-align:center;
		line-height:1.2em;
		padding:0;
	}
.saturday{color:#002aff;}.sunday{color:#ff0000;}

	.tab-content label.date {
		background:url(../images/schedule/date_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.date {
			background:url(../images/schedule/date_on.png)no-repeat;
			background-size:100% auto;
		}
.tab-content .tab-box {
	clear:both;
	width: 100%;
	height:100%;
	padding-top:20px;
	box-sizing: border-box;
}
.tab-content > .tab-box > div {
  display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}

#tab4:checked ~ .tab-box > #tabView4 {
  display: block;
}

#tab5:checked ~ .tab-box > #tabView5 {
  display: block;
}

#tab6:checked ~ .tab-box > #tabView6 {
  display: block;
}

#tab7:checked ~ .tab-box > #tabView7 {
  display: block;
}
#tab8:checked ~ .tab-box > #tabView8 {
	display: block;
}

/* ========================================
		mail
======================================== */
article.mail{
	position:relative;
	width:100%;
	background:url(../images/mail/member_mail_back.jpg);
	background-position:top;
	padding:4em 0;
}
	article.mail section{
		position:relative;
	}
		article.mail section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
/*----上部フィルター----*/
.tab-content label.type1,.tab-content label.type2,.tab-content label.type3 {
	width:311px;
	height:68px;
	margin:0 0.25em;
	padding:0.3em 0 0 0;
}
	.tab-content label.type1 {
			background:url(../images/parts/filter/all_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.type1 {
			background:url(../images/parts/filter/all_on.png)no-repeat;
			background-size:100% auto;
		}
	.tab-content label.type2 {
			background:url(../images/parts/filter/newface_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.type2 {
			background:url(../images/parts/filter/newface_on.png)no-repeat;
			background-size:100% auto;
		}
	.tab-content label.type3 {
			background:url(../images/parts/filter/rankin_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.type3 {
			background:url(../images/parts/filter/rankin_on.png)no-repeat;
			background-size:100% auto;
		}
/*----配信チェックボタン----*/
ul.girls_window2 li .prof_bottom label{
	background:url(../images/mail/waku_foot_check_box_off.png) no-repeat;
	background-position:top center;
	display:block;
	width:300px;
	height:87px;
	margin:auto;
}
	ul.girls_window2 li .prof_bottom label input[type=checkbox]{
		display:none;
	}
		ul.girls_window2 li .prof_bottom .checked{
			background:url(../images/mail/waku_foot_check_box_on.png)no-repeat;
			background-position:top center;
			width:300px;
			height:87px;
		}
/*----配信登録フォーム----*/
article.mail .mail_register{
	border-radius:20px;
	background:#FFF;
	margin-top:2em;
	padding:0.5em 0.5em 1.5em 0.5em;
}
	article.mail .mail_register h3 img{
		display:block;
		margin:auto;
	}
	article.mail .mail_register .mailmagazine_input {
		border: 3px solid #bfad86;
		border-radius: 5px;
		background:#dcdcdc;
		display:block;
		color: #e8e8e8;
		font-size: 1.5em;
		width: 90%;
		height: 40px;
		margin: 0 auto;
		padding: 0 10px;
	}
	article.mail .mail_register_btn{
		width:100%;
		margin-top:1em;
	}
		article.mail .mail_register_btn button{
			float:left;
			width:50%;
		}

/* ========================================
		ranking
======================================== */
article.ranking{
	position:relative;
	width:100%;
	background:url(../images/ranking/ranking_back.jpg);
	background-position:top;
	padding:4em 0;
}
	article.ranking section{
		position:relative;
	}
		article.ranking section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
/*----フィルター----*/
.tab-content label.rank1,.tab-content label.rank2,.tab-content label.rank3 {
	width:311px;
	height:68px;
	margin:0 0.25em;
	padding:0.3em 0 0 0;
}
	.tab-content label.rank1 {
			background:url(../images/parts/filter/honnsuu_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.rank1 {
			background:url(../images/parts/filter/honnsuu_on.png)no-repeat;
			background-size:100% auto;
		}
	.tab-content label.rank2 {
			background:url(../images/parts/filter/hiritsu_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.rank2 {
			background:url(../images/parts/filter/hiritsu_on.png)no-repeat;
			background-size:100% auto;
		}
	.tab-content label.rank3 {
			background:url(../images/parts/filter/xx_off.png)no-repeat;
		background-size:100% auto;
	}
		.tab-content input[type="radio"]:checked + label.rank3 {
			background:url(../images/parts/filter/xx_on.png)no-repeat;
			background-size:100% auto;
		}
/*--プロフィール窓--*/
ul.girls_window1 .prof_rank_head img{
	z-index:1;
	position:absolute;
	top:17px;
	left:0;
	right:24px;
	vertical-align: bottom;
	margin:auto;
}

/* ========================================
		event
======================================== */
article.event{
	width:100%;
	background:url(../images/event/event_back.jpg);
	background-position:top;
	padding:4em 0 6em 0;
}
	article.event section{
		position:relative;
	}
		article.event section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
/*----イベント一覧枠----*/
ul.event_window{
	list-style:none;
	width:100%;
	margin:2em 0 0 0;
	padding:0;
}
	ul.event_window li{
		color:#572106;
		width:100%;
		margin:1em auto;
		padding:0;
	}
		.event_window_bg{
			background:url(../images/event/event_back.png) repeat-y;
			background-size:100% auto;
			width:658px;
			height:587px;
			margin:auto;
		}
		ul.event_window li img{
			display: block;
			object-fit: cover;
			width: 640px;
			height: 460px;
			margin: auto auto auto 5px;
			padding-top: 5px;
		}
	ul.event_window li .comment{
		overflow:scroll;
		font-family:ltg;
		font-size:1.6em;
		line-height:1.4em;
		color:#bfad86;
		width:85%;
		height:93px;
		margin:auto;
		padding:1em 1em 0.2em 1em;
	}

/* ========================================
		pv
======================================== */
article.pv{
	width:100%;
	background:url(../images/pv/pv_back.jpg);
	background-position:top;
	padding:4em 0 6em 0;
}
	article.pv section{
		position:relative;
	}
		article.pv section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}

	article.pv ul.girls_window2 li .right .pv_date{
		font-size:0.8em;
		text-align:left;
		width:calc(100% - 2em);
		padding:0 1em;
	}
	article.pv ul.girls_window2 li .right .title{
		font-size:0.8em;
		font-weight:bold;
		text-align:left;
		width:calc(100% - 2em);
		padding:0 1em;
	}
article.pv ul.girls_window2 .prof_box{
	background: url(../images/pv/movie_base.png)no-repeat;
	width:312px;
	height:431px;
}

/* ========================================
		profile
======================================== */
article.profile{
	width:100%;
	background:url(../images/profile/prof_back.jpg);
	background-position:top;
	padding:4em 0 6em 0;
}
	article.profile section{
		position:relative;
	}
		article.profile section h2{
			text-align:center;
			display:block;
			margin:auto;
			padding:0;
		}
/*プロフィール窓*/
article.profile ul.girls_window1 li{
	float:none;
	clear:none;
	width:600px;
	margin:auto;
}
article.profile ul.girls_window1 .prof_head img{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	vertical-align: bottom;
	margin:auto;
}

article.profile ul.girls_window1 .prof_head_img img{
	z-index:1;
	position:absolute;
	top:30px;
	left:0;
	right:0;
	vertical-align: bottom;
	margin:auto;
}
article.profile .prof_content .prof_slider {
    width:480px!important;
	margin:auto;
}
ul.girls_window1 .prof_box2{
	background:url(../images/profile/waku_prof3.png);
	background-repeat:repeat-y;
	background-size:100%;
	color:#572106;
	width:600px;
	margin:104px auto auto auto;
	padding:0 0 0 0;
}
	article.profile .bx-wrapper img {
		display: block;
		width: 480px;
		height:640px;
		margin:auto;
	}
	article.profile .prof_content .prof_slider .slider_next {
		bottom:10px!important;
		width:208px!important;
		height:68px!important;
		max-height:68px!important;
	}
	article.profile ul.girls_window1 li:nth-child(odd) {
		clear: none;
	}
article.profile .prof_content{
	width:85%;
	margin:0 7% 0 8%;
}
article.profile .prof_content .date{
	float:left;
	font-size:0.7em;
}
article.profile .prof_content .size{
	float:right;
	font-size:0.7em;
}
	article.profile .prof_content .name{
		position:relative;
		background:#572106;
		text-align:center;
		width:100%;
		margin-left:1em;
		padding:3px;
	}
		article.profile .prof_content .name p{
			border:#bfad86 1px solid;
			color:#bfad86;
			line-height:1.2em;
			width:calc(100% - 2px);
			margin:0;
			padding:0.3em 0;
		}
				article.profile .prof_content .name p .number{/*--番号--*/
					font-size:0.8em;
				}
				article.profile .prof_content p .name{/*--名前--*/
					font-size:1.2em;
				}
				article.profile .prof_content p .age{/*--年齢--*/
					font-size:1em;
					padding-left:0.5em;
				}
/*----スライダー位置調整----*/
			article.profile .prof_content .prof_slider{
				position:relative;
				height:640px;
				margin:10px 0 0 33px;
				padding-bottom:100px;
			}
				article.profile .prof_content .prof_slider .bx-wrapper{
					background:none;
					margin:auto;
					margin:0;
				}
			article.profile .prof_content .prof_slider .bx-wrapper .bx-pager{
				bottom: -50px;
				left: 10%;
				max-width: 62px;
				width: 100%;
				margin: 0;
				padding:0;
			}
				article.profile .prof_content .prof_slider .slider_back {
					display:none;
				}
				article.profile .prof_content .prof_slider .slider_next {
					right: 0;
					bottom: -5px;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					background: url(../images/slider/next_button.png)center center no-repeat;
					background-size: cover;
					width: 50%;
					height: 100%;
					max-height: 44px;
				}
		article.profile .prof_content .prof_slider .bx-wrapper li{
			padding:0!important;
		}
			article.profile .prof_content .prof_slider .bx-wrapper img {
				padding: 0!important;
			}
		article.profile h2.prof_small_title img{
			display:block;
			margin:auto;
			padding:1em 0;
		}
	/*----女の子動画----*/
		.prof_window_top img{
			display:block;
			vertical-align:bottom;
			width:85%;
			margin:auto;
			padding:0;
		}
		.prof_window_bottom img{
			display:block;
			vertical-align: top;
			width:85%;
			margin:auto;
			padding:0;
		}
		.movie_window{
			z-index:0;
			position: relative;
			background:url(../images/profile/movie_waku.png) no-repeat;
			background-position:top;
			background-size: 100%;
			width:518px;
			height:278px;
			margin:auto;
			padding:6px 15px 6px 6px;
		}
	.movie_window_bg{
		position:relative;
		background:#bfad86;
		width:100%;
		height:calc(100% - 10px);
	}
			.movie_window img.dammy{
				display:block;
				position:absolute;
				top:0;
				right:0;
				bottom:0;
				left:0;
				margin:auto;
				padding:0;
			}
	/*----女の子プロフィール----*/
	.prof_window{
		z-index:0;
		position: relative;
		background:url(../images/profile/profile_body.png) repeat-y;
		background-position:top;
		background-size: 100%;
		width:85%;
		height:auto;
		margin:auto;
		padding:1em 0;
	}
		.prof_window table{
			border-top:#cfc0a2 1px solid;
			border-collapse: collapse;
			width:90%;
			margin:auto;
			padding:0;
		}
		.prof_window table th,.prof_window table td{
			text-align:center;
			width:50%;
		}
		.prof_window table th:nth-child(odd),.prof_window table td:nth-child(odd){
			border-right:#cfc0a2 1px solid;
		}

			.prof_window table th{
				color:#9c8f7f;
				font-size:0.8em;
				font-weight:normal;
			}
			.prof_window table td{
				border-bottom:#cfc0a2 1px solid;
				font-size:1.1em;
				font-weight:bold;
			}
	/*----コメント----*/
	article.profile .girls_comment{
		position:relative;
		background: url('../images/profile/girls_voice.png') 0 0 no-repeat;
		background-size: cover;
		width:500px;
		height: 310px;
		margin:20px auto;
	}
	article.profile .shop_comment{
		position:relative;
		background: url('../images/profile/shop_voice.png') 0 0 no-repeat;
		background-size: cover;
		width:500px;
		height: 310px;
		margin:auto;
	}
		article.profile .girls_comment p,article.profile .shop_comment p{
			overflow-y: scroll;
			position:absolute;
			top:110px;
			left:0;
			right:0;
			display:block;
			color:#FFF;
			width:calc(420px - 2em);
			height:140px;
			margin:auto;
			padding:0 1em;
		}

	/*----バナー----*/
	article.profile .banner{
		display:block;
		width:80%;
		margin:1em auto auto auto;
	}

	/*----スケジュール----*/
	.schedule_window{
		z-index:0;
		position: relative;
		background:url(../images/profile/profile_body.png) repeat-y;
		background-position:top;
		background-size: 100%;
		width:85%;
		height:auto;
		margin:auto;
		padding:1em 0;
	}
		.schedule_window table{
			border-top:#cfc0a2 1px solid;
			border-collapse: collapse;
			width:90%;
			margin:auto;
			padding:0;
		}
		.schedule_window table th,.prof_window table td{
			border-bottom:#cfc0a2 1px solid;
			text-align:center;
			width:50%;
			padding:5px 0;
		}
			.schedule_window table th{
				border-right:#cfc0a2 1px solid;
				color:#9c8f7f;
				font-size:0.9em;
				font-weight:normal;
			}
				.schedule_window table th.saturday{color:#6ca8ff;}
				.schedule_window table th.sunday{color:#e13f2f;}

			.schedule_window table td{
				background:#FFF;
				font-size:1em;
				text-align:center;
			}
/* ========================================
		system
======================================== */
article.system{
	position:relative;
	width:100%;
	background:url(../images/system/system_back.png);
	background-position:top;
}
	article.system section{
		position:relative;
	}
		article.system section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
		article.system section img{
			display:block;
			margin:2em auto;
		}
	article.system .map{
		position:relative;
		background: url(../images/slider/modal_frame.png) center center no-repeat;
		background-size: 100% 100%;
		width:720px;
		height:510px;
		margin:auto;
		padding:20px;
	}
			article.system .map img{
				position:absolute;
				right:-2em;
				bottom:-3em;
			}
		article.system section p{
			font-size:1.1em;
			text-align:center;
		}
		article.system section p span{
			font-size:0.8em;
		}
/* ========================================
		mailmagazine
======================================== */
article.mailmagazine{
	width:100%;
	background:url(../images/mailmagazine/mailmaga_back.png);
	background-position:top;
}
	article.mailmagazine section{
		position:relative;
	}
		article.mailmagazine section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
	article.mailmagazine section div{
		position:relative;
		background:url(../images/mailmagazine/mailmaga_frame.png);
		width:650px;
		height:660px;
		margin:auto;
	}
	article.mailmagazine section div p{
		position:absolute;
		right:0;
		bottom:330px;
		left:0;
		width:590px;
		padding:0 30px;
	}
		article.mailmagazine section div img.tokuten{
			position:absolute;
			right:0;
			bottom:4em;
			left:20px;
			width:604px;
			height:260px;
			margin:auto;
		}
	article.mailmagazine section .button{
		display:block;
		margin:2em auto auto auto;
	}
/* ========================================
		recruit
======================================== */
article.recruit{
	position:relative;
	width:100%;
	background:url(../images/recruit/recruit_back.jpg);
	background-position:top;
	padding:4em 0;
}
	article.recruit section{
		position:relative;
	}
		article.recruit section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:1em auto;
			padding:0;
		}
	article.recruit section img{
		display:block;
		margin:auto;
	}
article.recruit .recruit_table{
	background:url(../images/recruit/recruit_body.png) repeat-y;
	background-size:100%;
	width:calc(650px - 2em);
	margin:auto;
	padding:1em;
}
	article.recruit .recruit_table h3{
		margin:0;
		padding:0;
	}
		article.recruit .recruit_table .recruit_qa_table{
			background:url(../images/recruit/qa_body.png) repeat-y;
			background-size:100%;
			width:574px;
			margin:auto;
		}
		article.recruit .recruit_table .recruit_qa_table ul{
			list-style:none;
			width:100%;
			margin:0;
			padding:0;
		}
			article.recruit .recruit_table .recruit_qa_table ul li{
				border-bottom:#572106 1px dashed;
				width:calc(100% - 4em);
				margin:auto;
				padding:1em;
			}
				article.recruit .recruit_table .recruit_qa_table ul li:nth-child(odd){
					background:#fffaf1;
				}
				article.recruit .recruit_table .recruit_qa_table ul li:nth-child(even){
					background:#ffffff;
				}
				article.recruit .recruit_table .recruit_qa_table ul li:first-child{
					border-top:#572106 1px dashed;
				}
			article.recruit .recruit_table .recruit_qa_table ul li .q{
				color:#572106;
				font-weight:normal;
				margin:0 0 0.5em 0;
			}
			article.recruit .recruit_table .recruit_qa_table ul li .a{
				color:#e55d53;
			}
	article.recruit section .form_table{
		background:url(../images/recruit/form_body.jpg) repeat-y;
		background-size:100%;
		width:650px;
		margin:auto;
		padding-bottom:1em;
	}
		article.recruit section .form_table h3{
			margin:0;
			padding:1em 1em 0em 1em;
		}
		article.recruit section .form_table p{
			font-size:0.7em;
			margin:0;
			padding:1em 2em;
		}
		article.recruit section .form_table table{
			width:90%;
			margin:auto;
		}
		article.recruit section .form_table table th{
			width:calc(30% - 1em);
			font-size:0.9em;
			text-align:right;
			padding-right:1em;
		}
		article.recruit section .form_table table td{
			width:70%;
		}
			article.recruit input{
				border:#6f4835 1px solid;
				width:calc(100% - 1em);
				padding:1em 0.5em;
			}
			article.recruit button[type=submit]{
				display:block;
				background:none;
				border:none;
				margin:1em auto;
			}
			article.recruit textarea{
				display:block;
				width:calc(100% - 1em)!important;
				height:5em!important;
			}

/* ========================================
		contact
======================================== */
article.contact{
	position:relative;
	width:100%;
	background:url(../images/contact/contact_back.jpg);
	background-position:top;
	padding:4em 0;
}
	article.contact section{
		position:relative;
	}
		article.contact section h2{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}

	article.contact section img{
		display:block;
		margin:auto;
	}
	article.contact section .form_table{
		background:url(../images/recruit/form_body.jpg) repeat-y;
		background-size:100%;
		width:650px;
		margin:auto;
		padding-bottom:1em;
	}
		article.contact section .form_table h3{
			margin:0;
			padding:1em 1em 0em 1em;
		}
		article.contact section .form_table h4{
			text-align:center;
			margin:0;
			padding:1em 1em 0em 1em;
		}
		article.contact section .form_table p{
			font-size:0.7em;
			margin:0;
			padding:1em 2em;
		}
		article.contact section .form_table table{
			width:90%;
			margin:auto;
		}
		article.contact section .form_table table th{
			width:calc(30% - 1em);
			font-size:0.9em;
			text-align:right;
			padding-right:1em;
		}
		article.contact section .form_table table td{
			width:70%;
		}
			article.contact section form input,form textarea{
				border:#6f4835 1px solid;
				width:calc(100% - 1em);
				padding:1em 0.5em;
			}
			article.contact section form button{
				display:block;
				border:none;
				margin:1em auto;
			}
			article.contact textarea{
				display:block;
				width:calc(100% - 1em)!important;
				height:5em!important;
			}
@media screen and (max-width:750px){
	.w100{width:100%;}
	.form_table{
		width:100%!important;
	}
}
