@import url("reset.css");
body {
	height: 100%;
	color: #8A7057;
	font-size: 12px;
	font-weight: 600;
}
body::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
    background-color: #FEFEFE;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    -moz-background-size: contain;
    background-attachment: fixed;
    background-position: center top;
}
img{
	width: 100%;
	vertical-align: bottom;
}
a{
	color: #8A7057;
}
a:hover{
	color: #8A7057;
	-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{
	box-sizing: border-box;
}
tr{
	box-sizing: border-box;
}
th,td{
	vertical-align: middle;
	text-align: left;
}
th{
	box-sizing: border-box;
	font-weight: bold;
}
td{
	box-sizing: border-box;
}
input[type="submit"] {
	-webkit-appearance: none;
	border: none;
}
.fontChange{
	font-family: 'Libre Baskerville', serif;
}
.fwb {
	font-weight: bold;
}
.fontRed {
	color: #da6583;
}
.tdu {
	text-decoration: underline;
}
#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#pan{
	width: 100%;
	margin: 113px auto 0 auto;
	color: #8A7057;
	font-size: 14px;
	background-color: #FDF4F4;
}
#pan a{
	color: #fedae6;
}
#panIn{
	margin: 0 2%;
}
/*----- index -----*/
#index{
	text-align: center;
	z-index: 2;
	position: relative;
}
#index a{
	color: #fff;
}
#index h1{
	padding: 2px 0;
	text-align: center;
	background-color: #FDF4F4 ;
	color: #8a7057;
	line-height: 14px;
}
#index .content{
	padding: 0px;
	background-color: rgba(255,255,255,0.7);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	overflow: hidden;
}
#index .contentTitle{
	position: relative;
	font-size: 20px;
}
#index .contentTitle span {
	font-size: 14px;
}
#indexHead img{
	width: 100%;
}
#indexHead img.tel{
	width: 98%;
	margin: 10px auto 20px auto;
}
#entrance{
	padding: 20px 0 0 0;
	z-index: 2;
	position: relative;
}
#entrance p{
	margin-bottom: 20px;
}
.enter span{
	font-size: 24px;
}
#index .btn {
	width: 200px;
	height: 63px;
	margin: 20px auto;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	background: #8a7057;
}
#index .enter a {
	padding: 12px 0;
	color: #fff;
	text-align: center;
	display: block;
}
#index .leave a{
	color: #8a7057;
}
#entrance .dt_link {
	width: 80%;
	margin: 0 auto 20px auto;
}
#index .desc{
	width: 80%;
	margin: 0 auto 20px auto;
}
#index .recruit,#index .introduction,#index .group,#index .link,#index #groupList {
	background: #fff9;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 20px;
}
#index #groupList a {
	color: #8A7057;
}
#index .recruit .left,#index .recruit .right{
	margin: 0 10px;
}
#index .introduction .contentTitle img{
	width: 82%;
	padding: 7px 0 0 0;
}
#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 ul{
	margin: 0 auto;
	overflow: hidden;
}
#index .link li{
	margin-bottom: 10px;
}
#index .link li:last-child{
	margin-bottom: unset;
}
#index #dt_enter img {
	width: 250px;
}
/*----- header -----*/
#header{
	width: 100%;
	height: 113px;
	padding: 3px 0;
	background-color: rgba(255,255,255,0.7);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 1000;
}
#header .logo{
	width: 60%;
	margin: 0 8% 0 0;
	float: left;
}
#header .logo img{
	margin: 5px;
	width: 80%;
}
#header .dataBox{
	position: absolute;
	top: 27px;
	right: -22px;
	width: 50%;
	z-index: 9999;
}
#header .dataBox li{
	width: 27%;
	float: left;
}
#header .dataBox li {
    margin-right: 4px;
    z-index: 9999;
    border-radius: 10px;
    overflow: hidden;
}
#header .dataBox li a{
	position: relative;
	z-index: 9999;
}
#header .dataBox li:last-child{
	margin-right: none;
}
#header .dataBox img{
	width: 100%;
	display: block;
}
#header .dataBox .line{
	color: #2BAD38;
	font-size: 18px;

	position: relative;
	top: 3px;
}
#menuBtn,#lineBtn,#telBtn {
	position: relative;
	z-index: 9999;
}
.reserveBtn{
	width: 100%;
	padding: 5px 0;
	font-size: 20px;
	text-align: center;
	background-color: rgba(255,127,0,0.9);
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.reserveBtn a{
	color: #fff;
}
.reserveBtn .reserveInner{
	position: relative;
}
.reserveBtn .reserveInner p:before {
	margin-right: 5px;
	content: url(../img/btn_icon_reserve.html);
	position: relative;
	top: 2px;
}
/*swingMenu*/
.swingMenu{
	width: calc(100% - 20px);
	margin: 10px;
	text-align: left;
	z-index: 2000;
	display: none;
	background-color: rgba(255,255,255,0.9);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	overflow: hidden;
	line-height: 20px;
	position: fixed;
	top: 113px;
	padding-bottom: 10px;
}
.swingMenu a{
	color: #8a7057;
}
.swingMenu .menuList{
	padding: 15px 0 0 0;
	overflow: hidden;
}
.swingMenu ul{
	margin: 0 1%;
	overflow: hidden;
}
.swingMenu li{
	width: 50%;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.swingMenu li a{
	color: #8a7057;
}
.swingMenu li span {
	font-size: 20px;
}
.swingMenu .addressBox p{
	margin-left: 1%;
	text-align: left;
}
.addressBox{
	width: 98%;
	margin: 0 1%;
}
.addressBox img{
	width: 80%;
	margin: 0 auto;
	color: #8a7057;
	display: block;
}
.addressBox .data{
	width: 96%;
	margin: 0 2%;
	color: #8a7057;
	font-size: 20px;
	text-align: right;
	line-height: 20px;
}
.addressBox .data span{
	margin-right: 10px;
	font-size: 14px;
	color: #222;
}
/*----- 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 -----*/
.girlDataBox{
	overflow: hidden;
}
.girlSet{
	position: relative;
	padding: 30px 20px;
}
#topIndexWrapper .girlSet{
	position: relative;
	padding: 60px 20px 30px 20px;
}
.girlSet .girlImg img{
/*	height: 100%;*/
}
.girlSet .newfaceIcon {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
}
.girlSet .newfaceIcon img{
	width: 50px;
	height: 50px;
}
#topIndexWrapper .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;
}
#topIndexWrapper .girlSet .comment{
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 600;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px;
	margin: 60px 0 0;
	background: rgba(255,255,255,0.4);
	border: solid 1px #d8cfc6;
}
#indexWrapper .girlSet .girlData {
	background: rgba(255,255,255,0.8);
	z-index: 9999;
	padding: 20px;
}
.girlSet .girlData {
	background: rgba(255,255,255,0.8);
	z-index: 9999;
	padding: 5px 0;
}
.girlSet .time{
	height: 24px;
	padding: 2px 5px;
	font-size: 16px;
	line-height: 21px;
	background-color: rgba(247,255,178,0.9);
	box-sizing: border-box;
	text-align: center;
	z-index: 600;
	position: absolute;
	/* width: 200px; */
	top: 0;
	transform: rotate(
	-5deg
	);
	left: -5px;
	box-shadow: 0 0 5px #333;
}
#topIndexWrapper .girlSet .time{
	height: 29px;
	padding: 4px 5px;
	font-size: 20px;
	line-height: 21px;
	background-color: rgba(247,255,178,0.9);
	box-sizing: border-box;
	text-align: center;
	z-index: 600;
	position: absolute;
	/* width: 200px; */
	top: 18px;
	transform: rotate(
	-3deg
	);
	left: calc(50% - 67px);
	box-shadow: 0 0 5px #333;
}
.girlSet .name{
  font-size: 18px;
  line-height: 16px;
  text-align: center;
}
.girlSet .name a{
}
.girlSet .size{
	line-height: 14px;
	text-align: center;
}

