@charset "UTF-8";
/*
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Lato);
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.hidden {
  overflow: hidden; }



/*-------------------------------------------------------------
	_form
-------------------------------------------------------------*/
input[type='text'], input[type='email'], input[type='url'], input[type='tel'] {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  font-size: 16px;
  padding: 0 7px;
  border: 1px solid #ddd;
  border-radius: 3px; }
  input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='tel']:focus {
    outline: none;
    border-color: #125079; }

input[type='text'].t_half,
input[type='tel'].t_half {
  width: 49%;
  margin-right: 1%; }
  input[type='text'].t_half:nth-child(2),
  input[type='tel'].t_half:nth-child(2) {
    margin-right: 0;
    margin-left: 1%; }

input[type='text'].t_small,
input[type='tel'].t_small {
  width: 24%; }


body {
  -webkit-font-smoothing: antialiased;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", Lato, sans-serif;
  background-color: #fff; 
	font-size: 16px;
	font-weight: 400;
}

.inner{
	width:1007px;
	margin:0 auto;
}
nav.inner{
	width:1000px;
	margin:0 auto;
}
a{
	text-decoration:none;
	color:#b69852;
}

.a__opacity:hover {
  opacity: .6; 
}
header {
  width: 100%;
  height: 172px;
  background-color: #232428; 
}
header .title{
	color:#fff;
	font-size: 12px;
	height:20px;
/*
	padding:5px 0 0 30px;
*/
	padding:3px 0 0 28px;

	font-family: HiraMaruProN-W4;
	margin: 0 auto;
}

header h1 span{
	display: inline-block;
	font-size:39px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
/*
	font-weight: 500;
*/
	letter-spacing: 2px;
	vertical-align: 2px;
	margin-top: -15px;
}

header h1 img{
	display: inline-block;
	width:35px;
	padding-right:5px;
	line-height: 70px;
}
header h1{
	line-height: 70px;
/*
	padding:20px;
*/
	padding-top:20px;
}
header .zara{
	margin-top:-75px;
	text-align: end;
}
.breadcrumb{
	background:#E6E6E6;
	margin:16px auto 10px;
	text-align: left;
	padding-left: 15px;
}
.breadcrumb a{
	color:#232428;
	font-size: 14px;
}
.breadcrumb br{
	display: none;
}
.breadcrumb a:hover{
	border-bottom:1px solid #b69852; 
	color:#b69852;
}
.center {
  text-align: center; }

.text__center {
  font-weight: 200;
  text-align: center;
  font-size: 14px;
  margin: 6px;
  color: #000; }

.contents--u {
  width: 100%;
/*  height: 450px;*/
  background-color: #232428; }


.prefecture__list {
  width: 60%;
  font-size: 14px;
  margin: 54px auto 26px 300px;
  line-height: 2;
  color: #fff; }

.prefecture__list dt {
    width: 14%;
    opacity: 0.5;
    display: inline-block;
    margin-right: 20px; }

.prefecture__list dd {
    display: inline-block;
    width: 70%; }

.prefecture__list ul li {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    display: inline-block; }

.prefecture__list ul li a {
      color: white;
      opacity: 1;
      position: relative;
      display: inline-block;
      height: 23px; }

.prefecture__list ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        background-color: #b69852;
        transition: all .1s ease; }

.prefecture__list ul li a:hover::after {
        transform: scaleX(1); }

.center--footer {
  font-size: 14px;
  color: #fff;
  white-space: nowrap; }

.attention {
  margin: 20px 0 20px;
  color: #b69852;
  font-weight: 600; }

.mutual_link {
  text-align: center;}
.mutual_link a {
  color: #fff;
  font-size: 14px;}
.mutual_link a:hover {
  border-bottom: 1px solid #b88940}

.crown__text {
    font-family: HiraMinPro-W3, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝","MS Mincho", "Sawarabi Mincho"!important;
    width: 1024px;
    height: 38px;
    font-size: 38px;
    margin-bottom: 20px;
    color: #b88940;
    letter-spacing: 2px;
    text-align: left; 
}

.crown__text a{
    font-family: HiraMinPro-W3, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝","MS Mincho", "Sawarabi Mincho"!important;
}
.crown__text.footer--crown{
	width: 80%!important;
	margin: 0 auto;
}

.prefecture__list {
    width: 60%;
    font-size: 14px;
    margin: 0px auto 26px 300px;
    line-height: 2;
    color: #fff;
}
#av_link {
    margin-left: 400px;
}

footer h3{
	padding:20px 0;
}
#whitespace{
	 height: 40px;
	 width:100%;
	 background: #fff;
}
#footerbanner{
	display: flex;
	justify-content: space-between;
	padding:20px 0;
}
#footerbanner img{
	width:320px;
	height: 45px;	
}
.pagetop{
	width:40px;
	position:fixed; 
	right:345px;
	bottom: 20px;
/*	display: none;*/
}
#flow{
	position:fixed;
	bottom: 10px;
	right:10px;
	color: #fff;
	background: rgba(184,137,64,.5);
	padding:10px 0px 10px 10px;
	line-height: 1.3;
	font-size: 12px;
	font-weight: 500;
}
#flow a{
	font-size: 1.3em;
	color:#fff;
	font-weight: 600;
	text-decoration: none;
}
#flow .small{
	font-size: 10px;
}
#flow:hover{
	background: rgba(184,137,64,1.0);
}
#flow .icontest{
	background: #fff;
	color:#b88940;
  border-radius: 50%;
	padding:0px 2px;
	font-size: 10px;
}


#flowmb{
	position:fixed;
	bottom: 0px;
/*	right:27.5%;*/
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background: rgba(184,137,64,.5);
	padding:8px 20px;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
#flowmb a{
/*	font-size: 1.3em;*/
	color:#fff;
	font-weight: 600;
	text-decoration: none;
}
#flowmb .big{
/*	font-size: 14px;*/
}
#flowmb:hover{
	background: rgba(184,137,64,1.0);
}


.copyright {
  display: inline-block;
  width: 100%;
	padding: 11px 0;
	
  color: #fff;
	font-size: 12px;
	text-align: center;
}

@keyframes fadein{
0%{opacity: 0}
100%{opacity: 1}
}

/*----------------ここから 新着ニュース----------------*/


#zton20210721{
	background:#e6e6e6;
}



.big{
	font-size: 1.3em;
}
.bigbig{
	font-size: 1.8em;
}
#zton0721 .site_info{
margin-top:0px;

}
nav ul{
	width:1000px;
	display:flex;
	justify-content:space-between;
	margin:20px 0;
}
nav ul li{
/*	width:165px;*/
	background:#fff;
	padding-left: 29.2px;
	padding-right:30.5px;
}
nav ul li a{
	font-size: 15px;
	font-weight: 700;
	color: #b88940;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding:4px 5px 2px 5px;
}
nav ul li a:hover{
	background-color: #b88940;
  color: #fff;
	filter: none;
	text-decoration:none;
  -moz-opacity:1;
  opacity: 1; 
}
nav ul li:hover{
	background-color: #b88940;
}
nav .menufoacus{
 	background: #b88940;
}
nav .menufoacus a{
	color: #fff;	
}


h2{
    text-align: left; 
    padding: 0px 0 20px 30px;
		font-size: 26px;
		font-weight: 600;
	  color: #b88940;
}
main article{
	background: #fff;
	display: flex;
	margin-bottom: 20px;
}
main article section{
	width:50%;
}
main article section a img{
	margin-top:120px;
	margin-left: 40px;
}

