/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#wrapper {
	border-top: none !important;
}

#top-contents {
	width: 100%;
	margin: 0 auto 70px;
}

#contents {
	width: 100%;
}

#header {
	height: 107px !important;
	top: 0;
	left: 0;
	background: #fff !important;
	border-top: none;
	border-bottom: none !important;
}

.header-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	/*background-color: yellow !important;*/
    display: flex;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

#logo-area {
	/*height: 107px;*/
	/*width: 100%;*/
	width: 30% !important;
	/*margin: 0;
	overflow: hidden;*/
	/*background-color: red;*/
}

#logo_image {
	/*width: 1200px;*/
	/*margin: 0 auto;*/
	width: 100% !important;
	margin: 0 !important;
}
/*
#logo_image #logo {
	margin: 0;
	padding: 0;
	position: relative;
}

#logo_text {
	text-align: center;
	padding-top: 35px;
}
*/
#logo_text #logo {
	font-size: 20px !important;
}

#logo img{
	width: 100% !important;
}

/* global menu */
#global_menu {
	width: 70% !important;
	margin: 0 !important;
	padding: 22px 0 !important;
	border-top: none !important;;
}

#global_menu ul {
	width: 100% !important;
	margin: 0 !important;
}

#global_menu ul li {
	margin: 0 .5em !important;
	font-weight: normal !important;
}

/* slider*/
#slider-wrapper {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	margin: 107px auto 0 !important;
	padding: 0 !important;
	background: none !important;
}

.slides li img{
	width: 100% !important;
}

@media screen and (min-width:1201px){
  #contents{
  	padding-top: 2em !important;
  }
}

@media screen and (max-width:1200px){
	/*#wrapper{
		background-color: aqua;
	}*/
	
	#header {
		height: auto !important;
		z-index: 9999;
		background: #edeae7 !important;
	}
	
	#breadcrumb-area {
		margin-top: 0 !important;
	}
	
	#top-contents {
		margin: 20em auto 70px;
	}
	
	#contents{
		margin: 0 auto !important;
		padding-top: 0 !important; 
	}

	.inner{
		width: 96%;
	}
	
	#footer{
		background: #5f2f2f !important;
	}
	
	#footer-inner {
		margin: 0 auto;
	}
}