@charset "utf-8";

header{
	margin-bottom:20px;
}

header h1{
	float:left;
	width:100%;
	height:120px;
	margin:15px 0;
	text-align:center;
}

header h1 img{
	width:auto;
	height:100%;
	margin:0 auto;
}

.header_right{
	float:left;
	width:100%;
	text-align:center;
}

.btn_mail{
	margin-left:10px;
	padding:7px 10px;
	background:#0C3392;
	display:inline-block;
	text-align:center;
	color:#FFF!important;
	line-height:1.0;
}

.btn_reserve{
	margin-left:10px;
	padding:7px 10px;
	background:#EE4444;
	display:inline-block;
	text-align:center;
	color:#FFF!important;
	line-height:1.0;
}

a:hover.btn_mail,
a:hover.btn_reserve{
	opacity:0.70;
	filter: alpha(opacity=70);
}

.sidebars{
	padding-top:28px;
}

nav ul {
	table-layout:fixed;
	display:table;
}

nav ul li{
	display:table-cell;
}

nav ul li a{
	border-right:1px solid #CCC;
	text-align:center;
	display:block;
}

nav ul li:first-child a{
	border-left:1px solid #CCC;
}

.sec01{
	padding:30px 0;
}

.sec02{
	padding:30px 0;
}

.sec03{
	padding:30px 0;
}


@media screen and (max-width: 740px) {

header{
	margin:60px 0 20px 0;
}

header h1{
	float:none;
}

.header_right{
	float:none;
}

.btn_mail{
	float:left;
	width:48%;
	margin-left:0;
	display:block;
}

.btn_reserve{
	float:left;
	width:48%;
	margin-left:2%;
	display:block;
}

.btn-primary{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:40px;
	padding:10px 2%;
	background:#EC82B5;
	color:#FFF;
	z-index:999999;
	line-height:1.4;
}

.btn-primary img{
	float:left;
	width:auto;
	height:100%;
	margin-right:2%;
	vertical-align:middle;
}

.btn-primary{
	font-weight:bold;
	color:#FFF!important;
}

.sidebar.top {
    left: 0;
    right: 0;
    top: -1000px;
	z-index:9999;
	display:none;
}

.sidebars .sidebar {
	position:fixed;
	left:-4%;
	width:108%;
	height:100%;
    padding: 0;
	color: white;
    text-align: center;
	overflow:auto;
	display:block;
}

.sidebars{
	padding-top:0;
}

nav ul {
	margin-top:40px;
	display:block;
}

nav ul li{
	border-bottom:1px solid #CCC;
	background:#FFF;
	display:block;
}

nav ul li:nth-child(2n){
	background:#EEE;
	display:block;
}

nav ul li a{
	padding:1% 0;
	border-right:0;
}

nav ul li:first-child a{
	border-left:0;
}

.sidebars * {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}





}
