@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');
/* ----------------------------------
font-family: 'Noto Serif JP', serif;
------------------------------------ */

body {
	position: relative;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height:1.5;
	color: #36302e;
}

/* wrapper */
#wrapper{
	width: 100%;
	margin: 0 auto;
	background: #FFFF;	
}


/* ---------------------------------------- */
/*                 display                  */
/* ---------------------------------------- */

.display-pc {
	display: block !important;
}
.display-sp {
	display: none !important;
}
#nav_pc {
	display: block !important;
}
#nav_sp {
	display: none !important;
}

/* ---------------------------------------- */
/*                 header                   */
/* ---------------------------------------- */	

#header {
	z-index: 100;
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#header #header-inner {
	position: relative;
	width: 98%;
	height: 80px;
	padding: 0;
	margin: 0 auto;
}

/* ----- h1.header-logo ----- */

#header h1.header-logo a {
	display: block;
	position: absolute;
	width: 150px;
	height: 80px;
	top: 0px;
    left: 25px;
	padding: 15px 0;
	margin: 0;
}
#header h1.header-logo img {
	width: auto;
	height: 100%;
	display: block;
}

/* ----- nav ----- */
#nav_pc {
	display: block;
}
#nav_pc #nav {
	position: absolute;
	right: 0;
	float: right;
	width: 800px;
	height: 80px;
	text-align: left;
}
#nav_pc #nav ul {
	background-color: #fff;
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#nav_pc #nav ul li {
	display: table-cell;
	vertical-align: middle;
}
#nav_pc #nav ul li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 0;
	color: #36302e;
	position: relative;
	transition: .3s;
	font-family: 'Noto Serif JP', serif;
}
#nav_pc #nav ul li a:hover{
	display: block;
	background-color: #E6DCD8;
}
#nav_pc #nav ul li:last-child {
  border-right: 0;
}
#nav_toggle {
	display: none;
}
#navi_menu {
	display: none;
}
	

/* ---------------------------------------- */
/*                  fixedBox                */
/* ---------------------------------------- */	
#fixedBox {
	background-color: #FFFFFF;
	width:  100%;
	height: 80px;
	margin: 0 auto ;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	margin: 0 auto ;
}


/* ---------------------------------------- */
/*                mainvisual                */
/* ---------------------------------------- */

.mainvisual {
	width: 100%;
	height: 1200px;
	margin: 0 auto;
	
  background-image:
    url(../images/carry-company-01.png), /* 最前面の背景レイヤーの背景画像 */
    url(../images/carry-company-02.png);

  background-repeat:
    no-repeat, /* 最前面の背景レイヤーに対応 */
	no-repeat;

  background-position:
	 top left,
	  bottom right;
}
.mainvisual-carousel{
	width: 100%;
	height: 400px;
	padding: 300px 0;
}
.mainvisual-carousel img{
	width: auto;
	height: 200px;
}


/* ---------------------------------------- */
/*                 contents                 */
/* ---------------------------------------- */

#contents {
	width: 100%;
}
section h2 {
	white-space:nowrap;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.contents-inner {
	max-width: 1280px;
	width: 98%;
	margin: 0 auto;
}


/* ---------------------------------------- */
/*                 section01                */
/* ---------------------------------------- */

#contents01 {
	background: #f7f0e7;
	width: 100%;
	height: auto;
	padding: 0 0 50px ;
	margin: 0;
}
#contents01 h2{
	background-image:
		url(../images/mp-01.png), /* 最前面の背景レイヤーの背景画像 */
		url(../images/mp-02.png);
	background-repeat:
    	no-repeat, /* 最前面の背景レイヤーに対応 */
		no-repeat;
	background-position:
		top left,
	  	top right;
	background-size: contain;
	max-width: 1280px;
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
.contents01 dl {
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px auto 100px;
}
.contents01 dt {
	width: 100%;
	height: auto;
	margin: 0 0 25px;
}
.contents01 dt img {
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
}
.contents01 dd {
	display: block;
	max-width: 1000px;
	height: 120px;
	margin: 0 0 25px 75px;
	font-size: 18px;
}


/* ---------------------------------------- */
/*                 section02                */
/* ---------------------------------------- */

