﻿@charset "UTF-8";



#loader {
    width:128px;
    height:128px;
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-32px;
    margin-left:-16px;
    z-index:9999;
}
 
#fade {
    width:100%;
    height:100%;
    display:none;
    background-color:#9e0000;
    position:absolute;
    top:0px;
    left:0px;
    z-index:50;
}

#loader{
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 6px solid #FFF;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
}
#loader{
    animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
    -webkit-animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
}
@keyframes spin
{
    0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); -webkit-transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); -webkit-transform: rotate(180deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}



/*index*/
/*------------------------------------------------------------------------------*/


.index_back {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 660px;
	background-image: url(../img/index_back.jpg) ;
	background-size: cover;
	background-position: top center;
}

.index_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.index_logo{
	width:800px;
	height:340px;
	background-image: url(../img/index_logo.png);
	background-repeat:no-repeat;
	background-size:800px 340px;
	padding:0px;
	margin:0px auto 60px;
	text-indent:-9999px;
}
.index_btn{
	width:546px;
	text-align:center;
	padding:0px;
	margin:0px auto 40px;
}
.index_tel{
	width:580px;
	text-align:center;
	padding:0px;
	margin:0px auto 0px;
}


.banner_idx_area{
	width:100%;
	background-color:#FFF;
	padding:50px 0px;
}
.banner_idx{
	width:1000px;
	height:auto;
	margin:0px auto;
	padding:0;
	clear:both;
	overflow:hidden;
	background-color:#FFF;
}
.banner_idx:before, .banner_idx:after { content: ""; display: block;}
.banner_idx:after { clear: both;}

.banner_idx table {margin-left:auto;margin-right:auto;}

.banner_idxL02{
	float:left;
	width:500px;
	height:auto;
	margin:0px;
	text-align:center;
}
.banner_idxR02{
	float:right;
	width:500px;
	height:auto;
	margin:0px;
	text-align:center;
}

.banner_idxL03{
	float:left;
	width:320px;
	height:auto;
	margin:0px 20px 0px 0px;
	text-align:center;
}
.banner_idxC03{
	float:left;
	width:320px;
	height:auto;
	margin:0px 20px 0px 0px;
	text-align:center;
}
.banner_idxR03{
	float:right;
	width:320px;
	height:auto;
	margin:0px;
	text-align:center;
}

.banner_idx a:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}


/*layout*/
/*------------------------------------------------------------------------------*/


header{
	width:100%;
	height:auto;
	position: fixed;
	top:0;
	left:0;
    z-index:9999;
}
#header_index{
	text-indent:-9999px;
}

#header{
	width:100%;
	height:80px;
	background-color:#9e0000;
	margin:0;
	padding:0;
	position: fixed;
	top:0;
	left:0;
    z-index:9999;
	overflow:hidden;
}

.header_box{
	width:1200px;
	height:80px;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}
.header_box:before, .header_box:after { content: ""; display: block;}
.header_box:after { clear: both;}

.header_menu{
	float:left;
}
.header_menu ul{
    margin:0;
    padding:0;
}
.header_menu li{
	font-family: "century_gothic";
    display:inline-block;
    padding:24px 2px 0px 2px;
	font-size:12px;
	font-weight:bold;
}
.header_menu li a {
	color:#FFF;
	position: relative;
	display: inline-block;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.header_menu li a:hover,a:active,a:visited{
	color:#000;
	text-decoration:none;
}
.header_menu li a::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color:#000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.header_menu li a:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.header_menu li.current{
	border-bottom: 4px solid #000;
}


.header_logo{
	width:150px;
	float:left;
}
.header_logo h1 a{
	width:140px;
	height:80px;
	margin:0;
	padding:20px 0 0 0;
	display:block;
}

.header_info{
	width:466px;
	float:right;
}
.header_info .header_address{
	width:466px;
	height:80px;
    background-image: url(../img/common/header_add2310.png);
    background-position: center center;
    background-repeat: no-repeat; 
	margin:0;
	padding:0px 0px 0px 0px;
	text-indent:-9999px;
}



