@charset "UTF-8";

.text {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 3px;
	text-align: center;
}

.limited {
	/* background-image: url(../img/bg.png); */
	background-image: url(../img/bg03.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}


.limited h2 {
	font-size: 110px;
	color: #a57e51;
	text-align: center;
	letter-spacing: 8px;
	line-height: 1.4;
}

.limited .ja {
	color: #a57e51;
	text-align: center;
}

.limited-box {
	width: 90%;
	max-width: 1100px;
	/* background-image: -moz-linear-gradient(0deg, rgb(254, 254, 251) 0%, rgb(250, 247, 237) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(254, 254, 251) 0%, rgb(250, 247, 237) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(254, 254, 251) 0%, rgb(250, 247, 237) 100%); */
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 3px 7px 0px rgba(204, 204, 204, 0.14);
	padding: 60px 60px;
	margin: 40px auto 0;
}

.limited-box h3 {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #45584f;
	letter-spacing: 4px;
	margin: 40px auto 40px;
}

.limited-box h3 span {
	display: block;
}

.limited-box h3 span.line01,
.limited-box h3 span.line02 {
	flex: 1;
	height: 1px;
	background: #45584f;
}

.limited-box h3 span.line01 {
	margin-right: 20px;
}

.limited-box h3 span.line02 {
	margin-left: 20px;
}

.limited-item {
	/* justify-content: center; */
	justify-content: space-between;
	flex-wrap: wrap;
}

.limited-item li {
	/* width: 47.75%; */
	width: 29.545454%;
}

/* .limited-item li:nth-child(even) {
	margin-left: 4.5%;
}

.limited-item li:nth-of-type(n+3) {
	margin-top: 4.5%;
} */

/* #limited_P .limited-item li:nth-of-type(1) a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#entry-top_P .limited-item li:nth-of-type(1) a::after {
	content: none;
} */

.limited-link {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}

.limited-link::before {
	content: "";
	display: block;
	border: 1px solid #fff;
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 2;
}

.limited-link {
	/* padding: 31% 0; */
	padding: 50% 0;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.limited-link .text-position {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.limited-link p.con-ttl {
	font-size: 30px;
	color: #fff;
	letter-spacing: 2px;
}

.limited-link.item-plan {
	background-image: url(../img/limited-plan.png);
}

.limited-link.item-quality {
	background-image: url(../img/limited-quality.png);
}

.limited-link.item-design {
	background-image: url(../img/limited-design.png);
}

.input_area_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.input_area {
	/* width: 100%; */
	width: 48%;
	color: #fff;
	/* padding: 70px 40px; */
	padding: 70px 40px 40px 40px;
	margin: 60px 0 0 0;
	/* margin: 60px auto 0; */
}

.input_area.request {
	background: #45584f;
}

.input_area.reserve {
	background-image: -moz-linear-gradient(0deg, rgb(165, 152, 131) 0%, rgb(130, 120, 103) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(165, 152, 131) 0%, rgb(130, 120, 103) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(165, 152, 131) 0%, rgb(130, 120, 103) 100%);
	
}

.input_area p {
	color: #fff;
	text-align: center;
	margin: 0 auto 20px;
}

.input_area p.ttl {
	font-size: 20px;
	letter-spacing: 3px;
}

.input_area p.text {
	font-size: 14px;
}

.input_area form {
	display: flex;
	justify-content: center;
	/* width: 50%; */
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 20px;
}

.input_area input[value] {
	border-radius: 0px !important;
	-webkit-appearance: none;
}

.input_area input[placeholder] {
	border-radius: 0px !important;
	-webkit-appearance: none;
}

.input_area input::placeholder {
	color: #ddd;
}

.input_area input[placeholder]:hover {}

.input_area input[class^="password_"] {
	width: 67.73%;
	/* height: 55px; */
	height: 44px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background-color: #fff;
	border: none;
	padding: 2% 0 2% 4%;
}

.input_area input[class^="btn_"] {
	width: 32.27%;
	/* height: 55px; */
	height: 44px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 0;
	text-align: center;
	border: none;
	background: #acaeb7;
	border-radius: 0px !important;
	padding: 0;
	cursor: pointer;
	transition: 0.3s;
}

.input_area .entry-area .entry-text02 {
	width: 100%;
}

.input_area .entry-area .entry-btn {
	box-shadow: 0px 3px 7px 0px rgba(36, 46, 40, 0.35);
	cursor: pointer !important;
}

.input_area .btn:hover {
	opacity: 0.7;
}

.err_text {
	color: #d70000;
	line-height: 2;
	background: #fff;
	text-align: center;
	margin: 0 15px 40px 15px;
}

.limited p.entry-text02 {
	display: inline-block;
	font-size: 28px;
	letter-spacing: 8px;
	color: #bba16f;
	border-top: 1px solid #fff;
	padding-top: 40px;
	margin-bottom: 20px;
}

.entry-area {
	text-align: center;
	margin-top: 60px;
}

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

	.text {
		font-size: 14px;
	}

	.limited {
		padding: 70px 0;
	}

	.limited h2 {
		font-size: 40px;
	}

	.limited-box {
		/* padding: 25px 25px; */
		padding: 25px 15px;
	}

	.limited-box h3 {
		font-size: 18px;
		margin: 30px auto 20px;
	}

	.limited-item {
		justify-content: center;
	}

	.limited-item li {
		/* width: 100%; */
		width: 48%;
	}

	.limited-item li:nth-of-type(1) {
		margin-right: 4%;
	}

	.limited-item li a.limited-link {
		/* padding: 31% 0; */
		padding: 50% 0;
	}

	.limited-item li:nth-child(even) {
		margin-left: 0;
	}

	.limited-item li:nth-of-type(n+3) {
		margin-top: 4%;
	}

	.limited-link p.con-ttl {
		/* font-size: 24px; */
		font-size: 18px;
	}

	.limited-link::before {
		top: 10px;
		/* bottom: 10px; */
		left: 10px;
		right: 10px;
	}

	.limited-item li a.limited-link .cap_txt {
		font-size: 10px;
	}

	.entry-area {
		margin-top: 30px;
	}

	.input_area_wrap {
		flex-direction: column;
	}

	.input_area {
		width: 100%;
		margin: 40px auto 0;
		padding: 40px 15px;
	}

	.input_area.reserve {
		margin-top: 20px;
	}

	.input_area .entry-area .entry-text02 {
		font-size: 18px;
		letter-spacing: 4px;
		padding-top: 20px;
	}

	.input_area form {
		width: 100%;
	}

	.input_area p {
		font-size: 13px;
	}

	.input_area p.text {font-size: 13px;}

	.input_area p.ttl {
		font-size: 18px;
	}

	.input_area input[class^="password_"] {
		width: 70%;
	}

	.input_area input[class^="btn_"] {
		width: 30%;
		font-size: 0.9em;
	}

	.err_text {
		font-size: 14px;
		margin: 0 15px 20px 15px;
	}



}