/*
Theme Name:		Konkatsu kanri
Theme URI:		acya
Author:			acya
Author URI:		acya.net
Version: 2025.10.27.1
*/

/*-------------------------------*/
/* 基本 */
/*-------------------------------*/

@charset "utf-8";

::placeholder {
	color: #6e8484;
}
body.testpagetop {
	background: #cce3cf;
}
.calendar-list li a.crr_month {
	color: #e00000;
	text-decoration: underline;
}

#setyear,
#setmonth {
	display: none;
}

.container-right form .right-table td {
	position: relative;
	word-break: keep-all;
}

.roomnum {
	position: absolute;
	top: 4px;
	right: 5px;
	display: block;
	width: 80px;
}

.roomnum .text-input {
	background: #b5c1ff !important;
}

.container-right form .right-table .join-button {
	margin: 3px auto auto;
	display: block;
}

.th-left_pink {
	background: #ffdede;
}

.th-left_green {
	background: #c9ffd5;
}

.container-right form .right-table .text-input {
	padding: 0 5px;
}

.container-right form .right-table .td4 .text-input {
	text-align: right;
}

#homeurl,
#templatedir,
#eventid,
#rfurl {
	display: none;
}

.noevent_mess {
	padding: 50px 0;
	text-align: center;
	font-size: 20px;
	width: 100%;
}

.entry-button {
	display: inline-block;
}


.newevent_balloon {
	position: fixed;
	width: 350px;
	height: 465px;
	background: #eee;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	padding: 40px 20px;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.34);
	display: none;
}

.newevent_balloon table {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: auto;
	text-align: left;
}

.newevent_balloon th {
	width: 80px;
	font-weight: 400;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 3px;
}

.newevent_balloon td {
	vertical-align: top;
}

.newevent_balloon input[type="text"] {
	width: 100%;
	max-width: 100%;
	padding: 3px 10px;
}

.newevent_balloon form .right-table .save-button {
	height: 25px;
	line-height: 26.25px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: none;
	background: #f78b6e;
	transition-duration: 0.3s;
	cursor: pointer;
	padding: 4px 20px 2px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
}

.newevent_balloon h2 {
	color: #685a4b;
	font-size: 20px;
	padding-bottom: 15px;
}

.balloon_close {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #685a4b;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
	cursor: pointer;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .34);
}

.autofill {
	font-weight: 600;
	font-size: 18px;
}

.entry-editsend.list-entry-editsend {
	width: 30px;
	height: 27px;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	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-del.list-entry-editsend {
	width: 30px;
	height: 27px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	color: #ffffff;
	background: #701E0B;
	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-del.list-entry-editsend:hover,
.entry-editsend.list-entry-editsend:hover {
	opacity: .8;
}

.entry_table_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-shadow: 0 0 0 1px #898DA1 inset;
}

.couple-flex .entry_wrap {
	padding-left: 30px;
}

.couple-flex .entryform_link {
	background: #f78b6e;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	padding: 3px 20px;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .34);
	border-radius: 5px;
	border: 1px solid #999;
}

.reload-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: #ff0048;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.34);
}

.tab3 .reload-button {
	position: absolute;
	top: 8px;
	width: 50px;
	right: 150px;
}

.header-container2-frame a.logout {
	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;
	display: inline-block;
	text-align: center;
}

.container-right form .right-table .canceled {
	background: #eee;
}

.container-right form .right-table .canceled .text-input {
	background: none;
}

.canceled .angle {
	border-color: #848484 transparent transparent transparent;
}

.pink-modal p.cancelmess {
	padding-top: 80px;
}

