@charset "utf-8";
/*========================================================================
【all】
========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
	padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {
	.back {
		padding: 50px 0;
	}
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
	max-width: 80%;
	margin: 0 auto;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
	.width {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
お問い合わせ
========================================================================*/
/*:::::【背景】:::::*/
.contact-back {}
.contact-box-container {}
/*:::::【はじめに】:::::*/
/*:::::【フォーム】:::::*/
form {
	width: 70%;
	margin: 100px auto;
}
.input-container {
	margin: 20px 0;
}
label {
	font-family: ;
	font-weight: bold;
}
.color-red {
	position: relative;
	z-index: 1;
	color: #FF0004;
}
.form-input, textarea {
	width: 100% !important;
	height: 50px;
	padding: 10px;
	margin-top: 10px;
	background: #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #5b2c1c;
}
textarea {
	height: 150px !important;
}
/*:::::【お問い合わせ種類】:::::*/
.styled-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 250px;
	padding: 0.6em 1.5em 0.6em 0.5em;
	cursor: pointer;
	line-height: 1.4;
	font-size: 0.95em;
	color: #5b2c1c;
	background-color: #fff;
	box-shadow: 0px 0px 0px 5px #fff;
	background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
	background-size: 5px 5px, 5px 5px;
	background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
	background-repeat: no-repeat;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #5b2c1c;
}
/*:::::【プライバシーポリシー】:::::*/
.privacy-area {
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #5b2c1c;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 0px 5px #fff;
}
.privacy-title {
	display: block;
	font-family: "Kiwi Maru";
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 0;
	transition: all .5s ease;
}
.privacy-area p {
	padding: 20px;
	border-bottom: 1px dashed #5b2c1c;
}
.privacy-area p:first-child {
	padding-top: 0;
}
.privacy-area p:last-child {
	border-bottom: none !important;
}
.privacy-area span {
	font-weight: bold;
}
/*プライバシーポリシーの電話番号*/
.pp-tel {
	display: block;
	margin-top: 20px;
	text-align: left;
	font-size: 18px;
}
/*:::::【同意ボタン】:::::*/
/*チェックボックスサイズ*/
.check-button {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.check-button input {
	margin-right: 10px;
}
/*:::::【送信ボタン】:::::*/
.submit-btn {
	margin-top: 50px;
	padding-bottom: 20px !important;
	text-align: center;
}
button {
	background-color: #fff;
	color: #5b2c1c;
	font-weight: bold;
	padding: 10px 30px;
	border: 1px solid #5b2c1c;
	border-radius: 5px; /* 角を少し丸く */
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 1px rgba(0, 0, 0, 0.4); /* 通常時のはっきりした影 */
}
button:hover {
	background-color: #fff;
	transform: translateY(4px); /* 押し込むような動き */
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.6); /* 押したときは影をほぼなしに */
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
	/*:::::【フォーム】:::::*/
	form {
		width: 90%;
	}
}
@media (max-width:900px) {
	/*--------------【メールフォーム】----------------*/
	form {
		width: 90%;
	}
	.contact-form-table tr {
		display: flex;
		flex-direction: column;
	}
	.contact-form-table th {
		width: auto;
		text-align: left;
		background-color: inherit;
		padding-bottom: 0;
		border-bottom: none;
	}
	.contact-form-table td {
		width: 100%;
		padding: 10px 20px;
		border-bottom: none;
	}
}
@media (max-width:600px) {
	/*--------------【メールフォーム】----------------*/
	form {
		margin: 50px auto;
		margin-bottom: 0;
	}
	.form-input, textarea {
		margin-top: 0;
	}
	/*:::::【お問い合わせ種類】:::::*/
	.styled-select {
		max-width: 100%;
	}
	.submit-btn {
		margin-top: 0;
		background-color: #fff7dc !important;
		margin-bottom: 0!important;
		padding-bottom: 0!important;
	}
}