@charset "UTF-8";
/* CSS Document */
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
	color: #333;
	background: #fff;
	line-height:1.5;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.wrapper{
	width:960px;
	padding:0;
	margin:10px auto;
	zoom:1;
	background:none;}

.hometopp img{
	width:100%;
	height:auto;}
	

/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
	background-color:#b2202b;
	position:relative;
}


#header h1{
	padding-top:30px;
	}
	


	
#mainnav a{
	color: #fff;
}


/* 予約ボタン
------------------------------------------------------------*/
#yoyakub{
	position:fixed;
	width:12%;
	left:88%;
	z-index:10000;
	display:none;}
	
#yoyakub img{
	width:100%;
	height:auto;}
	



/* フッター
------------------------------------------------------------*/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 30px 10px;
background:#f3f3f3;
}

.logo{
float:left;
padding-top:0px;
margin-left:17px;
margin-right:40px;
width:130px;
height:auto;
}


.logo span{
	display:block;
	color:#333;
	font-size:10px;
	font-weight:normal;
}

ul.footnav{
float:right;
width:600px;
padding:14px 0 0;
}

ul.footnav li{
float:left;
margin-bottom:0px;
padding:0 7px 0 8px;
font-size:12px;	
border-right:1px solid #b6b6b6;
}

ul.footnav li span{
	display:none;}


#footer a{color:#333;}
#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#dbdbdb;
}
/**/

.inner{
	width:960px;
	margin:0 auto;}


@media only screen and (max-width:800px){
	
#footer{
padding:10px 10px 30px 10px;
}

.logo{
float:left;
padding-top:0px;
margin-left:17px;
margin-right:auto;
width:30%;
}


ul.footnav{
float:right;
text-align:center;
line-height:2;
width:65%;
}

}

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

.logo{
float:none;}

.logo img{
	width:100%;
	height:auto;}

ul.footnav{
float:none;
text-align:left;
line-height:1.6;
width:80%;
margin-left:20%;
}

ul.footnav li{
float:left;
margin-bottom:0px;
padding:0 22px 0 2px;
font-size:12px;	
border-right:none;
}

ul.footnav li span{
	display:inherit;
	color:#999933;
	font-size:14px;
	margin-right:2px;}




}

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

.logo{
width:50%;}


}



/* 共通
------------------------------------------------------------*/
	


@media only screen and (min-width:960px){
	
.wrapper{
	width:960px;
	padding:0;
	margin:10px auto;
	zoom:1;
	background:none;}

}


/* RESPONSIVE 設定
------------------------------------------------------------*/




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

	
.wrapper{
	width:98%;
	padding:0;
	margin:10px auto;
	zoom:1;
	background:none;}

.inner{
	width:100%;
	margin:0 auto;}
}





@media only screen and (min-width: 701px){

#header h1{
	padding-top:10px;
}

#header h1 img{
	margin-top: 3px;
	max-height: 80px;
	width: auto !important;
	}

	
  a#menu{
		display:none;
	}	

.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 15px 15px;
		font-size: 15px;}
		

}

@media only screen and (min-width: 800px){
#header h1{
	padding-top:20px;
}

#header h1 img{
	margin-top: 3px;
	max-height: 100px;
	width: auto !important;
	}
	
#mainnav li{
		display: inline-block;
		padding: 25px 13px;
		font-size: 15px;}

}

@media only screen and (min-width: 960px){
#header h1{
	padding-top:30px;
}

#header h1 img{
	margin-top: 3px;
	max-height: 120px;
	width: auto !important;
	}
	
#mainnav li{
		display: inline-block;
		padding: 30px 13px;
		font-size: 15px;}
}



@media only screen and (max-width: 700px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		margin-top:-10px;
		width: 100%;
		height: 80px;
		background: #b2202b;
	}
	
	#header h1{
		padding-top: 0px;
	}
	
	#header h1 img{
		margin-top: 10px;
		max-height: 60px;
		width: auto !important;
	}
	

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 20px;
  	margin: 10px;
	}
	
#menumoji{
	color:#fff;
	position:absolute;
	left:-30px;
	top:4px;}
	
a:hover#menu{
	text-decoration:none;}
	

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 70%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
	z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #b2202b;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	section{
		padding-top: 10px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	
	
#yoyakub{
	width:13%;
	left:88%;
	top:70px;
	display:block !important;}
	

}

@media only screen and (max-width: 480px){
	
	#headerWrap{
		width: 100%;
		height: 74px;
	}

	
	#header h1 img{
		margin-top: 10px;
		max-height: 45px;
		margin-right:40px;
		width: auto !important;
	}
	
	#yoyakub{
	width:16%;
	left:85%;
	top:66px;}
	
	
}
@media only screen and (max-width: 360px){

	
	#header h1.nobo{
		text-align:left;
		margin-left:30px;}
		
	#header h1 img{
		margin-top: 16px;}
	
	#yoyakub{
	width:20%;
	left:82%;}

}

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

	#header h1 img{
		margin-right:80px;}
	
	
}
