@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	color: #222;
	font-size: 14px;
	background-attachment: fixed;
	overflow-x: hidden;
}
a{
	color: #222;
}
a:hover{
	color: #231816;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dosp{
	display: none !important;
}
table{
	margin: 0 auto 10px auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
	box-sizing: border-box;
	border-spacing: 0;
}
tr{
	box-sizing: border-box;
}
th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
td{
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
input[type="submit"] {
	-webkit-appearance: none;
	border: none;
}
#wrapper{
	width: 100%;
	background: url(/img/bg.jpg);
	overflow: hidden;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
#pan{
	padding-top: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background-color: #a1d5ff;
}
#pan a{
	color: #fff;
}
#panIn{
	width: 1100px;
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 5px;
}
#headBn{
	padding-top: 10px;
	background-color: rgba(255,255,255,0.9);
}
.slider {
	width: 90%;
	margin: 0 auto 80px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
ul.bnrSlider > li:not(:first-child) {
  display: none;
}

.bnrSlider{
	width: 100%;
}
.bnrSlider .slick-slide{
	margin: 20px;
}

.bnrSlider{
  display: none;
}
.slick-dots{
	bottom: 4px!important;
}
.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 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 200px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #8ccbff;
  font-weight: bold;
  letter-spacing: 2px;
  background: #ffffff87;
  /* color: #27acd9; */
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.more.btn span{
	font-size: 30px;
}
.more.btn a{
	padding: 22px 0 20px 0;
	color: #ff4093;
	text-align: center;
	display: block;
}
.more.btn a:hover{
	color: #ffffff;
	background: #27acd9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.more.btn a:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}

.more.btn a::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}


/*----- index -----*/
#index{
	text-align: center;
}
#index .content{
	background-color: unset;
}
#index .contentInner{
	padding: 0 20px 0 20px;
	height: 1500px;
}
#indexHead img{
	width: 100%;
	margin: 20px auto 20px auto;
}
#entrance{
	line-height: 40px;
	margin: 30px 0 50px 0;
	/* position: relative; */
	/* top: -50px; */
	/* margin-bottom: -297px; */
}
#entrance a:hover{
	color: #231816;
}
#entrance img{
	width: 80px;
	margin: 0 auto;
	display: block;
}
#entrance p {
	background: rgba(255,255,255,0.8);
}
#entrance .btn{
	width: 260px;
	height: 90px;
	margin: 10px auto;
	font-weight: bold;
	text-align: center;
	border: 2px solid #231815;
	background: #232828d4;
	box-shadow: none;
	color: #565656;
	text-shadow: 0 0 0px transparent;
	font-size: 30px;
	transition: .2s;
	-webkit-transition: .2s;
	line-height: 40px;
	border-radius: 0;
	cursor: pointer;
	border-radius: 50px;
}


#entrance .btn:hover {
	border: 2px solid #d615c6;
	color: #d615c6;
	text-shadow: 0 0 4px #d615c6;
	box-shadow: inset 0 0 6px #d615c6,  0 0 6px #d615c6;
}

#entrance .btn p{
  position: relative;
  z-index: 1;
	background: none;
	font-size: 17px;
}

#entrance .btn a{
	padding: 10px 0 8px 0;
	color: #fff;
	text-align: center;
	display: block;
	z-index: 1;
}
#entrance .btn p{
	color: #fff;
}
#entrance .couponPr img {
	width: 660px;
	margin: 20px auto;
}
#index .content{
	padding-bottom: 0px;
	background-color: rgba(255,255,255,0.8);
}
#index .contentTitle{
	height: 65px;
	margin: 0 10px 10px 10px;
	/* background-image: url(/img/t_bg02.png); */
	background-size: cover;
	text-align: left;
}
#index .contentTitle img{
	width: 480px;
	padding: 10px 390px 35px 90px;
}
#index .dtLink{
	width: 640px;
	margin: 0 auto 50px auto;
}
#index .recruit,#index .introduction,#index .group,#index .link{
	width: 980px;
	margin: 0 auto 10px auto;
	overflow: hidden;
  position: relative;
  top: 250px;
}


#index .link{
  height: 1800px;
}



