@charset "UTF-8";
/* CSS Document */
/* =======================
 common
 =========================*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: bottom;
}

/* clear fix
---------------------------*/
.clearfix:after{
content: ".";  /* 新しい要素を作る */
display: block;  /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}
.clearfix{
min-height: 1px;
}
body{
  font-family: -apple-system, BlinkMacSystemFont ,"Helvetica Neue" , "Yu Gothic" , YuGothic ,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial , "メイリオ" , Meiryo , verdana, sans-serif;
color: #7D7D7F;
font-size: 100%;
line-height: 1.3;
background-color:#fff;
}
ul {
  list-style-type: none;
}
a:link, a:visited {
	color: #75c3c7;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #19abb3;
}
a:hover img {
  opacity: 0.7;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}
.c01 {
  color: #19abb3;
}
.center {
  text-align: center;
}
.btn {
  border-radius: 5px;
  color: #fff;
}
.btn-blue {
  padding: 0 5px 3px;
  background: #19abb3;
  margin-right:10px;
}
.btn-gold {
  padding: 5px;
  background: #BB973F;
}

#outer {
/*  background-image: url(../images/bg_wrapper.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  */
background: url(../images/l.jpg) right top repeat-y, url(../images/r.jpg) left top repeat-y;
}

#container {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
#sidebar {
  flex-basis: 21%;
}
#mainContent {
  flex-basis: 77%;
}
#maincontents {
  display: flex;
  justify-content: space-between;
}
#inner_main {
  flex-basis: 77%;
}
#inner_right {
  flex-basis: 21%;
}
/* =======================
 enter
=========================*/
/*.enter {
  background-image: url(../images/entrance/bg_enter.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
*/
.enter h1 {
    text-align: center;
    background:#75b2b5;
    color:#fff;
}
.enter #imageArea {
  background-image: url(../images/entrance/bg_enter.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.enter) #imageArea {
  background-image: none;
}


#select {
  max-width: 1000px;
  margin: 0 auto;
}
#btns {
  padding-top: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#btn_enter a {
  height: 37px;
	width: 179px;
	display: block;
  margin-right: 20px;
	background-image: url(../images/entrance/btn_enter.png);
	background-repeat: no-repeat;

}
#slash {
  font-size: 30px;
  color: #BDBDBD;
  font-weight: bold;
}
#btn_enter a:hover {
	background-position: 0 -37px;
}
#btn_leave a {
  margin-left: 20px;
	height: 24px;
	width: 106px;
	display: block;
	background-image: url(../images/entrance/btn_leave.png);
	background-repeat: no-repeat;
}
.bnr {
  margin-top: 20px;
  /* width: 50%; */
}
.bnr #dht_bnr img {
  width: 468px;
  margin-right: 57px;
}
.bnr #dht_bnr_tokyo img {
 width: 200px;
}
#catch p {
  font-size: 12px;
  width: 53%;
  margin: 70px 0 10px 0;
}
#sp_disp {
  display: block;
}
#bnrArea ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bnrArea ul li {
  padding: 10px;
  flex-basis: 50%;
}
/* =======================
 header
=========================*/
/*
#header {
  height: 640px;
  background-image: url(../images/bg_header.jpg);
  background-position: center top;
}

#header_logo {
  padding-top:64px;
  text-align: center;
}
*/
#header {
  position: relative;
  background: url(../images/top.jpg);
  background-size: cover;
  padding-top: 33%;
}
#h1Area h1 {
  position: absolute;
  top:0;
}
#text_link {
  position: absolute;
  bottom: 10px;
  right: -100px;
  width:calc(100% - 960px);
  font-size: 20px;
}
#header_logo img {
  width: 100%;
}

#h1Area {
  font-size: 12px;
}
.sp_block {
  display: none;
}
.pc_block {
  display: block;
}

/* =======================
 navigation
=========================*/
.fixed {
    overflow: auto;
    height: 100%;
}
.drawer-hamburger {
  display: none;
}
.btn-tel {
  display:none;
}
.btn-line {
  display:none;
}
#side-nav ul {
  margin-bottom: 10px;
}

