@import url("reset.css");
body {
	height: 100%;
	color: #222;
	font-size: 12px;
}
body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(/img/bg_sp.png) center no-repeat;
	background-size:cover;
}
img{
	width: 100%;
	vertical-align: bottom;
}
a{
	color: #fff;
}
a:hover{
	color: #5BADC4;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dopc{
	display: none !important;
}
.btn {
	margin: 0 auto;
	text-align: center;
	display: block;
	border: unset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table{
	margin: 0 auto 10px auto;
	box-sizing: border-box;
	border-spacing: 0;
}
th,td{
	vertical-align: middle;
	box-sizing: border-box;
}
th{
	padding: 5px;
	text-align: center;
}
td{
	padding: 5px;
	text-align: left;
}
select {
	-webkit-appearance: none;
	}
input[type="submit"] {
	-webkit-appearance: none;
	border: none;
}
.fontChange{
	font-family: 'Libre Baskerville', serif;
}
#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#pan{
	width: 100%;
    margin: 77px auto 0 auto;
    color: white;
    font-size: 12px;
}
#pan a{
	color: #222;
}
#panIn {
	padding: 0 2%;
	background: #aa0649;
	color: #fff;
}
#panIn a {
	color: #fff;
}
#headBn{
	padding-top: 10px;
	background-color: rgba(255,255,255,0.9);
}
/*----- slick -----*/
.slider {
	width: 90%;
	margin: 0 auto 80px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-dots{
	bottom: 7px!important;
}
.slick-dots li button:before{
	font-size: 30px!important;
	color: #ae35c3!important;
}
.slick-dotted.slick-slider{
	padding-bottom: 30px;
}
.castSlider li{
	margin: 0 10px 10px 0;
}
.bnrSlider{
	width: 100%;
}
.bnrSlider .slick-slide{
	margin: 5px;
}
.bnrSlider .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(50%);
	-moz-filter: opacity(50%);
	-o-filter: opacity(50%);
	-ms-filter: opacity(50%);
	filter: opacity(50%);
	transition: 0.2s linear;
}
.more.btn {
	width: 180px;
	margin: 0 auto ;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.more.btn a {
	padding: 18px 0 20px 0;
	font-size: 18px;
	text-align: center;
	display: block;
}
/*----- index -----*/
#index{
	color: #fff;
	text-align: center;
}
#index a{
	color: #fff;
}
#index h1{
	padding: 2px 0;
	text-align: center;
	background-color: #282828;
	color: #fff;
	line-height: 14px;
}
#index .content{
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
    background-color: rgb(195 53 53 / 67%);
}
#indexHead img{
	width: 100%;
}
#entrance{
	padding: 20px 0 0 0;
}
#entrance img{
	width: 50px;
	margin: 0 auto 10px auto;
	display: block;
}
#entrance p{
	margin-bottom: 20px;
}
.enter span{
	font-size: 24px;
}
#index .btn {
	width: 240px;
	height: 85px;
	margin: 0 auto 20px auto;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#index .enter a {
	padding: 12px 0;
	text-align: center;
	display: block;
}
#index .recruit,#index .introduction,#index .group,#index .link{
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#index .recruit .left,#index .recruit .right{
	margin: 0 10px;
}
#index .introduction .contentTitle{
	font-size: 14px;
}
#index .introduction .textBox{
	padding: 0 5px;
	text-align: left;
}
#index .introduction .textBox p{
	margin-bottom: 5px;
}
#index .group li{
	margin-bottom: 20px;
}
#index .group li:last-child{
	margin-bottom: unset;
}
#index .group .name{
	margin-bottom: 10px;
	font-size: 14px;
}
#index .link img{
	width: auto;
	max-width: 100%;
}

