html,body{
	margin:0;
	padding:0;
}
body{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	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) no-repeat;
	background-size:cover;
	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_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;
	}
		.header_menu_list li img{
			max-width:150px;
		}
/* ========================================
		footer
======================================== */
footer{
	position:relative;
	background:url(../images/parts/back_rep2.png);
	text-align:center;
	width:100%;
	height:auto;
	margin-top:2em;
	padding:2em 0 1em 0;
}
/*--------------メニューボタン--------------*/
footer .header_menu_list{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style:none;
	width:960px;
	margin:auto;
	padding:0;
}
	footer .header_menu_list li{
		width:calc(100%/6);
		margin:0 0 10px 0;
	}
	footer .header_menu_list li a{
		color:#6a4420;
		text-decoration:none;
	}
		footer .header_menu_list li img{
			max-width:150px;
		}

footer .footer_top{
	width:960px;
	margin:auto;
}
	footer h1{
	}
	footer .tel{
	}
	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);
	background-size:cover;
	box-shadow:0px 5px 0px #a4897c;
	width:100%;
	height:auto;
}
	.index_mainimage section{
		text-align:center;
		max-width:1000px;
		vertical-align:bottom;
	}

	.index_mainimage img{
		width:auto;
		vertical-align:bottom;
	}
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{
			text-align:center;
			width:100%;
			display:block;
			margin:auto;
			padding:0;
		}
/*--------------各ブログバナー--------------*/
ul.blog_banner{
	float:left;
	list-style:none;
	width:310px;
	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;
		position:relative;
		width:100%;
		height:100%;
	}
/*--------------ニュースバー--------------*/
.news_message{
	position:relative;
	float:left;
	border:#ff709d 4px solid;
	border-radius:10px;
	background:#FFF;
	width:600px;
	padding:3px 6px;
}
.news_message img{
	position:absolute;
	top: -20px;
    left: -40px;}
	.news_message marquee {
		color:#000;
		font-size:1em;
		width:100%;
		padding:10px 0 0 0;
	}
