@charset 'UTF-8';

/* ===== base settings ===== */
html, body {
	width: 100%;
	height: 100%;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 18px;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background-size: 100%;
}

body {

  color: #333;
}
.drawer_wrapper{
  overflow: hidden;
}

a {
	color: #3399FF;
	text-decoration: underline;
}
img{
  max-width: 100%;
  height: auto;
}
.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;
}
.reserve_box input[type="text"],
.reserve_box select,
.reserve_box textarea {
  font-size: 1.3rem;
  padding: .5em;
}
input[type="text"] {
	width: 100%;
  height: 38px;
}
input[type="checkbox"] {
	width: 12px;
	height: 12px;
	margin: 0 0 5px;
	vertical-align: -2px;
}
input[type="radio"] {
	width: 12px;
	height: 12px;
  vertical-align: -2px;
}
select {
	width: 100%;
	height: 30px;
}
textarea {
	width: 100%;
	height: 80px;
	resize: none;
}

/* header */
header .site_header{
  background: #000;
  height: 28px;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .site_header p{
  color: #fed77a;
  font-size: 15px;
  line-height: 1;
}
header .site_header p svg{
  vertical-align: sub;
}
header .site_header p svg.bi-clock{
  transform: scale(-1, 1);
}
header .site_header p svg.bi-telephone-fill{
  vertical-align: text-top;
}
header .site_header p a{
  color: #fed77a;
  text-decoration: none;
  font-size: 16px;
}
header .shop_header{
  padding: 0 5px 0 10px;
}
header .shop_header a{
  font-size: 0;
}
header .shop_header .head_li{
  height: 50px;
}
header .shop_header .head_li img{
  height: 50px;
}
.head_home{
  float: left;
}
.head_res,
.head_menu{
  float: right;
}
.head_home img{
  padding: 5px 0;
}
.head_menu{

}
.head_menu{
  padding: 0;
  position: relative;
}
.head_res{

}
.drawer-hamburger{
  right: auto;
  top: auto;
  position: relative;
}
.drawer--right .drawer-hamburger{
  padding: 0;
  width: auto;
}
.drawer--right.drawer-open .drawer-hamburger{
  position: static;
}

/*リスト*/
ul[class*="colum"]{
  width: 100%;
}
ul[class*="colum"] li{
    float: left;
    display: inline-block;
    text-align: center;
    border: 1px solid #fe6ea3;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 23px;
    background: #fff;
}
.colum2 li{
    width: calc(50% - 5px);
    margin-right: 5px;
}
.colum3 li{
    width: calc(33.3% - 5px);
    margin-right: 5px;
}
.colum4 li{
    width: calc(25% - 7px);
    margin-right: 7px;
}
.colum5 li{
    width: calc(20% - 5px);
    margin-right: 5px;
}


ul[class*="flex2"]{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul[class*="flex2"] li{
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
/* ピックアップ */
.picup_wrap .pickup_box{
  height: 270px;
}
.picup_wrap .pic_bg{
  display: flex;
  align-items: stretch;
}
.picup_wrap .pic_frame{
  position: relative;
  /* width: 135px; */
  width: 50%;
  /* float: left; */
  height: 250px;
}
.picup_wrap .pic_frame > img{
  width: auto;
  height: 250px;
  z-index: 999;
  position: absolute;
}
.picup_wrap .pic_frame .pic_photo{
  position: absolute;
  /* top: 5px;
  left: 6px; */
  top: 3%;
  left: 3%;
}
.picup_wrap .pic_frame .pic_photo img{
width: auto;
  height: 233px;
    object-fit: cover;
}
.picup_wrap .pic_frame .pic_photo img.eventIcon{
width: 100%;
  height: auto;
  object-fit: cover;
}

.picup_wrap .pic_frame .eventIcon{
  position: absolute;
  left: -3px;
  bottom: 0;
}
.picup_wrap .pic_txt{
  /* float: left; */
  padding-left: 20px;
  /* width: calc(100% - 135px); */
  width: 50%;
  padding-top: 2%;
  text-align: center;
   height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.picup_wrap .pic_txt .shift_name a{
  font-size: 20px;
  color: #61543d;
  text-decoration: none;
}
.picup_wrap .pic_txt .state_rest{
  color: #61543d;
  font-size: 0.8em;
}
.picup_wrap .pic_txt .pic_comment{
      color: #61543d;
      font-size: 0.9rem;
}
.picup_wrap .pic_txt .pic_staff_comment{
  color: #61543d;
  margin-top: 5px;
  background: url(../images/top/pickup_bg.png);
  background-position: right bottom;
  background-size: cover;
  min-height: 92px;
  /* min-width: 165px; */
  border: 1px solid #61543d;
  text-align: left;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  overflow: hidden scroll;
  height: 92px;
}
.picup_wrap .picupInner{
  padding: 0 20px;
}
.picup_wrap .pic_txt .girls-type{
    display: flex;
    width: 100%;
}
.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;
  font-size: 0.6rem;
}
.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: 0.75rem;
}
.pic_btn:first-child{
  background-color: #5f5440;
  margin-top: 15px;

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


/* top */
.is_top h2{
  font-size: 0;
  margin-bottom: 10px;
}
.d_more{
  margin: 10px 0;
  display: block;
}


/* 新人紹介 */
.new_wrap{
  /* margin-left: 5px; */
}
.new_wrap .new_inner{
  display: flex;
}
.new_wrap .tit{
  font-size: 0;
}
.new_wrap section{
  /* height: 170px; */
  margin: 10px;
  padding: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.new_wrap .is_img {
  height: 160px;
}
.new_wrap .is_txt {
  width: calc(100% - 120px - 15px);
  overflow: hidden;
  margin-left: 15px;
  min-height: 160px;
}
.new_wrap .is_img img.photo{
  width: auto;
  height: 160px;
  object-fit: cover;
}
.new_wrap .is_txt .on_store{
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
}
.new_wrap .is_txt .girls_name{
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 0.8em;
  margin-bottom: 2px;
  background: #ae2424;
  color: #fff;
  line-height: 1.6;
  padding: 3px 0;
}
.new_wrap .is_txt .girls_size{
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px solid #000;
  line-height: 1;
}
.new_wrap .is_txt .catch_c{
  color: #61543d;
  margin-top: 5px;
  margin-bottom: 5px;
  background-size: cover;
  min-height: 55px;
  min-width: 165px;
  border: 1px solid #61543d;
  text-align: left;
  padding: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_wrap .typeBox {
  display: flex;
  justify-content: center;
}
.new_wrap .typeBox .gicon{
  font-size: 0.6em;
  line-height: 1.6;
  padding-left: 4px;
  letter-spacing: -1.5px;
  color: #fff;
  text-align: center;
  background: #ae2424;
  width: 40%;
  margin-right: 2%;
}
.new_wrap .blogLink{

}
.new_wrap .blogLink a{
  background: #000;
  height: 27px;
display: block;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 27px;
}





.more_btn{
  text-align: right;
}

/* キャンペーン */
.is_top #mainVisual h2{
  margin-top: 0;
}
#mainVisual .inner{
  /* padding: 20px 15px;
  background: url(../images/mainVisual/bg.jpg)no-repeat;
  background-size: 100%;
  min-height: 155px; */
  position: relative;
}
.mb_bg{
  position: absolute;
}
#mainVisual .inner ul{
  padding: 10px;
}

/* トップ出勤 */
.girls_list li.m_girl{
  border: 1px solid #fff;
  background: #949494;
}
.girls_list li.s_girl{
  border: 1px solid #fff;
  background: #535353;
}
.girls_list .list_top{
  padding: 3px 0 0;
}
.girls_list .list_top p{
  margin: 0 2px;
  font-size: 0.7em;
  color: #fff;
}
.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: 85px;
  width: 100%;
  bottom: 0;
  background:rgba(0, 0, 0, 0.7);
  padding-left: 8px;
}
.girls_list .list_text .type_bm{
  line-height: 1.2;
}
.girls_list .shift_name{
  background-size: 100%;
}
.girls_list .shift_name a{
  font-size: 0.7em;
  color: #fff;
  text-decoration: none;
}
.girls_list .state_rest{
  color: #fff;
  font-size: 0.7em;
  padding-bottom: 1px;
}
.girls_list .comment_girls_all{
  color: #fff;
  font-size: 0.8em;
  letter-spacing: -1.5px;
  padding-bottom: 1px;
}
.is_top  .girls_list .comment_girls_all{
  display: none;
}
.girls_list .girls_type {
  margin: 5px 0 0;
}
.girls_list .girls_type td{
  background: #ae2424;
  width: 40%;
  float: left;
  margin-right: 2%;
}
.girls_list .girls_type td p{
  font-size: 0.6em;
  line-height: 1.6;
  padding-left: 4px;
  letter-spacing: -1.5px;
  color: #fff;
  text-align: center;
}
.girls_list .girls_type .type_table{
  width: 100%;
}


.top_schedule{
  margin-bottom: 20px;
}
.top_schedule .moreBtn{
  width: 80%;
  margin: 0 auto;
  background: #000;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.top_schedule .moreBtn a{
  color: #fff;
  text-decoration: none;
  display: block;
  border: 1px solid #9f791f;
  line-height: 1.2;
  padding: 7px 0;
}
.top_schedule .morePoint{
  text-align: center;
  margin-top: 10px;
}
.top_schedule .morePoint img{
  width: 15px;
  height: auto;
  object-fit: cover;
}

/* フッターメニュー */
/* .foot_menu{
  margin-bottom: 25px;
} */
.foot_menu .main_menu{
  margin-bottom: 10px;
}
.foot_menu .main_menu ul li{
  float: left;
  width: 50%;
}
.foot_menu .main_menu ul li:last-child{
  width: 100%;
}
.foot_menu .tap_menu{
  background: url(../images/nav/other/bg_top.png)no-repeat;
  background-size: 100%;
  padding: 30px 5px 10px;
  text-align: center;
}
.foot_menu .on_menu {
  background: url(../images/nav/other/bg.png);
  background-size: 100%;
}
.foot_menu .on_menu li{
  float: left;
  width: 50%;
  padding: 0 5%;
  margin-bottom: 2%;
}
.foot_menu .on_menu ul li a{
  font-size: 0;
}
.foot_menu .on_menu ul li img{
  height: 40px;
}

/* フッター */
footer .footer_inner{
  margin: 20px 0 60px;
}
footer .otherMenu{
  margin: 25px 10px;
}
footer .copy{
text-align: center;
    color: #fff;
    margin-top: 45px;
    font-size: 0.6rem;
    background: #000;
    padding: 2em 0 120px;
}

/* ドロワー */
.drawer-nav{
  padding:30px 20px;
  /* overflow-y: scroll; */
  background: #000;
  width: 50%;
}
.drawer-menu li{
  margin-bottom: 5px;
}
.drawer-menu li a{
background: #fff;
  color: #000;
  text-align: center;
  font-size: 0.7rem;
  padding: 10px 0;
  border: 2px solid #9f791f;
  box-sizing: border-box;
  letter-spacing: -0.4px;
}
.drawer-menu li.br_menu a{
  line-height: 1.4;
}
.drawer-menu li a.current{
  background: #ae2424;
  color: #fff;
}
.drawer-menu-item:hover{
  background: #ae2424;
  color: #fff;
  text-decoration: none;
}
.drawer-menu.d_menu02 li{
  width: 49%;
  float: left;
}
.drawer-menu.d_menu02 li:nth-child(odd){
  margin-right: 1%;
}
.drawer-menu.d_menu02 li:nth-child(even){
  margin-left: 1%;
}
.drawer-menu.d_menu02{
  margin-bottom: 5px;
}
.drawer-nav .d_bnr{
  margin-bottom: 10px;
}
.drawer-nav .d_bnr a{
  padding: 0;
}
.drawer-nav .d_bnr a img{
  height: auto;
}
.top_menu{
  margin-top: 15px;
}
.top_menu ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.top_menu li{
  width: 45%;
  margin: 0 2%;
}
.top_menu li a{
  font-size: 0;
}

.fixed_nav{
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 10px;
}
.fixed_nav.visible{
  display: block;
}
.fixed_nav .fNav{
  display: flex;
  gap: 0px 2px;
}
.fixed_nav ul li{
  /* float: left; */
  height: 64px;
  line-height: 64px;
  /* position: relative; */
}
.fixed_nav a{
  display: block;
  font-size: 0;
  /* overflow: hidden; */
}
/* .fixed_nav ul li:nth-child(1){
  width: 70%;
}
.fixed_nav ul li:nth-child(2){
  width: 30%;
} */
/* .fixed_nav ul li a img{
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
} */

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

/* 出席簿 */
.is_schedule .date_select{
  padding: 15px 0 20px;
}
.is_schedule .date_select ul{
  text-align: center;
}
.is_schedule .date_select ul li{
  display: inline-block;
  width: 23%;
  background: #000;
  position: relative;
  padding: 2px;
  line-height: 1;
}
.is_schedule .date_select ul li a{
  color: #fff;
  font-size: 0.8rem;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #9f791f;
  line-height: 1.6;
  padding: 4px 0;
  box-sizing: border-box;
  display: block;
}
.is_schedule .date_select ul li.active{
  background: #ae2424;
}
/* .is_schedule .date_select .fNum span:nth-child(1){

} */
.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;
}

