* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-size: 16px;
	color: #4D4D4D;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
	text-decoration: none;
}

/*以下共通部分のcss*/

body {
	min-width: 1600px;
}
@media screen and (max-width: 480px) {
	body {
		min-width: auto;
	}
}

.bold {
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

/*以下　共通部分  ヘッダー*/
.header-container1 {
	text-align: center;
	height: 45px;
	background: #EBE6E0;
}

.header-container1 h1 {
	font-size: 28px;
	line-height: 49px;
	font-weight: bold;
	color: #685A4B;
}

.header-container2 {
	height: 30px;
	background: #685A4B;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.header-container2-frame {
	width: 1280px;
	height: 30px;
	margin: auto;
	position: relative;
}

.header-container2-frame p.name {
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	color: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 350px;
}

.header-container2-frame p.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 29.5px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.header-container2-frame input {
	width: 120px;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
	background: #F78B6E;
	position: absolute;
	top: 0;
	right: 350px;
	z-index: 2;
	border: none;
	cursor: pointer;
	transition-duration: 0.3s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.header-container2-frame input:hover {
	opacity: 0.7;
}

.header-container3 {
	width: 1600px;
	padding: 0 50px;
	margin: 20px auto 50px;
	display: flex;
	justify-content: space-between;
}

.header-container3 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header-container3 a {
	transition-duration: 0.3s;
}

.header-container3 a:hover {
	opacity: 0.7;
}


.header-container3 ul.header-menu1 {
	width: 480px;
}

.header-container3 ul.header-menu1 li a {
	width: 154px;
	height: 32px;
	background-color: #CCE4F0;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	padding-top: 3px;
	color: #4D4D4D;
	text-align: center;
	display: block;
}

.header-container3 ul.header-menu2 {
	width: 1000px;
	flex-wrap: wrap;
	justify-content: flex-end;
}


.header-container3 ul.header-menu2 li a {
	width: 188px;
	height: 32px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	background: #EBE6E0;
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	padding-top: 3px;
	color: #4D4D4D;
	text-align: center;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.header-container3 ul.header-menu2 li a.menu1 {
	font-size: 15px;
	line-height: 26.25px;
	color: #ffffff;
	background: #2E4016;
}

.header-container3 ul.header-menu2 li a.menu2 {
	background: #E8E4DE;
}

.header-container3 ul.header-menu2 li a.menu3 {
	background: #D8EBB1;
}

.header-container3 ul.header-menu2 li a.menu4 {
	background: #A1BA85;
}

.header-subtitle {
	line-height: 28px;
	text-align: center;
	color: #4D4D4D;
}

@media(max-width:1280px) {

	/*コンテンツ幅いかの画面でもヘッダー幅固定*/
	header {
		width: 1280px;
	}
}

/*以上　共通部分  ヘッダー*/


.page-container {
	width: 1280px;
	margin: 20px auto 0;
	padding: 0 30px 150px;
	position: relative;
}

.page-container.main_calender_container {
	padding: 0 0 150px 30px;
}

.page-container.entrylist_container {
	padding: 0 0 150px;
}


.main-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 49px;
	color: #685A4B;
	margin-bottom: 32px;
}

/*以上共通部分のcss*/

/*以下カレンダーページのcss*/

.calendar-list {
	width: 980px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.calendar-list .select {
	width: 180px;
	height: 40px;
}

.calendar-list .select select {
	width: 180px;
	height: 40px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 49px;
	color: #685A4B;
	border-color: #898DA1;
	background-color: #ffffff;
	padding-left: 20px;
}

.calendar-list li a {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 49px;
	color: #685A4B;
	transition-duration: 0.3s;
}

.calendar-list li a:hover {
	opacity: 0.7;
}

.calendar1 {
	width: 1220px;
	margin: auto;
	position: absolute;
	top: 80px;
}

.calendar1 th {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #4D4D4D;
	font-weight: normal;
	border-top: 3px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #000000;
	background: #f1e0fb;
	padding: 5px 0;
}

.calendar1 td {
	text-align: center;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	color: #4D4D4D;
	line-height: 23px;
	color: #4D4D4D;
	height: 30px;
	width: 60px;
}

.calendar1 td.orange-bg {
	background: #FFC078;
}

.calendar1 .text-input {
	width: 100%;
	height: 100%;
	line-height: 23px;
	color: #4D4D4D;
	font-weight: normal;
	border: none;
	background: #D9E4FF;
	padding: 0 10px;
}

.calendar1 .td1 {
	line-height: 23px;
	color: #4D4D4D;
	font-weight: bold;
	width: 75px;
	height: 60px;
	border: 3px solid #000000;
}

.calendar1 .td65 {
	width: 65px;
}

.calendar1 .td72 {
	width: 72px;
}

.calendar1 .td90 {
	width: 90px;
}

.calendar1 .td130 {
	width: 130px;
}

.calendar1 .td105 {
	width: 130px;
}

.calendar1 td.right-bold {
	border-right: 3px solid #000000;
}

.entry-frame1 {
	text-align: center;
	margin: 30px 0;
	position: relative;
}

.entry-frame1.entry-frame1-top2 {
	margin: 160px 0 40px;
}

.entry-frame1.entry-frame1-eventsearch {
	margin: 40px 0 40px;
	background: #f7dbe4;
	padding: 40px 25px 25px;
	border-radius: 10px;
}

.entry-frame1 .day-select-block{
	position: absolute;
	left:0;
	display: flex;
	align-items: center;
	top: 47px;
}
.entry-frame1 .day-select-block span.nyoro {
	font-size: 20px;
	font-weight: 600;
}

.entry-frame1.entry-frame1-eventsearch .day-select-block{
	position: relative;
	left:0;
	display: flex;
	align-items: center;
	top: auto;
	flex-wrap: wrap;
}


.entry-frame1 .day-select-block span.day-title{
	margin-right: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height:30.26px;
}

.entry-frame1 .day-select-block input{
	width:198px;
	height:45px;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 20px;
}

.entry-frame1 .day-select-block input.border_bold {
	border: 3px solid #4D4D4D;
}

.entry-frame1 .day-select-block span.date-input-week {
	text-align: center;
	width: 120px;
	padding: 3px 0 0;
	height: 45px;
	font-size: 24px;
	font-weight: bold;
	margin-left: 34px;
	border: 3px solid #4D4D4D;
}

.entry-frame1 .day-select-block select { /*20210127*/
  width: 198px;
  height: 45px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 20px;
}

.entry-frame1 .day-select-block .ui-datepicker-trigger{
	margin-left: 16px;
	height:22px;
	width:28px;
	background-image: url("../img/border-icon.png");
	background-size: cover;
	background-position: center;
	border:none;
	box-shadow: none;
	cursor: pointer;
	text-indent: -9999px;
}

.entry-editsend,
.entry-button {
	width: 200px;
	height: 32px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	color: #ffffff;
	background: #F78B6E;
	border: none;
	transition-duration: 0.3s;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	display: inline-block;
	margin: auto;
}

.entry-dummy-button {
	width: 200px;
	height: 32px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	color: #ffffff;
	background: #497e01;
	border: none;
	transition-duration: 0.3s;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	display: inline-block;
	margin: auto;
}

.entry-editsend:hover,
.entry-button:hover {
	opacity: 0.7;
}

.tobatchinput {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 1px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	transition: all ease .3s;
	background: #F78B6E;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	height: 32px;
	line-height: 32.75px;
	width: 180px;
	text-align: center;
}

.tobatchinput:hover {
	opacity: 0.7;
}


.main-calendar-body {
	border-bottom: 2px solid #4D4D4D;
}

.main-calendar-body tr.dummy {
	background: rgba(106, 128, 73, 0.3);
}

.table-remarks {
	padding-left: 452px;
	margin-bottom: 4px;
	position: relative;
}

.table-remarks span.time {
	font-weight: bold;
	line-height: 23px;
}

.table-remarks span.time2 {
	margin-left: 25px;
}

.table-remarks span.time3 {
	margin-left: 25px;
}

.table-remarks span.remark {
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	display: inline-block;
	width: 68px;
	height: 17px;
	text-align: center;
	padding-top: 3px;
}

.table-remarks span.remark1,
.table-remarks span.remark5 {
	color: #ffffff;
}

.table-remarks span.remark1 {
	margin-left: 168px;
}

.table-remarks div.remark_icons {
	position: absolute;
	top: -25px;
	left: 1007px;
	right: auto;
	margin: auto;
}

.table-remarks div.remark_icons span.icon {
	display: inline-block;
	font-size: 10px;
	margin-left: 8px;
}

.table-remarks div.remark_icons span.icon i {
	font-size: 16px;
	position: relative;
	z-index: 0;
}

.table-remarks div.remark_icons span.icon2 {
	margin-left: 11px;
}

.table-remarks div.remark_icons span.icon2 i::after {
	font-size: 14px;
	position: absolute;
	content: '▲';
	color: #000;
	top: 1px;
	left: 1px;
	z-index: -1;
}

.calendar-block {
	max-height: 765px;
	overflow-y: scroll;
	width:1245px;
}

table .man {
	/*男のセル*/
	background: #E5FBF7;
	text-align: center;
}

table .woman {
	/*女のセル*/
	background: #FFE8E8;
	text-align: center;
}

table.main-calendar-body td.woman,
table.main-calendar-body td.man {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	padding: 10px 0 1px;
}

table .permit {
	/*入力許可のついた担当者のセル*/
	background: #63F0EA !important;
}

table .unknown {
	/*担当者「不明」のセル*/
	background: rgba(208, 0, 0, 0.7) !important;
	color: #fff;
	font-weight: 600;
}

table .unknown span.staff_nologin,
table .unknown span.staff_login {
	background: #FFF;
}

.gray {
	background: rgba(0, 0, 0, 0.5);
	margin-left: 20px;
}

.brown {
	background: #b39779;
	margin-left: 5px;
}

.red {
	background: #FF6B6B;
	margin-left: 5px;
}

.yellow {
	background: #FFEA00;
	margin-left: 5px;
}

.green {
	background: #7DFF00;
	margin-left: 5px;
}

table .red {
	background: #FF6B6B;
	margin-left: 5px;
}

table .yellow {
	background: #FFEA00;
	margin-left: 10px;
}

table .green {
	background: #7DFF00;
	margin-left: 10px;
}

table .lightblue {
	background: #6ed6ff;
	margin-left: 10px;
}

table .gray {
	background: rgba(0, 0, 0, 0.5);
	margin-left: 50px;
}

table .brown {
	background: #b39779;
	margin-left: 50px;
}

table .ash {
	background: #f4f4f4;
	margin-left: 50px;
}

table .textred {
	color: red;
}

table .task_lemon {
	background: rgba(255, 215, 0, 0.74);
}

table .task_gray {
	background: rgba(0, 0, 0, 0.47);
}

table .left-bold {
	border-left: 3px solid #4D4D4D!important;
}

table .right-bold {
	border-right: 3px solid #4D4D4D!important;
}

table .bottom-bold {
	border-bottom: 3px solid #4D4D4D!important;
}

table.main-calendar-header thead th {
	text-align: center;
	font-weight: normal;
	line-height: 23px;
	border: 1px solid #4D4D4D;
	border-top: 3px solid #4D4D4D;
	border-bottom: 2px solid #4D4D4D;
	padding: 6px 0;
}

table.main-calendar-header thead th.th30 {
	width: 30px;
}


table.main-calendar-header thead th.th39 {
	width: 39px;
}

table.main-calendar-header thead th.th40 {
	width: 40px;
}

table.main-calendar-header thead th.th45 {
	width:45px;
}


table.main-calendar-header thead th.th70 {
	width: 70px;
}


table.main-calendar-header thead th.th75 {
	width: 75px;
}

table.main-calendar-header thead th.th210 {
	width: 210px;
}

table.main-calendar-header thead th.th215 {
	width: 215px;
}

table.main-calendar-header thead th.th230 {
	width: 230px;
}

table.main-calendar-header thead th.th240 {
	width: 240px;
}

table.main-calendar-header thead th.th250 {
	width: 250px;
}

table.main-calendar-header thead th.th85 {
	width: 85px;
}

table.main-calendar-header thead th.th90 {
	width: 90px;
}

table.main-calendar-header thead th.th360 {
	width: 360px;
}

table.main-calendar-header thead th.th178 {
	width: 178px;
}

table.main-calendar-header thead th.th180 {
	width: 180px;
}

table.main-calendar-header thead th.th190 {
	width: 190px;
}

table.main-calendar-header thead th.th195 {
	width: 195px;
}

table.main-calendar-header thead th.th35 {
	width: 35px;
}

table.main-calendar-header thead th.th280 {
	width: 280px;
}

table.main-calendar-header thead th.th300 {
	width: 300px;
}

table.main-calendar-header thead th.th310 {
	width: 310px;
}


table.main-calendar-header thead th.add-th {
	font-size: 12px;
	line-height: 14px;
}

table.main-calendar-header thead th.staff_name a {
	display: block;
	width: 90%;
	background: #bdbdbd;
	margin: auto;
	border-radius: 5px;
	font-size: 14px;
}

table.main-calendar-header thead th.oblique_line_th {
	line-height: 75%;
	text-align: left;
	padding-left: 3px;
	background-image: linear-gradient(-45deg, transparent 49%, black 49%, black 51%, transparent 51%, transparent);
}

table.main-calendar-body tbody td {
	border: 1px solid #4D4D4D;
	line-height: 23px;
	padding: 6px 0;
}

table.main-calendar-body tbody td.pl-6 {
	padding-left: 6px;
}

table.main-calendar-body tbody td.report {
	text-align: center;
	vertical-align: middle;
	position: relative;
}

table.main-calendar-body tbody td.report table.report_mark_table {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

table.main-calendar-body tbody td.report table.report_mark_table td {
	text-align: center;
	vertical-align: middle;
	border: none;
	padding: 0;
	font-size: 26px;
}

table.main-calendar-body tbody td.num-td {
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}

table.main-calendar-body tbody td.td30 {
	width: 30px;
}

table.main-calendar-body tbody td.td40 {
	width: 40px;
}

table.main-calendar-body tbody td.td70 {
	width: 70px;
}

table.main-calendar-body tbody td.td75 {
	width: 75px;
}

table.main-calendar-body tbody td.td210 {
	width: 210px;
}

table.main-calendar-body tbody td.td215 {
	width: 215px;
}

table.main-calendar-body tbody td.td230 {
	width: 230px;
}

table.main-calendar-body tbody td.td240 {
	width: 240px;
}


table.main-calendar-body tbody td.td250 {
	width: 250px;
}

table.main-calendar-body tbody td.td280 {
	width: 280px;
}

table.main-calendar-body tbody td.td85 {
	width: 85px;
}

table.main-calendar-body tbody td.td90 {
	width: 90px;
}

table.main-calendar-body tbody td.td360 {
	width: 360px;
}

table.main-calendar-body tbody td.td178 {
	width: 178px;
}

table.main-calendar-body tbody td.td180 {
	width: 180px;
}

table.main-calendar-body tbody td.td195 {
	width: 195px;
}

table.main-calendar-body tbody td.td35 {
	width: 35px;
}

table.main-calendar-body tbody td.td300 {
	width: 300px;
}

table.main-calendar-body tbody td.td310 {
	width: 310px;
}

table.main-calendar-body tbody td.date-block {
	text-align: center;
	width: 40px;
	padding: 2px;
}

table.main-calendar-body tbody td.noticeicon {
	height: 36px;
}

.cal_saturday {
	background: #C9FFD5;
}

.cal_sunday {
	background: #FFDEDE;
}

table.main-calendar-body tbody td button.edit-button {
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
	width: 23px;
	height: 23px;
	transition: 0.3s;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 9px;
	left: auto;
	top: auto;
	margin: auto;
}

table.main-calendar-body tbody td.human {
	position: relative;
	z-index: -1;
	padding-top: 12px;
	vertical-align: top;
}

table.main-calendar-body tbody td.human span.staff_nologin {
	color:#ff0000;
	font-weight: 600;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	margin: auto;
	bottom: 15px;
	left: 0;
}

table.main-calendar-body tbody td.human span.staff_login {
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	margin: auto;
	bottom: 15px;
	left: 0;
}

table.main-calendar-body tbody td.human span.staff_last_login {
	font-size: 10px;
	color: #333;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 5px;
	line-height: 10px;
}

table.main-calendar-body tbody td button.edit-button:hover {
	opacity: 0.7;
}

table.main-calendar-body tbody td.information {
	position: relative;
	vertical-align: top;
}

table.main-calendar-body tbody td.visormemo {
	vertical-align: top;
}

table.main-calendar-body tbody td.pr_ci_pl_ro {
	position: relative;
}

table.main-calendar-body tbody td.pr_ci_pl_ro a {
	position: absolute;
	text-decoration: none;
	right: 58px;
	top: auto;
	bottom: 13px;
	left: auto;
	margin: auto;
	display: block;
	width: 20px;
	height: 20px;
	transition: 0.3s;
}

table.main-calendar-body tbody td.pr_ci_pl_ro a:hover {
	opacity: 0.7;
}

table.main-calendar-body tbody span.calender_table_date {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	display: block;
	width: 118px;
	padding: 1px 0;
	text-align: center;
}

table.main-calendar-body tbody td.noticeicon span i {
	position: relative;
	font-size: 18px;
	z-index: 0;
}

table.main-calendar-body tbody td.noticeicon {
	text-align: center;
}

table.main-calendar-body tbody td.noticeicon span {
	display: inline-block;
	width: 19px;
	line-height: 1;
	vertical-align: middle;
}

table.main-calendar-body tbody td.noticeicon span.mark_notice i:after {
	position: absolute;
	content:'▲';
	color: #000;
	font-size: 17px;
	top:1px;
	left: 2px;
	z-index: -1;
}

table.main-calendar-body tbody td span.waiting_num_badge {
	position: absolute;
	top: -3px;
	right: 0px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 13px;
	background: #bb090e;
	color: #fff;
	font-weight: 400;
	font-size: 10px;
	text-align: center;
	line-height: 1.5;
}


.modal {
	width: 860px;
	background: #ffffff;
	box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.35);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
}

.modal.dummy_modal {
	background: #c7ccbf;
}

#dummy_headmes {
	font-size: 18px;
	font-weight: 600;
	background: #f00;
	color: #fff;
	margin: 40px auto auto;
	display: none;
	text-align: center;
}

.modal-container {
	position: relative;
	padding: 60px;
	height: 100vh;
	overflow-y: scroll;
	scrollbar-width: none;
}

.modal-container::-webkit-scrollbar {
  display: none;
}

.close-img {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 60px;
}

.modal h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
}

.modal .modal-flex {
	display: flex;
	justify-content: space-between;
}

.modal .modal-flex span.modal-title {
	display: inline-block;
	width: 50px;
	line-height: 23px;
}

.modal .modal-flex span.modal-title2 {
	display: inline-block;
	width: 120px;
	line-height: 23px;
}

.modal .modal-flex span.modal-title3 {
	line-height: 23px;
	margin-right: 60px;
}

.modal input.date-input {
	text-align: center;
	width: 126px;
	height: 34px;
	line-height: 23px;
}

.modal .ui-datepicker-trigger {
    margin-left: 12px;
    height: 22px;
    width: 28px;
    background-image: url(../img/border-icon.png);
    background-size: cover;
    background-position: center;
    border: none;
    box-shadow: none;
    cursor: pointer;
    text-indent: -9999px;
}

.modal select.human-input {
	padding-left: 24px;
	width: 270px;
	height: 34px;
	line-height: 23px;
}

.modal select.prefecture-select {
	padding-left: 12px;
	width: 108px;
	height: 34px;
	line-height: 23px;
}

.modal input.space-input {
	padding-left: 24px;
	width: 300px;
	height: 34px;
	line-height: 23px;
}

.modal input.room-input {
	text-align: center;
	width: 100px;
	height: 34px;
	line-height: 23px;
}

.modal input.alert-input {
	padding-left: 5px;
	width: 648px;
	height: 34px;
	line-height: 23px;
}

.modal input.permit-input {
	margin-right: 20px;
}


.modal .modal-flex1 {
	margin-top: 60px;
	justify-content: flex-start;
}

.modal .modal-flex2 {
	margin-top: 16px;
	justify-content: flex-start;
}

.modal .modal-flex3 {
	margin-top: 16px;
	align-items: flex-start;
	justify-content:space-between;
}

.modal .modal-flex3 div.textarea_wrap {
	width: 365px;
}

.modal .modal-flex3 div.textarea_wrap span {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	text-align: left;
}

.modal .modal-flex3 div.textarea_wrap textarea {
	display: inline-block;
	width: 272px;
	vertical-align: top;
	text-align: left;
}

.modal .modal-flex4 {
	display: flex;
	margin-top: 24px;
}

.modal .modal-flex5 {
	display: flex;
	margin-top: 24px;
	align-items: center;
	justify-content: flex-start;
}

.modal .modal-flex5 span.radio-label{
	margin-right: 60px;
	line-height: 23px;
}

/* 20240213 ここからRF表示用項目 */

.modal .modal-rf {
	/*display: none;*/
	transition: all ease 0.6s;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.modal .modal-rf.oprf {
	/*display: block;*/
	height: 1856px;
	opacity: 1;
}

.modal .modal-rf .modal-rf-box {
	margin-top: 24px;
	border: 2px solid #91d07f;
	padding: 47px 15px 5px;
	position: relative;
	width: 732px;
	border-radius: 7px;
	background: #fff;
}

.modal .modal-rf .modal-rf-box.rf-box-13 {
	margin-top: 15px;
	border: 2px solid #5bec40;
}

.modal .modal-rf .modal-rf-box.rf-box-15 {
	margin-top: 15px;
	border: 2px solid #4baf01;
}

.modal .modal-rf .modal-rf-box.rf-box-common {
	margin-top: 15px;
	border: 2px solid #f78b6e;
}


.modal .modal-flex6 {
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}

.modal span.openrf-button {
	display: block;
	margin: 50px auto 10px;
	width: 200px;
	height: 32px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	background: #FFF;
	border: 1px solid #404040;
	border-radius: 30px;
	transition-duration: 0.3s;
	cursor: pointer;
	opacity: 0.5;
	position: relative;
}

.modal span.openrf-button i.fas {
	position: absolute;
	height: 17px;
	right: 6px;
	top: 6px;
	bottom: 0;
	font-size: 18px;
	transition-duration: 0.3s;
}

.modal span.openrf-button:hover,
.modal span.openrf-button.oprf {
	opacity: 0.8;
}

.modal span.openrf-button.oprf i.fas {
	transform: rotate(180deg);
}

.modal span.modal-rf-time {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	background: #91d07f;
	border: none;
	width: 70px;
  padding: 3px 0 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
	height: 28px;
	margin: auto;
}

.modal .rf-box-13 span.modal-rf-time {
	background: #5bec40;
}

.modal .rf-box-15 span.modal-rf-time {
	background: #4baf01;
}

.modal .rf-box-common span.modal-rf-time {
	background: #f78b6e;
}

.modal .modal-flex6 .modal-rf-label {
	text-align: right;
	padding-right: 10px;
}

.modal .modal-flex6 .rf25 {
	width: 25%;
}

.modal .modal-flex6 .rf75 {
	width: 75%;
}

.modal .modal-rf textarea {
  height: 50px;
}

.modal .modal-rf textarea,
.modal .modal-rf input[type="text"] {
  padding-left: 5px;
}

/* 20240213 ここまでRF表示用項目 */

.modal .modal-right, .modal .modal-center {
	margin-left: 60px;
}

.modal table.modal-table {
	background: #fff;
}

.modal table.modal-table.modal-table-title th {
	height: 45px;
}

.modal table.modal-table th.th80 {
	width: 80px;
}

.modal table.modal-table th.th120 {
	width: 120px;
}

.modal table.modal-table-title th.th120 {
	height: 24px;
}

.modal table.modal-table th.time {
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	height: 24px;
}

.modal table.modal-table tbody {
  border: 1px solid #898DA1;
}

.modal table.modal-table td {
	text-align: center;
	line-height: 23px;
	padding: 6px 0;
	width: 35px;
	height: 23px;
	border: none;
	/*border-right: 1px solid #898DA1;
	border-left: 1px solid #898DA1;*/
}

.modal table.modal-table td.border-right {
	border-right: 1px solid #898DA1;
}

.modal table.modal-table td.td120 {
	width: 120px;
}

.modal table.modal-table td.man,
.modal table.modal-table td.woman {
	border-top: 1px solid #898DA1;
	border-bottom: 1px solid #898DA1;
}

.modal table.modal-table tr.green td,
.modal table.modal-table tr.lightblue td,
.modal table.modal-table tr.yellow td,
.modal table.modal-table tr.red td,
.modal table.modal-table tr.brown td,
.modal table.modal-table tr.gray td,
.modal table.modal-table tr.ash td {
	height: 23px;
	padding: 0;
}

.modal table.modal-table tr.blank td {
	height: 7px;
	padding: 0;
}

.modal table.modal-table tr.blank-border td {
	border-bottom: 1px solid #898DA1;
}

.modal table.modal-table tr.green td input,
.modal table.modal-table tr.yellow td input,
.modal table.modal-table tr.red td input,
.modal table.modal-table tr.gray td input,
.modal table.modal-table tr.brown td input {
	display: block;
	margin: auto;
}

.modal table.modal-table tr.ash td label {
	display: inline-block;
	text-align: center;
	width: 28px;
	vertical-align: middle;
	line-height: 0;
}

.modal table.modal-table tr.ash td input {
	display: none;
}

.modal table.modal-table tr.ash td i {
	color:#bbbbbb;
	font-size: 18px;
	line-height: 18px;
	position: relative;
}

.modal table.modal-table tr.ash td .up_orange input:checked + i {
	color:#ff8e74;
}

.modal table.modal-table tr.ash td .down_blue input:checked + i {
	color:#8cb1ff;
}

.modal table.modal-table tr.ash td .notice_triangle input:checked + i {
	color:#ffc900;
}

.modal table.modal-table tr.ash td .notice_triangle input:checked + i {
	color:#ffc900;
	z-index: 0;
}

.modal table.modal-table tr.ash td .notice_triangle input:checked + i:after {
	content: '▲';
	color: #000;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: -1;
}

.modal table.modal-table {
	margin-right: 15px;
}

.modal table.modal-table-title {
	margin-right: 20px;
	margin-left: 45px;
}

.modal table.modal-table.modal-table-title td {
	border-right: none;
	border-left: none;
}

.modal table.modal-table.modal-table-title td.td80-36h {
	height: 36px;
}

.modal table.modal-table.modal-table-title td.td80-blank {
	height: 36px;
}

.modal table.modal-table input[type=checkbox][readonly] {
	pointer-events: none;
}

.modal table.modal-table td:has(input[type=checkbox][readonly]) {
	cursor: not-allowed;
}

.modal span.save-button {
	display: block;
	margin: 26px auto;
	width: 200px;
	height: 32px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	color: #ffffff;
	background: #F78B6E;
	border: none;
	transition-duration: 0.3s;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
}

.modal span.save-button:hover {
	opacity: 0.7;
}

.modal span.new-button {
	position: absolute;
	left: 60px;
	top: 60px;
	height: 34px;
	width: 120px;
	text-align: center;
	border: 1px solid #4D4D4D;
	background: none;
	line-height: 34px;
	cursor: pointer;
	border-radius: 30px;
	transition-duration: 0.3s;
}

.modal span.new-button:hover {
	opacity: 0.7;
}

.modal .modal-delete-wrap {
	position: relative;
}
.modal span.delete-button {
	position: absolute;
	left: 60px;
	top: -58px;
	height: 34px;
	width: 120px;
	text-align: center;
	border: none;
	background: #4D4D4D;
	color: #ffffff;
	line-height: 34px;
	cursor: pointer;
	border-radius: 30px;
	transition-duration: 0.3s;
}

.modal span.delete-button:hover {
	opacity: 0.7;
}

.modal .modal-flex4 ul.cancel_task {
	margin-left: 20px;
	background: #eef7ff;
	padding: 10px 10px 5px;
	border: 1px solid #898DA1;
}

.modal .modal-flex4 ul.cancel_task li {
	font-size: 14px;
	display: block;
	position: relative;
	width: 170px;
	height: 24px;
}

.modal .modal-flex4 ul.cancel_task li.cancel_task_title {
	text-align: center;
	font-weight: 600;
	height: 28px;
}

.modal .modal-flex4 ul.cancel_task li.canceltask_stop_add_li {
	border-bottom: 1px dashed #999999;
	margin-bottom: 6px;
	height: 26px;
}

.modal .modal-flex4 ul.cancel_task li input {
	position: absolute;
	margin: auto;
	right: 0;
	top: 4px;
}

/*以下参加者リストーページのcss*/
.search-flex {
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.search-flex .day-select {
	width: 240px;
	height: 28px;
	padding: 1px 15px;
	line-height: 28px;
	cursor: pointer;
}

.search-flex .search-button {
	width: 60px;
	height: 28px;
	padding: 3px 12px;
	border-radius: 6px;
	background: #E5E5E5;
	border: 1px solid #808080;
	margin-left: 27px;
	transition-duration: 0.3s;
	cursor: pointer;
}

.search-flex .search-button:hover {
	opacity: 0.7;
}

.search-flex .map-select {
	margin-top: 10px;
	width: 280px;
	height: 28px;
	line-height: 28px;
	padding: 1px 15px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
}

.search_placename {
	width: 470px;
}

.search-text {
	margin-left: 80px;
}

.search-text .p1,
.search-text .p2 {
	line-height: 28px;
}

.search_result_list {
	margin: auto;
}

.search_result_list li {
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 10px;
}

.search_result_list li:hover {
	opacity: 0.7;
}

.calendar-flex {
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.calendar-flex table {
	width: 840px;
}

.calendar-flex.entry_list_summary table {
	width: 1000px;
}


.calendar-flex table td {
	text-align: center;
	line-height: 23px;
	border: 3px solid #000000;
	padding-top: 2px;
}

.calendar-flex table td.td-65 {
	width: 65px;
}

.calendar-flex table td.td-120 {
	width: 120px;
}

.calendar-flex table .blank-td {
	width: 270px;
}

.calendar-flex .entry-frame3 {
	margin-left: 100px;
}

.couple-flex {
	margin-top: 32px;
	display: flex;
	align-items: center;
}

.couple-flex .time {
	background: #DBEBB3;
	text-align: center;
	padding: 1px 10px;
	line-height: 23px;
}

.couple-flex .title {
	margin-left: 24px;
	line-height: 28px;
}

.couple-flex .title span {
	display: inline-block;
	padding: 2px 10px;
	margin-left: 10px;
	width: 510px;
	height: 29px;
	border: 1px solid #898DA1;
	background: #FFE3E9;
}

.couple-flex .hope {
	margin-left: 20px;
	line-height: 23px;
}

.couple-flex .couple-button {
	margin-left: 24px;
	width: 130px;
	height: 29px;
	border: 1px solid #898DA1;
	border-radius: 6px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	transition-duration: 0.3S;
	background: #FF91B4;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.34);
}

.couple-flex .couple-button:hover {
	opacity: 0.7;
}

.cansell-text {
	margin-top: 5px;
	color: #FF004F;
	font-weight: bold;
	line-height: bold;
	padding-left: 24px;
}

.calendar3 {
	margin-top: 16px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.page-container.entrylist_container .calendar3 {
	width: 1280px;
}

.calendar3 table {
	width: 1150px;
	text-align: center;
}

.page-container.entrylist_container .calendar3 table {
	width: 1230px;
}

.calendar3 table td,
.calendar3 table th {
	border: 1px solid #898DA1;
}

.calendar3 table th.th30 {
	width: 30px;
}

.calendar3 table th.th40 {
	width: 40px;
}

.calendar3 table th.th50 {
	width: 50px;
}

.calendar3 table th.th60 {
	width: 60px;
}


.calendar3 table th.th70 {
	width: 70px;
}

.calendar3 table th.th90 {
	width: 90px;
}

.calendar3 table th.th100 {
	width: 100px;
}

.calendar3 table th.th120 {
	width: 120px;
}

.calendar3 table th.th140 {
	width: 140px;
}

.calendar3 table th.th150 {
	width: 150px;
}

.calendar3 table th.th160 {
	width: 160px;
}

.calendar3 table th.th180 {
	width: 180px;
}

.calendar3 table th.th200 {
	width: 200px;
}

.calendar3 table td {
	height: 40px;
	padding: 0 3px;
}

.calendar3 .entry_table_left,
.calendar3 table td.left-td {
	width: 50px;
	box-shadow: 0 0 0 1px #898DA1 inset;
}

.left-td-text {
	position: absolute;
	top: 0;
}

.calendar3 .sumdata p,
.calendar3 table td.left-td p {
	width: 38px;
	line-height: 18px;
	padding: 10px 0px;
	border-bottom: 1px solid #898DA1;
	margin: auto;
}

.calendar3 table .man td {
	background: #E1E8F2;
	position: relative;
}

.calendar3 table .woman td {
	background: #FFE3E9;
	position: relative;
}

.calendar3 table td .check-box {
	border: 1px solid #464546;
	cursor: pointer;
}

.calendar3 table td .text-input {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	text-align: center;
}

.calendar3 table td .entry_attendance_select {
	width: 100px;
	font-size: 14px;
}


.calendar3 table td.green-td {
	font-weight: bold;
	position: relative;
	background: #6CEB71;
}

.calendar3 table td.green-td img {
	position: absolute;
	bottom: -130px;
	left: 10px;
	z-index: 10;
}

.calendar3 table td.mailadd {
	padding-right: 28px;
}

.calendar3 table td span.mail_balloon_button,
.calendar3 table td span.mail_balloon_button2 {
	display: block;
}

.calendar3 table td span.mail_balloon_button.mail_on,
.calendar3 table td span.mail_balloon_button2.mail_on {
	cursor: pointer;
}

.calendar3 table td span.mail_balloon_button i.fas,
.calendar3 table td span.mail_balloon_button2 i.fas{
	color:#999999;
	font-size: 18px;
}

.calendar3 table td span.mail_balloon_button.mail_on i.fas{
	color:#f41212;
	background: #fff;
}

.calendar3 table td span.mail_balloon_button.mail_on.sended i.fas{
	background: #999;
}


.calendar3 table td span.mail_balloon_button2.mail_on i.fas{
	color:#0064ff;
	background: #fff;
}

.calendar3 table td span.mail_balloon_button2.mail_on.sended i.fas{
	background: #999;
}

.calendar3 table td span.utime {
	display: none;
}

.tab-flex {
	margin-top: 72px;
	display: flex;
	justify-content: space-between;
}

.tab {
	width: 580px;
	padding: 30px 30px 90px 30px;
	position: relative;
}

.tab1 {
	background: #DBEBB3;
}

.tab2 {
	background: #A1BA85;
}

.tab-button {
	width: 120px;
	height: 35px;
	position: absolute;
	top: -35px;
	background-size: cover;
}

.tab .yellow {
	background: #F4FF7D;
}

.tab .white {
	background: #ffffff;
}

.tab .light-green {
	background: #1B751E;
}

.tab .green {
	background: #155917;
}

.tab .bright-green {
	background: #28b500;
}

.tab .nocolor {
	background: none;
	color: #4D4D4D;
}

.tab .purple {
	background: #D4A8FF;
}

.tab .orange {
	background: #FF740F;
}

.tab .skyblue {
	background: #00ebff;
}


.tab1 .tab-button {
	right: 0;
	background-image: url("../img/tab1.png");
}

.tab2 .tab-button {
	left: -1px;
	background-image: url("../img/tab2.png");
}

.tab-button p {
	font-size: 26px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	padding-top: 2px;
}

.tab1 h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 30px;
}

.tab1 .p1 {
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 5px;
}

.tab1 .tab-content-flex {
	display: flex;
	align-items: center;
}

.tab1 .tab-content-flex .p2 {
	font-weight: bold;
	line-height: 20px;
}

.tab1 .tab-content-flex .p3 {
	margin-left: 16px;
	font-weight: bold;
	line-height: 23px;
}

.tab1 .tab-content-flex .p4 {
	margin-left: 20px;
	width: 130px;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	text-align: right;
	padding: 5px 10px;
}

.tab1 .tab-content-flex .p30 {
	margin-left: 20px;
	font-weight: bold;
	line-height: 23px;
	text-align: right;
	font-size: 20px;
	padding-top: 6px;
	padding-left: 12px;
}
.tab1 .tab-content-flex .p30 input[type="text"] {
	width: 106px;
	display: inline-block;
	border: rgba(255,255,255,0);
	background: rgba(255,255,255,0);
	font-weight: bold;
	color: #000;
	font-size: 20px;
	padding-left: 7px;
}
.tab1 .tab-content-flex span.send_reset_button {
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	display: inline-block;
	background: #1A0EAA;
	color: #fff;
	margin-left: 15px;
	padding: 7px 10px;
	transition-duration: 0.3s;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	border-radius: 3px;
}
.tab1 .tab-content-flex span.send_reset_button:hover {
	opacity: .7;
}
.tab1 .tab-content-flex .p6 {
	margin-left: 5px;
	font-weight: normal;
	line-height: 23px;
}

.tab1 .tab-content-flex .p6 span {
	margin-right: 5px;
	font-weight: normal;
	line-height: 23px;
	font-size: 18px;
	padding: 5px 10px;
}

.tab1 .tab-content-flex .p7 {
	margin-left: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

.tab1 .tab-content-flex .p7 span {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	display: block;
}

.tab1 .tab-content-flex .p8 {
	margin-left: 5px;
	font-weight: normal;
	line-height: 23px;
}

.tab1 .tab-content-flex .p8 span {
	margin-right: 5px;
	font-weight: normal;
	line-height: 23px;
	font-size: 18px;
	padding: 5px 10px;
}

.tab1 .tab-content-flex2 {
	margin-top: 24px;
}

.tab1 .tab-content-flex3 {
	margin-top: 24px;
}

.money-text {
	margin-top: 24px;
	padding-left: 130px;
}

.money-text p {
	font-size: 14px;
	line-height: 23px;
}

.money-text .span1 {
	margin-left: 20px;
	font-size: 14px;
	line-height: 23px;
}

.money-text .span2 {
	margin-left: 20px;
	font-size: 14px;
	line-height: 23px;
}

.money-text .money-alert1 {
	margin-left: 20px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FF007B;
}

.tab1 .p12 {
	margin-top: 24px;
	line-height: 23px;
	font-weight: bold;
}

.tab1 .p12 span {
	margin-left: 40px;
	line-height: 23px;
	font-weight: normal;
}

.tab1 .p13 {
	margin-top: 40px;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}

.tab1 .p13 span {
	margin-right: 16px;
	line-height: 23px;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 15px;
	background: #ffffff;
	color: #FF740F;
}

.tab1 .p14 {
	margin-top: 12px;
}

.tab1 .p14 .money-alert2 {
	margin-left: 130px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FF007B;
}

.tab1 .report {
	font-size: 15px;
	line-height: 17.55px;
	font-weight: bold;
	color: #ffffff;
	background: #969AFF;
	padding: 3px 25px;
	border-radius: 8px;
	position: absolute;
	bottom: 30px;
	right: 50px;
}


.tab2 .top-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab2 .top-flex .status {
	font-size: 15px;
	font-weight: bold;
	line-height: 17.55px;
	color: #969AFF;
	border: 2px solid #969AFF;
	border-radius: 8px;
	padding: 3px 25px;
}

.tab2 h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
}

.tab2 .tab-content-flex {
	display: flex;
	align-items: center;
}

.tab2 .tab-content-flex1 {
	margin-top: 20px;
}

.tab2 .tab-content-flex .p2 {
	font-weight: bold;
	line-height: 23px;
}

.tab2 .tab-content-flex .p3 {
	font-weight: bold;
	line-height: 23px;
	margin-left: 16px;
}

.tab2 .tab-content-flex .p4 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: 23px;
	margin-left: 20px;
	padding: 5px 10px;
	text-align: right;
	width: 130px;
}


.tab2 .tab-content-flex2 {
	margin-top: 20px;
}

.tab2 .money-text .cansel-reason {
	margin-left: 20px;
}

.tab2 .tab-content-flex3 {
	margin-top: 30px;
}

.tab2 .tab-content-flex .p8 {
	font-weight: bold;
	line-height: 23px;
	text-align: right;
}

.tab2 .tab-content-flex .p9 {
	font-weight: bold;
	line-height: 23px;
	margin-left: 16px;
}

.tab2 .tab-content-flex .p10 {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin-left: 20px;
	padding: 5px 10px;
	text-align: right;
	width: 130px;
}

.tab2 .tab-content-flex .p11 {
	font-weight: bold;
	line-height: 20px;
}

.tab-content-flex4 {
	margin-top: 30px;
}

.tab2 .tab-content-flex .p12 {
	margin-left: 16px;
	font-weight: bold;
	line-height: 23px;
}

.tab2 .tab-content-flex .p13 {
	margin-left: 16px;
	width: 130px;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	text-align: right;
	padding: 5px 10px;
}

.tab2 .tab-content-flex .p14 {
	margin-left: 30px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

.tab2 .tab-content-flex .p14 span {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	display: block;
}

.tab2 .tab-content-flex .p15 {
	margin-left: 5px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .tab-content-flex .p15 span {
	margin-right: 5px;
	font-weight: normal;
	line-height: 23px;
	font-size: 18px;
	padding: 5px 10px;
}

.tab2 .tab-content-flex .p16 {
	margin-left: 16px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}

.tab2 .tab-content-flex .p16 span {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	display: block;
}

.tab2 .tab-content-flex .p17 {
	margin-left: 5px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .tab-content-flex .p17 span {
	margin-right: 5px;
	font-weight: normal;
	line-height: 23px;
	font-size: 18px;
	padding: 5px 10px;
}

.tab2 .money-text3 {
	position: relative;
}

.tab2 .point {
	position: absolute;
	top: 0;
	left: 90px;
	font-size: 12px;
	line-height: 23px;
	font-weight: normal;
}

.tab2 .p19 {
	margin-top: 32px;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}

.tab2 .p19 span {
	margin-right: 16px;
	line-height: 23px;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 15px;
	background: #ffffff;
	color: #FF740F;
}

.tab2 .p20 {
	margin-top: 12px;
}

.tab2 .p20 .money-alert2 {
	margin-left: 130px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #FF007B;
}

.tab2 .alert-title {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	color: #FF007B;
}

.tab2 ul.check-list {
	width: 350px;
	margin: 10px auto 0;
}

.tab2 ul.check-list li {
	display: flex;
	align-items: flex-start;
}

.tab2 ul.check-list li input.check-box {
	margin-top: 7px;
	cursor: pointer;
}

.tab2 ul.check-list li span {
	line-height: 27px;
	margin-left: 16px;
}

.tab2 ul.check-list li .another-reason {
	line-height: 27px;
	margin-left: 16px;
}

.tab2 .tab-content-flex5 {
	margin-top: 30px;
}

.tab2 .p21 {
	font-weight: bold;
	line-height: 23px;
}

.tab2 .p22 {
	font-size: 12px;
	margin-left: 12px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .p23 {
	margin-left: 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	padding: 5px 10px;
	color: #ffffff;
	text-align: right;
	width: 130px;
}


.tab2 .tab-content-flex6 {
	margin-top: 12px;
}

.tab2 .p24 {
	margin-left: 100px;
	font-size: 12px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .p25 {
	font-size: 14px;
	margin-left: 30px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .p26 {
	font-size: 14px;
	margin-left: 50px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .money-alert3 {
	font-size: 14px;
	margin-left: 24px;
	font-weight: bold;
	line-height: 23px;
	color: #FF007B;
}

.tab2 .tab-content-flex7 {
	margin-top: 32px;
}

.tab2 .p27 {
	margin-left: 16px;
	font-weight: bold;
	line-height: 20px;
}

.tab2 .p27 span {
	display: block;
	font-weight: normal;
	line-height: 20px;
	font-size: 14px;
}

.tab2 .p28 {
	margin-left: 36px;
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	padding: 5px 10px;
	width: 130px;
	text-align: right;
}

.tab2 .p29 {
	margin-left: 20px;
	font-weight: bold;
	line-height: 16px;
}

.tab2 .p29 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.tab2 .p30 {
	margin-left: 6px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .p30 span {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	padding: 5px 10px;
	margin-right: 6px;
}

.tab2 .p31 {
	margin-left: 20px;
	font-weight: bold;
	line-height: 16px;
}

.tab2 .p31 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

.tab2 .p32 {
	margin-left: 6px;
	font-weight: normal;
	line-height: 23px;
}

.tab2 .p32 span {
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	padding: 5px 10px;
	margin-right: 6px;
}

.tab2 .report {
	font-size: 15px;
	line-height: 17.55px;
	font-weight: bold;
	color: #ffffff;
	background: #969AFF;
	padding: 3px 25px;
	border-radius: 8px;
	position: absolute;
	bottom: 30px;
	left: 50px;
}




.entry-frame4 {
	margin-top: 72px;
	text-align: center;
}

/*以上参加者リストページのcss*/



/*以下カップリングページのcss*/
.search-flex .time-select {
	width: 115px;
	height: 28px;
	padding: 1px 15px;
	line-height: 28px;
	margin-left: 12px;
	cursor: pointer;
}

.search-flex .search-button2 {
	width: 60px;
	height: 28px;
	padding: 3px 12px;
	border-radius: 6px;
	background: #E5E5E5;
	border: 1px solid #808080;
	margin-left: 128px;
	transition-duration: 0.3s;
	cursor: pointer;
}

.search-flex .search-button2:hover {
	opacity: 0.7;
}

h2.coupling-title {
	text-align: center;
	color: #685A4B;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 48px;
}

.couple-frame {
	width: 872px;
	height: 750px;
	border: 1px solid #685A4B;
	margin: 36px auto 0;
	position: relative;
}

.couple-frame span.man,
.couple-frame span.woman {
	position: absolute;
	font-weight: bold;
	line-height: 33px;
	top: 24px;
}

.couple-frame span.man {
	color: #004EC2;
}

.couple-frame span.woman {
	color: #DB3297;
}

.couple-frame span.man-gender {
	left: 140px;
}

.couple-frame span.man-name {
	left: 200px;
}

.couple-frame span.man-num {
	left: 300px;
}

.couple-frame span.man-hope {
	left: 360px;
}

.couple-frame span.woman-name {
	right: 140px;
}

.couple-frame span.woman-gender {
	right: 200px;
}

.couple-frame span.woman-num {
	right: 300px;
}

.couple-frame span.woman-hope {
	right: 360px;
}

.couple-frame .left-radio-button-list {
	position: absolute;
	left: 50px;
	top: 63px;
}

.couple-frame ul.left-radio-button-list li {
	margin-bottom: 20px;
	height: 26px;
}

.couple-frame .right-radio-button-list {
	position: absolute;
	right: 50px;
	top: 63px;
}

.couple-frame ul.right-radio-button-list li {
	margin-bottom: 20px;
	height: 26px;
}

.couple-frame ul.left-radio-button-list li input,
.couple-frame ul.right-radio-button-list li input {
	cursor: pointer;
	background-image: url("../img/radio.png");
}

.couple-content {
	width: 700px;
	margin: 60px auto 0;
	display: none;
}

.couple-content.couple-content0 {
	display: block;
}

.couple-content-flex {
	display: flex;
	justify-content: space-between;
}

.couple-content ul li {
	margin-bottom: 20px;
	position: relative;
}

.couple-content ul li .name,
.couple-content ul li .num {
	opacity: 0.2;
}

/*名前と番号部分の表記を薄くしておく*/

.couple-content.couple-content0 ul li .name,
.couple-content.couple-content0 ul li .num {
	opacity: 1;
}

/*初期表示の名前と番号部分の表記は薄くしない*/

.couple-content ul li.active .name,
.couple-content ul li.active .num {
	opacity: 1;
}

/*表示フラグが立った人にはactiveクラスをつけ表記を濃くする*/

.couple-content ul li span {
	border: 1px solid #898DA1;
	text-align: center;
	font-weight: normal;
	line-height: 26px;
	vertical-align: middle;
}

.couple-content ul li .name {
	display: inline-block;
	width: 198px;
	height: 26px;
}

.couple-content ul li .num {
	width: 45px;
	height: 26px;
	display: inline-block;
}

.couple-content ul.man-lists li .num {
	margin-left: 10px;
}

.couple-content ul.woman-lists li .num {
	margin-right: 10px;
}

.couple-content ul.man-lists li img.arrow-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 275px;
	margin: auto;
}

.couple-content ul.woman-lists li img.arrow-left {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 275px;
}

.couple-content ul.man-lists li img.heart {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 328px;
	margin: auto;
}

.couple-content ul.woman-lists li img.heart {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 328px;
}

.couple-content ul.man-lists li.nodata .name,
.couple-content ul.man-lists li.nodata .num,
.couple-content ul.woman-lists li.nodata .name,
.couple-content ul.woman-lists li.nodata .num,
.couple-content.couple-arrow ul li .name,
.couple-content.couple-arrow ul li .num {
	visibility: hidden;
}



ul.heart-list {
	position: relative;
	width: 450px;
	margin: 48px auto 0;
	display: flex;
	justify-content: space-between;
}

ul.heart-list span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -80px;
	line-height: 33px;
	padding-top: 10px;
}

.form-flex {
	margin-top: 50px;
	display: flex;
}

.form-flex .left-textarea {
	margin-left: 30px;
	position: relative;
}

.form-flex .left-textarea textarea {
	width: 385px;
	height: 488px;
}

.form-flex .left-textarea .textarea-info {
	text-align: center;
	line-height: 33px;
	position: absolute;
	display: inline-block;
	top: 210px;
	left: 0;
	right: 0;
	margin: auto;
}

/* 以上 カップリングのcss */

/* 以下 参加者入力フォームのcss */

.form-flex .shift-button {
	margin-left: 50px;
	/*padding-top: 160px;*/
	text-align: center;
}

.form-flex .shift-button span.shift-button-arrow {
	position: relative;
	width: 120px;
	height: 44px;
	background: #ebe6e0;
	display: block;
	color: #97826d;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding-top: 7px;
	padding-left: 10px;
	border-radius: 8px 0 0 8px;
	filter: drop-shadow(3px 3px 2px #ccc);
	cursor: pointer;
}

.form-flex .shift-button span.shift-button-arrow::after {
	content: "";
	position: absolute;
	right: -70px;
	top: 0;
	border-left: 45px solid #ebe6e0;
	border-top: 22px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 22px solid transparent;
}

.form-flex .shift-button span.shift-button-arrow:hover,
.form-flex .shift-button span.shift-button-arrow.current {
	background: #97826d;
	color: #fff;
}

.form-flex .shift-button span.shift-button-arrow:hover::after,
.form-flex .shift-button span.shift-button-arrow.current::after {
	border-left: 45px solid #97826d;
}

.form-flex .shift-button .shift-button-cap {
	margin-bottom: 25px;
}

#shift-button-o {
	margin-bottom: 7px;
}

#shift-button-j,
#shift-button-m,
#shift-button-u,
#shift-button-e {
	margin-bottom: 30px;
}

#shift-button-p,
#shift-button-y {
	margin-bottom: 20px;
}
.form-flex .shift-button img {
	cursor: pointer;
}

.form-flex .shift-button .form_clear_button_wrap {
	position: relative;
	text-align: center;
	width: 50px;
	margin: auto;
}

#entry-form-clear-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.form-flex .shift-button #entry-form-clear-hover:hover {
	opacity: 1;
}

.form-flex .shift-button #entry-form-clear-hover:hover + img {
	opacity: 0;
}


.form-flex ul.input-area {
	position: relative;
	margin: 0 auto;
}

.form-flex ul.input-area li {
	display: flex;
	align-items: center;
}

.form-flex ul.input-area li.bottom {
	margin-bottom: 20px;
}

.form-flex ul.input-area span.input-title {
	width: 120px;
	text-align: right;
	line-height: 33px;
	display: block;
	position: relative;
}

.form-flex ul.input-area span.input-title60 {
	width: 60px;
}

.form-flex ul.input-area span.input-title70 {
	width: 70px;
}

.form-flex ul.input-area span.input-title80 {
	width: 80px;
}

.form-flex ul.input-area span.input-title.required::after {
	content: '＊';
	font-weight: 600;
	color: red;
	font-size: 14px;
	position: absolute;
	margin: auto;
	right: -12px;
	top: -6px;
}

.form-flex ul.input-area span.input-title-bold {
	width: 120px;
	text-align: right;
	line-height: 33px;
	font-size: 18px;
	font-weight: 600;
}

.form-flex ul.input-area span.input-text {
	line-height: 33px;
	margin-left: 20px;
}

.form-flex ul.input-area li input,
.form-flex ul.input-area li select {
	margin-left: 20px;
	padding: 2px 5px;
	height: 26px;
}

.form-flex ul.input-area li select {
	background: #fff;
	border: solid 1px #8f8f9d;
}

.form-flex ul.input-area li input.text-input75 {
	width: 75px;
}

.form-flex ul.input-area li input.text-input110 {
	width: 110px;
}

.form-flex ul.input-area li input.text-input140 {
	width: 140px;
}

.form-flex ul.input-area li input.text-input200 {
	width: 200px;
}

.form-flex ul.input-area li input.text-input330 {
	width: 330px;
}

.form-flex ul.input-area li input.text-input350 {
	width: 350px;
}

.form-flex ul.input-area li select.select-input110 {
	width: 110px;
}

.form-flex ul.input-area li select.select-input200 {
	width: 200px;
}


.form-flex ul.input-area li select.select-input330 {
	width: 330px;
}

.form-flex ul.input-area li select.select-input350 {
	width: 350px;
}

.form-flex ul.input-area li input[type=checkbox] {
	display: none;
}

.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
		margin-left: 20px;
}

.checkbox02::before {
	background: #fff;
	border: 2px solid #b3b3b3;
	border-radius: 3px;
	content: '';
	display: block;
	height: 20px;
	left: 0px;
	margin-top: -8px;
	position: absolute;
	top: 0px;
	width: 20px;
}

.checkbox02::after {
	border-right: 6px solid #cc001d;
	border-bottom: 3px solid #cc001d;
	content: '';
	display: block;
	height: 22px;
	left: 3px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	width: 13px;
}

input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}


.form-flex ul.input-area li input.readonly_input {
	border: none;
	border-bottom: 1px solid #bbb;
	/* background: #f4f4f4; */
	cursor: default;
}

.form-flex ul.input-area li select option.desabled_option {
	/* display: none; */
	background: #ddd;
	color: #888;
}

.form-flex ul.input-area li p.entry_kind_wrap {
	background: #fddcd3;
	width: 450px;
	border-radius: 7px;
	margin-top: 35px;
	margin-bottom: 45px;
	padding: 10px;
	display: flex;
	align-items: center;
}

.form-flex ul.input-area li p.entry_kind_wrap #entry_kind {
	display: none;
	border: none;
	background: none;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

.form-flex ul .entry-button,
.form-flex ul .entry-editsend {
}

.textarea-alert {
	color: #ff004f;
	text-align: center;
	display: none;
	width: 100%;
}

.textarea-alert.textarea-alert3 {
	margin-bottom: 15px;
}

.textarea-alert span {
	font-weight: 600;
	color: #ff004f;
}

#placelist_for_entryform {
	display: none;
}

/* 以上 参加者入力フォームのcss */

/*以下日別売上金のcss*/
.light-yellow{
	background-color:#FFF169;
}

.page-container2{
	width:1440px;
	margin: 20px auto 0;
  padding: 0 30px 150px;
	position: relative;
}

.page-container-sale{
	width:1600px;
	margin: 20px auto 0;
  padding: 0 30px 150px;
}

.entry-frame1 .day-select-block.day-select-block2{
	position: static;
}

span.remark-title{
	width: 75px;
	position: absolute;
	top:-25px;
	right:0;
	left:0;
	margin:auto;
	text-align: center;
	line-height:17px;
	font-size: 14px;
}

table.sale-calendar{
	display: block;
	margin-bottom: 48px;
	}

table.sale-calendar thead{
display: block;
width:1467px;
}

table.sale-calendar.staffmonthly thead{
display: block;
width:1475px;
}

table.sale-calendar thead th{
	text-align: center;
	font-weight: normal;
	line-height:17px;
	border-top:3px solid #898DA1;
	border-bottom:2px solid #898DA1;
	border-right:1px solid #898DA1;
	border-left:1px solid #898DA1;
	height:40px;
	padding-top: 3px;
}

table.sale-calendar thead th.left-bold{
	border-left:3px solid #898DA1!important;
}

table.sale-calendar thead th.right-bold{
	border-right:3px solid #898DA1!important;
}

table.sale-calendar thead th.th25{
	width:25px;
}

table.sale-calendar thead th.th30{
	width:30px;
}

table.sale-calendar thead th.th35{
	width:35px;
}

table.sale-calendar thead th.th45{
	width:45px;
}

table.sale-calendar thead th.th50{
	width:50px;
}

table.sale-calendar thead th.th55{
	width:55px;
}

table.sale-calendar thead th.th60{
	width:60px;
}

table.sale-calendar thead th.th65{
	width:65px;
}

table.sale-calendar thead th.th75{
	width:75px;
}

table.sale-calendar thead th.th90{
	width:90px;
}

table.sale-calendar thead th.th98{
	width:98px;
}

table.sale-calendar thead th.th99{
	width:99px;
}

table.sale-calendar thead th.th130{
	width:130px;
}

table.sale-calendar thead th.th160{
	width:160px;
}

table.sale-calendar thead th.th200{
	width:200px;
}

table.sale-calendar thead th.icon-th{
	padding:0 6px 0 0;
	border:none;
}

table.sale-calendar thead th span.small-th{
	font-size: 14px;
}

table.sale-calendar thead th img.open-arrow{
	position: absolute;
	top:0;
	bottom:0;
	right:3px;
	margin: auto;
	height:12px;
	object-position: center;
	object-fit: cover;
	cursor: pointer;
	transition-duration: 0.5s;
}


table.sale-calendar tbody {
	overflow-y: scroll;
	max-height:600px;
	width:1490px;
	display: block;
}

table.sale-calendar tbody td{
	font-weight: normal;
	line-height:17px;
	border-top:1px solid #898DA1;
	border-right:1px solid #898DA1;
	border-left:1px solid #898DA1;
	border-bottom:1px solid #898DA1;
	height:40px;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
}

table.sale-calendar tbody tr:last-child td{
	border-bottom:0;
}

table.sale-calendar tbody td.left-bold{
	border-left:3px solid #898DA1!important;
}

table.sale-calendar tbody td.right-bold{
	border-right:3px solid #898DA1!important;
}

table.sale-calendar tbody td.td25{
	width:25px;
}

table.sale-calendar tbody td.td30{
	width:30px;
}

table.sale-calendar tbody td.td35{
	width:35px;
}

table.sale-calendar tbody td.td45{
	width:45px;
}

table.sale-calendar tbody td.td50{
	width:50px;
}

table.sale-calendar tbody td.td55{
	width:55px;
}

table.sale-calendar tbody td.td60{
	width:60px;
}

table.sale-calendar tbody td.td65{
	width:65px;
}

table.sale-calendar tbody td.td75{
	width:75px;
}

table.sale-calendar tbody td.td90{
	width:90px;
}

table.sale-calendar tbody td.td98{
	width:98px;
}

table.sale-calendar tbody td.td99{
	width:99px;
}


table.sale-calendar tbody td.td130{
	width:130px;
}

table.sale-calendar tbody td.td160{
	width:160px;
}

table.sale-calendar tbody td.td200{
	width:200px;
}

table.sale-calendar tbody td.center{
	text-align: center;
	padding-left: 0px;
	padding-right: 0;
}

table.sale-calendar tbody td.icon-td{
	padding:0 6px 0 0;
	border:none;
}

table.sale-calendar tbody td.icon-td a.jump-event{

}

table.sale-calendar tbody td.icon-td a.jump-event img{
	width:27px;
	height:22px;
}

table.sale-calendar tbody td.sale-amount2{
	position: relative;
}

table.sale-calendar tbody td.sale-cost{
	position: relative;
}

table.sale-calendar tbody td.money-td{
	text-align: right;
	padding:0;
}

table.sale-calendar tbody td.money-td span{
	font-size: 14px;
}

table.sale-calendar img.sale-modal-open-angle{
	position: absolute;
	top:-1px;
	right:-1px;
	width:17px;
	height:17px;
	cursor: pointer;
}

table.sale-calendar tfoot{
display: block;
width:1467px;
}

table.sale-calendar tfoot tr{
background: #B9E3B8;
}

table.sale-calendar tfoot td{
	font-weight: normal;
	line-height:17px;
	border-top:3px solid #898DA1;
	border-right:1px solid #898DA1;
	border-left:1px solid #898DA1;
	border-bottom:3px solid #898DA1;
	height:40px;
	font-size: 14px;
	padding-left: 1px;
	padding-right: 1px;
}

table.sale-calendar tfoot td.left-bold{
	border-left:3px solid #898DA1!important;
}

table.sale-calendar tfoot td.right-bold{
	border-right:3px solid #898DA1!important;
}

table.sale-calendar tfoot td.white-bg{
	background: #fff;
}

table.sale-calendar tfoot td.td25{
	width:25px;
}

table.sale-calendar tfoot td.td30{
	width:30px;
}

table.sale-calendar tfoot td.td35{
	width:35px;
}

table.sale-calendar tfoot td.td45{
	width:45px;
}

table.sale-calendar tfoot td.td50{
	width:50px;
}

table.sale-calendar tfoot td.td55{
	width:55px;
}

table.sale-calendar tfoot td.td60{
	width:60px;
}

table.sale-calendar tfoot td.td65{
	width:65px;
}

table.sale-calendar tfoot td.td75{
	width:75px;
}

table.sale-calendar tfoot td.td90{
	width:90px;
}

table.sale-calendar tfoot td.td99{
	width:99px;
}

table.sale-calendar tfoot td.td98{
	width:98px;
}

table.sale-calendar tfoot td.td130{
	width:130px;
}

table.sale-calendar tfoot td.td160{
	width:160px;
}

table.sale-calendar tfoot td.td190{
	width:190px;
}
table.sale-calendar tfoot td.td275{
	width:275px;
}

table.sale-calendar tfoot td.td240{
	width:240px;
}

table.sale-calendar tfoot td.td290{
	width:290px;
}

table.sale-calendar tfoot td.td400{
	width:400px;
}

table.sale-calendar tfoot td.td450{
	width:450px;
}

table.sale-calendar tfoot td.money-td{
	text-align: right;
	padding:0;
}

table.sale-calendar tfoot td.sale-amount2,
table.sale-calendar tfoot td.sale-cost{
	position: relative;
}

table.sale-calendar tfoot td.icon-td{
	padding:0 6px 0 0;
	background: #fff;
	border: none;
}

table.sale-calendar tfoot td.icon-td a.jump-event img{
	width:27px;
	height:22px;
}

table.sale-calendar tfoot td.total-text{
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	padding-right: 24px;
}

/***********************
表の列を固定
************************/
div.sticky-sale-calendar-wrap {
	width: 1550px;
	overflow-y: scroll;
	overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
	max-height: 600px;
	position: relative;
}

table.sticky_table{
	border-collapse: separate;
  border-spacing: 0;
	display: table;
	margin-bottom: auto;
}

table.sticky_table thead {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 50;
	background: #fff;
	width: 2705px !important;
}

table.sticky_table tbody {
	overflow-y: visible !important;
	width: 2705px !important;
	max-height: 100%;
}

table.sticky_table tfoot {
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 50;
	background: #b9e3b8;
	width: 2705px !important;
}

table.sale-calendar th.sticky,
table.sale-calendar td.sticky {
	position: sticky;
	z-index: 10;
	top:0;
	left:0;
	background: #fff;
}

table.sale-calendar.sticky_table tbody td
{
	border-left: none;
	border-bottom: none;
}

table.sale-calendar.sticky_table tbody td.sale-space2
{
	border-right: none;
}


table.sale-calendar.sticky_table tfoot td {
	border-left: none;
}

table.sale-calendar.sticky_table thead th {
	border-left: none;
}

table.sale-calendar.sticky_table thead th.sale-space2
{
	border-right: none;
}

table.sale-calendar th.sticky {
	border-left: none;
}

table.sale-calendar td.sticky {
	border-left: none;
	border-bottom: none;
}

table.sale-calendar th.sticky.sticky_date,
table.sale-calendar td.sticky.sticky_date {
	left:35px;
}

table.sale-calendar th.sticky.sticky_staff,
table.sale-calendar td.sticky.sticky_staff {
	left:85px;
}

table.sale-calendar th.sticky.sticky_pref,
table.sale-calendar td.sticky.sticky_pref {
	left:175px;
}

table.sale-calendar th.sticky.sticky_city,
table.sale-calendar td.sticky.sticky_city {
	left:225px;
}

table.sale-calendar tfoot td.total-text.sticky.sticky_total {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  padding-right: 24px;
	left: 35px;
	background: #b9e3b8;
	border-right: none;
	border-left:3px solid #898DA1 !important;
	border-top:3px solid #898DA1 !important;
	border-bottom:3px solid #898DA1 !important;
}

table.sale-calendar tfoot td.total-text2 {
	border-left:none;
	border-right:none;
	border-left: none;
	border-top:3px solid #898DA1 !important;
	border-bottom:3px solid #898DA1 !important;
}

.font14 {
	font-size: 14px !important;
}

.font12 {
	font-size: 12px !important;
}

table.sale-calendar span.receipt_modal {
	padding: 2px 1px;
  font-size: 12px;
  text-align: center;
  width: 53px;
  margin: auto;
}

span#downloadZip {
	position: absolute;
	right: 22px;
	top: 95px;
	border: none;
	padding: 2px 20px;
	border-radius: 5px;
	background: #f78b6e;
	color: #fff;
	display: block;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	transition-duration: 0.3s;
	z-index: 55;
}

span#downloadZip:hover {
	opacity: 0.8;
}

