@charset "shift_jis";
/* CSS Document */
/* chain-store-btn */
.chain-store-btn {margin: 0 auto 20px;}
.chain-store-btn a {
  max-width: 520px;
  margin: 0 auto;padding: 8px;
  font-size: clamp(14px, .2rem + 2.5vw, 18px);color: #fff;text-decoration: underline;
  display: block;
  //background: #db1f4f;
  background: #2892ac;
}
/* search-panel */
.search-panel {
  width: 96%;
  margin: 10px auto;
}
@media screen and (min-width:1800px){.search-panel {max-width: 1760px;}}
.search-bar input[type=text] {
  width: 20em;
  padding: .8em;
  border: solid 1px var(--color-common);
}
.search-bar input::placeholder {color: var(--color-border);}
.search-bar input[type=text]:focus {outline: 0;}
.search-bar input[type=submit]{
  width: 5em;
  padding: .8em;
  color: #fff;
  background: var(--color-common);
  border: solid 1px var(--color-common);
  cursor: pointer;
  outline : none;
}
.result {
  margin: 60px auto 180px;
  font-size: 16px;text-align: center;
}
/* girls_list */
.girls_list{
  width:100%;
  margin:0 auto;padding:1%;
}
.girls_list li{
  width: calc(96% / 2);
  margin:1%;
  background:#f0f0f0;
}
.girls_list li .inner{
  padding:4%;
}
@media screen and (min-width:660px){
  .girls_list li{width:calc(94% / 3);}
  .girls_list li .inner{padding:5%;}
}
@media screen and (min-width:1080px){
  .girls_list li{width:calc(90% / 5);}
}
@media screen and (min-width:1800px){
  .girls_list{
	  width:1800px;
	  padding:1% 0;
}
  .girls_list li{
	  width:320px;
	  margin:20px;
  }
  .girls_list li .inner{padding:20px;}
}
.girls_list li .thumb{
  width:100%;
  position:relative;
}
.entry_date_bg{
  width:6em;height:6em;
  position:absolute;left:0;bottom:0;
  border-top: 3em solid transparent;border-right: 3em solid transparent;border-bottom: 3em solid #ff0000b8;border-left: 3em solid #ff0000b8;
  display: block;
}
.entry_date{
  width:3em;height:3em;
  position:absolute;left:.3em;bottom:0;
	text-align:left;color:#fff;
}
.girls_list .girls_comment{
  height: 2.2em;
  margin-bottom:1em;
  border-bottom: solid 2px #000;
  line-height:2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.girls_list .girls_name{
  font-size:16px;font-weight: bold;
}
.girls_list .girls_name span{
  font-size:12px;font-weight: normal;
}
.girls_list .size{
}
.girls_list .time{
  background: var(--color-common);
  line-height:3;color:#fff;
}

.type_icon li {
  width:calc(100% / 3);height: 1.6em;
  margin: .4%;padding: 0 .2em;
  line-height: 1.6em;font-size: 10px;color: #fff;
  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
  background: var(--color-tertiary);
}

/* hygiene_date */
.cast .girls_list li .inner {
  padding-top: 0;
}
.girls_list .hygiene_date {
  height: 16px;
  padding: 0 4%;
  color: var(--color-primary);text-align: right;line-height: 16px;
}
@media screen and (min-width:660px){
  .girls_list .hygiene_date {padding: 0 5%;}
}
@media screen and (min-width:1800px){
  .girls_list .hygiene_date {
    line-height: 20px;
    padding: 0 20px;
  }
}

/* top_schedule */
.top-schedule{background: var(--color-primary);}
section.top-schedule h2 {
  margin: 0 1.6em !important;padding-top: 1.6em;
  color: #fff;
}
//.top-schedule .girls_list .time {background: var(--color-tertiary) !important;}
/* schedule */
#sch_nav{margin:0 auto;}
.schedule .tab-area{
  margin: 0 auto;
  border-bottom: solid 2px var(--color-primary);
}
@media screen and (min-width:660px){
  #sch_nav,
  .schedule .tab-area{
    width:96%;
  }
}
@media screen and (min-width:1800px){
  #sch_nav,
  .schedule .tab-area{
    width:1760px;
  }
}
.sch_weekly{
  width:100%;
  border-bottom: solid 4px #ffc800;
}
.sch_value li{
  width:13%;
  padding:1em 0;
  text-align:center;
}
.sch_weekly li a {
  display:block;
  color:#fff;
}
.sch_weekly li.active,
.profile .sch_weekly li:first-of-type,
.sch_value li:first-of-type{
  width:20%;
}
.sch_weekly li{
  width:13%;height:60px;
  line-height:60px;text-align:center;
  background:linear-gradient(225deg, transparent 8px, #000 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  color:#fff;
}
.sch_weekly li.saturday{
  background:linear-gradient(225deg, transparent 8px, #00afff 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
}
.sch_weekly li.holiday{
  background:linear-gradient(225deg, transparent 8px, #f00 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
}
.sch_weekly li.active,
.profile .sch_weekly li:first-of-type,
.schedule .sch_weekly li:hover{
  color:#000;
  background:linear-gradient(225deg, transparent 8px, #ffc800 8px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
}
@media screen and (max-width:659px){
  .sch_weekly li:not(:first-of-type){
	padding-top:1em;
    line-height:inherit;
  }
  .sch_weekly li:not(:first-of-type) span{
	display: block;
  }
}
@media screen and (min-width:1080px){
  .sch_weekly li{
    height:80px;
	line-height:80px;
    background:linear-gradient(225deg, transparent 14px, #000 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
    color:#fff;
  }
  .sch_weekly li.saturday{
    background:linear-gradient(225deg, transparent 14px, #00afff 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  }
  .sch_weekly li.holiday{
    background:linear-gradient(225deg, transparent 14px, #f00 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  }
  .sch_weekly li.active,
  .profile .sch_weekly li:first-of-type,
  .schedule .sch_weekly li:hover{
    background:linear-gradient(225deg, transparent 14px, #ffc800 14px);background-position: top left;background-size: 100% 100%;background-repeat: no-repeat;
  }
}
.sch_weekly li.active a,
.sch_weekly li a:hover{color:#000;}
.schedule .tab-area label:hover{
}
.sch_weekly li:first-of-type time:before{
  content: "–{“ú | ";
}
@media screen and (max-width:659px){
  .sch_weekly li{
	letter-spacing: -.6px;
  }
  .sch_weekly li span{
    font-size:90%;
  }
  .sch_weekly li:first-of-type time:before{
    content:"";
  }
}
.schedule .tab-area label{
  padding-top: 1.2em;
}
@media screen and (min-width:1000px){
  .schedule .tab-area label{
    padding-top: 2.2em;
  }
}

.schedule .girls_list{
  animation:tabAnim ease .6s forwards;
}
