@charset "utf-8";
/* CSS Document */
/*
============================================================
*	contact.css
============================================================
*/

.commonBox p.domestic_airline_ticket {
	margin-bottom: 20px;
}

.contactTable__wrapper{
	/* margin-top: 20px; */
}

.contactTable__reserve {
  display: flex;
  justify-content: center;
  margin: 20px auto 30px;
}

.contactTable__reserve label {
  line-height: 1.3;
}
.contactTable input[type="date"] {
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 10px 0 5px;
	border: 1px solid #ccc;
	min-width: 300px;
}

.contactTable__btn.secondary {
	width: 180px;
	margin: 20px auto 0;
}
.contactTable__btn.secondary button{
	padding: 10px;
}
.contactTable__btn.secondary .secondaryBtn button {
	font-size: 15px;
}

.sectionNo {
	display: flex;
	padding-top: 20px;
	color: black;
	font-weight: bold;
}

.sectionNo .sectionCloser {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	padding: 10px 5px;
	width: 10px;
	height: 10px;
	z-index: 1;
	transform: translate(7px,16px);
}

.sectionNo .sectionCloser::before{
	content:"";
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 26px;
	height: 26px;
	background-color: #ca1132;
	border-radius: 15px;
	z-index: 2;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
}

.sectionNo .sectionCloser::after{
	content:"×";
	cursor: pointer;
	font-size: large;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	color: #fff;
	z-index: 3;
}

.passenger__btn.secondary {
	width: 180px;
	margin: 20px auto 0;
}
.passenger__btn.secondary button{
	padding: 10px;
}
.passenger__btn.secondary .passengerBtn button {
	font-size: 15px;
}

.passengerNo {
	display: flex;
	padding-top: 20px;
	color: black;
	font-weight: bold;
}

.passengerNo .passengerCloser {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	padding: 10px 5px;
	width: 10px;
	height: 10px;
	z-index: 1;
	transform: translate(7px,16px);
}

.passengerNo .passengerCloser::before{
	content:"";
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 26px;
	height: 26px;
	background-color: #ca1132;
	border-radius: 15px;
	z-index: 2;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.25);
}

.passengerNo .passengerCloser::after{
	content:"×";
	cursor: pointer;
	font-size: large;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	color: #fff;
	z-index: 3;
}

.passenger__btn.secondary button{
	padding: 10px;
}
.passenger__btn.secondary .passengerBtn button {
	font-size: 15px;
}

#addPassengerButton{
	color: #fff;
	letter-spacing: .1em;
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 1;
	background: #999;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 20%);
	border: none;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.contactTable.confirm th {
	width: 320px;
}

.contactTable.confirm .contactTable__reserve__wrapper {
	padding-top: 50px;
}

.contactTable.confirm .contactTable__reserve__wrapper .reserve {
	color: black;
	font-weight: bold;
}

th {
	width: 260px;
}

table label {
	word-break: keep-all;
	display: inline-block;
	padding-right: 30px;
}

.contact_notice {
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