.girlSet .comment{
}
/*----- 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 -----*/

.top #news{
	margin-bottom: 10px;
}
.top #news .contentInner,.top #photo .contentInner{
	height: 400px;
	overflow-y: scroll;
}
.top #news .girlSet{
	width: 60%;
	margin: 0 auto 10px auto;
}
.top #news.Lcontent .textBox{
	margin: 0 0 20px 0;
	padding: 10px;
	box-sizing: border-box;
}
.top #news.Lcontent .newsWrapper {
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.top #news.Lcontent .textBox .title {

	font-size: 16px;
	line-height: 16px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	border-left: solid 5px #E97699;
	padding-left: 5px;
}
.top #photo{
	overflow: hidden;
}
.top #pickup{
	padding: unset;
}
.top #pickup .Lcontent .girlSet{
	margin: 0 10px 10px 10px;
}
.top #pickup .Lcontent .dataBox{
	padding-left: 10px;
}
.top #pickup .Lcontent .dataBox .name{
	margin-right: 10px;
	font-size: 30px;
	color: #fff;
	line-height: 34px;
}
.top #pickup .Lcontent .dataBox .name a{
	color: #fff;
}
.top #pickup .Lcontent .dataBox .size{
	font-size: 24px;
	line-height: 40px;
}
.top #pickup .Lcontent .dataBox .label{
	padding-top: 10px;
}
.top #pickup .Lcontent .textBox{
	height: 200px;
	margin-bottom: 10px;
	padding: 10px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.top #pickup .Rcontent{
	width: 300px;
}
.top #newface li,.top #schedule li{
/*	width: calc(98%/2);
	margin: 0 2% 10px 0;
	float: left;*/
}
#topIndexWrapper #schedule li {
	background-image: url(../img/girllist_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 0px;
}