main article .time{
	color:#b88940;
}

.detailNews {
  height: auto!important;
  overflow: hidden;
	padding:30px;
}

.heavenTokyo {
    font-size: 24px;
    padding-top: 15px;
	  padding-bottom: 25px;
		font-weight: 600;
		color: #b88940;
}
.detailNews-text {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0px; 
    color: #b88940;
    font-size: 16px;
    font-family: HiraginoSans-W3;
    line-height: 1.5;
		font-weight: 600;
}
.a__opacity img{
/*
	width:400px;
*/
/*	height: 533px;*/
}

#zton0721 section .line{
	background: #b88940;
	width: 400px;
	height: 2px;
}
.detailNews{
	width:55%;
}

.detailNews-img{
	margin-top:30px;
	width:20%;
}


/*	hamburger設定ここから*/

.hamburger {
   position:fixed;
   display: block;
   width: 30px;
   height:25px;
   top:13px;left:15px;
   z-index: 12000;
}
.hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 3px;
   background-color:#b69852;
   transform: translateY(-50%);
}
.hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 3px;
   background-color:#b69852;
}
.hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 3px;
   background-color:#b69852;
}

/*クリック後*/
.hamburger.is-active span{
   opacity: 0;
   transition: all 0.3s;
}
.hamburger.is-active::before{
  transform: rotate(45deg);
	top:10px;
	transition: all 0.3s;
	background: #b69852;
	
}
.hamburger.is-active::after{
	transform: rotate(135deg);
	top:10px;
	transition: all 0.3s;
	background: #b69852;
}
.mb-nav {
  z-index: 151;
  position: fixed;
  top: 66px;
  left: 0px;
  width: 60%;
  margin:0 40% 0 0;
  height: 100vh;
  display: block;
  background: rgba(255,255,255,.9);
  transition: all .3s ease-in-out;
  opacity: 0;
  transform: translateX(-200%);

}

.mb-nav ul {
    padding-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: right;
    height: 100%;
    width:100%;
    margin:0; 
	  list-style: none;
}
#mb-nav li {
    text-align: center;
    border-bottom: 1px solid #b88940;
	  width:90%;
	  margin:0 5%;
}
#mb-nav{
	border-bottom: 0;
}
.mb-nav li a {
    display: block;
    padding: 15px 0;
    color:#b88940;
    font-size: 16px;
	  font-weight: 600;
    text-decoration-line: none;
	  text-align: center;	  
	  text-decoration: none;
	  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.mb-nav.is-active{
	opacity: 1;
	top:50%;
	left:50%;
}

 .toggle {
    transform: translateY(0);
    opacity: 1;
   }

.mb-nav.is-active{
	opacity:0;
	top:-50%;
	left:-50%;/*boxの左上の点が親要素の真ん中にくる*/
	transform: translateX(-50%);
	transform: translateY(-50%);
	/*boxの縦横半分ずつ戻した、これで、box自身が親要素の真ん中にくる*/
}
/*ここまでハンバーガーメニュー*/
	


/*----------------ここから 女の子一覧----------------*/

#girls article{
	width:1000px;
	margin:0 auto;
	margin-bottom: 8px;
	padding-bottom: 0px;
	display: flex;
/*
	justify-content: space-between;
*/
	background:#e6e6e6;
}
#girls article section{
	width:194px;
	margin:0;
	background: #fff;
	margin-right:10px;
}
#girls article section img{
	width:100%;
	margin:0 auto;
}
#girls article section p{
	text-align: center;
	padding:15px 0 0 0;
	font-size: 14px;
}

#girls .big{
	font-size: 1.2em;
	font-weight: 600;
}
#girls .gold{
	color:#b88940;
	font-weight: 600;
}
#girls article section span{
	border:1px solid #b88940;
	display:block;
	width:100%;
	margin:0 auto;
	padding:7px 0px 5px 0px;
	box-sizing: border-box;
}


/*----------------ここから出勤情報一覧----------------*/

#attendance{
	width:1000px;
	margin:0 auto;
	padding-bottom: 50px;
}
#tabMenu{
	display: flex;
	justify-content: space-between;
}
#tabMenu li{
	width:110px;
	height: 110px;
	background: #fff;
	border:2px solid #b88940; 
	border-radius: 50%;
	text-align: center;
	margin-bottom: 30px;
}
#attendance #tabMenu li.curday{
	background: #b88940;
	color:#ffffff;
}
#attendance #tabMenu li.curday a{
	color:#ffffff;
}

#attendance #tabMenu li:first-child a{
/*
	color:#fff;
*/
}
#tabMenu li:hover{
	background: #b88940;
}
#tabMenu li:hover a{
	color:#fff;
}

#tabMenu li a{
	font-weight: 600;
	display: block;
	margin-top: 35px;
	margin-left: 2px;
	color:#b88940;
}
#tabMenu li:nth-child(4) a, #tabMenu li:nth-child(5) a, #tabMenu li:nth-child(6) a, #tabMenu li:nth-child(7) a{
	margin-top: 45px;
	margin-left: 3px;
}
#attendance #tabBoxes{
	display:contents;
	justify-content: space-between;
	width:1000px;
	margin:0 auto;
}
#attendance #tabBoxes div section{
	width:195px;
	margin:0 5px 7px 0px;
	background: #fff;
}

#attendance #tabBoxes div section img{
	width:100%;
	margin:0 auto;
}
#attendance #tabBoxes div section p{
	 text-align: center;
}
#attendance #tabBoxes div section .name{
	padding:12px 0 7px 0;
	color:#b88940;
	font-weight: 600;
	font-size: 20px;
}
#attendance #tabBoxes div section .size{
	font-size: 14px;
	padding-bottom: 12px;
}
#attendance #tabBoxes div section .time{
	border: 1px solid #b88940;
	padding:2px;
	color:#b88940;
	font-weight: 600;
}
#box2, #box3, #box4, #box5, #box6, #box7{
	display: none;
} 
#box1, #box2, #box3, #box4, #box5, #box6, #box7{
	display: flex;
	flex-wrap: wrap;
}

/*----------------ここから女の子詳細----------------*/

#girl h2{
	padding:0;
}
#girl h2 #name{
	color:#232428; 
	font-size: 32px;
	font-weight: 700;
}
#girl h2 #yomi{
	color:#232428; 
	font-size: 16px;
	margin-top:-4px;
}
#girl h2 #todaytime{
	font-size: 14px;
	margin:15px 0;
}
#girl h2 #todaytime dt{
	color:#fff;
	background: #b88940;
	width:200px;
	text-align: center;
	padding:3px 0;
	border:1px solid #b88940;
	box-sizing: border-box;
}
#girl h2 #todaytime dd{
	color:#b88940;
	background: #fff;
	border:1px solid #b88940;
	width:200px;
	text-align: center;
	padding:3px 0;
	margin:-29px 0 0px 200px;
	box-sizing: border-box;
}

#reserve{
	text-align: right;
	margin-bottom: 20px;
}
.bold{
	font-weight: 700;
}
.small{
/*
	font-size: 0.7em;
*/
}
#discount_text_btn{
	cursor:pointer;
}

#girl #chartinfo{
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin:20px 0;
	min-height:700px!important;
}
#girl #chartinfo #chart{
	width:70%;
	display: flex;
	flex-wrap: wrap;
	padding:20px ;
	height:280px!important;
}
.swiper-container{
	width:28%;
}
.slick-container{
	width:28%;
}

