#toggle {
	display: none;

}

.smartonly {
	display: none;
}


.image_center{
	text-align:center;
}


/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){


body {
	width:100%;
}

.smartonly {
    display: block;
}

/* ▼　スマホメニュー　▼ */
.slidemenu {
    width:100%;
}


/* ▲　スマホメニュー　▲ */

/* ▼　ヘッダ　▼ */
#header {
	width:100%;	
}
#header img{
	width:85%;	
}
/* ▲　ヘッダ　▲ */

/* ▼　ナビゲーション　▼ */
/* ▲　ナビゲーション　▲ */


/* ▼　メイン　▼ */
/* 共通部分 */
#page_title h2{
	width:100%;
}
#main {
	width:100%;	
}

#main .content{
	padding: 0 5%;
}

/* ▲　メイン　▲ */

/* ▼　コンタクトエリア　▼ */
#contact_area{
	padding-left:5%;
	padding-right:5%;
}
/* ▲　コンタクトエリア　▲ */

/* ▼　フッタ　▼ */
#footer {
	width:auto;
	text-align:center;
	height:auto;

}

#footer .float_left{
	width:100%;
}

#footer ul{
	width:100%;
}

#footer li{
	width:100%;
	margin:0 !important;
}

#footer li:after{
	content:'';
}

#footer_navi{
	margin-left:5%;
	margin-right:5%;
}

#footer_navi ul:last-child li:first-child:after{
	content:'';
}

#footer .copyright{
	width:100%;
	margin:0 !important;
}
	
/* ▲　フッタ　▲ */

/* ▼　コピーライト　▼ */
/* ▲　コピーライト　▲ */

/* ▼　ページトップ　▼ */
#pagetop{
	right:3%;
}
/* ▲　ページトップ　▲ */
}