/*
Theme Name: Twenty Twenty-Four-child
Version: 1.1
Template: twentytwentyfour
*/
*{
	background: #000000;
}
h1,h2,h3,p,span {
	color: #ffffff;
}
h1, header, footer{
	display: none;
}
.is-layout-flow > :first-child {
	display: none;
}
.title {
	font-family: Noto Sans JP;
	font-weight: 900;	
	font-size: 48px;
	font-style: normal;
	letter-spacing: 0.25rem;
	text-align: center;
	margin-bottom: 0;
}
.sub-title {
	color: #9f7f4f;
	font-family: inter;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	line-height: normal;
	letter-spacing: 0.15rem;
	text-align: center; 
	margin-top: 8px;
	margin-bottom: 2em;
}
.title-txt {
	text-align: center;
	margin-bottom: 2em;
	font-family: Noto Sans JP;	
}
.contact{
	width: 100vw;
}

.mail_box {
	text-align: center;
}
.row {
/* 	margin: 2em 0; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cell-head {
	width: 100%;
	max-width: 200px;
	font-size: 14px;
	margin-top: 0;
	max-height: 25px;
	box-sizing: border-box;
}
.cell-head .red {
	color: red;
}
.cell-head p {
	margin: 0;
	text-align: left;
}
.cell {
	width: 100%;
}
.cell p{
	width: 100%;
	display: flex;
	gap: 8px;
	padding: 10px;
	font-size: 14px;
	text-align: left;
	margin: 0;
}
label {
	font-style: sans-serif;
}
option{
	color: #666666;
	background: #cecece;

}
.mail_box input[type='email'], .mail_box input[type='text'], .mail_box input[type="date"] {
	height: 52px;
	width: 98%;
	font-size: 14px;
	padding-left: .5em;
	color: #666666;
	background: #cecece;
	border: none;	
}
.wpcf7 input[type="tel"] {
	height: 45px;
	width: 97%;
	padding: .25em .5em;	
	color: #666666;	
	background: #cecece;
	border: none;	
}
select, textarea {
	height: 54px;
	width: 100%;
	padding: .25em .5em;
	color: #666666;	
	background: #cecece;
	border: none;
	cursor: pointer;
}
input[type="date"] {
	padding: 1px 0;
	color: #ffffff;	
	background: #cecece;
	border: none;
	cursor: pointer; 
}
.wpcf7-form-control-wrap{
	width: 100%;
}
.has-privacy {
	display: block;
	margin-top: 10%;
}
.privacy-article {
	width: 95%;
	border: 1px solid #ced4da ;
	padding: 20px;
	height: 100%;
	max-height: 240px;
	overflow-y: auto;
	margin-bottom: 10px;
}
.privacy-article h3{
	text-align: center;
	font-size: 16px;
	font-weight: 900;	
}
.privacy-article h4 {
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	margin: 8% 0 0;
	
}
.privacy-article p {
	font-size: 12px;
	text-align: left;
	margin-top: 2%;
}
.privacy-input {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.submit-buttonRow {
	margin: 5% 0 15% 0;
}
.privacy-text {
	margin-left: 1em;
}
.mail_box input[type='submit'] {
	width : 100%;
	height: 64px;
	background: #666666;
	color: #ffffff;
	border: none;
	font-size: 14px;
	transition: all 0.3s;
	cursor: pointer;
}

.submit-buttonRow p {
	max-width: 700px;
	widh: 100%;
	height: 64px;	
}