#side-nav ul li a {
	overflow: hidden;
	display: block;
	height: 0px;
	padding-top: 100px;
  background-repeat: no-repeat;
  background-image: url(../images/navigation/btn_top.png);
  background-position:center center;
}
#side-nav ul li:nth-child(1) a {
	background-image: url(../images/navigation/btn_top.png);
}
#side-nav ul li:nth-child(1) a.active ,
#side-nav ul li:nth-child(1):hover a{
  position: relative;
}
#side-nav ul li:nth-child(2) a {
  background-image: url(../images/navigation/btn_schedule.png);
}
#side-nav ul li:nth-child(2) a.active ,
#side-nav ul li:nth-child(2):hover a {
  position: relative;
}
#side-nav ul li:nth-child(3) a {
  background-image: url(../images/navigation/btn_cast.png);
}
#side-nav ul li:nth-child(3) a.active ,
#side-nav ul li:nth-child(3):hover a {
  position: relative;
}
#side-nav ul li:nth-child(4) a {
  background-image: url(../images/navigation/btn_play.png);
}
#side-nav ul li:nth-child(4) a.active ,
#side-nav ul li:nth-child(4):hover a {
  position: relative;
}
#side-nav ul li:nth-child(5) a {
  background-image: url(../images/navigation/btn_system.png);
}
#side-nav ul li:nth-child(5) a.active ,
#side-nav ul li:nth-child(5):hover a {
  position: relative;
}
#side-nav ul li:nth-child(6) a {
  background-image: url(../images/navigation/btn_access.png);
}
#side-nav ul li:nth-child(6) a.active ,
#side-nav ul li:nth-child(6):hover a {
  position: relative;
}
#side-nav ul li:nth-child(7) a {
  background-image: url(../images/navigation/btn_recruit.png);
}
#side-nav ul li:nth-child(7) a.active ,
#side-nav ul li:nth-child(7):hover a {
  position: relative;
}

#side-nav ul li a:hover::before ,
#side-nav ul li a.active:before {
  background-color: rgba(255,255,255,0.4);
	/* どの範囲に重ねるかを指定 */
	 position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

/* =======================
 sidebar
=========================*/
/* ピックアップガール */
#pickup {
position: relative;
border: 1px solid #ddd;
margin-bottom: 20px;
}
#pickup .mark {
position: absolute;
top:35px;
right: 7px;
width: 70px;
}
.line {
padding:5px 20px;
font-size: 12px;
text-align:left;
}
#dtoShame  {
  text-align: center;
}
#dtoShame iframe {
  margin: 0 auto;
  text-align: center;
  /* width: 190px!important; */
}
#twitter_wiget iframe {
  max-width: 100%;
}
/*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/

@media screen and (max-width: 768px) and (min-width: 480px) {
#twitter_wiget iframe .twitter-timeline-rendered{
width: 490px !important;
}
}

@media screen and (max-width: 480px) {
#twitter_wiget iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;/*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
}
}

/*サイドウィジットへのtwetter埋め込み修正終わり*/


/* =======================
 inner_main
=========================*/
/*
.top h2  {
  margin-top: 40px;
}
*/
/* 動画リンク */
#movie_link {
  display: block;
  color:#7b8ef7;
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
}
#blog_link p  {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
#inner_main p a {
    display: block;
    text-align: right;
    color: #FA7182;
    font-size: 12px;
    padding: 3px 0;
}
/* お知らせ */
#feed {
	font-size: 12px;
	padding: 10px;
	color:#FA7182;
}
#feed li {
  padding-left: 7px;
}
#feed h3 a {
	color:#FA7182;
	font-size: 14px;
	font-weight: bold;
}
#feed .date {
  padding-left: 20px;
	font-size: 86%;
}
/* 本日の出勤 */
#today_info h2 {
    background-image: url(../images/top/schedule.png) ;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-align: right;
    font-size: 14px;
    padding: 7px 10px;
}
#today_info p.info {
	text-align: right;
  font-size: 12px;
  color: #32a0ff;
  padding-right: 10px;
}
#today_info  p.info a {
    display: inline-block;
}

#today_list .girls {
  display : flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 580px;
  margin: 0 auto;
}
#today_list .girls li {
position: relative;
flex-basis: 23%;
text-align:center;
margin:1%;
font-size: 12px;
box-shadow: 1px 1px 1px #e0e0e0;
}