footer{
	width:100%;
	height:auto;
	background-color:#9e0000;
	margin:0px;
	padding:90px 0px 30px;
	text-align:center;
	color:#FFF;
}
.footer_logo01{
	width:260px;
	height:80px;
	background-image: url(../img/common/logo01.png);
	background-repeat:no-repeat;
	background-size:260px 80px;
	padding:0px;
	margin:0px auto 100px;
	text-indent:-9999px;
}
.footer_box01{
	width:140px;
	height:60px;
	margin:0px auto 35px;
	padding:0px;
	clear:both;
	overflow:hidden;
}
.footer_box01:before, .footer_box01:after { content: ""; display: block;}
.footer_box01:after { clear: both;}

.footer_left{
	width:60px;
	height:60px;
	float:left;
}
.footer_right{
	width:60px;
	height:60px;
	float:right;
}


.footer_box02{
	width:1100px;
	margin:0 auto;
	padding:0;
}
.footer_logo02{
	width:210px;
	height:90px;
    background-image: url(../img/common/logo02.png);
	background-size:210px 90px;
    background-position: center center;
	background-repeat:no-repeat;
	margin:0 auto 30px;
	padding:0;
	text-indent:-9999px;
}

.footer_address{
	width:310px;
	height:70px;
    background-image: url(../img/common/tel01_2310.png);
	background-size:310px 70px;
    background-position: center center;
    background-repeat: no-repeat; 
	margin:0 auto 20px;
	padding:0;
	text-indent:-9999px;
}

.footer_time{
	width:180px;
	margin:0px auto 20px;
	letter-spacing:1px;
}
.footer_time:before, .footer_time:after { content: ""; display: block;}
.footer_time:after { clear: both;}

.footer_time dt, .footer_time dd{
    font-size: 14px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.footer_time dt{
	width:70px;
	color:#ff5757;
}


ul.footer_menu{
    text-align: center;
    list-style-type: none;
    padding-left: 0;
	margin-top:40px;
	margin-bottom:50px;
}
ul.footer_menu li{
	font-family: "century_gothic";
    display:inline;
    padding:0px 10px 0px 10px;
	font-size:12px;
	line-height:12px;
}
ul.footer_menu li a{
	color:#FFFFFF;
	text-decoration: none;
}
ul.footer_menu li a:hover,a:active,a:visited{
	color:#000000;
	text-decoration:underline;
}


.footer_copy{
	font-size:12px;
    font-family: "century_gothic";
}



#wrapper{
	width:100%;
	min-width:1200px;
	height:100%;
}

#content{
	width:100%;
	height:auto;
	margin-top:80px;
	text-align:center;
	background-color:#FFF;
}

