@charset "utf-8";
/*****************************************************************************
 *****************************************************************************/
.form-reserve {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px dotted #a9a9aa;
}
.form-reserve th, .form-reserve td {
	padding: 20px 20px;
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 1px dotted #a9a9aa;
	font-size: 16px;
}
.form-reserve th {
	text-align: right;
	width: 200px;
	padding-right: 45px;
	position: relative;
}
.form-reserve td {
	text-align: left;
}
@media screen and (max-width: 600px) {
	.form-reserve, .form-reserve thead, .form-reserve tbody, .form-reserve tr, .form-reserve th, .form-reserve td {
		display: block;
		width: auto;
		text-align: left;
		border: none;
	}
	.form-reserve th, .form-reserve td {
		padding: 10px 0;
	}
	.form-reserve th {
		border-bottom: 1px dotted #a9a9aa;
	}
	.form-reserve tr:not(:first-child) {
		margin-top: 25px;
	}
	.form-reserve th br {
		display: none;
	}
}
/*****************************************************************************
input
 *****************************************************************************/
.input_ss, .input_s, .input_m, .input_m2, .input_l, textarea, select {
	min-height: 2.4em;
	margin-right: 0.5em;
}
.input_ss, .input_s, .input_m, .input_m2 {
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
.input_ss {
	width: 20%;
}
.input_s {
	width: 35%;
}
.input_m {
	width: 65%;
}
.input_m2 {
	width: 75%;
}
.input_l {
	width: 100%;
	margin-right: 0;
	border: 1px solid #dddddd;
}
input.input_l, textarea.input_l {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
textarea.input_l {
	height: 200px;
}
select {
	width: 60%;
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #bbbbbb;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 5px;
}
/*****************************************************************************
radioBtnBox
 *****************************************************************************/
.radioBtnBox label {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.radioBtnBoxWrapper {
	display: flex;
}
.radioBtnBoxWrapper .radioBtnBoxHd {
	width: 6em;
	text-indent: -0.5em;
}
.radioBtnBoxWrapper .radioBtnBoxHd:before {
	content: "【";
}
.radioBtnBoxWrapper .radioBtnBoxHd:after {
	content: "】";
}
.radioBtnBoxWrapper .radioBtnBox {
	flex: 1;
}
.radioBtnBoxWrapper .radioBtnBox label {
	display: inline-block;
	width: 28%;
}
@media screen and (max-width: 600px) {
	.radioBtnBoxWrapper .radioBtnBox label {
		width: auto;
		min-width: 40%;
	}
}
/*****************************************************************************
radioBtnBox2
 *****************************************************************************/
.radioBtnBox2 label {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	width: 32%;
}
@media screen and (max-width: 600px) {
	.radioBtnBox2 label {
		width: auto;
	}
}
/*****************************************************************************
radioBtnBox3
 *****************************************************************************/
.radioBtnBox3 label {
	display: inline-block;
	padding-right: 25px;
	margin-bottom: 5px;
	white-space: nowrap;
	width: 18%;
}
@media screen and (max-width: 600px) {
	.radioBtnBox3 label {
		width: auto;
	}
}
/*****************************************************************************
dlBox
 *****************************************************************************/
.dlBoxWrapper {}
.dlBox {
	display: flex;
	margin-top: 10px;
}
.dlBox dt {
	width: 10em;
}
.dlBox2 dt {
	width: 8em;
}
.dlBox dd {
	flex: 1;
}
.radioBtnBox3Wrapper .radioBtnBox3Hd {
	margin-top: 20px;
	margin-bottom: 5px;
	border-left: 8px solid #ababac;
	padding: 0 0 0 7px;
}
@media screen and (max-width: 600px) {
	.dlBox {
		display: inherit;
	}
}
/*****************************************************************************
formBtnBox
 *****************************************************************************/
.formBtnBox {
	padding: 60px 0 60px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4;
}
.formBtnBox .text {
	padding: 0 0 30px;
}
.formBtnBox .btn .flex {
	display: flex;
	justify-content: center;
}
.formBtnBox input.submit, .formBtnBox input.backBtn {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	padding: 0 20px;
	min-width: 300px;
	line-height: 40px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	margin: 0 5px;
}
.formBtnBox input.submit {
	background: #dc0012;
	transition: background 0.3s ease;
}
.formBtnBox input.submit:hover {
	background: #df817e;
}
.formBtnBox input.backBtn {
	background: #ababac;
	width: 100px;
	min-width: 100px;
}
@media screen and (max-width: 600px) {
	.formBtnBox input.submit {
		width: 60%;
		min-width: 60%;
	}
	.formBtnBox input.backBtn {
		width: 30%;
	}
}
/*****************************************************************************
required
 *****************************************************************************/
.required {
	display: inline-block;
	vertical-align: top;
	background: #dc0012;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 23px;
}
@media screen and (max-width: 600px) {
	.required {
		position: relative;
		right: auto;
		top: auto;
		margin-left: 5px;
	}
}
/*****************************************************************************
privacyText
*****************************************************************************/
/*#privacyText {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 30px;
	height: 200px;
	overflow-y: scroll;
}
#privacyText .title {
	font-weight: bold;
	font-size: 16px;
}
#privacyText .subSection {
	padding: 20px 0;
}
#privacyText .subSection .hd {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
#privacyText .subSection .hd:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #dc0012;
	position: absolute;
	top: 52%;
	margin-top: -8px;
	left: 0;
}*/
/*****************************************************************************
msg
*****************************************************************************/
.msgTop {
	padding: 0 0 10px;
	font-size: 1rem;
	line-height: 1.4;
}
.errorMsgTop {
	color: #dc0012;
	padding: 20px 0 0;
}
.errorMsg {
	color: #dc0012;
	padding: 0 0 10px;
}
.thanksMsg {
	line-height: 2em;
	font-size: 1rem;
}
@media screen and (max-width: 600px) {
	.errorMsgTop {
		color: #dc0012;
		padding: 20px 10px 0 ;
	}
}
/*****************************************************************************
example
 *****************************************************************************/
.example {
	display: inline-block;
	font-size: .95em;
	color: #df817e;
	/*white-space:nowrap;*/
}

/*****************************************************************************
filterMsg
 *****************************************************************************/
.filterMsg {
	background: #fff;
	padding: 20px;
	border: 1px solid #dc0002;
	border-radius: 10px;
	width: 90%;
	margin: 20px auto 20px;
	line-height: 1.8;
	font-size: 1rem;
}

/*****************************************************************************
autoCalc
 *****************************************************************************/
.autoCalc {
	font-weight: bold;
}
.autoCalc__amount {
	border-bottom: 1px solid #707070;
	display: inline-block;
	margin: 0 6px;
	text-align: right;
	width: 114px;
}

.autoCalc__tax {
	font-size: 0.7rem;
}

/*****************************************************************************
like-textLink
 *****************************************************************************/
.like-textLink {
	cursor: pointer;
	color: #dc0002;
	text-decoration: underline;
}



.sted-time span {
	margin-right: 5px;
}

.size-check-btn a {
	display: inline-block;
	background-color: #dc0012;
	color: #FFFFFF;
	text-decoration: none;
	transition: background 0.3s ease;
	line-height: 30px;
	padding: 0.15px 6px;
	font-size: 0.75rem;
}

.size-check-btn a .fa {
	margin-left: 10px;
}