/* ===== PC専用css ===== */
@charset 'UTF-8';

@font-face {
  font-family: Fredoka One;
  src: url('../font/FredokaOne-Regular.ttf') format("normal");
}

/* 共通 */
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #333;
  /* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
}
.hidden-desktop{
	display: none!important;
}
.hidden-phone{
	display: block!important;
}
.visible-phone{
  display: none!important;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.red{
  color: #ff0000;
}
#wrapper{
  overflow: hidden;
}
.headBody{
  width: 100%;
  margin: 0 auto;
}
.container{
  width: 1240px;
  margin: 0 auto;
}
a{
  font-size: 16px;
  text-decoration: none;
  color: #333;
  /* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
img{
  max-width: 100%;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.is_left{
  float: left;
}
.is_right{
  float: right;
}
.block{
  display: block;
}
._hover:hover{
  cursor:pointer;
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
  zoom:1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
/*リスト*/
ul[class*="colum"]{
  width: 100%;
}
ul[class*="colum"] li{
  float: left;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.colum4 li{
    width: calc(25% - 7px);
    margin-right: 7px;
}
.colum5 li{
    width: calc(20% - 5px);
    margin-right: 5px;
}
.colum6 li{
    width: calc(16.66% - 2px);
    margin-right: 2px;
}

#wrapper{
  background: url(../images/bg.jpg) repeat;
  /* background-size: 100%; */
}
.headBody{
  width: 1300px;
  margin: 0 auto;
}



#page-body .main {

}

.titImg{
  font-size: 0;
}

.flex2{
  display: flex;
  justify-content: space-between;
}
.flex2 .col .tit{
  margin-bottom: 30px;
}

#top .flex2 .col{
  margin-bottom: 35px;
}
#top .flex2 .col.top_waiting .tit{
  margin-bottom: 15px;
}


/* ヘッダー */
.page-header{
  background: #000;
  padding: 10px 0 5px;
}
header{
  /* padding: 0 20px; */
  padding: 0;
  width: 1300px;
  margin: 0 auto;
}
.logo{
  text-align: left;
}
.head_txt{
  height: 30px;
  background: #000;
}
.head_tel{
  line-height: 1.2;
  margin-right: 60px;
}
.head_tel p{
  color: #fed77a;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.head_tel p.h_time{
  font-size: 1.6rem;
}
.head_tel p.h_tel{
  font-size: 3rem;
}
.head_btn{
  position: absolute;
  right: -45px;
}
.head_container{
  display: flex;
  justify-content: space-between;
}
.head_info{
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}

/* gnav */
.g_menu ul{
  display: flex;
  gap: 0 5px;
  margin: 0 10px;
}
.g_menu li{
  flex: 1;
  text-align: center;
}
.g_menu li a{
  color: #fff;
  border:2px solid #9f791f;
  color:#fed77a;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.g_menu li a span{
  display: block;
  font-size: 0.8rem;
}


/* ピックアップ */
.top_picup{
  width: 780px;
}
.picup_wrap{ 
    border: 1px solid #9f791f;
    padding: 10px;
}
.picup_wrap .tit{
  text-align: center;
  margin-bottom: 10px;
}
.picup_wrap .flex2 .pic_txt{
  width: 390px;
  padding: 25px 0 0 20px;
  text-align: center;
      display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
/* .picup_wrap .pic_frame{
  position: relative;
  width: 211px;
  float: left;
}
.picup_wrap .pic_frame .pic_photo{
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  position: absolute;
  top: 31px;
  left: 20px;
}
.picup_wrap .pic_frame .pic_photo img{
  width: 167px;
  height: 220px;
  object-fit: cover;
} */
 .picup_wrap .pic_photo{
  position: relative;
 }
  .picup_wrap .pic_photo .event_img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  }
.picup_wrap .pic_photo,
.picup_wrap .pic_photo a{
  font-size: 0;
 }
.picup_wrap .pic_txt{

}
.picup_wrap .pic_txt .shift_name a{
  font-size: 38px;
  color: #61543d;
}
.picup_wrap .pic_txt .state_rest{
  color: #61543d;
  font-size: 1.8em;
}
.picup_wrap .pic_txt .pic_comment{
  font-size: 30px;
  color: #61543d;
  border: 1px solid #9f791f;
  padding: 10px 0;
}
.picup_wrap .pic_txt .pic_staff_comment{
  text-align: left;
  padding: 20px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
  background: url(../images/pickup_bg.png) no-repeat;
  background-size: cover;
  min-height: 266px;
  width: 100%;
  border: 1px solid #9f791f;
}
.picup_wrap .pic_txt .girls-type{
  margin: 15px 0;
  color: #61543d;
}
.picup_wrap .pic_txt .girls-type span{
  width: 48%;
  display: inline-block;
  text-align: center;
  margin: 0 1%;
  background: #61543dff;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}

.pic_btn{
  font-size: 0.9rem;
  padding: 5px;
  margin-top: 10px;
}
.pic_btn a{
  border: 1px solid #ffda59;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
}
.pic_btn:first-child{
  background-color: #5f5440;
  margin-top: 15px;

}
.pic_btn:last-child{
  background-color: #ae2424;
}





/* 新人紹介 */
.top_newface{
  width: 485px;
}
.new_wrap{

}
.new_wrap .tit{
  font-size: 0;
}
.new_wrap section{
    height: 177.5px;
    margin-bottom: 5px;
    border: 1px solid #9f791f;
    padding: 12px 20px;
}




.new_wrap .is_img {
  float: left;
  width: 120px;
  padding-right: 5px;
}
.new_wrap .is_txt {
  float: left;
  width: calc(100% - 120px - 5px);
  overflow: hidden;
  text-align: center;
      color: #61543d;
      padding-left: 20px;
}
.new_wrap .is_img img.photo{
  width: 120px;
  height: auto;
  object-fit: cover;
  border: 1px solid #7b594b;
}
.new_wrap .is_txt .on_store{
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
}
.new_wrap .is_txt .girls_name{
  font-size: 1.6rem;
  text-align: center;
  display: block;
}
.new_wrap .is_txt .girls_size{
  font-weight: bold;
  font-size: 1.2em;
  line-height: 2;

}
.new_wrap .is_txt .catch_c{
  font-size: 1.4rem;
  letter-spacing: -0.015em;
  width: 100%;
  display: inline-block;
  color: #61543d;
  padding-left: 3px;
      border-top: 1px solid #7b594b;
      padding-top: 10px;
}
.new_wrap .new_s .is_txt .catch_c{
  background: rgba(75, 181, 255, 0.7);
}
.new_wrap .new_m .is_txt .catch_c{
  background: rgba(254, 109, 151, 0.75);
}


.more_btn{
  text-align: right;
}

/* mainvisual */
#mainVisual{
  /* margin-top: 30px; */
}
#mainVisual .inner{
  padding: 20px 0 35px;
}
#mainVisual .slick-dots{
  bottom: -30px;
  text-align: left;
}
#mainVisual .slick-dots li {
  margin: 0 8px;
}
#mainVisual .slick-dots li button{
  font-size: 20px;
  color: #000;
  background: #fff;
  width: 28px;
  height: 28px;
  font-size: 16px;
}
#mainVisual .slick-dots li.slick-active button{
  color: #fff;
  background: #000;
}
#mainVisual .slick-dots li button:before{
  content: '';
}
#mainVisual .slider .slick-slide:not(.slick-center) {
-webkit-filter: brightness(40%);
-moz-filter: brightness(40%);
-o-filter: brightness(40%);
-ms-filter: brightness(40%);
filter: brightness(40%);
transition: 0.3s ease-in 0s;
}
#mainVisual .slick-next{
  right: 30px;
}
#mainVisual .slick-prev{
  left: 18px;
  z-index: 9;
}
#mainVisual .slick-prev:before, .slick-next:before{
  font-size: 35px;
}


