/* CSS Document */
#keyimg{
	background: url("../reservation/img/05keyimage.webp") center center no-repeat;
	background-size: cover;
	height: 290px;
}

#s01{
	padding-top: 35px;
	margin-bottom: 100px;
}

#s01 h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 35px;
	color: #e4007f;
}

#s01 table{
	width: 430px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	display: block;
}


#s01 table tr{
	display: block;
	width: 430px;
}

#s01 table td,
#s01 table th{
	border-top: 1px solid #ccc;
	padding: 15px;
	display: block;
	width: 400px;
}

#s01 table th{
	position: relative;
	font-size: 18px;
	vertical-align: top;
	background: #f7eab5;
	z-index: 1;
}

#s01 table td{
	font-size: 16px;
}

#s01 table td input[type="date"] ,
#s01 table td input[type="tel"] ,
#s01 table td input[type="email"] ,
#s01 table td input[type="text"] {
	height: 30px;
}

#s01 table td select{
	margin-bottom: 5px;
}

#s01 table th .hissu{
	background: #fff;
	font-size: 14px;
	border-radius: 5px;
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	right: 15px;
	top: 15px;
	z-index: 10;
}

#s01 table td dl dd,
#s01 table td dl dt{
	border: 0;
	text-align: left;
	padding: 0;
	font-size: 16px;
}

#s01 table td dl dt{
	float: none;
}

#s01 table td dl dd{
	margin-bottom: 15px;
}

#s01 table td textarea{
	width: 300px;
}

#s01 table td li{
	font-size: 15px;
}

#s01 #porcy{
  border: 1px solid #ddd;
  width: 400px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 25px;
}

#s01 #porcy p {
  padding: 15px;
  height: 250px;
  overflow: scroll;
    overflow-x: scroll;
  overflow-x: hidden;
  font-size: 12px;
}

#s01 button{
	width: 400px;
	height: 135px;
	text-align: center;
	line-height: 135px;
	font-size: 19px;
	background: #fde67c;
	border-radius: 15px;
	border: 0;
}