<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

section p {
	margin: 10px;
}

.table1 {
	margin-top: 20px;
	width: 600px;
}


.table2 {
	margin-top: 20px;
	width: 700px;
	table-layout:fixed;
}

.linkbox {
	box-sizing: border-box;
	border: 4px solid #50743E;
	margin: 10px auto 20px;
	background: #f6f6f6;
	padding: 20px;
	width:680px;	
}

.linkbox p {
	margin-bottom: 10px;
}

.rsrvlink,
.rgstlink {
	box-sizing: border-box;
	float: left;
	width: 310px;
	margin: auto;
	text-align:center;
}

.rsrvlink {
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.rgstlink {
	padding-left: 15px;
}

.rsrvlink a {
/*	background: url(../img/reservation/rsrvbtn.png) no-repeat top left;
	display: block; */
	width: 258px;
	height: 34px;
	margin: auto;
}

.rsrvlink a:hover {
/*	background-position: bottom left; */
}

.rgstlink a {
/*	background: url(../img/reservation/rsrvbtn.png) no-repeat top right;
	display: block; */
	width: 258px;
	height: 34px;
	margin: auto;
}

.rgstlink a:hover {
/*	background-position: bottom right; */
}

.rsrvlink a, .rgstlink a {
/*	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;*/
}

.rsrvlink p,
.rgstlink p {
	height: 80px;
	text-align:left;

}

.mobile {
	background: #f6f6f6;
	clear: both;
	margin: auto;
}

.mobiletit {
	background: #eee;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 20px;
}

.mobileqr {
	float: left;
	padding: 20px 0 20px 20px;
	width: 140px;
}

.mobilecon {
	float: left;
	padding: 20px 20px 20px 0;
	width: 520px;
}

.whatcan li {
	float: left;
	list-style-type: disc;
	margin: 0 20px 0 10px;
}

.mobilecon .other {
	margin-top: 20px;
}

.mobilecon .other li {
	list-style-type: circle;
	margin: 0 0 0 10px;
}

.mobile p.url a {
	background: -moz-linear-gradient(center top , #fff 0%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: block;
	float: right;
	padding: 4px 20px;
	text-align: center;
	width: 200px;
	text-decoration: none;
	margin-top: 10px;
}

.mobile p.url a:hover {
	background: -moz-linear-gradient(center bottom , #fff 0%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
	display: block;
	float: right;
	padding: 4px 20px;
	text-align: center;
	width: 200px;
	text-decoration: none;
	margin-top: 10px;
}

.mobile p.qr {
	margin-left: 35px;
	margin-top: 130px;
	position: absolute;
}

.step {
	margin: 10px 0;
	border: 1px solid #ccc;
}

.step2 {
	margin: 10px -10px;
	border: 1px solid #ccc;
}

p.step {
	overflow: visible;
}
.step img {
	background: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 1px 2px #b2aca6;
	display: block;
}

.pointcon {
	margin: 0 10px;
}

.tokuten {
	background: url(../img/reservation/tokuten.png) no-repeat;
	height: 41px;
	padding-left: 60px;
	font-size: 120%;
	font-weight: bold;
	line-height: 40px;
	margin: 20px 0;
}

.pointcon li {
	list-style-type: disc;
	margin: 0 20px;
}

.toku-point {
	background-color: #fffee9;
	border: 1px solid #cccccc;
	height: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 10px 30px;
}

.toku-point {
	text-align: center;
}

.toku-point .example {
	margin-bottom: 10px;
}

.toku-point .example2 {
	margin-bottom: 10px;
	font-size: 160%;
}

.pointlist {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 -10px 0;
}

.pointpre {
	color: #cc0000;
	font-weight: bold;
}
</pre></body></html>