span#nodownloadZip {
	position: absolute;
	right: 22px;
	top: 95px;
	border: none;
	padding: 2px 20px;
	border-radius: 5px;
	background: #929292;
	color: #fff;
	display: block;
	cursor: not-allowed;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	transition-duration: 0.3s;
	z-index: 55;
}

.entry-frame1.sticky-sale-calender-entry-frame {
	z-index: 50;
}

.sale-modal{
	position: fixed;
	top:40px;
	z-index:1000;
	width:330px;
	border:2px solid #000000;
	background: #fff;
	box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.5);
	display: none;
}

.sale-modal .sale-modal-container{
	position: relative;
	padding:36px 16px 25px;
}

.sale-modal .black-triangle{
	position: absolute;
	left:0;
	right:0;
	top:-15px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17.5px 15px 17.5px;
	border-color: transparent transparent #000000 transparent;
	z-index: 999;
}

.sale-modal .black-triangle .relative{

}

.sale-modal .white-triangle{
	position: absolute;
	left:-16.5px;
	top:1.3px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16.5px 14.3px 16.5px;
	border-color: transparent transparent #ffffff transparent;
	z-index:1001;
}

.sale-modal .sale-modal-container img.sale-modal-close{
	position: absolute;
	top:8px;
	right:8px;
	cursor: pointer;
}

