@charset "utf-8";
/*------------------------------------------------------------
	CF7 / メールフォーム共通（お問い合わせ・event-news 埋め込み）
#main .sec02 .mailForm … と #main .event-news-detail .detail-content .wpcf7 … を並記
------------------------------------------------------------*/
#main .sec02 .mailForm,
#main .event-news-detail .detail-content .wpcf7 {
	margin-bottom: 9.2rem;
}
#main .sec02 .mailForm table,
#main .event-news-detail .detail-content .wpcf7 table {
	margin-bottom: 2rem;
	width: 100%;
	border-collapse: collapse;
}
#main .sec02 .mailForm table tr,
#main .event-news-detail .detail-content .wpcf7 table tr {
	display: flex;
	flex-wrap: wrap;
}
#main .sec02 .mailForm table th,
#main .sec02 .mailForm table td,
#main .event-news-detail .detail-content .wpcf7 table th,
#main .event-news-detail .detail-content .wpcf7 table td {
	padding: 0 0 3.5rem 1.5rem;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
}
#main .sec02 .mailForm table th,
#main .event-news-detail .detail-content .wpcf7 table th {
	width: 24%;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
}
#main .sec02 .mailForm table td,
#main .event-news-detail .detail-content .wpcf7 table td {
	font-size: 1.7rem;
	width: 76%;
}
#main .sec02 .mailForm .must,
#main .event-news-detail .detail-content .wpcf7 .must {
	margin-left: 0.7rem;
	padding: 0 0.3rem 0.15rem;
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	background-color: rgba(41, 41, 41, 0.9);
	border-radius: 0.3rem;
}
#main .sec02 .mailForm table .sml,
#main .event-news-detail .detail-content .wpcf7 table .sml {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#main .sec02 .mailForm .radioList li,
#main .event-news-detail .detail-content .wpcf7 .radioList li {
	margin-bottom: 1.1rem;
}
#main .sec02 .mailForm input[type="checkbox"],
#main .event-news-detail .detail-content .wpcf7 input[type="checkbox"] {
	/* display: none; */
}
#main .sec02 .mailForm input[type="checkbox"] ~ .txt,
#main .event-news-detail .detail-content .wpcf7 input[type="checkbox"] ~ .txt {
	padding-left: 2.4rem;
	font-size: 1.8rem;
	display: inline-block;
	background: url(../img/common/icon10.png) no-repeat left center / 1.6rem;
}
#main .sec02 .mailForm input[type="checkbox"]:checked ~ .txt,
#main .event-news-detail .detail-content .wpcf7 input[type="checkbox"]:checked ~ .txt {
	background-image: url(../img/common/icon11.png);
}
#main .sec02 .mailForm table input[type="text"],
#main .sec02 .mailForm table input[type="email"],
#main .sec02 .mailForm table input[type="tel"],
#main .sec02 .mailForm table textarea,
#main .event-news-detail .detail-content .wpcf7 table input[type="text"],
#main .event-news-detail .detail-content .wpcf7 table input[type="email"],
#main .event-news-detail .detail-content .wpcf7 table input[type="tel"],
#main .event-news-detail .detail-content .wpcf7 table textarea {
	padding: 0;
	width: 100%;
	height: 4.2rem;
	color: #000;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	box-sizing: border-box;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* 日付選択など select（テキスト入力と同系統・カスタム矢印） */
#main .sec02 .mailForm table select,
#main .event-news-detail .detail-content .wpcf7 table select {
	padding: 0 2.8rem 0 0.4rem;
	width: 100%;
	max-width: 100%;
	min-height: 4.2rem;
	height: 4.2rem;
	color: #000;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	font-family: inherit;
	line-height: normal;
	box-sizing: border-box;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23292929' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' d='M1.5 2L6 6l4.5-4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.55rem center;
	background-size: 0.85rem auto;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#main .sec02 .mailForm table select:invalid,
