@charset "utf-8";

.mailform{
	width: 800px;
	margin: 0 auto;
}

.mailform h2{
	text-align: center;
	margin: 20px 0 40px;
}

.mailform .faqtitle{
	display: inline-block;
	font-size: 1.5rem;
	background-color: #eee;
	line-height: 100%;
	padding: 8px 24px;
}

.mailform p{
	margin: 0.5rem 0 1rem;
	line-height: 180%;
	font-size: 1.6rem;
}

.mailform p .pfr_reserve_q{
	font-size: 1.9rem;
}
.mailform p .pfr_reserve_a{
	font-size: 2.1rem;
	color: #BF0000;
}
.mailform p .ann{
	font-size: 1.3rem;
}


.mailform #flow{
	margin: 0 0 1em;
}

.mailform #formwrap{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px dotted #aab1bd;
}

.mailform #formwrap .form-content{
	display: table-row;
}

.mailform #formwrap .form-content .th{
	display: table-cell;
	background-color: #E7E7E7;
	padding: 18px;
	border-bottom: 1px dotted #aab1bd;
	vertical-align: top;
	width: 216px;
	line-height: 150%;
}

.mailform #formwrap .form-content .td{
	display: table-cell;
	padding: 18px;
	border-bottom: 1px dotted #aab1bd;
	line-height: 150%;
}

.mailform #formwrap .form-content .td div{
	margin-top: 5px;
}

.mailform textarea{
	width: 90%;
	padding: 10px;
}

.mailform select,
.mailform input[type=text],
.mailform input[type=tel],
.mailform input[type=email],
.mailform input[type=number]{
	padding: 6px 10px;
}

.mailform select{
	font-size: 16px;
	vertical-align: middle;
}

.mailform select:disabled{
	background-color: #EBEBE4
}

.mailform .annotation{
	font-size: 12px;
	font-size: 1.2rem;
}

.mailform .hi{
	background-color: #a00;
	color: #fff;
	line-height: 100%;
	padding: 2px 4px;
	border-radius: 2px;
	margin-left: 8px;
}

.mailform .ni{
	background-color: #33a;
	color: #fff;
	line-height: 100%;
	padding: 2px 4px;
	border-radius: 2px;
	margin-left: 8px;
}

.mailform .form-content .attention{
	color: #a00;
}

.mailform .form-content .nw{
	display: inline-block;
	width: 2em;
	text-align: right;
	margin-right: 4px;
}

.mailform #formwrap .form-content .birth span{
	display: inline-block;
	margin-right: 10px;
}

.mailform #formwrap .form-content .birth select,
.mailform #formwrap .form-content .birth input{
	margin-right: 5px;
}

.mailform .form-content #types{
	margin-bottom: 10px;
}

.mailform .form-content #shops label{
	display: block;
	margin-bottom: 5px;
}

.mailform .form-content #email,
.mailform .form-content #email2{
	width: 90%;
}

.mailform .form-content #year{
	width: 4em;
}

.mailform .form-content .address{
	width: 90%;
}

.mailform .check{
	padding: 20px 0;
	text-align: center;
	background-color: #E7E7E7;
	margin: 20px 0;
	padding: 18px 0;
	border-top: 1px dotted #aab1bd;
	border-bottom: 1px dotted #aab1bd;
}

.mailform .btns{
	text-align: center;
	margin: 20px 0;
}

.mailform .btns #submit-btn,
.mailform .btns #submit{
	position: relative;
	display: inline-block;
	background-color: #4c290a;
	line-height: 100%;
	border: none;
	padding: 24px 50px;
	margin: 30px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.mailform .btns #submit-btn:after,
.mailform .btns #submit:after{
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-left: 9px solid #fff;
	border-right: 9px solid transparent;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}

.mailform .btns #submit-btn:hover,
.mailform .btns #submit:hover{
	background-color: #a06538;
	text-decoration: none;
}

.mailform .btns #submit-btn:disabled,
.mailform .btns #submit:disabled{
	background-color: #b4b4b4;
	cursor: default;
}


.mailform .btns #reedit{
	position: relative;
	display: inline-block;
	background-color: #aaa;
	line-height: 100%;
	border: none;
	padding: 24px;
	width: 200px;
	margin: 30px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.mailform .btns #reedit:after{
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 9px solid #fff;
	border-left: 9px solid transparent;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}