.sale-modal .sale-modal-container .sale-modal-flex1{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.sale-modal .sale-modal-flex1 span{
	line-height: 21px;
}

.sale-modal .sale-modal-flex1 span.sale-modal-title1{
	margin-right: 12px;
}

.sale-modal .sale-modal-flex1 span.sale-modal-title2{
	margin-right: 64px;
}

.sale-modal .sale-modal-flex1 span.sale-modal-title3{
	margin-right: 16px;
}

.sale-modal .sale-modal-flex1 span.sale-modal-amount{
	font-size: 20px;
	font-weight: bold;
}

.sale-modal p.sale-modal-remark{
	text-align: right;
	font-size: 14px;
	line-height:23px;
	margin-bottom: 20px;
}

.sale-modal .sale-modal-container .sale-modal-flex2{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.sale-modal .sale-modal-container .sale-modal-flex3{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	justify-content: space-between;
}

.sale-modal .sale-modal-container .sale-modal-flex3:last-child{
	margin-bottom: 0;
}

.sale-modal .sale-modal-flex3 span{
	line-height: 23px;
}


.sale-modal .sale-modal-flex3 span.remark-block{
	text-align: center;
	width:160px;
	height:25px;
	border:1px solid #000000;
}

.sale-modal .sale-modal-flex3 span.remark-cost{
	text-align: right;
	width:120px;
	height:25px;
	border:1px solid #000000;
	text-align: right;
	padding: 0 6px;
}
/*以上日別売上金のcss*/


/*以下日別オファー一覧のcss*/

.eleven{/* 11時の背景色 */
	background:#DBEBB3;
}

.thirteen{/* 13時の背景色 */
	background:#6ceb70;
}

.fifteen{/* 15時の背景色 */
	background:#54b758;
}

.offer-man{/* 男性列の背景色 */
	background: #E1E8F2;
}

.offer-woman{/* 女性列の背景色 */
	background: #FFE3E9;
}

p.offer-remark{
	text-align: right;
	line-height:23px;
	margin-bottom: 8px;
	padding-left: 6px;
}

table.offer-calendar{
	display: block;
	margin-bottom: 48px;
}

table.offer-calendar thead{
	display: block;
	width:1380px;
}

table.offer-calendar thead th{
	text-align: center;
	font-weight: normal;
	line-height:17px;
	border-top:3px solid #898DA1;
	border-bottom:2px solid #898DA1;
	border-right:1px solid #898DA1;
	border-left:1px solid #898DA1;
	height:40px;
	padding-top: 3px;
}

table.offer-calendar thead th.left-bold{
	border-left:3px solid #898DA1!important;
}

table.offer-calendar thead th.right-bold{
	border-right:3px solid #898DA1!important;
}

table.offer-calendar thead th.th35{
	width:35px;
}

table.offer-calendar thead th.th50{
	width:50px;
}

table.offer-calendar thead th.th60{
	width:60px;
}

table.offer-calendar thead th.th65{
	width:65px;
}

table.offer-calendar thead th.th75{
	width:75px;
}

table.offer-calendar thead th.th80{
	width:80px;
}

table.offer-calendar thead th.th100{
	width:100px;
}

table.offer-calendar thead th.th105{
	width:105px;
}

table.offer-calendar thead th.th330{
	width:330px;
}

table.offer-calendar thead th.th335{
	width:335px;
}

table.offer-calendar thead th.th445{
	width:445px;
}

table.offer-calendar thead th.th470{
	width:470px;
}

table.offer-calendar thead th img.offer-open-arrow{
	position: absolute;
	top:0;
	bottom:0;
	right:3px;
	margin: auto;
	height:12px;
	object-position: center;
	object-fit: cover;
	cursor: pointer;
	transition-duration: 0.5s;
}


table.offer-calendar tbody {
	display: block;
	width:1380px;
}

table.offer-calendar tbody tr:last-child{
	border-bottom:3px solid #898DA1;
}

table.offer-calendar tbody td{
	font-weight: normal;
	font-size: 15px;
	line-height:17px;
	border-top:1px solid #898DA1;
	border-bottom:1px solid #898DA1;
	border-right:1px solid #898DA1;
	border-left:1px solid #898DA1;
	height:40px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

table.offer-calendar tbody td.left-bold{
	border-left:3px solid #898DA1!important;
}

table.offer-calendar tbody td.right-bold{
	border-right:3px solid #898DA1!important;
}

table.offer-calendar tbody td.td35{
	width:35px;
}

table.offer-calendar tbody td.td50{
	width:50px;
}

table.offer-calendar tbody td.td60{
	width:60px;
}

table.offer-calendar tbody td.td65{
	width:65px;
}

table.offer-calendar tbody td.td75{
	width:75px;
}

table.offer-calendar tbody td.td80{
	width:80px;
}

table.offer-calendar tbody td.td100{
	width:100px;
}

table.offer-calendar tbody td.td105{
	width:105px;
}

table.offer-calendar tbody td.td330{
	width:330px;
}

table.offer-calendar tbody td.td335{
	width:335px;
}

table.offer-calendar tbody td.td445{
	width:445px;
}

table.offer-calendar tbody td.td470{
	width:470px;
}

table.offer-calendar tbody td.offer-date{
	background: #fff;
}

table.offer-calendar tbody td.offer-adress{
	padding-left: 6px;
	padding-right: 6px;
}

/*以上日別オファー一覧のcss*/


/*以下日別無断キャンセル一覧のcss*/
.cancel-man{/* 男性列の背景色 */
	background: #E1E8F2;
}

.cancel-woman{/* 女性列の背景色 */
	background: #FFE3E9;
}

table.cancel-calendar{
	display: block;
	margin-bottom: 48px;
}

table.cancel-calendar thead{
	display: block;
	width:1380px;
}

table.cancel-calendar thead th{
	text-align: center;
	font-weight: normal;
	line-height:17px;
	border-top:3px solid #898DA1;
	border-bottom:2px solid #898DA1;
	border-right:1px solid #898DA1;
	border-left:1px solid #898DA1;
	height:40px;
	padding-top: 3px;
}

table.cancel-calendar thead th.left-bold{
	border-left:3px solid #898DA1!important;
}

table.cancel-calendar thead th.right-bold{
	border-right:3px solid #898DA1!important;
}

table.cancel-calendar thead th.th35{
	width:35px;
}

table.cancel-calendar thead th.th50{
	width:50px;
}

table.cancel-calendar thead th.th60{
	width:60px;
}

table.cancel-calendar thead th.th80{
	width:80px;
}

table.cancel-calendar thead th.th90{
	width:90px;
}

table.cancel-calendar thead th.th100{
	width:100px;
}

table.cancel-calendar thead th.th110{
	width:110px;
}

table.cancel-calendar thead th.th200{
	width:200px;
}

table.cancel-calendar thead th.th510{
	width:510px;
}

table.cancel-calendar thead th.th475{
	width:475px;
}

table.cancel-calendar tbody{
	display: block;
	width:1380px;
}

table.cancel-calendar tbody tr:last-child{
	border-bottom:3px solid #898DA1;
}

table.cancel-calendar tbody td {
	font-weight: normal;
	line-height: 17px;
	border-top: 1px solid #898DA1;
	border-bottom: 1px solid #898DA1;
	border-right: 1px solid #898DA1;
	border-left: 1px solid #898DA1;
	height: 40px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	word-break: break-all;
}

table.cancel-calendar tbody td.left-bold{
	border-left:3px solid #898DA1!important;
}

table.cancel-calendar tbody td.right-bold{
	border-right:3px solid #898DA1!important;
}

table.cancel-calendar tbody td.td35{
	width:35px;
}

table.cancel-calendar tbody td.td50{
	width:50px;
}

table.cancel-calendar tbody td.td60{
	width:60px;
}

table.cancel-calendar tbody td.td80{
	width:80px;
}

table.cancel-calendar tbody td.td90{
	width:90px;
}

table.cancel-calendar tbody td.td100{
	width:100px;
}

table.cancel-calendar tbody td.td110{
	width:110px;
}

table.cancel-calendar tbody td.td200{
	width:200px;
}

table.cancel-calendar tbody td.td475{
	width:475px;
}


table.cancel-calendar tbody td.td510{
	width:510px;
}

table.cancel-calendar tbody td.cancel-date{
	background:#fff;
}

table.cancel-calendar tbody td.cancel-prefecture{
	background:#fff;
}

table.cancel-calendar tbody td.cancel-remark{
	padding-left: 6px;
	padding-right: 6px;
}

table.cancel-calendar tbody td.cancel-adress{
	padding-left: 6px;
	padding-right: 6px;
}

/*以上日別無断キャンセル一覧のcss*/

/*以下1日分の全参加者リスト*/
.must-text{
	position: absolute;
	right:14px;
	bottom:0;
	line-height:23px;
	font-weight: normal;
}

.must-text span{
	color:#FF7600;
	line-height:30px;
}

.entry-frame1.mb48{
	margin-bottom: 48px;
}

.select-box-flex{
	display: flex;
	align-items:center;
}

.entry-frame1 .select-box-flex .day-select-block span.day-title {
  margin-right: 40px;
  position: relative;
}

.entry-frame1 .select-box-flex .day-select-block span.day-title::before {
	content:"＊";
  position: absolute;
	color:#FF7600;
	font-weight: bold;
	font-size: 24px;
	line-height:30px;
	right:-30px;
	top:-18px;
}

.select-box-flex .small-title{
	margin-left: 43px;
	margin-right: 12px;
	line-height:23px;
}

.select-box-flex select.prefecture-select{
	padding-left: 4px;
	width:140px;
	height:34px;
	/*line-height:23px;*/
	padding-top: 4px;
}

div.prefecture-select .ms-choice {
	height: 34px;
	padding: 4px 0 0 4px;
	background: #e9e9ed;
}

div.prefecture-select .ms-choice > span {
	top: 5px;
}

div.prefecture-select .ms-choice > span.placeholder {
	font-size: 17px;
}

select.prefecture-select option {
	font-size: 18px;
	line-height: 34px;
}

.prefecture-select .ms-drop ul > li {
	text-align: left;
}

.prefecture-select .ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
	width: auto;
	height: auto;
}

.prefecture-select .ms-choice > span {
	font-size: 18px;
	font-weight: bold;
}

.select-box-flex select.time-select{
	padding-left: 4px;
	width:120px;
	height:34px;
	line-height:23px;
	font-size: 18px;
}

.select-box-flex select.gender-select{
	padding-left: 4px;
	width:120px;
	height:34px;
	line-height:23px;
	font-size: 18px;
}

.select-box-flex input.code-input{
	text-align: center;
	width:100px;
	height:34px;
	line-height:23px;
	padding-left: 0;
	font-size: 16px;
	font-weight: normal;
}

.csv-button-area{
	text-align: center;
	position: relative;
	margin-bottom: 48px;
}

.csv-button-area .search-button{
	text-align: center;
	color:#fff;
	font-size: 17px;
	font-weight: bold;
	line-height:30px;
	border:none;
	background:none;
	background:#F78B6E;
	padding:5px 44px 1px;
	cursor:pointer;
	box-shadow:2px 2px 2px 0 rgba(0, 0, 0, 0.35);
}

.csv-button-area a{
	position: absolute;
	cursor: pointer;
	height:64px;
}

.csv-button-area a#deli-csv{
	right:280px;
	bottom:-12px;
}

.csv-button-area a#system-csv{
	right:140px;
	bottom:-12px;
}

