@charset "UTF-8";

/*--------------------------------------------------------------------
reservation.html
reservation.css
--------------------------------------------------------------------*/

/*------------Title---------------------------------------------------------------*/
div#Title { background-image: url(../../img/title/reservation.jpg); }

/*------------reserv-select------------------------------------*/

#reserv-select > div{
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
}
#reserv-select > div > div{
	width: 25%;
	text-align: center;
}
#reserv-select > div > div > a{
	font-size: 2em;
	font-weight: 600;
}
#reserv-select > div > div > p{
	font-size: 2em;
	font-weight: 600;
	margin-top: 10px;
}

/*------------Quo------------------------------------*/
div#Quo div#PreQuo a {
	display: block;
	width: 700px;
	height: 250px;
	margin: 0 auto;
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../../img/reservation/quocard-test.jpg");
}
div#Quo div#PreQuo a * { display: none; }


/*------------Coupon------------------------------------*/
div#Coupon div.ticket a {
	display: block;
	width: 700px;
	height: 250px;
	margin: 0 auto;
	background-color: #eaeaea;
	background-repeat: no-repeat;
	background-position: center center;
}
div#Coupon div.ticket + div.ticket { margin-top: 30px; }
div#Coupon div.ticket a * { display: none; }
div#Coupon div#ticket01 a { background-image: url("../../img/reservation/coupon01-test.jpg"); }


/*------------Privacy------------------------------------*/
div#mail div#Privacy {
	padding: 20px;
	background-color: #eaeaea;
}
div#mail div#Privacy ul { list-style: none; }
div#mail div#Privacy ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#mail div#Privacy ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}
div#mail div#Privacy h4 {
	margin: 20px 0 10px;
	font-size: 1.28em;
	color: #6e2775;
}


/*------------Flow------------------------------------*/
div#mail div.Flow {
	width: 690px;
	height: 40px;
	margin: 30px auto;
	background-repeat: no-repeat;
	background-position: left center;
}
div#mail div.Flow * { display: none; }
div#mail div#Flow01 { background-image: url(../../img/contact/flow_pc_p01.png); }
div#mail div#Flow02 { background-image: url(../../img/contact/flow_pc_p02.png); }
div#mail div#Flow03 { background-image: url(../../img/contact/flow_pc_p03.png); }
div#mail div#Flow04 { background-image: url(../../img/contact/flow_pc_p04.png); }


/*------------mail------------------------------------*/
div#mail a { color: #6e2775; }
div#mail ul#Note {
	width: 100%;
	margin-top: 0.8em;
	list-style: none;
}
div#mail ul#Note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#mail ul#Note li:before {
	padding-right: 0.3em;
	content: "\00203b";
}

div#mail table { margin-top: 20px; }
div#mail table tr th {
	width: 25%;
	padding-top: 0.75em;
}
div#mail table tr td { vertical-align: middle; }
div#mail table tr th span {
	display: inline-block;
	float: right;
	font-size: 0.81em;
}
div#mail table tr th strong { color: #6e2775; }
div#mail table tr td ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#mail table tr td ul li {
	margin-right: 3em;
	float: left;
}
div#mail table tr td span {
	margin-left: 0.8em;
	font-size: 0.75em;
	color: #6e2775;
}
div#mail table tr td span#Closed {
	padding: 0.25em 0.45em;
	background-color: #cf0073;
	font-size: 1.25em;
	color: #fff;
}
div#mail table tr td strong {
	display: inline-block;
	margin: 0 0.8em 0 0.5em;
	font-size: 1em;
}
div#mail table.form tr td span {
	margin-left: 0;
	font-size: 1rem;
}
div#mail table tr td .Inp01 { width: 100%; }
div#mail table tr td .Inp02 { width: 44%; }
div#mail table tr td .Inp03 { width: 19%; }
div#mail table tr td .Inp04 { width: 10%; }
div#mail table tr td input[type="text"],
div#mail table tr td input[type="tel"],
div#mail table tr td input[type="email"],
div#mail table tr td input[type="date"],
div#mail table tr td select,
div#mail table tr td textarea {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	padding: 0.4em;
	transition: 0.3s;
	border: 1px solid #5d83a4;
	outline: none;
}
div#mail table tr td input[type="text"]:focus,
div#mail table tr td input[type="tel"]:focus,
div#mail table tr td input[type="email"]:focus,
div#mail table tr td input[type="date"]:focus,
div#mail table tr td select:focus,
div#mail table tr td textarea:focus { border-color: #ab4d00; }
div#mail table tr td textarea { height: 330px; }
div#mail table + p {
	margin-top: 0.8em;
	color: #6e2775;
}
div#mail div#SubmitBtn {
	margin: 20px auto 0;
	text-align: center;
}
div#mail div#SubmitBtn input { margin: 0 1em; }
.reserv-con li label{
	font-size: 1.5em;
}