#index .recruit img{
	width: 680px;
	margin: 0 auto;
	display: block;
}
#index .contentTitle{
	/* background-image: url(/img/t_bg04.png); */
	border: 2px solid #d615c6;
	color: #d615c6;
	text-shadow: 0 0 4px #d615c6;
	box-shadow: inset 0 0 6px #d615c6,  0 0 6px #d615c6;
}
#index .recruit .left{
	width: 960px;
	margin: 0 20px 0 10px;
	float: left;
}
#index .recruit .right{
	width: 400px;
	margin: 0 10px 0 0;
	float: left;
}
#index .introduction .textBox{
	padding: 0 20px;
	text-align: left;
	line-height: 24px;
}
#index .introduction .textBox p{
	margin-bottom: 10px;
}
#index .group li{
	margin-bottom: 20px;
}
#index .group li:last-child{
	margin-bottom: unset;
}
#index .group .name{
	margin-bottom: 10px;
	font-size: 20px;
}
#index .group img{
	width: 480px;
	margin: 0 auto;
	display: block;
}
#index .link ul{
	margin: 0 auto;
	overflow-y: hidden;
}
.link img {
	width: auto;
}
#index .link li{
	margin-bottom: 10px;
}
#index .link li:last-child{
	margin-bottom: unset;
}
#index #footer{
	border-top: unset;
	background-color: unset;
}
/*header*/
#header{
	width: 100%;
}
#header .headerInner{
	width: 1100px;
	height: 270px;
	margin: 0 auto;
	background-image: url(/img/header.png);
	overflow: hidden;
}
h1{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background-color: #a1d5ff;
	color: #fff;
}
h1 a{
	color: #fff;
}
/*----- nav -----*/
#nav{
	width: 100%;
	border-top: solid #a1d5ff 3px;
	background-color: rgba(255, 255, 255, 0.5);
}
#nav .inner{
	width: 1100px;
	margin: 0 auto;
}
#nav ul{
	padding: 5px 0;
	overflow: hidden;
}
#nav li{
	position: relative;
	overflow: hidden;
	text-decoration: none;
	width: calc(96%/5);
	height: 70px;
	margin: 0 1% 5px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	float: left;
	box-shadow: none;
	border-radius: 50px;
	transition: .2s;
	-webkit-transition: .2s;
	/* text-shadow: 0 0 9px #0ad9ea; */
	background: #ff4093;
	color: #fff;
}

#nav li:hover::before {
  transform: scaleX(1);
}
#nav li:hover {
	color: #fff;
}
#nav li span {
  position: relative;
  z-index: 1;
}
#nav li::before {
  content: '';
  position: absolute;
	top: 0;
	left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgb(140 203 255) 10.8%,
    rgb(81 143 217) 94.3%);
  transition: all 0.475s;
}




/* #nav li:hover {
	border: 2px solid #d615c6;
	color: #d615c6;
	text-shadow: 0 0 4px #d615c6;
	box-shadow: inset 0 0 6px #d615c6,  0 0 6px #d615c6;
}

#nav li p{
  position: relative;
  z-index: 1;
	background: none;
	font-size: 17px;
}

#nav li a{
	padding: 10px 0 8px 0;
	color: #fff;
	text-align: center;
	display: block;
	z-index: 1;
}
#nav li p{
	color: #fff;
} */


#nav li:nth-child(5n){
	margin: 0 0 5px 0;
}
#nav li:nth-child(n + 6){
	margin: 0 1% 0 0;
}
#nav li:last-child{
	margin: 0!important;
}
#nav li a{
	color: #fff;
	padding: 26px 0 20px 0;
	line-height: 20px;
	display: block;
}
#nav li a:hover{
	color: #fff;
	text-shadow: 0 0 10px #fff;
}
/*swingMenu*/
.swingMenu{
	width: 100%;
	background-color: rgba(253,242,248,0.8);
	color: #1F1F1F;
	text-align: left;
	z-index: 2000;
	display: none;
	overflow: hidden;
	line-height: 20px;
}
.swingMenu{
	width: 100%;
	min-height: 380px;
	margin-top: 50px;
}
.swingMenu .menuList{
	padding: 15px 0 10px 0;
	margin-bottom: 100px;
	overflow: hidden;
}
.swingMenu ul{
}
.swingMenu li{
	font-size: 18px;
	width: 46%;
	margin: 0 2%;
	padding: 10px 0 0 5px;
	line-height: 15px;
	border-bottom: dotted #A8A8A8 2px;
	float: left;
	box-sizing: border-box;
}
.swingMenu .menuList span{
	font-size: 12px;
	text-align: right;
	margin-right: 1%;
	display: block;
}
.swingMenu .addressBox span{
	font-size: 10px;
	margin-left: 1%;
}
.addressBox{
	width: 98%;
	margin: 10px 1% 0 1%;
	padding: 10px 0;
	line-height: 30px;
	border-top: solid #A8A8A8 2px;
	overflow: hidden;
}
.addressBoxLeft{
	width: 40%;
	margin-top: 20px;
	float: left;
}
.addressBoxRight{
	width: 58%;
	margin-right: 2%;
	text-align: right;
	line-height: 20px;
	float: left;
}
.addressBoxRight .tel{
	font-size: 20px;
}
.addressBoxRight .mail{
	font-size: 14px;
}
.addressBoxRight .time{
	font-size: 16px;
}
.addressBoxRight span{
	font-size: 12px;
}
/*subMenu*/
#subMenu{
	overflow: hidden;
}
#subMenu .contentInner .subMenuTitle{
	font-size: 30px;
	text-align: center;
	width: calc(94%/3);
	margin: 0 1%;
	padding: 20px 0 10px 0;
	line-height: 30px;
	border: solid #cfcfcf 1px;
	box-sizing: border-box;
	background-color: rgba(225,127,175,0.1);
	overflow: hidden;
	float: left;
}
#subMenu .contentInner .subMenuTitle a{
	display: block;
}
#subMenu .subMenuTitle span{
	font-size: 20px;
}
#subMenu  span{

}
.castSlider{

}
/*----- girlSet -----*/
.serchBox table{
	border: 1px solid #a1d5ff;
}
.serchBox td:first-child{
	font-weight: bold;
  color: #ff4093;
}
.serchBox select{
	padding: 10px;
}