.top ul{
	/*overflow: hidden;*/
}
.top .btn {
	width: 160px;
	height: 40px;
	margin: 20px auto;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	background: #8a7057;
	clear: both;
	position: relative;
	z-index: 9999;
}
.top .btn a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
}
.content{
		margin-bottom: 10px;
	padding: 10px 10px 0 10px;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.contentInner{
	width: 100%;
	padding: 0 0 10px 0;
	/*overflow: hidden;*/
}
.contentSet{
	margin-bottom: 10px;
	overflow: hidden;
}
.contentSyle01 .girlBox li{
	width: calc(100%/2);
	float: left;
	background-image: url(../img/girllist_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0px 0px;
	height: 295px;
}
.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;

}
/*----- slick -----*/
.slick-dots li button:before{
	font-size: 20px!important;
	color: #8a7057 !important;
}
.slick-dotted.slick-slider{
	padding-bottom: 10px;
}
/* photo */
.contentSyle04 .Lcontent{
	width: 100%;
	position: relative;

}
.content .contentTitle{
	position: relative;
	margin: 10px 0;
	position: relative;
	line-height: 40px;
	font-size: 32px;
	text-align: left;
}
.content .contentTitle span {
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	display: block;
	padding-left: 5px;
}
.contentTitleRight{
	font-size: 24px;
	text-shadow: 1px 1px 3px #ABABAB;
	padding-left: 10px;
	border-bottom: solid #A8A8A8 1px;
	box-sizing: border-box;
	overflow: hidden;
}
/*----- system -----*/
.tab {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.tab li {
	width: calc(98%/3);
	margin-right: 1%;
	text-align: center;
	background: #8a7057;
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	float: left;
}
.tab li:last-child{
	margin-right: unset;
}
.tab li a {
	padding: 12px 0;
	color: #fff;
	text-align: center;
	line-height: 20px;
	display: block;
}
.tab li a.selected {
	color: #f3f4bd;
	text-decoration: none;
}
.tab li span{
	font-size: 14px;
}
@media screen and (max-width: 320px) {
	.tab li a{
		padding: 8px 0 12px 0;
	}
}
.panel {
	border: 1px solid #E6ECFD;
	border-top: none;
	box-sizing: border-box;
	padding: 0;
}
.panel li {
	list-style-type: none;
	padding: 5px;
}
#sPlay li{
	margin-bottom: 10px;
	padding: 10px;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
}
#sPlay li .head{
	margin-bottom: 10px;
}
#sPlay li .head img{
	width: 100%;
}
#sPlay li .desc{
	padding-left: 2.5em;
}
#sPlay li .desc li{
	padding: unset;
	padding-right: 1em;
	font-size: 14px;
	list-style-type: decimal;
	filter: unset;
	background-color: unset;
}
/* #system */
#system {
	position: relative;
	z-index: 10;
}
#system table {
    width: 100%;
    font-size: 16px;
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 10px;
}
#system table thead th {
	text-align: center;
}
#system table tbody td {
	text-align: center;
}
#system .subTitle {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}
#system .notice {
  padding: 10px;
  margin: 10px auto;
  background: rgba(255,255,255,0.6);
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-sizing: border-box;
}
#system .notice ul {
	line-height: 25px;
}
#system .notice ul li {

}
#system .price {

}
#system .free80over {
	background: rgb(255 251 229);
}
#system .free100over {
	background: rgb(255 229 229);
}
#system .discountlabel {

}
#system .caption {

}
#system .card {
	text-align: center;
}
#system .cardBtn {
	background: #b4a9a5;
	display: block;
	width: 80%;
	text-align: center;
	padding: 10px 0;
	margin: 10px auto;
	border-radius: 5px;
	color: #fff;
	/* font-weight: bold; */
	font-size: 20px;
}
#system .kthTable th {
	width: 40%;
	font-size: 16px;
}
#system .kthTable th span {
	font-size: 14px;
	margin-left: 5px;
}
#system table.kthTable tbody td {
	text-align: left;
	font-size: 14px;
	padding: 10px;
}
#system .attentionTitle1 {
	font-size: 16px;
	color: #da6583;
	margin-bottom: 10px;
	font-weight: bold;
}
#system .attentionTitle2 {
	margin-bottom: 10px;
	font-weight: bold;
}
#system .attentionLastList {
	margin-top: 20px;
	border: solid 1px #96000240;
	color: #960002;
	border-radius: 10px;
	padding: 10px;
	background: #fff;
	margin-left: 0!important;
}
#system .attentionLastList li {
	list-style: none !important;
	margin-left: 0;
}
#system .tableLayout2 {
	font-size: 16px;
}
#system .kiyaku ul {
	margin-left: 23px;
	margin-bottom: 10px;
}
#system .kiyaku ul li {
	list-style: circle;
}
#system .premiumClassText {
	font-size: 10px;
}
#sOption ul{
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#sOption li{
	width: calc(96%/3);
	margin: 0 2% 10px 0;
	padding: 5px;
	color: #fedae6;
	text-align: center;
	background-color: #8a7057;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	float: left;
}
#sOption li:nth-child(3n){
	margin: 0 0 10px 0;
}
#sOption li:last-child{
	padding: 5px 10px;
	color: #8a7057;
	background-color: unset;
	text-align: left;
	filter: unset;
}
/*----- access -----*/
#access .accessInner{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: solid #222 1px;
	box-sizing: border-box;
	overflow-y: hidden;
}
#access .map{
	width: 100%;
	margin-right: 10px;
	float: left;
}
#access iframe{
	height: 200px;
}
#access .data{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
#access .data img.logo{
	width: 80%;
	margin: 0 auto 10px auto;
	display: block;
}
#access .data table{
	width: 100%;
	margin: 0 auto;
}
#access .data th{
	width: 100%;
	background-color: #222;
	color: #fff;
	font-size: 14px;
	text-align: left;
	float: left;
}
#access .data td{
	font-size: 14px;
	background-color: #fff;
	float: left;
}
#access .data td img{
	width: 40%;
	margin: 0 auto;
	display: block;
}
/*----- recruit -----*/
#rInfo .bnr{
	margin: 0 auto 10px auto!important;
}
#rInfo table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
#rInfo th{
	display: block;
	width: 100%;
}
#rInfo td{
	display: block;
	width: 100%;
}
#contactBox .contentInner{
	margin: 0 auto;
	padding-bottom: 20px;
}
#contactBox .head{
	margin: 20px auto;
	color: #8a7057;
	font-size: 20px;
	text-align: center;
}
#contactBox li{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	border: solid #8a7057 3px;
	background-color: rgba(255,255,255,0.7);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	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;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));
}
#contactBox .btn{
	padding: 10px;
	font-size: 24px;
	position: relative;
}
#contactBox .btn:before{
	margin-right: 10px;
	position: relative;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.5));
	top: 2px;
}
#contactBox .tel .btn {
	border: solid #f078bf 2px;
	background: #ffcbea;
	background: -moz-linear-gradient(top,  #ffcbea 0%, #ffcbea 50%, #f078bf 100%);
	background: -webkit-linear-gradient(top,  #ffcbea 0%,#ffcbea 50%,#f078bf 100%);
	background: linear-gradient(to bottom,  #ffcbea 0%,#ffcbea 50%,#f078bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcbea', endColorstr='#f078bf',GradientType=0 );
}
#contactBox .tel .btn:before{
	content: url(../img/btn_icon_tel.html);
}
#contactBox .mail .btn {
	font-size: 18px;
	border: solid #f0b978 2px;
	background: #ffe6c9;
	background: -moz-linear-gradient(top,  #ffe6c9 0%, #ffe6c9 50%, #f0b978 100%);
	background: -webkit-linear-gradient(top,  #ffe6c9 0%,#ffe6c9 50%,#f0b978 100%);
	background: linear-gradient(to bottom,  #ffe6c9 0%,#ffe6c9 50%,#f0b978 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6c9', endColorstr='#f0b978',GradientType=0 );
}
#contactBox .mail .btn:before{
	content: url(../img/btn_icon_mail.html);
	top: 4px;
}
#contactBox .line .btn {
	border: solid #78f07b 2px;
	background: #c8ffc9;
	background: -moz-linear-gradient(top,  #c8ffc9 0%, #c8ffc9 50%, #78f07b 100%);
	background: -webkit-linear-gradient(top,  #c8ffc9 0%,#c8ffc9 50%,#78f07b 100%);
	background: linear-gradient(to bottom,  #c8ffc9 0%,#c8ffc9 50%,#78f07b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8ffc9', endColorstr='#78f07b',GradientType=0 );
}
#contactBox .line .btn:before{
	content: url(../img/btn_icon_line.html);
}
/*----- schedule -----*/
.schedule{
	width: 100%;
	position: relative;
	float: left;
}
.schedule ul{
	width: 98%;
	margin: 10px auto;
	overflow: hidden;
}
.schedule li{

	width: calc(100% / 7);
	text-align: center;
	line-height: 20px;
	float: left;
}
.schedule .day a{
	color: #222;
}
.schedule .today {
background: #fbd3d3;
    border-bottom: solid 3px #8a7057;
}
.schedule .today a{
	color: #8A7057;
}
.schedule a {
	color: #8A7057;
}
.schedule a:hover {
	color: #8A7057;
}
.schedule .check{
	margin-bottom: 10px;
}
.schedule .check li a{
	color: #222;
}
.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{

}
#profile .Rcontent .name{
	margin-left: 10px;
	font-size: 20px;
}
#profile .Rcontent .size{
	margin-left: 10px;
	font-size: 14px;
	line-height: 14px;
	float: left;
	width: 70%;
}
#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;
}
#option th{
	width: 40% !important;
	float: left;
	display: block !important;
	padding: 5px;
	border-bottom: solid 1px #fff;
}
#option td{
	width: 10% !important;
	float: left;
	text-align: center;
	display: block !important;
	padding: 5px;
}
#profile .Rcontent th{
	text-align: left;
}
#profile .Rcontent .messageBox li{
	margin-bottom: 10px;
	padding: 10px;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
}
#profile .Rcontent .messageBox .title{
	font-size: 20px;
	margin-bottom: 10px;
}
#profile .Rcontent .innerBottom{
	width: 100%;
}
#profile .innerBottom .scheduleBox{
	font-size: 20px;
	width: 100%;
	overflow: hidden;
}
#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 {
}
#profile .innerBottom .scheduleBoxe .sat {
	color: #60a0de;
}
#profile .innerBottom .scheduleBoxe .sun {
	color: #de6061;
}
/*----- 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;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	font-family: "Sawarabi Mincho";
	background:  #8a7057;
	background-size: cover;
	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 .bnr{
	margin: 0 auto 20px auto;
}
#magazine .bnr img{
	width: 100%;
}
#magazine .head{
	margin-bottom: 20px;
}
#magazine .head img{
	margin-bottom: 20px;
}
#magazine span.o{
	color: #ff7800;
}
#magazine span.p{
	color: #fff;
}
#magazine .head p{
	margin-bottom: 10px;
}
#magazine ul{
	overflow: hidden;
}
#magazine .desc1 li{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	background: #B3B1B1;
	border: 3px solid #8E8E8B;
	border-radius: 5px;
}
#magazine .desc1 li:last-child p{
	margin-bottom: unset;
}
#magazine input[type="submit"] ,#magazine .btn {
	text-decoration: none;
	display: block;
	position: relative;
	background: #FFF;
	padding: 12px;
	font-size: 16px;
	background: #000;
	color: #fff;
	width: 50%!important;
	box-sizing: border-box;
	margin: 0 auto;
	display: inline-block;
}
#magazine input[type="submit"] ,#magazine .btn a{
}
#magazine input[type="text"]{
	height: 30px;
	margin-bottom: 10px;
}
#magazine input[type="submit"]{
	padding: 10px;
}
#magazine .desc2{
	overflow: unset!important;
	list-style: unset;
}
#magazine .desc2 li{
	line-height: 14px;
	list-style: disc;
	list-style-position: inside;
}
/*----- member -----*/
#panel {
	background: rgba(255,255,255,0.6);
	width: 300px;
	margin: 150px auto;
	padding: 20px;
	box-shadow: 0 0 6px #333;
}
#panel table {
	width: 100%;
}
#panel table th,#panel table td {
	width: 50%;
}
#panel table th img{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.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;
}
#topIndexWrapper #schedule .contentTitle {
	background: url(../img/fabric_back.png) no-repeat;
	margin: 20px 0 0 0;
	height: 70px;
	line-height: 70px;
	padding-left: 30px;
	color: #fff;
	text-shadow: 0 0 6px #3a2823;
}
#topIndexWrapper #schedule .contentTitle span {
	position: relative;
	top: -20px;
}
.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 li:last-child {
	margin-bottom: unset;
}
.eventBox{
	margin: 0 auto;
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	overflow: hidden;
}
.eventBox img{
	margin: 0 auto 10px auto;
	display: block;
}
.eventBox .title{
	margin-bottom: 10px;
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
}
.eventBox .text{
	padding: 5px;
	background-color: rgba(255,255,255,0.7);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
}
/*----- hotel -----*/
#hotel ul.typeBtn{
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#hotel ul.typeBtn li{
	width: 48%;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
