@charset "UTF-8";

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

.limited {
	background-image: url(../img/bg_limited.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.page_ttl--Box {
	margin: 0 auto;
}
.page_ttl {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-size: min(1.93vw,27px);
	letter-spacing: 0.31em;
	text-align: center;
}
.page_ttl small {
	display: block;
	font-size: min(0.93vw,13px);
	letter-spacing: 0.19em;
	margin: 10px -0.19em 0 0;
}
.page_ttl::after {
	content: "";
	display: block;
	width: 70px;
	height: 1px;
	background: #000;
	margin: 15px auto 0;
}

.limited-box {
	width: 90%;
	max-width: 1100px;
	/* 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: 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;
}
[class^="input_area_box"] {
	width: 48%;
}
.input_area_box-entry {}
.input_area_box-reserve {}
.input_area {
	background: rgba(255,255,255,0.6);
	padding: 50px 40px 30px;
	margin: 0 0 15px;
	border: 10px solid;
}
.input_area.entry {
	border-image: linear-gradient(90deg, rgba(58, 67, 124, 0.6) 0%, rgba(77, 87, 142, 0.6) 100%);
	border-image-slice: 1;
}
.input_area.reserve  {
	border-image: linear-gradient(0deg, rgba(216, 12, 24, 0.6) 0%, rgba(167, 33, 38, 0.6) 100%);
	border-image-slice: 1;
}
.input_area.request {
	background: rgb(255 255 255 / 60%);
	border: 10px solid;
	border-image: linear-gradient(to right,rgba(58, 67, 124, 0.6), rgba(77, 87, 142, 0.6)) 1;
}
.input_area p {
	color: #000;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 12px;
	letter-spacing: 0.14em;
}
.input_area p.ttl {
	font-size: 20px;
	letter-spacing: 3px;
	color: #293855;
}
.input_area p.ttl small {
	display: block;
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-top: 8px;
}
.input_area p.ttl::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #293855;
	margin: 15px auto 0;
}

.input_area p.text {
	font-size: 14px;
	color: #293855;
	margin-bottom: 40px;
}
.input_area p.att {
	width: 80%;
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: left;
	margin-top: 10px;
	text-indent: -1em;
  padding-left: 1em;
}

.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%;*/
	width: 88%;
	/* height: 55px; */
	height: 44px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background-color: #fff;
	border: none;
	padding: 2% 0 2% 4%;
}
.input_area .enter_btn {
	width: 12%;
	height: 44px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	transition: 0.3s;
	position: relative;
}
.input_area .enter_btn::after {
	content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.input_area input[class^="btn_"] {
	width: 100%;
	height: 100%;
	border-radius: 0px !important;
	line-height: 0;
	cursor: pointer;
	border: none;
}
.input_area input.btn_01 {
	background: rgba(138,140,173,0.8);
}
.input_area input.btn_02 {
	background: rgba(175,31,36,0.6);
}

.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 20px 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;
}

.rq_btn {
	display: block;
  background-image: linear-gradient(90deg, rgba(58, 67, 124, 0.6), rgba(77, 87, 142, 0.6));
  color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 13px;
  text-align: center;
  transition: 0.3s;
}

.contact_box {}
.contact_box a {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	font-size: 20px;
	letter-spacing: 0.1em;
	transition: .3s;
	position: relative;
}
.contact_box a::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
}
.contact_box a:hover {
	opacity: .7;
}
.entry + .contact_box a {
	background: linear-gradient(90deg, rgba(58, 67, 124, 0.6) 0%, rgba(77, 87, 142, 0.6) 100%);
}
.reserve + .contact_box a {
	background: linear-gradient(0deg, rgba(216, 12, 24, 0.6) 0%, rgba(167, 33, 38, 0.6) 100%);
}
.contact_box p {
	font-size: 11px;
	margin-top: 5px;
	letter-spacing: -0.05em;
	line-height: 1.5;
}

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

	.text {
		font-size: 14px;
	}

	.limited {
		padding: 70px 0;
	}
	.page_ttl {
		font-size: 19px;
	}
	.page_ttl small {
		font-size: 11px;
		margin: 8px -0.19em 0 0;
	}
	.page_ttl::after {
		width: 60px;
		margin: 12px auto 0;
	}

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

	.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;
		gap: 40px;
	}
	[class^="input_area_box"] {
		width: 100%;
	}
	.input_area {
		margin: 40px auto 10px;
		padding: 40px 15px;
	}

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

	.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: 12px;
	}
	.input_area p.ttl {
		font-size: 18px;
	}
	.input_area p.ttl::after {
		width: 40px;
		margin: 12px auto 0;
	}
	.input_area p.ttl small {
		font-size: 11px;
	}
	.input_area p.text {font-size: 13px;}

	.input_area p.att {
		width: 100%;
		font-size: 11px;
	}
	.input_area input[class^="password_"] {
		width: 85%;
	}
	.input_area .enter_btn {
		width: 15%;
	}
	.input_area .enter_btn::after {
	    width: 10px;
	    height: 10px;
	    left: 45%;
	}

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

	.rq_btn {
		width: 100%;
		margin: 0 auto;
		padding: 13px 0 15px;
		text-align: center;
		transition: 0.3s;
	}

	.contact_box a {
		padding: 20px;
		font-size: 16px;
	}
	.contact_box a::after {
		width: 10px;
		height: 10px;
	}

	.contact_box p {
		font-size: 10px;
	}

}