.mailform .btns #reedit:hover{
	background-color: #ccc;
	text-decoration: none;
}

.confirm .btns #submit-btn,
.confirm .btns #submit{
	float: right;
}

.confirm .btns #reedit{
	float: left;
}

.mailform .formErrorContent {
	color: #c00;
	font-weight: bold;
	margin: 10px 0 0;
}

.mailform .error-box{
	border: 2px solid #c00;
	padding: 15px;
	color: #c00;
	font-weight: bold;
	margin: 20px 0;
	line-height: 150%;
}

.mailform .error-box span{
	display: block;
}


/* プライベートフィッティングルーム予約用 */
#pfr-reserv h2{
	font-size: 19px;
	line-height: 100%;
	font-weight: bold;
	text-align: left;
	margin: 20px 0;
}

#pfr-reserv h2:after{
	content: "";
	display: block;
	height: 4px;
	background: #AD6C3C;
	box-shadow: 0 1px 0 #000000 inset;
	margin-top: 5px;
}

#pfr-reserv .mailform #formwrap .form-content .th{
	width: 200px;
}

#pfr-reserv .rsv-select label br{
	display: none;
}

.mailform .label-block label{
	display: block;
}

.mailform .rsv-select label:last-child{
	margin-bottom: 1em;
}

.mailform .rsv-select .date{
	width: 100px;
}

.mailform .attention-box{
	border: 1px solid #c00;
	padding: 8px 20px;
	margin: 1em 0 0;
	line-height: 150%;
}

.mailform .attention-box span{
	color: #c00;
	font-weight: bold;
}

.mailform .attention-text{
	color: #c00;
	font-weight: bold;
}

/* キャンペーン＆プレゼント */
#qncp h2{
	margin: 20px 0 0;
}

#qncp .qncp-explain p{
	margin: 0;
}

#qncp .qncp-qntitle{
	margin: 50px auto;
	width: 600px;
	padding-bottom: 20px;
}

#qncp .qncp-th{
	margin: 0 0 0px;
}

#qncp .qncp-td{
	margin-bottom: 40px;
	padding: 0 10px;
}

#qncp .qncp-td .qncp-subt{
	font-size: 14px;
	line-height: 150%;
	margin: 20px 0 10px;
	font-weight: bold;
}

#qncp .qncp-td .radiowrap{
	padding: 0 10px;	
}

#qncp .qncp-td label{
	display: inline-block;
	font-size: 14px;
	width: 20%;
}

#qncp .qncp-td .col3 label{
	width: 33.333%;
	padding: 0 0 10px
}

#qncp .qncp-td input[type=text]{
	width: 570px;
}

#qncp .qncp-submitbtn{
	margin: 20px auto 80px;
	text-align: center;
}

#reserve .btns{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

#reserve .btns a{
  margin: 0 10px;
}

#reserve .btns #submit{
  background-color:  #006ab7
}

#reserve .btns #reedit{
	background-color:  #999;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {
.mailform{
	width: 100%;
}

.mailform * {
	box-sizing: border-box;
}

.mailform img{
	max-width: 100%;
}

.mailform .faqtitle{
	margin-left: 10px;
}

.mailform p{
	margin: 1em 0;
	line-height: 180%;
	padding: 0 10px;
	font-size: 1.2rem;
}

.mailform p .pfr_reserve_q{
	font-size: 1.5rem;
}
.mailform p .pfr_reserve_a{
	font-size: 1.8rem;
	color: #BF0000;
}
.mailform p .ann{
	display: block;
	font-size: 1.1rem;
	line-height: 130%;
}

.mailform .develop{
  padding: 0 10%;
}

.mailform #flow{
	margin: 10px 0 1em;
}

.mailform #formwrap{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px dotted #aab1bd;
}

.mailform #formwrap .form-content{
}

.mailform #formwrap .form-content .th{
	display: block;
	background-color: #E7E7E7;
	padding: 18px;
	border-bottom: 1px dotted #aab1bd;
	vertical-align: top;
	width: 100%;
	line-height: 150%;
	font-size: 16px;
}

.mailform #formwrap .form-content .td{
	display: block;
	padding: 18px;
	border-bottom: 1px dotted #aab1bd;
	line-height: 150%;
	font-size: 16px;
}

.mailform textarea{
	width: 100%;
	padding: 10px;
	font-size: 16px;
}

