@charset "shift_jis";
/* CSS Document */
.photo-list,
.shop_comment,
/*.option_list,*/
.weekly-schedule,
.enquete{margin-bottom: 3vh;}
@media screen and (min-width: 1000px){
  .photo-list,
  .shop_comment,
  /*.option_list,*/
  .weekly-schedule,
  .enquete{margin-bottom: 5vh;}
}
/* photo list */
.photo-list {width:100%;}
.photo-list figure img{
}

@media screen and (max-width: 999px){
  .photo-list {
    max-width:400px;width:86%;
	margin-left: auto;margin-right: auto;
  }
  .photo-list li{
    width:calc(100% / 10);
  }
}
@media screen and (min-width: 1000px){
  .photo-list{
    width:400px;
    margin-right: 5%;
  }
  .photo-list figure{
    width:100%;
  }
  .photo-list li{
    width:calc(100% / 5);
    cursor:pointer;
    -webkit-transition: filter .7s ease;transition: filter .7s ease;
  }
  .photo-list li:hover{filter: brightness(1.1);}
}
/* tab */
.main_contents .tabs {width:100%;}
.main_contents .tab-area label{
  width: calc(99.4% / 2);
}
@media screen and (min-width: 1000px){
  .main_contents .tabs{
    width:calc(100% - calc(400px + 5%));
  }
}
.main_contents .panel-area{
  min-height: 50vh;
}
.main_contents .tab-panel{
  height: 100%;padding-bottom: 3vh;
}
@media screen and (min-width: 1000px){
  .main_contents .panel-area{
    height: calc(100% - 80px);min-height: unset;
	padding-bottom: 0;
  }
  .main_contents .tab-panel{
	padding-bottom: 5vh;
  }
}
/* photo diary */
.iframe-wrap{
  width:100%;max-width: unset;
  padding: 0 3.5%;
}
@media screen and (max-width:999px){
  .iframe-wrap{
    width:100%;
    height:54vh;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
  }
  .iframe-wrap iframe {
    width:100%;
    height:100%;
    border:none;
    display:block;
  }
}
@media screen and (min-width:1000px){
  .iframe-wrap{
    width: 90%;max-width: 800px;height:100%;
	margin: 0 auto;
  }
}
/* prof */
.prof{margin-bottom: 2vh;}
//@media screen and (min-width: 1000px){
//  .prof{margin-bottom: 4vh;}
//}
.prof p{
  line-height:30px;
  margin-bottom: 1vh;
}
.prof .girls_name{
  font-size:20px;color:#f00;
}
.prof .girls_name span{
  margin:0 .3em;
  font-size:12px;color:#000;
}

.prof .icon_group{
  max-width:280px;
  margin-bottom: 1vh;
}

.prof .type_icon{
  max-width:280px;
//  margin-bottom: 1vh;
}
.prof .type_icon li{
  width: 80px;
  margin: 0px 10px 0px 0px;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  line-height: 12px;
  color: #fe8100;
  border: 1px solid #fe8100;
  text-align: center;
  float: left;
}
.prof .addtional_icon{
  max-width:280px;
  margin-bottom: 1vh;
  clear: both;
}
.prof .addtional_icon li{
  width: 80px;
  margin: 0px 10px 0px 0px;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  line-height: 12px;
  color: #fe8100;
  border: 1px solid #fe8100;
  letter-spacing: -1px;
  text-align: center;
  float: left;
}


