@charset "UTF-8";
html,
body {
  width: 100%;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.75em;
  color: #000;
}
h1 {
  background-color: #e6a4ff;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1em;
  padding: 5px 0;
}
h1 span {
  display: block;
  width: 960px;
  margin: 0 auto;
  font-weight: bold;
}
a {
  text-decoration: none;
}

@media screen and (min-width: 641px){
.bg_img {
  overflow: hidden;
  background-image: url("../img/bg_pattern.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}

/*----header----*/
#header {
  position: relative;
}
.headerTop {
  position: relative;
  background: #fff;
  background-image: url(../img/header/header_bg.png);
  background-size: cover;
}
#header div.wrap {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0;
}
#header div.wrap p.logo {
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
#header div.wrap p.logo img {
  width: 80%;
}
#header div.wrap p.pc_img {
  text-align: center;
}
#header div.wrap div.link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#header div.wrap div.link p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
}
#header div.wrap div.link p:nth-of-type(2) img {
  width: 80%;
}
#header div.wrap p.under {
  height: 1.5em;
}
#g-navi {
  background-image: url("../img/menu/navi_bg.png");
  background-size: auto 53px;
}
#g-navi ul {
  width: 945px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#g-navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#g-navi ul li a,
#g-navi ul li a img {
  width: 100%;
}
#g-navi ul li a:hover {
  opacity: 0.8;
}
#g-navi_pcunder {
  width: 100%;
  background-color: #fff;
  height: 40px;
  display: none;
}
#g-navi_pcunder ul {
  width: 945px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 auto;
  line-height: 40px;
}
#g-navi_pcunder ul li:nth-of-type(1) {
  width: 7%;
}
#g-navi_pcunder ul li:nth-of-type(2) {
  width: 20%;
}
#g-navi_pcunder ul li:nth-of-type(3) {
  width: 11%;
}
#g-navi_pcunder ul li:nth-of-type(4) {
  width: 8%;
}
#g-navi_pcunder ul li a {
  color: #222;
  font-weight: bold;
  display: block;
  text-align: center;
}
#g-navi_pcunder ul li a:hover {
  text-decoration: underline;
}
#g-navi_sp {
  display: none;
}

/*----footer----*/
#footer {
  clear: both;
}
#footerwrap {
  padding: 40px 0;
  background: rgba(64, 64, 64, 0.8);
}
#footerwrap h3 {
  width: 960px;
  margin: 0 auto;
  color: #fff;
}
#footer div.wrap {
  display: -webkit-flex;
  display: flex;
  width: 960px;
  height: auto;
  margin: 0 auto;
}
#f-navi {
  width: 70%;
  margin-top: 25px;
}
#f-navi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#f-navi li {
  font-size: 0.8rem;
  line-height: 1.5em;
  width: 33%;
  margin-bottom: 15px;
}
#f-navi a {
  color: #fff;
  padding-left: 10px;
  text-decoration: none;
}
#f-navi a:hover {
  text-decoration: underline;
}
.footer_logo {
  width: 30%;
  margin-top: 25px;
}
.footer_logo img {
  width: 100%;
}
.copyright {
  font-size: 0.8rem;
  line-height: 1em;
  margin: 0;
  padding: 15px 0;
  background: #e6a4ff;
  color: #eee;
  text-align: center;
}
/*----content----*/
#contents div.wrap {
  color: #000;
  width: 940px;
  margin: 0 auto;
  padding: 10px;
}
/*--main--*/
#main {
  width: 740px;
  float: left;
  margin-bottom: 20px;
}
#main h2 img {
  width: 100%;
  vertical-align: bottom;
}
#main div.btn-detail img {
  width: 200px;
  vertical-align: bottom;
}
.castlist {
  width: 25%;
  float: left;
}
.castlist p.thum img {
  width: 98%;
}
/*----sidebar----*/
#sidebar {
  width: 180px;
  float: right;
}
#pickup {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}
#pickupList {
  display: flex;
  flex-wrap: wrap;
}
#pickup .castlist:nth-of-type(n+2) {
  display: none;
}
#sidebar h2 img {
  width: 100%;
  vertical-align: bottom;
}
#sidebar .castlist {
  width: 100%;
}
.castlist a {
  display: block;
  margin: 0px;
  margin-top: 5px;
}
.castlist div.states {
  position: relative;
  height: auto;
}
.castlist p.thum img {
  width: 98%;
}
.castlist div.spec {
  position: relative;
  bottom: 9px;
  width: 98%;
  background-color: #523371;
  text-align: center;
  opacity: 1;
  padding-top: 3px;
  padding-bottom: 3px;
}
.spec {
  opacity: 0;
}
.castlist p.name {
  font-weight: bold;
  line-height: 1.5em;
  color: #f8b;
}
.castlist p.threesize {
  line-height: 1.5em;
  color: #f8b;
}
.castlist p.name span.age {
  font-size: 0.8rem;
  line-height: 1.5em;
}
.castlist time {
  font-weight: bold;
  line-height: 1.5em;
  color: #eee;
}
#sidebar p.banner {
  margin-top: 10px;
  clear: both;
}
#sidebar p.review {
  margin-top: 10px;
}
#sidebar p.review img {
  width: 100%;
}
#sidebar p.banner img {
  width: 100%;
  vertical-align: bottom;
}
p.banner span {
  color: #eee;
  font-size: 10px;
}
.rec_banner {
  width: 70%;
  margin :0 auto;
  text-align: center;
}
.rec_banner:last-of-type {
  margin-bottom: 3em;
}
.rec_banner a {
  color: #eee;
}
.rec_banner img {
  width: 96%;
}
.send {
  width: 640px;
  float: left;
}
.pc_img {
  display: block;
}
.sp_img {
  display: none;
}
.sidebar_pc_img {
  display: block;
}
.sidebar_sp_img {
  display: none;
}

