@import url("reset.css");
body {
	height: 100%;
	color: #8A7057;
	font-size: 14px;
	font-weight: 600;
	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;
}
.dosp{
	display: none !important;
}
table{
	border-collapse: separate;
	box-sizing: border-box;
}
tr{
	box-sizing: border-box;
}
th{
	padding: 10px;
	text-align: left;
	font-weight: bold;
	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;
}
.fwb {
	font-weight: bold;
}
.fontRed {
	color: #da6583;
}
.tdu {
	text-decoration: underline;
}
#wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../img/lace_bg.png);
	background-repeat: repeat-x;
	background-size: 45px auto;
	-moz-background-size: 20px auto;
	background-position: center -2px;
}
#pan{
	padding-top: 5px;
	color: #8A7057;
	font-size: 16px;
	line-height: 16px;
	background-color: #FDF4F4;
	z-index: 2;
}
#pan a{
	color: #8A7057;
}
#panIn{
	width: 980px;
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 5px;
}
#headBn{
	margin-top: 20px;
}
/*----- index -----*/
#index h1{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background-color: #FDF4F4;
	color: #8A7057;

}
#fabricOver {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_fabric.png);
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.4;
}
#index{
	text-align: center;
}
#index .contentInner{
	padding: 0 20px 0 20px;
}
#indexHead {
	width: 100%;
	height: 700px;
	background-image: url(../img/index_bg_2.jpg);
	background-size: cover;
	background-position: center top;
}
#indexHead img{
	width: 100%;
	margin: 20px auto 20px auto;
}
#entrance{
	line-height: 40px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#entrance .btn{
	width: 200px;
	height: 80px;
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	background: #755e4c;
}
#entrance .btn span{
	font-size: 30px;
}
#entrance .btn a{
	padding: 20px 0 18px 0;
	color: #e7e6e2;
	text-align: center;
	display: block;
}
#entrance .btn a:hover{
	color: #8A7057;
}
#entrance .leave{
	margin-bottom: 40px;
}
#entrance .dt_link {
	width: 680px;
	margin: 0 auto;
}
#index .desc{
	width: 480px;
	margin: 0 auto 50px auto;
}
#index .content{
	padding-bottom: 20px;
	z-index: 2;
}
#index .contentTitle{
	position: relative;
	height: 40px;
	margin: 10px;
	position: relative;
	line-height: 40px;
	font-size: 40px;
	text-align: left;
}
#index .contentTitle span {
	font-size: 14px;
	padding-left: 10px;
	top: -10px;
	position: relative;
}
#index .dtLink{
	width: 640px;
	margin: 0 auto 50px auto;
}
#index .recruit,#index .introduction,#index .group,#index .link,#index #groupList {
	background: #fff9;
	width: 980px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	padding: 20px;
}
#index #groupList li {
	font-size:  16px;
}
#index .link img{
	width: unset;
	max-width: 640px;
}
#index .recruit .left{
	width: 860px;
	margin: 0 auto;
}
#index .recruit .right{
	width: 400px;
	margin: 0 10px 0 0;
	float: left;
}
#index .introduction .textBox{
	padding: 0 10px;
	text-align: center;
	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{
	width: 468px;
	margin: 0 auto;
	overflow-y: 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%;
	background: url('../img/header_bg.html') bottom center no-repeat;
	z-index: 2;
}
#header .headerInner{
	width: 980px;
	height: 142px;
	margin: 0 auto;
	overflow: hidden;
	margin: 45px auto 0;
}
h1{
	line-height: 14px;
	padding: 5px 0 0 0;
}
.reserveBtn{
	width: 150px;
	top: 400px;
	right: 50px;
	position: fixed;
	z-index: 100;
}
/*----- nav -----*/
#nav{
	width: 100%;
	background: url('../img/menu_bg.jpg') repeat;
	border-top: solid 1px #FFBBBB;
	border-bottom: solid 1px #FFBBBB;
	z-index: 2;
	position: relative;
}
#nav .inner{
	width: 980px;
	margin: 0 auto;
}
#nav ul{
	padding: 5px;
	overflow: hidden;
}
#nav li{
	font-family: "Sawarabi Mincho";
	width: calc(100% / 8);
	height: 50px;
	margin: 0;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	box-sizing: border-box;
	float: left;
}
#nav li:hover {
	/*box-shadow: 0 0 5px #FDF4F4;*/
}
#nav li span{
	font-size: 20px;
}
#nav li span a{
	color: #8A7057;
}
#nav li a{
	color: #8A7057;
	display: block;
}
/*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{

}
/*----- girlSet -----*/
.girlDataBox{
	overflow: hidden;
}
.girlSet{
	position: relative;
	transition: all 300ms 0s ease;
	padding: 20px;
	padding-top: 40px;
}
.girlSet a img {
	width: 100%;
}
#topIndexWrapper .girlSet{
	padding-top: 20px;
}
.girlSet:hover {
/*	transform: rotate(2deg);*/
}
.girlSet .girlImg {
	width: 260px;
	margin-top: 46px;
	margin-right: 40px;
	display: block;
	float: right;
}
.girlSet .time{
	padding: 5px 10px;
	font-size: 21px;
	line-height: 23px;
	background-color: rgba(247,255,178,0.9);
	text-align: center;
	z-index: 600;
	position: absolute;
	/* width: 200px; */
	top: 21px;
	transform: rotate(
	-5deg
	);
	right: 204px;
	box-shadow: 0 0 5px #333;
}
#girlList .girlSet .time{
	font-size: 16px;
	top: 11px;
	left: 12px;
	width: 120px;
	padding: 2px 7px;
}
.girlSet .girlData {
	/*background: rgba(255,255,255,0.8);*/
	z-index: 9999;
	width: calc(100% - 10px);
	padding: 5px;
	margin-left: 20px;
	float: left;
	width: 520px;
}
.girlSet .name{
	font-size: 20px;
}
#girlList .girlSet .name{
	font-size: 15px;
}
.girlSet .name a{
}
.girlSet .size{
}
.girlSet .newfaceIcon{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
}
.girlSet .newfaceIcon img{
	width: 70px;
	height: 70px;
}

