@charset "UTF-8";
/* CSS Document */


/*ここから
*/


/* 共通ナビゲーションレイアウト */
body {
	font-family: 'Noto Sans JP', sans-serif;
	/* 或 main { padding-top: 100px; } */
}

.header img {
	width: 100%;
}

.nav-logo {
	margin-right: 20px;
}

.logo-img {
	width: 50px;
	height: auto;
	vertical-align: middle;
}

nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	background-color: #e4c9c9;
	z-index: 9999;
}

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul li {
	margin: 0 15px;
	font-size: 13px;
	letter-spacing: 0.09em;
}

nav ul li a {
	line-height: 100px;
}

nav ul li a:hover {
	text-decoration: underline solid 3px #ffb4b3;
}



form h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 100px;
	margin-top: 100px;
}

form h3 {
	margin-bottom: 50px;
}

form {
	width: 60%;
	margin: 0 auto;
	margin-bottom: 180px;
}

input[type="text"],
input[type="email"],
input[type="message"],
input[type="syozoku"],
select,
textarea {
	border: 1px solid #cccccc;
	background-color: #black;
	width: 100%;
	margin-top: 5px;
	padding: 4px 8px;
}

textarea {
	height: 140px;
}

form>p {
	line-height: 1.2;
	margin-bottom: 10px;
}

.input3 {
	background-color: #121212;
	color: #ffffff;
	width: 140px;
	padding: 13px;
	margin-top: 70px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

/*お問い合わせフォームここまで
*/


/*メディアクエリの編集ここから*/
@media screen and (max-width:786px) {

	footer img {
		width: 100%;
	}
	
		nav {
		width: 100%;
	}

	nav ul li {
		margin: 5px 5px;
		letter-spacing: 0.09em;
	}

	nav ul li a {
		line-height: 3;
		font-size: 5px;
	}

	form {
		width: 85%;
		margin-bottom: 150px;
	}

	form h2 {
		font-size: 24px;
		margin-bottom: 80px;
		margin-top: 80px;
	}
	

}

/*メディアクエリの編集ここまで
*/

/* 20230325追記 */
.g-recaptcha>div {
	margin: 0 auto;
}

#warning {
	text-align: center;
}

body {
	padding-top: 90px;
	/* ✅ 补偿导航栏高度 */
}

form>p {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

form input,
form textarea {
	font-size: 16px;
	border-radius: 5px;
}