<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* バージョン1.1.0 */

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 750px;
  /*width: 750px;*/
  margin: auto;
}
.container{
    max-width: 800px;
  margin: auto;
 
}
@media screen and (min-width: 750px){
    .container{
        /*max-width: 800px;*/
      margin: auto;
          /*background: url(../img/back1.png);*/
              /*padding: 0 25px;*/
              /*border-left: 25px solid #fff;*/
              /* border-right: 25px solid #fff;*/
              background: #ffffff57;
              /*background-size: contain;*/
    }
}
.news_body span,
.news_body strong,
.news_body em {
  font-size: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  /*transition: all 0.4s ease;*/
}

a img {
  /*transition: all 0.4s ease;*/
}

a:hover img {
  /*opacity: 0.5;*/
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* font */
#content h2 {
  font-size: 12px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
#concept h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.nav_head li a span,
#content h2 span,
.today_schedule_box .beginner,
main h2 span,
#pagetop a,
.today_schedule_box .beginner,
.tetris_menu {
  font-family: "Libre Baskerville", serif;
}
/* hedear_fixed */
#js_nav_fixed{
    box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.6);
}
#js_nav_fixed.m_fixed{
  left: 0;
  position: fixed;
  top: 0;
}
.reservation_system,
.f_reservation_system,
.f_time span,
.foot_menu li,
.ban,
.today_schedule_box .size,
.news_body p,
.top_pickup .profile .size,
.today_schedule_box .size,
#list_flow,
#contents_magazine2 form,
#contents_magazine3 form,
.magazine_text,
#reserve dl dt,
#reserve dl dd,
#hotel_inner table th,
#hotel_inner table td,
.size,
#prof_bottom,
.reserve_bottom_txt p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.nav_head li a .gsic {
  font-size: 10px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
/*---------------------------------
 header
-----------------------------------*/
header {
  /*padding: 0px 0 20px;*/
  margin: 0 auto;
  position: relative;
  z-index: 8888;
 
}
#mainvisual {
    /*background: black;*/
    position: absolute;
    top: 0;
        left: calc((100% - 750px)/2);
    right: 0;
    bottom: 0;
        height: 50vh;
    width: 100%;
        max-width: 1300px;
        z-index: 999;
}
#mainvisualback{
    display: none;
}
/*@media screen and (max-width: 750px){*/
    #mainvisual {
    /*background: black;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: inherit;
    height: auto;
    width: 100%;
    overflow: hidden;
}
#mainvisualback{
     position: absolute;
    top: -3px;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 30;
    max-width: calc(100% + 20px );
    height: auto;
    display: block;
    /*width: 100%;*/
}
@media screen and (max-width: 750px){
    #mainvisualback{
     position: absolute;
    top: -19px;
    left: -14px;
    bottom: 0;
    right: 0;
    z-index: 30;
    max-width: calc(100% + 20px );
    height: auto;
    display: block;
    /*width: 100%;*/
}
}
/*}*/

body.is-fixed #mainvisual{
    display: none!important;
}
h1 {
  font-size: 12px;
  text-align: center;
}
header #logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 1300px;
}
header #logo img{
    width: 100%;
}
#header_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  justify-content: center;
  align-items: center;
}
#header_info p {
  vertical-align: middle;
  line-height: 1.5em;
}
#header_info span {
  vertical-align: middle;
}
#header_info .info_bg {
  padding: 0 10px;
  margin: 0 10px 0 30px;
  font-size: initial;
  border-radius: 2px;
  color: transparent;
}
#header_info .tel {
  font-size: 22px;
}
#header_info .info_title {
  font-size: 16px;
  margin: 0 3px 0 0;
}
#header_info .time {
  font-size: 20px;
  padding: 0;
  clear: both;
}
#header_info .time .reception {
  font-size: 16px;
}