#index .link ul{
	margin: 0 auto;
	overflow: hidden;
}
#index .link li{
	margin-bottom: 10px;
}
#index .link li:last-child{
	margin-bottom: unset;
}
/*----- header -----*/
#header{
	width: 100%;
    height: auto;
    background-color: #ff0077;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 1000;
}
#header h1{
	line-height: 16px;
	text-align: center;
	color: #ffffff;
    background-color: #282828;
}
#header .logo {
    width: 68%;
    /* margin: 7px 31% 8px 2%; */
    float: left;
}
#header .logo a{
	display: block;
}
#header .logo img{
	width: 100%;
}
#header .dataBox{
	width: 30%;
	margin: 5px 2% 5px 0;
	float: left;
}
#header .dataBox li{
	width: 45%;
	float: left;
}
#header .dataBox li:first-child{
	margin-right: 10%;
}
#header .dataBox img{
	width: 100%;
	display: block;
}
#headImg{
	background-color: rgba(174,53,195,0.8);
}
/*swingMenu*/
.swingMenu{
	width: 100%;
	height: 100vh;
	margin-top: 77px;
	text-align: left;
	z-index: 2000;
	display: none;
	background-color: #d70064;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 20px;
}
.swingMenu .menuList{
	padding: 15px 0 0 0;
	overflow: hidden;
}
.swingMenu ul{
	margin: 0 1%;
	overflow: hidden;
}
.swingMenu li{
	width: 49%;
	height: 50px;
	margin: 0 2% 10px 0;
	padding: 16px 0 0 0;
	font-size: 16px;
	text-align: center;
	background: url(/img/nav_btn_bg.png) no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	float: left;
}
.swingMenu li:nth-child(even){
	margin: 0 0 10px 0;
}
.swingMenu .addressBox p{
	margin-left: 1%;
	text-align: left;
}
.addressBox{
	width: 98%;
	margin: 0 1%;
}
.addressBox img{
	width: 90%;
	margin: 0 auto 10px auto;
	display: block;
}
.addressBox .data{
	width: 96%;
    margin: 0 2%;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
}
.addressBox .data a{
	color: white;
}
.addressBox .data span{
	margin-right: 10px;
	font-size: 14px;
}
.addressBox .time{
	margin-bottom: 10px;
}
/*----- nav -----*/
#nav{
	font-size: 20px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	line-height: 45px;
	background-color: #FDF2F8;
	border-bottom: solid #470246 1px;
	box-sizing: border-box;
	overflow: hidden;
}
/*----- girlSet -----*/
.serchBox table{
	width: 100%;
	margin-bottom: 20px;
	border: solid #ae35c3 1px;
}
.serchBox td{
	display: block;
}
.serchBox td:first-child{
	display: none!important;
}
.serchBox select{
	width: 100%;
	padding: 10px;
	border-color: rgb(169, 169, 169);
	background-color: #fff;
	box-sizing: border-box;
}
.serchBox .btn {
	width: 180px;
	margin: 0 auto;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #fff;
	height: 60px;
	font-size: 24px;
}
.serchBox input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
.serchBox .btn a {
	padding: 20px 0 16px 0;
	font-size: 16px;
	text-align: center;
	display: block;
}
.serchBox .btn a{
	color: #fff;
}
.serchBox .btn a:hover{
	color: #ccc;
	transition: all .3s;
}
.girlDataBox{
	overflow: hidden;
}
.girlSet{
	color: #fff;
	position: relative;
	overflow: hidden;
}
.girlSet .girlImg{
	object-fit: cover;
	height: 220px;
}
.girlSet .newfaceIcon {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 10;
}
.girlSet .twitterIcon {
	position: absolute;
	bottom: 33px;
	right: 5px;
	z-index: 10;
}
.girlSet .rankIcon {
	position: absolute;
	bottom: 50px;
	right: 5px;
	z-index: 10;
}
.girlSet .newfaceIcon img,.girlSet .twitterIcon img,.girlSet .rankIcon img{
	width: 50px;
	height: 50px;
}
.girlSet .emp{
	height: 24px;
	padding: 2px 5px;
	color: #ff0077;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	position: absolute;
	bottom: 85px;
	left: 3%;
	z-index: 600;
}
.girlSet .name{
	height: 24px;
	padding: 2px 5px;
	color: #d5e553;
	font-size: 14px;
	background-color: #ea0071;
	box-sizing: border-box;
	position: absolute;
	bottom: 57px;
	left: 3%;
	z-index: 600;
}
.girlSet .name a{
	color: #fff;
}
.girlSet .size{
	height: 20px;
	padding: 1px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #ea0071;
	box-sizing: border-box;
	position: absolute;
	bottom: 33px;
	left: 3%;
	z-index: 600;
}
.girlSet .time{
	width: 94%;
	height: 24px;
	color: #ae35c3;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	position: absolute;
	bottom: 5px;
	left: 3%;
	z-index: 600;
	box-sizing: border-box;
}
/*----- gielSetStyle01 -----*/
.gielSetStyle01{
	width: calc(98.4%/4);
	margin: 0 0.2% 10px 0.2%;
}
.gielSetStyle01 .girlDataBox{
	padding: 5px;
}
.gielSetStyle01 .name{
	font-size: 16px;
	width: 150px;
	text-align: center;
	text-shadow: 1px 1px 1px #373737;
	color: #373737 ;
}
.gielSetStyle01 .size{
	width: 150px;
	font-size: 10px;
	margin-bottom: 7px;
}
.gielSetStyle01 .time{
	width: 150px;;
	font-size: 10px;
	margin-bottom: 5px;
}
/*----- gielSetStyle02 -----*/
.gielSetStyle02{
	padding: 5px;
}
.gielSetStyle02 .girlDataBox{
	padding: 5px;
}
.gielSetStyle02 .name{
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #373737;
	width: 100%;
	margin-bottom: 5px;
	color: #373737 ;
}
.gielSetStyle02 .size{
	font-size: 14px;
	width: 100%;
}
/*----- main -----*/
#main{
	overflow: hidden;
}
#left{
	width: 680px;
}
#headContact{
	margin: 72px auto 20px auto;
}
#headContact .time{
	margin-bottom: 10px;
	text-align: center;
}
#headContact .time span{
	font-size: 20px;
}
.headContactBtn{
	width: 80%;
	margin: 0 auto 5px auto;
	padding: 5px 0;
	line-height: 20px;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #FDF2F8), color-stop(1.00, #F9E4ED));
	background: -webkit-linear-gradient(#FDF2F8, #F9E4ED);
	background: -moz-linear-gradient(#FDF2F8, #F9E4ED);
	background: -o-linear-gradient(#FDF2F8, #F9E4ED);
	background: -ms-linear-gradient(#FDF2F8, #F9E4ED);
	background: linear-gradient(#FDF2F8, #F9E4ED);
	border-radius: 5px;
	border: solid #505050 1px;
	box-sizing: border-box;
	display: block;
}
#headContact .headContactBtn img{
	width: 7%;
	position: absolute;
	top: 7px;
	left: 7%;
}
#headContact .headContactBtn p{
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	position: relative;
	left: 20%;
}
/*----- top -----*/
.content{
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	background-color: rgb(0 0 0 / 24%);;
	box-sizing: border-box;
	overflow: hidden;
}
.contentInner{
	width: 100%;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.contentSet{
	margin-bottom: 10px;
	overflow: hidden;
}
.contentSyle01 .girlBox li{
	width: calc(94%/2);
	margin: 0 2% 10px 2%;
	float: left;
}
.contentSyle01 .girlBox li:nth-child(even){
	margin: 0 2% 10px 0;
}
.contentSyle02 .Lcontent{
	width: 70%;
	margin: 0 15% 20px 15%;
	position: relative;
}
.contentSyle02 .Lcontent .frame{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;
}
.contentSyle02 .Lcontent .label{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
}
.contentSyle02 .Lcontent .comment{
	text-align: center;
	background-color: rgba(225,127,175,0.2);
	width: 94.3%;
	padding-left: 2%;
	position: absolute;
	bottom: 5px;
	left: 2%;
	z-index: 600;
}
.contentSyle02 .Lcontent .nameBack{
	font-size: 40px;
	opacity: 0.2;
	position: absolute;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	bottom: 0;
	right: 15px;
	z-index: 500;
}
.contentSyle02 .Rcontent{
	width: 96%;
	margin: 0 auto;
}
.contentSyle02 .Rcontent .name{
	width: 100%;
	margin-bottom: 5px;
	font-size: 20px;
	border-bottom: solid #222 1px;
	overflow: hidden;
}
.contentSyle02 .Rcontent .size{
	height: 16px;
	width: 68%;
	margin-bottom: 5px;
	padding: 5px 1% 0px 0;
	text-align: right;
	float: left;
}
.contentSyle02 .Rcontent .label{
	height: 22px;
	width: 30%;
	margin-bottom: 5px;
	padding: 0px 1% 2px 0;
	float: left;
}
.contentSyle02 .Rcontent .schedule .title{
	padding: 5px 0 2px 5px;
	font-size: 18px;
}
.contentSyle02 .Rcontent table{
	padding: 10px;
}
.contentSyle02 .Rcontent tr{

}
.contentSyle02 .Rcontent th{
	font-size: 16px;
	width: 140px;
	text-align: left;
}
.contentSyle02 .Rcontent td{
	font-size: 16px;
}
.Rcontent .textBox{
}
.Rcontent .shop{
	padding: 10px;
	overflow: hidden;
}
.Rcontent .textBox .title{
	font-size: 16px;
}
.contentSyle02 .Rcontent .textBox .text{
	width: 96%;
	height: 300px;
	margin: 0 auto 20px auto;
	padding: 10px;
	box-sizing: border-box;
	overflow-y: scroll;
}
.contentSyle02 .innerBottom .schedule .title{
	font-size: 20px;
	font-weight: bold;
}
/* photo */
.contentSyle04 .Lcontent{
	width: 100%;
	position: relative;

}
.content .contentTitle {
	width: 100%;
    height: 66px;
    margin: 0 0 10px 0;
    padding-left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
    background-image: url(/img/sp_t_bg01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}
.content .contentTitle img{
	padding: 2px 0 0 30px;
}
.contentTitleRight{
	font-size: 24px;
	text-shadow: 1px 1px 3px #ABABAB;
	padding-left: 10px;
	border-bottom: solid #A8A8A8 1px;
	box-sizing: border-box;
	overflow: hidden;
}
.top #news ul{
	height: 500px;
	overflow-y: scroll;
}
.top #news li{
	margin-bottom: 10px;
}
.top #news .Lcontent{
	width: 50%;
	margin: 0 25% 10px 25%;
}
.top #news .Rcontent .textBox{
	margin: 0 0 10px 0;
	padding: 10px;
	border: solid #ae35c3 1px;
	box-sizing: border-box;
	background-color: #fff;
}
.top #news .Rcontent .textBox .title{
	margin-bottom: 5px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #ae35c3;
}
.top #news .Rcontent .textBox .text{
	padding: 5px;
	border: solid #ae35c3 1px;
	box-sizing: border-box;
}
/*----- system -----*/
#system p.head{
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #ea0071;
}
#system table{
	width: 90%;
	margin: 0 auto 10px auto;
	border: solid #222 1px;
	box-sizing: border-box;
}
#system th{
	vertical-align: middle;
}
#system td{
	vertical-align: middle;
}
#system table th{
	width: 100%;
}
#system table td{
	width: 100%;
	font-weight: bold;
}
#system table td.time{
	border-bottom: solid #222 1px;
}
#system table td.price{
	border-bottom: solid #222 1px;
}
#system table.set th{
	width: 100%;
	color: #fff;
	border-bottom: solid #222 1px;
	background-color: #ea0071;
}
#system table.set td{
	width: 50%;
	background-color: #fff;
}
#system table.set td:first-child{
	color: #222;
	border-right: solid #222 1px;
	background-color: #ccc;
}
#system table.set tr:last-child td{
	border-bottom: unset;
}
#system table.main th{
	width: 24%;
	color: #fff;
	border-right: solid #222 1px;
	border-bottom: solid #222 1px;
	background-color: #ea0071;
}
#system table.main th:last-child{
	border-right: unset;
}
#system table.main th:first-chid{
	width: 28%;
}
#system table.main td{
	width: 25%;
	border-right: solid #222 1px;
	border-bottom: solid #222 1px;
	background-color: #fff;
}
#system table.main td:last-child{
	border-right: unset;
}
#system table.main td.time{
	width: 15%;
	color: #222;
	font-size: 10px;
	background-color: #ccc;
}
#system table.main tr:last-child td{
	border-bottom: unset;
}
#system table.other th{
	width: 100%;
	color: #fff;
	border-bottom: solid #222 1px;
	background-color: #ae35c3;
}
#system table.other td.time{
	width: 50%;
	border-bottom: solid #222 1px;
	background-color: #ae35c3;
}
#system table.other td.price{
	width: 50%;
	background-color: #fff;
}
#system table.other td:first-child{
	color: #fff;
	border-right: solid #222 1px;
	background-color: #ea0071;
}
#system table.other tr:last-child td{
	border-bottom: unset;
}
#system table.main td.remark, #system table.set td.remark {
  background: #f3f3f3;
  text-align: center;
  font-size: 14px;
  border-right:  none;
}
#system table.other td.remark {
  background: #f3f3f3;
  color:  #111;
  text-align: center;
  font-size: 12px;
  border-right:  none;
  border-bottom:  solid 1px #111;
}
#system img{
	width: 100%;
}
#system .drink{
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 10px 10px 0 10px;
	background-color: #fff;
	box-sizing: border-box;
}
#system .drink .head{
	margin-bottom: 10px;
	font-size: 16px;
}
#system .drink .title{
	margin-bottom: 10px;
	padding-left: 10px;
}
#system .drink p{
	padding: 0 10px 10px 10px;
}
#system .card{
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
}
#system .card .head{
	margin-bottom: 10px;
	font-size: 16px;
}
/*----- access -----*/
#access iframe{
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	display: block;
}
#access p{
	text-align: center;
    color: white;
}
#access p a{
	color: #222;
}
/*----- recruit -----*/
#recruit table{
	border: solid #000 1px;
}
#recruit th{
	width: 30%;
	color: #fff;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #ae35c3;
}
#recruit td{
	width: 70%;
	border-bottom: solid #000 1px;
	background-color: #fff;
}
#recruit tr:last-child th,#recruit tr:last-child td{
	border-bottom: unset;
}
#recruit table{
	width: 90%;
	margin-bottom: 0 auto;
}
#contactBox .contentInner{
	margin: 0 auto;
	padding-bottom: 20px;
}
#contactBox .head{
	margin: 0 auto 10px auto;
	text-align: center;
}
#contactBox li{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	border: solid #ae35c3 2px;
	background-color: #fff;
	box-sizing: border-box;
}
#contactBox li:last-child{
	margin-bottom: unset;
}
#contactBox li p{
	margin-bottom: 10px;
	font-size: 20px;
}
#contactBox .btn a{
	color: #fff;
}
#contactBox .btn{
	padding: 10px;
	font-size: 24px;
	position: relative;
}
#contactBox .btn:before{
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#contactBox .tel .btn {
	border: solid #AF0A1A 2px;
	background: #AF0A1A;
}
#contactBox .tel .btn:before{
	content: url(/img/btn_icon_tel.png);
}
#contactBox .mail .btn {
	padding: 16px 10px;
	font-size: 16px;
	border: solid #9400b9 2px;
	background: #9400b9;
}
#contactBox .mail .btn:before{
	content: url(/img/btn_icon_mail.png);
	top: 4px;
}
#contactBox .line .btn {
	border: solid #00b900 2px;
	background: #00b900;
}
#contactBox .line .btn:before{
	content: url(/img/btn_icon_line.png);
}
/*----- schedule -----*/
.schedule{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	float: left;
	color: #feffb4;
}
.schedule ul{
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
.schedule li{
	font-weight: bold;
	width: calc(100% / 7);
	text-align: center;
	line-height: 20px;
	float: left;
}
.schedule li a{
	color: #feffb4;
}
.schedule .today{
	font-size: 16px;
	line-height: 20px;
}
.schedule .today a{
	color: #fbff00;
}
.schedule .check{
	margin-bottom: 10px;
}
.schedule .check li img{
	width: 30%;
}
#pickup .schedule .checkBg{
	position: absolute;
	top: 88px;
	left: 5%;
	z-index: -100;
	width: 90%;
}
#profile .schedule .checkBg{
	position: absolute;
	top: 100px;
	left: 55px;
	z-index: -100;
	width: 88%;
}
.schedule .sat{
	color: #60a0de;
}
.schedule .sun{
	color: #de6061;
}
/*----- profile -----*/
#profile .mainBox{
	margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#profile .mainBox ul{

}
#profile .tmbBox{
	margin-bottom: 10px;
}
#profile .thumbnail li{
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
#profile .thumbnail li:last-child{
	margin-right: unset;
}
#profile .Rcontent .dataBox{
	margin-bottom: 20px;
	padding: 10px;
	border: solid #ff0077 1px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