/*バニラウィジェット(PC)*/
#vanilla_W{
  display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1em;
    background: rgb(167 111 247 / 30%);
    clear: both;
}



@media screen and (min-width: 771px) {
  .ham,
  .navToggle {
    display: none;
  }
  .pagetop {
    display: none !important;
  }
}
@media screen and (max-width: 770px) {
  #header,
  h1 span,
  #header div.wrap,
  #g-navi ul,
  #footer div.wrap,
  #shopinfo p.logo img,
  #shopinfo p.tel img,
  #shopinfo {
    width: 100%;
  }
  #footer div.wrap {
    height: auto;
  }
  #header img {
    width: 100%;
  }
  #header div.wrap div.link,
  #header div.wrap p.under {
    display: none;
  }
  #header .sp_img {
    text-align: center;
  }
  #header .sp_img img {
    width: 90%;
  }
  #g-navi_pcunder ul {
    width: 100%;
  }
  #g-navi_pcunder ul li:nth-of-type(1) {
    width: 10%;
  }
  #g-navi_pcunder ul li:nth-of-type(2) {
    width: 25%;
  }
  #g-navi_pcunder ul li:nth-of-type(3) {
    width: 18%;
  }
  #footer {
    padding: 15px 0;
  }
  #footerwrap h3 {
    width: 100%;
  }
  #f-navi {
    width: 100%;
    float: none;
    margin: 0;
  }
  #shopinfo p.logo img,
  #shopinfo p.tel img {
    width: 70%;
  }
  #f-navi address {
    font-size: 0.6rem;
    line-height: 1em;
    color: #fff;
    padding-top: 16px;
    text-align: center;
  }
  #main {
    margin-top: 1em;
  }
  #main,
  #sidebar {
    width: 100%;
    float: none;
  }
  #contents div.wrap {
    width: 100%;
    padding: 0;
  }
  .castlist {
    width: 33%;
  }
  .castlist div.spec {
    position: relative;
    bottom: 9px;
    width: 98%;
    font-size: 14px;
    line-height: 1.2em;
    background-color: #523371;
    text-align: center;
    opacity: 1;
  }
  .castlist div.states {
    height: auto;
  }
  #pickup .castlist div.states {
    height: auto;
  }
  #sidebar {
    display: none;
  }
  /*ハンバーガーメニュー*/
  nav.ham {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    /*background: #fff*/
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
  }

  nav.ham ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  nav.ham ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 33%;
  }

  /* 最後はラインを描かない */
  nav.ham ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.ham ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.ham.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 13px;
    bottom: 40px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
    background: #666;
    text-align: center;
  }

  .navToggle span {
    display: block;
    position: absolute; /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }

  .navToggle span:nth-child(1) {
    top: 9px;
  }

  .navToggle span:nth-child(2) {
    top: 18px;
  }

  .navToggle span:nth-child(3) {
    top: 27px;
  }

  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目のspanを消す */
  .navToggle.active span:nth-child(2) {
    display: none;
  }
  /* 3番目のspanを45度に */
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 90px;
    height: 90px;
    color: #ffd700;
    border: 1px solid #ffd700;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .sidebar_pc_img {
    display: none;
  }
  .sidebar_sp_img {
    display: block;
  }




}
@media screen and (min-width: 641px) {
  #sp_footer {
    display: none;
  }