#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: 20px;
	background: rgba(255,255,255,0.4);
	border: solid 1px #d8cfc6;
}
/*----- 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;
    z-index: 1;
    position: relative;
}
#left{
	width: 680px;
	float: left;
}
#headBn .contentInner{
	margin: 20px auto 10px auto;
	padding: 0 20px;
}
/*----- slick -----*/
.slick-dots li button:before{
	font-size: 30px!important;
}
.slick-dotted.slick-slider{
	padding-bottom: 10px;
}
.slick-slide img {
    display: block;
    width: 100%;
}
/*----- common -----*/
#topIndexWrapper .content {
	width: auto;
}
#index .content{
	background: none;
}
.content{
	width: 980px;
	margin: 0 auto 20px auto;
	background-color: rgb(253 244 244 / 70%);
	box-sizing: border-box;
	overflow: hidden;
}
.contentInner{
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#topIndexWrapper .contentInner {
	width: auto;
}
.contentSet{
	margin-bottom: 10px;
	overflow: hidden;
}
.contentSyle01{

}
.contentSyle01 .girlBox li{
	width: calc(100%/4);
	height: 400px;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	float: left;
background-image: url(../img/girllist_bg.png);
    background-repeat: no-repeat;
    background-size: 235px 382px;
    background-position: 0px 0px;
}
.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{
	font-size: 20px;
}
.contentSyle02 .Rcontent .textBox .text{
	font-size: 16px;
}
.contentSyle02 .innerBottom .schedule .title{
	font-size: 20px;

}
.contentSyle04 .Lcontent{
	width: 940px;
	position: relative;

}
.content .contentTitle{
	position: relative;
	height: 40px;
	margin: 20px;
	position: relative;
	line-height: 40px;
	font-size: 40px;
	text-align: left;
}
.content .contentTitle span {
	font-size: 14px;
	padding-left: 10px;
	top: -10px;
	position: relative;
}
.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{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	height: 475px;
	box-sizing: border-box;
	float: left;
	background-image: url('../img/girllist_bg.png');
	background-repeat: no-repeat;
	background-size: 300px 400px;
	background-position: 580px 40px;
}
.top #schedule li:nth-child(3n) {
	margin-right: 0;
}
.top #news.Lcontent{
	width: calc(100% - 20px);
	float: left;
}
.top #news.Lcontent .contentTitle{
}
.top #news .contentInner{
	height: 360px;
	margin-bottom: 20px;
	overflow-y: scroll;
}
.top #news.Lcontent .newsWrapper {
	width: 944px;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}
