@charset "UTF-8";

input,
textarea,
button {
	font: inherit;
	color: inherit;
}

button {
	cursor: pointer;
}

/* .contact-guide {
	padding-top: 45px;
	padding-bottom: 35px;
} */

.contact-guide__text {
	font-size: 14px;
	text-align: center;
	line-height: 2;
	margin-top: 80px;
}

.contact-guide__text p+p {
	margin-top: 20px;
}

.contact-guide__text p span {
	font-weight: 700;
}

.contact-guide__text p a {
	display: inline-block;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {

	.contact-guide__text {
		margin-top: 55px;
	}
}

@media screen and (max-width: 960px) {

	.contact-guide__text {
		font-size: 13px;
		line-height: 1.92;
	}

	.contact-guide__text p+p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 560px) {
	main {
		padding-bottom: 70px;
	}

	.contact-guide__text {
		margin-top: 0;
		padding-top: 18px;
		font-size: 4vw;
		text-align: left;
		line-height: 1.85;
	}

	.contact-guide__text span {
		font-size: 4.5vw;
	}
}

.contact-form-section {
	padding-top: 45px;
}

.contact-form-section .inner {
	max-width: 767px;
	margin: 0 auto;
}

.cf-form {
	border-top: 1px solid #b9b9b9;
}

.contact-form-section .wpcf7 {
	margin-top: 10px;
}

.contact-form-section br {
	display: none;
}

.contact-form-section .br {
	display: block;
}

.contact-form-section .row {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.contact-form-section dl {
	display: flex;
	align-items: center;
	gap: 30px;
	border-bottom: 1px solid #b9b9b9;
}

.contact-form-section dl .font01 {
	font-weight: 700;
}

.contact-form-section dl .font02 {
	font-size: 14px;
	text-indent: -14px;
}

.contact-form-section .dl-email .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
	display: block;
	margin-top: 30px;
}

.contact-form-section .dl-zip p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.contact-form-section .dl-zip .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

.contact-form-section .dl-check .wpcf7-list-item {
	display: block;
	margin-left: 0;
}

.contact-form-section .dl-check .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-form-section .dl07 dd {
	padding-top: 45px;
	padding-bottom: 45px;
}

.contact-form-section .dl-privacy dd {
	padding-bottom: 45px;
}

.contact-form-section dt {
	width: 240px;
	padding-left: 20px;
}

.contact-form-section dd {
	position: relative;
	width: calc(100% - 270px);
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-form-section input[type="text"],
.contact-form-section input[type="email"],
.contact-form-section input[type="tel"] {
	width: 100%;
	height: 45px;
	padding: 15px;
	color: #333;
	background-color: #f4f4f4;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

.contact-form-section input[type="number"] {
	width: 180px;
	height: 45px;
	padding: 15px;
	color: #333;
	background-color: #f4f4f4;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.contact-form-section input[type="checkbox"] {
	appearance: none;
	width: 16px;
	height: 16px;
	background-color: #000;
	border: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.contact-form-section input[type="checkbox"]:checked::after {
	content: "✓";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 16px;
	line-height: 1;
}


.contact-form-section textarea {
	width: 100%;
	height: 170px;
	padding: 15px;
	color: #333;
	background-color: #f4f4f4;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

.contact-form-section .required,
.contact-form-section .any {
	display: block;
	color: #fff;
	width: 55px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
}

.contact-form-section .required {
	background-color: #ff4800;
	font-weight: 700;
}

.contact-form-section .any {
	background-color: #999;
}

.dl-seimei dd p {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-form-section .delivery-date-wrap input[type="text"] {
	width: 180px;
}

.wpcf7-spinner {
	position: absolute;
	top: 80px;
	left: 0;
}

.contact-form-section .btn-send {
	position: relative;
	text-align: center;
	margin-top: 60px;
}

.contact-form-section .btn-send input[type="submit"] {
	width: 100%;
	max-width: 480px;
	font-size: 20px;
	font-weight: 700;
	line-height: 75px;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
	background-image: url(../img/common/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 13px auto;
	border: 1px solid #fff;
	transition: all 0.3s;
}

.contact-form-section .btn-send input[type="submit"]:not(:disabled) {
	cursor: pointer;
}

.contact-form-section .btn-send input[type="submit"]:not(:disabled):hover {
	opacity: 0.8;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.5;
}

@media screen and (max-width: 1024px) {
	.contact-form-section .dl08 .font03 {
		display: block;
	}
}

@media screen and (max-width: 960px) {
	.contact-form-section dt {
		width: 320px;
	}

	.contact-form-section dd {
		width: calc(100% - 320px);
	}

	.contact-form-section .dl-zip p {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 560px) {
	.contact-form-section {
		padding-top: 30px;
	}

	.contact-form-section .row {
		justify-content: flex-start;
		align-items: center;
		gap: 15px;
	}

	.contact-form-section dl {
		flex-direction: column;
		gap: 0px;
	}

	.contact-form-section dt {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}

	.contact-form-section dd {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.contact-form-section .required {
		width: 40px;
		font-size: 12px;
		line-height: 20px;
		border-radius: 3px;
	}

	.contact-form-section .any {
		display: none;
	}

	.contact-form-section dl .font02 {
		display: inline-block;
		margin-top: 5px;
		text-indent: 0;
	}

	.contact-form-section dl .font02+span {
		display: block;
		margin-top: 5px;
	}

	.contact-form-section .dl-email .wpcf7-form-control-wrap+.wpcf7-form-control-wrap {
		margin-top: 15px;
	}

	.contact-form-section .btn-send {
		margin-top: 40px;
	}

	.contact-form-section .btn-send input[type="submit"] {
		line-height: 55px;
	}
}

/* thanks 送信完了 */
.thanks-message-section {
	padding-top: 45px;
	padding-bottom: 90px;
}

.thanks-message-section__body {
	margin-top: 30px;
	line-height: 1.8;
}

.thanks-message-section__body .font01 {
	font-size: 18px;
	font-weight: 700;
}

.thanks-message-section__body .font02 {
	margin-top: 20px;
}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 560px) {
	.thanks-message-section {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.thanks-message-section__body {
		margin-top: 10px;
	}
}