/* nav_head */
header nav {
  width: 100%;
  margin: 0;
  z-index: 999;
}
.nav_head {
  background: url(../img/bg_hmenu.jpg);
  height: 66px;
  text-align: center;
  padding: 14px 0 0;
}
.nav_head li {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 0 50px;
  letter-spacing: 0.08em;
}
.nav_head li:last-child {
  border: none;
}
.nav_head li a {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.nav_head li a span {
  font-size: 14px;
  line-height: 1.6;
  font-weight: lighter;
}
.nav_head li a::after {
  position: absolute;
  content: "";
  bottom: 16px;
  left: 0;
  width: 0;
  height: 1px;
  background: transparent;
  transition: all 0.5s ease 0s;
}
.nav_head li a:hover {
  cursor: pointer;
}
.nav_head li a:hover::after {
  width: 100%;
}
/*---------------------------------
 wrap
-----------------------------------*/
#wrap {
  padding: 0px 0 160px;
}
.today_schedule_box,.girls_box{
    background: url(../img/peoplekuang.png);
    background-size: 100% 100%;
}
.today_schedule_box,.girls_box{
    padding: 29px;
}
#topnews .topnews_kuang{
    /*background: url(../img/newskuang.png);*/
    /*background-size: 100% 100%;*/
    background: #fff;
    color: #146bc5;
    overflow: auto;
        padding: 45px 65px;
}

/*---------------------------------
 bread-crumb-list
-----------------------------------*/
#bread-crumb-list {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  display: none;
}
#bread-crumb-list li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
#bread-crumb-list li a span {
  font-size: 14px;
  color: #fff;
}

/*---------------------------------
 content
-----------------------------------*/
#content {
        position: relative;
  margin: 0px auto 0;
  padding-top: 20px;
}
/*#content:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background-image: url(../img/footer_border.jpg);*/
/*    background-size: contain;*/
/*    top: 0;*/
/*}*/
/*---------------------------------
 main
-----------------------------------*/
main h2 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
  margin: 0 0 20px;
}
main .title {
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 14px;
  background: transparent;
  display: inline-block;
}
main h2 span {
  font-size: 30px;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
main &gt; div &gt; div {
  padding: 24px 20px 20px;
}
main h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 0 16px;
  letter-spacing: 0.05em;
  color: #906a00;
}

/*以下で線を表示*/
main h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 1px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  border-radius: 0px; /*線の丸み*/
}
main h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 62px;
  left: 50%;
  right: 50%;
  margin-left: -10px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  border-width: 24px 0 24px 24px;
  transform: rotate(90deg);
  display:none;
}
main h3 br,
main h3 span {
  display: none;
}
.link {
  text-align: center;
}
.link a {
  width: 445px;
  height: 85px;
  line-height: 85px;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 1s ease;
}
.link a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: transparent;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.link a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.link a svg {
  margin-left: 10px;
}

/* beginner */
.beginner {
  width: 38px;
  height: 38px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 0px;
  font-size: 12px;
  position: absolute;
  left: 8px;
  bottom: 8px;
}

/* girls_box */
.girls_box .image,
.today_schedule_box .image,
.newface_img .image,
.girl_box .image,
.top_pickup .pick_photo {
  overflow: hidden;
}
.girls_box a:hover img,
.today_schedule_box a:hover img,
.newface_img a:hover img,
.girl_box a:hover img,
.top_pickup a:hover img {
  transform: scale(1.1);
  transition-duration: 0.4s;
  opacity: 1;
}
.girls_box a,
.today_schedule_box a,
.newface_img a,
.girl_box a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
.girls_box a::before,
.girls_box a::after,
.today_schedule_box a::before,
.today_schedule_box a::after,
.newface_img a::before,
.newface_img a::after,
.girl_box a::before,
.girl_box a::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.girls_box a::before,
.today_schedule_box a::before,
.newface_img a::before,
.girl_box a::before {
  top: 0;
  left: -2px;
}
.girls_box a::after,
.today_schedule_box a::after,
.newface_img a::after,
.girl_box a::after {
  bottom: -2px;
  right: -2px;
}
.girls_box a:hover::before,
.girls_box a:hover::after,
.today_schedule_box a:hover::before,
.today_schedule_box a:hover::after,
.newface_img a:hover::before,
.newface_img a:hover::after,
.girl_box a:hover::before,
.girl_box a:hover::after {
  width: 100%;
  height: 100%;
}
.girls_box a:hover::before,
.today_schedule_box a:hover::before,
.newface_img a:hover::before,
.girl_box a:hover::before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right: none;
  border-top: none;
  transition: height 0.3s, width 0.3s 0.3s;
}
.girls_box a:hover::after,
.today_schedule_box a:hover::after,
.newface_img a:hover::after,
.girl_box a:hover::after {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left: none;
  border-bottom: none;
  transition: height 0.3s, width 0.3s 0.3s;
}