.serchBox .btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 160px;
	height: 40px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	position: relative;
	border-radius: 30px;
  border: 1px solid #8ccbff;
	font-weight: bold;
	letter-spacing: 2px;
	background: #ffffff;
	color: #27acd9;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


.serchBox .btn{
	padding: 3px 0 0px 0;
	color: #ff4093;
	text-align: center;
	display: block;
}
.serchBox .btn:hover{
	color: #ffffff;
	background: #27acd9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.serchBox .btn:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}

.serchBox .btn::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}



/* .serchBox .btn {
	width: 160px;
	height: 40px;
	color: #fff;
	text-align: center;
	background-image: url(/img/serch_btn_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.serchBox .btn a{
	color: #fff;
}
.serchBox .btn a:hover{
	color: #231816;
	transition: all .3s;
} */

.girlDataBox{
	overflow: hidden;
}

.girlBox {
  display: flex;
  flex-wrap: wrap;
}

.girlSet{
	position: relative;
	/* overflow: hidden; */
  color: #fff;
	background-color: #ffffff24;
}

.girlSet .girlImg{
	width: 100%;
	height: 400px;
  display: block;
}

.girlSet .pickup1{
}

.girlImgWrap {
  display: block;
}
.girlImgWrap.pickup1 {
  /* border: 4px solid #00fff6; */
  border-radius: 3px;
  /* box-shadow: -5px -5px 15px 5px rgba(0, 90, 255, 0.8), 5px 5px 15px 7px rgba(0, 213, 83, 0.8) inset; */
  height: calc(100% - 8px);
  box-sizing: border-box;
  display: block;
  outline: 10px solid #ff4093;
  outline-offset: -10px;
}

.girlSet .newsImg{
	width: 100%;
}
.girlSet .girlInfoBox {
	width:  100%;
	position: relative;
}
.girlSet .girlInfoBox .iconList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.girlSet .girlInfoBox .iconList li {
  width: calc((100% - 15px) / 2);
  background-size: auto 100%;
  margin: 5px 0 0 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 25px;
  box-sizing: border-box;
  border: 2px solid #8ccbff;
  color: #ff4093;
  /* text-shadow: 0 0 4px #d615c6; */
  /* box-shadow: inset 0 0 6px #d615c6, 0 0 6px #d615c6; */
}

.girlSet .girlInfoBox .iconList li:nth-child(2n){
	margin: 5px 5px 0 5px;;
} 


.girlSet .emp{
	height: 28px;
	padding: 0 10px;
	color: #231816;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
}
.girlSet .name{
	height: 28px;
	padding: 0 10px;
	color: #FF0080;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(250,25,108,0.8);
}
.girlSet .name a{
	color: #fff;
}
.girlSet .size {
  padding: 0;
  background-color: rgba(250,25,108,0.8);
  position: absolute;
  top: -30px;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 22px;
  font-size: 17px !important;
}
.girlSet .size::after {
  content: 'CUP';
  display: block;
  position: absolute;
  right: 4px;
  top: 13px;
  font-size: 10px;
}
.girlSet .time{
	width: calc(100% - 10px);
	height: 28px;
	text-align: center;
	background-color: rgb(255 255 255 / 0%);
	/* color: #fff; */
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	box-sizing: border-box;
  color: blueviolet;
}
.girlSet .newfaceIcon{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.girlSet .twitterIcon{
	position: absolute;
	bottom: 65px;
	right: 3px;
	z-index: 10;
}
.girlSet .rankIcon{
	position: absolute;
	bottom: 52px;
	right: 5px;
	z-index: 10;
}
.girlSet .rankIcon img{
	width: 80px;
	height: 80px;
}
.girlSet .newfaceIcon img,.girlSet .twitterIcon img{
	width: 50px;
	height: 50px;
}

.girlSet .nameBack{
	font-size: 30px;
	opacity: 0.2;
	position: absolute;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	line-height: 40px;
	bottom: 30px;
	left: 5%;
	z-index: 500;
}
.girlSet .comment{
	padding: 5px 10px;
	color: #d5e553;
	font-size: 14px;
	line-height: 14px;
	background-color: rgba(250,25,108,0.8);
	position: absolute;
	bottom: 68px;
	left: 5px;
	z-index: 600;
}
/*----- gielSetStyle01 -----*/
.gielSetStyle01{
	width: calc(98.4%/4);
	margin: 0 0.2% 10px 0.2%;
	float: left;
}
.gielSetStyle01 .girlDataBox{
	padding: 5px;
}
.gielSetStyle01 .name{
	font-size: 18px;
	width: 150px;
	text-align: center;
	text-shadow: 1px 1px 1px #373737;
	color: #373737 ;
}
.gielSetStyle01 .size{
	width: 150px;
	font-size: 12px;
	margin-bottom: 7px;
	float: left;
}
.gielSetStyle01 .time{
	width: 150px;;
	font-size: 12px;
	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;
	float: left;
}
#headBn .contentInner{
	width: 1100px;
	margin: 20px auto 10px auto;
	padding: 0 20px;
}
/*----- slick -----*/
.slick-dots li button:before{
	font-size: 30px!important;
	color: #FF0080!important;
}
.slick-dotted.slick-slider{
	padding-bottom: 10px;
}
/*----- common -----*/
.content{
	width: 1100px;
	min-height: 700px;
	margin: 0 auto 0px auto;
	padding-top: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}
