@charset"UTF-8";

body {
	color: #432910;
	background: #fff;
}

#contentWrapper {
	max-width:960px;
	margin:0 auto;
}

/* header */
.greenBorder {
	border: 0.2em solid #005B2B;
	margin:0;
}
.reserve_header{
	width:100%;
}

#reserve_header{
	width: 100%;
	text-align: center;
	background-color: rgba(255, 134, 134, 0.99);
	line-height: 0;
	position: relative;
}

/*logo*/
#logo_link{
	width: 16%;
	position: absolute;
	top: 7%;
	right: 22%;
	background-color: rgba(160,190,60,0.7);
	border-radius: 100%;
	border: 3px solid rgba(0,0,0,0.5);
}
#logo_position {
	width: 14%;
	top: 8%;
	position: absolute;
	left: 21%;
	z-index: 200;
}
#logo_berry_wrapper{
	position: absolute;
	width: 100%;
	left: 35%;
	top: -18%;
}
.imgsize {
	width: 100%;
}
#logo{
	margin:0;
}
#logo2{
	width:34%;
}

footer{
	background-color: #005B2B;
	color: #fff;
	padding:3px 5px;
	text-align:center;
}
h3 {
	margin-top:20px;
	margin-bottom:20px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	border-radius: 5px;
}
h3.finish {
	text-align: center;
}
h3.midashi {
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background: #ce2300;
	background: -webkit-gradient(linear, left top, left bottom, from(#ce2300), to(#850000));
	background: -moz-linear-gradient(top, #ce2300, #850000);
	border-radius: 5px;
}
h4 {
	display: block;
	margin-top: 1.33em;
	margin-bottom: 0.5em;
	font-weight: bold;
	border: #005B2B solid 2px;
	border-width: 0 0 2px 6px;
	padding: 0.2em 0.5em;
}
h5 {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.33em;
	font-weight: bold;
}
section {
	padding-left:8px;
	font-size:14px;
}
.attention {
	color:red;
}
.big-string {
	font-size:24px;
	font-weight:bold;
}
.tpc_table {
	border: 1px solid #000;
	text-align: center;
	width: 600px;
}
.tpc_table th{
	border: 1px solid #BAB5B5;
	font-size: 0.9em;
	padding: 0.2em;
	width: 10em;
	background-color: #EEFAEA;
}
.tpc_table td .money {
	text-align: right;
	width: 80px;
	margin: 0 auto;
}
p.web-reserve a:link,
p.web-reserve a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 70%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 20px;
	margin: 10px auto;
	border-radius: 5px;
	background: #94cf00;
	background: -webkit-gradient(linear, left top, left bottom, from(#94cf00), to(#02710f));
	background: -moz-linear-gradient(top, #94cf00, #02710f);
}
p.web-reserve a:hover{
	background: #cfb700;
	background: -webkit-gradient(linear, left top, left bottom, from(#cfb700), to(#cc3e00));
	background: -moz-linear-gradient(top,#cfb700,  #cc3e00);
	}
/* 入力フォーム */
#ReserveInputFormWrapper{
	margin:0 auto;
}
/* 必須項目 */
th label.required:after {
	color: #e32;
	content: '*';
	display:inline;
}
fieldset{
	margin-bottom:20px;
	border:0;
}
table.reserve-form {
	padding:5px;
}
table.reserve-form th{
	vertical-align:top;
	text-align:right;
	padding-top:7px;
	padding-left:10px;
	padding-right:7px;
}
table.reserve-form td{
	padding:5px;
}
table.reserve-form div.persons{
	padding: 5px;
}
table.reserve-confirm th{
	vertical-align:top;
	text-align:right;
	padding:10px;
	font-size:20px;
}
table.reserve-confirm td{
	vertical-align:top;
	padding:10px;
	font-size:20px;
}
table.reserve-confirm div.submit,
table.reserve-form div.submit{
	text-align:center;
	padding:5px;
}
.input input,textarea,select{
	border:0;
	padding:6px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin:0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.input input:focus {
	border:solid 1px #EEA34A;
}

.input #ReserveEmail {
	width:320px;
}
.input #ReserveNotes{
	width:400px;
	height:80px;
}

.input #ReserveEmail {
	width:320px;
}
table.reserve-confirm div.submit input,
table.reserve-form div.submit input{
	font-weight: bold;
	font-size: 24px;
	width: 320px;
	height: 54px;
	margin: 3px 0 0 0;
	border: hidden;
	border-radius: 15px;
	background: #00bfff;
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #00bfff),
	color-stop(1.00, #1e90ff)
	);
	background: linear-gradient(
	to bottom,
	#00bfff 0%,
	#1e90ff 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #ffffff;
	cursor: pointer;
}
.finish-msg {
	text-align:center;
}

/* お知らせ */
#top_information_table {
	margin-top: 0px;
	width: 1200px;
}
#top_information_table td.information_date {
	vertical-align: top;
	border-style: none none none none;
}

#top_information_table td.information_content {
	vertical-align: top;
	border-style: none none dashed none;
}

#top_information_table td h3 {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
}

#top_information_table td.information_content .information_text pre {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    font-size: 110%;
    padding: 5px 5px 5px 10px;
}

#top_information_table td.information_content img.information_image {
		margin-right: 16px;
		margin-bottom: 8px;
		float: left;
		height: 346px;
		box-shadow: 2px 2px 4px #474747;
}

.whatsnew_txt {
	font-size: 1.2em;
	line-height: 1.5em;
}

.cancel_div {
	margin-top: 12px ;
	margin-bottom: 12px ;
	width: 100%;
}

.cancel_button {
	margin: 3px auto 0 auto;
	text-align:center;
	padding:5px;
	font-weight: bold;
	font-size: 24px;
	width: 320px;
	border: hidden;
	border-radius: 15px;
	background: #ff8b9a;
	background: -webkit-gradient(
	linear, left top, left bottom,
	color-stop(0.00, #ff8b9a),
	color-stop(1.00, #ff1e1e)
	);
	background: linear-gradient(
	to bottom,
	#ff8b9a 0%,
	#ff5c5c 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #ffffff;
	cursor: pointer;
}

.cancel_link {
	text-decoration: none;
}