/*--------------ツイッター--------------*/
.twitter_window{
	z-index:0;
	position: relative;
	float:left;
	border:#52bded 4px solid;
	border-radius:10px;
	background:#FFF;
	width:590px;
	height:368px;
	margin:20px 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(n+5){
	display:none;
}
	ul.girls_window1 li:nth-child(odd){
		clear:both;
	}
		ul.girls_window1 .prof_head{
			z-index:1;
			vertical-align: bottom;

			margin:auto;
		}
			ul.girls_window1 .prof_head .ike{
				background:#ff2261;
				border-radius: 20px;
				color:#FFF;
				padding:3px 1em;
		}
			ul.girls_window1 .prof_head .shi{
				background:#20c537;
				border-radius: 20px;
				color:#FFF;			
				padding:3px 1em;
		}
			ul.girls_window1 .prof_head .kaw{
				background:#11a9e0;
				border-radius: 20px;
				color:#FFF;
				padding:3px 1em;
		}

		ul.girls_window1 .prof_box{
			border:3px #d9cfc6 solid;
			border-radius:10px;
			box-shadow:0 0 3px 5px #d9cfc6;
			background:#FFF;
			color:#572106;
			width:456px;
			height:320px;
			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:188px;
			height:100%;
			margin:0;
			padding:20px;
		}

			ul.girls_window1 li .left img{
				width:100%;
			}
		ul.girls_window1 li .time{/*--出勤時間--*/
			color:#f96931;
		}
/*----右側:情報----*/
		ul.girls_window1 li .right{
			float:left;
			width:208px;
			height:calc(100% - 100px);
			padding:10px;
		}
			ul.girls_window1 li .right .date{
				font-size:0.8em;
			}
ul.girls_window1 li .right div.name {
  line-height: 30px;
  position: relative;
  height: 30px;
  margin: 2em 50px 1em;
  padding: 0 1rem;
  text-align: center;
  color: #fff;
  background: #572106;
}
ul.girls_window1 li .right div.name span.age {
	font-size:12px;
}
ul.girls_window1 li .right div.name:before,
ul.girls_window1 li .right div.name:after {
  position: absolute;
  top: 0;
  display: block;
  height: 0;
  content: '';
  border: 15px solid #572106;
}

ul.girls_window1 li .right div.name:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

ul.girls_window1 li .right div.name:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}


			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 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{
			z-index:1;
			position:absolute;
			top:0px;
			right:0;
			left:0;
			color:#FFF;
			text-align:center;
			vertical-align: bottom;
			margin:auto;
		}
			ul.girls_window2 .prof_head span{
				display:inline-block;
				border-radius:20px;
				font-weight:bold;
				padding:3px 2em;
			}
			ul.girls_window2 .prof_head .ike{
				background:#ff2261;
			}
			ul.girls_window2 .prof_head .shi{
				background:#20c537;
			}
			ul.girls_window2 .prof_head .kaw{
				background:#11a9e0;
			}
		ul.girls_window2 .prof_box{
			position:relative;
			border: 3px #d9cfc6 solid;
			border-radius: 10px;
			box-shadow: 0 0 3px 5px #d9cfc6;
			background: #FFF;
			color: #572106;
			width:300px;
			height:480px;
			margin:auto;
			padding:20px 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:#f96931;
			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{
				line-height: 30px;
				position: relative;
				height: 30px;
				margin: 2em 50px 1em;
				padding: 0 1rem;
				text-align: center;
				color: #fff;
				background: #572106;
			}
ul.girls_window2 li .right div.name:before, ul.girls_window2 li .right div.name:after {
    position: absolute;
    top: 0;
    display: block;
    height: 0;
    content: '';
    border: 15px solid #572106;
}
ul.girls_window2 li .right div.name:before {
    left: -30px;
    border-left-width: 15px;
    border-left-color: transparent;
}
ul.girls_window2 li .right div.name:after {
    right: -30px;
    border-right-width: 15px;
    border-right-color: transparent;
}
				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{
			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{
	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{
	border: 3px #d9cfc6 solid;
    border-radius: 10px;
    box-shadow: 0 0 3px 5px #d9cfc6;
    background: #FFF;
    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;
		width:85%;
		height:auto;
		margin:auto;
		padding:1em 0;
	}
		.prof_window table{
			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:#ff2261 1px solid;
		}

			.prof_window table th{
				color:#ff2261;
				font-size:0.8em;
				font-weight:normal;
			}
			.prof_window table td{
				border-bottom:#ff2261 1px solid;
				font-size:1.1em;
				font-weight:bold;
			}
	/*----コメント----*/
	article.profile .girls_comment{
		position:relative;
		border:#20c537 3px dotted;
		border-radius:10px;
		background-size: cover;
		width:500px;
		margin:20px auto;
		padding:20px 0;
	}
article.profile .girls_comment h3{
	color:#20c537;
	text-align:center;
}
	article.profile .shop_comment{
		position:relative;
		border:#11a9e0 3px dotted;
		border-radius:10px;
		background-size: cover;
		width:500px;
		margin:auto auto 40px auto;
		padding:20px 0;
	}
article.profile .shop_comment h3{
	color:#11a9e0;
	text-align:center;
}
		article.profile .girls_comment p,article.profile .shop_comment p{
			overflow-y: scroll;
			display:block;
			width:calc(420px - 2em);
			margin:auto;
			padding:0 1em;
		}

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

	/*----スケジュール----*/
	.schedule_window{
		z-index:0;
		width:85%;
		height:auto;
		margin:auto;
		padding:1em 0;
	}
		.schedule_window table{
			border-top:#ff2261 1px solid;
			border-collapse: collapse;
			width:90%;
			margin:auto;
			padding:0;
		}
		.schedule_window table th,.prof_window table td{
			border-bottom:#ff2261 1px solid;
			text-align:center;
			width:50%;
			padding:5px 0;
		}
			.schedule_window table th{
				background:#ff2261;
				color:#ffffff;
				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{
				border-bottom:#ff2261 1px solid;
				border-right:#ff2261 1px solid;
				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.png);
	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{
		border: 3px #d9cfc6 solid;
		border-radius: 10px;
		box-shadow: 0 0 3px 5px #d9cfc6;
		background: #FFF;
		color: #572106;
		text-align: center;
		padding: 20px 0;
	}
		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;
			}
section{
	margin-bottom:40px;
}
body.sub section h2{
	color: #ffffff;
	padding: 10px;
	background: repeating-linear-gradient(45deg, #6a4420, #6a4420 10px, #492e17 10px, #492e17 20px);
	margin-bottom:20px;
}
body.sub section p.big{
	font-size:24px;
}
body.sub section p.center{
	text-align:center;
}
section .texttable{
	border: 3px #d9cfc6 solid;
    border-radius: 10px;
    box-shadow: 0 0 3px 5px #d9cfc6;
    background: #FFF;
    color: #572106;
	text-align:center;
	padding:20px 0;
}
	section.flow .texttable{
		position:relative;
		max-width:750px;
		width:100%;
		margin:auto auto 80px auto;
	}
	section.flow .texttable img{
		position:absolute;
		top:5px;
		left:5px;
	}
		section.flow .texttable:after {
			content: ' ';
			position: absolute;
			right:0;
			bottom: -60px;
			left: 0;
			width: 0;
			height: 0;
			margin:auto;
			border: none;
			border-top: 35px solid #d40000;
			border-right: 40px solid transparent;
			border-left: 40px solid transparent;
		}
		section.flow .texttable:last-of-type:after {
			display:none;
		}
section .centerlist{
	display:inline-block;
	width:auto;
}
section .centerlist li{
	font-size:1.4em;
	text-align:left;
}
section.system dl{
	display:flex;
	flex-wrap: wrap;
}
section.system dl dt{
	color:#FFF;
	text-align:center;
	width:25%;
	padding:20px 0;
}
section.system dl dd{
	background:#FFF;
	font-size:20px;
	text-align:center;
	width:calc(75% - 1em);
	margin:0;
	padding:20px 0 20px 1em;
}
section.system dl dd small{
	font-size:16px;
}
section.system dl:first-of-type{
	border:#ff2261 1px solid;
}
	section.system dl:first-of-type dt{
		background:#ff2261;
	}
section.system dl:nth-of-type(2){
	border:#20c537 1px solid;
}
	section.system dl:nth-of-type(2) dt{
		background:#20c537;
	}
section.system dl:nth-of-type(3){
	border:#11a9e0 1px solid;
}
	section.system dl:nth-of-type(3) dt{
		background:#11a9e0;
	}
section.system dl:nth-of-type(4){
	border:#ff6931 1px solid;
}
	section.system dl:nth-of-type(4) dt{
		background:#ff6931;
	}
section.system dl:nth-of-type(5){
	border:#6a4420 1px solid;
}
	section.system dl:nth-of-type(5) dt{
		background:#6a4420;
	}
section.system dl:nth-of-type(6){
	border:#d40000 1px solid;
}
	section.system dl:nth-of-type(6) dt{
		background:#d40000;
	}
section.faq dl{
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	width:100%;
	margin-bottom:40px;
}
section.faq dl dt{
	width:10%;
}
section.faq dl dt img{
	max-width:100%;
}

section.faq dl dd{
	width:90%;
	margin:0;
}

@media screen and (max-width:750px){
	.w100{width:100%;}
	.form_table{
		width:100%!important;
	}
}