/* キャスト一覧 */
.is_girls .girls_list .list_top{
  padding: 0;
  height: 18px;
}
.is_girls .girls_list .list_top p{
  display: inline-block;
  font-size: 0.6rem;
}
.is_girls .girls_list .list_top p.state_go{
  border: 1px solid #9f791f;
  padding: 1px 2px;
}

/* ホテルリスト */
.is_hotel h3{
  font-size: 1.2em;
  font-weight: bold;
  background: #9f791f;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding: 5px 0;
}
.hotelWrap{
  margin-bottom: 30px;
}
.is_hotel .hBox{
  border: 1px solid #000;
  text-align: center;
  color: #61543d;
  margin: 0 10px 15px;
}
.is_hotel .hBox div{
  border-bottom: 1px solid #000;
  font-size: 0.9rem;
}
.is_hotel .hBox .hName{
  background: #000;
  color: #fff;
  font-size: 1.4rem;
}
.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;
}

/* プロフィール */
.is_profile .page-title{
  height: 40px;
  margin-bottom: 20px;
  background-size: 100%;
}
.is_profile .cat_s .page-title{
  background-size: 100%;
}
.is_profile .page-title span{
  font-size: 20px;
  display: block;
  line-height: 33px;
  text-align: center;
  color: #fff;
}
.is_profile .today_work .weekBox{
  margin: 0 -10px;
}
.is_profile .today_work .flex7{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.is_profile .today_work span{
  display: block;
}
.is_profile .weekly-tb{
    border-spacing: 1px 0;
    flex: 1; 
} 
.is_profile .weekly-tb.last-tb{
  margin-right: 0;
}
.is_profile .weekly-tb th{
  background: #000;
  color: #fed77a;
  text-align: center;
  padding: 5px;
  position: relative;
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}
.is_profile .weekly-tb th span{
  font-size: 0.7rem;
}
.is_profile .weekly-tb td{
  border:1px solid #9f791f;
  background: #EFECE3;
  text-align: center;
  padding: 5px 0px;
  display: block;
  color: #61543d;
  font-size: 0.8rem;
  line-height: 1;
  height: 56px;
}
.is_profile .weekly-tb td.vc{
  display:flex;
  align-items: center;
  justify-content: center;
}


.is_profile .prof_img{
  width: 100%;
  /* min-height: 550px; */
  background-size: 100%;
  padding: 10px 10px 30px 20px;
  position: relative;
}
.is_profile .girl-profile{
  padding: 0 10px;
}
.is_profile .ring_img{
  position: absolute;
  bottom: -7%;
  right: -15px;
  width: 100%;
}
.is_profile .right_top{
  border: 1px solid #9f791f;
}
.is_profile .right_top .right_top_inner{
  padding: 10px;
}
.is_profile h3.right_gname{
  text-align: center;
  font-size: 1.6em;
  color: #61543d;
  line-height: 1;
  background: transparent;
}
.is_profile .girlsSize{
  text-align: center;
  font-size: 0.9rem;
  color: #61543d;
}
.is_profile .girls-type{
  margin-bottom:10px;
  padding: 0 10px;
  display: flex;
  justify-content: space-evenly;
  /* gap: 0 1%; */
}
.is_profile .girls-type .taikei,
.is_profile .girls-type .type{
  width: 42%;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
  background: #ae2424;
  color: #fff;
}
.is_profile .girls_detail{
  padding: 10px;
}
.is_profile .detail_list {
  border-top: 2px solid #61543d;
  padding-top: 20px;
}
.is_profile .detail_list dl{
  position: relative;
    display: table;
    border-collapse: separate;
    border-spacing: 0px 1px;
    width: 100%;
}
.is_profile .detail_list dl dt, .is_profile .detail_list dl dd {
  display: table-cell;
  padding: 5px 0;
  font-size: 0.7em;
  text-align: center;
}
.is_profile .detail_list dl dt{
  width: 39%;
  vertical-align: middle;
  padding-left: 5px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
.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 .relation_op h3{
  background: url(../images/profile/rc_op.png)no-repeat;
  background-size: 100%;
  height: 80px;
  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: 48%;
  margin: 0 1%;
  text-align: center;
}
.is_profile .girl-blog{
  margin-top: 20px;
}
.is_profile .girl-blog iframe{
  width: 100%;
}

.is_profile .option_box {
  padding: 10px;
}
.is_profile .option_box table{
  border-collapse: collapse;
  border-spacing: 10px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.is_profile .option_box table th{
  display: table-cell;
  font-size: 0.7rem;
  margin-right: 20px;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
  background: #000;
  color: #fff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-align: center;
  padding: 5px 2px;
  width: 27%;
}
.is_profile .option_box table td{
  text-align: center;
  border-bottom: 1px solid #9f791f;
  border-right: 1px solid #9f791f;
  border-top: 1px solid #9f791f;
  background: #fff;
  width: 20%;
  color: #ae2424;
}
.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: none;
  width: 100%;
}
.is_profile .option_box .is_right{
  margin-bottom: 15px;
}
.is_profile .option_box #play-corse th{
  display: table-cell;
  /* background: url(../images/profile/corse_bg.png)no-repeat center center; */
  text-align: center;
  margin-bottom: 8px;
  margin-right: 0;
  line-height: 25px;
  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;
  width: 100%;
}
.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 .commentBox{
  background: #EFECE3;
  border: 1px solid #9f791f;
  color: #61543d;
  margin-bottom: 15px;
}
.is_profile .comment_inner{
  padding: 10px;
  text-align: left;
  font-size: 0.8rem;
}
.is_profile h3{
  color: #fed77a;
  text-align: center;
  background: #000;
}
.is_profile h3.sub{
  margin-bottom: 10px;
}

.is_profile .colWrap{
  display: flex;
  flex-wrap: wrap;
  gap: 7px 4%;
}
.is_profile .colBox{
  width: 48%;
  display: flex;
}
.is_profile .colName{
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  background: #000;
  color: #fff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  text-align: center;
  padding: 5px 2px;
  width: 70%;
  letter-spacing: -0.2px;
}
.is_profile .colMark{
  text-align: center;
    border-bottom: 1px solid #9f791f;
    border-right: 1px solid #9f791f;
    border-top: 1px solid #9f791f;
    background: #fff;
    color: #ae2424;
    width: 30%;
}


.is_profile .girl_review{
  margin-top: 45px;
}
.is_profile .girl_review .user-name{
  padding-right: 30px;
}
.is_profile .girl_review .review_inner{
  min-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;
}
.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;
}
.is_profile #loadMore{
  text-align: center;
  margin-bottom: 10px;
}
.is_profile #loadMore span{
  display: inline-block;
  background: #74d13a;
  padding: 10px 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-radius:5px;
  transition: .4s;
  color:#fff;
}
.girls-img{
  width: 100%;
  margin: 0 auto;
}
.girls-img img {
	width: 100%;
  border: 1px solid #9f791f;
}