#profile .Rcontent .name{;
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px 0 0;
	float: left;
    color: #ff0077;
}
#profile .Rcontent .size{
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
	float: left;
}
#profile .Rcontent table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
#profile .Rcontenttr tr{
	font-size: 16px;
}
#profile .Rcontent th,#profile .Rcontent td{
	width: 100%;
	display: block;
}
#profile .Rcontent th{
	text-align: left;
}
#profile .Rcontent .messageBox li{
	max-height: 300px;
	margin-bottom: 10px;
	padding: 10px;
	border: solid #ff0077 1px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
#profile .Rcontent .messageBox .title{
	font-size: 20px;
	margin-bottom: 10px;
}
#profile .Rcontent .innerBottom{
	width: 100%;
}
#profile .innerBottom .scheduleBox{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
	background-color: #fff;
	border: solid #ff0077 1px;
	box-sizing: border-box;
}
#profile .innerBottom .scheduleBox ul{
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
#profile .innerBottom .scheduleBox li{
	font-size: 14px;
	width: calc(94% / 7);
	margin-right: 1%;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
#profile .innerBottom .scheduleBox .today {
	color:#9e7215;
}
#profile .innerBottom .scheduleBox li:last-child{
	margin-right: unset;
}
#profile .innerBottom .scheduleBox .today {
}
#profile .innerBottom .scheduleBoxe .sat {
	color: #60a0de;
}
#profile .innerBottom .scheduleBoxe .sun {
	color: #de6061;
}
#profile .Rcontent .qaBox{
	width: 100%;
	min-height: 62px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background-color: #fff;
	border: solid #ff0077  1px;
	box-sizing: border-box;
}
#profile .Rcontent .qaBox .title{
	font-size: 20px;
}
#profile .Rcontent .qaBox table{
	margin: 0 auto;
}
#profile .Rcontent .qaBox table .question{
	border-bottom: solid #ddd 1px;
}
#profile .Rcontent .qaBox table .question span{
	font-size: 20px;
	margin-right: 10px;
	color: #60a0de;
}
#profile .Rcontent .qaBox table .answer{
	margin-left: .5em;
	border-bottom: solid #ddd 1px;
}
#profile .Rcontent .qaBox table .answer span{
	font-size: 20px;
	margin-right: 10px;
	color: #de6061;
}
#profile .Rcontent .qaBox table tr:first-child th:first-child{
	padding: 0 5px 5px 5px;
}
#profile .Rcontent .qaBox table tr:last-child td:last-child{
	padding: 5px 5px 0 5px;
	border-bottom: unset;
}
#profile .Rcontent .qa th{
	text-align: left;
}
#profile .Rcontent .qa th,#profile .Rcontent .qa td{
	padding: 5px;
	display: block;
}
/*----- form reserve enquete -----*/
#form table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
#form th,#form td{
	width: 100%;
	display: block;
}
#form th{
	text-align: left;
}
#form td{
	width: 100%;
}
#form th span {
	font-size: 10px;
	margin-left: 10px;
	color: #de6061;
	line-height: 20px;
}
#form td li{
	width: 30%;
	float: left;
}
#form input[type="text"] {
	width: 90%;
}
#form .age input[type="text"] {
	width: 20%;
}
#form #datepicker{
	width: 70px;
}
#form select{
	font-family: 'Noto Sans JP';
	width: 70%;
	float: left;
}
#form select.sub{
	width: 65%;
	margin-left: 5%;
}
#form textarea {
	width: 98%;
	height: 150px;
}
#form .submit_button {
	width: 240px;
	height: 80px;
	margin: 0 auto 10px auto;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	font-family: "M PLUS Rounded 1c", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	background-image: url(/img/btn_bg.png);
	background-color: unset;
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
}
#form .tabletyle01 th{
	border-top: solid #cfcfcf 1px;
	border-right: solid #cfcfcf 1px;
	border-left: solid #cfcfcf 1px;
	box-sizing: border-box;
}
#form .tabletyle01 td{
	border: solid #cfcfcf 1px;
	box-sizing: border-box;
}
/* magazine */
#magazine {
  color: #fff;
}
#magazine .bnr {
  width: 100%;
  margin: 0 auto 20px auto;
}
#magazine .bnr img {
  width: 100%;
}
#magazine .head {
  margin-bottom: 20px;
  text-align: center;
}
#magazine p {
  margin: 20px;
	font-weight: bold;
}
#magazine input[type="text"] {
  height: 30px;
  font-size: 20px;
}
#magazine input[type="submit"] {
	color: #fff;
	background: #D71362;
	border: solid 3px #fff;
	height: 36px;
	position: relative;
	top: -2px;
	width: 28%;
	box-sizing: border-box;
}
#magazine .btn {
  width: 100%;
	box-sizing: border-box;
  height: 40px;
  line-height: 34px;
  margin: 20px auto;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  background: #D71362;
  border: solid 3px #fff;
}
#magazine .btn a {
  color: #fff;
  text-align: center;
  display: block;
}
#magazine .btn a:hover {
  color: #ccc;
}
/*----- member -----*/
#member .bnr{
	width: 100%;
	margin: 0 auto 20px auto;
}
#member .bnr img{
	width: 100%;
}
#member li{
	padding: 10px;
    margin-bottom: 20px;
    border: solid #efefef 2px;
    background-color: #ac0a3e85;
    text-align: center;
    color: white;
}
#member form p{
	margin-bottom: 5px;
}
#member table{
	margin: 0 auto;
}
#member th{
	padding: 5px 5px 0 5px;
}
#member .head{
	margin-bottom: 10px;
	font-size: 16px;
}
#member .btn {
	width: 180px;
	margin: 0 auto;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #fff;
	height: 65px;
	font-size: 24px;
}
/*----- member -----*/
.tal {
	text-align: left;
}
#panel input {
	width: 100%;
	border: solid 1px #e6e6e6;
}
#panel .btn {
	width: 30%;
	background: #FDF2F8;
	border: none;
	margin-top: 10px;
	padding: 7px;
	box-shadow: 0px 0px 5px #CFC7C2 inset;
}
#main #schedule .girlSet .label{
	width: 28%;
	position: absolute;
	bottom: 55px;
	right: 5%;
	z-index: 500;
}
#girlList #schedule .girlSet .label{
	width: 30%;
	position: absolute;
	bottom: 54px;
	right: 5%;
	z-index: 500;
}
.contentSyle04 .Rcontent .label{
	width: 110px;
	margin: 0 0 18px 0;
	padding: 2px 0 4px 10px;
	border-bottom: solid #eee 1px;
	box-sizing: border-box;
	float: left;
}
/* concept */
#concept li{
	margin-bottom: 50px;
	color: #744010;
	font-size: 16px;
	line-height: 32px;
}
#concept li:first-child{
	margin-top: 10px !important;
}
#concept li span.col01{
	color: #f078bf;
}
#concept li span.col02{
	color: #ca78f0;
}
#concept .logo{
	width: 80%;
	margin: 0 auto 10px auto;
	display: block;
}
/* event */
#event .head{
	margin: 0 auto 10px auto;
}
#event .head img{
	width: 100%;
}
.event li:last-child {
	margin-bottom: unset;
}
.eventBox{
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.eventBox img{
	width: 100%;
	height: 170px;
	margin: 0 auto 10px auto;
	display: block;
}
.eventBox .title {
	margin: 0 10px 10px 10px;
	padding: 10px;
	border: solid #222 1px;
	box-sizing: border-box;
}
.eventBox .text {
	margin: 0 10px 10px 10px;
	padding: 10px;
	border: solid #222 1px;
	box-sizing: border-box;
}
#event table{
	width: 100%;
	background-color: #fff;
	border-top: solid #222 1px;
	border-right: solid #222 1px;
	border-left: solid #222 1px;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}
#event th:first-child{
	background-color: #FF8080;
}
#event th{
	font-weight: bold;
	border-bottom: solid #222 1px;
	border-right: solid #222 1px;
	background-color: #eee;
}
#event th:last-child{
	border-right: unset;
	background-color: #7AC4F5;
}
#event td{
	text-align: center;
	border-right: solid #222 1px;
	border-bottom: solid #222 1px;
}
#event td:last-child{
	border-right: unset;
}
#event td a{
	color: #222;
}
/*----- hotel -----*/
#hotel iframe{
	width: 100%;
	height: 300px;
	margin: 0 auto 20px auto;
	display: block;
}
#hotel table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
#hotel th,#hotel td{
	width: 100%;
	display: block;
}
#hotel th{
	text-align: left;
}
#hotel th a{
	color: #fff;
}
#hotel td img{
	width: 74px;
	margin: 0 auto;
	display: block;
}
#hotel td{
	border-bottom: solid #eee 1px;
}
/*----- footer -----*/
#footer{
	width: 100%;
	color: #fff;
	text-align: center;
	background-color: #ff0077;
	box-sizing: border-box;
	overflow: hidden;
}
#footer .menuList{
	padding: 15px 0 0 0;
	overflow: hidden;
}
#footer ul{
	margin: 0 1%;
	overflow: hidden;
}
#footer li{
	width: 49%;
	height: 50px;
	margin: 0 2% 10px 0;
	padding: 12px 0;
	font-size: 16px;
	text-align: center;
	background: url(/img/nav_btn_bg.png) no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	float: left;
}
#footer li:nth-child(even){
	margin: 0 0 10px 0;
}
#footer li span {
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 0px 3px #222;
}
#footer .addressBox p{
	margin-left: 1%;
	text-align: left;
}
#footer .addressBox {
	width: 98%;
	margin: 10px 1% 0 1%;
}
#footer .addressBoximg{
	width: 60%;
	margin: 0 auto 10px auto;
	display: block;
}
#footer .addressBox .data{
	width: 96%;
	margin: 0 2% 10px 2%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#footer .addressBox .data a{
	color: #fff;
}
#footer .addressBox .time{
	margin-bottom: 10px;
}
#footer .addressBox .tel{
	font-size: 30px;
}
#copyright{
	color: #fff;
	text-align: center;
	line-height: 14px;
	background-color: #282828;
}
#copyright a{
	color: white;
}
.diaryBox {
	margin: 10px 0;
	max-height: 500px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: scroll;
}
@media screen and (min-width: 414px) {
	.swingMenu{
		margin-top: 125px;
	}
	#pan{
		margin-top: 90px;
	}
}
@media screen and (max-width: 320px) {
	th,td{
		padding: 0;
	}
	#header{
		height: 70px;
	}
	.swingMenu{
		margin-top: 70px;
	}
	.swingMenu li{
		height: 45px;
		padding: 14px 0 0 0;
	}
	#pan{
		margin: 70px auto 0 auto;
	}
	.content .contentTitle{
		height: 40px;
		padding: 5px 10px;
	}
	#system p.head{
		font-size: 16px;
	}
	.girlSet .girlImg{
		width: 141px;
		height: 210px;
	}
	.girlSet .newfaceIcon img,.girlSet .twitterIcon img{
		width: 40px;
		height: 40px;
	}
	.girlSet .newfaceIcon{
		left: 100px;
	}
	.girlSet .twitterIcon{
		left: 100px;
		bottom: 33px;
	}
	#system .card .head {
		margin-bottom: 10px;
		 font-size: 12px;
	}
	.eventBox img{
		height: 134px;
	}
	#footer li{
		height: 45px;
		padding: 12px 0 18px 0;
	}
}
#profile .movieArea {
	width: 100%;
	max-height: 240px;
}
/*movie*/
#movieList li{
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #fff;
	border: solid #ff0077 1px;
	box-sizing: border-box;
	float: left;
}
#movieList li:last-child{
	margin: 0 0 0 0;
}
#movieList .movieTitle{
	margin-bottom: 5px;
	color: #ff0077;
	font-size: 20px;
	font-weight: bold;
}
#movieList .movieArea{
	width: 100%;
	max-height: 240px;
}
.movieSlider li{
	margin: 0 5px 10px 5px!important;
}

#twitter .contentTitle {
  font-size: 25px;
}

#twitter .contentTitle svg {
  width: 27px;
  /* margin-right: 10px; */
  position: relative;
  top: 3px;
}

#twitter .twitterBox .twitter-timeline{
  /* height: 500px; */
  overflow: scroll;
}