.top #news.Lcontent .girlSet{
	width: 270px;
	float: left;
}
.top #news.Lcontent .textBox{
	margin: 0 0 20px 0;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.top #news.Lcontent .textBox .title {

	font-size: 16px;
	line-height: 16px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	border-left: solid 5px #D4B248;
	padding-left: 5px;
}
.top #photo.Rcontent{
	width: 240px;
	float: left;
	margin-left: 10px;
}
.top #photo.Rcontent .contentTitle{
}
.top #newface li{
	width: calc(94%/3);
	margin: 0 1% 20px 1%;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
	float: left;
}
.top #pickup{
	padding: unset;
}
.top #pickup .Lcontent .girlSet{
	width: 290px;
	margin: 0 10px 10px 10px;
	float: left;
}
.top #pickup .Lcontent .dataBox{
	width: 905px;
	margin: 0 10px 10px 0;
	padding-left: 10px;
	border-bottom: solid #fff 1px;
	overflow-y: hidden;
}
.top #pickup .Lcontent .dataBox .name{
	margin-right: 10px;
	font-size: 30px;
	color: #8A7057;
	line-height: 34px;
	float: left;
}
.top #pickup .Lcontent .dataBox .name a{
	color: #8A7057;
}
.top #pickup .Lcontent .dataBox .size{
	font-size: 24px;
	line-height: 40px;
	float: left;
}
.top #pickup .Lcontent .dataBox .label{
	width: 140px;
	padding-top: 10px;
	float: left;
}
.top #pickup .Lcontent .textBox{
	width: 930px;
	height: 203px;
	padding: 10px;
	overflow-y: scroll;
	box-sizing: border-box;
	float: left;
}
.top #pickup .Lcontent .schedule{
	width: 915px;
	float: left;
}
.top #pickup .Lcontent .textBox{
	width: 915px;
	height: 235px;
	margin: 0 10px 10px 0;
	float: left;
}
.top #pickup .Rcontent{
	width: 300px;
	float: left;
}
.top ul{
}
.top .btn{
	width: 200px;
	height: 50px;
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	background: #111;
	position: relative;
	z-index: 9999;
	clear: both;
}
.top .btn a {
	padding: 0;
	color: #fff;
	text-align: center;
	display: block;
}
.top .btn a:hover {
	color: #8A7057;
}
/* photo */
#photo iframe{
	height: 360px;
	margin: 0 auto 10px auto;;
	display: block;
}
/* system */
.tab {
	width: 700px;
	margin: 20px auto;
	display: flex;
}
.tab li {
	width: 220px;
	height: 80px;
	margin-right: 20px;
	font-size: 24px;
	text-align: center;
	box-sizing: border-box;
}
.tab li a {
	padding: 23px 0 22px 0;
	color: #FDF4F4;
	text-align: center;
	line-height: 30px;
	display: block;
}
.tab li:hover {
	box-shadow: 0 0 5px #FDF4F4;
}
.tab li a:hover{
	color: #FDF4F4;
}
.tab li:last-child{
	margin-right: unset;
}
.tab li a.selected {
	color: #FDF4F4;
	text-decoration: underline;
}
.tab li span{
	font-size: 14px;
}
.panel {
	border: 1px solid #E6ECFD;
	border-top: none;
	box-sizing: border-box;
	padding: 0;
}
.panel li.btn {
	list-style-type: none;
	padding:10px;
}
#system ul.panel .contentInner{
	width: 980px;
	margin: 0 auto 20px auto;
	overflow: unset;
}
#system ul.panel .head{
	width: 980px;
	margin-bottom: 20px;
}
#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.9);
	box-sizing: border-box;
}
#sPlay li .head img{
	width: 100%;
}
#sPlay li .desc{
	padding-left: 5em;
}
#sPlay li .desc li{
	padding-right: 1em;
	font-size: 20px;
	list-style-type: decimal;
	filter: unset;
	background-color: unset;
}
/* #system */
#system {
	position: relative;
	z-index: 10;
}
#system table {
	width: 80%;
	margin: 20px 10%;
	font-size: 22px;
  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: 30px;
}
#system table thead th {
	text-align: center;
}
#system table tbody td {
	text-align: center;
}
#system .subTitle {
	font-size: 22px;
	font-weight: bold;
	margin: 20px;
}
#system .notice {
  padding: 20px;
  margin: 30px auto;
  width: 80%;
  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: 50%;
	text-align: center;
	padding: 10px 0;
	margin: 10px auto;
	border-radius: 5px;
	color: #fff;
	/* font-weight: bold; */
	font-size: 20px;
}
#system .kthTable th {
	width: 30%;
	font-size: 22px;
}
#system .kthTable th span {
	font-size: 14px;
	margin-left: 5px;
}
#system table.kthTable tbody td {
	text-align: left;
}
#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;
}
#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: 16px;
}
table.transportation td{
	padding: 10px 10px 0 10px;
}
table.transportation li{
	margin-bottom: 10px;
	padding: 0 5px;
	background-color: #fff;
	display: inline-block;
}
#sTransportation p{
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
#sOption table.ather{
	width: 680px;
	font-size: 24px;
}
#sOption table.ather th{
	width: 180px;
}
#sOption ul{
	width: 680px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