.entry_list_cancel {
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.entry_list_cancel .pass-text {
	width: 150px;
	padding-left: 10px;
}

.entry_list_cancel .cancel-button {
	width: 280px;
	height: 32px;
	background: #701E0B;
	line-height: 29.75px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border: none;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	cursor: pointer;
	transition-duration: 0.3s;
	display: inline-block;
	margin-left: 15px;
}

.entry_list_cancel .entry_cancel_rew {
	width: 210px;
	font-size: 16px;
	font-weight: bold;
	color: #0000a0;
	border: none;
	display: inline-block;
	margin-left: 15px;
	text-align: center;
}

.entry_list_cancel .entry_cancel_rew input{
	transform: scale(1.5);
	margin-right: 10px;
}
.money-amount input {
	height: 21px;
	border: 1px solid #000000;
	background: #9FA4FA;
	text-align: right;
	color: #ffffff;
	margin-right: 5px;
	width: 100px;
}

.tab_eventinfo {
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 0;
	text-align: center;
}


.money-amount input.readonly {
	background: none;
	border: none;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	width: 90px;
}

.money-input input {
	text-align: right !important;
}

.tab4 .tab4-white-container .money-send-area .money-input input {
	color: #4D4D4D;
	height: 21px;
	border: none;
	background: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
}


.tab4 span.report-button, .tab2 .section7 span.report-button {
	display: block;
	width: 200px;
	height: 32px;
	margin: 17px auto 0;
	/* text-indent: -9999px; */
	background: #f78b6e;
	background-position: center;
	cursor: pointer;
	transition-duration: 0.3s;
	border: none;
	color: #fff;
	text-align: center;
	padding: 3px;
	font-size: 17px;
	font-weight: bold;
	box-shadow: 2px 2px 4px 1px #bbb;
}

.tab2 .section7 span.report-button.report-button-adminonly {
	background: url("img/report-button_adminonly.png");
	background-position: center;
}

.section5 .list-table select {
	background: none;
	border: none;
}

.calendar3 table .man.cancel td,
.tab3 .section5 table.list-table tr.man.cancel {
	background: #c7cddb;
}

.calendar3 table .man.attend td,
.tab3 .section5 table.list-table tr.man.attend {
	background: #bbecff;
}

.calendar3 table .man.waiting td,
.tab3 .section5 table.list-table tr.man.waiting {
	background: #e9fdbe;
}

.calendar3 table .woman.cancel td,
.tab3 .section5 table.list-table tr.woman.cancel {
	background: #e3d7de;
}

.calendar3 table .woman.attend td,
.tab3 .section5 table.list-table tr.woman.attend {
	background: #ffc5cb;
}

.calendar3 table .woman.waiting td,
.tab3 .section5 table.list-table tr.woman.waiting {
	background: #ffe6c5;
}

.tab4 .tab4-green-container .money-area ul.money-lists li input.text-input2 {
	text-align: right;
}

#change_lasttime {
	width: 70px;
}

.sp_meta {
	display: none;
}

.back_entrylist {
	margin-left: 80px;
}

.back_receiption {
	display: block;
	margin-top: 20px;
}

.back_receiption a,
.back_entrylist a {
	background: #f78b6e;
	color: #fff;
	font-weight: 600;
	padding: 5px 30px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	transition-duration: 0.3s;
}

.back_receiption a:hover,
.back_entrylist a:hover {
	opacity: .8;
}

.back_maintop {
	text-align: center;
	padding-bottom: 20px;
}

.back_maintop a {
	display: inline-block;
	padding: 2px 5px;
	background: #f78b6e;
	color: #fff;
	border-radius: 4px;
	transition-duration: 0.3s;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
}

.back_maintop a:hover {
	opacity: .7;
}

.sp_header {
	display: none;
	width: 100%;
}

.sp {
	display: none !important;
}


/****************************
	login / 404
****************************/

.um-login {
    width: 90%;
}

.login_restrict {
	width: 120px;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
	background: #F78B6E;
	z-index: 2;
	border: none;
	cursor: pointer;
	transition-duration: 0.3s;
	border-radius: 6px;
	display: block;
	text-align: center;
	margin: 40px auto auto;
}

.back_maintop.back_maintop_404 {
	margin-top: 30px;
}

/****************************
	Coupling
****************************/

.couple_access_box {
	position: absolute;
	top: 29px;
	left: 0px;
	margin: auto;
	display: none;
	background: #d8edff;
	padding: 15px;
	border-radius: 7px;
	box-shadow: 1px 1px 3px 1px #eee;
	z-index: 100;
}

.woman-lists .couple_access_box {
	left: auto;
	background: #ffedee;
	right: 0;
}

.couple-content ul li.active .couple_access_box {
	display: block;
}