#today_list .girls li .cast_image{
	width: 100%;
}
#today_list .girls li .class{
	width: 100%;
}
#today_list .girls li h3 a:hover{
  color: #62b1b5;
}
#today_list .girls li .mark {
position: absolute;
top: 56%;
right: 4px;
width: 50%;
}
#today_list .girls li .leaf{
	position: absolute;
	bottom: 18%;
	right: 0px;
	width: 20%;
}
/*
#today_list .girls li h3 a {
    border-radius: 3px;
    color: #fff;
    display: block;
    margin: 0 3px 3px;
}
*/
#profRight > div.character  {
    padding: 3px;
    display: flex;
    justify-content: space-between;
  align-items: center;
  text-align: center;
}
#profRight > div.character .chara1 {
    background: #19abb3;
    font-size: 10px;
    color: #fff;
    flex-basis: 33%;
    padding: 2px;
}
#profRight > div.character > div:nth-child(3) {
  background: #fff;
}
#ranking #today_list .girls li:after {
  position: absolute;
  content: '';
  top: -34px;
  left:-12px;
  display: block;
  width: 47%;/*幅*/
  height: 800px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-size: contain;
  background-repeat: no-repeat;/*画像を繰り返さない*/
}
#ranking #today_list .girls li:nth-child(1):after {
  background-image: url(../images/top/1.png);
}
#ranking #today_list .girls li:nth-child(2):after {
  background-image: url(../images/top/2.png);
}
#ranking #today_list .girls li:nth-child(3):after {
  background-image: url(../images/top/3.png);
}
#ranking #today_list .girls li:nth-child(4):after {
  background-image: url(../images/top/4.png);
  top: -8px;
  left:-12px;
  width: 39%;/*幅*/
}
#ranking #today_list .girls li:nth-child(5):after {
  background-image: url(../images/top/5.png);
  top: -8px;
  left:-12px;
  width: 39%;/*幅*/
}
#ranking #today_list .girls li:nth-child(6):after {
  background-image: url(../images/top/6.png);
  top: -8px;
  left:-12px;
  width: 39%;/*幅*/
}
#ranking #today_list .girls li:nth-child(7):after {
  background-image: url(../images/top/7.png);
  top: -8px;
  left:-12px;
  width: 39%;/*幅*/
}
#ranking #today_list .girls li:nth-child(8):after {
  background-image: url(../images/top/8.png);
  top: -8px;
  left:-12px;
  width: 39%;/*幅*/
}

#ranking {
  margin-bottom: 50px;
}
#ranking h2 {
  padding-bottom: 32px;
}
/* =======================
 inner_right
=========================*/
#newface  h2 {
  display: none;
}

#newface-contents .girls {
display: block;
/* max-width: 200px; */
width: 100%;
}
#newface-contents .girls li {
width: 200px;
background-image: url(../images/top/newface.jpg);
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align: center;
font-size: 12px;
margin: 0 auto 10px auto;
padding-bottom: 20px;
}
#newface-contents .girls li a img{
  display: block;
  padding-top: 45px;
  margin: 0 auto;
}

#newface-contents .girls li .cast_image{
width: 72%;
}

#newface-contents .girls li .class{
	width: 100%;
}
#newface-contents .girls li .mark {
position: absolute;
top: 56%;
right: 4px;
width: 50%;
}
#newface-contents .girls li .leaf{
	position: absolute;
	bottom: 8%;
	right: 0px;
	width: 20%;
}
#newface-contents .girls li h3 a {
    margin: 0 3px 3px;
    font-size: 12px;
}
#sp_dto_wiget {
  display: none;
}
#newface-contents > ul > li > h3 {
  padding: 10px 0 0 0;
}
#newface-contents > ul > li > p {
  padding: 10px 0 0 0;
}
/* =======================
 在籍一覧
 =========================*/
.schedule .girls,
.allGirls {
 display: flex;
 flex-wrap: wrap;
 /* justify-content:space-between; */
 max-width: 740px;
}
.schedule .girls li,
.allGirls li {
position: relative;
flex-basis: 23%;
text-align:center;
margin:0 1% 15px;
font-size: 12px;
box-shadow: 1px 1px 1px #e0e0e0;
}
.allGirls li .mark {
position: absolute;
top: 54%;
right: -7px;
width: 50%;
}
.schedule .girls li .leaf,
.allGirls li .leaf {
position: absolute;
bottom: 20%;
right: 0px;
width: 15%;
}
.allGirls li .cast_comment {
  padding: 5px 3px;
  font-size: 10px;
  text-align: left;
  height:30px;
  overflow: hidden;
}
.small a {
  padding-top: 3px;
  display: block;
  text-align: right;
  font-size: 10px;
  color:#f8bbd0;
}
/* =======================
 出勤表
=========================*/
.schedule .girls {
  margin: 0;
}
.schedule .girls li .mark {
position: absolute;
top: 61%;
right: 4px;
width: 50%;
}
.schedule .girls li .leaf {
position: absolute;
bottom: 13%;
right: 0px;
width: 15%;
}
#schedule_info {
    text-align: left;
    font-size: 14px;
    color: #32a0ff;
    padding-left: 10px;
}


/* =======================
 キャストプロフィール
 =========================*/
 #cast_profile {
   padding: 0 15px;
 }
#profile {
  display: flex;
  justify-content: space-between;
}
#profLeft {
  flex-basis:43%;
}
#profRight {
  width: 56%;
}