.flickSlider .flickThumb{
  width: calc(100% + 100px);
  margin: 0 -20px;
  padding-top: 20px;
}
.flickSlider .flickThumb li{
  margin-right: 5px;
}

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

.girls-img ul > li {
	float: left;
	width: 20%;
}


/* プレイ内容 */
.is_making .playBox{
  border: 1px solid #f0638f;
  padding: 10px;
  margin: 5px;
  background: #fff;
  margin-bottom: 30px;
}
.is_making .headTit{
  margin-bottom: 10px;
}
.is_making .headTit h3{
  color: #f0638f;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  border-bottom: 3px dotted #f0638f;
}
.is_making .playComicImg{
  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{
  margin-top: 15px;
}
.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;
  right: 10px;
  left: auto;
}
.is_making .pcEx_bg {
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ff6e98 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2em; /* 点線2のサイズ */
  line-height: 2em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}


/* システム */
.is_system .mainInner{
  margin: 10px;
}
.is_system .sysBox{
  border: 1px solid #9f791f;
  margin-bottom: 15px;
  padding: 20px 15px 25px;
}
.is_system .sys_menu{
  padding: 0 10px;
}

.is_system .kihon{
  text-align: center;
  margin: 20px 10px 10px;
}
.is_system .kihon .col{
  flex: 1;
}
.is_system .kihon .flex2{
  gap: 30px;
  flex-wrap: wrap;
  align-items:stretch
}
.is_system .kihon .priceMenu dl{
  margin-bottom: 15px;
  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: 0 0;
  justify-content: center;
}
.is_system .kihon .priceMenu dt{
  font-size: 1.3rem;
  width: 45%;
  display: flex;
  align-items: center;
  float: none;
}
.is_system .kihon .priceMenu dd{
  font-size: 2rem;
    display: flex;
    align-items: flex-end;
  width: 55%;
   float: none;
}
.is_system .kihon .priceMenu dd.col_dd{
  font-size: 1.3rem;
}
.is_system .kihon .cxl p{
  font-size: 1.3rem;
      /* color: #9f791f; */
}
.is_system .kihon .cxl{
  margin-top: 20px;
}
.is_system .kihon .cxl .cxlLine span{
  font-size: 1rem;
  display: inline-block;
  vertical-align: text-bottom;
  padding-top: 7px;
}
.is_system .kihon .cxl p:nth-child(2){
  font-size: 1rem;
}