/*---------------------------------
 middle_menu
-----------------------------------*/
.middle_menu {
  margin: 0 auto 98px;
}
.middle_menu ul {
  margin: 0 auto;
  max-width: 1007px;
  min-width: 960px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.middle_menu li {
  width: 250px;
  border-right: 1px solid;
  border-right-color: transparent;
}
.middle_menu li:first-child {
  width: 251px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-right: 1px solid;
  border-left: 1px solid;
}
.middle_menu li img {
  max-width: 100% !important;
}
.middle_menu li a {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 0;
  position: relative;
}

/*---------------------------------
 pagetop
-----------------------------------*/
#pagetop {
  position: fixed;
  right: calc((100% - 750px)/2 + 20px);
  bottom: 40px;
  z-index: 10000;
  width: 54px;
  height: 54px;
}
#pagetop a {
  width: 100%;
  height: 54px;
  font-size: 36px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#pagetop a span {
  transform: rotateY(596deg);
  padding-bottom: 3px;
}

/*---------------------------------
 footer
-----------------------------------*/
footer {
  padding: 0;
  position: relative;
  background: none;
  background-size: 5px 5px;
  position: relative;
  z-index: 99;
}
/*footer:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 3px;*/
/*  background-image: url(../img/footer_border.jpg);*/
/*  background-size: contain;*/
/*  top: 0;*/
/*}*/
#f_logo {
  width: 250px;
  margin: 0 auto 40px;
  padding-top: 26px;
}
#footer_info {
  text-align: center;
  font-size: 20px;
  margin: -40px 0 35px;
  color: #e35965 !important;
}
#footer_info .info_title {
  font-size: 12px;
  margin: 0 5px 0;
   color: #e35965 !important;
}
.f_time {
  margin: -10px 0 5px;
}
.f_time span {
  font-size: 12px;
  margin: 0 0 0 5px;
  letter-spacing: 0.06em;
   color: #e35965 !important;
}
.f_reservation_system {
  width: 110px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.txt_foot {
  border-bottom: 1px solid transparent;
  padding: 0 75px;
  margin: 0 auto 60px;
}
.txt_foot p {
  font-size: 14px;
}
/* foot_menu */
.foot_menu {
  text-align: center;
  margin-bottom: 30px;
}
.foot_menu li {
  display: inline-block;
  margin: 0;
  height: 12px;
  padding: 10px 0 0;
  border-right: 1px solid transparent;
  letter-spacing: 0.08em;
}
.foot_menu li:last-child {
  border-right: none;
}
.foot_menu a {
  font-size: 12px;
  height: 12px;
  margin: -10px 0 0;
  padding: 0 18px 0 12px;
  line-height: 1;
  display: block;
}
.foot_menu li:first-child a {
  padding-left: 0;
}
.foot_menu li:last-child a {
  padding-right: 0;
}

.sns_menu {
  width: 215px;
  margin: 0px auto 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.sns_menu p a {
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sns_menu img {
  width: 40px;
}

/* ban */
.ban {
  text-align: center;
  font-size: 12px;
  margin: 0 0 5px;
  letter-spacing: 0.08em;
  color: #e35965 !important;
}

/* copyright */
#copyright {
  text-align: center;
  padding: 0;
}
#copyright small,
#copyright small a {
  font-size: 12px;
}
#copyright small a:hover {
  color: inherit;
}

nav .upperline,
nav .underline {
  width: 100%;
  height: 1px;
  position: relative;
}
nav .upperline:before,
nav .underline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
}
nav .upperline:after,
nav .underline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
}
#js_drop_nav {
  position: fixed;
}
.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
}
main h2 {
  margin: 72px 0 20px;
}
.foot_menu li a:hover {
    opacity: 0.7;
  }
/*はみ出し防止*/
.profile .name,
.top_pickup .profile .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1860px) {
  .middle_menu ul {
    width: 96%;
  }
  .middle_menu li {
    width: 25%;
  }
}
@media screen and (max-width: 1420px) {
  #bread-crumb-list {
    width: 96%;
  }
}
@media screen and (max-width: 1380px) {
  .nav_head {
    min-width: 100%;
    text-align: center;
    background: none;
    height: auto;
    padding: 14px 0 14px;
  }

  /* middle_menu */
  .middle_menu li,
  .middle_menu li a {
    height: 160px;
  }
  .middle_menu li .icon {
    width: 100px;
    height: 100px;
    padding: 6%;
  }
  .middle_menu li .link span {
    font-size: 22px;
  }
  .middle_menu li .arrow {
    line-height: 160px;
  }
}