#cast_profile h2 {
  padding-top: 20px;
  padding-left: 8px;
  font-size: 26px;
  border-bottom: 1px dashed #19abb3;
  margin-bottom: 10px;
  position: relative;
}
.today {
  font-size: 10px;
  background: #19abb3;
  color: #fff;;
  padding: 2px;
}
.style {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  padding-left: 10px;
}
.title_h {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
}
.title_h:before {
  content: '■';
  margin-right: 3px;
  color: #ef423e;
}

#girls_info {
  margin: 20px 0;
}

#girls_info p
{
    line-height: 130%;
    padding: 1%;
    color: #00bcd4;
    padding-left: 10px;
}
#girls_info p span {
  display: block;
}
.girls_info_title {
  padding: 5px 0;
}
.girls_info_ommeng {
  color: #cddc39;
  border-bottom: 1px dotted #d0eff3;
  padding-bottom: 10px;
  padding-left: 20px;
}



#scedule_box {
  margin : 20px 0;
}
#scedule_box table {
  width: 100%;
}

#scedule_box table td {
border:solid 1px #ef423e;
text-align:center;
font-size: 10px;
width: 14.28%;
}
#scedule_box table th {
    text-align:center;
    font-size: 10px;
  background: #ef423e;
  border-left: solid 1px #fff;
  color: #fff;

}
#scedule_box table th:first-child {
    border-left: solid 1px #ef423e;
}
#scedule_box table th:last-child {
    border-right: solid 1px #ef423e;
}
#scedule_box table th.sat {
  background: #3295fe;
}
#scedule_box table th.sun {
  background: #fa0036;
}
.character {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}
.chara1 {
    background: #75c0c4;
    font-size: 10px;
    color: #fff;
    flex-basis: 49%;
    padding: 2px;
}

/* =======================
 遊び方
 =========================*/
 #steps {
   margin-bottom: 100px;
 }
 .steps_item:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
}
#steps > div:nth-child(9):after {
  content: "";
}

 .steps_title {
     border-bottom: 1px dotted #ccc;
     padding-bottom: 5px;
     margin-bottom: 10px;
 }
.steps_block {
  display: flex;
  justify-content: space-between;
}
.steps_img {
  flex-basis: 38%;
}
.steps_text {
  flex-basis: 58%;
  font-size: 14px;
}
.block_frame{
  padding: 20px 25px;
  border: 3px solid #e5e5e5;
  margin: 0;
  margin-bottom: 20px;

}
.block_frame_text {
    display: block;
    overflow: hidden;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.block_frame_text_title {
    border-bottom: 1px dotted #ccc;
    font-size: 1.2em;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.block:nth-child(6) .block_frame_text_title {
  position:relative;
  line-height:2em;
  text-indent:2em;
}
.block:nth-child(6) .block_frame_text_title:before {
  position:absolute;
  left:0;
  content:"";
  display:inline-block;
  width:2em;
  height:2em;
  background:url(../images/play/attention.png) no-repeat;
  background-size:contain;
}
/* =======================
 料金システム
 =========================*/
#price_list p {
color:#999;
text-align:left;
font-size:12px;
padding-left: 20px;
}
#price_list ul {
margin:10px 0 20px 0;
}
#price_list ul li{
float:left;
width:115px;
text-align:center;
margin-left:9px;
}
#price_list ul li p {
color: #fff;
font-size: 15px;
font-weight: bold;
margin-bottom: 4px;
padding: 5px 0 3px 0;
text-align: center;
border-radius:5px;
}
#campaign li p{
background: #FF9BFF;
}
#basic li p {
background:#9c081e;
}

#sentai li p {
background:#59C5FF;
}
#rankou li p {
background:#FF3399;
}

.option li p {
background:#FF9955;
}
#course li p {
background:#00E064;
}
#extention li p {
background:#999999;
}

/* =======================
 アクセス2
=========================*/
#area_maps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_wrpper {
  flex-basis: 49%;
  margin-bottom: 20px;
  box-shadow: 1px 1px 2px #e0e0e0;
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.card_wrpper a:hover {
display:block;
}
.card_wrpper a:hover {
  opacity: .8;
}
.item{
  display: block;
  display: flex;
  justify-content: space-between;
}
.map_card {
  flex-basis: 59%;
}
.map_img {
  flex-basis: 40%;
}
.map_img img {
  width: 100%;
}
.card_wrpper h3 {
  font-size: 18px;
  color: #fff;
  background: #86ced2;
  padding: 5px 10px;
}
.item {
  margin: 10px 0;
}
.item p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #d66e6b;
  padding: 3px;

}
.item ul {
  font-size: 16px;
  margin: 20px 0px 10px 20px;
  list-style-type:  square;
  list-style-position: inside;
  color: #447173;
}
#next {
  width: 80%;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}