.is_system h3{
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #9f791f;
  text-align: center;
  text-decoration: underline;
}
.is_system .priceMenu dt{
  float: left;
  font-size: 2rem;
  font-weight: bold;
  width: 32%;
  text-align: right;
}
.is_system .priceMenu dd{
  float: left;
  font-size: 2rem;
  font-weight: bold;
  width: 68%;
  text-align: right;
  padding-right: 20px;
}
.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: 0.7rem;
  padding-top: 15px;
}
.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: 42px;
}
.is_system .opMenu .opBox .op_li.op_name{
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
}
.is_system .opMenu .opBox .op_li.op_price{
  border: #9f791f 1px solid;
  border-left: none;
}
.is_system .ply_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.is_system .ply_table .plyBox{
  width: 46%;
  margin-bottom: 5px;
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  height: 42px;
}
.is_system .areaBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items:stretch
}
.is_system .area_name{
  width: 25%;
  background: #000;
  color: #fff;
  margin-bottom: 5px;
  display: flex;
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  color: #fff;
  position: relative;
}
.is_system .area_name span{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.6rem;
}
.is_system .area_1 .area_name{
  background: #ae2424;
}
.is_system .area_1 .area_list{
  color: #ae2424;
}
.is_system .area_list{
  width: 72%;
  font-size: 0.8rem;
  border: #9f791f 1px solid;
  margin-bottom: 5px;
  padding: 6px 0;
}
.is_system .area_list span{
  display: inline-block;
  font-weight: bold;
}
.is_system .sysDef{
  font-size: 0.8rem;
}
.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 .meet{
  margin-bottom: 10px;
}
.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: 20%;
  text-align: center;
  font-size: 0.7rem;
  padding: 5px 0;
}
.is_system .meet_table .box:last-child{
  width: 60%;
}
.is_system .meet_sec .note{
  border: 1px solid #000;
  padding: 10px;
  background: #fff;
}
.is_system .meet_sec .note p{
  font-size: 0.7rem;
}
.is_system .meet_sec .info p{
  text-align: left;
}