.swiper-slide{
	cursor:pointer;
}
#girl #chart dl{
	width:100%;
/*	padding:5px;*/
	font-size: 15px;
	border-bottom:1px solid #b88940;
	display: flex;
	flex-wrap: wrap;
	height:33px!important;
}
#girl #chart dl.info{
	height:auto!important;
}

#girl #chart dl dt, #girl #chart dl dd{
	display: block;
}
#girl #chart dl dt{
	width:20%;
	text-align: left;
	padding: 10px 0 0 20px;
}
#girl #chart dl dd{
	width:80%;
	margin-left: 170px;
	margin-top:-2.3em;
	padding:10px 0 0 20px;
	border-left:1px solid #b88940;
	box-sizing: border-box;
}
#girl #chart dl:nth-of-type(1){
	border-top:1px solid #b88940;
	
}

#girl #chart dl dd:nth-of-type(1){
	box-sizing: border-box;
	height:auto;
}
#girl #chart table{
	table-layout: fixed!important;
}
#girl #chart th{
	width:20%;
	text-align: left;
	padding: 10px 0 0 20px;
	max-width:155px!important;
	border-bottom:1px solid #b88940;

}
#girl #chart td{
	margin-left: 170px;
	margin-top:-2.3em;
	padding:10px 0 0 20px;
	border-left:1px solid #b88940;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	border-bottom:1px solid #b88940;

}



#photo{
	padding:20px 30px;
}
#girl article{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#girl article h3{
	width:100%;
	margin:0 auto;
	color: #b88940;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-top:10px;
}

#girl article h3 img{
	width:25px;
	padding:10px 10px 0 20px;
	color: #b88940;
	font-size: 18px;
}
#girl article h3 span{
	display: inline-block;
	vertical-align: 7px;
}
#girl article p{
	width:100%;
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
}
#girl article #girlinfo{
	padding: 5px 0 25px 30px;
	font-size: 14px;
	
}
#girl article #girlinfo dd{
	margin-top:-1.5em;
	margin-left: 120px;
}

#weekly{
	display:flex;
	justify-content: space-between;
	font-size: 13px;
	text-align: center;
	padding:10px 20px 30px 20px;
	
}
#weekly li{
/*
	padding:0 26px;
*/
	width: 96px!important;
	padding:0 20px;
	border-right:1px solid #232428;
}
#weekly li:first-child{
	padding:0 20px;
	border-left:1px solid #232428;
}
#girl .mouseword{
	background: #fff;
	padding:30px;
	margin: 15px 0 30px 0;
}



/*-----------女の子詳細　スライダー-----------*/
.slick-container{
	width:30%;
	position: relative;
	max-height:360px;
	margin-top:20px;
}

.slick-list, .slick-track{
	max-height:360px;
}

.slick-track{
	max-height:360px;
	position:relative;
}

.slick-track div{
	display:inline-block;
}

 .slider {
	 display: block;
	 width:90%;
	 margin: 20px 5% 5px;
   height: 340px;
   overflow: hidden;
   padding-top: 0px;
	 position: relative;
    }


  .swiper-button-next{
	position: absolute;
	top:180px;
	right:0px;
} 
  .swiper-button-prev{
	position: absolute;
	top:180px;
	left:0px;
} 

.slick-next{
	position: absolute!important;
	top:47%!important;
	right:0px!important;
	z-index:11000!important;
} 
.slick-prev{
	position: absolute!important;
	top:47%!important;
	left:0px!important;
	z-index:11000!important;
} 
.slick-next img{
	opacity:0.6!important;
	cursor:pointer;
	width:30px!important;
} 
.slick-prev img{
	opacity:0.6!important;
	cursor:pointer;
	width:30px!important;
} 

.slider img {
  width: 100%;
	height:auto;
  opacity: 1.0;
  overflow: hidden;
	padding-bottom: 10px;
}

      
.thumbnail {
  width: 90%;
	margin:0 5%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}


.thumbnail .slick-track{
	width:100%!important;
	position:relative;
	left: -15px;
}

.thumbnail .slick-track div{
	width:20%!important;
}
.thumbnail div img{
	width:95%;	
	padding:1.5px 0;
/*	opacity: 0.5;*/
/*	border:1px solid #b88940;*/
}
.thumbnail div img:first-child{
	padding-left: 2px;
}
.sthumbnail div img:nth-child(5n){
	width:100%;
}

.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-next img, .swiper-button-prev img{
	width:30px;
	opacity: 0.6;
}
@media screen and (max-width:767px){
	.slider{
		height: 450px;
	}
	
  .swiper-button-next{
	top:250px;
} 
  .swiper-button-prev{
	top:250px;
}
.slick-container{
	margin-bottom:110px;
}
.thumbnail .slick-track{
	left: 0px;
}
}

/*-----------topページ設定-----------*/

#ztontop{
	width:1000px;
	margin:0 auto;
}

.bkfff{
	background: #fff;
}

.bold{
	font-weight:600;
	}
.red{
	color:red;
}	
.gold{
	color:#b88940;
}

#shopinfo{
	padding:20px 30px 30px 30px;
	position: relative;
}
#shopinfo #type a{
	padding: 5px;
	display: inline-block;
	text-align: center;
	color:#fff;
	width:90px;
	 margin-bottom: 20px;
}
#shopinfo #type a:nth-child(1){
	background: #e95468;
}
#shopinfo #type a:nth-child(2){
	background: #59b9c7;
}
#shopinfo #type a:nth-child(3){
	background: #fd7448;
}
#shopinfo #type a:nth-child(4){
	background: #7a75c1;
	
}
#shopinfo #type span{
	padding: 5px;
	display: inline-block;
	text-align: center;
	color:#fff;
	width:90px;
	 margin-bottom: 20px;
}
/*
#shopinfo #type span:nth-child(1){
	background: #e95468;
}
#shopinfo #type span:nth-child(2){
	background: #59b9c7;
}
#shopinfo #type span:nth-child(3){
	background: #fd7448;
}
#shopinfo #type span:nth-child(4){
	background: #7a75c1;
	
}
*/
#shopinfo #type .tag_1{
	background: #e95468;
}
#shopinfo #type .tag_2{
	background: #59b9c7;
}
#shopinfo #type .tag_3{
	background: #fd7448;
}
#shopinfo #type .tag_4{
	background: #c3d825;
}
#shopinfo #type .tag_5{
	background: #ed6d3d;
}
#shopinfo #type .tag_6{
	background: #706caa;
}
#shopinfo #type .tag_7{
	background: #e6b422;
}




#shopinfo p, #shopnews p{
	padding-top:10px;
}

#shopinfo #toplink{
border:2px solid #b88940;
text-align:center;
position: absolute;
top:100px;
right: 10px;
padding:5px;
width:300px;
font-weight: 600;
}
#shopinfo dl{
margin:20px 0; 
display: flex;
	flex-wrap: wrap;
}
#shopinfo dl dt{
	width:13%;
	padding:5px 0;
}
#shopinfo dl dd{
	width:35%;
	padding:5px 0;
	
}
#ztontop h2{
	padding-top:50px;
	padding-bottom: 20px;
	width:100%;
}
#ztontop #mouth{
	margin-top:-20px;
}
#ztontop h2 button{
	display: block;
	margin-left: 820px;
	margin-top:-35px;
	background: #b88940;
	border-radius: 20px;
	height: 35px;
	width:120px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	border: 0;
	cursor:pointer;
}

#ztontop button:hover{
	opacity:0.5;
}