#sOption li{
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 5px;
	color: #8A7057;
	font-size: 20px;
	text-align: center;
	background-color: #fff;
	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: #fff;
	background-color: unset;
	text-align: left;
	filter: unset;
}
/*----- schedule -----*/
.schedule{
	position: relative;
}
.schedule .title{
	width: 360px;
	margin-bottom: 20px;
	font-size: 28px;
}
.schedule .title img{
	width: 100%;
}
.schedule li{
	font-size: 18px;
	width: calc(94% / 7);
	margin-right: 1%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	background: #fbdfd3;
}
.schedule li:hover {
	opacity: 0.8;
}
.schedule li:last-child{
	margin-right: unset;
}
.schedule .day{
	height: 40px;
	margin: 10px 0 30px;
	line-height: 40px;
}
.schedule .today {
background: #fbd3d3;
    border-bottom: solid 3px #8a7057;
}
.schedule .today a{
	color: #8A7057;
}
.schedule a {
	color: #8A7057;
}
.schedule a:hover {
	color: #8A7057;
}
.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: 980px;
	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: 600px;
	margin: 0 auto;
	float: left;
}
#profile .Rcontent .dataBox{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid #cfcfcf  2px;
	overflow-y: hidden;
}
#profile .Rcontent .name{
	margin-right: 10px;
	font-size: 30px;
	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 table.qa{
	width: 100%;
	margin: 0 auto 20px auto;
}
#profile .Rcontent .qa th{
	width: 200px;
	text-align: left;
}
#profile .Rcontent .messageBox li{
	margin-bottom: 20px;
	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.9);
	overflow: hidden;

}
#profile .Rcontent .messageBox .title{
	font-size: 20px;
	margin-bottom: 10px;
}
#profile .Rcontent .messageBox .textBox{
	width: 100%;
	overflow: auto;

}
#profile .Rcontent .innerBottom{
	width: 920px;
}
#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;
}
#option th {
	text-align: left;

}
#option td {
	padding: 0;
}
/*----- event -----*/
#event .Rcontent .textBox{
	min-height: 250px;
}
/*----- recruit -----*/
#rInfo .bnr{
	margin: 20px auto 10px auto!important;
}
#rInfo .bnr img{
	width: 100%;
}
#rInfo table{
	width: 680px;
	font-size: 18px;
}
#rInfo table th{
	width: 180px;
	text-align: left;
}
#recruit .bnr{
	width: 980px;
	margin: 0 auto 10px auto;
}
#recruit .bnr img{
	width: 100%;
}
#treatment .bnrSlider{
	width: 980px;
	margin: 0 auto 40px auto;
}
#treatment .head{
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(255,255,255,0.9);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
}
#recruit .Lcontent{
	width: 720px;
	margin-right: 20px;
	float: left;
}
#recruit .Lcontent .contentTitle {
}
#recruit .Rcontent{
	width: 530px;
	float: left;
}
#recruit .Rcontent .contentTitle {
}
#contactBox .contentInner{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#contactBox .head{
	margin: 20px auto;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