.csv-button-area a#system-csv-post{
	right:20px;
	bottom:-12px;
}

/*20220616 Ogawa*/
.selected_pref_text h3 {
	font-weight: 600;
	font-size: 18px;
	text-align: left;
}

.selected_pref_text_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.selected_pref_text_box span {
	display: block;
	font-size: 16px;
	padding: 0 10px 0 0;
}

/*20220616 Ogawa*/

.csv-table-container{
	width:1200px;
	margin:48px auto 0;
	overflow-x: scroll;
}

table.all-table{
	border-collapse:collapse;
	min-width: 100%;
}

table.all-table th{
	text-align: center;
	height:20px;
	border:1px solid #898DA1;
	font-size: 14px;
	line-height:23px;
	font-weight: normal;
}

table.all-table th.th105{
	min-width:105px;
}

table.all-table th.th60{
	min-width:60px;
}

table.all-table th.th75{
	min-width:75px;
}

table.all-table th.th125{
	min-width:125px;
}

table.all-table th.th220{
	min-width:220px;
}

table.all-table th.th35{
	min-width:35px;
}

table.all-table th.th110{
	min-width:110px;
}

table.all-table th.th120{
	min-width:120px;
}

table.all-table th.th130{
	min-width:130px;
}

table.all-table th.th165{
	min-width:165px;
}