.mailform select,
.mailform input[type=text],
.mailform input[type=tel],
.mailform input[type=email],
.mailform input[type=number]{
	width: 100%;
	padding: 6px 10px;
	font-size: 16px;
}

.mailform .hi{
	background-color: #a00;
	color: #fff;
	line-height: 100%;
	padding: 2px 4px;
	border-radius: 3px;
	margin-left: 8px;
}

.mailform .ni{
	background-color: #33a;
	color: #fff;
	line-height: 100%;
	padding: 2px 4px;
	border-radius: 3px;
	margin-left: 8px;
}

.mailform .form-content .attention{
	color: #a00;
}

.mailform .form-content .nw{
	display: block;
	text-align: left;
}

.mailform #formwrap .form-content label{
	display: inline-block;
	margin-right: 15px;
}

.mailform #formwrap .form-content .birth select,
.mailform #formwrap .form-content .birth input{
	width: 70px;
	margin-right: 5px;
}

.mailform .form-content #types{
	margin-bottom: 10px;
}

.mailform .form-content #shops label{
	display: block;
	margin-bottom: 5px;
}

.mailform .form-content #email,
.mailform .form-content #email2{
	width: 100%;
}

.mailform .form-content #zip{
	width: 100px;
}

.mailform #formwrap .form-content .td div{
	margin-top: 5px;
}

.mailform .check{
	padding: 20px 0;
	text-align: center;
	background-color: #E7E7E7;
	margin: 20px 0;
	padding: 18px 0;
	border-top: 1px dotted #aab1bd;
	border-bottom: 1px dotted #aab1bd;
}

.mailform .btns{
	text-align: center;
	margin: 20px 0;
}

.mailform .btns #submit-btn,
.mailform .btns #submit{
	position: relative;
	display: inline-block;
	background-color: #4c290a;
	line-height: 100%;
	border: none;
	padding: 24px;
	width: 90%;
	margin: 30px 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.mailform .btns #submit-btn:after,
.mailform .btns #submit:after{
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-left: 9px solid #fff;
	border-right: 9px solid transparent;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}

.mailform .btns #submit-btn:hover,
.mailform .btns #submit:hover{
	background-color: #a06538;
	text-decoration: none;
}

.mailform .btns #reedit{
	position: relative;
	display: inline-block;
	background-color: #aaa;
	line-height: 100%;
	border: none;
	padding: 24px;
	width: 90%;
	margin: 30px 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.mailform .btns #reedit:after{
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 9px solid #fff;
	border-left: 9px solid transparent;
	border-bottom: 5px solid transparent;
	cursor: pointer;
}

.mailform .btns #reedit:hover{
	background-color: #ccc;
	text-decoration: none;
}

.mailform .formErrorContent {
	display: block;
	color: #c00;
	font-weight: bold;
	margin: 10px 0 0;
}

.mailform .error-box{
	border: 2px solid #c00;
	padding: 15px;
	color: #c00;
	font-weight: bold;
	margin: 20px 0;
	line-height: 150%;
}

.mailform .error-box span{
	display: block;
}

/* プライベートフィッティングルーム予約用 */
.mailform #formwrap .form-content .label-block label{
	display: block;
	margin-bottom: 5px;
}

.mailform .rsv-select label{
	text-indent: -2.5ex;
	padding-left: 2.5ex;
}
.mailform .rsv-select label:last-child{
	margin-bottom: 1em;
}

.mailform .rsv-select .date{
	width: 100%;
	margin-bottom: 10px;
}

.mailform .attention-box{
	border: 1px solid #c00;
	padding: 8px 20px;
	margin: 1em 0 2em;
	line-height: 150%;
}

.mailform .attention-box span{
	color: #c00;
	font-weight: bold;
}

#pfr-reserv .rsv-select label br{
	display: none;
}


/* キャンペーン＆プレゼント */
#qncp h2{
	margin: 20px 0 0;
}

#qncp .qncp-explain p{
	margin: 0;
}

#qncp #qncp-formwrap{
	padding: 0  10px;
}

#qncp .qncp-subt{
	margin-top: 10px;
}

#qncp .qncp-th{
	margin-top: 15px;
}

#qncp .radiowrap label{
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

#reserve .btns{
  display: block;
}


#reserve .btns #reedit{
  width: 70%;
  padding: 16px 30px;
  margin: 0 auto;
}

}