#button1,#button2{
	display:none;
}

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

html,body{
	width:100%;
	overflow-x:hidden;
}

*{
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color:#555555;
	positoin:static;
	max-width:760px;
	width:100%;
	background-size:static;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	float:none;

}



.responsive{
	width:100%;
	max-width:768px;
	position:relative;

}

.back_color_gray{
	background-color:#f6f5f2;
}



a {
	width:auto;
  text-decoration: none;
  font-size:12px;
  color:#555;
}


footer{
	width:100%;
	height:250px;
	margin:10px auto 0 auto;
	text-align:left;
}

footer .right{
	width:100%;
	margin:0 auto;
	padding-top:30px;
	height:auto;
	text-align:center;
}


footer .right a{
	width:100%;
	position:static;

}


footer ul{
	display:inline-block;
	position:static;
	width:100%;
	padding:15px 0 0 15%;
}

footer ul li{
	text-align:left;
	line-height:1.8em;
}

footer .time{
	display:block;

}

footer .block{
	display:block;
}

footer .tel{
	font-size:18px;
}

.footer_bar{
	display:none;
}


header{
	max-width:768px;
	width:100%;
	height:100%;
}

header .logo{
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	background-size:auto 500px;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}


.logo a{
	display:inline-block;
	text-indent:100%;
	white-space: nowrap;	
	overflow: hidden;
        right: 12%;
        top: 22%;
}

.header_menu{
	width:100%;
	height:100%;
	max-height:684px;
	background-color:#f6f5f2;
	display:none;
	box-sizing:border-box;
}

.header_menu ul{
	width:100%;
	max-height:400px;
	position:absolute;
	top:-160px;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	opacity:0;
}

.header_menu li{
	width:100%;
	margin:0;
	line-height:1.8em;
}

.this_page{
	color:#999;
}

#button1{
	display:block;
	width:40px;
	height:40px;
	background-color:#888;
	position:absolute;
	top:0;
	right:0;
	padding-top:8px;
	box-sizing:border-box;
}

.nav_sen{
	border:none;
	height:2px;
	width:15px;
	border-radius:2px;
	background-color:#fff;
	margin:4px auto;
	padding:0;
}


#button2{
	display:block;
	width:40px;
	height:40px;
	background-color:#fff;
	position:absolute;
	top:0;
	right:0;
	text-align:center;
}

.batu{
	color:#999;
	font-size:20px;
	line-height:40px;
}	

#button1,#button2:hover{
	cursor:pointer;
}


}