.top .content{
	min-height: unset;
}
.contentInner{
	margin: 0 auto;
	padding: 0 0px 10px 0px;
	box-sizing: border-box;
	position: relative;
}
#index .contentInner .sideL,#index .contentInner .sideR{
	top: 50px;
}
.contentInner .sideL{
	position: absolute;
	top: -50px;
	left: -100px;
}
.contentInner .sideR{
	position: absolute;
	top: -50px;
	right: -100px;
}
@media screen and (max-width: 1380px) {
	.contentInner .sideL,.contentInner .sideR{
		display: none;
	}
}
.contentSet{
	margin-bottom: 10px;
	overflow: hidden;
}
.contentSyle01 .girlBox li{
	width: calc(95%/4);
	margin: 0 0 15px 11px;
	box-sizing: border-box;
	float: left;
}
.contentSyle01 li:nth-child(4n){
	margin-right: 0;
}

.contentSyle02 .Lcontent{
	width: 300px;
	margin-right: 20px;
	position: relative;
	float: left;
}
.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: 30px;
	opacity: 0.2;
	position: absolute;
	transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	line-height: 40px;
	bottom: 30px;
	left: 5%;
	z-index: 500;
}
.contentSyle02 .Rcontent{
	width: 945px;
	float: left;
}
.contentSyle02 .Rcontent .name{
	width: 300px;
	margin: 0 0 10px 330px;
	padding:0 0 0 2px;
	font-size: 26px;
	border-bottom: solid #cfcfcf 1px;
	float: left;
}
.contentSyle02 .Rcontent .size{
	font-size: 16px;
	width: 200px;
	margin-bottom: 10px;
	padding: 13px 0 2px 0;
	text-align: right;
	border-bottom: solid #cfcfcf 1px;
	float: left;
}
.contentSyle02 .Rcontent .label{
	width: 100px;
	margin-bottom: 10px;
	padding: 12px 2px 6px 6px;
	border-bottom: solid #cfcfcf 1px;
	float: left;
}
.contentSyle02 .Rcontent .schedule{
	width: 300px;
	margin-right: 20px;
	float: left;
}
.contentSyle02 .Rcontent .schedule .title{
	width: 290px;
	overflow: hidden;
}
.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{
	width: 290px;
	padding: 10px;
	overflow-y: scroll;
	box-sizing: border-box;
	float: left;
}
.Rcontent .textBox .title{
	margin-bottom: 10px;
	padding: 0.25em 0.5em;
	border-left: solid 5px #FF0080;
	font-size: 20px;
	line-height: 20px;
}
.Rcontent .textBox .text{
	padding: 10px;
	box-sizing: border-box;
}
.contentSyle02 .Rcontent .textBox .text{
	font-size: 16px;
}
.contentSyle02 .innerBottom .schedule .title{
	font-size: 20px;
	font-weight: bold;
}
.contentSyle04 .Lcontent{
	width: 940px;
	position: relative;
}
.contentTitle img{
	width: 480px;
	padding: 10px 0 15px 80px;
}
.content .contentTitle {
  height: 65px;
  margin: 0 10px 10px 10px;
  padding: 10px 0 0 17px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: "M PLUS Rounded 1c";
  background: #ffffff;
  border: 4px solid #8ccbff;
  color: #ff4093;
  /* text-shadow: 0 0 4px #ff4093; */
  /* box-shadow: inset 0 0 6px #ff4093,  0 0 6px #ff4093; */
}

.contentSubTitle{
	font-size: 20px;
	width: 720px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
.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 -----*/
.top #schedule li{
	margin: 0 5px 5px 0;
	float: left;
	display: block;
}
.top #system.Lcontent{
	width: 530px;
	margin-right: 20px;
	float: left;
}
.top #system.Lcontent .contentTitle{
	/* background-image: url(/img/t_bg02.png); */
	background-size: contain;
}
.top #event.Rcontent{
	width: 530px;
	float: right;
}
.top #event.Rcontent .contentTitle{
	/* background-image: url(/img/t_bg03.png); */
	background-size: contain;
}
.top #event.Rcontent table{
	width: 470px;
	background-color: #fff;
	border-top: solid #222 1px;
	border-right: solid #222 1px;
	border-left: solid #222 1px;
}
.top #event.Rcontent th:first-child{
	background-color: #FF8080;
}
.top #event.Rcontent th{
	font-weight: bold;
	border-bottom: solid #222 1px;
	border-right: solid #222 1px;
	background-color: #eee;
}
.top #event.Rcontent th:last-child{
	border-right: unset;
	background-color: #7AC4F5;
}
.top #event.Rcontent td{
	text-align: center;
	border-right: solid #222 1px;
	border-bottom: solid #222 1px;
}
.top #event.Rcontent td:last-child{
	border-right: unset;
}
.top #system .drink{
	width: 500px;
	margin: 20px auto 20px auto;
}
.top #system .drink .head{
	margin-bottom: 10px;
	font-size: 20px;
}
.top #system .drink .title{
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
}
.top #system .drink p{
	padding: 0 10px 10px 10px;
}
.top #system .card{
	width: 500px;
	margin: 23px auto 11px auto;
}
.top #system .card .head{
	margin-bottom: 10px;
	font-size: 20px;
}
.top #system .card img{
	width: 480px;
	margin: 0 auto;
	padding-bottom: 10px;
	display: block;
}
.top #ranking li,.top #newface li{
	margin: 0 12.5px 10px 0;
	float: left;
	display: block;
}
.top #ranking li,.top #newface li{
}
/* .top #newface li .girlImg{
	width: 238px;
	height: 335px;
} */
.top #newface .girlSet .emp{
	height: 22px;
	font-size: 16px;
	bottom: 67px;
}
.top #newface .girlSet .name{
	height: 24px;
	font-size: 16px;
	padding: 0 5px;
}
.top #newface .girlSet .size{
	font-size: 10px;
}
.top #ranking li:last-child,.top #newface li:last-child{
	/* margin: 0 0 10px 0; */
}
.top #newface li{
	margin: 0 5px 5px 0;
	float: left;
	display: block;
}
.top #newface li:nth-child(1){
	margin: 5px 5px 5px 0;
	float: left;
	display: block;
}
.top #newface li:nth-child(2){
	margin: 5px 5px 5px 0;
	float: left;
	display: block;
}