.prof .post-btn{
  width:220px;
}
.prof .post-btn a{
  display: block;
  background-color:#fe8100;
  color:#ffffff;
  border-radius: 15px;
  transition: all .3s ease;
}
.prof .post-btn a:hover{
  background-color:#000000;
  color:#fe8100;
}
/* option list */
@media screen and (max-width: 659px){
  .option_list li{
    width: calc(calc(100% - 3px) / 4);
    margin-right: 1px;margin-bottom: 1px;
  }
  .option_list li:nth-of-type(4n){
    margin-right: 0;
  }
}
@media screen and (min-width: 660px) and (max-width: 999px){
  .option_list li{
    width: calc(calc(100% - 4px) / 5);
    margin-right: 1px;margin-bottom: 1px;
  }
  .option_list li:nth-of-type(5n){
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px){
  .option_list li{
    width: calc(calc(100% - 3px) / 4);
    margin-right: 1px;margin-bottom: 1px;
  }
  .option_list li:nth-of-type(4n){
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px){
  .option_list li{
    width: calc(calc(100% - 4px) / 5);
    margin-right: 1px;margin-bottom: 1px;
  }
  .option_list li:nth-of-type(5n){
    margin-right: 0;
  }
}
/* enquete */
.enquete li{
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 999px){
  .enquete li{
    height:auto;
	padding:10px;
    line-height:inherit;
  }
  .enquete li span{
    width:100%;
  }
  .enquete li span:nth-of-type(2){
	color:#f00;
  }
}
.enquete li:nth-of-type(odd){
  background:#f5f5f5;
}
.enquete li:nth-child(2n+1):last-child{
  display:none !important;
}
@media screen and (min-width: 1000px){
  .enquete ul{
    column-count:2;column-gap:0;
  }
  .enquete li{
    height:40px;
    line-height:40px;
  }
  .enquete li span{
    width:40%;
  }
  .enquete li span:first-of-type{
    width:60%;
    text-indent:1em;
    overflow: hidden;
  }
/* ...... */
  .enquete li:nth-of-type(n+9){
    background:transparent;
  }
  .enquete li:nth-of-type(10),
  .enquete li:nth-of-type(12),
  .enquete li:nth-of-type(14),
  .enquete li:nth-of-type(16),
  .enquete li:nth-of-type(18){
    background:#f5f5f5;
  }
}
/* 190801_slick */
.photo-list {
  position: relative;
}
.slide {
  display: none;
}
.slide li {
  list-style: none;
}
.slide.slick-initialized {
  display: block;
}

.slick-dots {
  display: flex;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  width: calc(100% / 10);
}
.slick-dots li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
}
.slick-dots li.slick-active img {
  opacity: 1;
}
.slick-prev {
  position: absolute;
  z-index: 99;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  left: 10px;
  opacity: 0.5;
}
.slick-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 10px;
  opacity: 0.5;
}


.discount_txt {
  width: 100%;
  margin-bottom: 5vh;
  padding: 5px;
}