#contents02 {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	padding: 0 0 50px ;
	margin: 0;
}
#contents02 h2 {
	background-image:
		url(../images/bo-01.png), /* 最前面の背景レイヤーの背景画像 */
		url(../images/bo-02.png);
	background-repeat:
    	no-repeat, /* 最前面の背景レイヤーに対応 */
		no-repeat;
	background-position:
		top right,
	  	top left;
	background-size: contain;
	max-width: 1280px;
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
.contents02 dl {
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px auto 100px;
}
.contents02 dt {
	width: 100%;
	height: auto;
	margin: 0 0 25px ;
}
.contents02 dt img {
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 25px auto;
}
.contents02 dd {
	display: block;
	max-width: 1000px;
	height: 120px;
	margin: 0 75px 25px auto;
	font-size: 18px;
	text-align: right;
}


/* ---------------------------------------- */
/*                 section03                */
/* ---------------------------------------- */

#contents03 {
	background: #f7f0e7;
	width: 100%;
	height: auto;
	padding: 0 0 50px ;
	margin: 0;
}
#contents03 h2 {
	background-image:
		url(../images/ss-01.png), /* 最前面の背景レイヤーの背景画像 */
		url(../images/ss-02.png);
	background-repeat:
    	no-repeat, /* 最前面の背景レイヤーに対応 */
		no-repeat;
	background-position:
		top left,
	  	top right;
	background-size: contain;
	max-width: 1280px;
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
.contents03 dl {
	position: relative;
	width: 100%;
	height: auto;
	margin: 50px auto 100px;
}
.contents03 dt {
	width: 100%;
	height: auto;
	margin: 0 0 25px;
}
.contents03 dt img {
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
}
.contents03 dd {
	display: block;
	max-width: 1000px;
	height: 120px;
	margin: 0 0 25px 75px;
	font-size: 18px;
}


/* ---------------------------------------- */
/*                 company                  */
/* ---------------------------------------- */

.company {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	padding:  50px 0 ;
	margin: 0;
}
.company h2 {
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
}
.company table.list-company {
	width: 700px;
	margin: 0 auto;
}
.company table.list-company th {
	position: relative;
  	text-align: left;
  	width: 22%;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
}
.company table.list-company th:after {
  	display: block;
  	content: "";
  	width: 30px;
  	height: 2px;
  	background-color: #333;
  	position: absolute;
  	top:calc(50% - 1px);
  	right:20px;
}
.company table.list-company td {
  	text-align: left;
  	width: 78%;
	font-size: 15px;
	font-weight: normal;
	padding: 2% 0 ;
}
.company table.list-company td ul.indent{
	list-style: none;
	width: 100%;
}
.company table.list-company td ul.indent li{
	width: 100%;
	padding-left:1em;
	text-indent:-1em;
	line-height: 2em;
}


/* ---------------------------------------- */
/*                 recruit                  */
/* ---------------------------------------- */

#recruit {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	padding:  100px 0 ;
	margin: 0;
	border-top: 1px #C8C2C1 solid;
	border-bottom: 1px #C8C2C1 solid;
}
.bnr-rec {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 8% 0;
}
.bnr-rec a {
	width: 400px;
	height: 60px;
	margin: 0 auto;
	color: #36302e;
	display: block;	
}
.bnr-rec a:hover {
	opacity: 0.8;
	background-color: #F5EFE8;
	width: 100%;
}
.bnr-rec a dl {
	width: 400px;
	height: auto;
	margin: 0 auto;
}
.bnr-rec a dt {
	width: 120px;
	height: 60px;
	float: left;
} 
.bnr-rec a dt img {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.bnr-rec a dd {
	width: 270px;
	height: 60px;
	float: right;
	line-height: 60px;
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	color: #36302e;
}


/* ---------------------------------------- */
/*                  gmap                    */
/* ---------------------------------------- */
#gmap {
	width: 100%;
	height: 500px;
}
#gmap .gmap-style{
	width: 100%;
	height: 480px ;
}


/* ---------------------------------------- */
/*                 contact                 */
/* ---------------------------------------- */