#main .event-news-detail .detail-content .wpcf7 table select:invalid {
	color: #A9A9A9;
}
#main .sec02 .mailForm table select option,
#main .event-news-detail .detail-content .wpcf7 table select option {
	color: #000;
}
#main .sec02 .mailForm table select:focus,
#main .event-news-detail .detail-content .wpcf7 table select:focus {
	outline: none;
}
#main .sec02 .mailForm table select:focus-visible,
#main .event-news-detail .detail-content .wpcf7 table select:focus-visible {
	outline: 0.15rem solid #BFB8AA;
	outline-offset: 0.12rem;
}
#main .sec02 .mailForm input::placeholder,
#main .sec02 .mailForm textarea::placeholder,
#main .event-news-detail .detail-content .wpcf7 input::placeholder,
#main .event-news-detail .detail-content .wpcf7 textarea::placeholder {
	color: #A9A9A9;
}
#main .sec02 .mailForm .tr01 th,
#main .event-news-detail .detail-content .wpcf7 .tr01 th {
	display: flex;
	align-items: center;
}
#main .sec02 .mailForm td p,
#main .event-news-detail .detail-content .wpcf7 td p {
	padding-bottom: 0.5rem;
	border-bottom: 0.1rem dotted #ADADAD;
}
#main .sec02 .mailForm table textarea,
#main .event-news-detail .detail-content .wpcf7 table textarea {
	padding: 1.5rem 1.9rem;
	border: 0.1rem solid #C2C2C2;
	height: 11.4rem;
	resize: vertical;
}
#main .sec02 .mailForm .tr02 p,
#main .event-news-detail .detail-content .wpcf7 .tr02 p {
	display: flex;
	align-items: center;
	width: 75%;
}
#main .sec02 .mailForm td .notes,
#main .event-news-detail .detail-content .wpcf7 td .notes {
	text-align: right;
	font-size: 1.5rem;
	display: inline-block;
	min-width: 18rem;
}
#main .sec02 .mailForm .tr03,
#main .event-news-detail .detail-content .wpcf7 .tr03 {
	width: 59.8rem;
}
#main .sec02 .mailForm .tr03 th,
#main .sec02 .mailForm .tr03 td,
#main .event-news-detail .detail-content .wpcf7 .tr03 th,
#main .event-news-detail .detail-content .wpcf7 .tr03 td {
	width: 100% !important;
}
#main .sec02 .mailForm .tr03 th,
#main .event-news-detail .detail-content .wpcf7 .tr03 th {
	padding-bottom: 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main .sec02 .mailForm .tr03 .must,
#main .event-news-detail .detail-content .wpcf7 .tr03 .must {
	margin: 0 3.5rem 0 0;
}
#main .sec02 .mailForm .tr03 td,
#main .event-news-detail .detail-content .wpcf7 .tr03 td {
	display: block;
}
#main .sec02 .mailForm .tr03 .radioList li,
#main .event-news-detail .detail-content .wpcf7 .tr03 .radioList li {
	margin-bottom: 0.7rem;
}
#main .sec02 .mailForm .tr03 .li01,
#main .event-news-detail .detail-content .wpcf7 .tr03 .li01 {
	display: flex;
	align-items: center;
}
#main .sec02 .mailForm .tr03 .txt,
#main .event-news-detail .detail-content .wpcf7 .tr03 .txt {
	padding-bottom: 0.3rem;
	margin-right: 1rem;
	display: inline-block;
	min-width: 8.2rem;
	letter-spacing: 0.025em;
}
#main .sec02 .mailForm .tr03 input[type="text"],
#main .event-news-detail .detail-content .wpcf7 .tr03 input[type="text"] {
	padding-left: 1rem !important;
	flex: 1;
	height: 3.5rem !important;
	font-size: 1.5rem !important;
	border-bottom: 0.1rem dotted #ADADAD !important;
}
#main .mailForm .subNotes,
#main .event-news-detail .detail-content .wpcf7 .subNotes {
	margin: 0 0 8.5rem 1.5rem;
	color: #292929;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
}
#main .mailForm .agreeText,
#main .event-news-detail .detail-content .wpcf7 .agreeText {
	margin-bottom: 2.8rem;
	padding: 3.2rem 5.5rem 3.6rem;
	background-color: rgba(96, 96, 96, 0.2);
}
#main .mailForm .agreeText .agree,
#main .event-news-detail .detail-content .wpcf7 .agreeText .agree {
	margin-bottom: 0.8rem;
}
#main .mailForm .agreeText label,
#main .event-news-detail .detail-content .wpcf7 .agreeText label {
	display: flex;
	align-items: center;
}
#main .mailForm .agreeText .subTxt,
#main .event-news-detail .detail-content .wpcf7 .agreeText .subTxt {
	font-size: 1.5rem;
	letter-spacing: 0.025em;
}
#main .mailForm .subNotes a,
#main .event-news-detail .detail-content .wpcf7 .subNotes a {
	color: #292929;
	text-decoration: underline;
}
#main .mailForm .submit,
#main .event-news-detail .detail-content .wpcf7 .submit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#main .mailForm .submit li,
#main .event-news-detail .detail-content .wpcf7 .submit li {
	margin: 0 1rem;
}
#main .thanksBox .back a,
#main .mailForm .submit input,
#main .event-news-detail .detail-content .wpcf7 .submit input {
	margin: 0 auto;
	width: 30.9rem;
	min-height: 6.45rem;
	padding: 1.7rem 1rem;
	text-align: center;
	color: #292929;
	font-size: 1.85rem;
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #BFB8AA;
	border-radius: 1.2rem;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