/****************************
	Coupling SP
****************************/
@media screen and (max-width:480px) {
	header.pc_header {
		display: none;
	}

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

	.page-container {
		width: 100%;
		margin: 20px auto 0;
		padding: 0;
	}

	.couple-content {
		width: 270px;
		margin: 60px auto 0;
	}

	.search-flex {
		margin-top: 40px;
		display: none;
		align-items: center;
	}

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

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

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

	.couple-content ul li .name {
		display: inline-block;
		width: 74px;
		height: 26px;
		font-size: 12px;
		overflow: hidden;
	}

	.couple-content ul li .num {
		width: 23px;
		height: 26px;
		display: inline-block;
		font-size: 12px;
	}

	.couple-content ul.man-lists li .num {
		margin-left: -6px;
		background: #fff;
		position: relative;
		z-index: 5;
	}

	.couple-content ul.woman-lists li .num {
		margin-right: -6px;
		background: #fff;
		position: relative;
		z-index: 5;
	}

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

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

	.couple-content ul.man-lists li img.heart {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 120px;
		margin: auto;
		width: 34px;
		z-index: 50;
	}

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

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

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

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

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

	.heart-list li {
		width: 11%;
	}

	.heart-list li img {
		width: 100%;
	}

	.sp_meta {
		display: block;
		padding: 20px 20px 0;
	}

	.couple_access_box,
	.couple-content ul li.active .couple_access_box {
		display: none;
	}

	.sp_header {
		display: block;
	}

	.sp_header .header-container1 {
		height: 65px;
		background: #EBE6E0;
		position: relative;
	}

	.sp_header .header-container1 h1 {
		color: #685A4B;
		font-size: 22px;
		font-weight: bold;
		line-height: 38.5px;
		position: absolute;
		top: 30px;
		left: 20px;
	}

	.sp_header .header-container1 a.logout {
		width: 78px;
		height: 24px;
		top: 16px;
		right: 15px;
		position: absolute;
		text-indent: -9999px;
		background: url("../img/logout.png");
		background-position: center;
		border: none;
		cursor: pointer;
		transition-duration: 0.3s;
	}

	.sp_header .header-container1 a.logout:hover {
		opacity: 0.7;
	}

	.sp_header .header-container2 {
		height: 30px;
		background: #685A4B;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	}

		.sp_header.login_sp_header .header-container2 {
			position: relative;
		}

	.sp_header .header-container2 p {
		color: #ffffff;
		font-weight: bold;
	}

	.sp_header .header-container2 p.header-name {
		color: #ffffff;
		font-weight: bold;
		font-size: 17px;
		line-height: 29.75px;
	}

	.sp_header .header-container2 p.header-title {
		color: #ffffff;
		font-weight: bold;
		font-size: 14px;
		line-height: 24.5px;
	}

	.sp_header.login_sp_header .header-container2 a.logout {
    width: 120px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
    background: #F78B6E;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: inline-block;
    text-align: center;
}

	.couple-body .flex {
		flex-direction: column;
		width: 100%;
	}

	.couple-body .flex a.box3 {
		display: none;
	}

	.couple-body .match-block {
		width: 100%;
	}

	.couple-body .match-block ul.match-list li {
		justify-content: center;
	}

	.couple-body .match-block ul.match-list li .list-left,
	.couple-body .match-block ul.match-list li .list-right {
		width: 80px;
		display: flex;
		justify-content: center;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.couple-body .match-block span.man-num.sp,
	.couple-body .match-block span.woman-num.sp {
		margin: auto;
		text-align: center;
	}

	.couple-body a.return-button {
		display: block;
		margin: auto;
		width: 245px;
		height: 32px;
		background: #CCE4F0;
		font-size: 17px;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
		margin-bottom: 50px;
	}
}

/****************************
	Profile (My page)
****************************/
.um-misc-ul {
	display: none;
}

.cant_login_text {
	font-weight: 600;
	color: #eb0522;
	text-align: center;
}

.logged_in_login .cant_login_text {
	display: none;
}

/****************************
	Mailediter
****************************/
.page-container.mailediter_container {
	width: 1000px;
}

.mailediter_container #message p {
	font-size: 20px;
	font-weight: 600;
	color: #4d4d4d;
	text-align: center;
	background: #ebe6e0;
	padding: 2px;
}

.mailediter_container .mail_kind_button_box {
	text-align: left;
	padding: 10px 0;
}

.mailediter_container .mail_kind_button_box span {
	display: inline-block;
	text-align: center;
	padding: 4px 5px 0;
	font-weight: 600;
	color: #fff;
	background: #a6a6a6;
	border-radius: 7px;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	margin-right: 10px;
}

.mailediter_container .mail_kind_button_box span.mail_kind_button_title {
	width: 190px;
	background: #52baee;
	margin-right: 25px;
}

.mailediter_container .mail_kind_button_box span.mail_kind_button {
	cursor: pointer;
	transition: all ease .3s;
}

.mailediter_container .mail_kind_button_box span.mail_kind_button:hover,
.mailediter_container .mail_kind_button_box span.mail_kind_button.active {
	background: #175FBB;
}

.mail_menu_req, .mail_menu_stop,.mail_menu_treat {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 480px;
	margin-top: 25px;
}

.mail_menu_button {
	display: block;
	width: 500px;
	height: 45px;
	text-align: center;
	font-size: 24px;
	border-radius: 20px;
	background: #ffb8b8;
	margin: auto;
	cursor: pointer;
	transition: all ease .3s;
	padding: 9px 0 0;
}

.mail_btn_color_1 {
	background: #ffbac1;
}

.mail_btn_color_2 {
	background: #69ff79;
}

.mail_btn_color_3 {
	background: #ffd97e;
}

.mail_btn_color_4 {
	background: #6591fb;
}

.mail_btn_color_5 {
	background: #ff6060;
}

.mail_btn_color_6 {
	background: #f28eec;
}

.mail_btn_color_7 {
	background: #a8e1af;
}

.mail_btn_color_8 {
	background: #88ffe9;
}

.mail_btn_color_9 {
	background: #ffef6d;
}

.mail_btn_color_10 {
	background: #ff8989;
}

.mailediter_form {
	width: 100%;
	background: #ebe6e0;
	padding: 30px;
	margin: 30px auto;
	border-radius: 7px;
	transition: all ease 0.6s;
	display: none;
}

.mailediter_title {
	font-size: 20px;
	margin-bottom: 10px;
}

.mailediter_form span {
	display: inline-block;
	width: 90px;
	color: #795631;
}

.mailediter_form input[type="text"] {
	margin-bottom: 10px;
	width: 600px;
	padding: 0 10px;
}

.mailediter_textarea {
	width: 100%;
	height: 300px;
	padding: 10px;
}

.mailediter_submit_area {
	/*text-align: right;*/
	margin-top: 15px;
}

.mailediter_submit {
	font-size: 20px;
	background: #52baee;
	padding: 5px 20px 0;
	color: #FFF;
	border: none;
	border-radius: 7px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	transition: all ease 0.3s;
}

.mailediter_submit:hover {
	background: #175FBB;
}

.mailediter_container #updatedformnum {
	display: none;
}