#vanilla_W_sp{
  display: none;
}

}
@media screen and (max-width: 640px) {

  .bg_img::before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../img/sp_bg_pattern.png) center no-repeat;
    background-size:cover;
  }

  #header div.wrap p.logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #header div.wrap p.logo a img {
    margin-top: 0.5em;
  }
  #g-navi {
    display: none;
  }
  .castlist div.states {
    height: auto;
  }
  #pickup .castlist div.states {
    height: auto;
  }
  /*accordion menu*/
  #g-navi_sp {
    display: block;
    margin-top: 10px;
  }
  .toggle {
    position: relative;
    height: 50px;
  }
  .toggle span {
    display: block;
    width: 30px;
    border-bottom: solid 3px #666;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
    position: absolute;
    color: #666;
  }

  .toggle span:nth-child(1) {
    top: 9px;
  }

  .toggle span:nth-child(2) {
    top: 20px;
  }

  .toggle span:nth-child(3) {
    top: 32px;
  }

  .toggle span:nth-child(4) {
    border: none;
    font-size: 1.1em;
    font-weight: bold;
    left: 44px;
    line-height: 50px;
  }
  /* 最初のspanをマイナス45度に */
  .toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目のspanを消す */
  .toggle.active span:nth-child(2) {
    display: none;
  }
  /* 3番目のspanを45度に */
  .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #g-navi_pcunder {
    display: none;
  }
  #g-navi_sp ul.inner {
    position: relative;
    left: 10px;
    z-index: 100;
    width: 80%;
    background: rgba(0, 0, 0, 0.8);
  }
  #g-navi_sp ul.inner li {
    border-top: 1px solid #ddd;
    text-align: left;
    width: 100%;
  }
  #g-navi_sp ul.inner li a {
    display: block;
    color: #fff;
    padding: 7px;
  }
  .child {
    display: none;
  }
  .g-navi_under {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #e6a4ff;
  }
  .g-navi_under li {
    width: 33%;
  }
  .g-navi_under li:nth-of-type(1),
  .g-navi_under li:nth-of-type(2) {
    border-right: 1px solid #fff;
  }
  .g-navi_under li a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  /*--------------*/
  #footerwrap,
  .copyright {
    display: none;
  }
  #sp_footer {
    margin-top: 4em;
  }
  #sp_footer ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    border-top: 1px solid #666;
    position: fixed;
    bottom: 0;
  }
  #sp_footer ul li {
    display: table-cell;
    list-style: none;
    position: relative;
    vertical-align: middle;
    text-align: center;
    background-color: #e6a4ff;
  }
  #sp_footer ul li:nth-of-type(1) {
    border-right: 1px solid #000;
  }
  #sp_footer ul li a {
    display: block;
    min-height: 1.3em;
    padding-top: 0.8em;
    padding-bottom: 0.3em;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    font-size: 12px;
  }
  .castlist p.name {
    font-size: 0.9em;
    white-space: nowrap;
  }
  .castlist time {
    font-size: 0.8em;
  }
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    color: #ffd700;
    border: 1px solid #ffd700;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  #pickup {
    background-color: rgb(167 111 247 / 30%);;
  }
  #pickup .castlist:nth-of-type(n+2) {
    display: block;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  #header .hour img {
    width: 60%;
  }

  #vanilla_W{
    display: none !important;
  }
}

.girls_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.castlist_dammy {
  width: 25%;
  display: block;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

@media screen and (max-width: 640px) {
  .castlist_dammy {
    width: 33%;
    display: block;
  }
}