#contactBox ul{
	margin-bottom: 20px;
}
#contactBox li{
	width: 300px;
	margin-right: 20px;
	padding: 10px;
	text-align: center;
	border: solid #fff 3px;
	background-color: rgba(255,255,255,0.9);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	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;
	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 {
	padding: 16px 0;
	line-height: 20px;
	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 a{
	font-size: 16px;
}
#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);
}
/*----- form -----*/
form{
	margin-bottom: 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: #8A7057;
	line-height: 20px;
}
#form td li{
	width: 80px;
	float: left;
}
#form input[type="text"] {

}
#form #datepicker{
	width: 70px;
}
#form select{
	font-family: "Sawarabi Mincho";
}
#form textarea {
	width: 658px;
	height: 150px;
}
#form .submit_button {
	width: 260px;
	height: 45px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	background:  #8a7057;
	font-family: "Sawarabi Mincho";
	text-align: center;
	box-sizing: border-box;
	display: block;
}
#form .submit_button:hover{
	text-shadow: 0 0 5px #fff;
	transition: all .3s;
}
/*----- hotel -----*/
#hotel ul.typeBtn{
	width: 480px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
#hotel ul.typeBtn li{
	width: 230px;
	padding: 10px;
	font-size: 24px;
	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: 20px;
}
#hotel ul.typeBtn li:first-child a:hover{
	color: #fff;
}
#hotel ul.typeBtn li:last-child{
	background-color: #fff;
}
#hotel ul.typeBtn li:last-child a:hover{
	color: #FD6BAC;
}
#hotel ul.areaBtn{
	width: 980px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#hotel ul.areaBtn li{
	width: calc((100% - 40px;)/5);
	margin: 0 10px 10px 0;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	float: left;
}
#hotel ul.areaBtn li:nth-child(5n){
	margin: 0 0 10px 0;
}
#hotel ul.areaBtn li a{
	padding: 10px 0;
	color: #fff;
	display: block;
}
#hotel table{
	width: 100%;
	table-layout: fixed;
}
#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: #8A7057!important;
	font-size: 20px;
	text-align: center;
	background-color: #8A7057!important;
}
#hotel table .areaNameChild{
	color: #8A7057!important;
	font-size: 16px;
	text-align: center;
	background-color: #fff!important;
}
#loveHotel{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#loveHotel .title{
	width: 980px;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	color: #fff;
	font-size: 24px;
	background-color: #FD6BAC;
}
#loveHotel ul.areaBtn li{
	background-color: #FD6BAC;
}
#loveHotel ul.areaBtn li a:hover{
	color: #fff;
}
#loveHotel th{
	background-color: #FD6BAC;
}
#loveHotel th:nth-child(1){
	width: 300px;
	border-right: solid #fff 2px;
}
#loveHotel th:nth-child(2){
	width: 190px;
	border-right: solid #fff 2px;
}
#loveHotel th:nth-child(3){
	width: 190px;
	border-right: solid #fff 2px;
}
#loveHotel th:nth-child(4){
	width: 300px;
}
#loveHotel td{
	color: #FD6BAC;
}
#loveHotel td:nth-child(1){
	width: 300px;
	color: #fff;
	background-color: #FD6BAC;
}
#loveHotel td:nth-child(2){
	width: 190px;
	border-right: solid #FD6BAC 2px;
}
#loveHotel td:nth-child(3){
	width: 190px;
	border-right: solid #FD6BAC 2px;
}
#loveHotel td:nth-child(4){
	width: 300px;
}
#businessHotel{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#businessHotel .title{
	width: 980px;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	color: #fff;
	font-size: 24px;
	background-color: #fff;
}
#businessHotel ul.areaBtn li{
	background-color: #fff;
}
#businessHotel ul.areaBtn li a:hover{
	color: #fff;
}
#businessHotel th{
	background-color: #fff;
}
#businessHotel th:nth-child(1){
	width: 600px;
}
#businessHotel th:nth-child(2){
	width: 190px;
}
#businessHotel th:nth-child(3){
	width: 190px;
}
#businessHotel td{
	color: #fff;
}
#businessHotel td:nth-child(1){
	width: 600px;
	color: #fff;
	background-color: #fff;
}
#businessHotel td:nth-child(2){
	width: 190px;
	border-right: solid #fff 2px;
}
#businessHotel td:nth-child(3){
	width: 190px;
}
/* magazine */
#magazine .bnr{
	width: 980px;
	margin: 0 auto 20px auto;
}
#magazine .bnr img{
	width: 940px;
}
#magazine .head{
	width: 980px;
	margin: 0 auto 20px auto;
}
#magazine .head img{
	margin-bottom: 20px;
}
#magazine span.o{
	color: #ff7800;
}
#magazine span.p{
	color: #ef6f14;
}
#magazine .head ul{
	overflow: hidden;
}
#magazine .head li{
	margin-bottom: 10px;
}
#magazine .btn {
	width: 220px;
	height: 80px;
	margin: 0 auto 20px auto;
	font-size: 24px;
	text-align: center;
	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: #8A7057;
}
#magazine .head p{
	margin-bottom: 10px;
}
#magazine ul{
	overflow: hidden;
}
#magazine .desc1 li{
	margin-bottom: 10px;
	padding: 10px;
	font-size: 18px;
	background: #f5f5f5;
	overflow: hidden;
}
#magazine .desc1 li:last-child p{
	margin-bottom: unset;
	float: left;
}
#magazine .desc1 img{
	width: 250px;
	margin-bottom: unset;
	float: right;
}
#magazine input[type="text"]{
	width: 500px!important;
	height: 38px;
	margin-right: 10px;
	box-sizing: border-box;
}
#magazine input[type="submit"]{
	width: 200px!important;
	font-size: 20px;

	background: #000;
	color: #fff;
	box-sizing: border-box;
}
#magazine .desc2{
	overflow: unset!important;
	list-style: unset;
}
#magazine .desc2 li{
	line-height: 14px;
	list-style: disc;
	list-style-position: inside;
}
/* event */
.event li:last-child {
	margin-bottom: unset;
}
.eventBox{
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	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;
}
.eventBox img{
	margin: 0 auto 10px auto;
	display: block;
}
.eventBox .title{
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
}
.eventBox .text{
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.2));
	box-sizing: border-box;
}
/* concept */
#concept .contentInner{
	width: 980px;
	margin: 0 auto;
}
#concept .contentInner img{
	width: 100%;
}
/*----- footer -----*/
#footer{
	width: 100%;
	border-top: solid 1px #FDF4F4;
	box-shadow: 0 0 5px #FDF4F4;
	background-color: rgba(2555,255,255,0.8);
	position: relative;
    z-index: 2;
}