#contact {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	padding:  100px 0 ;
	margin: 0;
	border-top: 1px #C8C2C1 solid;
	border-bottom: 1px #C8C2C1 solid;
}
.bnr-contact {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 8% 0;
}
.bnr-contact a {
	width: 500px;
	height: 100px;
	margin: 0 auto;
	color: #36302e;
	background-color: #FFFFFF;
	border: #36302e 1px solid;
	display: block;	
	text-decoration: none;
}
.bnr-contact a:hover {
	background-color: #36302e;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: 0.2s ease-in-out;
  	-moz-transition: 0.2s ease-in-out;
  	-o-transition: 0.2s ease-in-out;
  	transition: 0.2s ease-in-out;
}
.bnr-contact dl {
	width: 500px;
	height: 100px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin: 0 auto;
}
.bnr-contact dt {
	width: 500px;
	height: 60px;
	font-size: 30px;
	line-height: 70px;
} 
.bnr-contact dd {
	width: 500px;
	height: 30px;
}



/* ---------------------------------------- */
/*                pagetop                 */          
/* ---------------------------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#pagetop a {
	display: block;
	z-index: 999;
	padding: 15% 0 0;
	border-radius: 80px;
	width: 80px;
	height: 80px;
	background-color: rgba(242,152,153,0.80);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* ---------------------------------------- */
/*                 footer                   */
/* ---------------------------------------- */

footer {
    bottom: 0;
    width: 100%;
    height: auto;
	z-index: 10;
	background: #E6DCD8 !important;
}
footer .footer_inner {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 2% 0;
}
footer #footer-logo {
	width: 100px;
	margin: 0 auto 10px auto;
}
footer .footer-copy {
	text-align: center;
	color: #36302e;
	font-size: 12px;
}



@media (max-width:991.98px){
	
	/* ---------------------------------------- */
	/*                 header                   */
	/* ---------------------------------------- */	

	#header #header-inner {
		position: relative;
		width: 98%;
		height: 80px;
		padding: 0;
		margin: 0 auto;
	}

	/* ----- h1.header-logo ----- */

	#header h1.header-logo a {
		width: 20%;
	}

	/* ----- nav ----- */
	#nav_pc {
		display: block;
	}
	#nav {
		position: absolute;
		right: 0;
		float: right;
		width: 80%;
		height: 80px;
	}


	
}