table.all-table th.th80{
	min-width:80px;
}


table.all-table td{
	height:40px;
	border:1px solid #898DA1;
	font-size: 14px;
	line-height:23px;
	font-weight: normal;
	padding:0 3px;
}

table.all-table tbody td.td105{
	min-width:105px;
}

table.all-table tbody td.td60{
	min-width:60px;
}

table.all-table tbody td.td75{
	min-width:75px;
}

table.all-table tbody td.td125{
	min-width:125px;
}

table.all-table tbody td.td220{
	min-width:220px;
}

table.all-table tbody td.td35{
	min-width:35px;
}

table.all-table tbody td.td110{
	min-width:110px;
}

table.all-table tbody td.td120{
	min-width:120px;
}

table.all-table tbody td.td130{
	min-width:130px;
}

table.all-table tbody td.td165{
	min-width:165px;
}

table.all-table tbody td.td80{
	min-width:80px;
}


/*以上1日分の全参加者リスト*/

/*[20220201小川] 以下、パターン2～5共通*/

/*参加者リスト下部の報告タブ*/
span.receipt_modal {
  padding: 0px 24px;
  background: #2723aa;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.34);
  border-radius: 4px;
  display: block;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

span.receipt_modal_noimage {
  padding: 0px 24px;
  background: #c4c4c4;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.34);
  border-radius: 4px;
  display: block;
  color: #8e8e8e;
  font-weight: bold;
  cursor: text;
}

.send_receipt_image {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.send_receipt_image span {
	display: block;
}

.send_receipt_image span:first-child {
	margin-right: 20px;
}

.invoice_white_area {
	background: #fff;
	padding: 1px 20px 30px;
	margin-top: 30px;
}
.money-text .invoicelist {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 7px;
}
.money-text .invoicelist span {
	display: block;
}

.money-text .invoicelist span.itemname {
	width: 90px;
	margin: 0 20px 0 0;
}

.money-text .invoicelist span.itemprice {
	width: 90px;
	margin: 0 20px 0 0;
	text-align: right;
}

.money-text.money-text1 {
	margin-top: 0;
}

.tab2 .tab-content-flex2 .cansel-reason {
	margin-left: 20px;
	font-size: 14px;
}

.tab2 .money-text .invoice_detail {
	margin-left: 0;
	font-size: 14px;
}

.tab2 .go_reportform {
	display: block;
	font-size: 15px;
	line-height: 17.55px;
	font-weight: bold;
	color: #ffffff;
	background: #ff8080;
	padding: 3px 25px;
	border-radius: 8px;
	position: absolute;
	bottom: 30px;
	right: 50px;
}

.month_go_report {
	background: #f78b6e;
	padding: 1px 7px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}

.entry-frame1 .day-select-block span.day-title.second_title {
	margin-left: 100px;
}

#staffmonthly_search {
	background: #f78b6e;
	border: none;
	color: #fff;
	padding: 5px 43px;
	margin-left: 100px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}

table.sale-calendar tfoot td.money-td.salmon {
	background: #ffd4d4;
}

table.sale-calendar.staffmonthly tbody td.money-td,
table.sale-calendar.staffmonthly tfoot td.money-td {
	padding: 0 5px;
}

/*以下 領収書画像モーダル*/
.receipt-modal{
	width:600px;
	height:600px;
	position: fixed;
	z-index: 9999;
	border:1px solid #4D4D4D;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.receipt-modal .receipt-modal-container {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.receipt-modal #receipt-modal-close {
	position: absolute;
	top: 0px;
	right: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	cursor: default;
}

.receipt-modal .receipt_image_box {
	height: 90%;
	max-width: 90%;
}

.receipt-modal .receipt_image_box img {
	max-width: 100%;
	height: 100%;
	object-fit:contain;
}
/*以上 領収書画像モーダル*/

/*[20220201小川] 以上、パターン2～5共通*/


/*[20220505小川] 以下、全担当の月別売上一覧*/

#go_allstaffmonthly {
	position: absolute;
	left: auto;
	right: 80px;
	background: #321e93;
	padding: 3px 20px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}

