@charset "utf-8";
.page_contact_top{
	width: 100vw;
	padding: 70px 0 15px;
	background: no-repeat center center / cover;
	background-image: url(../img/page_top.jpg);
}
.page_contact_top_img{
	display: block;
	width: 131px;
	margin: 0 auto;
}
.page_contact{
	padding: 50px 0 0;
	background-color: #F7F8EF;
}
.page_contact_des{
	margin-bottom: 40px;
}
.your_name,.your_number,.your_email,.contents{
	width: 100%;
	background-color: #FDFCF7;
	border: #CED59B 1px solid;
	border-radius: 3px;
}
.your_name,.your_number,.your_email{
	height: 45px;
	margin-bottom: 45px;
}
.contents{
	height: 300px;
}
.submit{
	margin: 50px 0;
	padding: 9px 36px;
	background-color: #DEE5AA;
	border-radius: 30px;
	box-shadow: 0 3px 0 #C4C99C;
}
.page_contact_tel{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	width: 314px;
	margin: 17px auto 15px;
	background-color: #FDFCF7;
	border: #DEE5AA 1px solid;
	border-radius: 36px;
}
.page_contact_tel_icon{
	width: 43px;
	height: 25px;
	background: no-repeat center center / cover;
	background-image: url(../img/neko_2_2.png);
}
.page_contact_tel_wrap{
	padding: 45px 0;
	background-color: #E8EDC2;
	border: #91D03C 1px dashed;
	border-radius: 15px;
}
.wpcf7-spinner{
	display: none;
}
@media screen and (min-width: 768px){
	.pc_contact_container{
		width: 100%;
		max-width: 810px;
		margin: 0 auto;
	}
	.page_contact_top{
		padding: 174px 0 40px;
	}
	.page_contact_top_img{
		width: 179px;
	}
	.page_contact{
		padding: 100px 0 0;
	}
	.page_contact_des{
		bottom: 60px;
	}
	.your_name,.your_number,.your_email{
		margin: 0 0 45px;
	}
	.submit{
		margin: 50px 0 70px;
	}
	.page_contact_tel{
		width: 350px;
	}
	.page_contact_tel_icon{
		width: 47px;
		height: 27px;
	}
	.page_contact_tel_wrap{
		padding: 50px 0;
	}
}