#hotel ul.typeBtn li a{
	color: #fff;
}
#hotel ul.typeBtn li:first-child{
	background-color: #FD6BAC;
	margin-right: 4%;
}
#hotel ul.typeBtn li:last-child{
	background-color: #8a7057;
}
#hotel ul.areaBtn{
	width: 100%
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#hotel ul.areaBtn li{
	width: calc(96%/3);
	margin: 0 2% 10px 0;
	font-size: 10px;
	text-align: center;
	border-radius: 5px;
	float: left;
}
#hotel ul.areaBtn li:nth-child(3n){
	margin: 0 0 10px 0;
}
#hotel ul.areaBtn li a{
	padding: 10px 0;
	color: #fff;
	display: block;
}
#hotel table{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px 10px;
}
#hotel table th:nth-child(1){
	border-right: solid #fff 2px;
}
#hotel table th:nth-child(2){
	border-right: solid #fff 2px;
}
#hotel table th:nth-child(3){
}
#hotel table th:nth-child(4){
}
#hotel table td:nth-child(1){
	color: #fff;
}
#hotel table .areaName{
	color: #222!important;
	font-size: 14px;
	text-align: center;
	border-bottom: unset!important;
	background-color: #fedae6!important;
}
#hotel table .areaNameChild{
	color: #222!important;
	text-align: center;
	background-color: #fff!important;
}
#loveHotel{
	width: 100%
	margin: 0 auto;
	overflow: hidden;
}
#loveHotel .title{
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #FD6BAC;
}
#loveHotel ul.areaBtn li{
	background-color: #FD6BAC;
}
#loveHotel ul.areaBtn li a:hover{
	color: #8a7057;
}
#loveHotel th{
	background-color: #FD6BAC;
	display: block;
}
#loveHotel th:nth-child(1){
}
#loveHotel th:nth-child(2){
}
#loveHotel th:nth-child(3){
}
#loveHotel th:nth-child(3){
}
#loveHotel td{
	color: #FD6BAC;
	display: block;
}
#loveHotel td:nth-child(1){
	color: #fff;
	background-color: #FD6BAC;
}
#loveHotel td:nth-child(2){
	border-bottom: solid #FD6BAC 1px;
}
#loveHotel td:nth-child(3){
	border-bottom: solid #FD6BAC 1px;
}
#loveHotel td:nth-child(4){
}
#businessHotel{
	width: 100%
	margin: 0 auto;
	overflow: hidden;
}
#businessHotel .title{
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #8a7057;
}
#businessHotel ul.areaBtn li{
	background-color: #8a7057;
}
#businessHotel ul.areaBtn li a:hover{
	color: #8a7057;
}
#businessHotel th{
	background-color: #8a7057;
	display: block;
}
#businessHotel th:nth-child(1){
}
#businessHotel th:nth-child(2){
}
#businessHotel th:nth-child(3){
}
#businessHotel td{
	color: #8a7057;
	display: block;
}
#businessHotel td:nth-child(1){
	color: #fff;
	background-color: #8a7057;
}
#businessHotel td:nth-child(2){
	border-bottom: solid #8a7057 1px;
}
#businessHotel td:nth-child(3){
}
/*----- footer -----*/
#footer{
	width: 100%;
	text-align: center;
	background-color: #FDF4F4;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