@media all and (min-width: 897px) {
	#main .mailForm .subNotes a:hover,
	#main .event-news-detail .detail-content .wpcf7 .subNotes a:hover {
		text-decoration: none;
	}
	#main .mailForm .submit input:hover,
	#main .event-news-detail .detail-content .wpcf7 .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .sec02 .mailForm,
	#main .event-news-detail .detail-content .wpcf7 {
		margin-bottom: 4.6rem;
	}
	#main .sec02 .mailForm table tr,
	#main .event-news-detail .detail-content .wpcf7 table tr {
		display: block;
	}
	#main .sec02 .mailForm table th,
	#main .sec02 .mailForm table td,
	#main .event-news-detail .detail-content .wpcf7 table th,
	#main .event-news-detail .detail-content .wpcf7 table td {
		width: 100% !important;
	}
	#main .sec02 .mailForm table th,
	#main .event-news-detail .detail-content .wpcf7 table th {
		padding: 0 0 1rem;
		display: flex !important;
		align-items: center;
		font-size: 1.2rem;
	}
	#main .sec02 .mailForm table td,
	#main .event-news-detail .detail-content .wpcf7 table td {
		padding: 0 0 1.5rem;
		font-size: 1.1rem;
		display: block !important;
	}
	#main .sec02 .mailForm .must,
	#main .event-news-detail .detail-content .wpcf7 .must {
		padding: 0.1rem 0.2rem;
		font-size: 0.8rem;
	}
	#main .sec02 .mailForm table .sml,
	#main .event-news-detail .detail-content .wpcf7 table .sml {
		font-size: 1.2rem;
		letter-spacing: 0.025em;
	}
	#main .sec02 .mailForm .radioList li,
	#main .event-news-detail .detail-content .wpcf7 .radioList li {
		margin-bottom: 0.7rem;
	}
	#main .sec02 .mailForm input[type="checkbox"] ~ .txt,
	#main .event-news-detail .detail-content .wpcf7 input[type="checkbox"] ~ .txt {
		padding-left: 1.4rem;
		font-size: 1.1rem;
		letter-spacing: 0.025em;
		background-size: 1rem;
		background-position: left top 0.4rem;
	}
	#main .sec02 .mailForm .tr01 th,
	#main .event-news-detail .detail-content .wpcf7 .tr01 th {
		padding-bottom: 0.4rem;
	}
	#main .sec02 .mailForm .tr02 p,
	#main .event-news-detail .detail-content .wpcf7 .tr02 p {
		width: 100%;
	}
	#main .sec02 .mailForm .tr03,
	#main .event-news-detail .detail-content .wpcf7 .tr03 {
		width: auto;
	}
	#main .sec02 .mailForm .tr03 th,
	#main .event-news-detail .detail-content .wpcf7 .tr03 th {
		padding-bottom: 0.7rem;
		justify-content: left;
	}
	#main .sec02 .mailForm .tr03 .must,
	#main .event-news-detail .detail-content .wpcf7 .tr03 .must {
		margin: 0 0 0 0.7rem;
	}
	#main .sec02 .mailForm .tr03 td,
	#main .event-news-detail .detail-content .wpcf7 .tr03 td {
		padding-bottom: 0;
	}
	#main .sec02 .mailForm .tr04 th,
	#main .event-news-detail .detail-content .wpcf7 .tr04 th {
		margin-bottom: 0.4rem;
	}
	#main .sec02 .mailForm table input[type="text"],
	#main .sec02 .mailForm table input[type="email"],
	#main .sec02 .mailForm table input[type="tel"],
	#main .sec02 .mailForm table textarea,
	#main .event-news-detail .detail-content .wpcf7 table input[type="text"],
	#main .event-news-detail .detail-content .wpcf7 table input[type="email"],
	#main .event-news-detail .detail-content .wpcf7 table input[type="tel"],
	#main .event-news-detail .detail-content .wpcf7 table textarea {
		font-size: 1.1rem;
		height: 2rem;
	}
	#main .sec02 .mailForm table select,
	#main .event-news-detail .detail-content .wpcf7 table select {
		font-size: 1.1rem;
		min-height: 2rem;
		height: 2rem;
		padding: 0 2rem 0 0.25rem;
		background-position: right 0.35rem center;
		background-size: 0.65rem auto;
	}
	#main .sec02 .mailForm table textarea,
	#main .event-news-detail .detail-content .wpcf7 table textarea {
		padding: 1rem;
		height: 9.2rem;
	}
	#main .sec02 .mailForm td .notes,
	#main .event-news-detail .detail-content .wpcf7 td .notes {
		font-size: 0.8rem;
	}
	#main .sec02 .mailForm .tr03 .radioList li,
	#main .event-news-detail .detail-content .wpcf7 .tr03 .radioList li {
		margin-bottom: 0.6rem;
	}
	#main .sec02 .mailForm .tr03 input[type="text"],
	#main .event-news-detail .detail-content .wpcf7 .tr03 input[type="text"] {
		padding-left: 0.5rem !important;
		font-size: 1rem !important;
		height: 2rem !important;
	}
	#main .sec02 .mailForm .tr03 .txt,
	#main .event-news-detail .detail-content .wpcf7 .tr03 .txt {
		padding-bottom: 0;
		margin-right: 0.1rem;
		min-width: 10.8rem;
		font-size: 1.2rem !important;
		letter-spacing: 0 !important;
	}
	#main .mailForm .agreeText,
	#main .event-news-detail .detail-content .wpcf7 .agreeText {
		margin-bottom: 0.8rem;
		padding: 2.1rem 2.5rem 1.8rem;
	}
	#main .mailForm .agreeText .subTxt,
	#main .event-news-detail .detail-content .wpcf7 .agreeText .subTxt {
		font-size: 1.1rem;
		letter-spacing: -0.05em;
	}
	#main .mailForm .agreeText .txt,
	#main .event-news-detail .detail-content .wpcf7 .agreeText .txt {
		margin-left: 0.2rem;
		font-size: 1.15rem !important;
	}
	#main .mailForm .subNotes,
	#main .event-news-detail .detail-content .wpcf7 .subNotes {
		margin: 0 0 3rem;
		font-size: 1.1rem;
		line-height: 1.82;
	}
	#main .mailForm .submit,
	#main .event-news-detail .detail-content .wpcf7 .submit {
		display: block;
	}
	#main .mailForm .submit li,
	#main .event-news-detail .detail-content .wpcf7 .submit li {
		margin: 0 0 2rem;
	}
	#main .mailForm .submit li:last-child,
	#main .event-news-detail .detail-content .wpcf7 .submit li:last-child {
		margin-bottom: 0;
	}
	#main .thanksBox .back a,
	#main .mailForm .submit input,
	#main .event-news-detail .detail-content .wpcf7 .submit input {
		padding: 1rem;
		width: 19.6rem;
		min-height: 4.1rem;
		font-size: 1.2rem;
		border-radius: 0.7rem;
	}
}
.errorMsg {
	margin-bottom: 2rem;
	color: #f00;
	font-size: 1.6rem;
}
#main .thanksBox .back a:hover {
	opacity: 0.7;
}