#footerInner{
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}
#footerInner img{
	width: 100%;
}
#footer .logo{
	width: 100%;
	margin: 0 10px 10px 0;
}
#footerInner ul{
	width: 100%;
	overflow: hidden;
	margin: 20px;
}
#footerInner li{
	width: calc(100%/9);
	/* margin-right: 1%; */
	float: left;
	text-align: center;
}
#footerInner li:last-child{
	margin-right: unset;
}
#footerInner li a:hover{
	color: #8A7057;
}
#copyright{
	padding: 5px 0;
	color: #8A7057;
	text-align: center;
	border-top: solid #8A7057 1px;
	background-color: #FDF4F4;
	box-sizing: border-box;
}
#copyright a{
	color: #8A7057;
}
#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;
}
#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;
}
.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;
}
#profile .movieArea {
	width: 640px;
	height: 360px;
}
/*movie*/
#movieList li{
	width: calc((100% - 20px)/3);
	margin: 0 10px 10px 0;
	padding: 10px;
	border: solid #FDF4F4 1px;
	background-color: #fff;
	box-sizing: border-box;
	float: left;
}
#movieList li:nth-child(3n){
	margin: 0 0 10px 0;
}
#movieList .movieTitle{
	color: #FDF4F4;
	font-size: 24px;

}
#movieList .movieArea{
	width: 285px;
	height: 214px;
	margin: 0 auto;
	display: block;
}
.movieSlider li:nth-child(3n){
	margin: 0 10px 10px 0!important;
}
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn:hover {
		cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*background: rgba(255,255,255,0.8);*/
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn:hover::after {
		cursor: pointer;
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .9) 100%, rgba(255, 255, 255, 0) 0%);

    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.catchCopy {
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: #FDF4F4;
	color: #8A7057;
}
.rankRibon {
	position: absolute;
	height: 100px;
	width: 100px;
}
.rankIco {
	width: 100px;
	position: relative;
	top: -5px;
	left: 5px;
}
.nowLink {
	position: absolute;
	right: 0px;
	display: block;
	top: 0px;
	font-size: 14px;
	background: #8A7057;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fdf4f4;
}
.nowLink:hover {
	color: #FDF4F4;
}
#topIndexWrapper {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.laceBack {
	position: absolute;
	height: 100px;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/lace_bg.png);
	background-repeat: repeat-x;
	background-size: 45px auto;
	-moz-background-size: 20px auto;
	background-position: center -2px;
}
#topIndexLeft {
	width: 70%;
	float: left;
	overflow: hidden;
}
#topIndexRight {
	width: calc(30% - 10px);
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
#concept {
	font-weight: normal;
}
#concept .contentsUpper {
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}
#concept .contentsLower {
	font-size: 16px;
	line-height: 24px;
	margin: 50px;
}
#concept .fontBig {
	font-size: 24px;
}
#concept .fontMedium {
	font-size: 18px;
}
#concept .textRed {
	color: #de6061;
}
#concept .textBlue {
	color: #2b73b9;
}
#concept .fontWeightBold {
	font-weight: bold;
}
#link img {
	width: unset;
	max-width: 468px;
}
#link .contentInner {
	margin: 50px;
}
#blankMail {
	margin-top: 20px;
	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;
	margin: 20px 0 40px;
}
.top3colBox {
	width: calc((100% - 280px) / 2);

	background: url(../img/menu_bg.jpg) repeat;
	border: solid 1px #FFBBBB;
	box-sizing: border-box;
	/* box-shadow: 0px -5px 4px 0px #111; */
	float: left;
	margin-right: 40px;
	height: 600px;
}
.top3colBox:nth-child(1) {
	width: 200px;
}
.top3colBox:last-child {
	margin-right: 0;
	background-image: url(../img/pickup_bg.png);
	background-color: rgba(255,255,255,0.6);
	background-size: cover;
	border: none;
	box-shadow: 1px 4px 10px #333;
}
.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: hidden;
}
.top3colBox:nth-child(2) .contentsBox {
	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 {
	margin-top: -10px;
}
.pickupBox .photoBgWrap {
	background: url('../img/millor_frame.png') center top;
	background-size: contain;
	background-repeat: no-repeat;
	height: 395px;
	margin-bottom: 20px;
}
.pickupBox .photo {
	height: 337px;
	padding: 0 50px;
}
.pickupBox .photo img {
	border-radius: 50%;
	height: 100%;
}
.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: 108px;
    top: 8px;
    transform: rotate(-5deg);
}
.pickupBox .name {
	text-align: center;
	margin-top: -5px;
}
.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;
}
.pickupBox .empdate {

}
.pickupBox .commentWrap {
	background: url(../img/pickup_comment_frame.png);
	background-size: cover;
	height: 110px;
	width: 350px;
	transform: rotate(-2deg);
	overflow: hidden;
	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: 299px;
}
/* top3colBox */
#cosplayList {
	overflow: hidden;
}
#cosplayList li {
	width: calc(100%/7);
	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);
}
.prev-arrow {
	left: 0;
}
.next-arrow {
	right: 0;
}
#floatingSns {
    position: fixed;
    right: 10px;
    top: 90px;
    width: 120px;
    z-index: 9999;
}
/* added 20230308 */
.bnrSlider {
  position: relative;
}
.bnrSlider li {
  display: flex;
  align-items: center;
  height: 500px;
}
.bnrSlider li img {
  height: 100%;
}