.top #news ul{
	height: 410px;
	overflow-y: scroll;
}
.top #news li{
	margin-bottom: 10px;
}
.top #news .Lcontent{
	width: 300px;
	margin: 0 20px;
	float: left;
	overflow: hidden;
}
.top #news .Rcontent{
	/* width: 910px; */
	min-height: 420px;
	/* float: left; */
}
.top #news .Rcontent .textBox{
	width: 720px;
	height: 400px;
	background-color: #fff;
	/* overflow: hidden; */
}
/* photo */
#photo iframe{
	width: 480px;
	height: 360px;
	margin: 0 auto 10px auto;;
	display: block;
}
/* system */
#system p.head{
	width: 500px;
	margin: 10px auto;
	padding-top: 2px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: #ff4093;
}

#system p.systemHead{
	width: 700px;
	margin: 10px auto;
	padding-top: 2px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background-color: #ff4093;
}

#system table{
	border: solid #a1d5ff 2px;
  border-collapse: collapse;
}
#system table.set{
	width: 600px;
}
#system table.set td.time{
	width: 240px;
	color: #ff4093;
	font-size: 20px;
}
#system table.set td.price{
	font-size: 24px;
}
#system table.other{
	width: 400px;
}
#system table.other td.time{
	width: 200px;
}
#system table.other td.time{
	color: #ff4093;
	border: 2px solid #a1d5ff;
	background: #ffffff;
	color: #ff4093;
	/* text-shadow: 0 0 4px #d615c6; */
	/* box-shadow: inset 0 0 6px #d615c6, 0 0 6px #d615c6; */
}
#system table th{
	width: 200px;
	border-bottom: solid #a1d5ff 2px;
}
#system table th:nth-child(4n){
	border-right: unset;
}
#system table td{
	font-weight: bold;
	text-align: right;
	border-bottom: solid #a1d5ff 2px;
	background-color: #fff;
}
#system table td:nth-child(4n){
	border-right: unset;
}
#system table .head th {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #a1d5ff;
  background: #ffffffd4;
  color: #ff4093;
  /* text-shadow: 0 0 4px #d615c6; */
  /* box-shadow: inset 0 0 6px #d615c6, 0 0 6px #d615c6; */
}
#system table td.time{
	text-align: center;
	border-bottom: solid #222 1px;
	border: 2px solid #a1d5ff;
	background: #ffffff;
	color: #ff4093;
	/* text-shadow: 0 0 4px #d615c6; */
	/* box-shadow: inset 0 0 6px #d615c6, 0 0 6px #d615c6; */
}
#system table tr:last-child td{
}
#system .drink{
	width: 800px;
	margin: 0 auto 10px auto;
	padding: 10px 10px 0 10px;
	color: #FFF;
	background-color: #FF0080;
}
#system .drink .head{
	margin-bottom: 10px;
	font-size: 20px;
}
#system .drink .title{
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
}
#system .drink p{
	padding: 0 10px 10px 10px;
}
#system .card{
	width: 800px;
	margin: 0 auto 10px auto;
	padding: 10px 10px 0 10px;
	color: #fff;
	background-color: #FF0080;
}
#system .card .head{
	margin-bottom: 10px;
	font-size: 20px;

}
#system .card img{
	width:480px;
	margin: 0 auto;
	padding-bottom: 10px;
	display: block;
}
/*----- access -----*/
#access iframe{
	width: 680px;
	height: 400px;
	margin: 0 auto 10px auto;
	display: block;
}
#access p{
	margin-bottom: 10px;
	text-align: center;
  color: #fff;
}

#access a{
  color: #fff;
}