#allstaffmonthly_search {
	background: #f78b6e;
	border: none;
	color: #fff;
	padding: 5px 43px;
	margin-left: 100px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}

.staffname_link {
	color: #1a1a93;
	text-decoration: underline;
}

.staffname_link:hover {
	color: #aa0238;
}

table.sale-calendar td.money-td.salmon,
table.sale-calendar thead th.salmon {
	background: #ffd4d4;
}

table.sale-calendar td.money-td.rightorange,
table.sale-calendar thead th.rightorange {
	background: #fedd9e;
}

/*[20220505小川] 以上、全担当の月別売上一覧*/

/*以下、CSVでイベント一括登録*/

.batch_preview_wrap {
	width: 100%;
	max-height: 600px;
	overflow-y: scroll;
	border: 2px solid #898da1;
}

table.all-table.batch_preview_table {
	min-width:100%;
}

table.all-table.batch_preview_table th {
	background: #f9f2ed;
	border-bottom: 2px solid #898da1;
}

.butchstart_form_area {
	text-align: center;
	margin-top: 25px;
	position: relative;
}

.butchstart_form_area h2 {
	font-size: 20px;
	margin-bottom: 12px;
}

.butchstart_form_area form {
	position: relative;
}

.do_batch_button {
	background: #f99c83;
	border: none;
	padding: 5px 35px 3px;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	filter: drop-shadow(3px 3px 2px #bbb);
	margin-top: 20px;
	transition: all ease .3s;
}

.butchstart_form_area .do_batch_button:hover {
	background: #fb8b6d;
}

a.go_butch_top {
	display: inline-block;
	margin-top: 25px;
	text-decoration: underline;
	color: #1A0EAA;
}

#batchup, #batchup > div {
	width: 100%;
	text-align: center;
}