/*@media screen and (max-width: 1200px) {*/
/*  .beginner {*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    line-height: 35px;*/
/*    font-size: 10px;*/
/*  }*/
  /* middle_menu */
/*  .middle_menu li,*/
/*  .middle_menu li a {*/
/*    height: 120px;*/
/*  }*/
/*  .middle_menu li .icon {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    padding: 8%;*/
/*  }*/
/*  .middle_menu li .arrow {*/
/*    line-height: 120px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 890px) {*/
/*  #header_info {*/
/*    margin: 0px auto 0;*/
/*  }*/
/*}*/
/*---------メニュー--------------------------------------------------*/
#contents_nav {
  position: relative;
  background: none;
  background-size: 5px 5px;
}
#contents_nav:before,
#contents_nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.header_inner h1 {
  background-color: transparent;
  padding-top: 1rem;
}
header .logo a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 20%;
  padding: 1% 0px;
}
/*body.is-fixed #contents_nav .logo {*/
/*  z-index: 8887;*/
/*  -webkit-backface-visibility: hidden;*/
/*  backface-visibility: hidden;*/
/*  overflow: hidden;*/
/*  background: transparent;*/
/*  position: fixed;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  z-index: 9998;*/
/*  border: none;*/
/*}*/
/*body.is-fixed #contents_nav .logo:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*}*/
/*body.is-fixed #contents_nav .logo a {*/
/*  width: 15%;*/
/*  padding: 1% 0;*/
/*}*/
/*--ボタン--*/
#h_menu_btn {
  position: fixed;
  top: 6vw;
  left: calc((100% -750px)/2 - 345px);
  width: 40px;
  height: 40px;
  z-index: 9999;
  border: solid 1px transparent;
}
#h_menu_btn span {
  display: block;
  width: 80%;
  height: 2px;
  border-radius: 5px;
  background: transparent;
  z-index: 9999;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translate(-50%, 0%) rotate(0deg);
  -ms-transform: translate(-50%, 0%) rotate(0deg);
  transform: translate(-50%, 0%) rotate(0deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#h_menu_btn span:first-child {
  top: 10px;
}
#h_menu_btn span:nth-child(2) {
  bottom: 19px;
}
#h_menu_btn span:last-child {
  bottom: 11px;
}
#h_menu_btn.active {
  border: none;
  top: 20px;
}
#h_menu_btn.active span:first-child {
  top: 20px;
  transform: rotate(-45deg);
}
#h_menu_btn.active span:first-child {
  left: 4px;
}
#h_menu_btn.active span:nth-child(2) {
  display: none;
}
#h_menu_btn.active span:last-child {
  bottom: 18px;
  left: 4px;
  transform: rotate(45deg);
}
body.is-fixed #h_menu_btn {
  top: 2vw;
}
/* menu */
#h_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: transparent;
  overflow-x: scroll;
  z-index: 9998;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background: url(../img/bg.png) repeat #000 top center / contain;
}
#h_menu_list {
  /*overflow-x: scroll;*/
  padding: 3vw 18vw;
}
#h_menu_list li {
  position: relative;
  top: -5px;
  left: -5px;
  opacity: 0;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#h_menu_list li a {
  display: block;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.2rem;
    line-height: 1;
}
#h_menu_list li a span:last-of-type {
  font-size: 0.8rem;
}
#h_menu.active {
  height: 100%;
}
#h_menu.active #h_menu_list li {
  opacity: 1;
  top: 0;
  left: 0;
    text-align: center;
}
#h_menu.active #h_menu_list li:nth-child(n + 1):nth-child(-n + 12) {
  transition-delay: 0.1s;
}

/* スケジュールlist */
.c-profile {
    bottom: 0;
    text-align: left;
    width: 100%;
    padding: 10px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    background: transparent;
    position: initial;
}
/* twitter設置 */
.girls_box .image {
    position: relative;
}
.today_schedule_box .image{
    position: relative;
}
.twitter-icon{
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 40px;
}
.today_schedule_box .twitter-icon a{
    padding: 0;
}
.top_pickup{
    position: relative;
}
.top_pickup .twitter-icon{
bottom: 125px;
    right: 45px;
}