/*----- schedule -----*/
.schedule{
	position: relative;
}
.schedule .title{
	width: 360px;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 20px;
}
.schedule .title img{
	width: 100%;
}
.schedule li{
	font-size: 14px;
	width: calc(94% / 7);
	margin-right: 1%;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
.schedule li:last-child{
	margin-right: unset;
}
.schedule li a{
	color: #ffffff;
}
.schedule .day{
	height: 30px;
}
.schedule .today a{
	color: #FF0080;
	font-weight: bold;
}
.schedule .time{
	margin: 0 5px;
	padding-bottom: 10px;
}
.schedule .time li{
	min-height: 60px;
}
.schedule .sat{
	color: #60a0de;
}
.schedule .sun{
	color: #de6061;
}
.schedule .sat a{
	color: #60a0de;
}
.schedule .sun a{
	color: #de6061;
}
/*----- profile -----*/
#profile{
	width: 1100px;
	padding: 10px;
}
#profile .mainBox{
	margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#profile .Lcontent{
	width: 300px;
	margin: 0 20px 0 0;
	position: relative;
	overflow: hidden;
	float: left;
}
#profile .Lcontent .mainBox{
	width: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#profile .Lcontent .tmbBox{
	width: 300px;
	margin: 0 auto 10px auto;
}
#profile .Lcontent img{
	width: 100%;
}
#profile .Lcontent .mainImage{
	width: 380px;
	margin-right: 10px;
	float: left;
}
#profile .thumbnail li {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
}
#profile .thumbnail li:last-child{
	margin-right: unset;
}
#profile .Rcontent{
	width: 520px;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: left;
}
#profile .Rcontent .dataBox{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid #FF0080 1px;
	overflow-y: hidden;
	color: #fff;
}
#profile .Rcontent .dataBox .iconList {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
#profile .Rcontent .dataBox .iconList li {
    background: url('/img/t_bg01.png');
    background-size: auto 100%;
    margin: 2px !important;
    text-align: center;
    font-weight: bold;
    border: solid 1px #ff5fa1;
    box-sizing: border-box;
    color: #fff;
    padding:  5px;
}
#profile .Rcontent .name{
	margin-right: 10px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	float: left;
}
#profile .Rcontent .size{
	margin-top: 10px;
	font-size: 20px;
	line-height: 20px;
	box-sizing: border-box;
	text-align: right;
	float: left;
}
#profile .Rcontent .qaBox{
	width: 100%;
	min-height: 72px;
	margin: 0 auto 20px auto;
	padding: 10px;
	background-color: #fff;
	border: solid #FF0080 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;
}
#profile .Rcontent .messageBox li{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border: solid #FF0080 1px;
	overflow: hidden;
	box-sizing: border-box;
}
#profile .Rcontent .messageBox .title{
	font-size: 20px;
	margin-bottom: 10px;
}
#profile .Rcontent .messageBox .textBox{
	width: 100%;
	overflow: unset;
}
#profile .Rcontent .innerBottom{
	width: 920px;
}
#profile .diaryBox .title {
    font-weight: bold;
    border-bottom: solid 1px #ff0080;
    margin-bottom: 10px;
    font-size: 18px;
    height: 46px;
    font-size: 24px;
	color: #fff;
}
#profile .innerBottom .scheduleBox{
	width: 100%;
	padding: 10px;
	font-size: 20px;
	background-color: #fff;
	overflow: hidden;
	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 li:last-child{
	margin-right: unset;
}
#profile .innerBottom .scheduleBox .today {
	color: #FF0080;
}
#profile .innerBottom .scheduleBoxe .sat {
	color: #60a0de;
}
#profile .innerBottom .scheduleBoxe .sun {
	color: #de6061;
}
/*----- event -----*/
#event .Rcontent .textBox{
	min-height: 250px;
}
/*----- recruit -----*/
#recruit .bnr{
	width: 680px;
	margin:10px auto;
}
#recruit .bnr img{
	width: 100%;
}
#recruit table{
	width: 680px;
	margin: 0 auto 10px auto;
	border: solid #222 1px;
}
#recruit th{
	width: 200px;
	color: #fff;
	border-right: solid #222 1px;
	border-bottom: solid #222 1px;
	background-color: #FF0080;
}
#recruit td{
	border-bottom: solid #222 1px;
	background-color: #fff;
}
#contactBox {
	min-height: unset;
	border: solid #FF0080 1px;
	overflow: hidden;
}
#contactBox .contentInner{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#recruit tr:last-child th,#recruit tr:last-child td{
	border-bottom: unset;
}
#contactBox .head{
	margin: 20px auto;
	color: #000;
	font-size: 30px;
	text-align: center;
}
#contactBox ul{
	margin-bottom: 20px;
	overflow-y: hidden;
}
#contactBox li{
	width: 300px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	border: solid #FF0080 1px;
	box-sizing: border-box;
	float: left;
}
#contactBox li:last-child{
	margin-right: unset;
}
#contactBox li p{
	margin-bottom: 10px;
	font-size: 20px;
}
#contactBox .btn a{
	color: #fff;
	vertical-align: -webkit-baseline-middle;
}
#contactBox .btn{
	height: 75px;
	padding: 10px;
	font-size: 24px;
	box-sizing: border-box;
	position: relative;
}
#contactBox .btn a:before{
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#contactBox .tel .btn {
	border: solid #FF0080 2px;
	background: #FF0080;
}
#contactBox .tel .btn a:before{
	content: url(/img/btn_icon_tel.png);
}
#contactBox .mail .btn {
	border: solid #0072ff 2px;
	background: #0072ff;
}
#contactBox .mail .btn a{
	font-size: 16px;
	line-height: 24px;
	display: block;
}
#contactBox .mail .btn a:before{
	content: url(/img/btn_icon_mail.png);
	top: 4px;
}
#contactBox .line .btn {
	border: solid #00b900 2px;
	background: #00b900;
}
#contactBox .line .btn a:before{
	content: url(/img/btn_icon_line.png);
}
/*----- form -----*/
form{
	margin-bottom: 20px;
	color: white;
	font-size: 20px;
}
#form table{
	margin: 0 auto 20px;
}
#form th{
	width: 180px;
	text-align: left;
}
#form td{

}
#form th span {
	font-size: 10px;
	margin-left: 10px;
	color: #FF0080;
	line-height: 20px;
}
#form td li{
	width: 80px;
	float: left;
}
#form input[type="text"] {

}
#form #datepicker{
	width: 70px;
}
#form select{
	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;
}
#form textarea {
	width: 658px;
	height: 150px;
}
#form .submit_button {
	width: 260px;
	height: 90px;
	margin: 0 auto;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	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;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-color: unset;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
}
#form .submit_button:hover{
	color: #231816;
	transition: all .3s;
}
/*----- hotel -----*/
#hotel th{
	color: #fff;
	text-align: left;
}
#hotel td{

}
#hotel th a{
	color: #fff;
}
#hotel td{
	border-right: solid #000 1px;
}
#hotel td:last-child{
	border-right: unset;
}
#hotel th a:hover{
	color: #231816;
	transition: all .3s;
}
#hotel tr.head{

}
#hotel tr.head th{
	color: #fff;
	text-align: center;
	border-right: solid #fff 1px;
	box-sizing: border-box;
}
#hotel tr.head th:last-child{
	border-right: unset;
}
#hotel iframe{
	width: 850px;
	height: 500px;
	margin: 0 auto 20px auto;
	display: block;
}
/* magazine */
#magazine .bnr{
	width: 680px;
	margin: 30px auto 30px auto;
}
#magazine .bnr img{
	width: 100%;
}
#magazine .head{
	margin-bottom: 20px;
	text-align: center;
}