/* ============================================
	{o
============================================ */
.sub_sche_list{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
	background:url("/com/temp4/img/top/cast03_bg.jpg") no-repeat 50% top;
	background-size:cover;
}
.sub_sche_list .box{
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 50px 0px;
}
.sub_sche_list .box .ttlarea{
	display:block;
	width:450px;
	margin: 0px auto 30px auto;
	padding: 10px 0px 10px 0px;
}
.sub_sche_list .box .ttlarea h2{
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:28px;
	line-height:60px;
	letter-spacing: 3pt;
	color: #ffffff;
	font-weight: 600;
}
.sub_sche_list .box .ttlarea h2 span{
	display:block;
	font-size:14px;
	line-height:16px;
	letter-spacing: 1pt;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.sub_sche_list .box .ttlarea .sub{
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:5px 20px 5px 20px;
	font-size:14px;
	line-height:16px;
	letter-spacing: 1pt;
	color: #ffffff;
	background-color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	-webkit-border-radius:100px 100px 100px 100px;
    -moz-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
}
.sub_sche_list .girls_list{
	margin:0px auto 20px auto;
}
.sub_sche_list ul{
	display: block;
	margin:0px auto 50px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
	position: relative;
	z-index:1;
}
.sub_sche_list ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.sub_sche_list ul li{
	display:block;
	width: 238px;
	margin: 0px 16px 16px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	float: left;
}
.sub_sche_list ul li:nth-child(4n){
	margin: 0px 0px 16px 0px;
}
.sub_sche_list ul li a{
	position: relative;
	display:block;
	width:82%;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.sub_sche_list ul li img.girl{
	display:block;
	width:100%;
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.sub_sche_list ul li img.label01{
	display:block;
	width:80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.sub_sche_list ul li .prof{
	display:block;
	position: relative;
	width:100%;
	margin: 0px 0px 20px 0px;
	padding:0px 0px 0px 15px;
	border-left: 7px solid #000000;
}
.sub_sche_list ul li .prof h3{
	display:block;
	margin: 0px 0px 5px 0px;
	padding:0px;
	font-size:10px;
	line-height:18px;
	color: #000000;
	font-weight:normal;
}
.sub_sche_list ul li .prof h3 span{
	display: inline-block;
	font-size:14px;
	color: #fe8100;
	margin: 0px 5px 0px 0px;
	font-weight:600;
}
.sub_sche_list ul li .prof p.txt01{
	display:block;
	margin: 0px 0px 5px 0px;
	padding:0px;
	font-size:10px;
	line-height:12px;
	height:12px;
	color: #000000;
}
.sub_sche_list ul li .prof p.txt02{
	display:block;
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-size:10px;
	line-height:12px;
	color: #000000;
}
.sub_sche_list ul li .prof .new{
	position: absolute;
	top: 5px;
	right: 0;
	display:block;
	width: 40px;
	height: 40px;
	padding:8px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	text-align: center;
	color: #ffffff;
	background-color: #fe8100;
	-webkit-border-radius:100px 100px 100px 100px;
    -moz-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
}
.sub_sche_list ul li ul{
	display: block;
	margin:0px auto 20px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
}
.sub_sche_list ul li ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.sub_sche_list ul li ul li{
	display:block;
	width: 58px;
	font-size: 9px;
	line-height: 10px;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #fe8100;
	border: 1px solid #fe8100;
	text-align: center;
	float: left;
}
.sub_sche_list ul li ul li:nth-child(3n){
	margin: 0px 0px 0px 0px;
}
.sub_sche_list ul li .time{
	display:block;
	width:100%;
	height: 40px;
	padding:15px 0px 0px 0px;
	font-size:12px;
	line-height:12px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}
.sub_sche_list .box a.btn{
	display:block;
	width: 130px;
	height: 40px;
	vertical-align: middle;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	transition:all .2s ease;
}
.sub_sche_list .box a.btn:hover{
	background-color: #fe8100;
}


@media screen and (max-width: 1000px) {

.sub_sche_list .box{
	width:90%;
}
.sub_sche_list ul li{
	width:30%;
	margin: 0px 5% 5% 0px;
}
.sub_sche_list ul li:nth-child(4n){
	margin: 0px 5% 5% 0px;
}
.sub_sche_list ul li:nth-child(3n){
	margin: 0px 0px 5% 0px;
}
.sub_sche_list ul li a{
	width:85%;
}
.sub_sche_list ul li ul li{
	width: 32%;
	margin: 0px 2% 0px 0px;
}

}


@media screen and (max-width: 768px) {

.sub_sche_list .box{
	width:90%;
	padding: 80px 0px 80px 0px;
}
.sub_sche_list .box .ttlarea{
	display:block;
	width:450px;
	margin: 0px auto 30px auto;
	padding: 10px 0px 10px 0px;
}
.sub_sche_list .box .ttlarea h2{
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:28px;
	line-height:60px;
	letter-spacing: 3pt;
	color: #ffffff;
	font-weight: 600;
}
.sub_sche_list .box .ttlarea h2 span{
	display:block;
	font-size:14px;
	line-height:16px;
	letter-spacing: 1pt;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.sub_sche_list .box .ttlarea .sub{
	display:inline-block;
	margin:0px 0px 0px 0px;
	padding:5px 20px 5px 20px;
	font-size:14px;
	line-height:16px;
	letter-spacing: 1pt;
	color: #ffffff;
	background-color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	-webkit-border-radius:100px 100px 100px 100px;
    -moz-border-radius:100px 100px 100px 100px;
    border-radius:100px 100px 100px 100px;
}
.sub_sche_list ul li{
	width:48%;
	margin: 0px 4% 4% 0px;
}
.sub_sche_list ul li:nth-child(4n){
	margin: 0px 4% 4% 0px;
}
.sub_sche_list ul li:nth-child(3n){
	margin: 0px 4% 4% 0px;
}
.sub_sche_list ul li:nth-child(2n){
	margin: 0px 0% 4% 0px;
}
.sub_sche_list ul li a{
	width:90%;
	margin: 20px auto 0px auto;
}
.sub_sche_list ul li img.label01{
	display:block;
	width:80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.sub_sche_list ul li .prof{
	margin: 0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	border-left: 0px solid #000000;
}
.sub_sche_list ul li .prof h3{
	margin: 0px 0px 5px 0px;
	font-size:10px;
	line-height:18px;
}
.sub_sche_list ul li .prof h3 span{
	font-size:14px;
	margin: 0px 5px 0px 0px;
}
.sub_sche_list ul li .prof p.txt01{
	margin: 0px 0px 5px 0px;
	font-size:10px;
	line-height:12px;
}
.sub_sche_list ul li .prof p.txt02{
	font-size:10px;
	line-height:12px;
}
.sub_sche_list ul li .prof .new{
	position: absolute;
	top: 5px;
	right: 0;
	display:block;
	width: 40px;
	height: 40px;
	padding:8px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
}
.sub_sche_list ul li ul{
	margin:0px auto 20px auto;
}
.sub_sche_list ul li ul li{
	width: 32%;
	margin: 0px 2% 0px 0px;
	font-size: 9px;
	line-height: 10px;
	padding: 3px 0px 3px 0px;
}
.sub_sche_list ul li ul li:nth-child(2n){
	margin: 0px 2% 0px 0px;
}
.sub_sche_list ul li .time{
	display:block;
	width:100%;
	height: 40px;
	padding:15px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}
.sub_sche_list .box a.btn{
	display:block;
	width: 130px;
	height: 40px;
	vertical-align: middle;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	transition:all .2s ease;
}
.sub_sche_list .box a.btn:hover{
	background-color: #fe8100;
}


}


@media screen and (max-width: 600px) {

.sub_sche_list .box .ttlarea{
	width:90%;
	background-size:30vw;
}
.sub_sche_list .box .ttlarea h2{
	font-size:5vw;
	line-height:10vw;
}
.sub_sche_list .box .ttlarea h2 span{
	font-size:2.5vw;
	line-height:3vw;
}
.sub_sche_list .box .ttlarea .sub{
	padding:5px 20px 5px 20px;
	font-size:2.5vw;
	line-height:3vw;
}

.sub_sche_list .box a.btn{
	display:block;
	width: 130px;
	height: 40px;
	vertical-align: middle;
	margin:0px auto 0px auto;
	padding:15px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	transition:all .2s ease;
}

}



@media screen and (max-width: 450px) {

.sub_sche_list{
	background:url("/com/temp4/img/common/contents_back.jpg") repeat 0% top;
}
.sub_sche_list .box{
	width:100%;
	padding: 0px 0px 20px 3px;
}

.sub_sche_list .ttlline{
	width:100%;
	padding: 30px 0px 10px 0px;
	background:url("/com/temp4/img/common/sub_sche_bg375.jpg") no-repeat 50% top;
	background-size:cover;
}
.sub_sche_list .box .ttlarea{
	margin:0px auto 10px auto;
}

.sub_sche_list .girls_list{
	margin:0px auto;
}

.sub_sche_list ul li{
	width:49%;
	margin: 0px 1% 2% 0px;
}
.sub_sche_list ul li:nth-child(4n){
	margin: 0px 0% 2% 0px;
}
.sub_sche_list ul li:nth-child(3n){
	margin: 0px 1% 2% 0px;
}
.sub_sche_list ul li:nth-child(2n){
	margin: 0px 0% 2% 0px;
}
.sub_sche_list ul li a{
	width:98%;
	margin: 4px auto 0px auto;
}
.sub_sche_list ul li ul li{
	width: 52px;
	font-size: 7px;

	line-height: 10px;
	margin: 0px 1px 0px 0px;
	padding: 3px 0px 3px 0px;
	color: #fe8100;
	border: 1px solid #fe8100;
	text-align: center;
	float: left;
}
.sub_sche_list ul li ul li:nth-child(2n){
	margin: 0px 1px 0px 0px;
}

}
