@charset "utf-8";
/* CSS Document */
body {
  line-height: 1;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  letter-spacing: 0.05em;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #000;
  transition-duration: 1s;
  cursor: pointer
}
a:hover {
  text-decoration: none;
  opacity: 0.2 !important;
}
header {
  background-color: #fff;
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
.top_imagebanner {
  width: 100%;
  margin: auto;
  max-width: 1920px;
}
header .header {
  width: 98%;
  max-width: 1110px;
  margin: auto;
  position: relative;
  display: flex;
}
        header .header {
          width: 88%;
          max-width: 1600px;
          margin: auto;
          position: relative;
          display: flex;
          justify-content: space-between;
        }


header .header .address {
  margin: 20px 120px 0 40px;
  line-height: 1.5;
}
header .header .address .tel {
  font-size: 16px;
}
header .header .address .tel span {
  font-size: 12px;
}
header .header .address .time {
  font-size: 11px;
}
header .header .top_icon {
  position: absolute;
  top: 0px;
  right: 50px;
}
header .header .top_icon {
  position: absolute;
  right: 20rem;
}
img {
  line-height: 1;
  vertical-align: bottom;
}
h1 {
  font-size: 12px;
  font-weight: 100;
}
h1 p {
  padding: 5px 0 10px;
}
main > section{
  margin-top: 75px;
}
#contact{
  margin-top: 75px;
}

.pc_none,.disabled {
  display: none;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
/*ハンバーガーメニュー*/
/*/ハンバーガーメニュー*/
#t_link .t_link_box {
  display: flow-root;
  width: 90%;
  max-width: 1140px;
  margin: 85px auto 60px;
}
#t_link .t_link_box a {
  float: left;
  margin-right: 2.5%;
  width: 47.5%;
}
#t_link .t_link_box a img {
  width: 100%;
  height: auto;
}
#t_link .t_link_box a:last-child {
  margin-left: 2.5%;
  margin-right: 0px;
}
.t_title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 45px;
  position: relative;
  width: 98%;
  max-width: 1140px;
}
.t_title img {
  margin-bottom: 10px;
}
.t_title .tolist_btn {
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  position: absolute;
  font-size: 16px;
  width: 95px;
  text-align: center;
  bottom: 0px;
  right: 1%;
  box-shadow: 2px 2px 0px #00000091;
}
.tyt01_01 {
  background: url(../images/tyt01_01.png) no-repeat scroll center bottom;
}
.tyt01_02 {
  background: url(../images/tyt01_02.png) no-repeat scroll center top;
}
.tyt02_01 {
  background: url(../images/tyt02_01.png) no-repeat scroll center bottom;
}
.tyt02_02 {
  background: url(../images/tyt02_02.png) no-repeat scroll center top;
}
.slick-dots {
  /*bottom: -9%!important;*/
}
.top_b01_bg {
  background: url(../images/top_b01_bg.jpg) repeat scroll center top;
}
.top_b01_bg .top_b02_bg {
  background: url(../images/top_b01_bg.png) no-repeat scroll center top;
  padding: 75px 0;
}
.t_shoplink .shop_box {
  display: flow-root;
  width: 98%;
  max-width: 1140px;
  margin: auto;
}
.t_shoplink .shop_box .one_box {
  display: flow-root;
  width: 32%;
  float: left;
  margin-bottom: 3%;
  margin-right: 2%;
}
.t_shoplink .shop_box .one_box:nth-child(3n) {
  margin-right: 0px;
}
.t_shoplink .b_title {
  width: 98%;
  max-width: 1140px;
  margin: 25px auto 30px;
  font-weight: 600;
  border-left: double 6px;
  padding: 6px 10px;
}
.t_shoplink .shop_box .one_box .img {
  margin-right: 1%;
  float: left;
  width: 41%;
}
.t_shoplink .shop_box .one_box .img img {
  height: auto;
  width: 100%;
}
.t_shoplink .shop_box .one_box .txt {
  float: left;
  width: 58%;
}
.t_shoplink .shop_box .one_box .txt .t {
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  height: 60px;
  display: grid;
  -webkit-align-items: center;
  line-height: 1.5;
}
.t_shoplink .shop_box .one_box .txt .b1 {
  font-size: 12px;
  display: flow-root;
}
.t_shoplink .shop_box .one_box .txt .b1 div {
  width: 47%;
  float: left;
  margin: 1%;
  text-align: left;
  color: #fff;
  position: relative;
  padding: 3% 2%;
}
.t_shoplink .shop_box .one_box .txt .b1 div span {
  position: absolute;
  top: 20%;
  right: 2%;
  transform: scaleY(1.5);
  /*font-size: 8px;*/
}
.t_shoplink .shop_box .one_box .txt .b1 .t1 {
  background: #373737;
}
.t_shoplink .shop_box .one_box .txt .b1 .t2 {
  background: #c6b793;
}
.t_shoplink .shop_box .one_box .txt .b1 .t3 {
  background: #8bc6ca;
}
/*t_ranking*/
#t_ranking {
  padding: 70px 0;
  margin-top: -1%;
}
#t_ranking .tab li.current {
  background: #ffffff;
}
#t_ranking .tab li {
  background: #c3c3c3;
}
#t_ranking .tab {
  border-bottom: 2px solid #fff;
}
/*好みの女の子を検索*/
.search {
  width: 98%;
  margin: 40px auto;
  font-size: 14px;
  border: 1px solid #c6c6c6;
  max-width: 1140px;
}
.search .girls_formBox {
  display: flow-root;
}
.search .girls_formBox div {
  float: left;
  text-align: center;
  padding: 0;
  min-height: 50px;
  height: auto;
  vertical-align: middle;
  /*margin-right: 1%;*/
}
.search .girls_formBox div.nmag {
  display: flow-root;
  margin-right: 0;
  width: 30%;
}
.search .girls_formBox div.type {
  margin: 0 1%;
}
.search .girls_formBox .ttl {
  display: grid;
  -webkit-align-items: center;
  border-right: 1px solid #c6c6c6;
  height: 50px;
  position: relative;
  width: 17%;
  margin-right: 1%;
}
.search .girls_formBox .name {
  display: flow-root;
  width: 60%;
  float: left;
}
.search .girls_formBox .t {
  float: left;
  display: block;
  display: grid;
  height: 50px;
  -webkit-align-items: center;
}
.search .girls_formBox .name input {
  /*border: 1px solid #c6c6c6;*/
  padding: 1%;
  float: left;
  margin: 11px 0;
  width: 70%;
  background-color: #ededed;
}
.search .girls_formBox div.age {
  float: left !important;
}
.search .girls_formBox .age select {
  border: 1px solid #c6c6c6;
  padding: 1%;
  float: left;
  margin: 11px 0;
  width: 70px;
}
.search .girls_formBox button {
  width: 137px;
  border-radius: 20px;
  box-shadow: 2px 2px 0px 2px rgba(0, 0, 000, .3);
  padding: 10px 0;
  color: #fff;
  margin: 5px 0;
}
/****/
/* 元々のチェックボックス（非表示） */
.search .girls_formBox .type input[type="checkbox"] {
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.search .girls_formBox .type input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin: 18px 0;
}
/* ラベルの左に表示させる正方形のボックス□ */
.search .girls_formBox .type input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #c7c7c7; /* 枠の色変更 お好きな色を */
  background-color: #FFF; /* 背景の色変更 お好きな色を */
}
/* チェックが入った時のレ点 */
.search .girls_formBox .type input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #585753; /* チェックの色変更 お好きな色を */
}
.search .girls_formBox .type input[type="checkbox"] + label:before {
  border-radius: 50%;
}
/****/
/**/
.girlbox {
  width: 95%;
  /* display: flow-root;*/
  margin: auto;
  padding-top: 35px;
  max-width: 1140px;
}
.girlbox .onebox {
  width: 19%;
  /*float: left;*/
  display: inline-block;
  text-align: center;
  height: auto;
  /*max-width: 204px;
  /*margin-right: 2%;
  margin-bottom: 3%;
  padding: 25px 0 0;*/
	padding: 0.5%;
	margin: 25px auto 5%;
  position: relative;
	vertical-align: top;
}
.girlbox .onebox .scheduleicon {
  position: absolute;
  top: 0;
  text-align: center;
  width: 95%;
  background: #3e3e3e;
  padding: 1% 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
	z-index: 10;
}
/*.girls_box .onebox:nth-child(5n) {
  margin-right: 0;
}*/
.girls_box .onebox .rkg {
  width: 88px;
  height: 28px;
  background: #fff;
  font-size: 14.4px;
  margin: 0 auto 10px;
  border-radius: 14px;
  padding: 4px 0;
  line-height: 1;
}
.girls_box .onebox .rkg span {
  font-size: 18px;
}
.girls_box .onebox .img {
  position: relative;
  width: 100%;
  margin: 0 auto 3%;
}
.girls_box .onebox .img img {
  width: 100%;
  height: auto;
}
.girls_box .onebox .name {
  font-size: 18px;
  line-height: 1;
  height: 40px;
  display: grid;
  -webkit-align-items: center;
}
.girls_box .onebox .size {
  font-size: 12px;
  margin-bottom: 20px;
}
.girls_box .onebox .shop {
  font-size: 14px;
  margin-bottom: 10px;
}
.girls_box .onebox .icon_box {
  width: 100%;
  display: flow-root;
  margin: 5% auto;
}
.girls_box .onebox .icon_box .i {
  width: 48%;
  float: left;
  margin: 1% 0;
  text-align: center;
  padding: 2% 0;
  color: #fff;
  font-size: 10px;
}
.girls_box .onebox .icon_box .i:nth-child(2n) {
  margin: 1% 0 1% 2%;
}
.girls_box .onebox .img .icon {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 25%;
  max-width: 47px;
}
.girls_box .onebox .img .e_shop {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
.girls_box .onebox .clock {
  font-size: 16px;
  color: #f4276f;
  line-height: 1;
}
/*タブで切り替え*/
.wrap {}
.box {
  width: 100%;
}
.tab {
  list-style: none;
}
ul.tab {
  widows: 98%;
  max-width: 1140px;
  margin: 0 auto;
  display: flow-root;
}
.tab li {
  float: left;
  margin-right: 4%;
  background: #efefef;
  width: 48%;
  padding: 1.5% 0;
  position: relative;
}
.tab li:nth-child(2n) {
  margin-right: 0%;
}
.tab li span {
  position: absolute;
  right: 3%;
  transform: scale(1.7, 0.5);
  padding: 1%;
}
.tab li.current {
  background: #e2d3b0;
}
.tab li a {
  display: block;
  border-bottom: none;
  color: #333;
  text-decoration: none;
  text-align: center;
}
.tab li.current a {
  /* color: #fff;*/
}
.tabContents {
  clear: both;
  display: none;
  /*padding: 10px;
	border: 1px solid #aaa;
	background: #edf4f7;*/
}
.tabContents.current {
  display: block;
}
#ranking .k_tyt01_02 {
  background: #e2d3b0 url(../images/k_tyt01_02.png) no-repeat scroll center top;
  /*color: aliceblue;*/
}
#ranking .girlbox {
  padding: 80px 0 100px;
}
/*/タブで切り替え*/
.box_area {
  width: 98%;
  max-width: 1140px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}
