@charset "UTF-8"; 

/* mobile_navi_logo.css */

div#mobile_menu_logo {
	float:left;
    color:#fff;
	padding:6px 1em 1em  1em;
	/* background-image: url(../images/common/logo.png); */
	width: 60%;
	height: 60%;
}
.slicknav_menu {
	background-color: rgba(240, 235, 186, 1) !important;
}


@media screen and (min-width: 599px) and (max-width: 1024px){/* --  768px以下用（iPad）の記述 */
	header h1 a {
		background-image: none !important;
	}
	
	div#main-image-area {
		margin-top: 0 !important;
	}

	#header-wrapper {
		/* position: relative; */
		/*z-index: 999:*/
		/* z-index: 999; */
		display: none !important;
	}
	#pankuzu {
		width: 100%;
		background-color: #6C5321;
		margin-bottom: 80px;
		padding: 5px 0 !important;
	}
}

@media screen and (max-width: 599px){		/* -----------------  599px以下用の記述 */
	header h1 a {
		background-image: none !important;
	}
	
	div#main-image-area {
		margin-top: 0 !important;
	}

	#header-wrapper {
		/* position: relative; */
		/*z-index: 999:*/
		/* z-index: 999; */
		display: none !important;
	}

	#pankuzu {
		width: 100%;
		background-color: #6C5321;
		margin-bottom: 80px;
		padding: 5px 0 !important;
	}
}



@media screen and (max-width: 768px){
	div#pankuzu {
    margin-bottom: 20px;
	}
	h2 {
		margin-bottom: 10px !important;
	}
}

	div.conntena_flow {
		margin: 10px !important;
	}


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

	div.conntena-ryoukinhyou_inner>span.rem24 {
		font-size: 1.7rem;
	}
}

/******** footer ********/
#page-top{
	bottom: 100px !important;
}

@media screen and (min-width: 481px) {
	#footerFloatingMenu {
		display: none !important;
	}
}

/******** footerFloatingMenu *************/
@media screen and (max-width: 480px) {
/* @media screen and (max-width: 768px){ */
	#footerFloatingMenu {
		display: block;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 9999;
		text-align: center;
		padding: 0 auto;
	}
	
	#footerFloatingMenu img#footer_banner_seibu {
		display: inline;
		max-width: 38.64734299516908%;
		height: auto;
		float: left;
	}
	#footerFloatingMenu img#footer_banner_chubu {
		display: inline;
		max-width: 38.64734299516908%;
		height: auto;
		float: left;
	}
	#footerFloatingMenu img#footer_banner_mail {
		display: inline;
		max-width: 22.70531400966184%;
		height: auto;
		float: left;
	}
	#footer-area {
		margin-bottom: 75px !important;
	}
}
