
/* --------------------------　

日別出勤情報

------------------------- */

.dayweekLIST {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 20px 0;
}

.dayweekLIST div {
	width: 13.5%;
	background: linear-gradient(180deg,#fff 0%, #fff 50%, #f4f2f3 50%, #f4f2f3 100%);
	border: 2px solid #af48b8;
	border-radius: 3px;
}

/* 019 */
.dayweekLIST div a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.dayweekLIST div a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.dayweekLIST div a:hover {
  background: #b048b9;
  color: #FFF;
}
.dayweekLIST div a:hover:after {
  right: 0.7rem;
}
.sp-dayschedule {
	margin: 20px 0;
}
select {
	padding:10px;
	border: 1px solid #e0dfdf;
	font-size: 1.5rem;
	height: 40px;
	width: 100%;
}

.sch-type {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 20px 0;
}
.sch-type div {
	width: 49.5%;
	background: #978c98;
	font-weight: bold;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	border-radius: 6px;
}
.sch-type div a {
	padding: 15px;
	color:#fff;
	box-sizing: border-box;
	display: block;
	
}
.sch-type div a:hover {
	background: #af48b8;
	border-radius: 6px;
}
.sch-type div.active {
	background: #af48b8;
}


@media screen and (max-width: 834px) {
	

.dayweekLIST {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 20px 0;
}

.dayweekLIST div {
	width: 13.5%;
	background: linear-gradient(180deg,#fff 0%, #fff 50%, #f4f2f3 50%, #f4f2f3 100%);
	border: 2px solid #af48b8;
	border-radius: 3px;
}

/* 019 */
.dayweekLIST div a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.dayweekLIST div a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.dayweekLIST div a:hover {
  background: #b048b9;
  color: #FFF;
}
.dayweekLIST div a:hover:after {
  right: 0.7rem;
}
.sp-dayschedule {
	margin: 20px 0;
}
select {
	padding:10px;
	border: 1px solid #e0dfdf;
	font-size: 1.5rem;
	height: 40px;
	width: 100%;
}

.sch-type {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 10px 0;
}
.sch-type div {
	width: 49.5%;
	background: #978c98;
	font-weight: bold;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	border-radius: 4px;
}
.sch-type div a {
	padding: 10px;
	color:#fff;
	box-sizing: border-box;
	display: block;
	
}
.sch-type div a:hover {
	background: #af48b8;
	border-radius: 4px;
}
.sch-type div.active {
	background: #af48b8;
}
	
}


/* --------------------------　

週間出勤情報

------------------------- */

.weekly-list li {
	 border: 5px solid red;
  border-image: linear-gradient(to right, #361ea4 0%, #e62b8c 100%) 1;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.weekly-list li a,
.reserveCONTENT .weekly-list li {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
		padding: 20px;
	
}
.weekly-list li a .photo,
.reserveCONTENT .weekly-list li .photo {
	width: 14%;
	position: relative;
}
.weekly-list li a .girls-info,
.reserveCONTENT .weekly-list li .girls-info {
	width: 83%;
	position: relative;
}

.weekly-list li a .girls-info .infohead,
.reserveCONTENT .weekly-list li .girls-info .infohead{
	display: flex;
	position: relative;
	margin: 30px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #6b626c;
}

.weekly-list li a .photo img,
.reserveCONTENT .weekly-list li .photo img {
	width: 100%;
	height: auto;
}

.weekly-list li a .photo .situation,
.reserveCONTENT .weekly-list li .photo .situation {
	position: absolute;
	left:5px;
	top:5px;
	width: 60px;
	z-index:1;
	font-weight: bold;
	border-radius: 40px;
	line-height: 1.8;
}
.weekly-list li a .photo .situation .icon-taiken,
.reserveCONTENT .weekly-list li .photo .situation .icon-taiken {
	background: #e8457f;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.weekly-list li a .photo .situation .icon-new,
.reserveCONTENT .weekly-list li .photo .situation .icon-new{
	background: #52a53c;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}


.weekly-list li a .girls-info .infohead h3,
.reserveCONTENT .weekly-list li .girls-info .infohead h3 {
	font-size: 1.8rem;

}
.weekly-list li a .girls-info .infohead h3 span,
.reserveCONTENT .weekly-list li .girls-info .infohead h3 span {
	font-size: 2.4rem;
	color:#af48b8;
	font-family: 'Noto Serif JP', serif;
}
.weekly-list li a .girls-info .infohead .size,
.reserveCONTENT .weekly-list li .girls-info .infohead .size {
	font-size:1.6rem;
	position: relative;
	top:10px;
	margin-left: 10px;
}

.weekly-list li a .girls-info .infohead .listicon,
.reserveCONTENT .weekly-list li .girls-info .infohead .listicon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	position: relative;
	top:5px;
	margin-left: 10px;
}
.weekly-list li a .girls-info .infohead .listicon div,
.reserveCONTENT .weekly-list li .girls-info .infohead .listicon div {
	width: 25px;
	height: 25px;
	background: #d4d3d4;
	padding: 4px;
	box-sizing: border-box;
	margin: 0 2px;
	line-height: 1;
	border-radius: 3px;
}
.weekly-list li a .girls-info .infohead div.active,
.reserveCONTENT .weekly-list li .girls-info .infohead div.active {
	background: #af48b8;
}
.weekly-list li a .girls-info .infohead div img,
.reserveCONTENT .weekly-list li .girls-info .infohead div img {
	width: 100%;
	height: auto;
}

.weekly-list li a .girls-info .infohead .type,
.reserveCONTENT .weekly-list li .girls-info .infohead .type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 45%;
	position: absolute;
	right:0;
	top:5px;
	
}
.weekly-list li a .girls-info .infohead .type div,
.reserveCONTENT .weekly-list li .girls-info .infohead .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.3rem;
	width: 49%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}
.weekly-list li a .girls-info .infohead .type div,
.reserveCONTENT .weekly-list li .girls-info .infohead .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.3rem;
	width: 49%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}
.weekly-list li a .girls-info .catch,
.reserveCONTENT .weekly-list li .girls-info .catch {
	font-size:1.6rem;
	color:#e8457f;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
	top:10px;
}

.weekly-list li a .girls-info .sokuhime,
.reserveCONTENT .weekly-list li .girls-info .sokuhime {
	position: absolute;
	background: #fff;
	border: 3px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 20%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	top:0px;
	z-index:1;
	right: 0;
	font-size: 1.4rem;
}


.weekly-list li a .girls-info .sokuhime i,
.reserveCONTENT .weekly-list li .girls-info .sokuhime i {
	margin-right: 10px;
}

.weekly-list li a .girls-info .sokuhime.nexttime,
.reserveCONTENT .weekly-list li .girls-info .sokuhime.nexttime {
	background: #00a0e9;
}
.weekly-list li a .girls-info .sokuhime.endtime,
.weekly-list li a .girls-info .sokuhime.endtime {
	background: #221815;
}


table.listsch {
    border: 1px #8d858e solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
}

table.listsch th {
    padding: 10px;
    border: #8d858e solid;
    border-width: 0 0 1px 1px;
    background: #703076;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
	color:#fff;
}
table.listsch td {
    padding: 5px;
    border: 1px #8d858e solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background: #fff;
}


@media screen and (max-width: 834px) {
	
.weekly-list li {
	 border: 4px solid red;
  border-image: linear-gradient(to right, #361ea4 0%, #e62b8c 100%) 1;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.weekly-list li a,
.reserveCONTENT .weekly-list li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
		padding: 15px;
	
}
.weekly-list li a .photo,
.reserveCONTENT .weekly-list li .photo {
	width: 60%;
	position: relative;
	margin: auto;
}
.weekly-list li a .girls-info,
.reserveCONTENT .weekly-list li .girls-info {
	width: auto;
	position: relative;
}

.weekly-list li a .girls-info .infohead,
.reserveCONTENT .weekly-list li .girls-info .infohead {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #6b626c;
}

.weekly-list li a .photo img,
.reserveCONTENT .weekly-list li .photo img {
	width: 100%;
	height: auto;
}

.weekly-list li a .photo .situation,
.reserveCONTENT .weekly-list li .photo .situation {
	position: absolute;
	left:5px;
	top:5px;
	width: 60px;
	z-index:1;
	font-weight: bold;
	border-radius: 40px;
	line-height: 1.8;
}
.weekly-list li a .photo .situation .icon-taiken,
.reserveCONTENT .weekly-list li .photo .situation .icon-taiken {
	background: #e8457f;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}
.weekly-list li a .photo .situation .icon-new,
.reserveCONTENT .weekly-list li .photo .situation .icon-new {
	background: #52a53c;
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-bottom: 3px;
	border-radius: 40px;
}


.weekly-list li a .girls-info .infohead h3,
.reserveCONTENT .weekly-list li .girls-info .infohead h3 {
	font-size: 1.3rem;
	text-align: center;

}
.weekly-list li a .girls-info .infohead h3 span,
.reserveCONTENT .weekly-list li .girls-info .infohead h3 span {
	font-size: 2rem;
	color:#af48b8;
	font-family: 'Noto Serif JP', serif;
}
.weekly-list li a .girls-info .infohead .size,
.reserveCONTENT .weekly-list li .girls-info .infohead .size {
	font-size:1.3rem;
	position: relative;
	top:3px;
	margin-left: 0px;
	text-align: center;
	
}

.weekly-list li a .girls-info .infohead .listicon,
.reserveCONTENT .weekly-list li .girls-info .infohead .listicon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	position: relative;
	top:auto;
	margin-left: 0px;
	margin-top: 20px;
}
.weekly-list li a .girls-info .infohead .listicon div,
.reserveCONTENT .weekly-list li .girls-info .infohead .listicon div {
	width: 25px;
	height: 25px;
	background: #d4d3d4;
	padding: 4px;
	box-sizing: border-box;
	margin: 0 2px;
	line-height: 1;
	border-radius: 3px;
}
.weekly-list li a .girls-info .infohead div.active,
.reserveCONTENT .weekly-list li .girls-info .infohead div.active {
	background: #af48b8;
}
.weekly-list li a .girls-info .infohead div img,
.reserveCONTENT .weekly-list li .girls-info .infohead div img {
	width: 100%;
	height: auto;
}

.weekly-list li a .girls-info .infohead .type,
.reserveCONTENT .weekly-list li .girls-info .infohead .type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	width: auto;
	position: relative;
	right:0;
	top:5px;
	
}
.weekly-list li a .girls-info .infohead .type div,
.reserveCONTENT .weekly-list li .girls-info .infohead .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.2rem;
	width: 49%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}
.weekly-list li a .girls-info .infohead .type div,
.reserveCONTENT .weekly-list li .girls-info .infohead .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.2rem;
	width: 49%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}
.weekly-list li a .girls-info .catch,
.reserveCONTENT .weekly-list li .girls-info .catch {
	font-size:1.4rem;
	color:#e8457f;
	margin-bottom: 0;
	font-weight: bold;
	position: relative;
	top:0px;
	text-align: center;
}

.weekly-list li a .girls-info .sokuhime,
.reserveCONTENT .weekly-list li .girls-info .sokuhime {
	position: relative;
	background: #fff;
	border: 3px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 50%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	top:auto;
	z-index:1;
	left: 50%;
	transform: translate(-50%,-0%);
	font-size: 1.3rem;
}


.weekly-list li a .girls-info .sokuhime i,
.reserveCONTENT .weekly-list li .girls-info .sokuhime i {
	margin-right: 10px;
}

.weekly-list li a .girls-info .sokuhime.nexttime,
.reserveCONTENT .weekly-list li .girls-info .sokuhime.nexttime {
	background: #00a0e9;
}
.weekly-list li a .girls-info .sokuhime.endtime,
.reserveCONTENT .weekly-list li .girls-info .sokuhime.endtime {
	background: #221815;
}


table.listsch {
    border: 1px #8d858e solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
 width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

table.listsch th {
    padding: 10px;
    border: #8d858e solid;
    border-width: 0 0 1px 1px;
    background: #703076;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
	color:#fff;
}
table.listsch td {
    padding: 5px;
    border: 1px #8d858e solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background: #fff;
}
	
.tb-scroll {
		overflow-x: scroll;
}

	
}