/* ネット予約 */
.is_reserve section{
  margin: 15px 10px;
}
.is_reserve h3{
      font-size: 1.1rem;
    margin-top: 10px;
    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: 100%;
  margin: 30px auto 0;
}

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

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

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

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

.flow07 > li dl {
  padding: 10px 0;
  width: 100%;
}
.flow07 > li dl dd {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  font-size: 0.8rem;
  text-align: left;
}
.noteReserve{
  margin: 30px auto 45x;
  width: 100%;
}
.noteReserve li{
  color: #f00;
  font-size: 0.9rem;
}

.onlineReserRequest{
  margin-top: 45px;
  margin-bottom: 30px;
}
.onlineReserRequest__body{
  text-align: left;
  font-size: 1rem;
  margin: 0 auto;
  counter-reset: number 0;
}
.onlineReserRequest__body ul{
  border: 2px solid #9f791f;
  background: #fff;
  padding: 0 10px 10px;
}
.onlineReserRequest__body ul li {
    color: #9f791f;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.onlineReserRequest__body ul li:before{
  background: #9f791f;
    color: #FFF;
     counter-increment: number 1; 
    content: counter(number);
    font-size: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 35px;
    text-align: center;
}
.onlineReserRequest__body ul li p{
  font-size: 0.9rem;
  width: calc(100% - 40px);
}