/* footer */

.foot_other{
  margin-top: 30px;
}
.foot_other .flex{
  display: flex;
  gap: 0 15px;
  margin-bottom: 5px;
}
.foot_other .flex .col{
  flex: 1;
}
footer{
  margin-top: 80px;
  height: 155px;
  background: #000;
}
footer .footer_menu{
  margin-bottom: 30px;
  padding-top: 30px;
}
footer .footer_menu ul{
  text-align: center;
}
footer .footer_menu ul li{
  display: inline-block;
  color: #fff;
}
footer .footer_menu ul li::after{
  content: "|";
  padding-left: 5px;
  font-size: 0.8em;
}
footer .footer_menu ul li:last-child::after{
  content: "";
}
footer .footer_menu ul li a{
  color: #fff;
  font-size: 0.8em;
}
footer .copy{
  text-align: center;
  color: #fff;
  padding-top: 45px;
  font-size: 0.9em;
}



/* トップ出勤 */
.girls_list .flex5{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.girls_list .flex5 .col{
  /* width: 20%; */
  width: calc(260px - 4px);
}
ul[class*="flex5"] li{
  box-sizing: border-box;
  position: relative;
}
.girls_list li.m_girl{
  border: 1px solid #ff6e98;
  background: #ff6e98;
}
.girls_list li.s_girl{
  border: 1px solid #4bb5ff;
  background: #4bb5ff;
}
.girls_list .list_top{
  /* padding: 3px 0 0; */
}
.girls_list .list_top p{
  margin: 0 2px;
  color: #fff;
  font-size: 0.9em;
}
.girls_list figure,
.girls_list figure a{
  font-size: 0;
  background: #fff;
}
.girls_list figure:hover img{
  cursor:pointer;
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
  zoom:1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.girls_list .list_text{
  line-height: 0;
  position: absolute;
  height: 95px;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding:8px 8px 0;
  text-align: left;
}
.girls_list .list_text .type_bm{
  line-height: 1.4;
}
.girls_list .shift_name{

}
.girls_list .shift_name a{
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
}
.girls_list .catch_c{
  font-size: 0.8em;
  color: #fff;
  display: block;
  letter-spacing: -1.5px;
  font-weight: bold;
  padding-bottom: 5px;
}
.girls_list .state_rest{
  color: #fff;
  font-size: 0.8em;
  padding-bottom: 1px;
}
.girls_list .comment_girls_all{
  color: #fff;
  font-size: 0.8em;
  letter-spacing: -1.5px;
  font-weight: bold;
  padding-bottom: 5px;
}
.girls_list .girls_type {
  margin: 5px 0 0;
}
.girls_list .girls_type td{
  background: #ae2424;
  width: 35%;
  float: left;
  margin-right: 2%;
}
.girls_list .girls_type td p{
  font-size: 0.7em;
  line-height: 1.6;
  padding-left: 4px;
  letter-spacing: -1.5px;
  color: #fff;
  text-align: center;
}

/* 下層共通 */
.u_page #headVisual{
  background: url(../images/static/header.jpg)no-repeat top center;
}
.u_page .page-header{
  height: 200px;
  margin-bottom: 35px;
}
.u_page .head_container{
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
.u_page .logo{
  float: left;
  height: auto;
}
.u_page .head_btn{
  position: absolute;
  right: 0;
  bottom: 0;
}

/* イベント */
.is_event section{
  border-bottom: 1px solid #9f791f;
  margin: 30px 0;
  padding: 0 0 20px;
text-align: center;
}
.is_event .e_tit{
  color: #9f791f;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
  padding-left: 10px;
  text-align: center;
  font-size: 2rem;
}
.is_event .e_txt{
  color: #000;
  padding: 20px;
  font-size: 1.2em;
  border: 1px solid #9f791f; 
  text-align: left;
      width: 845px;
  margin: 20px auto 0;
}
.is_event .eventInner{
  padding: 30px 20px;
}

/* アンケート */
.is_enq form{
  margin-top: 45px;
}
.is_enq form input,
.is_enq form select,
.is_enq form textarea{
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.is_enq form td,
.is_enq form th{
  padding: 10px 10px 30px;
  width: 100%;
  display: block;
}
.is_enq form th{
  background: #f1bac5;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}
.is_enq form input[name="rev_name"],
.is_enq form select[name="rev_girl"]{
  width: 270px;
}
.is_enq form input[name="rev_email"]{
  width: 350px;
}
.is_enq form textarea{
  width: 700px;
}
.input-range {
  display: none;
}
.range-group {
  position: relative;
}
.range-group > a {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.range-group > a:before {
  content: "\f005";
  font-family: "fontawesome";
  font-size: 35px;
  color: #aaa;
}
.range-group > a.on:before {
  content: "\f005";
  font-family: "fontawesome";
  color: #fc3;
}
.is_enq .enqThanks section{
  text-align: center;
  border: 1px solid #4799ff;
  background: #fff;
  padding: 10px;
}
.is_enq .enqThanks section h3{
  font-size: 2.2em;
  font-weight: bold;
  color: #4799ff;
  margin: 30px 0 15px;
}
.is_enq .enqThanks section img{
  margin-bottom: 30px;
}
.is_enq .submit{
  text-align: center;
  margin: 30px;
}
.is_enq .notice{
  background: url(../images/enq/tips_bg.png)no-repeat;
  padding: 80px 30px 65px;
}
.is_enq .notice ul{
  padding: 23px 0;
}
.is_enq .notice ul li{
  font-weight: bold;
}

/* 出席簿 */
.is_schedule .date_select{
  padding: 15px 0 20px;
}
.is_schedule .date_select ul{
  text-align: center;
  width: 1140px;
  margin: 0 auto;
}
.is_schedule .date_select ul li{
  width: 23%;
  background: #000;
  position: relative;
  padding: 2px;
  line-height: 1;
}
.is_schedule .date_select ul li a{
  color: #fff;
  font-size: 2rem;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #9f791f;
  line-height: 1.6;
  padding: 4px 0;
  box-sizing: border-box;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is_schedule .date_select ul li.active{
  background: #ae2424;
}
.is_schedule .flex4{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 5px;
}
.is_schedule .flex4 li{
  width: 23% ; /* 親要素の1/4より小さい値 */ 
}
/* 親要素の疑似要素 */
.is_schedule .flex4 li::after {
  content: "";
  display:block;
  width:22%; /* 子要素と同じ幅 */
}
.is_schedule .flex4 li::before { 
  content: ""; 
  display:block; 
  width:23%; /* 子要素と同じ幅 */
  order: 1; /* アイテムの並び順 */
}
.is_schedule .girls_list figure img{
  width: 100%;
}
.is_schedule .girls_list li.m_girl{
  border: none;
}
.state_go{
  margin: 0 2px;
  color: #fff;
  font-size: 0.9em;
}

/* キャスト一覧 */
.is_girls .girls_list{
  margin-top: 20px;
}
.is_girls .girls_list p.state_go{
  border: 1px solid #9f791f;
  padding: 1px 2px;
  display: inline;
}
.is_girls .girls_list p.state_go.rest{
  border: none;
}
.is_girls .girls_list .list_text{
  padding: 5px 8px 0;
}

/* プロフィール */
.girls-img img {
	width: 100%;
}

.girls-img ul {
	width: 100%;
	overflow: hidden;
}

.girls-img ul > li {
	float: left;
  width: 19.2%;
  margin-right: 1%;
}
.girls-img ul > li:nth-child(5){
  margin-right: 0;
}


/* コース料金 */
.is_system .sysBox{
  border: 1px solid #9f791f;
  margin-bottom: 30px;
  padding: 50px 12.5%;
}
.is_system .sysBox.ply_sec,.is_system .sysBox.sys_area{
  padding: 50px 25px;
}
.is_system .sys_menu{
  padding: 0 10px;
}
.is_system .kihon{
  text-align: center;
  margin: 20px 0 35px;
}
.is_system .kihon .col{
  flex: 1;
}
.is_system .kihon .flex2{
  margin-top: 30px;
  gap: 30px;
  flex-wrap: wrap;
  align-items:stretch
}
.is_system .kihon .priceMenu dl{
  margin-bottom: 20px;
  border-bottom: 1px solid #9f791f;
  display: flex;
}
.is_system .kihon .priceMenu .rightCol dl{
  padding-top: 13px;
}
.is_system .kihon .priceMenu dt,
.is_system .kihon .priceMenu dd{
  padding: 20px 0 5px;
  justify-content: center;
}
.is_system .kihon .priceMenu dt{
  font-size: 2.2rem;
  width: 45%;
  display: flex;
  align-items: center;
  float: none;
}
.is_system .kihon .priceMenu dd{
  font-size: 3rem;
    display: flex;
    align-items: flex-end;
  width: 55%;
   float: none;
}
.is_system .kihon .priceMenu dd.col_dd{
  font-size: 2.2rem;
}
.is_system .kihon .cxl p{
  font-size: 2.2rem;
      /* color: #9f791f; */
}
.is_system .kihon .cxl{
  border-bottom: 1px solid #9f791f;
  margin-top: 40px;
}
.is_system .kihon .cxl .cxlLine span{
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: text-bottom;
  padding-top: 7px;
}
.is_system .kihon .cxl p:nth-child(2){
  font-size: 1.8rem;
}

.is_system h3{
  font-size: 3rem;
  margin-bottom: 10px;
  color: #9f791f;
  text-align: center;
  text-decoration: underline;
}

.is_system .priceMenu dt{
  float: left;
  font-size: 5rem;
  width: 35%;
  text-align: right;
}
.is_system .priceMenu dd{
  float: left;
  font-size: 5rem;
  width: 47%;
  text-align: right;
}
.is_red{
  color: #ae2424;
}
.is_system .priceMenu dl{
  border-bottom: 1px solid #9f791f;
  line-height: 1;
  margin-bottom: 15px;
}
.is_system .priceMenu .min{
  font-size: 1.2rem;
}
.is_system .info{
  color: #9f791f;
  font-size: 1.3rem;
  padding-top: 35px;
}
.is_system .info p{
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.option_table{
  display: flex;
  flex-wrap: wrap;
}
.is_system .opMenu .opBox{
  display: flex;
  width: 50%;
  margin-bottom: 5px;
}
.is_system .opMenu .opBox .op_li{
  width: 50%;
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  height: 98px;
}
.is_system .opMenu .opBox .op_li.op_name{
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.is_system .opMenu .opBox .op_li.op_price{
  border: #9f791f 1px solid;
  border-left: none;
  font-size: 3rem;
}
.is_system .ply_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.is_system .ply_table .plyBox{
  width: 32.6%;
  /* margin-bottom: 5px; */
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  height: 85px;
}
.is_system .areaBox{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center; */
  display: table;
  width: 100%;
  text-align: center;
  border-spacing: 20px 15px;
}
.is_system .area_name{
  width:30%;
  background: #000;
  color: #fff;
  margin-bottom: 40px;
  margin-right: 30px;
  /* display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center; */
  background: #000;
  color: #fff;
  font-size: 2.8rem;
  color: #fff;
  position: relative;
  /* min-height: 120px; */
  display: table-cell;
  vertical-align: middle;
}
.is_system .area_name span{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2rem;
}
.is_system .area_1 .area_name{
  background: #ae2424;
}
.is_system .area_1 .area_list{
  color: #ae2424;
}
.is_system .area_list{
  width: 70%;
  font-size: 2.8rem;
  border: #9f791f 1px solid;
  margin-bottom: 40px;
  padding: 6px 0;
  /* min-height: 120px;
  display: flex;
      justify-content: center;
      align-items: center; */
      display: table-cell;
}
.is_system .area_list span{
  display: inline-block;
  font-weight: bold;
}
.is_system .sysDef{
  font-size: 0.8rem;
  padding: 0;
}
.is_system .sysDef h3{
  color: #fff;
}
.is_system .sysDef p{
  font-weight: bold;
}
.is_system .txtNo p{
  margin-bottom: 1em;
}
.is_system .asterisk,
.is_system .square{
  padding-left: 1em;
}
.is_system .asterisk::before {
  content: "※";
  margin-left: -1em;
}
.is_system .square::before {
  content: "■";
  margin-left: -1em;
}
.mg1e{
  margin-bottom: 1em;
}

.is_system .sys_rule .sbtit{
  text-align: center;
}


.sys_area .stytem_tb th,
.sys_area .stytem_tb td{
  padding: 3px 15px;
  font-weight: normal;
  background: #fff;
  color: #333;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.sys_area .stytem_tb th.free,
.sys_area .stytem_tb td.free{
  /* background: #f6b726; */
  font-weight: bold;
}
.sys_area .stytem_tb th.f_en{
  border: 4px solid #ea5257;
  border-right: 1px solid #000;
}
.sys_area .stytem_tb th.f_area{
  border: 4px solid #ea5257;
  border-left: none;
}
.sys_area .stytem_tb th:nth-child(2),
.sys_area .stytem_tb td:nth-child(2){
  background: #fff;
}

.is_system .sys_credit .credit_btn li{
  width: 100%;
  margin: 10px 1%;
  margin-left: 0;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
}
.is_system .sys_credit .credit_btn li a{
  display: block;
  color: #fff;
}
.is_system .sys_credit .credit_txt01 p{
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2rem;
}
.is_system .sys_credit .credit_txt02 p{
  text-indent: -1em;
  padding-left: 1em;
}
.is_system .pb10{
  padding-bottom: 10px;;
}

/*チェックボックスを非表示にする*/
.is_system input {
  display: none;
}
.is_system label {
  padding: 1em;
  background: #000;
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

/*三角矢印アイコン*/
.is_system .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.is_system .icon::before,
.is_system .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
}
.is_system .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.is_system .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.is_system .wrap {
  /* border: 1px solid #000;
  margin-bottom: 10px; */
}

/*コンテンツ初めは非表示*/
.is_system .acContent {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
  padding: 0 150px;
}

/*クリックするとコンテンツ表示*/
.is_system input:checked ~ .acContent {
  max-height: max-content;
  opacity: 1;
  visibility: visible;
  padding: 0 150px 60px;
}
.is_system input:checked + label{
  background: transparent;
}
.is_system input:checked + label h3{
  color: #9f791f;
}

/* アコーディオン表示の際に三角回転 */
.is_system input:checked ~ label .icon {
  transform: rotate(180deg);
}

.is_system .acContent p{
  font-size: 1.8rem;
}
/* 待ち合わせ */
.is_system .meet{
  margin-bottom: 45px;
}
.is_system .meet_table{
  display: flex;
  width: 100%;
  border-right: 1px solid #333;
  margin-bottom: 15px;
  background: #fff;
}
.is_system .meet_table .box{
  border: 1px solid #000;
  border-right: none;
  width: 30%;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
}
.is_system .meet_table .box:last-child{
  width: 40%;
}
.is_system .meet_sec .note{
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
}
.is_system .meet_sec .note p{
  font-size: 1.3rem;
}
.is_system .meet_sec .info p{
  text-align: left;
}

/* ホテルリスト */
.is_hotel h3{
  font-size: 1.8em;
  font-weight: bold;
  background: #9f791f;
  color: #fff;
  text-align: center;
  margin:75px 0 45px;
  padding: 5px 0;
}
.hotelListWrap{
  margin-bottom: 80px;
}
.hotelWrap{
  margin-bottom: 30px;
}
.is_hotel .flex2{
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 30px 10px;
}
.is_hotel .col{
  width: calc(50% - 5px);
}
.is_hotel .hBox{
  border: 1px solid #000;
  text-align: center;
  color: #61543d;
  box-sizing: border-box;
}
.is_hotel .hBox div{
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}
.is_hotel .hBox .hName{
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  padding: 7px 0;
}
.is_hotel .hBox .hRe{
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.is_hotel .hBox .hRe.col2 p{
  width: 50%;
}
.is_hotel .hBox .hRe p:nth-child(2){
  border-left: 1px solid #000;
  box-sizing: border-box;
}
.is_hotel p.br{
  color: #fff;
  background-color: #AE2424;
}
.is_hotel p.bb{
  color: #fff;
  background-color: #000;
}
.is_hotel #boxPlint{
  padding: 0 5px;
}
.is_hotel .map_hotel_table{
  width: 100%;
  float: left;
  border: 1px solid #b9bdc2;
  background: #fff;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  padding: 5px;
  border-collapse: inherit;
  position: relative;
}
.is_hotel .map_hotel_table .h_icon{
  position: absolute;
  top: -4px;
  right: -20px;
  width: auto;
}
.is_hotel .map_hotel_table .h_icon img{
  width: 65px;
}
.is_hotel .map_hotel_table:nth-child(3),
.is_hotel .map_hotel_table:nth-child(6),
.is_hotel .map_hotel_table:nth-child(9){
  margin-right: 0;
}
.is_hotel .map_hotel_table td{
  width: 100%;
  display: block;
  font-size: 0.8em;
  padding: 3px 15px;
  /* border-bottom: 1px solid #b9bdc2; */
}
.is_hotel .map_hotel_table td.parking{
  border-left: 1px solid #b9bdc2;
}
.is_hotel .map_hotel_table td.remarks,
.is_hotel .map_hotel_table td.parking_mark,
.is_hotel .map_hotel_table td.card_mark,
.is_hotel .map_hotel_table td.play3,
.is_hotel .map_hotel_table td.play3_mark{
  width: 10.6%;
  display: inline-block;
  padding: 3px 0;
  padding-left: 15px;
  font-size: 0.7em;
  border-bottom: 0;
  border-right: 1px solid #b9bdc2;
  border-bottom: 1px solid #b9bdc2;
  border-top: 1px solid #b9bdc2;
}
.is_hotel .map_hotel_table td.parking,
.is_hotel .map_hotel_table td.card_use{
  width:28%;
  display: inline-block;
  padding: 3px 0;
  padding-left: 0;
  text-align: center;
  font-size: 0.7em;
  border-bottom: 0;
  border-right: 1px solid #b9bdc2;
  border-bottom: 1px solid #b9bdc2;
  border-top: 1px solid #b9bdc2;
}
/* .is_hotel .map_hotel_table td.card_mark{
  border-right: 0;
} */
.is_hotel .map_hotel_table td.remarks{
  text-align: center;
  padding-left: 0;
  background: #d8d8d8;
  border-left: 1px solid #b9bdc2;
}
.is_hotel .map_hotel_table td.name a{
  text-decoration: underline;
  font-weight: bold;
  color: #fd3b68;
}
.is_hotel .link_pin{
  margin: 0 5px;
}
.is_hotel .hotel_list{
  background: #fff;
  border-left: 1px solid #b9bdc2;
  border-top: 1px solid #b9bdc2;
  border-spacing: 0;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.is_hotel .hotel_list th,
.is_hotel .hotel_list td{
  border-right: 1px solid #b9bdc2;
  border-bottom: 1px solid #b9bdc2;
  padding: 3px 5px;
}
.is_hotel .hotel_list th{
  font-size: 0.9em;
  background: #fff6a9;
  text-align: center;
}
.is_hotel .hotel_list td{
  font-size: 0.8em;
}
.is_hotel .hotel_list .fixedTb{
  position: sticky;
  left: 0;
  background: #fff6a9;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}
.is_hotel .hotel_list td.h_name01{
  position: sticky;
  left: 0;
  background: #fff;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}
.is_hotel .hotel_list td.h_parking,
.is_hotel .hotel_list td.h_card{
  text-align: center;
}
.is_hotel article{
  margin-bottom: 30px;
}
.is_hotel .access img{
  padding: 0 10px;
}
.is_hotel h3.ng span{
  font-size: 0.7rem;
}
.is_hotel .hotel_list_ng{
  background: #fff;
  border-left: 1px solid #b9bdc2;
  border-top: 1px solid #b9bdc2;
  border-spacing: 0;
}
.is_hotel .hotel_list_ng th,
.is_hotel .hotel_list_ng td{
  border-right: 1px solid #b9bdc2;
  padding: 3px 5px;
  display: block;
  width: 100%;
}
.is_hotel .hotel_list_ng td{
  border-bottom: 1px solid #b9bdc2;
}
.is_hotel .hotel_list_ng th{
  border-bottom: 1px dotted #b9bdc2;
}
.is_hotel .hotel_caution{
  border: 1px solid #b9bdc2;
    background: #fff;
    padding: 5px;
    margin: 10px 10px 30px;
}
.is_hotel .listTxt{
  text-align: right;
  font-size: 0.8em;
}


/* profile */
.is_profile .girl-profile{
  margin-top: 115px;
}
.is_profile .flex{
  display: flex;
  flex-wrap: nowrap;
  gap: 0 30px;
}
.is_profile .colLeft{
  width: 660px;
  text-align: center;
}
.is_profile .colRight{
  width: calc(100% - 660px);
  border: 1px solid #9f791f;
  padding: 30px 25px;
}
.is_profile .girls-img img.mainImage{
  width: 600px;
  height: 800px;
  border: 1px solid #9f791f;
}
.is_profile h3{
  color: #fed77a;
  text-align: center;
  background: #000;
  font-size: 1.4rem;
}
.is_profile h3.sub {
  margin-bottom: 10px;
}
.is_profile h3.right_gname{
  text-align: center;
  font-size: 3em;
  color: #61543d;
  line-height: 1;
  background: transparent;
  margin-bottom: 10px;
}
.is_profile .girlsSize{
  font-size: 1.6em;
  color: #61543d;
  margin-bottom: 5px;
  text-align: center;
}

.is_profile .ring_img{
  position: absolute;
  top: 120px;
  right: -45px;
}
.is_profile .detail_list{
  border-top: 2px solid #61543d;
  padding-top: 30px;
}
.is_profile .detail_list dl{
  position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 5px;
}
.is_profile .detail_list dl:before{
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.is_profile .detail_list dl dt, .is_profile .detail_list dl dd {
  display: table-cell;
  padding: 14px 0;
  font-size: 1.2em;
  text-align: center;
}
.is_profile .detail_list dl dt{
  width: 42%;
    vertical-align: middle;
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.is_profile .detail_list dl dd {
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #9f791f;
  background: #EFECE3;
  box-sizing: border-box;
  color: #61543d;
}
.is_profile .girls-type{
  margin-bottom: 15px;
  display: flex;
  justify-content: space-evenly;
  
}
.is_profile .girls-type .taikei,
.is_profile .girls-type .type{
  width: 42%;
  display: inline-block;
  text-align: center;
  line-height:50px;
  background: #ae2424;
  color: #fff;
  font-size: 1.6rem;
}

.is_profile .today_work{

}
.is_profile .today_work .flex{
  display: flex;
  gap: 0 3px;
}
.is_profile .weekly-tb{

}
.is_profile .weekly-tb.last-tb{
  margin-right: 0;
}
.is_profile .weekly-tb th{
  background: #000;
  color: #fed77a;
  text-align: center;
  padding: 3px 0;
  display: block;
  line-height: 1;
  font-size: 1.2rem;
}
.is_profile .weekly-tb th span{
  display: block;
}
.is_profile .weekly-tb td{
  border: 1px solid #9f791f;
  background: #EFECE3;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  color: #61543d;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.is_profile .weekly-tb td span{
  display: block;
  color: #61543d;
}
.is_profile .weekly-tb td.vc{
  display: flex;
  align-items: center;
  justify-content: center;
}

.is_profile .left_top{
  width: 414px;
  float: left;
}
.is_profile .relation_op h3{
  height: 92px;
  font-size: 1.6em;
  line-height: 90px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.is_profile .relation_op h3 span{
  font-weight: bold;
}
.is_profile .relation_op h3 span span{
  font-size: 0.8em;
  padding: 0 15px;
  font-weight: normal;
}
.is_profile .relation_op .op_wrap{
  background: #fff;
  padding-top: 30px;
  margin-top: -30px;
}
.is_profile .relation_op ul li{
  float: left;
  width: 50%;
  text-align: center;
}
.is_profile .girl-blog{
  margin-top: 20px;
  padding: 10px 8px 10px;
}
.is_profile .girl-blog p.id_none{
  text-align: center;
  margin-top: 45px;
}
.is_profile .girl-right-box{
  float: left;
  width: 460px;
}
.is_profile .comment{
  margin: 15px 0 15px;
}
.is_profile .comment_inner{
  border: 1px solid #9f791f;
  padding: 15px 20px 20px;
  background: #EFECE3;
}
.is_profile .option_box{
  margin-top: 45px;
}
.is_profile .option_box h3{
  display: block;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
.is_profile .option_box h3.op_tit2{
  padding-left: 45px;
}
.is_profile .flex.playFlex{
  display: flex;
  flex-wrap: wrap;
  gap: 0 1%;
  flex-direction: row;
  justify-content: space-between;
}
.is_profile .flex.playFlex .col{
  display: flex;
  width: 32%;
  border: 1px solid #9f791f;
  margin-bottom: 8px;
}
.is_profile .flex.playFlex .col .cld_col{
  line-height: 42px;
  letter-spacing: -2px;
}
.is_profile .flex.playFlex .col .cld_col.name{
  width: 70%;
  background: #000;
  color: #fff;
}
.is_profile .flex.playFlex .col .cld_col.mark{
  width: 30%;
  color: #ae2424;
}
.is_profile #option-play .flex.playFlex::after{
  content:"";
  display: block;
  width:32%;
}
.is_profile .option_box table{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.is_profile .option_box table th{
  display: table-cell;
  font-size: 0.8em;
  margin-right: 20px;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
  background: #000;
  color: #fff;
  border-top: 1px solid #9f791f;
  border-left: 1px solid #9f791f;
  text-align: center;
  letter-spacing: 0.1px;
  height: 42px;
}
.is_profile .option_box table th:last-child{
  display: none;
}
.is_profile .option_box table td{
  text-align: center;
  border-bottom: 1px solid #9f791f;
  border-right: 1px solid #9f791f;
  background: #fff;
}
.is_profile .option_box table#option-play th,
.is_profile .option_box table#option-play-corse th{
  width: 20%;
}
.is_profile .option_box table#option-play td,
.is_profile .option_box table#option-play-corse td{
  width: 5%;
}
.is_profile .option_box .is_left,
.is_profile .option_box .is_right{
  float: left;
  width: 48%;
  margin: 0 1%;
}
.is_profile .option_box #play-corse th{
  display: table-cell;
  text-align: center;
  margin-bottom: 8px;
  margin-right: 0;
  line-height: 30px;
  background: #cc6885;
  color: #fff;
}
.is_profile .option_box #play-corse td{
  text-align: center;
  background: #fff;
}
.is_profile .option_box #play-corse{
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.is_profile .option_box #play-corse th,
.is_profile .option_box #play-corse td{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.is_profile .option_box #play-corse th::before,
.is_profile .option_box #play-corse th::after{
  content: '';
}
.is_profile .option_box h3.op_tit_3{
  margin-top: 30px;
}

.is_profile .girl_review{
  margin-top: 45px;
  background: url(../images/profile/review.png)no-repeat;
  height: 387px;
  padding: 150px 20px 10px;
}
.is_profile .girl_review .user-name{
  padding-right: 30px;
}
.is_profile .girl_review .review_inner{
  height: 185px;
  overflow: hidden;
  overflow-y: scroll;
}
.is_profile .girl_review input[type="submit"]{
  background: #74d13a;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  cursor: pointer;
}
.is_profile .girl_review .user-comment{
  text-align: center;
}
.is_profile .girl_review .user-review{
  padding: 5px;
  font-size: 0.9em;
}
.is_profile .girl_review .user-review:nth-child(even){
  background: rgba(255, 255, 255, 0.5);
}
.is_profile .girl_review .star{
  color: #d80061;
  font-weight: bold;
}
.is_profile .girl_review .star span{
  font-size: 1.2rem;
}


/* concept */
.is_concept .main section{
  margin-top: 30px;
}





/* contact */
.is_contact section{
  border: 2px solid #f1bac5;
  background: #fff;
  margin-top: 30px;
}
.is_contact h3{
  background: #f1bac5;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2em;
}
.is_contact .contact_info{
  padding: 10px;
  font-size:0.8em;
}
.is_contact .contact_info p:first-child{
  font-size: 1.2em;
  font-weight: bold;
}
.is_contact .timeline{
  margin: 10px;
}
.is_contact .timeline ul li{
  float: left;
  width: 25%;
  border: 2px solid #ff6e98;
  text-align: center;
  margin-right: 12.5%;
  color: #ff6e98;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
}
.is_contact .timeline ul li::after{
  content: '▶';
  color: #ff6e98;
  position: absolute;
  right: -32%;
  font-weight: bold;
  font-size: 1.6em;
  top: -2px;
}
.is_contact .timeline ul li:last-child::after{
  content: '';
}
.is_contact .timeline ul li.active{
  background: #ff6e98;
  color: #fff;
}
.is_contact .timeline ul li:last-child{
  margin-right: 0;
}
.is_contact .mail-form{
  padding: 10px;
}
.is_contact .mail-form p{
  font-size:0.8em;
}
.is_contact .mail-form form{
  margin-top: 5px;
  border-top: 1px solid #ddd;
}
.is_contact .tb-cell {
  display: table;
  width: 100%;
  margin: 20px auto 40px auto;
  text-align: left;
}
.is_contact .tb-cell .row {
  display: table-row;
}
.is_contact .tb-cell .row .cell {
  display: table-cell;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
}
.is_contact .tb-cell .row .cell:nth-child(odd) {
  width: 200px;
}
.is_contact .tb-cell .row .cell:nth-child(even) {
  width: 650px;
}
.is_contact .mail-form .row .cell {
  padding: 10px;
}
.is_contact .mail-form .row .cell:nth-child(1) {
  background: #f1bac5;
}
.is_contact .mail-form .row .cell:nth-child(2) {
  background: #fff;
}
.is_contact .mail-form input,
.is_contact .mail-form textarea{
  padding: 3px 5px;
}
.is_contact .mail-form input{
  width: 330px;
  height: 35px;
}
.is_contact .mail-form textarea{
  width: 100%;
  height: 200px;
}
.is_contact .mail-form .row .cell label{
  font-weight:bold;
}
.is_contact .mail-form .row .cell label span{
  font-size:0.8em;
  color: #f00;
  margin-left: 10px;
}
.btn_form{
  text-align: center;
  margin-top: 30px;
}
.is_contact #sbtn,
.is_enq #sbtn{
  background-color: #4799ff;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  height: auto;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 250px;
  box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -webkit-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -moz-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
}
.is_contact .contactConfirm .mail-form .row .cell p{
  color: #333333;
}
.is_contact .contactConfirm form{
  border: none;
}
.contactConfirm .btn_form{
  margin-bottom: 10px;
}
.is_contact .contactConfirm .mail-form .row .cell.bt{
  border-top: 1px solid #ddd;
}
.is_contact .mailComplete{
  text-align: center;
  margin: 30px 0;
}

/* 右側固定 */
.fixed_card{
  position: fixed;
  z-index: 3;
  top: 4%;
  right: 0;
  width: 150px;
}
.fixed_review{
  position: fixed;
  z-index: 3;
  top: 16%;
  right: 0;
  width: 150px;
}

/* ネット予約 */
.is_reserve section {
    border-bottom: 1px solid #9f791f;
    margin: 30px 0;
    padding: 0 0 20px;
    text-align: center;
}
.is_reserve h3{
    font-size: 3rem;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #9f791f;
    text-align: center;
    text-decoration: underline;
}

.breadcrumb-004 {
    display: flex;
    /* gap: 0 20px; */
    list-style: none;
    overflow: hidden;
    /* background-color: #000; */
    font-size: .9em;
    width: 840px;
    margin: 0 auto;;
}

.breadcrumb-004 li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
    background: #000;
    width: 25%;
    /* padding: 20px 0 20px 18px; */
    padding-left: 40px;
    height: 63px;
}

.breadcrumb-004 li:first-child a::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    content: '';
}

.breadcrumb-004 li::before,
.breadcrumb-004 li::after{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    content:'';
}

.breadcrumb-004 li::before{
    right: 0;
    border-left: 33px solid #fff;
}

.breadcrumb-004 li::after{
    right: 3px;
    border-left: 33px solid #000;
}
.breadcrumb-004 li:last-child::before{
  background: #fff;
}
.breadcrumb-004 li:last-child::after{
  border-left: 31px solid #000;
}

.breadcrumb-004 span {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
}

.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 840px;
  margin: 30px auto 0;
}

.flow07 {
  padding-left: 0;
  width: 100%;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 200px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background: #000;
  position: relative;
  line-height: 100%;
  margin: 0;
  font-size: 2rem;
}
.flow07 > li .icon07::after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 40px solid #000;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

/* .flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
}
.flow07 > li dl dt::after {
  content: '';
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #B058D6;
} */

.flow07 > li dl dd {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  text-align: left;
}
.noteReserve{
  margin: 80px auto 100px;
  width: 840px;
}
.noteReserve li{
  color: #f00;
  font-size: 1.2rem;
}


.onlineReserRequest{

  margin-bottom: 30px;
}
.onlineReserRequest__body{
  text-align: left;
  padding: 0 100px;
  font-size: 1.6rem;
  margin: 0 auto;
  counter-reset: number 0;
}
.onlineReserRequest__body ul{
  border: 2px solid #9f791f;
  background: #fff;
  padding: 0 30px 30px;
}
.onlineReserRequest__body ul li {
    color: #9f791f;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.onlineReserRequest__body ul li:before{
  background: #9f791f;
    color: #FFF;
     counter-increment: number 1; 
    content: counter(number);
    font-size: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
    line-height: 70px;
    text-align: center;
}

.is_reserve .formStateViewer .fc{
  display: flex;
      justify-content: space-evenly;
      margin: 30px 0 50px;
}
.is_reserve .formStateViewer .fc li{
  width: 280px;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 7px 0;
}
.is_reserve .formStateViewer .fc li.is-current{
  background: #ae2424;
}
.is_reserve .r_table_wrap{
  background: #fff;
  padding: 0 30px;
    margin: 0 100px;
  border:2px solid #9f791f;
}
.is_reserve .reserve_table{
  border-collapse: collapse;
  table-layout: fixed;
}
.is_reserve .reserve_table .red{
  font-size: 1.2rem;
}
.is_reserve .reserve_table th,
.is_reserve .reserve_table td{
  font-size: 1.5em;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9f791f;
}
.is_reserve .reserve_table td.colum2 label{
  display: inline-block;
  width: 48%;
  margin-bottom: 5px;
}
.is_reserve .reserve_table th span{
  font-size: 0.9rem;
  color: #f00;
  padding-left: 10px;
  vertical-align: top;
}
.is_reserve .reserve_table th a,
.is_reserve .reserve_table td a{
  font-size: 1em;
  text-decoration: underline;
}
.is_reserve .reserve_table th{
  width: 260px;
  font-weight: bold;
  border-right: 1px solid #9f791f;
  color: #9f791f;
}
.is_reserve .reserve_table td{
  width: 492px;
}
.is_reserve .reserve_table .option_list th,
.is_reserve .reserve_table .option_list td{
  border-bottom: none;
  font-size: 1em;
  padding: 5px;
  border-right: none;
  border-bottom: 1px solid #9f791f;
}
.is_reserve .reserve_table .option_list th.last,
.is_reserve .reserve_table .option_list td.last{
  border: none;
}
.is_reserve .reserve_table .option_list th{
  background: #fff;
  width: 30%;
  vertical-align: top;
}
.is_reserve .reserve_table .option_list td{
  width: 70%;
}
.is_reserve .reserve_table .option_list td.colum1 label{
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.is_reserve .reserve_table .option_list td.colum2 label{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
}
.is_reserve .reserve_table .option_list td.colum1 label input,
.is_reserve .reserve_table .option_list td.colum2 label input{
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.is_reserve .reserve_table input[type="text"],
.is_reserve .reserve_table textarea{
  padding: 5px 15px;
  border: 1px solid #9f791f;
}
.is_reserve .reserve_table input[type="text"]{
  width: 500px;
  height: 45px;
  font-size: 1.2rem;
}
.is_reserve .reserve_table input[type="text"].long{
  width: 100px;
}
.is_reserve .reserve_table ::placeholder{
  font-size: 1.2rem;
}
.is_reserve .reserve_table select{
  height: 45px;
  border: 1px solid #9f791f;
  width: 500px;
  font-size: 1.2rem;
  padding: 5px 15px;
}
.is_reserve .reserve_table textarea{
  width: 100%;
  font-size: 1.2rem;
}
.is_reserve .read{
  padding: 10px;
}
.is_reserve .read p{
  font-size: 0.8em;
}
.is_reserve .read p.read_t{
  display: inline-block;
  border: 2px solid #edaf1e;
  padding: 3px 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.is_reserve .read a{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ff6e98;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #956283;
  border-radius: 20px;
  margin: 10px 0 2px;
}
.is_reserve .read a:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.is_reserve form .btn-area{
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
}
.is_reserve form .btn-area .submit{
  background-color: #000;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 50px;
  height: auto;
  margin: 10px;
  padding: 0;
  text-align: center;
  width: 250px;
  box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -webkit-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -moz-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

/* 確認画面 */
.is_reserve .confirm_table{
  margin-top: 45px;
}
.is_reserve .confirm_table .tr{
    display: block;
    border-bottom: 1px solid #9f791f;

  }
.is_reserve .confirm_table .th,
.is_reserve .confirm_table .td{
        display: inline-block;
            padding: 20px 10px;
}
.is_reserve .confirm_table .th {
    width: 260px;
    font-weight: bold;
    color: #9f791f;
    font-size: 1.5em;

}
.is_reserve .confirm_table .td {
    width: 492px;
    font-size: 1.2rem;
    border-right: none;
}
.mailComplete{
  font-size: 1.5rem;
  margin: 200px 0;
}
/* プレイ内容 */
.is_making .playBox{
  border: 1px solid #f0638f;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.is_making #play_mSeikan{
background: url(../images/play/mSeikan/mSeikan_bg.png) no-repeat right bottom #fff;
}
.is_making #play_josou{
  background: url(../images/play/josou/josou_bg.png) no-repeat right bottom #fff;
  }
.is_making .headTit{
  margin-bottom: 25px;
}
.is_making .headTit h3{
  color: #f0638f;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: 4px dotted #f0638f;
}
.is_making .playComic{
  display: flex;
  flex-wrap: wrap;
}
.is_making .playComicImg{
  /* float: left; */
  display: flex;
  vertical-align: top;
  width: 45%;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
  cursor: pointer;
  position: relative;
  transition: .3s ease;
  font-size: 0;
}
.is_making .playComicImg:hover {
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
  transform: translateY(-8px);
}
.is_making .playComicTxt{
  /* float: right; */
  display: flex;
  vertical-align: top;
  width: 55%;
  padding-left: 5%;
  background: rgb(255 255 255 / 50%);
}
.is_making .manga-modal{
  animation: fadeOutDown .3s ease;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
  max-width: 650px;
  opacity: 0;
  padding: 40px 0;
  position: fixed !important;
  text-align: center;
  transition: .3s ease;
  width: 80%;
  visibility: hidden;
  z-index: 101 !important;
}
.is_making .manga-modal.open {
  animation: fadeInUp .3s ease;
  opacity: 1;
  visibility: visible;
}
#modal-bg {
  background: rgba(0,0,0,0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.is_making .swiper-pagination-fraction{
  bottom: -25px;
}
.is_making .slider-caption,
.is_making .swiper-pagination-fraction{
  font-size: 0.9rem;
}
.is_making .swiper-button-prev{
  background: url(../images/arrow-left.svg) no-repeat;
  width: 45px;
  left: -10px;
}
.is_making .swiper-button-next{
  background: url(../images/arrow-right.svg) no-repeat;
  width: 45px;
}
.is_making .pcEx_bg {
  background-image:  linear-gradient(90deg, transparent 0%, transparent 50%, #fff0 50%, #fff0 100%), /* 点線1の色 */
  linear-gradient(180deg, #ff6e98 1px, transparent 1px);
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.is_making .pcEx_bg p{
  color: #000;
}

/* トップ出勤 */
.top_today{
  margin-top: 30px;
}

/* メルマガ */
.is_mailmagazine .main section{
  margin-top: 30px;
}
.is_mailmagazine .main h3{
  background: #edaf1e;
  color: #fff;
  font-size: 1.4em;
  padding: 5px 10px;
  padding-left: 68px;
  font-weight: bold;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.is_mailmagazine .main h3 span{
  position: absolute;
  font-size: 0.8em;
  left: 0;
  background: #f0638f;
  color: #fff;
  transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  padding: 3px;
  border-radius: 4px;
  letter-spacing: 0;
}
.is_mailmagazine .contents_box{
  margin-bottom: 30px;
}
.is_mailmagazine .member_text{
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #edaf1e;
  border-radius: 4px;
  font-size: 0.9em;
}
.is_mailmagazine .member-wrap{
  height: 187px;
  background: url(../images/mailmagazine/note.png)no-repeat;
  padding: 30px 40px;
  padding-right: 0;
}
.is_mailmagazine .member-wrap caption{
  font-weight: bold;
  color: #f0638f;
  font-size: 1.4em;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin-bottom: 15px;
}
.is_mailmagazine .member_tb td{
  width: 50%;
}
.is_mailmagazine .member_tb td input[type="text"]{
  height: 30px;
  width: 415px;
  border: 1px solid #f0638f;
  border-radius: 3px;
  padding: 10px;
}
.is_mailmagazine .member_tb td.check{
  padding-left: 30px;
}
.is_mailmagazine .member_tb td.check label{
  padding-right: 15px;
}
.is_mailmagazine .member-wrap .btn_form{
  margin-top: 20px;
}
.is_mailmagazine .member-wrap input[type="submit"]{
  background-color: #4799ff;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  height: auto;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 250px;
  box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -webkit-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
  -moz-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
}

/* 遊び方 */
.is_howto .subtit{
  margin-top: 30px;
}