@media (max-width:767.98px){
	
	body {
		font-size: 14px;
		line-height:1.5;
		color: #6C6565;
	}
	#wrapper {
	  width: 100%;
	}
	
	/* ---------------------------------------- */
	/*                display                   */
	/* ---------------------------------------- */
	
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
	.display-pc {
		display: none !important;
	}
	.display-sp {
		display: block !important;
	}
	#nav_pc {
		display: none !important;
	}
	#nav_sp {
		display: block !important;
	}
	img.display_pc{
		display: none !important;
	}
	
	
	/* ---------------------------------------- */
	/*                 header                   */
	/* ---------------------------------------- */	
	
	#header {
		z-index: 10000;
		width: 100%;
		height: 50px;
		padding: 0;
		margin: 0;
	}
	#header #header-inner {
		width: 100%;
		height: 50px;
		padding: 5% 0;
		margin: 0;
	}
	
	
	/* ----- h1.header-logo ----- */

	#header h1.header-logo a {
		width: 100px;
		height: 50px;
		top: 0;
		left: 5px;
		padding: 0 0;
		margin: 0;
	}
	#header h1.header-logo img {
		width: 100%;
		height: 50px;
	}
	
	
	/* ---------------------------------------- */
	/*                  fixedBox                */
	/* ---------------------------------------- */	
		
	#fixedBox {
		background-color: #FFFFFF;
		width:  100%;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	/* ---------------------------------------- */
	/*                     navi                 */
	/* ---------------------------------------- */	
	
	#nav_sp nav.menu {
		width: 35px;
		height: 50px;
		top: 10px;
		right: 10px;
		position: absolute;
		cursor: pointer;
		overflow: hidden;
		z-index: 10000;
	}
	#nav_sp nav.menu .menu1 {
		width: 35px;
		height: 2px;
		background-color: #36302e;
		top:0px;
		position:absolute;
	  } 
	#nav_sp nav.menu .menu2 {
		width:35px;
		height:2px;
		background-color: #36302e;
		top:12px;
		position:absolute;
	} 
	#nav_sp nav.menu .menu3 {
		width:35px;
		height:2px;
		background-color: #36302e;
		top:22px;
		position:absolute;
	}
	#nav_sp nav.menu .menu1,#nav_sp nav.menu .menu2,#nav_sp nav.menu .menu3 {    /* 動き */
		transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out; /* Opera */
		-moz-transition: all 0.5s ease-out; /* Firefox */
		-webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */
		-ms-transition: all 0.5s ease-out; /* IE */ 
	}
	#nav_sp nav.menu .menuclick1	{
		top:12px;
		-o-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-webkit-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	#nav_sp nav.menu .menuclick2	{
		background-color:rgba(255,255,255,0); 
	}
	#nav_sp nav.menu .menuclick3 {
		top:12px;
		-o-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-webkit-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	#nav_sp_menu {
		display: block;
		width: 100%;
		height: auto;
		position: absolute;
		font-weight: bold;
		display: none;
		top: 50px;
		margin: 0;
		background-color: #E6DCD8;
		padding: 0;
		z-index: 999;
	}
	#nav_sp_menu:after { /*floatの解除、ここがポイント*/
		display:block;
		clear:both;
		height:0px;
		visibility:hidden;
		content:".";
	}
	#nav_sp_menu ul {
		width: 100%;
		height: auto;
		margin-left:auto;
		margin-right: auto;
	}
	#nav_sp_menu ul, #nav_sp_menu li {
		list-style: none;
	}
	#nav_sp_menu li {
		width: 90%;
		text-align: center;
		margin-left:auto;
		margin-right: auto;
		border-bottom: 1px solid #A89791;
	}
	#nav_sp_menu li:last-child {
		border-bottom:none;
	}
	#nav_sp_menu li a {
		font-size: 1.5em;
		color: #36302e;
		line-height: 4em;
		text-decoration: none;
		font-weight: normal;
		font-family: 'Noto Serif JP', serif;
	}
	#nav_sp_menu ul#nav_sp_menu_side {
		width: 100%;
		margin: 5% 0 0 0 ;
		padding: 0;
	}
	#nav_sp_menu ul#nav_sp_menu_side li {
		width: 20%;
		float: left;
		padding: 0 0 2em;
	}
	#nav_sp_menu ul#nav_sp_menu_side li.sns1 a, #nav_sp_menu ul#nav_sp_menu_side li.sns2 a, #nav_sp_menu ul#nav_sp_menu_side li.sns3 a, #nav_sp_menu ul#nav_sp_menu_side li.sns4 a, #nav_sp_menu ul#nav_sp_menu_side li.sns5 a {
		width: 25px;
		height: 25px;
		display: block;
		margin: auto;
	}
	
	
	/* ---------------------------------------- */
	/*                mainvisual                */
	/* ---------------------------------------- */

	.mainvisual {
		width: 100%;
		height: auto;
		margin: 0 auto;
		background-image: none;
		background-repeat: none;
		background-position: none;
		background-size: none;
		padding: 10% 0;
	}
	.mainvisual-carousel{
		width: 100%;
		height: auto;
		padding: 10% 0 10%;
	}
	.mainvisual-carousel img {
		width: 80%;
		height: auto;
	}
	.mainvisual .sp-main-top {
		width: 12rem;
		height: auto;
	}
	.mainvisual .sp-main-top img{
		width: 100%;
		height: auto;
	}
	.mainvisual .sp-main-bottom {
		width: 95%;
		height: auto;
		margin: 0 0 0 auto;
	}
	.mainvisual .sp-main-bottom img{
		width: 100%;
		height: auto;
	}


	/* ---------------------------------------- */
	/*                 contents                 */
	/* ---------------------------------------- */

	#contents {
		width: 100%;
	}
	.contents-inner {
		max-width: 98%;
		width: 98%;
	}


	/* ---------------------------------------- */
	/*                 section01                */
	/* ---------------------------------------- */

	#contents01 {
		width: 100%;
		height: auto;
		padding: 0 0 5% ;
		margin: 0;
	}
	#contents01 h2 {
		background-image: url(../images/sp-mp.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% auto;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 90%;
	}
	.contents01 dl {
		position: relative;
		width: 100%;
		height: auto;
		margin: 1em auto 4em;
		background-size: cover;
	}
	.contents01 dt {
		width: 100%;
		height: auto;
		margin: 0 0 1em;
	}
	.contents01 dt img {
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
	}
	.contents01 dd {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
		font-size: 1em;
	}


	/* ---------------------------------------- */
	/*                 section02                */
	/* ---------------------------------------- */

	#contents02 {
		width: 100%;
		height: auto;
		padding: 0 0 5% ;
		margin: 0;
	}
	#contents02 h2 {
		background-image: url(../images/sp-bo.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% auto;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 90%;
	}
	.contents02 dl {
		position: relative;
		width: 100%;
		height: auto;
		margin: 1em auto 4em;
		background-size: cover;
	}
	.contents02 dt {
		width: 100%;
		height: auto;
		margin: 0 0 1em;
	}
	.contents02 dt img {
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
	}
	.contents02 dd {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
		font-size: 1em;
		text-align: left;
	}


	/* ---------------------------------------- */
	/*                 section03                */
	/* ---------------------------------------- */

	#contents03 {
		width: 100%;
		height: auto;
		padding: 0 0 5% ;
		margin: 0;
	}
	#contents03 h2 {
		background-image: url(../images/sp-ss.png);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% auto;
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-top: 90%;
	}
	.contents03 dl {
		position: relative;
		width: 100%;
		height: auto;
		margin: 1em auto 4em;
		background-size: cover;
	}
	.contents03 dt {
		width: 100%;
		height: auto;
		margin: 0 0 1em;
	}
	.contents03 dt img {
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
	}
	.contents03 dd {
		display: block;
		max-width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
		font-size: 1em;
	}
	
	
	/* ---------------------------------------- */
	/*                 company                  */
	/* ---------------------------------------- */

	.company {
		width: 100%;
		height: auto;
		padding:  10% 0 ;
		margin: 0;
	}
	.company h2 {
		font-size: 1.8em;
	}
	.company table.list-company {
		width: 90%;
		margin: 0 auto;
	}
	.company table.list-company th {
		display: block;
		width: 100%;
		font-size: 1em;
		font-weight: bold;
		border-bottom: 1px #36302e solid;
	}
	.company table.list-company th:after {
		display: none;
	}
	.company table.list-company td {
		display: block;
		text-align: left;
		width: 100%;
		font-size: 1em;
		padding: 2% 0 ;
		margin-bottom: 4%;
	}



	/* ---------------------------------------- */
	/*                 recruit                  */
	/* ---------------------------------------- */

	#recruit {
		padding:  10% 0 20% ;
	}
	.bnr-rec {
		width: 100%;
	}
	.bnr-rec a {
		width: 90%;
		height: auto;
		margin: 0 auto;
		text-decoration: none;
	}
	.bnr-rec a:hover {
		width: 90%;
		opacity: 1;
		text-decoration: none;
	}
	.bnr-rec a dl {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 5% 0;
	}
	.bnr-rec a dt {
		width: 20%;
		height: auto;
		float: none;
		margin: 0 auto 1%;
	} 
	.bnr-rec a dt img {
		width: 100%;
		height: auto;
		display: block;
	}
	.bnr-rec a dd {
		width: 100%;
		height: 60px;
		float: none;
		line-height: 70px;
		font-size: 2.5em;
		text-align: center;
	}
	
	
	
	/* ---------------------------------------- */
	/*                 contact                 */
	/* ---------------------------------------- */

	#contact {
		background: #FFFFFF;
		width: 100%;
		height: auto;
		padding:  3em 0 4em;
		margin: 0;
		border-top: 1px #C8C2C1 solid;
		border-bottom: 1px #C8C2C1 solid;
	}
	.bnr-contact {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 0;
	}
	.bnr-contact a {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	.bnr-contact a:hover {
		background-color: #36302e;
		text-decoration: none;
		color: #FFFFFF;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}
	.bnr-contact dl {
		width: 100%;
		height: auto;
		font-family: 'Noto Serif JP', serif;
		text-align: center;
		margin: 0 auto;
		padding: 1.5em 0 ;
	}
	.bnr-contact dt {
		width: 100%;
		height: auto;
		font-size: 28px;
		line-height: normal;
	} 
	.bnr-contact dd {
		width: 100%;
		height: auto;
	}
	
	
	
	/* ---------------------------------------- */
	/*                 footer                   */
	/* ---------------------------------------- */

	footer {
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 10;
		background: #E6DCD8 !important;
	}
	footer .footer_inner {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 2% 0;
	}
	footer #footer-logo {
		width: 100px;
		margin: 0 auto 10px auto;
	}
	footer .footer-copy {
		text-align: center;
		color: #36302e;
		font-size: 0.7em;
	}
	
	
	
}