#shopnews section{
	padding:20px 30px 30px 30px;
	display:flex;
	flex-wrap: wrap;
}
#shopnews section #text{
	width:65%;
}
#shopnews section #text a{
	color:#000;
}
#shopnews section #photo{
	width:28%;
}
#shopnews section #photo img{
	width:100%;
}
.line{
	background:#fff;
	width:100%;
	border-bottom: 2px solid #b88940;
	margin:10px 0;
}
#ztontop article{
	display:flex;
	flex-wrap: wrap;
	width:1000px;
	margin:0 auto;
	background: #E6E6E6;
}
#ztontop article section{
	width:196px;
	margin:10px 5px 0px 0px;
	background: #fff;
}
#ztontop article section:nth-child(5n){
	margin-right: 0;
}
#ztontop article section img{
	width:100%;
	height: 260px;
	margin:0 auto;
}
#ztontop article section p{
	 text-align: center;
}
#ztontop article section .name{
	padding:12px 0 7px 0;
	color:#b88940;
	font-weight: 600;
	font-size: 20px;
}
#ztontop article section .size{
	font-size: 14px;
	padding-bottom: 12px;
}
#ztontop article section .time{
	border: 1px solid #b88940;
	padding:2px;
	color:#b88940;
	font-weight: 600;
}
#offinfo2{
	display:flex;
	flex-wrap: wrap;
	border-bottom:2px dotted #000;
}
#offinfo2 p.bold{
	font-size:21px;
}

#offinfo2 #discount_text_btn{
	color:#b88940;
}

#ztontop #offinfo2 div{
	padding:20px 30px 30px 30px;
}
#ztontop #offinfo2 p{
	padding-top:10px;
	line-height: 1.4;
}
#ztontop #offinfo2 .offinfo{
	width:100%;
	
}
#ztontop #offinfo2 .offinfo td{
	vertical-align:top;
	
}


#ztontop #offinfo2 .offinfo a{color:#000;}
#ztontop #offinfo2 .photo{
	width:20%;
}
#ztontop #coupon{
	width:90%;
	margin: 20px 5% 5px 5%;
}
#ztontop #system, #ztontop #traffic, #ztontop #service, #ztontop #price_list, #ztontop #price_list div dl{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

#ztontop #system dt:nth-of-type(1), #ztontop #system dd:nth-of-type(1){
	border-top:1px solid #000;
}
#ztontop #system dt:nth-of-type(2), #ztontop #system dd:nth-of-type(2){
	border-top:1px solid #000;
}
#ztontop #system dt, #ztontop #system dd{
	display: block;
	width:24.8%;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	padding:8px 0 6px 0;
}
#ztontop #system dd{
	background: #fff;
	border-right:1px solid #000;
}
/*
#ztontop #system dd:nth-child(4n){
	border-right:1px solid #000;
}
#ztontop #system dt:nth-of-type(7), #ztontop #system dt:nth-of-type(8), #ztontop #system dd:nth-of-type(7), #ztontop #system dd:nth-of-type(8){
  border-bottom:1px solid #000;
}
*/
#ztontop #traffic dt, #ztontop #traffic dd, #ztontop #service dt, #ztontop #service dd{
	border-left:1px solid #000;
	padding:10px 0 8px 0;
}
#ztontop #traffic dt, #ztontop #traffic dd, #ztontop #service dt{
	width:24.8%;
	border-bottom:1px solid #000;
}
#ztontop #traffic dt:nth-of-type(1), #ztontop #traffic dd:nth-of-type(1), #ztontop #service dt:nth-of-type(1), #ztontop #service dd:nth-of-type(1){
	border-top:1px solid #000;
}


#ztontop #traffic dd, #ztontop #service dd{
	width:75%;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
	border-right:1px solid #000;
	background: #fff;
}
#ztontop #traffic dt:nth-of-type(4){
/*
	border-bottom:1px solid #000;
	padding-top:30px;
*/
}

#ztontop #traffic dd:nth-of-type(4){
/*
	border-bottom:1px solid #000;
*/
}

#ztontop #service dt{
	border-bottom:1px solid #000;
/*
	padding-top:190px;
*/
}
#ztontop #service dd{
	border-bottom:1px solid #000;
	padding:15px 0 15px 20px;
}
#ztontop #service dt{
/*
  padding-top:32px;
*/
}
#ztontop #price_list div{
	width:49%;
	margin-bottom: 20px;
}
#ztontop #price_list div:nth-child(2n){
	margin-left: 2%;
}

#ztontop #price_list div h4{
	width:100%;
	background: #b88940;
	color:#fff;
	padding:10px 0 8px 0;
	font-size: 18px;
	font-weight: 600;
}
#ztontop #price_list div dl dt, #ztontop #price_list div dl dd{
	width:50%;
	padding:10px 0 8px 0;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	box-sizing: border-box;
}
#ztontop #price_list div dl dd{
	border-right:1px solid #000;
	background: #fff;
}
#ztontop #price_list div:last-child dl dd{
/*
	width: 100%;
*/
}
#ztontop .mouthword{
	padding:30px;
	margin-bottom: 40px;
	color: #000;
}
#ztontop .mouthword a{
	color:#000000;
}


@media screen and (min-width:768px){
	#mb-nav, .hamburger, #mbheader, #flowmb, .mb{
		display: none;
	}
	.center--footer br, .attention br, .detailNews-img2{
		display: none;
	}

	
	
}
	
	
	
	
@media screen and (max-width:767px){
	header, nav, .upSideImg, header, .pcheader, #flow, .detailNews-img, .upSide{
		display: none;
	}
	.inner{
		width:100%;
		margin:0 auto;
	}
	#mbheader{
		padding:0px;
		text-align:right;
		height: 50px;
		position: fixed;
		top: 0;
		background: #232428;
		z-index: 12000;
		width:100%;
	}
	#mbheader a{
		text-decoration: none;
		color:#b69852;
		font-size: 22px;
		font-weight: 12000;
/*
		padding-right:40px;
*/
		padding-right:15%;
	}
	#mbheader a img{
		color:#b88940;
		padding-right: 10px;
		padding-top:14px;
		width: 29px;
	}
	#mbheader span{
		vertical-align: 4px;
		font-size:24px!important;
	}
	.breadcrumb{
		margin-top:60px;
		margin-bottom: 5px;
		padding-left:10px;
	}
	.breadcrumb p{
		line-height:1.2;
	}
	.breadcrumb a{
	font-size: 13px;
	}
	.breadcrumb span{
		display: block;
	}
	#fv, #fv img{
		width:100%;
		maegin:0 auto;
	}
	main h2{
		text-align: center;
		font-size: 20px;
		padding:10px 0 0 0;
	}
	
	main article{
		display:block;
		margin-bottom: 0px;
	}
	main article section{
		width:96%;
		margin:0 3%;
	}
	.detailNews-img2{
		background: #e6e6e6;
		padding:10px 0;
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	.detailNews-img2 img{
		width:94%!important;
		margin:0 3!important;;
	}
	.detailNews{
		width: 100%;
		margin: 0 auto;
		padding:15px;
	}
	main article section .time{
		font-size: 13px;
		font-weight: 600;
	}
	
	.crown__text{
/*
		width:100%;
		margin:0 auto;
*/
		font-size: 28px;
		letter-spacing: 0px;
		color:#b69852;
		padding:10px 0 5px 0;
	}
	.crown__text a{
		color:#b69852;
	}
	.crown__text span{
		vertical-align: 3px;
font-family: HiraMinPro-W3, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝","MS Mincho", "Sawarabi Mincho"!important;
	}
	#footerbanner{
		display: block;
	}
	#footerbanner a img{
		display: block;
		width:90%;
		margin:10px 5%;
		text-align: center;
	}

	#weekly li{
		width: auto!important;
	}

	.footerbox{
		font-size: 2.5vw!important;
		font-family: ".HiraKakuInterface-W3"!important;
	}

	.prefecture__list {
width: 100%;
font-size: 12px;
margin: 0px 20px 0 30px;
padding-bottom: 20px;
line-height: 2;
}
	.prefecture__list dt {
width: 20%;
margin-right: 10px;
}
	#av_link {