/* プロフィールtwitter設置 */
#profile_img_big{
    position: relative;
}
.twitter_bnr{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
}
.twitter_box{
    text-align: center;
}

/* ルーム */
.filterBtn {
    display: flex;
    justify-content: center;
}

.filterBtn button {
    padding: 5px 10px;
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    border: solid 1px transparent;
    min-width: 86px;
}

.filterBtn button:hover {
    cursor: pointer;
}

.filterBtn .active.mixitup-control-active,
.filterBtn .ctgBtn1.mixitup-control-active,
.filterBtn .ctgBtn3.mixitup-control-active,
.filterBtn .ctgBtn3.mixitup-control-active {
    border: none;
}

.shop {
    width: 100%;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    min-height: 26px;
}

/* profルーム */
.prof_table .p_check {
    min-height: 75px;
}

#profile .shop {
    display: block;
    font-size: 12px;
    min-height: auto;
    width: 100%;
}

/* ルーム切り替え用 */
.is_hidden{
display:none!important;
}

/* schedule-tabs */
.schedule-tabs {
    margin: 0 auto;
    margin-top: 100px;
}
.tab-content {
    animation: fadeIn 0.6s linear 0s 1;
    -webkit-animation: fadeIn 0.6s linear 0s 1;
}
.shop-list {
    width: 100%;
}
.list-tab {
    width: 60%;
    margin: 40px auto 0;
    display: flex;
}
.list-tab .tab {
    width: 50%;
    text-align: center;
    font-size: 16px;
}
.list-tab .tab a {
    padding: 10px;
    width: 100%;
    display: block;
}

.today_schedule_box .shop {
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-size: 14px;
}
.tab-content-title{
    padding: 10px;
    text-align: center;
    max-width: 330px;
    margin: 60px auto 30px;
}
.tab-content-title::before{
    display: none;
}
/* 共通 */
#header_info .time span span{
    vertical-align: baseline;
}
/* top */
.big-banner{
text-align: center;
}
.big-banner a{
    display: block;
    margin-bottom: 50px;
}

.big-banner a:hover img{
    opacity: 1;
}
.big-banner{
}
  .tab-content #schedule_inner #waiting{
    width: 100%;
    text-align: center;
  }

/* profile */
.profile-movie__image video{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
#newslist {
  max-width: 1000px;
  min-width: 840px;
  margin: 0 auto;
}
#newslist h2 span {
  color: #DA8E00;
  background: -webkit-linear-gradient(0deg, #90752e, #b69d5b, #c7ad6a, #c7ad6a, #c7ad6a, #b69d5b, #90752e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: lowercase;
  display: inline-block;
  /*transform: rotate(-10deg);*/
  text-transform: lowercase;
  font-size: 60px;
  letter-spacing: -0.01em;
  padding: 4px 8px 3px 3px;
  font-family: 'Alex Brush', cursive;
}
#newslist_inner article {
  border: 0px solid #2ed9ea;
  background: #ffffff85;
  /*padding: 30px;*/
  margin: 0 0 100px;
  position: relative;
  padding: 60px 51px;
  min-height: 400px;
}
.pagenews article {
  
  position: relative;
}
/*.pagenews article::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url(../img/new3skuang.png);*/
/*    background-size: 100% 100%;*/
/*    overflow: auto;*/
/*        width: 100%;*/
/*    height: 153px;*/
/*        left: 0;*/
/*        top: 0;*/
/*}*/
/*.pagenews article::after{*/
/*       content: "";*/
/*    position: absolute;*/
/*    background: url(../img/new3skuang.png);*/
/*    background-size: 100% 100%;*/
/*    overflow: auto;*/
/*    width: 100%;*/
/*    height: 153px;*/
/*    transform: rotate(180deg);*/
/*    bottom: -28px;*/
/*    left: 0px;*/
/*}*/
#content #cast {
  max-width: 1000px;
  min-width: 840px;
  width: 1000px;
  margin: 0 auto;
}
#content #cast .girls_box {
    width: 23%;
    margin: 0 2% 40px 0;
}
/*#content #cast .girls_box .image {*/
/*  border: 3px solid #2ed9ea;*/
/*}*/
#content #cast .girls_box .name {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#content #cast .girls_box .profile {
  /*background-color: transparent;*/
  padding: 20px 5px;
  border-bottom: 1px solid transparent;
  text-align: center;
}
#girls_inner {
  margin: 44px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
}