#magazine .head p{
  color: #000000;
}

#magazine .btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	position: relative;
	border-radius: 30px;
	border: 1px solid #8ccbff;
	font-weight: bold;
	letter-spacing: 2px;
	background: #ffffff;
	/* color: #27acd9; */
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}


#magazine .btn span{
	font-size: 30px;
}
#magazine .btn a{
	padding: 22px 0 20px 0;
	color: #ff4093;
	text-align: center;
	display: block;
}
#magazine .btn a:hover{
	color: #ffffff;
	background: #27acd9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#magazine .btn a:hover::before {
	-webkit-animation: sh02 0.5s 0s linear;
	-moz-animation: sh02 0.5s 0s linear;
	animation: light 0.5s 0s linear;
}

#magazine .btn a::before {
	content: '';
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 0%;
	opacity: 0;
	background: #fff;
	box-shadow: 0 0 50px 30px #fff;
	-webkit-transform: skewX(-20deg);
	-moz-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
@keyframes light {
	from {opacity: 0; left: 0%;}
	50% {opacity: 1;}
	to {opacity: 0;left: 100%;}
}



/* #magazine .btn {
	width: 220px;
	height: 80px;
	margin: 0 auto 20px auto;
	font-size: 24px;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
#magazine .btn a {
	padding: 23px 0 22px 0;
	color: #fff;
	text-align: center;
	line-height: 30px;
	display: block;
}
#magazine .btn a:hover{
	color: #231816;
} */