margin:0 auto;
		text-align: center;
		font-size: 14px;
}
	.hall_of_fame_top {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
text-align: center;
font-size: 26px;
font-weight: 600;
padding: 15px 0;
color: #b88940;
}

	.heavenTokyo {
font-size: 18px;
padding-top: 15px;
padding-bottom: 20px;
padding-right:20px;
}
	.detailNews-text {
float: left;
width: 100%;
margin-bottom: 20px;
margin-left: 0px;
line-height: 1.5;
font-size: 14px;
padding-right: 20px;
box-sizing: border-box;
}
.big {
font-size: 1.2em;
}	
	
	.a__opacity img {
width:100%;
margin:0 auto;
height:inherit;
background:#e6e6e6;
}
	.copyright{
		padding-top:0;
/*
		padding-bottom: 150px;
*/
		padding-bottom: 70px;
		font-size: 10px;
	}	
	.pagetop{
		top: 90%;
		right: 10%;
	}
	.pagetoptext{
		text-align: center;
		color:#5B5B5B;
		padding:50px 0 10px 0;
		font-size: 12px;
	}
	/*----------------ここから 女の子一覧 mb----------------*/
	#girlsmb h3{
		width:94%;
		margin:10px 3%;
		color:#6B6B6B;
		background: #fff;
		border: 1px solid #b88940;
		padding: 5px 10px;
		box-sizing: border-box;
		
	}
	
	#girlsmb article{
	width:100%;
	margin:0 auto;
	padding-bottom: 50px;
	display:block;
}
#girlsmb article section{
	width:100%;
	margin:0 auto;
	background: #fff;
	border-bottom: 1px solid #b88940;
/*	border-top: 1px solid #b88940;*/
}
	#girlsmb article section:first-child{
		border-top: 1px solid #b88940;
		margin-top:20px;
	}
	#girlsmb article section a{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	}
	#girlsmb article section a .girls{
		width:25%;
	}
#girlsmb article section img{
	width:100%;
	margin:0 auto;
}
	#girlsmb article section .text{
		margin:20px 0 15px 10px;
		width:60%;
	}
#girlsmb article section p{
	text-align: left;
	padding:0px;
	font-size: 14px;
}
	#girlsmb article section .black{
		color:#232428;
		
	}
#girlsmb .big{
	font-size: 1.3em;
	font-weight: 500;
}
#girlsmb .gold{
	color:#b88940;
}
#girlsmb article section p span{
	border:1px solid #b88940;
	display:inline-flex;
	width:100px;
	text-align: center;
	font-size: 12px;
	margin:5px 0;
	padding: 2px;
	box-sizing: border-box;
}
	#girlsmb article section p .time1{
		background: #b88940;
		color:#fff;
		font-weight: 500;
		display: inline-block;
		text-align: center;
	}
	#girlsmb article section p .time2{
		display: inline-block;
		text-align: center;
		margin-left: -5px;
	}
	#girlsmb article section div:last-of-type{
		width:10%;
	}
	#girlsmb article section div:last-of-type img{
		background: #fff;
		padding:50px 0px 8px 12px;
		width:15px;
	}
	
/*----------------ここから 出勤情報 mb----------------*/
	#attendance{
		width:100%;
		margin:0 auto;
	}
	#attendance h2{
		text-align: center;
		width:100%;
		margin:0 auto;
	}
	#tabMenumb{
		display: block;
		margin-bottom: 10px;
		margin-top:30px;
		background: #e6e6e6;
	}
	#day{
		display: block;
		margin:30px 0;
		background: #e6e6e6;
		width:100%;
	}
	#attendance #day li a span{
		display: none;
		font-weight: 600;
	}
	#attendance .gray{
		color:#868686;
		font-size: 12px;
		width:100%;
		margin:0;
		margin-bottom: 30px;
		padding:0 30px 0 15px;
	}
	#attendance #day li, #attendance #tabMenumb div, #attendance #tabMenumb_other{
  width:90%;
	margin:0 auto;
	background: #e6e6e6;
	height: 30px;
	border:0;
	border-bottom:1px solid #b88940; 
	border-radius: 0%;
	text-align: left;
	margin-bottom: 0;
	padding-left: 20px;
	padding-top:8px;
	color:#232428;
	position: relative;
	list-style: none;
}
	#attendance #tabMenumb_other{
		padding-left: 0px;
		display: none;
		padding-top: 0;
		width:100%;
		background: #e6e6e6;
	}
	#attendance #tabMenumb_other ul{
		background: #e6e6e6;
	}
	#attendance #day #tabMenumb_today{
		color:#b88940;
		border:1px solid #b88940; 
	}
	#attendance #tabMenumb_other ul p{
		height: 90px;
	 	padding-top:10px;
    background: #e6e6e6;
	}
	#attendance #day li a{
		position: relative;
		display: inline-block;
	}
	#attendance #day li img{
		position: absolute;
		top:8px;
		right:25px;
		width:14px;
		transform: rotate(90deg);
	}
	
	#attendance #tabMenumb .a__opacity{
		display: flex;
		flex-wrap: wrap;
		border-bottom:1px solid #b88940;
	}
	#attendance #tabMenumb .a__opacity .girls {
		width:22%;
		margin:0;
		padding-bottom: 0;
	}
	#attendance #tabMenumb section{
		padding-bottom: 0;
		background: #fff;
	}
	#attendance #tabMenumb .a__opacity .girls img{
/*		width:30%;*/
	}
	#attendance #tabMenumb .a__opacity .text{
		width:62%;
		padding: 18px 0 0 15px;
	}
	#attendance #tabMenumb .a__opacity .text .black{
		color:#000;
	}
	#attendance #tabMenumb .a__opacity .text .time1{
		color:#fff;
		background: #b88940;
		font-size: 12px;
		padding:5px 20px;
	}
	#attendance #tabMenumb .a__opacity .text .time2{
		border:1px solid #b88940;
		font-size: 12px;
		padding:4px 8px;
		box-sizing: border-box;
		margin-left: -6px;
	}
	#attendance #tabMenumb .a__opacity .arrow{
		width:15px;
		padding-top:50px;
		background: #fff;
	}
	#tabMenumb li:first-child{
		border-top:1px solid #b88940; 
	}
	#attendance #tabMenumb li:active{
		background: #fff;
		
	}
	#attendance #tabMenumb li:active a{
		color: #b88940; 
		font-weight: 600;
	}

	#tabMenumb li a br, #tabMenumb div a br{
		display: none;
	}
	#tabMenumb li a img,#tabMenumb div a img{
		width:10px;
		transform: rotate(90deg);
    display: inline-block;
		margin-left: 20%;
		vertical-align: -3px;
	}
	#tabMenumb li:nth-child(3) a img{
		margin-left: 18.5%;
	}
	#tabMenumb li:nth-child(4) a img{
		margin-left: 23.3%;
	}
	#tabMenumb li:nth-child(5) a img{
		margin-left: 23.3%;
	}
	#tabMenumb li:nth-child(6) a img{
		margin-left: 23.3%;
	}
	#tabMenumb li:nth-child(7) a img{
		margin-left: 23.3%;
	}