.choices2 {
  width: 48.2%;
  height: auto;
  line-height: 1;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  margin-right: 3.5%;
  padding: 1.5% 0;
  position: relative;
  transition-duration: 1s;
}
.choices2:hover {
  opacity: 0.5 !important;
}
.choices2.b {
  margin-right: 0;
}
.choices2 span {
  position: absolute;
  top: 40%;
  right: 5%;
  transform: scaleX(2);
}
.choices2 img {
  width: 80%;
  max-width: 260px;
  margin: auto;
}
/*ranking*/
.ranking_box {
  background-color: #c3c3c3;
}
/*切替*/
#top #slidebanner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  padding-bottom: 5%;
}
/*t_newface*/
#t_newface {
  background: #fff;
}
#t_newface .new_box {
  padding: 80px 0 50px;
  position: relative;
}
#t_newface .tab {
  border-bottom: 2px solid #eceadf;
}
#t_newface .tab li {
  background: #c3c3c3;
}
#t_newface .tab li.current {
  background: #eceadf;
}
/*t_schedule*/
#t_schedule .schedule .tyt02_01 {
  padding: 70px 0 60px;
}
#t_schedule .tab {
  border-bottom: 2px solid #fff;
}
#t_schedule .tab li {
  background: #c3c3c3;
}
#t_schedule .tab li.current {
  background: #fff;
}
/*t_news*/
#t_news .t_news_box {
  display: flow-root;
  width: 90%;
  max-width: 1140px;
  /*margin: 6% auto -2%;*/
      margin: 90px auto -2%;
  line-height: 40px;
  border: 1px solid #c6c6c6;
  font-size: 14px;
}
#t_news .t_news_box div {
  float: left;
  text-align: center;
}
#t_news .t_news_box .box01 {
  width: 10%;
  border-right: 1px solid #c6c6c6;
}
#t_news .t_news_box .txt {
  width: 90%;
}
#t_news .t_news_box .box02 {
  width: 35%;
  border-right: 1px solid #c6c6c6;
}
#t_news .t_news_box .box02 span {
  color: #ff0000;
}
#t_news .t_news_box .box03 {
  width: 64%;
}
/**/
#t_event .tyt02_02 {
  padding-top: 80px;
}
#t_event .news .news_box {
  display: flow-root;
  width: 98%;
  max-width: 1140px;
  margin: 100px auto 30px;
  line-height: 1.5;
}
#t_event .news .news_box .onebox {
  float: left;
  width: 49%;padding: 0.5%;
  /*display: flow-root;*/
  margin-bottom: 70px;
  height: auto;
  text-align: left;
  max-width: 1000px;
  margin-right: 0;
}
#t_event .news .news_box .onebox a {
  display: flex;
}
#t_event .news .news_box .onebox .img {
  /*float: left;
  width: 151px;*/
  margin-right: 25px;
}
#t_event .news .news_box .onebox .img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}
#t_event .news .news_box .onebox .txt {
  /*float: left;
  width: 335px;*/
  text-align: left;
  margin: 0;
  height: 138px;
}
#t_event .news .news_box .onebox .txt .t01 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#t_event .news .news_box .onebox .txt .t02 {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#t_event .news_txt {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto 70px;
  line-height: 1.5;
}
/**/
/*下層ページ*/
.k_tyt01 {
  background: url(../images/k_tyt01.png) no-repeat scroll center top;
}
.k_tyt01_01 {
  background: url(../images/k_tyt01_01.png) no-repeat scroll center bottom #fff;
}
.k_tyt01_02 {
  background: url(../images/k_tyt01_02.png) no-repeat scroll center top;
}
.k_tyt02 {
  background: url(../images/k_tyt02.png) no-repeat scroll center bottom;
}
.k_tyt02_01 {
  background: url(../images/k_tyt02_01.png) no-repeat scroll center bottom;
}
.k_tyt02_02 {
  background: url(../images/k_tyt02_02.png) no-repeat scroll center top #fff;
}
h2.pagetitle {
  font-size: 50px;
  font-family: 'EB Garamond', serif;
  font-weight: 100;
  text-align: center;
  line-height: 1.5;
  padding: 80px 0 100px;
}
h2.pagetitle span {
  font-size: 24px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  color: #000;
  display: block;
}
.link_btn {
  width: 98%;
  margin: auto;
 /*max-width: 1140px;
  /*padding: 5% 0 3%;*/
      max-width: 1120px !important;
      padding: 37px 0 3% !important;
  clear: none;
      margin: 42px auto 0px !important;
}
.link_btn .btnb01 {
  text-align: center;
margin-bottom: 0 !important;
}
.link_btn .btnb01 a {
  display: inline-block;
  width: 32%;
  margin: 0 0 0 0.5%;
  text-align: center;
}
.link_btn .btnb01 a:first-child {
  margin: 0;
}
.link_btn .btnb01 a img {
  width: 100%;
  height: auto;
  max-width: 365px;
}
.link_btn .btnb02 {
  display: none;
}
#top .link_btn .btnb02 {
  display: block;
  text-align: center;
  margin-bottom: 1%;
}
.link_btn .btnb02 a {
  width: 100%;
}
.link_btn .btnb02 a img {
  width: 100%;
  height: auto;
}
.selectbox {
  text-align: right;
  width: 98%;
  margin: auto;
  max-width: 1140px;
}
#event .selectbox select {
  background-color: #fff;
  width: 190px;
  text-align: center;
  font-size: 14px;
  padding: 3px 0;
  margin-bottom: 35px;
  border: 1px solid #c6c6c6;
}
#event .selectbox select option {
  text-align: center;
}
/*event*/
#event .k_tyt02_01 {
  padding: 50px 0 55px;
}
#event .event {
  width: 95%;
  margin: auto;
  max-width: 1140px;
  display: flow-root;
}
#event .event .onebox {
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 3%;
  margin: 0 4% 4% 0;
  float: left;
  width: 46%;
}
#event .event .onebox:nth-child(2n) {
  margin: 0 0 4% 4%;
}
#event .event .onebox .img img {
  width: 100%;
  height: auto;
}
#event .event .onebox .title {
  margin: 2% 0;
  font-size: 20px;
  color: #bfbb4c;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#event .event .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#event .event .onebox .date {
  font-size: 12px;
  text-align: right;
  margin-top: 1%;
  display: flow-root;
}
#event .event .onebox .date div {
  float: right;
}
#event .event .onebox .date .day {
  padding: 5px 0;
}
#event .event .onebox .date .day img {
  padding-right: 5px;
}
#event .event .onebox .date .shop {
  color: #fff;
  padding: 5px 10px;
  margin-left: 5px;
}
.onebox .date .shop.s1 {
  background-color: #000;
}
.onebox .date .shop.s2 {
  background-color: #ea68a2;
}
.onebox .date .shop.s3 {
  background-color: #c22b36;
}
.onebox .date .shop.s4 {
  background-color: #ff7800;
}
.onebox .date .shop.s5 {
  background-color: #8f82bc;
}
.onebox .date .shop.s6 {
  background-color: #556fb5;
}
.onebox .date .shop.s7 {
  background-color: #23b5ae;
}
.onebox .date .shop.s8 {
  background-color: #f29c9f;
}
.onebox .date .shop.s9 {
  background-color: #7ecef4;
}
.onebox .date .shop.s12 {
  background-color: #ff69b4;
}
/*girlsDetail*/
#girlsDetail h2.pagetitle {
  padding: 80px 0 40px;
}
#girlsDetail h2.pagetitle {
  padding: 80px 0 40px;
}
#girlsDetail .girlsDetail01 {
  text-align: center;
}
#girlsDetail .girlsDetail01 .name {
  width: 98%;
  max-width: 790px;
  margin: auto;
  font-size: 24px;
  position: relative;
  line-height: 54px;
}
#girlsDetail .girlsDetail01 .name .schedule {
  background: url(../images/girlsDetailschedule.png) no-repeat scroll center top;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
}
#girlsDetail .girlsDetail01 .size {
  margin: 10px auto 30px;
  font-size: 12px;
}
#girlsDetail .girlsDetail01 .icon {
  width: 470px;
  display: flow-root;
  margin: 0 auto;
  padding-bottom: 30px;
}
#girlsDetail .girlsDetail01 .icon .box {
  float: left;
  width: 100px;
  margin: 0 1.8%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
}
#girlsDetail .girlsDetail01 .snsbox {
  width: 100%;
  margin: 0 auto 50px;
  display: flow-root;
  max-width: 630px;
}
#girlsDetail .girlsDetail01 .snsbox a {
  width: 47%;
  margin: 0 1.5%;
  float: left;
}
#girlsDetail .girlsDetail01 .snsbox a img {
  width: 100%;
  height: auto;
  max-width: 290px;
}
#girlsDetail .girlsDetail02 .girlsDetailbox {
  display: flow-root;
  width: 90%;
  margin: auto;
  max-width: 1140px;
  padding: 70px 0;
}
#girlsDetail .girlsDetail02 .sliderbox {
  float: left;
  width: 52%;
  position: relative;
}
#girlsDetail .girlsDetail02 .sliderbox .slider_thumb {
  width: 86%;
}
#girlsDetail .girlsDetail02 .i {
  position: absolute;
  top: 15px;
  right: 17%;
  font-size: 13px;
  color: #fff;
  display: flow-root;
}
#girlsDetail .sliderArea {
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flow-root;
}
#girlsDetail .slider_thumb {
  width: 87%;
  float: left;
}
#girlsDetail .slick-slide {
  margin: 0 5px;
}
#girlsDetail .slick-slide img {
  width: 100%;
  height: auto;
}
#girlsDetail .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
#girlsDetail .slick-active {
  opacity: 1;
}
#girlsDetail .slick-current {
  opacity: 1;
}
#girlsDetail .thumb {
  margin: 0;
  width: 13.6%;
  float: left;
}
#girlsDetail .thumb div {
  width: 100% !important;
  float: none;
  margin: 0 auto 6%;
}
#girlsDetail .thumb div img {
  width: 100% !important;
}
#girlsDetail .thumb .slick-slide {
  cursor: pointer;
}
#girlsDetail .thumb .slick-slide:hover {
  opacity: .7;
}
#girlsDetail .txt {
  width: 45%;
  margin: 0 0 0 2%;
  float: left;
}
#girlsDetail .girlsDetailtitle {
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 10px;
  width: 90%;
  max-width: 1200px;
  position: relative;
}
#girlsDetail .girlsDetail0 .girlsDetailtitle {
  width: 100%;
}
#girlsDetail .txt .box {
  padding: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
}
#girlsDetail .txt .box02 .box div {
  max-height: 210px;
  overflow-y: scroll;
  height: auto;
}
#girlsDetail .txt .box .t {
  line-height: 30px;
  border-bottom: dashed 1px #bfbfbf;
  font-size: 14px;
}
#girlsDetail .txt .box01 {
  margin-bottom: 25px;
}
#girlsDetail .txt .box02 .box {
  line-height: 1.8;
}
#girlsDetail .girlsDetail03 {
  padding: 50px 0;
}
#girlsDetail .girlsDetail03 .box {
  width: 90%;
  margin: 15px auto 0;
  display: flow-root;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  max-width: 1200px;
}
#girlsDetail .girlsDetail03 .box .one {
  width: calc(100%/7);
  float: left;
  text-align: center;
  font-size: 14px;
}
#girlsDetail .girlsDetail03 .box .one div {
  padding: 10px 0;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