.is_reserve .formStateViewer .fc{
  display: flex;
      justify-content: space-evenly;
      margin: 15px 0 20px;
}
.is_reserve .formStateViewer .fc li{
  width: 33%;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
  padding: 7px 0;
  text-align: center;
}
.is_reserve .formStateViewer .fc li.is-current{
  background: #ae2424;
}


.is_reserve .r_table_wrap{
  background: #fff;
  padding: 0 10px;
  border:2px solid #9f791f;
}
.is_reserve .reserve_table{
  border-collapse: collapse;
  table-layout: fixed;
}


.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 .reserve_table{
  border-collapse: collapse;
  table-layout: fixed;
}
.is_reserve .reserve_table th,
.is_reserve .reserve_table td{
  font-size: 0.9em;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9f791f;
  width: 100%;
  display: block;
}
.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: 30%; */
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 5px 10px;
}
.is_reserve .reserve_table td{
  /* width: 70%; */
}
.is_reserve .reserve_table .option_list th,
.is_reserve .reserve_table .option_list td{
  width: 100%;
  display: block;
  border-bottom: none;
  font-size: 1em;
  padding: 5px;
  border-right: none;
}
.is_reserve .reserve_table .option_list th{
  background: #9f791f;
  font-size: 0.9rem;
  padding: 3px 10px;
}
.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: 48%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.is_reserve .reserve_table .option_list td.colum1 label input,
.is_reserve .reserve_table .option_list td.colum2 label input{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.is_reserve .reserve_table input[type="text"],
.is_reserve .reserve_table textarea{
  padding: 5px;
  border: 1px solid #9f791f;
  font-size: 1rem;
}
.is_reserve .reserve_table input[type="text"]{
  width: 100%;
  height: 40px;
}
.is_reserve .reserve_table input[type="text"].long{
  width: 100px;
}
.is_reserve .reserve_table select{
  height: 40px;
  border: 1px solid #9f791f;
  padding: 5px;
}
.is_reserve .reserve_table textarea{
  width: 100%;
}
.is_reserve .read{
  padding: 10px;
}
.is_reserve .read p{
  font-size: 0.8em;
}

.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;
}