#tabMenumb li a, #tabMenumb div a{
	font-weight: 500;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	color:#232428;
	width:100%;
}
/*
#box1, #box2, #box3, #box4, #box5, #box6, #box7{
	display: none;
} 
	
*/
#tabBoxes div{
		display: block;
	}
	
	#attendance #tabBoxes div{
		width:100%;
		margin:0 auto;
	}
#attendance #tabBoxes div section{
	width:100%;
	margin:0 auto;
	background: #fff;
	border-bottom: 1px solid #b88940;
/*	border-top: 1px solid #b88940;*/
}
	#attendance #tabBoxes div section a section{
		border: 0;
	}
	#tabBoxes div section:first-child{
		border-top: 1px solid #b88940;
		margin-top:20px;
	}
#attendance #tabBoxes div section a{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	}
#attendance #tabBoxes div section a .girls{
/*		width:15%;*/
	}
#attendance #tabBoxes div section img{
	width:100%;
	margin:0 auto;
}
#attendance #tabBoxes div section .text{
		margin:20px 0 15px 20px;
		width:35%;
	}
#attendance #tabBoxes div section p{
	text-align: left;
	padding:0px;
	font-size: 14px;
}
#attendance #tabBoxes div section .black{
		color:#232428;
		
	}
#attendance #tabBoxes .big{
	font-size: 1.3em;
	font-weight: 500;
}
#tabBoxes .gold{
	color:#b88940;
}
#attendance #tabBoxes div section p span{
	border:1px solid #b88940;
	display:inline-flex;
	width:90px;
	text-align: center;
	font-size: 13px;
	margin:5px 0;
	padding: 2px;
	box-sizing: border-box;
}
#attendance #tabBoxes div section p .time1{
		background: #b88940;
		color:#fff;
		font-weight: 500;
		display: inline-block;
		text-align: center;
	}
#attendance #tabBoxes div section p .time2{
		display: inline-block;
		text-align: center;
		margin-left: -5px;
	}
	#attendance #tabBoxes div section .arrow{
		width:15px;
		padding-top:50px;
		background: #fff;
	}
	
/*	mb曜日メニューのクリックイベント*/
	
#check1.is-active span{
   opacity: 0;
   transition: all 0.3s;
}
#check1.is-active::before{
	opacity: 1;
/*  transform: translateX(30px);*/
	transition: all 0.3s;	
}
#check1.is-active::after{
	opacity: 0;
/*	transform: translateX(-30px);*/
	transition: all 0.3s;
}	
	
/*	------------------*/
	
	
	
/*----------------ここから女の子詳細  mb----------------*/
	#girl{
		width:100%;
		margin:0 auto;
	}
	
	#girl h2 {
		margin-top:15px;
	}
	#girl h2 p{
		color:#232428;
		font-size: 16px;
	}
	#girl h2 #name{
		font-size: 24px;
		margin-top:5px;
	}
	#girl h2 #yomi, #girl h2 #size{
		font-size: 14px;
	}
	#girl h2 dl{
		width:100%;
		margin:0 auto;
		display: flex;
	}
	#girl h2 #todaytime dt, #girl h2 #todaytime dd{
		width:50%;
		margin:0;
	}
	
	.slick-container {
width: 100%;
}
	
	#girl #chart, #girl #weekly{
		display: block;
		width:100%;
		margin:0 auto;
		color:#232428;
		padding:10px 0;
		background: #fff;
	}
	#girl #weekly{
		text-align: left;
	}
	
	#weekly li:first-child{
		border-left: 0;
	}
	#girl #weekly li{
		border-right: 0;
	}
	#girl #chart li, #girl #weekly li{
		display: block;
		width:94%;
		padding: 10px;
		margin: 0px;
		border-bottom: 1px solid #ACACAC;
		box-sizing: border-box;
	}
	
	#girl #chart li p, #girl #weekly li p{
		width:100%;
		border-left: 2px solid #B9B9B9;
		padding: 0 0 0 10px;
		margin: 0 10px 0 10px;
		font-size: 14px;
	}
	
	#girl #chart li p span, #girl #weekly li p span{
		font-weight: 600;
		font-size: 16px;
	}
	#girl h3, #girl article h3{
		background:#b88940;
		color:#fff;
		text-align: left;
		margin:20px 0 10px 0;
		padding:3px 0 3px 20px;
		font-weight: 600;
		font-size: 18px;
	}
	#girl h3, #girl article{
		font-size: 14px;
	}
	
	
	#girl .mouseword{
		font-size: 13px;
		text-align: left;
		padding:15px;
		color:#000;
	}
	
	#girl article{
		width:100%;
		margin:0 auto;
	}
	
	/*-----------topページ　mb-----------*/
	
	#ztonshopmb section:first-child{
		text-align: center;
		padding-top:20px;
		font-size: 14px;
		background: #fff;
	}
	.inner{
/*		width:94%;*/
/*		margin:0 3%;*/
	}
	footer .wrap{
		width:100%!important;
	}

	.big{
		font-size: 18px;
	}
	.bold{
		font-weight: 600;
	}
	#ztonshopmb section .tele{
		border-bottom: 2px solid #b88940;
   width:60%;
		margin:0 20%;
		margin-bottom: 10px;
	}
	#ztonshopmb section .tele img{
		width:30px;
		vertical-align: -7px;
	}
	#ztonshopmb #girlslink{
		display:flex;
		justify-content: space-between;
		padding: 10px;
		background: #fff;
	}
	#ztonshopmb #girlslink li{
		width:46.6%;
		list-style: none;
		border:2px solid #b88940;
		background: #fff;
		text-align: center;
		padding:3px;
		margin-top:15px;
		font-weight: 600;
	}
	#ztonshopmb #girlslink li .icon_w{
		display: none;
	}
	#ztonshopmb #girlslink li:active{
		background: #b88940;
	}
	#ztonshopmb #girlslink li:active a{
		color:#fff;
	}
	#ztonshopmb #girlslink li:active .icon_g{
		display: none;
	}
	#ztonshopmb #girlslink li:active .icon_w{
		display: inline;
	}
	#ztonshopmb #girlslink li img{
		width:15px;
		vertical-align: -1px;
		padding-right: 5px;
	}
	
/*	-----ztonshopmb tabメニュー----*/
	
	
	#ztonshopmb #tabMenumb{
		padding: 20px 10px;
		background: #fff;
	} 
	#ztonshopmb #tabMenumb section{
		display: none;
	}
	#tabMenumb section{
		padding-bottom: 30px;
		height: auto;
	}
	#ztonshopmb #tabMenumb li{
		background: #fff;
		border:2px solid #b88940;
		box-sizing: border-box;
		padding:8px 0 8px 20px;
		margin:-2px 0 0 0px;
		color:#b88940;
		font-weight: 600;
		letter-spacing: 1px;
		list-style: none;
		height: 40px;
		position: relative;
	}

	#ztonshopmb #tabMenumb li img{
		width:12px;
		position: absolute;
		top:9px;
		right: 20px;
		vertical-align: -4px;
		display: inline-block;
		transform: rotate(90deg);
	}
	#ztonshopmb #tabMenumb li:nth-child(2) img{
		margin-left:5%;
	}
	#ztonshopmb #tabMenumb li:active{
		background: #b88940;
		color:#fff;
	}
	#ztonshopmb #tabMenumb #shopinfomb{
		text-align: center;
	}
	#ztonshopmb #tabMenumb #shopinfomb ul{
		width:100%;
		margin:5px auto 15px;	
