@charset "UTF-8";

.content_Wrap {
	background: #041234 url(../img/main.jpg) center top no-repeat;
	background-size: cover;
	padding: 10% 0;
}

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

.limited {
	/* background-image: url(../../common/img/bg_limited.png);
	background-repeat: no-repeat;
	background-size: cover; */
	background: rgba(4, 18, 52, 0.3);
	padding: 100px 0;
}

.page_ttl--Box {
	margin: 0 auto;
}
.page_ttl {
	max-width: 250px;
	width:94%;
	margin: 0 auto;
}


.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%;
}



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

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

.input_area.reserve  {
	/* background: rgb(255 255 255 / 60%); */
	border: rgb(197 179 173 / 60%) 10px solid;
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
}

.input_area.request {
	border: rgb(197 179 173 / 60%) 10px solid;
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
}

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

.input_area p.ttl {
	font-size: 20px;
	letter-spacing: 3px;
	color:#293855;
}
.input_area p.ttl::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #000;
	margin: 15px auto 0;
}

.input_area p.text {
	font-size: 14px;
	color:#293855;
}
.input_area p.text.font_S {
	font-size: 70%;
}
.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;
	color:#293855;
}

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

.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;
}
a.res_btn {
	display: block;
	max-width: 300px;
	width:94%;
	margin: 0 auto;
  transition: 0.3s;
}
a.res_btn:hover {
  transition: 0.3s;
	opacity: .5;
}
.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;
}

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

	.content_Wrap {
		background: #041234 url(../img/main_sp.jpg) center top no-repeat;
		background-size: cover;
		padding: 10% 0;
	}

	.text {
		font-size: 14px;
	}

	.limited {
		padding: 70px 0;
	}
	.page_ttl {
		max-width: 100%;
		width:50%;
		margin: 0 auto;
	}

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

	.input_area p.text {font-size: 13px;}
	.input_area p.att {
		width: 100%;
		font-size: 11px;
	}

	.input_area p.ttl {
		font-size: 18px;
	}
	.input_area p.ttl::after {
		width: 40px;
		margin: 12px auto 0;
}

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

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

}
