/* ===================================================================================================
 mediaQuery
=====================================================================================================*/
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  #select {
    padding-left: 20px;
  }
  #btns {
    padding-top: 38%;
  }
  #catch  {
    padding-left: 20px;
  }
}
@media screen and (max-width: 823px) {
  #btns {
    padding-top: 58%;
  }
  #header_logo img {
      width: 90%;
  }
  #btn_leave a {
    margin-left: 10px;
  }
  .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) {
  #btn_enter a {
    background-size: cover;
    width: 213px;
    height: 54px;
  }
  #btn_enter a:hover {
    background-position: 0 -51px;
}
  #btn_leave a {
    background-size: cover;
    width: 112px;
    height: 28px;
    margin-left: 10px;
  }
  #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) {
  #btn_enter a {
    width: 195px;
    height: 49px;
}
#btn_enter a:hover {
    background-position: 0 -49px;
}
  #sp_disp {
    margin :20px 0 0 0;
  }
  #newface h2 {
    display: block;
  }
  /* slide_menuのため */
  body {
    position: relative;
    left: 0;
    overflow-x: hidden;
  }
  #globalNavi {
    display: none;
  }
  #button {
    display: block;
  }
  #slide_menu{
      position: fixed;
      top: 0;
      left: -10rem;
      width: 10rem;
      height: 100%;
      background: #000;
  }
  .section:nth-child(2) {
    padding-top: 0;
  }
  .section h3 {
    padding-top: 10px;
  }
  .drawer-hamburger {
    display: block;
    color: #fff;
    background: #000;
  }
  .drawer-nav {
    color: #fff;
    background-color: #000;
    width: 10rem;
  }
 .drawer-nav {
     left: -10rem;
 }

  .drawer-open .drawer-hamburger {
      left: 10rem;
  }
  .drawer-hamburger {
    top: 14px;
    background-color: #ff7eac;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: #ff7eac;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    background-color: #fff;
  }
  nav.drawer-nav ul li a {
  	padding-top: 4.54rem;
    width: 10rem;
    height: 4.54rem;
    background-size: 100%;

  }
/* tel button */
.btn-tel {
position: fixed;
z-index: 1;
top: 80px;
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: #ff7eac;
border-top-right-radius:5px;
border-bottom-right-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: 148px;
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-top-right-radius:5px;
border-bottom-right-radius:5px;
}


  #header > div > h1 {
    text-align: center;
  }
  #header {
    height: auto;
    background-image: none;
  }
  #h1Area {
    display: block;
  }
  #h1Area #dtoLink {
    text-align: right;
  }
  .top h2 {
    margin-top: 0px;
  }
  #header_logo {
    padding-top: 0px;
  }
  #header_logo img {
    width: 100%;
    padding-left: 50px;
  }
  #bannerArea {
    padding: 0;
  }

  #outer {
    background-image: none;
  }
  #container {
    display: block;
  }
  #twitter {
    width: 100%!important;
    text-align: center!important;
  }
  #twitter iframe {
    width: 90vw!important;
  }

  #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;
  }
} /* @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) {
  #btn_enter a {
    background-size: cover;
    width: 150px;
    height: 37px;
}
  #slash {
    font-size: 18px;
}
#btn_leave a {
    background-size: cover;
    width: 100px;
    height: 25px;
}
} /* @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%;
    }
    .enter #imageArea {
    background-image: none;
  }
    #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 {
    padding: 55% 5% 0 5%;
    justify-content: space-between;
    align-items: flex-end;
  }
    #btn_enter a {
      width: 200px;
      height: 52px;
  }
    #slash {
      font-size: 18px;
  }
  #btn_leave a {
    width: 100px;
    height: 25px;
  }
    /*
    #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%);
      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 {
      height: initial;
      background-image: none;
      display: block;
      width: 50%;
      text-align: center;
      background: linear-gradient(180deg, rgba(255, 255, 255,1) 0%, rgba(33,33,33,1) 100%);
      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 {
      position: absolute;
      bottom: 0;
      right: 1%;
      width: 42%;
    }
    #catch {
      display: none;
    }
    #bnrArea ul{
      display: block;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    #bnrArea ul li {
      padding: 0 0 10px 0;
    }

  /* 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) {
  #btns {
      padding: 55% 2% 0 2%;
  }
  /* 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;
  }
}
