@charset "UTF-8";

/* ==================================================
shared
================================================== */
body {
	background:url(../images/top/bg.jpg) repeat left top;
}
#wrapper {
	min-height: 100%;
}
/* header
============================== */
header {
	text-align:center;
	padding:50px 0 20px;
	background:url(../images/top/header_bg.png) repeat-x left top;
}
/* main
============================== */
#contents {
	padding:7px;
	background-color:#fff;
	width:600px;
	margin:0 auto;
	box-shadow: 5px 7px 10px rgba(0,0,0,0.25);
	display:table;
}
#main {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:300px;
	text-align:center;
	border:2px solid #FCD2DB;
	padding:20px 20px 0;
}
#main p {
	font-size:143%;
	margin:0 0 20px;
}
#main .reserve_btn {
	min-width:300px;
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
}
#main .reserve_btn a {
	color:#fff;
	background-color:#F21C4B;
	display:block;
	padding:10px;
	text-decoration:none;
	color:#fff;
    -webkit-transition: all .3s;
    transition: all .3s;
	-webkit-box-shadow: 4px 4px 0 0 #FCD2DB;
	-moz-box-shadow: 4px 4px 0 0 #FCD2DB;
	box-shadow: 4px 4px 0 0 #FCD2DB;
}
#main .reserve_btn a:hover {
	background-color:#9E0A2C;
}
#main .reserve_btn span {
	display:inline-block;
	padding:4px 0 2px 34px;
	background: url(../images/icon/btn_icon_next.png) no-repeat left center;
}
/* footer
============================== */
footer {
	background: url(../images/top/footer_bg.png) repeat-x left top;
	color:#fff;
	padding:40px 0 20px;
	clear:both;
}
footer address {
	font-size:85.7%;
	font-style:normal;
	text-align:center;
}
/* ==================================================
clearfix
================================================== */
header:after,
footer:after {
	content: ""; 
	display: table;
	clear: both;
}
@media screen and (max-width : 768px) {
/* ==================================================
media
================================================== */
#logo img {
	width:100px;
	height:auto;
}
#contents {
	width:90%;
}
#main {
	height:200px;
}
#main p {
	font-size:100%;
}
#main .reserve_btn {
	min-width:90%;
}