.modal.mail_modal {
	width: 860px;
	height: 670px;
	border-radius: 15px;
	border: 1px solid #666;
}

.modal.mail_modal .modal-container {
	padding: 60px;
	height: 670px;
}

.mail_balloon {
	display: none;
}

.mail_balloon .mailediter_textarea {
	background: #999;
}

.mail_balloon h3 {
	font-size: 18px;
	margin-top: 15px;
}

.mail_balloon h3 span {
	font-size: 16px;
	font-weight: 400;
}

.mail_balloon .mailediter_submit_area {
	position: relative;
}

.mail_balloon .mailediter_submit_area.mailediter_select {
	text-align: right;
}

.mailform_send_area {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

.mailform_send_area .mailform_sendrf {
	display: block;
	width: 200px;
	margin: auto;
	background: #fb4c4c;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	box-shadow: 1px 1px 3px #999;
	border-radius: 15px;
	transition: all ease 0.3s;
	cursor: pointer;
}

.mailform_send_area .back_mail_menu {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
	background: #ccc;
	padding: 3px 10px;
	box-shadow: 1px 1px 3px #999;
	border-radius: 15px;
	transition: all ease 0.3s;
	cursor: pointer;
}

.mailform_send_area .mailform_sendrf:hover,
.mailform_send_area .back_mail_menu:hover {
	opacity: 0.8;
}


.mabal_add_input,
.mabal_title_input,
.mabal_data_input {
	width: 100%;
	background: #f0f0f0;
	border: 1px solid #999;
	height: 29px;
}

.mail_balloon .mailediter_div {
	display: none;
	margin-top: 15px;
}

.mail_balloon .mailediter_textarea {
	background: #f0f0f0;
}

.entry_list_cancel .stop_mail_button {
	position: absolute;
	width: 280px;
	height: 32px;
	background: #1f92cf;
	line-height: 29.75px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border: none;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.34);
	cursor: pointer;
	transition-duration: 0.3s;
	display: inline-block;
	right: 0;
	top:0;
}

#entry_list_city,
#entry_list_aftereight,
#entry_list_today {
	display: none;
}

table.cancel-calendar td {
	text-align: center;
}

table.cancel-calendar td span.mail_balloon_button {
	display: block;
}

table.cancel-calendar td span.mail_balloon_button.absentmail {
	cursor: pointer;
}

table.cancel-calendar td span.mail_balloon_button i.fas{
	color:#f41212;
	font-size: 18px;
}

table.cancel-calendar td span.mail_balloon_button.absentmail i.fas{
	color:#f41212;
	background: #fff;
}

table.cancel-calendar td span.mail_balloon_button.absentmail.sended i.fas{
	background: #999;
}


.mailediter_submit_area {
  text-align: right;
  margin-top: 15px;
}

.mail_balloon .mailediter_submit_area span {
	position: absolute;
	left: 0;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	bottom: 0px;
}

.mail_balloon .mailediter_submit_area label {
	font-size: 18px;
	font-weight: 600;
}

.mail_balloon .mailediter_submit_area select {
	width: 80px;
	padding: 2px 0 0 10px;
	font-weight: 600;
	font-size: 18px;
	background: #f0f0f0;
	border: 1px solid #999;
	margin-top: 20px;
}