.hotellist h3 {
    font-size: 18px;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 15px 0 5px 5px;
    font-weight: bold;
    color: #463024;
    margin-bottom: 10px;
}
.hotellist ul {
    padding: 10px;
}
.hotellist ul li {
  font-size: 14px;
  margin-bottom: 15px;
}
.hotellist ul li .hotel_name {
  font-weight: bold;
  border-bottom: 1px dotted #463024;
  padding-bottom: 6px;
  margin-bottom: 5px;
}
/*
.hotellist ul li .hotel_name .bango {
  display: inline-block;
  color: white;
  background-color: #FA7182;
  margin-right: 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
*/
.hotellist ul li .hotel:before {
  content: "\f64f";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 14px;
  padding: 3px;
  background: #A42815;
  border-radius: 50%;
  width: 28px;
  height:26px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px #000;
}
.hotel_addresss,
.hotel_tel,
.hotel_memo {
  padding-left: 20px;
}
#maplist {
  width: 80%;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  cursor: pointer;
}
#maplist a {
  display: block;
  color: #fff;
}
#maplist a:hover {
  color: #fff;
  opacity: .8;
}
.hotellist h3.deai {
  color : #e0631e;
}
.spot:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 16px;
  padding: 3px;
  background: #9D28B0;
  border-radius: 50%;
  width: 28px;
  height:26px;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0px 0px 4px #000;
}
/* =======================
 求人
 =========================*/
 .job {
	 margin: 10px auto;
 }
 .job table {
	 width: 100%;
	 margin: 0 auto;
	 text-align: left;
	 margin-bottom: 20px;
}
.job table th{
padding: 10px 0 10px 0px;
background-image: url(../img/list_008_d-trans.png);
background-repeat: no-repeat;
background-position: 0 9px;
width: 25%;
}
.job table td {
	padding: 10px;
}

.job table tr{
	border-bottom: 1px solid #ccc;
}
.job table tr:last-child{
	border-bottom: none;
}
.kasen {
    background: linear-gradient(transparent 70%, #66ccff 90%);
}
/* =======================
 動画
 =========================*/
 .credit {
     text-align: right;
     color: gray;
     font-weight: bold;
 }
 .movies {
   text-align: center;
   margin-bottom: 50px;
 }
/* =======================
 footer
=========================*/
#footer {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  border-top: 5px solid #75c0c4;
}

#footer img {
  width: 220px;
}
address {
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
/* =======================
 footer_ad_box
 =========================*/
 #modal-content {
 width: 230px ;
 margin: 0 ;
 background: #fff ;
 position: fixed ;
 bottom:50px;
 right: 0;
 display: none ;
 z-index: 100 ;
 color: #fff;
 border: 4px solid #795547;
}
#inner-content {
 position: relative;
 border-bottom: 10px;
 height: 230px;
 overflow: hidden;
}
.fa-close {
 position: absolute;
 top: 0;
 right: 0;
}

.button-link {
 color: #000 ;
 font-size: 2em;

}