/* 確認画面 */
.is_reserve .confirm_table{
  margin-top: 30px;
}
.reserve_info p{
  font-size: 0.8rem;
}
.is_reserve .confirm_table .tr{
    display: block;
    border-bottom: 1px solid #9f791f;
    margin-bottom: 10px;
  }
.is_reserve .confirm_table .th,
.is_reserve .confirm_table .td{
        display: block;
            padding:5px 10px;
}
.is_reserve .confirm_table .th {
    width: 100%;
    font-weight: bold;
    color: #9f791f;
    font-size: 0.9em;

}
.is_reserve .confirm_table .td {
    width: 100%;
    font-size: 0.9rem;
    border-right: none;
}
.mailComplete{
  font-size: 0.9rem;
  margin: 100px 0;
}

/* contact */
.is_contact section{
  border: 2px solid #000;
  background: #fff;
  margin: 15px 10px;
}
.is_contact h3{
  background: #000;
  color: #fed77a;
  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 #000;
  text-align: center;
  margin-right: 12.5%;
  color: #000;
  border-radius: 5px;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
}
.is_contact .timeline ul li::after{
  content: '▶';
  color: #000;
  position: absolute;
  right: -32%;
  font-weight: bold;
  font-size: 1.6em;
  top: 1px;
}
.is_contact .timeline ul li:last-child::after{
  content: '';
}
.is_contact .timeline ul li.active{
  background: #000;
  color: #fed77a;
}
.is_contact .timeline ul li:last-child{
  margin-right: 0;
}
.is_contact .mail-form{
  padding: 5px;
}
.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;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  color: #fff;
}
.is_contact .tb-cell .row .cell:nth-child(odd) {
  width: 27%;
}
.is_contact .tb-cell .row .cell:nth-child(even) {
  width: 73%;
}
.is_contact .mail-form .row .cell {
  padding: 5px;
}
.is_contact .mail-form .row .cell:nth-child(1) {
  background: #000;
}
.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: 100%;
  height: 25px;
}
.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;
  display: block;
}
.btn_form{
  text-align: center;
  margin-top: 30px;
}
.is_contact #sbtn,
.is_enq #sbtn{
  background-color: #000;
  border: 0 none;
  border-radius: 2px;
  color: #fed77a;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  height: auto;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 210px;
  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_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;
}

