@media screen and (max-width:699px){

html, body {
  overflow-x: hidden;
}

header h1{
	display: block;
	width: 183px;
	height: 122px;
	margin: 55px auto 30px auto;
}
header h1 img{
	width: 100%;
	height: 100%;
}
#snsbtn{
    position: absolute;
    z-index: 30;
    top: 20px;
    left: 15px;
	width: 99px;
	height: 28px;}
#snsbtn img{
	margin-right: 5px;}

/* スマートフォン対応ボタン
---------------------------*/
header nav {
	display:block;
	position:fixed;
	right:5px;
	top:5px;
	text-align:right;
	z-index: 100;
}
header nav #navBtn {
	width:60px;
	height:60px;
	background:url(../images/nav_btn00.gif);
	position:fixed;
	right:5px;
	top:5px;
}
header nav ul {
	display:none;
	position:fixed;
	right:5px;
	top:65px;
	background:#599022;
	padding:15px 5px 15px;
	list-style: none;	
}
header nav ul li a {
	display:block;
	margin-top:2px;
	width:226px;
	height:20px;
	padding: 9px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
header nav ul li a:hover { background: #7da1c2;}

/* top
---------------------------*/
#top_text01 img{
	margin:0px 0px 0px 10px;
	width: 140px;}
#top_text02 h2{
	font-size: 22px;
	line-height: 1.4em;
	color: #5b3e1c;}
#top_schedule{
	padding: 0;
	margin: 0 auto 20px auto;
	width: 342px;
	background: url(../images/top_sche.png) left top;
	background-size: 114px 114px;}
#subtitle04{
	width: 90%;}
#schedule_setumei{
	display: block;
	width: 90%;
	font-size: 12px;
	line-height: 1.2em;
	margin: 5px auto 0 auto;}

/* single
---------------------------*/
#single article div#kiji{
	font-size: 14px;
	line-height: 1.8em;
	margin: 30px auto 0 auto;
	max-width: 600px;}

/* staff
---------------------------*/

#page_staff div{
	text-align: center;}
#page_staff div{
	margin: 0 auto 30px auto;
	width: 250px;}

} /* end */