/**************************************** ヘッダー ****************************************/
@media all and (min-width: 0px)and (max-width: 780px){
/*********************************** メニュー ***********************************/
	.drawr {
		display: none;
		background-color: #FFF;
		position: absolute;
		width:980px;
		top: 0px;
		right: 0;
		width: 100%;
		padding: 0px;
		z-index: 300;
	}
	.menu_list{
		width:90%;
		max-width:980px;
		margin:0 auto 0 auto;
	}
	.menu_list .title{
		text-align:left;
		padding:50px 10px 10px 0;
		font-weight:bold;
	}
	.menu_list .links{
		text-align:center;
		padding:10px 10px 10px 0;
		color:#333;
		font-weight:bold;
	}
	.menu_list .links a{
		color:#333;
	}
	.sub_menu_list .links2{
		text-align:center;
		padding:10px 10px 10px 30px;
		color:#161573;
		font-weight:bold;
	}

	.menu_btn_close{
		float:right;
		max-width:50px;
		max-height:50px;
		margin:25px 0 0 25px;
		padding:0;
		box-sizing: border-box;
	}
	.close_btn{
		width:70px;
		height:70px;
	}

}
/*********************************** メニュー ***********************************/
	.drawr {
		display: none;
		background-color: #FFF;
		position: absolute;
		width:980px;
		top: 0px;
		right: 0;
		width: 100%;
		padding: 0px;
		z-index: 300;
	}
	.menu_list{
		width:90%;
		max-width:980px;
		margin:0 auto 0 auto;
	}
	.menu_list .title{
		text-align:left;
		padding:50px 10px 10px 0;
		font-weight:bold;
	}
	.menu_list .links{
		text-align:center;
		padding:10px 10px 10px 0;
		color:#333;
		font-weight:bold;
		border-bottom:solid 1px #CCC;
	}
	.menu_list .links_noborder{
		text-align:center;
		padding:10px 10px 10px 0;
		color:#333;
		font-weight:bold;
		border-bottom:solid 0px #CCC;
	}
	.menu_list .links a{
		color:#333;
	}
	.sub_menu_list .links2{
		text-align:center;
		padding:10px 10px 10px 30px;
		color:#161573;
		font-weight:bold;
	}

	.menu_btn_close{
		float:right;
		max-width:50px;
		max-height:50px;
		margin:25px 0 0 25px;
		padding:0;
		box-sizing: border-box;
	}
	.close_btn{
		width:70px;
		height:70px;
	}
/*********************************** メニュー ***********************************/
.drawr {
	overflow: scroll;
	position: fixed;
	top: 0;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