.Content_area01{
	width:100%;
	height:auto;
	padding:80px 0px;
}
.Content_area02{
	width:100%;
	height:auto;
	background-color:#fcb7b7;
	padding:80px 0px;
}
.Content_area03{
	width:100%;
	height:auto;
	background-color:#fcb7b7;
	padding:0px 0px 80px 0px;
}
.Content_area04{
	width:100%;
	height:auto;
	background-image: url(../img/common/img_back02.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; 
	padding:80px 0px;
}
.Content_area05{
	width:100%;
	height:auto;
	background-image: url(../img/common/img_back06.jpg);
    background-position: top center;
	padding:80px 0px;
}

.Content_box{
	width:1100px;
	height:auto;
	margin:0px auto;
	font-size:18px;
	line-height:180%;
	font-weight:bold;
}


.breadcrumbs_area{
	width:100%;
	height:auto;
	background-color:#000;
}
.breadcrumbs{
	width:1100px;
	margin:0 auto;
	padding: 10px 10px;
	text-align:left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size:12px;
}
.breadcrumbs{
	width:1100px;
	margin:0 auto;
	padding: 10px 10px;
	text-align:left;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size:12px;
	color:#FFF;
}


/*global*/
/*------------------------------------------------------------------------------*/


.Title_area01{
	width:100%;
	height:250px;
	background-image: url(../img/common/img_back03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px;
	margin:0px auto;
}
.Title_area02{
	width:100%;
	height:250px;
	background-image: url(../img/common/img_back03.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px;
	margin:0px auto;
}

.Title_box{
	margin:0px auto 0px;
	padding:90px 0px 0px;
}



.subTitle01{
    background-image: url(../img/common/subTitle01.jpg);
    background-position: center bottom;
    background-repeat: no-repeat; 
	margin:0px auto 40px;
	padding:0px 0px 34px 0px;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:30px;
	line-height:44px;
	letter-spacing:0.5px;
}




/*各ページLINE*/

.line_url a {
    font-family: "century_gothic";
	font-size:16px;
	color:#000 !important;
	text-decoration:none;
    position: relative;
    display: inline-block;
    transition: .3s;
}
.line_url a:hover,a:active,a:visited{
    font-family: "century_gothic";
	color:#9e0000;
	text-decoration:none;
}
.line_url a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #9e0000;
    transition: .3s;
}
.line_url a:hover::after {
      width: 100%;
}







/*top*/
/*------------------------------------------------------------------------------*/


/*top_img*/

.top_img{
	width:100%;
	height:500px;
	background-image: url(../img/common/img_back01.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0px;
	margin:0px auto;
}



/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	width: 850px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 850px;
	height: 500px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	width: 850px;
	overflow: hidden;
}

.loopSlider ul li {
	width: 850px;
	height: 500px;
	overflow: hidden;
	margin:0px;
	padding:0px;
	font-size:0;
}





/*top_banner*/

#top_banner{
 	width:100%;
	min-width:1100px;
	height:auto;
	margin:0;
	padding:80px 0 80px 0;
	background-color:#FFF;
}
#top_banner a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
#top_banner a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}



/*top_member*/

#top_member{
 	width:100%;
	min-width:1100px;
	margin:0;
	padding:100px 0 100px;
	line-height:250%;
	background-image: url(../img/common/img_back02.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; 
}

.top_member_subTitle01{
	width:573px;
	height:60px;
	background-image: url(../img/title/top_member01.jpg);
	background-repeat:no-repeat;
	background-size:573px 60px;
	padding:0px;
	margin:0px auto 40px;
	text-indent:-9999px;
}
.top_member_subTitle02{
	width:302px;
	height:60px;
	background-image: url(../img/title/top_member02.jpg);
	background-repeat:no-repeat;
	background-size:302px 60px;
	padding:0px;
	margin:0px auto 40px;
	text-indent:-9999px;
}



/*concept*/

.Title_concept{
	width:200px;
	height:70px;
	background-image: url(../img/title/concept.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 50px;
	text-indent:-9999px;
}



/*top_news*/

.Title_news{
	width:200px;
	height:70px;
	background-image: url(../img/title/news.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}

.top_news_area ul{
	margin:40px auto 0px;
}
.top_news_area ul li{
	margin:0 auto 0px;
}
.top_news_area ul li.top_news_title a{
	color:#000 ;
}
.top_news_area ul li.top_news_title a:hover,a:active,a:visited{
	color:#9e0000;
}
.top_news_area ul li.top_news_day{
	font-family: "century_gothic";
	font-size:14px;
	color:#868686;
}



/*news 詳細*/
/*------------------------------------------------------------------------------*/


.Title_info{
	width:200px;
	height:70px;
	background-image: url(../img/title/info.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 20px;
	text-indent:-9999px;
}

.info_day{
    font-family: "century_gothic";
	font-size:16px;
	color:#868686;
	margin-bottom:40px;
}
.info_text{
}





/*女性一覧（top_newface & top_pickup）*/
/*------------------------------------------------------------------------------*/


.Title_NewFace{
	width:200px;
	height:70px;
	background-image: url(../img/title/new_face.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 10px;
	text-indent:-9999px;
}
.Title_PickUp{
	width:200px;
	height:70px;
	background-image: url(../img/title/pick_up.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 10px;
	text-indent:-9999px;
}


.pickup {
    display: block;
	position:absolute;
	right: 5px;
	top: 0px;
	z-index:9999}
.icon_new {
    display: block;
	position:absolute;
	left:10px;
	top:294px;
	z-index:9999;
}


.ladies_area{
	width:1040px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.ladies_area:after {
    content: "";
    display: block;
	clear: both;
}

.cast {
	width:230px;
	height:auto;
	margin:30px 15px 0px 15px;
	padding:0;
	position:relative;
	font-size:0px;
	overflow:hidden;
}
ul.cast{
	float:left;
}
ul.cast li{
	font-size:16px;
	line-height:160%;
	letter-spacing:1px;
}
ul.cast li.thum{
	margin-bottom:15px;
}
ul.cast li.thum a:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}
ul.cast li.thum a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

ul.cast li.thum{
	margin-bottom:10px;
}
ul.cast li.name{
	font-weight:bold;
	font-size:16px;
}
ul.cast li.name span.old{
}
ul.cast li.more{
	line-height:240%;
}

ul.cast li.more02{
	width:230px;
	height:26px;
	background-image: url(../img/common/btn_more_off.png);
	background-repeat:no-repeat;
	background-size:230px 26px;
	-webkit-background-size: 230px 26px;
	-moz-background-size: 230px 26px;
	padding:0px;
	margin:0px auto;
	text-indent:-9999px;
	cursor: pointer;
}
ul.cast li.more02:hover{
	width:230px;
	height:26px;
	background-image: url(../img/common/btn_more_on.png);
	background-repeat:no-repeat;
	background-size:230px 26px;
	-webkit-background-size: 230px 26px;
	-moz-background-size: 230px 26px;
	padding:0px;
	margin:0px auto;
	text-indent:-9999px;
	cursor: pointer;
}


ul.cast li.size{
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
ul.cast li.type{
	font-size:14px;
}
ul.cast li.time{
	font-family: "century_gothic";
	font-weight: bold;
	font-size:14px;
	margin-bottom:5px;
}






/*profile*/
/*------------------------------------------------------------------------------*/

.Title_Profile{
	width:200px;
	height:70px;
	background-image: url(../img/title/profile.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 10px;
	text-indent:-9999px;
}

.prof_info_box{
	width:1100px;
	height:100%;
	margin:0 auto;
	padding:0;
	clear:both;
	overflow:hidden;
}
.prof_info_box:before, .prof_info_box:after { content: ""; display: block;}
.prof_info_box:after { clear: both;}

.prof_info_boxL{
	float:left;
	width:550px;
	height:640px;
	margin:30px 0 0 0;
}
.prof_info_boxR{
	float:right;
	width:510px;
	height:auto;
	margin:30px 0 0 0;
	text-align:left;
}

.prof_name{
 	width:100%;
    background-image: url(../img/prof_title.jpg);
	background-size:80px 8px;
	background-repeat:no-repeat;
    background-position:left bottom;
	background-repeat:no-repeat;
	font-size:30px;
	font-weight:bold;
	letter-spacing:4px;
	margin:0 0 30px 0;
	padding:0 0 16px 0;
}

.prof_text {
	margin-bottom:50px;
}
.prof_text dl {
	width: 100%;
}
.prof_text dt {
 	width:80px;
	height:40px;
	clear: both;
	float: left;
    font-family: "century_gothic";
	font-weight: bold;
	font-size: 18px;
	color:#9e0000;
	margin:0 20px 0 0;
}
.prof_text dd {
	font-size: 18px;
	height:40px;
}

.prof_title{
 	width:100%;
    background-image: url(../img/prof_title.jpg);
	background-size:80px 6px;
    background-position: left bottom;
	background-repeat:no-repeat;
    font-family: "century_gothic";
	font-size:26px;
	font-weight:bold;
	margin:0 0 30px 0;
	padding:0 0 16px 0;
}
.prof_title span.jpn{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	font-size:14px;
	margin-left:8px;
}

.prof_txt {
	font-size:18px;
	line-height:200%;
}










/* .slideShow
------------------------- */
.slideShow {
    margin: 0;
    display: none;
}
 
/* .mainView
------------------------- */
.slideShow .mainView {
    width: 430px;
    position: relative;
    overflow: hidden;
}
.slideShow .mainView ul {
    width: 430px;
    overflow: hidden;
    position: relative;
}
.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 430px;
    position: absolute;
	clear:both;
}
.slideShow .mainView ul li img {
    width: 430px;
}
 
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
    width: 80px;
    position: relative;
    overflow: hidden;
    float: left;
	margin-left:440px;
	margin-top:-648px;
}
 
.slideShow .thumbNail ul {
    width: 100%;
    position: relative;
}
 
.slideShow .thumbNail ul li {
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
	margin-bottom:10px;
}
 
.slideShow .thumbNail ul li img {
    width: 80px;
	height:120px;
}
 
.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
  
 
/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slideShow ul {
    display: inline-block;
    overflow: hidden;
}





/*SYSTEM*/
/*------------------------------------------------------------------------------*/


.Title_system{
	width:200px;
	height:70px;
	background-image: url(../img/title/system.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 0px;
	text-indent:-9999px;
}

.price_box{
	width:800px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.price_box:before, .price_box:after { content: ""; display: block;}
.price_box:after { clear: both;}

dl.price01 {
	display:block;
}
dl.price01 dt.txt01 {
	width:330px;
	font-size:28px;
	text-align:right;
	float:left;
	padding:20px 0px 0px 0px;
	margin-right:0px;
	margin-left:10px;
}
dl.price01 dt.txt02 {
	width:330px;
	font-size:24px;
	text-align:right;
	float:left;
	padding:20px 0px 0px 0px;
	margin-right:0px;
	margin-left:10px;
	color:#9e0000;
}
dl.price01 dd.borderNo {
	font-size:34px;
	padding:20px 60px 10px 0px;
}
dl.price01 dd.border {
	font-size:34px;
	padding:20px 60px 10px 0px;
	border-bottom: dashed 1px #444444;
}
dl.price01 .campaign {
	text-decoration: line-through;
}

dl.price02 {
	display:block;
}
dl.price02 dt {
	width:330px;
	font-size:34px;
	text-align:right;
	float:left;
	padding:20px 0px 0px 0px;
}
dl.price02 dd {
	font-size:34px;
	padding:20px 186px 10px 0px;
	border-bottom: dashed 1px #444444;
	text-align:right;
}

dl.price03 {
	display:block;
}
dl.price03 dt {
	width:440px;
	font-size:22px;
	text-align:right;
	float:left;
	padding:22px 0px 0px 0px;
}
dl.price03 dd {
	font-size:34px;
	padding:18px 20px 10px 0px;
	border-bottom: dashed 1px #444444;
}

.zero {
	margin-left:76px;
}
.over {
	font-size:14px;
}
.minyen {
	font-size:20px;
}

.system_class01{
 	width:280px;
	height:155px;
	margin:0 auto 10px;
	padding:0;
    background-image: url(../img/system_img01.png);
	background-size:280px 155px;
    background-repeat: no-repeat;
    background-position: center center;
	text-indent:-9999px;
}

.cancel_box{
	width:1100px;
	margin:0px auto 0;
	padding:0;
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
}

.prohibit_box{
	width:1100px;
	margin:0px auto 0;
	padding:0;
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
}
.prohibit_box ul {
	width:760px;
	margin:0px auto 0;
	text-align:left;
	font-size:14px;
	line-height:140%;
}

.privacy_box{
	width:760px;
	margin:0px auto 0;
	padding:0;
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	text-align:left;
}
.privacy_box dt{
	font-size:16px;
	line-height:140%;
	padding:10px 20px;
	border-left: solid 8px #9e0000;
}
.privacy_box dd{
	font-size:14px;
	line-height:140%;
	padding:20px 20px;
	margin-bottom: 10px;
}




/*LADIES*/
/*------------------------------------------------------------------------------*/


.Title_ladies{
	width:200px;
	height:70px;
	background-image: url(../img/title/ladies.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 0px;
	text-indent:-9999px;
}

.ladies_area01{
 	width:100%;
	height:auto;
	margin:0px auto;
	padding:60px 0px;
    background-image: url(../img/common/img_back04.jpg);
	background-attachment: fixed;
	background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.ladies_txt01{
 	width:660px;
	height:140px;
	margin:0px auto 30px;
	padding:0px;
    background-image: url(../img/ladies_img01.png);
	background-size:660px 140px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}
.ladies_txt02{
 	width:540px;
	height:250px;
	margin:0px auto;
	padding:0px;
    background-image: url(../img/ladies_img02.png);
	background-size:540px 250px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}



/*GUIDE*/
/*------------------------------------------------------------------------------*/


.Title_guide{
	width:200px;
	height:70px;
	background-image: url(../img/title/guide.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 0px;
	text-indent:-9999px;
}

.subTitle_guide01{
	width:640px;
	height:54px;
	background-image: url(../img/guide_img01.jpg);
	background-repeat:no-repeat;
	background-size:640px 54px;
	padding:20px 0px 0px 0px;
	margin:0px auto 0px;
	text-indent:-9999px;
}
.subTitle_guide02{
	width:640px;
	height:54px;
	background-image: url(../img/guide_img02.jpg);
	background-repeat:no-repeat;
	background-size:640px 54px;
	padding:0px;
	margin:0px auto 40px;
	text-indent:-9999px;
}
.subTitle_guide03{
	width:780px;
	height:54px;
	background-image: url(../img/guide_img03.jpg);
	background-repeat:no-repeat;
	background-size:780px 54px;
	padding:0px;
	margin:0px auto 40px;
	text-indent:-9999px;
}


.icon_flow:after{
	content:url(../img/common/flow_icon.png) !important;
	display:block;
	width:42px;
	height:24px !important;
	margin:0 auto;
	padding:50px 0 50px;
	visibility:visible !important;
}

#Guide_Flow .flow01{
 	width:100%;
	height:auto;
    background-image: url(../img/common/flow01.png);
	background-size:74px 74px;
    background-position: center top;
    background-repeat: no-repeat; 
	margin:40px auto 0;
}
#Guide_Flow .flow02{
 	width:100%;
	height:auto;
    background-image: url(../img/common/flow02.png);
	background-size:74px 74px;
    background-position: center top;
    background-repeat: no-repeat; 
	margin:0 auto;
}
#Guide_Flow .flow03{
 	width:100%;
	height:auto;
    background-image: url(../img/common/flow03.png);
	background-size:74px 74px;
    background-position: center top;
    background-repeat: no-repeat; 
	margin:0 auto;
}
#Guide_Flow .flow04{
 	width:100%;
	height:auto;
    background-image: url(../img/common/flow04.png);
	background-size:74px 74px;
    background-position: center top;
    background-repeat: no-repeat; 
	margin:0 auto;
}
#Guide_Flow .flow05{
 	width:100%;
	height:auto;
    background-image: url(../img/common/flow05.png);
	background-size:74px 74px;
    background-position: center top;
    background-repeat: no-repeat; 
	margin:0 auto;
}
#Guide_Flow .flow06{
 	width:100%;
	height:auto;
    background-image: url(../img/common/flow06.png);
	background-size:74px 74px;
    background-position: center top;
    background-repeat: no-repeat; 
	margin:0 auto;
}

#Guide_Flow dl {
	text-align:center;
	padding-top:90px;
}
#Guide_Flow dt {
	font-size:26px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:30px;
}
#Guide_Flow dd {
	font-size:18px;
	font-weight:bold;
	line-height:180%;
}



.guide_contact{
	width:932px;
	margin:30px auto 0px;
	padding:0;
	clear:both;
	overflow:hidden;
}
.guide_contact:before, .guide_contact:after { content: ""; display: block;}
.guide_contact:after { clear: both;}

.guide_contact_box01{
	width:310px;
	float:left;
	padding-top:5px;
	text-align:center;
	border-right: solid 1px #BBB;
}
.guide_contact_box02{
	width:310px;
	float:left;
	padding-top:5px;
	text-align:center;
	border-right: solid 1px #BBB;
}
.guide_contact_box03{
	width:310px;
	float:right;
	padding-top:5px;
	text-align:center;
}




/*MEMBER*/
/*------------------------------------------------------------------------------*/


.Title_member{
	width:300px;
	height:70px;
	background-image: url(../img/title/member.png);
	background-repeat:no-repeat;
	background-size:300px 70px;
	padding:0px;
	margin:0px auto 10px;
	text-indent:-9999px;
}


.member_area01{
 	width:100%;
	height:auto;
	margin:0px auto;
	padding:60px 0px;
    background-image: url(../img/common/img_back04.jpg);
	background-attachment: fixed;
	background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.member_txt01{
 	width:866px;
	height:136px;
	margin:0px auto 30px;
	padding:0px;
    background-image: url(../img/member_img01.png);
	background-size:866px 136px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}
.member_txt02{
 	width:646px;
	height:150px;
	margin:0px auto;
	padding:0px;
    background-image: url(../img/member_img02.png);
	background-size:646px 150px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}

.member_club{
 	width:360px;
	height:122px;
	margin:0px auto 30px;
	padding:0px;
    background-image: url(../img/member_club.png);
	background-size:360px 122px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}




/*RECRUIT*/
/*------------------------------------------------------------------------------*/


.Title_recruit{
	width:200px;
	height:70px;
	background-image: url(../img/title/recruit.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 10px;
	text-indent:-9999px;
}

.recruit_area01{
 	width:100%;
	height:auto;
	margin:0px auto;
	padding:60px 0px;
    background-image: url(../img/common/img_back04.jpg);
	background-attachment: fixed;
	background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.recruit_txt01{
 	width:730px;
	height:216px;
	margin:0px auto 30px;
	padding:0px;
    background-image: url(../img/recruit_img01.png);
	background-size:730px 216px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}
.recruit_txt02{
 	width:682px;
	height:60px;
	margin:0px auto;
	padding:0px;
    background-image: url(../img/recruit_img02.png);
	background-size:682px 60px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}
.recruit_txt03{
 	width:500px;
	height:110px;
	margin:0px auto 40px;
	padding:0px;
    background-image: url(../img/recruit_img03.png);
	background-size:500px 110px;
    background-repeat: no-repeat;
    background-position: top center;
	text-indent:-9999px;
}

#recruit_banner a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
#recruit_banner a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}




/*CONTACT*/
/*------------------------------------------------------------------------------*/


.Title_contact{
	width:220px;
	height:70px;
	background-image: url(../img/title/contact.png);
	background-repeat:no-repeat;
	background-size:220px 70px;
	padding:0px;
	margin:0px auto 10px;
	text-indent:-9999px;
}






/*コンタクトフォーム*/
/*------------------------------------------------------------------------------*/


.contact_form_area{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
.contact_form_area span.req{
	color:#9e0000;
}
.contact_form_area table{
	width:100%;
}
.contact_form_area table th{
	width:200px;
	padding-top:4px;
	padding-right:20px;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	vertical-align:top;
}
.contact_form_area table td{
	vertical-align:middle;
}
.contact_form_area table th.form01,
.contact_form_area table td.form01{
	padding-bottom:30px;
}
.contact_form_area table th.form02,
.contact_form_area table td.form02{
	padding-bottom:10px;
}
.contact_form_area input{
	width:500px;
	padding:10px 10px;
}
.contact_form_area input.year{
	width:60px;
	margin-right:10px;
	padding:10px 10px;
}
.contact_form_area textarea{
	width:500px;
	height:150px;
	font-size:14px;
	padding:10px 10px;
}
.miniSelect{
	line-height:300%;
	margin:0px;
	padding:10px 20px;
}
.miniSelect1,
.miniSelect2,
.miniSelect3,
.miniSelect4,
.miniSelect5,
.miniSelect6,
.miniSelect7,
.miniSelect8,
.miniSelect9{
	line-height:300%;
	margin:10px;
	padding:10px 10px;
}
#submit_box{
	width:400px;
	margin:0 auto;
	text-align:center;
}
#submit_box:after { clear: both;}

#submit_box input.submit{
	display:block;
	margin:0 auto;
	width:140px;
	height:40px;
	font-size:16px;
	line-height:16px;
	text-align:center;
	color: #FFF;
	border:none;
	cursor:pointer;
    background-color: #9e0000;
    transition: background-color 0.5s;
}
#submit_box input.submit:hover {
    background-color: #000;
    transition: background-color 1s;
}
#submit_box input#btn01{
	letter-spacing:20px;
	padding-left:30px;
}
#submit_box input#btn02{
	letter-spacing:20px;
	padding-left:30px;
	float:right;
	margin-bottom:50px;
}
#submit_box input#btn03{
	letter-spacing:4px;
	padding-left:20px;
	float:left;
	margin-bottom:50px;
}
.sent .contact-input-area{
	display:none;
}