#footer a{
	color: #8a7057;
}
#footer .menuList{
	padding: 15px 0 0 0;
	overflow: hidden;
}
#footer ul{
	margin: 0 3%;
	overflow: hidden;
}
#footer li{
	width: 49%;
	height: 65px;
	margin: 0 2% 5px 0;
	padding: 12px 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: #8a7057;
	box-sizing: border-box;
	float: left;
}
#footer li:nth-child(even){
	margin: 0 0 10px 0;
}
#footer li a{
	color: #fff;
}
#footer li span {
	color: #fedae6;
	font-size: 20px;
	text-shadow: 0px 0px 3px #fff;
}
#footer .addressBox p{
	margin-left: 1%;
	text-align: left;
}
#footer .addressBox {
	width: 98%;
	margin: 10px 1% 0 1%;
}
#footer .addressBox  img{
	width: 50%;
	margin: 0 auto 10px auto;
	color: #8a7057;
	display: block;
}
#footer .addressBox .data{
	width: 96%;
	margin: 0 2% 20px 2%;
	color: #8a7057;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
}
#footer .addressBox .data span{
	margin-right: 10px;
	font-size: 14px;
	color: #222;
}
#footer .addressBox .time{
	margin-bottom: 20px;
}
#footer .addressBox .tel{
	font-size: 30px;
}
#copyright{
	text-align: center;
	color: #8A7057;
	background-color: #FDF4F4;
}
#copyright a{
	color: #8a7057;
}
.diaryBox {
	margin: 10px 0;
	height: 500px;
}
#profile .movieArea {
	width: 100%;
	max-height: 240px;
}
/*movie*/
#movieList{

}
#movieList li{
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #fff;
	border: solid #8a7057 1px;
	box-sizing: border-box;
	float: left;
}
#movieList li:last-child{
	margin: 0 0 0 0;
}
#movieList .movieTitle{
	margin-bottom: 5px;
	color: #8a7057;
	font-size: 20px;

}
#movieList .movieArea{
	width: 100%;
	max-height: 240px;
}
.movieSlider li{
	margin: 0 5px 10px 5px!important;
}
.catchCopy {
	text-align: center;
	background-color: #FDF4F4;
	color: #8A7057;
}
.catchCopy.subTitle {

	font-size: 14px;
	color: #FEDAE6;
}
.rankRibon {
	position: absolute;
	height: 70px;
	width: 70px;
}
#indexWrapper .rankRibon {
	position: absolute;
	height: 100px;
	width: 100px;
}
.rankIco {
	width: 75px;
	position: relative;
	top: -10px;
	left: 5px;
}
.nowLink {
	position: absolute;
	right: 0px;
	display: block;
	top: 0px;
	font-size: 14px;
	background: #fedae6;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
#concept {
	font-weight: normal;
}
#concept .contentsUpper {
	text-align: center;
	font-size: 15px;
	line-height: 32px;
}
#concept .contentsLower {
	font-size: 16px;
	line-height: 24px;
	margin: 10px;
}
#concept .fontBig {
	font-size: 24px;
}
#concept .fontMedium {
	font-size: 18px;
}
#concept .textRed {
	color: #de6061;
}
#concept .textBlue {
	color: #2b73b9;
}
#concept .fontWeightBold {
	font-weight: bold;
}
#blankMail {
	margin-top: 40px;
	margin-bottom: 50px;
}
#blankMail hr {
	margin-bottom: 20px;
}
#blankMail a {
	background: #000;
	padding: 10px 20px;
	color: #fff;
	margin: 20px;
	display: inline-block;
}
/* top3colBox */
.top3colBoxInner {
	background: none;
}
.top3colBox {
	background: rgb(245 210 200 / 80%);
	/* box-shadow: 0px -5px 4px 0px #111; */
	height: 600px;
}
.top3colBox:last-child {
	margin-top: 10px;
	margin-right: 0;
	background-image: url(../img/pickup_bg.png);
	background-color: rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	border: none;
	box-shadow: 1px 4px 10px #333;
	height: auto;
}
.top3colBox .contentTitle {
	font-size: 28px;
	margin: 10px;
}
.top3colBox .contentTitle span {
	padding: 0;
	top: 0;
	display: block;
	height: 10px;
	line-height: 0px;
}
.top3colBox .contentsBox {
	height: 520px;
  background: #fff;
  margin: 20px 10px 0;
	box-shadow: inset 0 0 7px #cacaca;
	overflow-y: scroll;
	overflow-x: hidden;
}
.newsBox {

}
.newsBox .title {
background: #d65151;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.newsBox .photo {

}
.newsBox .photo li {
float: left;
    width: calc(100% / 3);
}
.newsBox .photo li img {
    width: 100%;
}
.newsBox .date {
color: #984d4d;
    padding-left: 5px;
}
.newsBox .text {

}
.newfaceBox {

}
.newfaceBox .photo {
	margin: 10px 50px;
}
.newfaceBox .name {
	text-align: center;
	color: #d65151;
	font-weight: bold;
	font-size: 18px;
}
.newfaceBox .prof {
	text-align: center;
	color: #8c551d;
}
.newfaceBox .empdate {
	width: 40%;
	background: #d65151;
	text-align: center;
	margin: 5px auto;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.newfaceBox .comment {
	padding: 5px;
	border-bottom: solid 1px #ffcab6;
}
.pickupBox {
}
.pickupBox .photoBgWrap {
	background: url('../img/millor_frame.png') center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.pickupBox .photo {
	padding: 0 25px 7px 25px;
	margin-bottom: 30px;
}
.pickupBox .photo img {
	border-radius: 50%;
}
.pickupBox .time {
text-align: center;
    color: #d65151;
    font-weight: bold;
    background: #fff;
    font-size: 20px;
    width: 130px;
    box-shadow: 0 3px 5px 0px #FDF4F48c;
    position: relative;
    left: 111px;
    top: 10px;
    transform: rotate(-5deg);
}
.pickupBox .name {
	text-align: center;
}
.pickupBox .name span {
    color: #d65151;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
}
.pickupBox .prof {
	text-align: center;
	color: #8c551d;
	margin-bottom: 20px;
}
.pickupBox .empdate {

}
.pickupBox .commentWrap {
	background: url(../img/pickup_comment_frame.png);
	background-size: contain;
	height: 109px;
	width: 292px;
	transform: rotate(-2deg);
	overflow: hidden;
	margin-left: 32px;
	margin-bottom: 10px;
}
.pickupBox .comment {
	background: #fff;
	/* box-shadow: 0 0 5px #333 inset; */
	font-size: 12px;
	line-height: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 66px;
	padding: 5px;
	margin-left: 20px;
	margin-top: 17px;
	position: relative;
	width: 241px;
}
#cosplayList {
	overflow: hidden;
}
#cosplayList li {
	width: calc(100%/3);
	float: left;
}
#cosplayList li .inner {
	margin: 5px;
}
#cosplayList li .inner .title {
	text-align: center;
}
#cosplayList li img {
	width: 100%;
}
.slide-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 9999;
}
.prev-arrow {
	left: 0;
}
.next-arrow {
	right: 0;
}
/* added 20230308 */
.bnrSlider {
  position: relative;
}
.bnrSlider li {
  display: flex;
  align-items: center;
  height: 200px;
}
.bnrSlider li img {
  height: 100%;
}