/* メルマガ */
.is_mailmagazine .main section{
  margin: 15px 10px;
}
.is_mailmagazine .main h3{
  background: #edaf1e;
  color: #fff;
  font-size: 1.4em;
  padding: 5px 10px;
  padding-left: 52px;
  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: 20px;
}
.is_mailmagazine .member_text{
  padding: 10px;
  background: #fff;
  border: 1px solid #edaf1e;
  border-radius: 4px;
  font-size: 0.9em;
}
.is_mailmagazine .member-wrap{
  padding: 10px;
  border: 2px solid #f0638f;
  background: #fff;
}
.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{
  width: 100%;
}
.is_mailmagazine .member_tb td{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.is_mailmagazine .member_tb td input[type="text"]{
  height: 30px;
  width: 100%;
  border: 1px solid #f0638f;
  border-radius: 3px;
  padding: 10px;
}
.is_mailmagazine .member_tb td.check{
  text-align: center;
}
.is_mailmagazine .member_tb td.check label{
  padding-right: 15px;
}
.is_mailmagazine .member-wrap .btn_form{
  margin-top: 0;
}
.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: 16px;
  font-weight: bold;
  line-height: 30px;
  height: auto;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  width: 210px;
  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: 15px;
}

/* アンケート */
.is_enq .enq_thanks{
  text-align: center;
}
.is_enq .enq_thanks h3{
  margin: 5px 0 15px;
  font-weight: bold;
  font-size: 2em;
  color: #ff6e98;
}
.is_enq .enq_thanks section{
  margin-bottom: 45px;
  border: 1px solid #f2bac5;
  margin: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}
.is_enq .enq_thanks section img{
  padding-bottom: 15px;
}

.is_enq .enq_tb_wrap{
  background: #f6f0f1;
  padding: 0px;
  margin: 10px 5px;
  border: 2px solid #f0638f;
}
.is_enq .enq_tb{
  border-collapse: collapse;
  table-layout: fixed;
}
.is_enq .enq_tb th,
.is_enq .enq_tb td{
  font-size: 0.8em;
  padding: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0638f;
  color: #333;
}
.is_enq .enq_tb td.colum2 label{
  display: inline-block;
  width: 48%;
  margin-bottom: 5px;
}
.is_enq .enq_tb th span{
  font-size: 0.9em;
  color: #f00;
  padding-left: 10px;
}
.is_enq .enq_tb th{
  width: 30%;
  font-weight: bold;
  border-right: 1px solid #f0638f;
  letter-spacing: -0.5px;
}
.is_enq .enq_tb td{
  width: 70%;
}
.is_enq .enq_tb td.enq_tel input{
  width: 30%;
  height: 25px;
  display: inline-block;
  padding: 2px;
}
.is_enq .enq_tb input[type="email"]{
  height: 30px;
  padding: 2px;
  width: 100%;
}
.is_enq .enq_tb td.used-day select{
  width: 25%;
  display: inline-block;
}
.is_enq .enq_tb_wrap .notice{
  font-size: 0.8em;
  padding: 35px 10px 40px;
  margin: 0 10px;
  background: url(../images/enq/tips_bg.png)no-repeat;
  background-size: 100%;
}
.is_enq .enq_tb_wrap .submit{
  text-align: center;
  margin: 15px 0 15px;
}

.input-range {
  display: none;
}
.range-group {
  position: relative;
}
.range-group > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: transparent;
}
.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;
}