#girlsDetail .girlsDetail04 {
  padding: 55px 0 65px;
}
#girlsDetail .girlsDetail04 .review_btn {
  background-color: #373737;
  color: #fff;
  border-radius: 30px;
  padding: 15px 0;
  position: absolute;
  font-size: 16px;
  width: 225px;
  text-align: center;
  bottom: 0px;
  right: 1%;
  box-shadow: 2px 2px 0px #00000091;
}
#girlsDetail .girlsDetail04 .review_box {
  width: 93%;
  margin: 45px auto 0;
  max-width: 1240px;
  display: flow-root;
  /*flex-flow: column wrap;*/
}
/*#girlsDetail .girlsDetail04 .box .one:nth-child(2n+1) {
  order: 1;
}
#girlsDetail .girlsDetail04 .box .one:nth-child(2n) {
  order: 2;
}
#girlsDetail .girlsDetail04 .box .one:nth-last-child(-n+2) {
  page-break-after: always;
}*/
#girlsDetail .girlsDetail04 .box {
  width: 96%;
  margin: 0 2%;
  /* float: left;*/
}
#girlsDetail .girlsDetail04 .box .one {
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  padding: 3% 2%;
  margin: 0 1% 3%;
      width: 98%;
    display: inline-block;
  /*float: left;*/
}
#girlsDetail .girlsDetail04 .box .one .t01 {
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 2%;
  margin-bottom: 15px;
}
#girlsDetail .girlsDetail04 .box .one .t02 {
  font-size: 14px;
  line-height: 1.8;
}
#girlsDetail .girlsDetail04 .box .one .t03 {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}
/*system*/
#system .system01 .k_tyt01_02 {
  padding: 60px 0;
}
#system .system01 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  display: flow-root;
  max-width: 1000px;
}
#system .system01 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system .system01 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system .system01 .box .txt {
  width: 70%;
  float: left;
}
#system .system01 .box .txt .one {
  display: flow-root;
  border-bottom: dashed 1px #bfbfbf;
}
#system .system01 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system .system01 .box .txt .one .t {
  padding: 0 0 0 5%;
  width: 45%;
  font-size: 16px;
}
#system .system01 .box .txt .one .p {
  width: 50%;
  font-size: 20px;
}
#system .system01 .box .txt .one .p span {
  font-size: 16px;
}
#system .box .systemline {
  position: absolute;
  top: -3%;
  left: -2%;
}
#system .box .systemline:last-child {
  position: absolute;
  bottom: -5%;
  right: -2%;
  top: auto;
  left: auto;
}
#system .system02 {
  padding: 60px 0;
}
#system .system02 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  display: flow-root;
  max-width: 1000px;
}
#system .system02 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system .system02 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system .system02 .box .txt {
  width: 70%;
  float: left;
  display: flow-root;
}
#system .system02 .box .txt .txtbox {
  width: 100%;
  display: flow-root;
}
#system .system02 .box .txt .one {
  display: flow-root;
  border-bottom: dashed 1px #bfbfbf;
  float: left;
  width: 50%;
}
#system .system02 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system .system02 .box .txt .one .t {
  padding: 0 0 0 5%;
  width: 45%;
  font-size: 16px;
}
#system .system02 .box .txt .one .p {
  width: 50%;
  font-size: 20px;
}
#system .system02 .box .txt .one .p span {
  font-size: 16px;
}
#system .system03 {
  padding: 60px 0;
}
#system .system03 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  display: flow-root;
  max-width: 1000px;
}
#system .system03 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system .system03 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system .system03 .box .txt {
  width: 70%;
  float: left;
}
#system .system03 .box .txt .one {
  display: flow-root;
  border-bottom: dashed 1px #bfbfbf;
}
#system .system03 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system .system03 .box .txt .one .t {
  padding: 0 0 0 5%;
  width: 45%;
  font-size: 16px;
}
#system .system03 .box .txt .one .p {
  width: 50%;
  font-size: 20px;
}
#system .system03 .box .txt .one .p span {
  font-size: 16px;
}
#system .system04 {
  padding: 60px 0;
}
#system .system04 .txt {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  line-height: 2;
}
#system .system04 .txt .t1 {
  font-size: 16px;
  margin-bottom: 40px;
  display: inline-block;
}
#system .system04 .txt .t2 {
  font-size: 14px;
  margin-bottom: 90px;
}
#system .system04 .txt .t2 span {
  color: #e60012;
}
#system .ds_systembox {
  width: 90%;
  margin: auto;
  max-width: 1040px;
}
#system .ds_systembox img {
  margin: 3% auto;
}
#system .ds_systembox .credit_btn {
  margin: 3% auto;
  text-align: center;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
}
/*system02*/
#system02 .system01 .k_tyt01_02 {
  padding: 60px 0;
}
#system02 .system01 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  display: flow-root;
  max-width: 1000px;
}
#system02 .system01 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system02 .system01 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system02 .system01 .box .txt {
  width: 70%;
  float: left;
}
#system02 .system01 .box .txt .one {
  display: flow-root;
  border-bottom: dashed 1px #bfbfbf;
}
#system02 .system01 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system02 .system01 .box .txt .one .t {
  padding: 0 0 0 5%;
  width: 45%;
  font-size: 16px;
}
#system02 .system01 .box .txt .one .p {
  width: 50%;
  font-size: 20px;
}
#system02 .system01 .box .txt .one .p span {
  font-size: 16px;
}
#system02 .box .title {}
#system02 .box .systemline {
  position: absolute;
  top: -20px;
  left: -20px;
}
#system02 .box .systemline:last-child {
  position: absolute;
  bottom: -10px;
  right: -20px;
  top: auto;
  left: auto;
}
#system02 .system02 {
  padding: 60px 0;
}
#system02 .system02 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  display: flow-root;
  max-width: 1000px;
}
#system02 .system02 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system02 .system02 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system02 .system02 .box .txt {
  width: 70%;
  float: left;
  display: flow-root;
}
#system02 .system02 .box .txt .txtbox {
  width: 100%;
  display: flow-root;
}
#system02 .system02 .box .txt .txtbox02 {
  padding: 30px 2%;
  line-height: 2;
  font-size: 16px;
}
#system02 .system02 .box .txt .one {
  display: flow-root;
  border-bottom: dashed 1px #bfbfbf;
  float: left;
  width: 50%;
}
#system02 .system02 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system02 .system02 .box .txt .one .t {
  padding: 0 0 0 5%;
  width: 45%;
  font-size: 16px;
}
#system02 .system02 .box .txt .one .p {
  width: 50%;
  font-size: 20px;
}
#system02 .system02 .box .txt .one .p span {
  font-size: 16px;
}
#system02 .system03 {
  padding: 60px 0;
}
#system02 .system03 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  max-width: 1000px;
}
#system02 .system03 .box .sbox {
  display: flow-root;
  padding: 50px 0;
}
#system02 .system03 .box.sboxhr .sbox {
  border-bottom: dashed 1px #bfbfbf;
}
#system02 .system03 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system02 .system03 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system02 .system03 .box .txt {
  width: 70%;
  float: left;
  line-height: 1.8;
}
#system02 .system03 .box .txt .one {
  display: flow-root;
}
#system02 .system03 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system02 .system03 .box .txt .one .t {
  padding: 0 0 0 5%;
  width: 45%;
  font-size: 16px;
}
#system02 .system03 .box .txt .one .p {
  width: 50%;
  font-size: 20px;
}
#system02 .system03 .box .txt .one .p span {
  font-size: 16px;
}
#system02 .system04 {
  padding: 60px 0;
}
#system02 .system04 .txt {
  width: 90%;
  margin: auto;
  max-width: 1200px;
  line-height: 2;
}
#system02 .system04 .txt .t1 {
  font-size: 16px;
  margin-bottom: 40px;
  display: inline-block;
}
#system02 .system04 .txt .t2 {
  font-size: 14px;
  margin-bottom: 90px;
}
#system02 .system04 .txt .t2 span {
  color: #e60012;
}
#system02 .system05 {
  padding: 60px 0;
}
#system02 .system05 .title {
  font-size: 24px;
  line-height: 2;
  text-align: center;
}
#system02 .system05 .title span {
  font-size: 18px;
  display: block;
}
#system02 .system05 .cosbox {
  width: 84%;
  max-width: 950px;
  display: flow-root;
  margin: auto;
}
#system02 .system05 .cosbox .one {
  width: calc(100%/3);
  float: left;
  text-align: center;
  padding: 3%;
}
#system02 .system05 .cosbox .one img {
  width: 100%;
  height: auto;
}
#system02 .system05 .cosbox .one .t {
  font-size: 18px;
  padding-top: 15px;
}
#system02 .system06 {
  padding: 60px 0;
}
#system02 .system06 .box {
  width: 84%;
  margin: auto;
  padding: 5% 3%;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, .2);
  position: relative;
  display: flow-root;
  max-width: 1000px;
}
#system02 .system06 .box .title {
  width: 30%;
  float: left;
  font-size: 18px;
}
#system02 .system06 .box .title span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}
#system02 .system06 .box .txt {
  width: 70%;
  float: left;
  display: flow-root;
}
#system02 .system06 .box .txt .txtbox {
  width: 100%;
  display: flow-root;
}
#system02 .system06 .box .txt .txtbox02 {
  padding: 30px 2%;
  line-height: 2;
  font-size: 16px;
}
#system02 .system06 .box .txt .one {
  display: flow-root;
  border-bottom: dashed 1px #bfbfbf;
  float: left;
  width: 50%;
}
#system02 .system06 .box .txt .one div {
  line-height: 65px;
  float: left;
}
#system02 .system06 .box .txt .one .t {
  padding: 0 0 0 3%;
  width: 62%;
  font-size: 14px;
}
#system02 .system06 .box .txt .one .p {
  width: 35%;
  font-size: 20px;
}
#system02 .system06 .box .txt .one .p span {
  font-size: 16px;
}
#system02 .systemtxt {
  text-align: center;
}
#system02 .systemtxt .txt01 {
  font-size: 18px;
  line-height: 2;
}
#system02 .systemtxt .btn {
  font-size: 20px;
  background-color: #434343;
  width: 300px;
  margin: 30px auto 50px;
  color: #fff;
  position: relative;
  padding: 15px 0;
}
#system02 .systemtxt .btn span {
  position: absolute;
  right: 3%;
}
/*access*/
#access .access01 .k_tyt01_02 {
  padding: 60px 0;
}
#access .access01 .box {
  width: 90%;
  margin: auto;
  max-width: 990px;
  display: flow-root;
}
#access .access01 .box .img {
  width: 50%;
  float: left;
}
#access .access01 .box .img img {
  width: 100%;
  max-width: 506px;
  height: auto;
}
#access .access01 .box .txt {
  width: 45%;
  float: left;
  margin: 0 0 0 5%;
}
#access .access01 .box .txt .t1 {
  font-size: 16px;
  margin: 10px 0 40px;
}
#access .access01 .box .txt .t2 {
  font-size: 14px;
  line-height: 2;
}
#access .access02 .box {
  padding: 75px 0 90px;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#access .access02 .accesslink {
  display: none;
}
/*eventDetail*/
#eventDetail .eventDetail .eventDetailbox {
  width: 98%;
  margin: auto;
  max-width: 1000px;
  padding: 50px 0;
}
#eventDetail .eventDetail .eventDetailbox .eventDetailtitle {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#eventDetail .eventDetail .eventDetailbox .eventDetailtitle02 {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto 25px;
}
#eventDetail .eventDetail .eventDetailbox .listbtn {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 0;
  width: 95px;
  text-align: center;
  font-size: 14px;
  position: relative;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  margin: 0 0 25px;
}
#eventDetail .eventDetail .eventDetailbox .listbtn span {
  position: absolute;
  left: 10px;
}
#eventDetail .eventDetail .eventDetailbox .onebox {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 2%;
  margin-bottom: 4%;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date div {
  float: right;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date .day {
  padding: 5px 0;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date .day img {
  padding-right: 5px;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date .shop {
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
}
#eventDetail .eventDetail .eventDetailbox .onebox .img img {
  width: 100%;
  height: auto;
}
#eventDetail .eventDetail .eventDetailbox .onebox .title {
  margin: 4% 0 2%;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
#eventDetail .eventDetail .eventDetailbox .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 4% auto;
  width: 90%;
  max-width: 790px;
}
#eventDetail .eventDetail .eventDetailbox .onebox .date {
  font-size: 12px;
  text-align: right;
  display: flow-root;
}
/*news*/
#news .k_tyt02_01 {
  padding: 90px 0 45px;
}
#news .news {
  width: 95%;
  margin: auto;
  max-width: 1140px;
  display: flow-root;
}
#news .news .onebox {
  /*display: flow-root;*/
  width: 45%;
 display: inline-flex;
 margin: 0 1% 5%;
}
#news .news .onebox a {
  display: flow-root;
  width: 100%;
}
/*#news .news .onebox:nth-child(2n) {
  margin-left: 5%;
  margin-right: 0;
}*/
#news .news .onebox .img, #news .news .onebox .txtbox {
  /*float: left;*/
}
#news .news .onebox .img {
  /* width: 30%;*/
	float: left;
  margin-right: 5%;
  line-height: 1.5;/*margin-bottom: 5%;*/
}
#news .news .onebox .img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
#news .news .onebox .txtbox {
  /*width: 65%;*/
  line-height: 1.5;
  /*margin: 2% 0;*/
  overflow: hidden;
}
#news .news .onebox .txtbox .title {
  font-size: 20px;
  margin-bottom: 1%;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news .news .onebox .txtbox .txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news .pagination_box {
  width: 100px;
}
#news .pagination_box ul {
  display: none;
}
#news .pagination_box p.prev-page {
  width: 49px;
  border-right: 1px solid;
}
#news .pagination_box p.next-page {
  width: 50px;
}
/*schedule*/
#schedule .k_tyt02 {
  padding: 0 0 100px;
}
.scheduletxt {
  /*width: 95%;
  text-align: right;
  margin: 25px auto 40px;
  max-width: 1140px;*/
  float: right;
  line-height: 43px;
  margin-right: 10px;
}
.scdlpost {
  width: 95%;
  margin: auto;
  display: flow-root;
  max-width: 1140px;
  padding-top: 35px;
}
.schedulepost {
  float: right;
  width: 165px;
  text-align: center;
  margin: 0px auto 0px;
  background-color: #ffbed8;
  border: 1px solid #c6c6c6;
  font-size: 14px;
  padding: 10px 0;
}
.schedulepost select {
  text-align: center;
  width: 90%;
  height: 100%;
  padding: 15px 0;
}
.schedulepost select option {
  background-color: #fff;
}
/*newsDetail*/
#newsDetail .newsDetail .newsDetailbox {
  width: 95%;
  margin: auto;
  max-width: 1000px;
  padding: 25px 0 45px;
}
#newsDetail .newsDetail .newsDetailbox .listbtn {
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 0;
  width: 95px;
  text-align: center;
  font-size: 14px;
  position: relative;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  /*display: contents;*/
  margin: 0 0 25px;
}
#newsDetail .newsDetail .newsDetailbox .listbtn span {
  position: absolute;
  left: 10px;
}
#newsDetail .newsDetail .newsDetailbox .onebox {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 000, .3);
  padding: 2%;
  margin-bottom: 4%;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date div {
  float: right;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date .day {
  padding: 5px 0;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date .day img {
  padding-right: 5px;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date .shop {
  color: #fff;
  padding: 5px 10px;
  margin-left: 10px;
}
#newsDetail .newsDetail .newsDetailbox .onebox .img {
  text-align: center;
}
#newsDetail .newsDetail .newsDetailbox .onebox .img img {
  width: 100%;
  height: auto;
  max-width: 640px;
  margin: auto;
}
#newsDetail .newsDetail .newsDetailbox .onebox .title {
  margin: 4% 0 2%;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
#newsDetail .newsDetail .newsDetailbox .onebox .txt {
  font-size: 14px;
  line-height: 1.5;
  margin: 4% auto;
  width: 90%;
  max-width: 790px;
}
#newsDetail .newsDetail .newsDetailbox .onebox .date {
  font-size: 12px;
  text-align: right;
  display: flow-root;
}
/**/
#qa .k_tyt02_01 {
  padding: 10px 0 75px;
}
#qa .qa {
  width: 94%;
  margin: auto;
  max-width: 930px;
}
#qa .qa .acd-label {
  color: #000;
  font-weight: 900;
}
#qa .qa .acd-content {}
#qa .qa .questiontxt {
  display: flow-root;
}
#qa .qa .questiontxt .number {
  width: 44px;
  height: 44px;
  text-align: center;
  background-color: #dfdfc9;
  border-radius: 22px;
  float: left;
  display: grid;
  -webkit-align-items: center;
}
#qa .qa .questiontxt .question {
  padding: 0 1.5%;
  height: 44px;
  display: grid;
  width: 83%;
  -webkit-align-items: center;
}
#qa .qa .qabox .onebox {
  padding: 30px 40px;
  border-bottom: 1px solid #999999;
}
#qa .qa .qabox .onebox:last-child {
  /* border-bottom: 1px solid #999999;*/
}
#qa .qa .qabox .acd-label:after {
  font-size: 25px;
  padding: 5px 0;
}
#qa .qa .qabox .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 25px;
  line-height: 1.8;
  border-radius: 20px;
}
#qa .qa .qabox .qatitle {
  font-size: 20px;
  text-align: center;
  margin: 100px auto 60px;
  font-weight: 900;
  color: #000;
}
/*shop*/
#shop {
  background: url(../images/top_b01_bg.jpg) scroll center bottom #fff;
}
#shop .k_tyt02_01 {
  padding: 95px 0 75px;
}
/**/
#sitemap .k_tyt02_01 {
  padding: 95px 0 0;
}
#sitemap .sitemap {
  width: 98%;
  margin: auto;
  max-width: 1140px;
  display: flow-root;
}
#sitemap .sitemap .onebox {
  width: 45%;
  margin: 0 5% 5% 0;
  max-width: 540px;
  float: left;
  background-color: #fff;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  padding: 35px 4% 20px;
  height: 246px;
}
#sitemap .sitemap .onebox:nth-child(2n) {
  margin: 0 0 5% 5%;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
}
#sitemap .sitemap .onebox .title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #bfbb4c;
}
#sitemap .sitemap .onebox .txt {
  display: flow-root;
}
#sitemap .sitemap .onebox .txt ul {
  width: 50%;
  font-size: 14px;
  float: left;
}
#sitemap .sitemap .onebox .txt ul li {
  margin-bottom: 15px;
}
/*contact*/
#contact .contact .k_tyt02 {
  padding: 80px 0 90px;
}
#contact .contact .txt {
  width: 90%;
  max-width: 1000px;
  line-height: 2;
  font-size: 14px;
  margin: 0 auto;
}
#contact .contact .foambox {
  width: 90%;
  margin: 40px auto 0;
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
  padding: 3%;
}
#contact .contact .foambox .box div {
  padding: 20px 0;
  font-size: 14px;
  display: flow-root;
}
#contact .contact .foambox .box label {
  color: #000;
  width: 30%;
  display: block;
  float: left;
  padding: 1.5% 0 0 6%;
  font-size: 14px;
  line-height: 17px;
}
#contact .contact .foambox .box input {
  width: 63%;
  float: left;
  background-color: #e6e6e6;
  padding: 1%;
  font-size: 14px;
}
#contact .contact .foambox .box select {
  width: 63%;
  float: left;
  background-color: #e6e6e6;
  padding: 1%;
  font-size: 14px;
}
#contact .contact .foambox .box label span {
  font-size: 10px;
  color: #fff;
  padding: 1px 5px;
}
#contact .contact .foambox .box textarea {
  width: 63%;
  float: left;
  background-color: #e6e6e6;
  padding: 1%;
  height: 240px;
}
#contact .contact .foambox .foambtn {
  width: 240px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 50px;
  margin: 4% auto 0;
  display: block;
  transition-duration: 3s;
  line-height: 1;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
}
#contact .contact .foambox .returnbtn {
  width: 240px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 50px;
  background-color: #9b9b9b;
  margin: 4% auto 0;
  display: block;
  transition-duration: 3s;
  line-height: 1;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
}
#contact .contact .foambox .foambtn .submit {
  width: 100%;
  height: 100%
}
#contact .contact .foambox .box div .answer {
  width: 63%;
  float: left;
  background-color: #fff;
  padding: 0.5%;
  line-height: 1.8;
}
#contact .contact .foambox .error {
  padding: 1.5% 0 0 30%;
  color: #ea68a2;
  box-sizing: border-box;
  display: inline-block;
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
#contact .contact_fin_txt {
  text-align: center;
  line-height: 2;
  width: 90%;
  margin: auto;
}
#contact .contact_fin_txt01 {
  font-size: 28px;
  color: #ea68a2;
  margin-bottom: 60px;
}
#contact .contact_fin_txt02 {
  font-size: 14px;
  margin-bottom: 100px;
}
#contact .contact_fin_btn {
  width: 240px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-radius: 50px;
  background-color: #ea68a2;
  margin: 4% auto 0;
  display: block;
  transition-duration: 3s;
  line-height: 1;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 000, .3);
}
/**/
.acd-check {
  display: none;
}
.acd-label {
  display: block;
  position: relative;
}
.acd-label:after {
  box-sizing: border-box;
  content: '＋';
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  position: absolute;
  right: 0;
  top: 0px;
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label:after {
  content: '―';
}
.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 20px 0;
  visibility: visible;
}
/*girls.html*/
#girls .tab li {
  background: #c3c3c3;
}
#girls .tab li.current {
  background: #eceadf;
}
#girls ul.tab {
  border-bottom: 2px solid #eceadf;
}
/*newface.html*/
#newface .tab li {
  background: #c3c3c3;
}
#newface .tab li.current {
  background: #eceadf;
}
#newface ul.tab {
  border-bottom: 2px solid #eceadf;
}
/*schedule*/
#schedule ul.tab {
  border-bottom: 2px solid #eceadf;
}
/*フッター*/
footer {
  border-top: 1px solid #c1c1c1;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
footer .footer {
  width: 98%;
  max-width: 1200px;
  margin: auto;
  padding: 5.5% 0 4.5%;
  font-size: 11px;
}
footer .footer .footerb {
  display: flow-root;
}
footer .footer .logo {
  float: left;
  line-height: 2;
  width: 22%;
  margin: 0 5% 0 0%;
}
footer .footer .logo img {
  margin-bottom: 3%;
  width: 100%;
  height: auto;
  max-width: 209px;
}
footer .footer .logo p {
  font-size: 14px;
}
footer .footer .logo .txt {
  font-size: 11px;
  margin-top: 10%;
  text-align: left;
}
footer .footer .logo .txt span {
  font-size: 16px;
}
footer .footer .menu_box {
  display: flow-root;
  float: left;
  font-size: 12px;
  width: 68%;
}
footer .footer .menu_box .menu {
  /*width: calc(100%/3);
  float: left;
  width: 28%;
  margin-left: 5%;
  line-height: 1.8;*/
  float: left;
  width: 29%;
  margin-left: 2%;
  line-height: 1.8;
}
footer .footer .menu_box .menu a {
  display: block;
}
footer .footer .copy {
  text-align: right;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #888467;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #888467;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  /*opacity: 0;*/
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp .nav {
  display: flow-root;
  height: 100%;
  text-align: center;
  max-width: 1110px;
  width: 100%;
  margin: auto;
}
nav.globalMenuSp .nav .nav_logo, nav.globalMenuSp .nav .nav_lst {
  float: right;
  width: 50%;
}
nav.globalMenuSp .nav .nav_logo {
  padding-top: 15%;
}
nav.globalMenuSp .nav .nav_logo .txt {
  text-align: left;
  line-height: 2;
  font-size: 14px;padding: 0 3%;
}
nav.globalMenuSp .nav .nav_logo .txt .t01 {
  font-weight: 700;
  line-height: 20px;
  border-top: 1px solid;
  margin-top: 8%;
  padding: 6% 0 6%;
}
nav.globalMenuSp .nav .nav_logo .txt .t02 {
  display: flow-root;
}
nav.globalMenuSp .nav .nav_logo .txt .t02 .box {
  width: 60%;
  float: left;
}
nav.globalMenuSp .nav .nav_logo .txt .t02 .box a {
  display: block;
}
nav.globalMenuSp .nav .nav_lst {
  display: flow-root;
  padding-top: 60px;
}
nav.globalMenuSp .nav .nav_lst ul {
  float: left;
  width: 40%;
  margin: 0 5%;
}
nav.globalMenuSp .nav .nav_lst ul li:first-child {
  border-top: 1px solid #000;
}
nav.globalMenuSp .nav .nav_lst ul li {
  /* height: 24%; */
  border-bottom: 1px solid #000;
  padding: 0;
}
nav.globalMenuSp .nav .nav_lst ul li a img {
  /* height: 100%; */
  width: auto;
}
nav.globalMenuSp .nav .nav_lst ul li a {
  transition-duration: 1s;
}
nav.globalMenuSp .nav .nav_lst ul li a:hover {
  opacity: 0.8 !important;
}
nav.globalMenuSp .nav .nav_lst ul li a img:hover {
  background-size: contain;
}
nav.globalMenuSp .nav .navsitemap {
  width: 90%;
  margin: 3% auto;
  text-align: right;
  font-size: 14px;
  padding: 3% 0;
  clear: both;
}
nav.globalMenuSp .nav .navsitemap a {
  color: #000;
  display: block;
  line-height: 1.8;
}
/*
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
/*pagination_box*/
.pagination_box {
  display: flex;
  width: 390px;
  margin: 0 auto 70px;
  font-size: 16px;
}
.pagination_box ul {
  border-left: 1px solid;
  border-right: 1px solid;
}
.pagination_box p.first-page, .pagination_box p.end-page {
  width: 0;
}
.pagination_box p.prev-page {
  width: 50px;
  text-align: left;
}
.pagination_box p.next-page {
  width: 50px;
  text-align: right;
}
.pagination_box p.prev-page button, .pagination_box p.next-page button {
  text-decoration-line: underline;
}
.pagination_box p {
  width: 45px;
  text-align: center;
}
.pagination_box ul li {
  width: 40px;
  text-align: center;
}
.pagination_box ul {
  display: flex;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  /*opacity: 100;*/
  display: block;
}
.tel_icon {
  /*opacity: 100;*/
  display: none;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 10;
}
/*年齢確認*/
#top .modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 10%;
  left: 10%;
  width: 80%;
  height: auto; /*padding: 5%;margin:-120px 0 0 -220px; padding:20px;*/ text-align: center;
}
#top .modal .modalbox {
  background-color: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 8% 0;
  max-width: 1000px;
  margin: auto;
}
#top .modal .modalbox .modalboxs {
  overflow-y: scroll;
  height: 400px;
  width: 90%;
  margin: auto;
}
#top .modal .modalbox img {
  height: auto;
  width: 100%;
}
#top .modal .modalbox img.mologo {
  max-width: 209px;
}
#top .modal .modalbox .t01 {
  font-size: 16px;
  line-height: 2;
  margin: 30px auto 45px
}
#top .modal .modalbox .t02 {
  font-size: 14px;
  line-height: 2;
  margin: 0 auto 30px
}
#top .modal .enterbtn {
  width: 200px;
  margin: 0 auto 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding: 1% 0;
}
#top .modal .enterbtn span {
  font-size: 30px;
  font-family: 'EB Garamond', serif;
  display: block;
}
#top .modal .exit {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 50px;
  line-height: 1.8;
}
#top .modal .copy {
  font-size: 10px;
}
#top .modal a:hover {
  opacity: 1 !important;
}
.slick-dots li.slick-active button::before {
  opacity: 1 !important;
  color: #d8d8d8;
}
.slick-dots li button::before {
  /*font-size: 16px!important;*/
  bottom: -35px;
}
.box404 {
  text-align: center;
  padding: 5% 0;
  line-height: 1.8;
}

