
body
{
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}


/* ハンバーガーメニューのアイコン */
.header a
{
	display: block;
	width: 39px;
	height: 34px;
	padding: 11px;
	position: fixed;
	top: 16px;
	right: 10px;
	z-index:9999;
}
.header a:before,
.header a:after
{
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span
{
	background: #fff;
	display: block;
	height: 2px;
	margin: 3px 0;
}
#m-menu .header a{
	background-color: #401702;
}
html.mm-blocking, html.mm-blocking body{
	overflow: auto !important;
}


/* 閉じるボタン */
.mm-clear::after, .mm-close::after{right:15px !important;}
.mm-clear::before, .mm-close::before{right:8px !important;}
.mm-btn{
	height: 30px !important;
	width: 30px !important;
	right: 10px !important;
	top: 10px !important;
}
.mm-close{
	background-color: #fff;
	border-radius:50%;
}
.mm-menu.mm-theme-dark .mm-btn::after,
.mm-menu.mm-theme-dark .mm-btn::before{
	border-color: #180801 !important;
}


/* スライドメニュー */
body .mm-menu.mm-theme-dark{
	background-color:#401702;
}
.mm-panels .mm-panel ul li.parent{
	margin-left:-10px;
	padding:0.5em 0.5em;
	background-color:#210c01;
}
.mm-panels .mm-panel ul li.parent i{
	margin-right:7px;
}
.mm-panels .mm-panel ul li a{
	border-bottom: 1px solid #583e31;
	color: #fff;
}
.mm-panels .mm-panel ul li:first-child a{
	border-top: 1px solid #583e31;
}
.mm-panels .mm-panel ul li span{
	color: #fff;
}
.mm-panels .mm-panel ul li em.mm-counter{
	color: #fff;
}
.mm-next::after, .mm-prev::before{
	border-color: #fff !important;
}
.mm-panels .mm-panel ul li .mm-panel{
	padding-top: 0;
	padding-bottom: 0;
}
.mm-panels .mm-panel ul li .mm-panel ul li:first-child a{
	border-top: none;
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel{
	background-color: #6e4129 !important;
}


/* フォームのボタン*/
.mm-panels .mm-panel ul li.button{
	width: 85%;
	margin: 0 auto;
}
.mm-panels .mm-panel ul li.button p a{
	display: block;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-radius:5px;
	color: #fff;
	border: none;
	font-weight: bold;
	text-align: center;
}
.mm-panels .mm-panel ul li.button p a i{
	margin-right: 3px;
}
.mm-panels .mm-panel ul li#m-estimate p a{
	background-color: #C90A4C;
}
.mm-panels .mm-panel ul li#m-estimate p a{
	margin-top: 1em;
}
.mm-panels .mm-panel ul li#m-order p a{
	margin-bottom: 0.5em;
	background-color: #CD4400;
}
.mm-panels .mm-panel ul li#m-faq p a{
	margin-bottom: 1em;
	background-color: #895133;
}

/* お問合せエリア*/
.mm-panels .mm-panel ul li.m-tel{
	width: 85%;
	margin: 0 auto 1em;
	padding: 1em;
	border: 1px solid #7a6053;
	color: #fff !important;
}
.mm-panels .mm-panel ul li.m-tel .title{
	margin-bottom: 1em;
	background-color: #532b16;
	font-size: 0.9em;
	text-align: center;
}
.mm-panels .mm-panel ul li.m-tel dl{
	position: relative;
	width: 100%;
	margin: 0 auto 0.3em;
	text-align: center;
}
.mm-panels .mm-panel ul li.m-tel dl:last-child{
	margin-bottom: 0;
}
.mm-panels .mm-panel ul li.m-tel dl dt{
	display: inline-block;
	padding: 0 0.5em;
	background-color: #fff;
	color: #401702;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: normal;
	vertical-align: top;
}
.mm-panels .mm-panel ul li.m-tel dl dd{
	display: inline-block;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: top;
}
.mm-panels .mm-panel ul li.m-tel dl dd em{
	border: none;
	text-decoration: none;
}
.mm-panels .mm-panel ul li.m-tel dl dd span{
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}
.mm-listview > li:not(.mm-divider)::after{
	border-bottom: none !important;
}


/* その他リンク　*/
.mm-panels .mm-panel ul li.m-other a{
	position: relative;
	padding: 7px 10px 7px 38px;
	border: none;
}
.mm-panels .mm-panel ul li.m-other a:before{
	position: absolute;
	left:20px;
	top:5px;
	font-family: FontAwesome;
}
.mm-panels .mm-panel ul li#m-login a:before{content: "\f090";}
.mm-panels .mm-panel ul li#m-contact a:before{content: "\f0e0";}
.mm-panels .mm-panel ul li#m-law a:before{content: "\f105";left:25px;}
.mm-panels .mm-panel ul li#m-privacy a:before{content: "\f105";left:25px;}