/*		background: #fff;*/
	}
		#ztonshopmb #tabMenumb #shopinfomb ul p{
		width:100%;
		margin:0px auto;
		font-weight: 600;
		color:#000;
		border:0;
		border-bottom:1px solid #b88940;
		background: #fff;
		font-size: 14px;
		text-align: left;
		
	}
	#ztonshopmb #tabMenumb #shopinfomb ul p{
		width:100%;
		box-sizing: border-box;
		padding:10px 0 10px 20px;
		height: 40px;
	}
	#ztonshopmb #tabMenumb #shopinfomb ul p span{
		display: inline-block;
		margin-left: 60px;
	}
	
	#tabMenumb h2{
		padding-bottom: 10px;
	}
#tabMenumb #system, #tabMenumb #traffic, #tabMenumb #service, #tabMenumb #price_list, #tabMenumb #price_list{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
	#tabMenumb #price_list{
		padding-right: 3px;
	}
#tabMenumb #system dt, #tabMenumb #system dd{
	display: block;
	width:24.5%;
	border-top:1px solid #000;
	border-left:1px solid #000;
	padding:8px 0 6px 0;
	font-size: 14px;
}
#tabMenumb #system dd{
	background: #fff;
}
#tabMenumb #system dd:nth-child(4n){
	border-right:1px solid #000;
}
#tabMenumb #system dt:nth-of-type(7), #tabMenumb #system dt:nth-of-type(8), #tabMenumb #system dd:nth-of-type(7), #tabMenumb #system dd:nth-of-type(8){
  border-bottom:1px solid #000;
}
#tabMenumb #traffic dt, #tabMenumb #traffic dd, #tabMenumb #service dt, #tabMenumb #service dd{
	border-left:1px solid #000;
	padding:10px 0 8px 0;
}
#tabMenumb #traffic dt:nth-of-type(1), #tabMenumb #traffic dd:nth-of-type(1), #tabMenumb #service dt, #tabMenumb #service dd{
	border-top:1px solid #000;
}
#tabMenumb #traffic dt, #tabMenumb #service dt{
	width:24.5%;
	font-size: 14px;
/*
	padding-top:20px;
*/
}
#tabMenumb #traffic dt{
	width:40%;
	font-size: 14px;
/*
	padding-top:20px;
*/
}
#tabMenumb #traffic dd, #tabMenumb #service dd{
	width:75%;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	box-sizing: border-box;
	border-right:1px solid #000;
	background: #fff;
	font-size: 14px;
}
#tabMenumb #traffic dd{
	width:58%;

}
#tabMenumb #traffic dt{
	border-bottom:1px solid #000;
/*
	padding-top:60px;
*/
line-height:60px;
}

#tabMenumb #traffic dd{
	border-bottom: 1px solid #000;
	line-height: 60px; 
}
#tabMenumb #service dt{
/*
padding-top:50px;
*/
line-height:180px;
}
#tabMenumb #service dt:last-of-type{
	border-bottom:1px solid #000;
}
#tabMenumb #service dd:last-of-type{
	border-bottom:1px solid #000;
	padding:15px 10px 15px 10px;
}

#tabMenumb #service dd ul li{
		border:0;
		padding: 0 5px 0px 0;
		height: auto;
		color:#000;
		font-weight: 400;
	}
#tabMenumb #price_list{
/*
		height: 500px;
*/
	}
#ztonshopmb #tabMenumb #price_list div{
	width:49%;
	margin:0;
	padding-left:0;
	margin-bottom: 20px;
}
#ztonshopmb #tabMenumb #price_list div:nth-child(2n){
	margin-left: 2%;
}

#tabMenumb #price_list div h4{
	width:100%;
	background: #b88940;
	color:#fff;
	padding:10px 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#tabMenumb #price_list div dl dt, #tabMenumb #price_list div dl dd{
	width:50%;
	padding:10px 0 8px 0;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	box-sizing: border-box;
	font-size: 14px;
}
#tabMenumb #price_list div dl dd{
	border-right:1px solid #000;
	background: #fff;
	margin-top:-40px;
	margin-left: 50%;
}
#tabMenumb #price_list div:last-child dl dd{
/*
	width: 100%;
	margin-top:0px;
	margin-left: 0%;
*/
}
	
#ztonshopmb #offinfo2{
	text-align: center;
	font-size: 14px;
	padding-top:20px;
 }
	#ztonshopmb #offinfo2 .big{
		font-size: 18px;
	}
	
	#ztonshopmb #offinfo2 #coupon{
		width:100%;
		margin:0 auto;
		border-top:1px dotted #000;
/*
		padding-top: 20px;
*/
		margin-top:-10px;
	}
	#ztonshopmb #tabMenumb #newgirls{
		padding-top:20px;
	}
	#ztonshopmb #tabMenumb #newgirls div{
		position: relative;
		border: 1px solid #b88940;
		border-top:0; 
	}
	#ztonshopmb #tabMenumb #newgirls div:first-child{
		border-top: 1px solid #b88940;
	}
	#ztonshopmb #tabMenumb #newgirls div img{
		width:25%;
		transform:rotate(0deg);
		margin:0;
	}
	#ztonshopmb #tabMenumb #newgirls div .name{
		position: absolute;
		top:30px;
		left: 30%;
	}
	#ztonshopmb #tabMenumb #newgirls div .size{
		position: absolute;
		top:60px;
		left: 30%;
	}
	#ztonshopmb #tabMenumb #newgirls div .arrow{
		width:15px;
		position: absolute;
		top:45px;
		right:10px;
		background-color: #ffffff;
	}
	
	
#ztabMenumb .mouthword{
	padding:30px;
	margin-bottom: 40px;

}

	
	
	
	#ztonshopmb .detailNews{
		padding:20px 0 0 0 ;
		margin-bottom: 10px;
		display: block;
	}
	#ztonshopmb .detailNews p{
		width:94%;
		margin:0 3%;
		text-align: left;
		color:#b88940;
		font-size: 16px;
	}
	#ztonshopmb .detailNews .big{
		font-size: 18px;
	}
	#ztonshopmb .heavenTokyo{
		display: block;
		width: 100%;
		text-align: center;
		padding-top:20px;
		padding-bottom: 5px;
	}

	#ztonshopmb #shopnews .detailNews-img2{