.batch_up_fileinput {
	font-size: 20px;
}

/*処理中アニメーション*/
.spinner {
	margin: auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	display: inline-block;
	position: absolute;
}

.spinner.batchspinner {
	top: 24px;
	right: 463px;
}


.spinner.statisticsspinner {
	top: 0;
	left: 0;
	right: 0;
}

.spinner.hide {
	display: none;
}

.spinner > div {
  background-color: #f99c83;
  height: 100%;
  width: 6px;
  display: inline-block;
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,.4));

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*以上、CSVでイベント一括登録*/

/*以下、申込元別・ステータス別集計*/
.page-container-statistics {
	width: 1265px;
	margin: 20px auto 0;
	padding: 0 30px 150px;
}

#statistics_search {
	background: #f78b6e;
	border: none;
	color: #fff;
	padding: 5px 43px;
	margin-left: 100px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}

table.sale-calendar.statistics thead {
	display: block;
	width: 1185px;
}

table.sale-calendar.statistics tbody {
	overflow-y: scroll;
	max-height: 600px;
	width: 1205px;
	display: block;
}

table.sale-calendar.statistics td,
table.sale-calendar.statistics th {
	width: 118px;
}

table.sale-calendar.statistics tbody tr:last-child td {
  border-bottom: 3px solid #898DA1;
}