.slick-slide{
  height: auto !important;
}

/*バナーエリア*/
.link_btn .btnb01{text-align:center;margin-bottom:1%;display:flex;flex-wrap:wrap;justify-content:space-around}.link_btn .btnb01 a{width:34%;margin:0 0 20px 0%}.link_btn .btnb01 div{margin-bottom:30px}.modal-001__wrap{display:inline-block}.modal-001__wrap input{display:none}.modal-001__open-label,.modal-001__close-label{cursor:pointer}.modal-001__open-label{color:#4f96f6;font-size:.95em}.modal-001__open-label:hover{text-decoration:underline;cursor:pointer;color:#c7511f}.modal-001__open-label img{width:100%;height:auto;max-width:540px}.modal-001{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;display:none}.modal-001__open-input:checked+label+input+.modal-001{display:block;animation:modal-001-animation .6s}.modal-001__content-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;max-width:650px;background-color:#fefefe;z-index:2;border-radius:5px}.modal-001__close-label{background-color:#777;color:#fff;border:2px solid #fff;border-radius:20px;width:36px;height:36px;line-height:1.5;text-align:center;display:table-cell;position:fixed;top:-15px;right:-2%;z-index:99999;font-size:1.4em}.modal-001__content{max-height:80vh;overflow-y:auto;padding:39px 45px 40px}.modal-001__content img{height: 39em;}.modal-001__background{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.45);z-index:1}@keyframes modal-001-animation{0%{opacity:0}100%{opacity:1}}@media only screen and (max-width:900px){.modal-001__open-label{max-width:90%;padding:.94em 2.1em .94em 2.6em}.modal-001__close-label{top:-17px;right:-4%}.modal-001__content-wrap{width:90vw}.modal-001__content{padding:33px 21px 35px;max-width:100%}.modal-001__content img{height:auto;width:100%}}.link_btn .btnb01 a img{width:100%;height:auto;max-width:540px}.link_btn .btnb01 a{width:100%}.link_btn .btnb01 a:first-child{margin:unset}@media screen and (max-width:900px){.modal-001__open-label{display:block;width:100%;margin:0 auto 1%!important;max-width:365px;padding:0}}





/*20周年感謝イベント*/
.bnr_anniversary a{height: auto;display: block;text-align: center;margin: 0 auto 50px;
  width: 100%;  }
#main .bnr_anniversary a img{
    width: 100%;
    height: auto;
  }
  .bnr_anniversary {
    margin: 10px auto 0px auto !important;
    display: flex;
    flex-wrap: wrap;}
.bnr_anniversary a {
    max-width: 100% !important;
    width: auto !important;
    margin: 10px auto !important;
}
.bnr_anniversary a {
    height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 1100px;
    width: 90%;
}
/*TOP多言語モーダル挙動*/
#top .modal_bnr {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
#top .modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
    width: 100%;
}
#top .modal-container p {
    margin-bottom: 10px;
}
#top .modal-container p:last-child {
    margin-bottom: 0;
}
#top .modal-content {
    background: #FFF;
    overflow-y: auto;
    padding: 20px 25px;
    width: 90%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-height: 400px;*/
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
#top .modal-top {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
#top .modal-close {
    color: #FF0000;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
#top .modal-close:hover,#top .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
#top .modal-title {
  color: #FFF;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@media screen and (max-width: 900px) {
  .container.pc_none img{
    width: 90%;
    margin: 0 auto;
  }

  .container.pc_none{
    width: 90%;
    margin: 0 auto;
  }
    .link_btn .btnb01{
          margin-top: 25px;
    }
        .link_btn .btnb01 div{
              margin-bottom: 15px;
        }
}
.container.sp_none{
  text-align: center;
    padding: 20px;
}
.container.sp_none img{
width: 100%;}