/* .スケジュール
------------------------- */



.Title_schedule{
	width:200px;
	height:70px;
	background-image: url(../img/title/schedule.png);
	background-repeat:no-repeat;
	background-size:200px 70px;
	padding:0px;
	margin:0px auto 0px;
	text-indent:-9999px;
}



.prof_sche_box{
	text-align: left;
	margin-top: 50px;
}

.prof_sche{
	width:520px;
	height:100%;
	margin:0;
	padding:5px 0 0 0;
	clear:both;
	overflow:hidden;
}
.prof_sche:before, .prof_sche:after { content: ""; display: block;}
.prof_sche:after { clear: both;}

.prof_sche_day{
	font-family: "century_gothic";
	float:left;
    width: 180px;
}
.prof_sche_time{
	float:right;
    width: 340px;
	text-align:left;
}

.prof_sche ul { width: 510px; }
.prof_sche li {
	font-family: "century_gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
    display: table;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    width: 510px;
}
.prof_sche .last-child { margin-bottom: 0px; }
.prof_sche li h4 {
    display: table-cell;
    width: 180px;
}
.prof_sche li .Sat { color: #008AFD; }
.prof_sche li .Sun { color: #FF518C; }
.prof_sche li p { display: table-cell; }



.schedule_menu{
 	width:1100px;
	height:auto;
	margin:0 auto;
    padding:0;
}
.schedule_menu ul{
 	width:1100px;
	margin:0 auto 80px;
    padding:0;
	list-style:none;
	font-size:0;
	text-align: center;
}
.schedule_menu li{
	font-family: "century_gothic";
    display:inline-block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.schedule_menu li a {
	color:#333;
	text-decoration: none;
	padding:10px 20px;
	margin:0px 2px;
}
.schedule_menu li a:hover{
	color:#FFFFFF;
	background-color:#9e0000;
	text-decoration:none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.schedule_menu li#active a {
	color:#FFFFFF;
	background-color:#9e0000;
	text-decoration:none;
	padding:10px 20px;
	margin:0px 2px;
}
.schedule_menu li.Sat a { color: #333; }
.schedule_menu li.Sun a { color: #333; }
.schedule_menu li.Sat a:hover { color: #FFFFFF; }
.schedule_menu li.Sun a:hover { color: #FFFFFF; }






