body {
	font-family: "Barlow", "Zen Kaku Gothic New","Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
#container {
	margin: 0;
}
form {
	margin: 0 auto;
	position: relative;
	width: 84%;
	margin-top: 6%;
}
.reservation-comment p {
	line-height: 1.7;
}
.ornament-wrap {
	border-bottom: none;
}
form .item-ttl, form .address-label {
	padding-left: 7px;
	font-size: 1.4rem;
	font-weight: 600;
}
form .item-ttl {
	margin-bottom: 13px;
	padding-left: 0;
	line-height: 1.7;
}
.required {
	font-size: 1rem;
	font-weight: 300;
}
.item-important {
	font-size: 1rem;
	color: #E90E21;
	margin-top: 10px;
	margin-bottom: 13px;
}
.item-txt .option {
	margin: 0 15px;
}
.wpcf7-form-control-wrap {
	position: relative;
}
select {
	background: none;
	border: 1px solid #A2A2A2 !important;
	border-radius: 2px;
	width: 85px;
	height: 56px;
}
.reservation-box .item-txt .option {
	margin: 0 15px;
}
.item-wrap + .item-wrap {
	margin-top: 33px;
}
input[type = "text"], input[type = "email"], input[type = "tel"], input[type = "url"], input[type = "number"], textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 6px;
	border: 1px solid #A2A2A2 !important;
	border-radius: 2px;
	font-family: "Barlow", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
}
.wpcf7-checkbox span.wpcf7-list-item {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 3px;
}
.notes-box {
	box-sizing: border-box;
	height: 200px;
	padding: 30px;
	margin-bottom: 40px;
	overflow: scroll;
	border: 1px solid #ccc;
}
.notes-box .notes-ttl {
	margin-bottom: 25px;
	font-size: 2rem;
	text-align: center;
}
.notes-box .notes-txt {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 1.7;
}
.consent-btn {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}
.transmission-btn {
	box-sizing: border-box;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	border: none;
	border-radius: 0;
	appearance: none;
	width: 100%;
	height: 82px;
}
.item-textarea .item-txt {
	padding: 0 0 40px;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	font-size: 30px;
}
form .item-ttl font {
	font-weight: normal;
}
select, textarea, input[type="tel"], input[type="email"], input[type="text"] {
	font-size: 1.6rem;
}
.f.item-txt input::placeholder,
.item-txt textarea::placeholder {
	color: #C8C8C8;
	font-weight: 500;
	opacity: 1;
}

.item-txt input::-webkit-input-placeholder,
.item-txt textarea::-webkit-input-placeholder {
	color: #C8C8C8;
	font-weight: 500;
	opacity: 1;
}

@media screen and (max-width: 749px) {
	body {
		font-size: 2.8vw;
	}
	.reservation-comment {
		font-size: 3vw;
	}
	.reservation-comment {
		padding-bottom: 7.37%;
		font-size: 3vw;
	}
	form .item-ttl, form .address-label {
		padding-left: 1.72%;
		font-size: 2.8vw;
		font-weight: 600;
	}
	form .item-ttl {
		margin-bottom: 2.6vw;
		padding-left: 0;
	}
	select {
		width: 17vw;
		height: 11.2vw;
	}
	select, textarea, input[type="tel"], input[type="email"], input[type="text"] {
		padding: 2vw;
		font-size: 1.6rem;
	}
	input[type = "text"], input[type = "email"], input[type = "tel"], input[type = "url"], input[type = "number"], textarea {
		padding: 3vw 1.2vw;
	}
	.item-txt .option {
		margin: 0px 3vw;
	}
	.item-important {
		font-size: 2vw;
		margin-top: 2.46%;
		margin-bottom: 3.2%;
	}
	.item-wrap + .item-wrap {
		margin-top: 6.6vw;
	}
	.required {
		font-size: 2vw;
	}
	.wpcf7-checkbox span.wpcf7-list-item {
		margin-bottom: 3vw;
		font-size: 3vw;
		padding-top: 0.6vw;
	}
	.wpcf7-checkbox label .wpcf7-list-item-label {
		padding-left: 9.3%;
	}
	.wpcf7-checkbox label .wpcf7-list-item-label:before {
		width: 4.4vw;
		height: 4.4vw;
		border: 0.6vw solid #aaa;
	}
	form .item-ttl font {
		font-size: 2.6vw;
	}
	.item-textarea .item-txt {
		padding: 0 0 10%;
	}
	.notes-box {
		height: 40vw;
		padding: 7%;
		margin-bottom: 10%;
	}
	.notes-box .notes-ttl {
		margin-bottom: 7.6%;
		font-size: 4vw;
	}
	.notes-box .notes-txt {
		margin-bottom: 9%;
		font-size: 3vw;
	}
	.transmission-btn {
		font-size: 4.2vw;
		width: 100%;
		height: 16.4vw;
	}
	.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
		font-size: 6vw;
	}
	.consent-btn {
		font-size: 2.7vw;
		margin-bottom: 3.373vw;
	}
}