/*
		width:100%;
		margin: 5px auto 0;
*/
		padding:0 10px 10px;
		background: #e6e6e6;
	}
	#ztonshopmb #shopnews .detailNews-img2 .a__opacity{
		width:100%;
		margin:10px 0%;
	}
	
	#ztonshopmb #today_attendance .slider, #ztonshopmb #girlslist .slider{
		display: flex;
    overflow-x: auto;
		background: #e6e6e6;
	}
	#ztonshopmb #today_attendance .slider{
		height: 300px;
	}
	#ztonshopmb #girlslist .slider{
		height: 320px;
	}
	#ztonshopmb #today_attendance .slider .a__opacity img, #ztonshopmb #girlslist .slider .a__opacity img{
		background: #fff;
		padding-bottom: 5px;
	}
	#ztonshopmb #today_attendance article section, #ztonshopmb #girlslist article section{
		width:40%;
		width: 150px;
    flex-shrink: 0;
    height: 270px;
		margin-right: 0;
		margin-left: 5px;
		background: #fff;
		text-align: left;
		 -webkit-overflow-scrolling: touch;
	}
	#ztonshopmb #girlslist article section{
		height: 290px;
	}
	#ztonshopmb #today_attendance article section .name, #ztonshopmb #girlslist article section .name{
		padding:8px 0 2px 10px;
		font-size: 16px;
	}
	#ztonshopmb #today_attendance article section .time, #ztonshopmb #girlslist article section .size{
		padding-left: 8px;
		font-size: 12px;
	}
	
	
	#ztonshopmb #today_attendance article section:first-child{
		margin-top:0;
	}
	#ztonshopmb #girlslist article section:first-child{
		margin-top:0;
	}
	#ztonshopmb #girlslist{
		margin-bottom: 10px;
	}
	#ztonshopmb #today_attendance{
		margin-bottom: 10px;
	}
	#ztonshopmb #today_attendance section:first-child{
		padding-top:0;
	}
	#ztonshopmb #girlslist article section:first-child{
		padding-top:0;
	}
#ztonshopmb .mouthword {
		padding: 15px 15px 15px 20px;
		text-align: left;
		color: #000;
	}
	#ztonshopmb #mouthword h2{
		background: #e6e6e6;
		padding-bottom: 15px;
	}
	
	#ztonshopmb #shopnews button{
		display: block;
		width:40%;
		margin:20px auto;
		background: #b88940;
		border-radius: 20px;
		height: 30px;
		font-size: 16px;
		font-weight: 600;
		padding:3px 0;
		border: 0;
}
	#ztonshopmb #shopnews button a{
		color: #fff;
	}
	
	
	
	
	
	
	
	
.center--footer {
		font-size: 12px;
		line-height: 1.3;
}
	.attention{
	  line-height: 1.3;	
	}
	
	
	.pagetop{
	position:fixed; 
	display: none;
}

	
	
}
	
#discount_text{
	height:200px;
	overflow-y:hidden;
}

.coupon_text{
	text-align:center;
	padding-bottom:30px;
}
.normal_price{
	text-decoration:line-through;
	color:#000000;
	font-size:14px;
	padding-bottom:10px;
}
.discount_price{
	color:#c10000;
	font-size:32px;
	font-weight:800;
	padding-bottom:10px;
}
.discount_other{
	color:#000000;
	font-size:14px;
	padding-bottom:10px;
}


input.mb {
    width: 94%;
    margin: 10px 3%;
    color: #6B6B6B;
    background: #fff;
    border: 1px solid #b88940;
    padding: 5px 10px;
    box-sizing: border-box;
}



.region {
  font-family: HiraMinPro-W3, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝","MS Mincho", "Sawarabi Mincho"!important;
  width: 1024px;
  text-align: center;
  margin: 41px auto 0 auto;
  padding-right: 50px; }

.region--li {
  display: inline-block;
  font-size: 19px;
  color: #cacaca;
  padding-left: 60px;
  padding-bottom: 20px;
  letter-spacing: 10px; 
}
.a__ca {
    color: #cacaca;
  font-family: HiraMinPro-W3, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝","MS Mincho", "Sawarabi Mincho"!important;
}

.municipality-b1 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 19px;
  margin-left: 0px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: -200;
  color: #fff;
  float: left; }

.municipality--1 {
  opacity: 0; }
  .municipality--1:before {
    content: "";
    width: 99.7%;
    height: 95.3%;
    left: 2px;
    top: 2px;
    position: absolute;
    border: 1px solid #a8824a;
    box-sizing: border-box; }

.t-1:hover .municipality--1 {
  opacity: 1;
  z-index: 900; }

.municipality-b2 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 19px;
  margin-left: 0px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: -200;
  color: #fff;
  float: left; }

.municipality--2 {
  opacity: 0; }
  .municipality--2:before {
    content: "";
    width: 99.7%;
    height: 95.3%;
    left: 2px;
    top: 2px;
    position: absolute;
    border: 1px solid #a8824a;
    box-sizing: border-box; }

.t-2:hover .municipality--2 {
  opacity: 1;
  z-index: 900; }

.municipality-b3 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 19px;
  margin-left: 0px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: -200;
  color: #fff;
  float: left; }

.municipality--3 {
  opacity: 0; }
  .municipality--3:before {
    content: "";
    width: 99.7%;
    height: 95.3%;
    left: 2px;
    top: 2px;
    position: absolute;
    border: 1px solid #a8824a;
    box-sizing: border-box; }

.t-3:hover .municipality--3 {
  opacity: 1;
  z-index: 900; }

.municipality-b4 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 19px;
  margin-left: 0px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: -200;
  color: #fff;
  float: left; }

.municipality--4 {
  opacity: 0; }
  .municipality--4:before {
    content: "";
    width: 99.7%;
    height: 95.3%;
    left: 2px;
    top: 2px;
    position: absolute;
    border: 1px solid #a8824a;
    box-sizing: border-box; }

.t-4:hover .municipality--4 {
  opacity: 1;
  z-index: 900; }

.municipality-b5 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 19px;
  margin-left: 0px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: -200;
  color: #fff;
  float: left; }

.municipality--5 {
  opacity: 0; }
  .municipality--5:before {
    content: "";
    width: 99.7%;
    height: 95.3%;
    left: 2px;
    top: 2px;
    position: absolute;
    border: 1px solid #a8824a;
    box-sizing: border-box; }

.t-5:hover .municipality--5 {
  opacity: 1;
  z-index: 900; }

.municipality-b6 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 19px;
  margin-left: 0px;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 20px;
  z-index: -200;
  color: #fff;
  float: left; }

.municipality--6 {
  opacity: 0; }
  .municipality--6:before {
    content: "";
    width: 99.7%;
    height: 95.3%;
    left: 2px;
    top: 2px;
    position: absolute;
    border: 1px solid #a8824a;
    box-sizing: border-box; }

.t-6:hover .municipality--6 {
  opacity: 1;
  z-index: 900; }

.search--hover {
    color: white;
    font-size: 25px;
    width: 100px;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}

.subMenue--wrap {
    text-align: left;
    display: table-cell;
    width: 883px;
    height: 100%;
    padding: 20px;
    line-height: 30px;
}
.subMenue--wrap {
  text-align: left;
  display: table-cell;
  width: 883px;
  height: 100%;
  padding: 20px;
  line-height: 30px; }

.subMenue {
  letter-spacing: 0; }

.subMenue li {
  display: inline-block; }

.subMenue a {
  font-family: ".HiraKakuInterface-W3";
  vertical-align: middle;
  opacity: 1;
  letter-spacing: 0;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: -6px;
  padding: 0px 5px 10px 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 0; }
  .subMenue a::before, .subMenue a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .subMenue a, .subMenue a::before, .subMenue a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .subMenue a {
    cursor: pointer;
    width: auto;
    height: 20px;
    display: inline-block;
    color:#000000;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px; }
  .subMenue a:hover {
    color: #fff;
    border: 1px solid #b49f6f; }
  .subMenue a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  .subMenue a:hover::after {
    background-color: #b49f6f;
    -webkit-transform: scale(1);
    transform: scale(1); }
.wrap {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s linear;
}

.official_site{
    width: 100%;
    margin-bottom: 5px;
}
.official_site a{
    width: 100%;
    border: 2px solid #b88940;
    background: #fff;0
    text-align: center;
    padding: 3px 50px;
    margin-top: 15px;
    font-weight: 600;
}