/*出勤情报*/
#day_btns {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 44px;
}
#day_btns li {
  display: inline-block;
  margin: 0 12px;
}
.btn_on {
  border-bottom: 1px solid #00869b;
}
#schedule_inner {
  max-width: 1000px;
  min-width: 840px;
  margin: 30px auto;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.campaign_title span{
  padding-left: 10px;
  border-left: 4px solid #2ed9ea
}
#ranking {
  max-width: 1920px;
  min-width: 920px;
  margin: 0 auto;
}
.ranking_frame {
  max-width: 100%;
  margin: 0 0 40px;
  background: url(../img/th_pc_rank_01.png) no-repeat top center / cover;
  padding: 15px 0;
  position: relative;
}
.ranking_frame:before {
  background: #C3AC7A;
  background: -moz-linear-gradient(left, #c3ac7a 0%, #EBD7AD 26%, #C3AC7A 54%, #EBD7AD 76%, #C3AC7A 100%);
  background: -webkit-gradient(linear, left center, right center, from(#c3ac7a), color-stop(26%, #EBD7AD), color-stop(54%, #C3AC7A), color-stop(76%, #EBD7AD), to(#C3AC7A));
  background: -webkit-linear-gradient(left, #c3ac7a 0%, #EBD7AD 26%, #C3AC7A 54%, #EBD7AD 76%, #C3AC7A 100%);
  background: -o-linear-gradient(left, #c3ac7a 0%, #EBD7AD 26%, #C3AC7A 54%, #EBD7AD 76%, #C3AC7A 100%);
  background: -ms-linear-gradient(left, #c3ac7a 0%, #EBD7AD 26%, #C3AC7A 54%, #EBD7AD 76%, #C3AC7A 100%);
  background: linear-gradient(to right, #c3ac7a 0%, #EBD7AD 26%, #C3AC7A 54%, #EBD7AD 76%, #C3AC7A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#c3ac7a, endColorstr=#C3AC7A,GradientType=1 );
}
.ranking_frame:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
}
#ranking #ranking_area {
  max-width: 1000px;
  min-width: 840px;
  position: relative;
}
.ranking_box .titlebar {
  text-align: center;
  margin: 0 auto;
  width: 328px;
  height: 53px;
  padding: 11px 0;
  background: url(../img/th_pc_rank_07.png)no-repeat;
  color: #fff;
}
.ranking_box .titlebar:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  display: none;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
}
.ranking_box_inner {
  min-width: 840px;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1180px;
  padding: 85px 0px 85px;
}
.ranking_box_inner .girl_box {
  width: calc(100%/5 - 2.4%);
  margin: 0 3% 0 0;
  position: relative;
  text-align: center;
}
#r_1 .image {
  border: 3px solid #916615;
}
#r_2 .image {
  border: 3px solid #888888;
}
.girl_box .image {
  position: relative;
}
#r_1 .r_place {
  background: url(../img/th_pc_rank_02.png)no-repeat;
}
#r_2 .r_place {
  background: url(../img/th_pc_rank_03.png)no-repeat;
}
.r_place {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/ranking_1st.png)no-repeat 50%;
  position: absolute;
  top: -48px;
  left: 50%;
  width: 100px;
  height: 44px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.ranking_box_inner p.name {
  font-size: 16px;
  font-weight: bold;
}
.ranking_box_inner p {
  text-align: center;
  font-size: 12px;
}
#newslist_inner table {
  width: 100%;
  display: block;
  padding: 0px 86px 50px;
  background-color: #fff;
}
#newslist_inner table tbody {
  display: block;
}
#newslist_inner table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #2ed9ea;
}
#newslist_inner table td {
  font-size: 18px;
  padding: 24px 0 5px 92px;
}
#newslist_inner table th {
  font-size: 18px;
  width: 232px;
  padding: 24px 0 5px 50px;
}
#newslist_inner table th, #newslist_inner table td {
  vertical-align: middle;
  text-align: left;
}
.contact_lineBtn iframe {
  height: 112px;
}
</pre></body></html>