@charset "utf-8";
/* CSS Document */

/*
ページタイトル
----------------------------------------------------------------------*/

#page_title{
	background-image:url(image/page_title.jpg);
}

/*
メニュー
----------------------------------------------------------------------*/

.menu_wrap{
	width: 100%;
	margin:20px auto;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

/*※ボタンデザインはcommon_sp.css*/