.button-link:hover {
 cursor: pointer ;
}
#modal-close > i {
 z-index:105;
}
#inside {
 position: absolute;
 bottom: 0;
 background: rgba(0, 0, 0, 0.7);
 padding: 2px;
 width: 100%;
 line-height: 1;
}
#inside h3 {
 font-size: 20px;
}
#modal-content img {
 position: absolute;
   top: 66%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 100%;
   height: auto;
}
#details {
 line-height: 1.4;
 background: #fff;
 color: #e91e63;
 padding: 5px;
 font-size: 12px;
}
#details a {
 color: #e91e63;
}
.marker01 {
 padding: 0px 3px;
 border-radius: 3px;
 background: #2196F7;
 color: #fff;
 font-size: 12px;
}
.marker02 {
 padding: 0px 3px;
 border-radius: 3px;
 background: #16e22a;
 color: #fff;
 font-size: 12px;
}
#price {
 font-size: 20px;
 color: red;
}
#timer {
 text-align: center;
 line-height: 1.5;
 background: #000;
 padding: 5px;
}
#timer #cd > h4 {
 margin: 10px 0 0 0!important;
 line-height: 1!important;
}
#TimeLeft {
 font-size: 1.5em;
 font-weight: bold;
}
/*
 ===================================================================================================
 風俗情報局の写メ日記のスタイル
=================================================================================================== */
/*
.fujoho_custom_banner {
position: relative;
width: 100%;
height: 235px;
margin: 0 auto;
padding: 0 15px;
}
.fujoho_header_area{
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
  display: block;
  background-color: #000;
  text-decoration: none;
  text-align: left;"
}
.fujoho_banner_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
}
.fujoho_btn_more {
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  float: right;
  margin-top: 7px;
  padding: 0 6px;
  letter-spacing: -0.3px;
  background-color: #444;
}
.fujoho_btn_chevron_icon {
  margin-left: 2px
}
.fujoho_iphone_scroll_size_box {
  height: 155px;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
.fujoho_contents_box {
  width: 100%;
  eight: 100%;
  isplay: block;
  }
.fujoho_footer_area {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background-color: #000;
  text-shadow: 1px 1px 0px #444;
  text-decoration: none;
}
.fujoho_area_works_name {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: text-bottom;
  text-decoration: none;
}
.fujoho_site_name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-left: 3px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: text-bottom;
  text-decoration: none;
}
*/
/* ===================================================================================================
 mediaQuery
=====================================================================================================*/
@media screen and (max-width: 1024px) {
  /* #h1Area {
    left: 0;
  } */
  .wrapper {
    width: 100%;
  }
  #select {
    padding-left: 20px;
  }
  #btns {
    padding-top: 38%;
  }
  #catch  {
    padding-left: 20px;
  }
}
@media screen and (max-width: 823px) {
  .tab-menu > li > a {
    width: 75px;
  }
  #select {
    width: 100%;
  }
  #catch p {
    font-size: 10px;
    width: 60%;
  }

} /* @media screen and (max-width: 823px)  */
@media screen and (max-width: 768px) {
  #select {
    width: 100%;
  }
  #catch p {
    width: 52%;
  }
} /* @media screen and (max-width: 768px)  */
@media screen and (max-width: 736px) {
  /* =======================
   entrance
  =========================*/
  .bnr {
    margin-top: 20px;
    width: 30%;
}
  #catch p {
    width: 51%;
    margin: 10px 0;
}
  /* =======================
   cast
  =========================*/
  .gallery {
    width: 300px;
    border: solid 1px #ccc;
    line-height: 0;
}
  /* =======================
   play
  =========================*/
  #ban {
    width: 76%;
  }
  /* =======================
   recruit
  =========================*/
  .recruit #mainContent {
    margin-left: 10px;
  }


} /* @media screen and (max-width: 736px)  */
@media screen and (max-width: 667px) {
  #mainContent {
    width: 100%;
  }
  #sp_disp {
    margin :20px 0 0 0;
  }
#top_banner {
  display: none;
}
.sp_block {
  display: block;
}
.pc_block {
  display: none;
}

  #newface h2 {
    display: block;
  }
  /* slide_menuのため */

  body {
      position: relative;
      left: 0;
      overflow-x: hidden;
  }
  .drawer-hamburger {
    display: block;
    color: #fff;
    background: #53bcc1;
  }
  .drawer-nav {
    color: #fff;
    background-color: #53bcc1;
    /* width: 10rem; */
  }
 .drawer--right .drawer-nav {
     /* right: -10rem; */
 }

  .drawer--right.drawer-open .drawer-hamburger {
      /* right: 10rem; */
  }
  .drawer-hamburger {
    top: 70vh;
    background-color: #53bcc1;
    border-radius: 5px;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: #53bcc1;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  nav.drawer-nav ul {
  }
  nav.drawer-nav ul li {
    position: relative;
  }
  nav.drawer-nav ul li a {
    font-size: 1.5rem;
    display: block;
    padding: 10px 30px;
    color: #fff;
    border-bottom: 1px dashed #fff;
  }
  nav.drawer-nav ul li:after {
    position: absolute;
    top:10px;
    right: 10px;
   content: "\f054";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 1.5rem;
  }
  #menu_box {
      position: relative;
      width: 100%;
      height: 200px;
      margin-bottom: 10px;
      /* background-image: url('../cast/experience/blank.jpg'); */
      background-image:url(../images/apple-touch-icon.jpg);
      /* background-image: url(../images/menu.jpg); */
      background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #menu_box #menu_tel {
    position: absolute;
    width: 94%;
    height: 10vh;
    bottom: 20px;
    left: 3%;
    background: #f44336;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    }
    #menu_box a{
      color: #fff;
    }
    #menu_box a p:nth-child(1) {
      width: 35%;
      background-image:url(../images/call2.png);
      background-size: 65%;
      background-position: center;
      background-repeat: no-repeat;

  }
  #menu_box a p:nth-child(2) {
    padding: 10px 0;
    font-size: 1.2rem;
    width: 65%;
    text-align: left;
    font-weight: bold;
  }
  #menu_box a p:nth-child(2) .num {
    font-weight: normal;
  }
  .notice {
    position: absolute;
    bottom: 0;
    left:20px;
    color: #e91e63;
    font-size: 14px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
/* tel button */
.btn-tel {
position: fixed;
z-index: 1;
top: 50vh;
right: 0;
display: block;
box-sizing: content-box;
width: 2rem;
padding: 0;
padding-top: 15px;
padding-right: .75rem;
padding-bottom: 15px;
padding-left: .75rem;
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border: 0;
outline: 0;
background-color: #75c3c7;
border-radius:5px;
}
.btn-tel a{
display:block;
color: #fff;
}
.btn-tel a:hover {
  color: #fff;
}
/* line button */
.btn-line {
position: fixed;
z-index: 1;
top: 60vh;
right: 0;
display: block;
box-sizing: content-box;
width: 3.5rem;
-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
border: 0;
outline: 0;
background-color: transparent;
border-radius:5px;
}


  #header > div > h1 {
    text-align: center;
  }
  #header {
    height: auto;
    /* background-image: none; */
  }
   #h1Area h1{
    display: none;
  }
  #text_link {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 200px;
    font-size: 100%;
  }
  .top h2 {
    margin-top: 0px;
  }
  #header_logo {
    padding-top: 0px;
  }
  #outer {
    background-image: none;
  }
  #container {
    display: block;
  }
  #sidebar {
    display: none;
  }
  #maincontents {
    display: block;
  }
  #inner_main {
    width: 100%;
  }
  #inner_right {
    width: 100%;
    margin-bottom: 20px;
  }
  #today_list .girls {
    max-width: 98%;
    margin-bottom: 10px;
  }
  #today_list .girls li {
    flex-basis: 31.33%;
  }
  #newface-contents .girls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 98%;
    margin: 0 auto 10px auto;
  }
  #newface-contents .girls li {
    flex-basis: 31.33%;
    margin: 1%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 120%;
  }
  #footer_link {
    display: none;
  }