/* member */
#member .bnr{
	width: 680px;
	margin: 0 auto 20px auto;
}
#member .bnr img{
	width: 100%;
}
#member li{
	width: 480px;
	margin: 0 auto 20px auto;
	padding: 20px 20px 0 20px;
	border: solid #2a4197 2px;
	background-color: #fff;
	text-align: center;
}
#member form{
	margin-bottom: unset;
}
#member th{
	padding: 10px 10px 0 10px;
}
#member .head{
	margin-bottom: 10px;
	font-size: 20px;
}
#member .btn {
	width: 220px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	text-align: center;
	background-image: url(/img/btn_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: unset;
	box-sizing: border-box;
}
/* event */
#event .head{
	width: 680px;
	margin: 0 auto 10px auto;
}
#event .head img{
	width: 100%;
}
.event li:last-child {
	margin-bottom: unset;
}
.eventBox{
	width: 680px;
	margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.eventBox img{
	width: 100%;
	height: 304px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
	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: 680px;
	background-color: #fff;
	border-top: solid #222 1px;
	border-right: solid #222 1px;
	border-left: solid #222 1px;
}
#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;
}
/* concept */
#concept .contentInner{
	width: 980px;
	margin: 0 auto;
}
#concept .contentInner img{
	width: 100%;
}
/*----- ranking -----*/
#ranking .girlBox li{
	width: calc(96%/5);
	margin: 0 1% 8px 0;
}
#ranking .girlBox li:nth-child(5n){
	margin-right: 0;
}
#ranking .girlSet .girlImg{
	width: 238px;
	height: 335px;
}
#ranking .girlSet .emp{
	height: 22px;
	font-size: 16px;
	bottom: 67px;
}
#ranking .girlSet .name{
	height: 24px;
	font-size: 16px;
	padding: 0 5px;
}
#ranking .girlSet .size{
	font-size: 10px;
}
/*----- footer -----*/
#footer{
	width: 100%;
	border-top: solid #ff00f0;
	background-color: rgba(255,255,255,0.8);
}
#footerInner{
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
}
#footerInner img{
	width: 100%;
}
#footer .logo{
	width: 100%;
	margin: 0 10px 10px 0;
	float: left;
}
#footerInner ul{
	width: 100%;
	overflow: hidden;
}
#footerInner li{
	width: calc(100%/10);
	font-weight: bold;
	text-align: center;
	float: left;
}
#footerInner li:last-child{
	margin-right: unset;
}
#footerInner li a{
	color: #231816;
}
#footerInner li a:hover{
	color: #FF0080;
}
#copyright{
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background-color: #a1d5ff;
}
#copyright a{
	color: #fff;
}
#main #schedule .girlSet .label{
	width: 80px;
	position: absolute;
	bottom: 65px;
	right: 10px;
	z-index: 500;
}
#girlList #schedule .girlSet .label{
	width: 100px;
	position: absolute;
	bottom: 72px;
	right: 10px;
	z-index: 500;
}
.contentSyle04 .Rcontent .label{
	width: 110px;
	margin: 0 0 18px 0;
	padding: 2px 0 4px 10px;
	border-bottom: solid #cfcfcf 2px;
	box-sizing: border-box;
	float: left;
}
.contentSyle04 .Rcontent .label{
	width: 140px;
	margin: 0 0 10px 0;
	padding: 4px 0 8px 10px;
	border-bottom: solid #cfcfcf 2px;
	box-sizing: border-box;
	float: left;
}
.contentSyle04 .tabletyle01{
	width: 540px;
}
.contentSyle04 .tabletyle01 th{
	width: 160px;
	padding: 10px;
	text-align: left;
	border: solid #cfcfcf 2px;
	box-sizing: border-box;
}
.contentSyle04 .tabletyle01 td{
	padding: 10px;
	border: solid #cfcfcf 2px;
	box-sizing: border-box;
}
.diaryBox {
	margin: 10px 0 20px;
	height: 500px;
	overflow: hidden;
}
.diaryBox .contentTitle{
	margin: 10px 0 10px 0;
	background-image: url(/img/t_bg05.png);
}
.diaryBox iframe{
	width: calc(100% - 20px);
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
#maproute {
	margin: 50px 30%;
	overflow: hidden;
}
#maproute #mapSlider li .caption {
	font-size: 20px;
	height: 70px;
	margin-bottom: 50px;
	background: #ffffffc7;
	padding: 8px;
}
/* added 221123 */
#twIg {
/*	display: flex;*/
	flex-wrap: wrap;
}
/*
#twIg .wrapper {
	width: 50%;
	
}
*/
#twIg .contentInner {
	height: 500px;
	overflow-y: auto;
}
#twIg .contentTitle svg{
	width: 36px;
	margin-right: 10px;
}
#twIg .contentTitle span{
	position: absolute;
}

#instagram {
	display: flex;
  flex-wrap: wrap;
}
#instagram .contents {
    position: relative;
    /* margin-top: 10px; */
    width: calc(100% / 3);
}
#instagram .contents img {
	display: block;
    width: 100%;
}
#instagram .caption {
    background: rgba(0,0,0,0.6);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    font-size: 12px;
    padding: 5px;
    overflow: hidden;
}
#profile .movieArea {
  width: 100%;
	max-height: 300px;
}
/*movie*/
#movieList {
	overflow: hidden;
}
#topMovie .contentInner{
	padding: 0 10px 10px 0px;
}

#topMovie #movieList .movieArea {
  width: 175px;
  height: 214px;
  margin: 0 auto;
  display: block;
}

#topMovie #movieList .movieTitle {
  font-size: 17px;
}


#movieList li {
  width: calc((100% - 40px) / 3);
  margin: 0 0px 10px 10px;
  padding: 10px;
  border: solid #ff3ea9 1px;
  background-color: #ffffff26;
  box-sizing: border-box;
  float: left;
	min-height: 285px;
}
#movieList li:nth-child(3n) {
  /* margin: 0 0 10px 0; */
}
#movieList .movieTitle {
  color: #ff3ea9;
  font-size: 20px;
  font-weight: bold;
	white-space: nowrap;
	overflow: scroll;
	/* overflow: hidden; */
}
#movieList .movieArea {
  width: 300px;
  height: 214px;
  margin: 0 auto;
  display: block;
}
.movieSlider li:nth-child(3n) {
  /* margin: 0 10px 10px 10px !important; */
}

#twitterWrap {
  width: 1000px;
  margin: 0 auto;
}