.day-select-block-right {
	justify-content: flex-end;
	margin-right: 25px;
	position: relative;
}

.entry-frame1 .day-select-block.day-select-block-right select {
	width: 237px;
}
/*以上、申込元別・ステータス別集計*/

/*以下、当日の無断・事前キャンセル*/
#absent_status_search {
	background: #f78b6e;
	border: none;
	color: #fff;
	padding: 5px 43px;
	margin-left: 70px;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,.3);
}

#absent_status {
	margin-left: 100px;
	width: 232px;
}
/*以上、当日の無断・事前キャンセル*/

/*以下、読込中ページ*/
.loading_grayscreen {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	z-index: 100;
}

.loading_grayscreen.hide {
	display: none;
}

.loading_grayscreen h1 {
	font-size: 50px;
	color: #fff;
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,.4));
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	display: block;
	width: 155px;
	text-align: center;
	height: 50px;
	bottom: auto;
}

.spinner.nowloadingspinner {
	top: 54%;
	left: 0;
	right: 0;
	bottom: auto;
}


/*以上、読込中ページ*/



/*
---------------------------------------------------------------
2023 5/29 荒木追加css
---------------------------------------------------------------
*/
/*以下1日分の全参加者リスト*/
.page-container.pb0{
	padding-bottom: 0;
}

.entry-frame1.entry-frame1-allentory2{
	width:fit-content;
	margin:30px auto;
}

.entry-frame1.entry-frame1-allentory2 .wave{
	font-size: 20px;
	font-weight: bold;
	margin:0 12px;
}

.csv-button-area a#system-csv2 {
    right: 20px;
    bottom: -12px;
}

/*
---------------------------------------------------------------
2023 8/30 小川
---------------------------------------------------------------
*/
.calendar3.black_form {
	padding-bottom: 50px;
}

.calendar3.black_form table {
	border: 3px solid #898DA1;
	margin: auto;
}

.calendar3.black_form table td {
	background: #f7f7f7;
}

.black_send {
	text-align: center;
	padding: 30px 0;
}

.black_send .black_new {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 29.75px;
	color: #ffffff;
	border: none;
	transition-duration: 0.3s;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	display: inline-block;
	margin: auto;
	background: #666666;
	width: 270px;
	height: 32px;
}

.black_send .black_new:hover {
	opacity: 0.7;
}

.blacklist_table {
	margin: auto;
}

.black_del {
	width: 30px;
	height: 27px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: #ffffff;
	background: #3d3d3d;
	border: none;
	transition-duration: 0.3s;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	display: inline-block;
	margin: auto;
}

.black_del:hover {
	opacity: 0.7;
}

.blacklist_title {
	text-align: center;
	font-size: 20px;
	padding: 0 0 15px;
}

.textarea-alert.textarea-alert4 {
	margin-bottom: auto;
	margin-top: 15px;
}


/*
---------------------------------------------------------------
2023 9/12 小川
---------------------------------------------------------------
*/

.sale-calendar.salesabsent-table {
	width: 1560px;
	overflow-x: scroll;
}

.sale-calendar.salesabsent-table thead {
	width:2140px ;
}

table.sale-calendar.salesabsent-table tbody {
	width: 2165px;
}

table.sale-calendar.salesabsent-table tbody td.td45 {
	text-align: right;
}

.wisteria {
	background: #F1E0FB;
}

.coral {
	background: #FCE4D6;
}

.custard {
	background: #FFF2CC;
}

.cactus {
	background: #C6E0B4;
}

.fs10 {
	font-size: 10px;
}


/*
---------------------------------------------------------------
2025 10/12 小川
---------------------------------------------------------------
*/

.eventsearch_advaced_setting {
	width: 100%;
	text-align: left;
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.eventsearch_advanced_check {
	width: 50%;
	text-align: left;
	margin-top: 15px;
}

.entry-frame1 .day-select-block input.eventsearch_advanced_checkbox {
	height: 25px;
	vertical-align: middle;
	width: 25px;
	margin-left: 45px;
	margin-right: 15px;
}

.entry-frame1 .day-select-block select.eventsearch_advanced_sexselect {
	height: 30px;
	font-size: 17px;
	vertical-align: middle;
	width: 80px;
	padding-left: 5px;
}

.entry-frame1 .day-select-block select.eventsearch_advanced_numselect {
	height: 30px;
	font-size: 17px;
	vertical-align: middle;
	width: 60px;
	padding-left: 5px;
}

.entry-frame1.entry-frame1-eventsearch .event_advanced_search-button,
.entry-frame1.entry-frame1-eventsearch .guest_aggrigate_butch_button {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	border: none;
	background: #F78B6E;
	padding: 5px 44px 1px;
	cursor: pointer;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.35);
	height: 36px;
	margin: 30px auto 15px;
	display: block;
}

.entry-frame1.entry-frame1-eventsearch .guest_aggrigate_butch_button {
	margin: auto;
}

table.main-calendar-body tbody td.grayout {
	background: #999;
	color: #666;
}

.eventserch_errmess {
	text-align: center;
	margin-top: 50px;
	font-size: 20px;
}

h3.guest_aggrigate_butch_mess1 {
  width: 100%;
	font-size: 20px;
	margin-top: 20px;
	color: red;
}
h3.guest_aggrigate_butch_mess2 {
  width: 100%;
}

.entry-frame1 .day-select-block span.date-input-span.must {
	position: relative;
}

.entry-frame1 .day-select-block span.date-input-span.must::before {
  content: "＊";
  position: absolute;
  color: #FF7600;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  right: 23px;
  top: -17px;
}

.entry-frame1.entry-frame1-eventsearch .day-select-block span.day-title {
	margin-left: 20px;
}

#prg_mes {
	display: none;
	text-align: center;
	background: #b71111;
	padding: 5px;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