/* アクセス */
  .card_wrpper h3 {
    font-size: 13px;
  }
  .item p {
    font-size: 12px;
  }
  .item ul {
    font-size: 11px;
  }
  #next {
    font-size: 10px;
  }
} /* @media screen and (max-width: 667px)  */
@media screen and (max-width:640px) {
  .tab-menu > li {
  margin : 0 2px 2px 0 ;
  }
  .tab-menu > li > a {
  padding:2px;
  }
  .tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  }
  /* =======================
   footer_ad_box
   =========================*/
  #modal-content {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
    height: 115px;
    overflow: hidden;
  }
  #inner-content {
    flex-basis: 115px;
    position: relative;
    height: 115px;
    overflow: hidden;
    border-bottom: 0;
  }
  #closebtn {
    display: none;
  }
  #inner-content img {
    top: 43%;
    width: 115px;
  }
  #inside {
    height: 45%;
  }
  #inside h3 {
    font-size: 12px;
  }

  #inside p {
    font-size: 10px;
  }
  #textarea {
    flex-basis: calc(100% - 115px);
    height: 115px;
    background: #000;
  }
  #details {
    background: #000;
      padding: 0;
      line-height: 1.3;
      font-size: 14px;
  }
  .marker01 {
    border-radius: 0;
    background-color: #e4007f;
    font-size: 14px;
  }

  .c03 {
    background-color: #694a3f;
    color: #fff;
    margin-right: 2px;
    padding: 0 2px;
  }
  .marker02 {
    border-radius: 0;
    font-size: 14px;
  }

  #details a {
    color: #16e22a;
  }

  #timer {
    display: flex;
    padding: 0px;
    line-height: 1.3;
  }
  #timer #naiyou {
    flex-basis: 63%;
    background: #3F51B7;
    font-size: 14px;
    line-height: 1.2;
  }

  #price {
    font-size: 20px;
    color: #e91e63;
  }

  #timer #cd {
    padding: 5px 0;
    flex-basis: 37%;
    text-align: center;
    background: #e91e63;
  }
  #TimeLeft {
    font-weight: bold;
    font-size: 1rem;
  }

  #timer #cd h4 {
    font-size: 10px;
    text-align: center;
  }

}/* @media screen and (max-width: 640px)  */
@media screen and (max-width: 568px) {
} /* @media screen and (max-width: 568px)  */
@media screen and (max-width: 480px) {
} /* @media screen and (max-width: 480px)  */
@media screen and (max-width: 414px) {
  /* =======================
   entrance page
  =========================*/
    .enter {
      background-image: none;
      width: 100%;
    }
    #enterpage {
      background-image: url(../images/entrance/spenter.jpg);
      background-size: contain;
      background-position: top center;
      background-repeat:no-repeat;
    }
    #select {
      width: 100%;
      position: relative;
      padding-top: 70%;
      padding-left: 0;
    }
    #btns {
      display: block;
    }
    #slash {
      display: none;
    }
    #btn_enter a {
      height: initial;
      background-image: none;
      display: block;
      width: 90%;
      margin: 0 auto;
      text-align: left;
      /*background: linear-gradient(180deg, rgba(255, 0, 0,1) 0%, rgba(93,2,10,1) 100%); */
      background: #75b2b5;
      color:#fff;
      padding-bottom: 7px;
      border: 1px solid #ccc;
      margin-bottom: 10px;
      border-radius: 3px;
    }
    #btn_enter a:before {
      content:"18歳以上の方 ";
      font-size: 20px;
      padding-left: 10px;
    }
    #btn_enter a:after {
      content:"Enter";
      font-family: 'Playfair Display', serif;
      font-size: 50px;
    }
    #btn_leave a {
      display: none;
    }
    /* #btn_leave a {
      height: initial;
      background-image: none;
      display: block;
      width: 50%;
      text-align: center;
      background:#ccc;
      color :#999;
      padding-bottom: 7px;
      border: 1px solid #dfdfdf;
      margin-bottom: 20px;
      border-radius: 3px;
    }
    #btn_leave a:after {
      content:"Leave";
      font-family: 'Playfair Display', serif;
      font-size: 30px;
    } */
    .bnr {
      width: 90%;
      margin: 0 auto;
    }
    .bnr #dht_bnr img {
      width: 90%!important;
    }
    #catch {
      display: none;
    }
    #bnrArea ul{
      display: block;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    #bnrArea ul li {
      padding: 0 0 10px 0;
    }
    nav.drawer-nav ul li a {
      /* padding: 10px; */
      font-size: 1.2rem;
    }
    nav.drawer-nav ul li:after {
        font-size: 1rem;
    }
  /* cast */
  .schedule .girls, .allGirls {
    margin: 0 10px;
  }
  .schedule .girls li, .allGirls li {
    flex-basis: 31%;
  }
  #cast_profile h2 {
    padding-left: 3rem;
  }
  .style {
    display: block;
    position: static;
    font-size: 16px;
    padding-left: 1rem;
  }
  #profile {
    display: block;
  }
  #profLeft {
    width: 100%;
    margin-bottom: 10px;
  }
  #profRight {
    width: 100%;
  }
  .tab-menu {
    justify-content: flex-start;
    margin-left: 6rem;
  }
  .tab-contents {
    margin: 0;
}
  /* play */
  #request {
    width: 40%;
  }
  #ban {
    width: 90%;
    font-size:14px;
  }
  /* access */
  .hotellist {
    display: block;
    margin-bottom: 10px;
  }
  .info,.map {
    width: 100%;
    margin-bottom: 10px;
  }
  #others {
    margin-top: 0;
  }
  #others .map .place {
    flex-basis: 70%;
  }
  #others .map .price {
    flex-basis: 30%;
    text-align: center;
  }
  .gallery {
    display: flex;
    width: 100%;
  }
  .mainimage {
    flex-basis: 80%;
  }
  .thumbnails {
    display: block;
    flex-basis: 20%;

  }
}/* @media screen and (max-width: 414px ) */
@media screen and (max-width: 375px) {
  .bnr #dht_bnr img {
    width: 80%!important;
  }
  /* cast */
  #cast_profile {
    padding: 0 5px;
  }
  .tab-menu {
    margin-left: 4rem;
  }
  .style {
    font-size: 15px;
  }
  /* play */
  #request {
    width: 50%;
  }
  #ban {
    width: 100%;
  }

} /* @media screen and (max-width: 375px ) */
@media screen and (max-width: 360px) {
    .tab-menu {
      margin-left: 3rem;
    }
    .tab-menu > li > a {
    line-height: 1;
  }
}/* @media screen and (max-width: 360px ) */

@media screen and (max-width: 320px) {
  #details {
    font-size: 11px;
    line-height: 1.5;
  }
  #timer #naiyou {
    font-size: 12px;
  }
  #price {
    font-size: 17px;
  }
  #TimeLeft {
    font-size: 11px;
  }
}
/* =======================
 cron
 =========================*/
 .cron #mainContent {
   padding: 20px;
 }
 .cron #data_info {
   padding: 20px;
   text-align: center;
   border: 1px solid #75abaf;

 }
 .cron #form {
   padding: 20px 0 30px;
}
.fuchi {
  color          : #ffffff;
  font-size      : 24px;
  text-shadow    :
       2px  2px 1px #75abaf,
      -2px  2px 1px #75abaf,
       2px -2px 1px #75abaf,
      -2px -2px 1px #75abaf,
       2px  0px 1px #75abaf,
       0px  2px 1px #75abaf,
      -2px  0px 1px #75abaf,
       0px -2px 1px #75abaf;
       padding-bottom:30px;
}
