@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }


html{

}

body{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;

}

a {
text-decoration: none;
}

a:link { color: #736357; }
a:visited { color: #736357; }
a:hover { color: #c69c6d; }
a:active { color: #c69c6d; }


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper{
	max-width:960px;
	margin:0 auto;
	padding:0px 10px 0px 10px;
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}


#container{
	background-image: url("../images/back_r.png"),url("../images/back_l.png"),url("../images/back_r.png"),url("../images/back_l.png"),url("../images/back_r.png");
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: right 20%,left 35%,right 50%,left 69%,right 85%;
}

#container-wp{
	background-image: url("../images/back_l.png"),url("../images/back_r.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left 40%,right 85%;
}


.entry-title{
	color:#998675;
	font-size: 24px;
	margin:40px 0px 40px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #998675;
}

#headbar {
  display:none;
}

.headbar_m{
	  display:none;
}

/*page-top-link-button*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  font-weight: 500;
}
#page-top a {
	background: #a18775;
	text-decoration: none;
	color: #fff;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-image: url("../images/anchor_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#page-top a:hover {
  text-decoration: none;
  background: #736357;
  	background-image: url("../images/anchor_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.small{
font-size: 80%;
}

.link2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 16px;
	background-image: url("../images/link.png");
	background-repeat: no-repeat;
	background-position: left 40%;
	display: block;
}

.link{
margin:0px 0px 0px 20px;
list-style-image: url("../images/link.png");
}



#header{
	width:100%;
	height:100vh;
	background-color: gray;
	display:block;
	background-image: url("../images/main_logo.png"),url("../images/main_bg.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: center center,center 100%;
	position: relative;
	background-size: 200px,cover;
}

#header h1{
	display:none;
}


#article01, #article02, #article03, #article04, #article05, #article06, #article07, #article08{
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding:60px 10px 0px 10px;
}

#article01 h1, #article02 h1, #article03 h1, #article04 h1, #article05 h1, #article06 h1, #article07 h1{
	color:#998675;
	font-size: 24px;
	margin:0px 0px 40px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #998675;
}




#article01 p, #article02 p, #article03 p, #article04 p, #article05 p, #article06 p, #article07 p{
	font-size: 16px;
	line-height: 1.6;
	margin:0px 0px 30px 0px;
	text-align: left;
}

#article01 .txt{ 
	max-width: 660px;
	line-height: 2;
}

#article01 .list{
	width: 100%;
	margin:0 auto;
}

#article01 .list dt{
	text-align: center;
    width: 200px;
    height: 200px;
    background-image: url("../images/konnna.png");
    background-repeat: no-repeat;
    background-position: center; 
    display: flex;
	align-items: center;
	justify-content: center;
	margin:0px auto 20px auto; 
}

#article01 .list dd{
    margin: 0px 0px 0px 0px; 
    display: flex;
	align-items: center;
	line-height: 2;
}

#article01 .list li{
margin:0px 0px 0px 20px;
list-style-image: url("../images/list.png");
}

#article02 .list h2{
	color:#998675;
	border-bottom: 3px solid #998675;
	margin:0px 0px 10px 0px;
	padding:0px 0px 4px 0px;
}

#article02 .list p{

}

#article02 .list p em{
font-size:20px;
}

#article02 .listarea {
	overflow: hidden;
}

#article02 .list {

}

#article02 .list li{
	margin:0px 0px 0px 0px;
	width:100%;
}

#article02 .list li:nth-child(2n){
	margin:0px 0px 0px 0px;
	overflow: hidden;

}




#article03 .list h2{
	background-color:#e5e1dc;	
	margin:0px 0px 20px 0px;
	padding:12px;
	border-bottom: 5px solid #998675;
}

#article03 .list li{
	margin:0px 0px 10px 0px;
	width:100%;
	overflow: hidden;
}

#article03 .list dt{
    float: left;
    width: 80px;
    border-left:4px solid gray;
    padding:0px 0px 0px 10px;
}

#article03 .list dd{
    margin: 0 0 10px 80px; 
}

#article03 h3{
	color:#998675;
	font-size: 24px;
	letter-spacing: 17px;
	text-align: center;
	margin:0px 0px 20px 0px;
	padding:14px;
}


#article03 .photo{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}

#article03 .photo li{
	max-width: 15%;
	height:auto;
	margin-right: 5%;
	overflow: hidden;
	background-color: white;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#article03 .photo li:nth-child(1){
	-webkit-transform: rotate(-5deg);　 /* chrome、safari　*/
	-moz-transform: rotate(-5deg);　 /* firefox　*/	
}
#article03 .photo li:nth-child(2){
	-webkit-transform: rotate(5deg);　 /* chrome、safari　*/
	-moz-transform: rotate(5deg);　 /* firefox　*/	
}
#article03 .photo li:nth-child(3){
	-webkit-transform: rotate(-2deg);　 /* chrome、safari　*/
	-moz-transform: rotate(-2deg);　 /* firefox　*/	
}
#article03 .photo li:nth-child(4){
	-webkit-transform: rotate(-5deg);　 /* chrome、safari　*/
	-moz-transform: rotate(-5deg);　 /* firefox　*/	
}
#article03 .photo li:nth-child(5){
	-webkit-transform: rotate(4deg);　 /* chrome、safari　*/
	-moz-transform: rotate(4deg);　 /* firefox　*/	
}


#article03 .photo li img{
	width: 100%;
	border:6px solid #ffffff;
	margin-bottom:25px;

}

#article03 .photo li:last-child {
   margin-right: 0;
}

#article04 .staff_box{
	margin:0px 0px 40px 0px;
}

#article04 .staff_photo{
	width: 170px;
	margin:0px auto 10px auto;
}

#article04 .staff_photo img{
	width: 150px;
}

#article04 .staff_box h3{
	color:#998675;
	font-size: 12px;
	margin-bottom:10px;
	text-align: center;
}

#article04 .staff_box em{
	font-size: 20px;
}


#article04 .staff_box p{
	overflow: auto;
}



#article05 .photo{
	max-width: 100%;
	margin-bottom:30px;
}



#article06 .list dt{
    width: 110px;
    border-left:4px solid gray;
    padding:0px 0px 0px 10px;
}

#article06 .list dd{
    margin: 10px 0 20px 10px; 
}

#article06 .list dd em{
    color: #c22323; 
    font-weight: bold;
}


#article06 .list3 h2{
	color:#998675;
	border-bottom: 3px solid #998675;
	margin:0px 0px 10px 0px;
	padding:0px 0px 4px 0px;
}

#article06 .list3 p{
display: inline;
}

#article06 .list3 p em{
font-size:20px;
}

#article06 .listarea {
	overflow: hidden;
}

#article06 .list3 {

}

#article06 .list3 li{
	margin:0px 0px 0px 0px;
	width:100%;
}

#article06 .list3 li:nth-child(2n){
	margin:0px 0px 0px 0px;
	overflow: hidden;

}

.list_form{

}

.list_form dt{
    border-left:4px solid gray;
    padding:0px 0px 0px 10px;
    margin-right: 5px;
}



#article06 .button_link{
	margin:20px 0px 20px 0px;
	color:white;
	background-color: #998675;
	text-align: center;
	padding:20px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: inline-block
}

#article06 .button_area{
text-align: center;
}



#article07 .list dt{
	color:white;
	background-color: #998675;
	text-align: center;
    float: left;
    padding: 4px;
    width: 80px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#article07 .list dd{
    margin: 0 0 20px 120px; 

}


#article07 #map{
  width:100%;
  height:340px;
}

#article08 ul{
list-style:none;
display: block;
}

#footer a:link{ 	
    color:white;
} 

#footer a:visited{
    color:white;
} 


		/* mobilesite-smartphone ---------------------------------------------------------------------------------*/

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



		/* ------------------------------------------------ menu button */
		.menu-btn {
			position: absolute;
			display: block;
			top: 20px;
			left: 20px;
			display: block;
			width: 40px;
			height: 40px;
			font-size: 10px;
			text-align: center;
			cursor: pointer;
			z-index: 100;
		}

		.bar {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 40px;
			height: 1px;
			background: #000;
			-webkit-transition: all .5s;
			transition: all .5s;
			-webkit-transform-origin: left top;
			-ms-transform-origin: left top;
			transform-origin: left top;
		}

		.bar.middle {
			top: 15px;
			opacity: 1;
		}

		.bar.bottom {
			top: 30px;
			-webkit-transform-origin: left bottom;
			-ms-transform-origin: left bottom;
			transform-origin: left bottom;
		}

		.menu-btn__text {
			position: absolute;
			bottom: -15px;
			left: 0;
			right: 0;
			margin: auto;
			color: #000;
			-webkit-transition: all .5s;
			transition: all .5s;
			display: block;
			visibility: visible;
			opacity: 1;
		}

		.menu-btn:hover .bar {
			background: #000;
		}

		.menu-btn:hover .menu-btn__text {
			color: #000;
		}


		/* ------------------------------------------------ checked */

		

		.check:checked ~ .contents {
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
			-webkit-transform: translateX(-300px);
			-ms-transform: translateX(-300px);
			transform: translateX(-300px);
		}

		.check:checked ~ .menu-btn .menu-btn__text {
			visibility: hidden;
			opacity: 0;
		}

		.check:checked ~ .menu-btn .bar.top {
			width: 56px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);

		}

		.check:checked ~ .menu-btn .bar.middle {
			opacity: 0;
		}

		.check:checked ~ .menu-btn .bar.bottom {
			width: 56px;
			top: 40px;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		.check:checked ~ .gnavi {
			-webkit-transition-duration: 1s;
			transition-duration: 1s;
			-webkit-transition-delay: .3s;
			transition-delay: .3s;
			background: rgba(0,0,0,.5);
			visibility: visible;
			opacity: 1;
			z-index: 3;
		}





		.gnavi {
			width: 100%;
			padding: 0px;
			opacity: 0;

		}

		.gnavi ul {
			*zoom: 1;
			position: absolute;
			top:0;
			width: 100%;
			margin: 0px auto 0px auto; 
			padding: 0px 0px 0px 0px;
			list-style:none;
			background-color:rgba(255,255,255,0.9);
			box-sizing: border-box;

		}

		.gnavi ul li {
		text-align: center;
		padding:6px 0px 6px 0px;

		}

		.gnavi ul li:first-child {
		margin:50px 0px 6px 0px;
		}
		.gnavi ul li:last-child {
		margin:6px 0px 50px 0px;
		}

		.gnavi ul li a {
			color:#998675;
		    display: block;
		    }

		.gnavi ul li a:hover {}
		.gnavi ul li a:visited {color: #999}


		#article03 .photo{
			display: -webkit-block;
		    display: block;

		}

		#article03 .photo li{
			max-width: 150px;
			height:auto;
		   	margin:0px auto 40px auto;
		    overflow: hidden;
		}

		#article03 .photo li img{
		width: 100%;
		margin-bottom: 25px;
		}

		#article03 .photo li:last-child {
		   	margin:0 auto;
		}


		#article04 .staff_photo{
			width: 150px;
			margin:0px auto 10px auto;
		}

		.list_form dt{
		    float: none;
		}

		.list_form  dd{
		    margin: 10px 0 20px 0px; 

		}

		.list_form  input, .list_form  textarea{
				border:2px solid #998675;
				padding: 2px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				font-size: 100%;
				max-width: 100%;
		        box-sizing: border-box;

		}

		#footer{
			background-color: #998675;

		}

		#footer .footer{
			color: white;
			font-size: 12px;
			text-align: center;
			width:100%;
			margin:0px auto 0px auto;
			padding:20px 0px 120px 0px;
			background-image: url("../images/footer_icon.png");
			background-repeat: no-repeat;
		    background-position: center 95%; 
		}

		#footer .navi ul{
			margin:0px 0px 10px 0px;
		} 


		#footer .navi ul li{ 	
			display: block;
		    border-bottom: 1px solid #e5e1dc;
		    padding:6px 0px 6px 0px;
		} 

		#footer .navi ul li a{
			display: block;
		}

		#footer .navi ul li:first-child {
		margin:50px 0px 6px 0px;
		}
		#footer .navi ul li:last-child {
		margin:6px 0px 50px 0px;
		}

		}



		/* pc site ---------------------------------------------------------------------------------*/


		@media screen and (min-width: 768px) {



		#article01, #article02, #article03, #article04, #article05, #article06, #article07, #article08{
			max-width: 1000px;
			margin: 0px auto 0px auto;
			padding:120px 10px 0px 10px;
		}

		#header{
			width:100%;
			height:600px;
			background-color: gray;
			display:block;
			background-image: url("../images/main_logo.png"),url("../images/nav_top_01.png"),url("../images/nav_back.png"),url("../images/main_bg.jpg");
			background-repeat: no-repeat,no-repeat,repeat-x,no-repeat;
			background-position: center center,center bottom,center 100%,center 100%;
			position: relative;
			background-size: auto,auto,auto,cover;
		}

		#headbar {
		   /* ▼上端に固定するCSS */
		   position: fixed;
		   top: 0px;
		   left: 0px;
		   width: 100%;
		   z-index: 99
		}

		.headbar_m{
			  display:visible;
		}


		label {
		  display:none;
		}

		input[type="checkbox"].on-off{
		  display: none;
		}


		.gnavi {
			width: 100%;
			padding: 0 0 0 0;
			background-color: #1d3f5e;

		}

		.gnavi ul {

			overflow: hidden;
			*zoom: 1;
			position: relative;
			max-width: 1000px;
			margin: 0px auto 0px auto; 
			padding: 10px 0px 10px 0px;
			list-style:none
		}

		.gnavi ul li {

		  float: left;
		  border:0px;
		}

		.gnavi ul li a {

		        display: block;
		        height: 60px;
		        text-indent: -9999px;
		    }

		.gnavi ul li.gnavi01 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi01 a {
		  width: 71px;
		  background-image: url("../images/main_m01.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi01 a:hover {
		  background-image: url("../images/main_m01.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi02 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi02 a {
		  width: 122px;
		  background-image: url("../images/main_m02.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi02 a:hover {
		  background-image: url("../images/main_m02.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi03 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi03 a {
		  width: 122px;
		  background-image: url("../images/main_m03.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi03 a:hover {
		  background-image: url("../images/main_m03.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi04 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi04 a {
		  width: 146px;
		  background-image: url("../images/main_m04.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi04 a:hover {
		  background-image: url("../images/main_m04.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi05 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi05 a {
		  width: 126px;
		  background-image: url("../images/main_m05.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi05 a:hover {
		  background-image: url("../images/main_m05.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi06 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi06 a {
		  width: 109px;
		  background-image: url("../images/main_m06.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi06 a:hover {
		  background-image: url("../images/main_m06.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi07 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi07 a {
		  width: 93px;
		  background-image: url("../images/main_m07.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi07 a:hover {
		  background-image: url("../images/main_m07.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi08 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi08 a {
		  width: 113px;
		  background-image: url("../images/main_m08.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi08 a:hover {
		  background-image: url("../images/main_m08.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }

		.gnavi ul li.gnavi09 {
		margin: 0px 0px 0px 0px; }
		.gnavi ul li.gnavi09 a {
		  width: 34px;
		  background-image: url("../images/main_m09.png");
		  background-repeat: no-repeat;
		  background-position: center 2px; }
		.gnavi ul li.gnavi09 a:hover {
		  background-image: url("../images/main_m09.png");
		  background-repeat: no-repeat;
		  background-position: center 0; }


		#article01, #article02, #article03, #article04, #article05, #article06, #article07, #article08{
			max-width: 1000px;
			margin: 0px auto 0px auto;
			padding:120px 10px 0px 10px;
		}

		#article01{
		    background-image: url("../images/sec_01.png");
		    background-repeat: no-repeat;
		    background-position: right center; 
		}

		#article01 .list{
			width: 80%;
			margin:0 auto;
		}

		#article01 .list dt{
			text-align: center;
		    float: left;
		    width: 200px;
		    height: 200px;
		    background-image: url("../images/konnna.png");
		    background-repeat: no-repeat;
		    background-position: center; 
		    display: flex;
			align-items: center;
			justify-content: center;
		}

		#article01 .list dd{
			height: 200px;
		    margin: 0 0 0px 240px; 
		    display: flex;
			align-items: center;
			line-height: 2;
		}

		#article01 .list li{
		margin:0px 0px 0px 20px;
		list-style-image: url("../images/list.png");
		}

		#article02{
		    background-image: url("../images/sec_02.png");
		    background-repeat: no-repeat;
		    background-position: right bottom; 
		}

		#article02 .list h2{
			text-align: center;
			width:70px;
			height:70px;
			margin-right:10px;
			background-color:#e5e1dc;
			display: flex;
			align-items: center;
			justify-content: center;
			border-bottom: 0px;
		}

		#article02 .list p{
			height:70px;
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
			align-items: center; /* 縦方向中央揃え */
		}

		#article02 .list li{
			margin:0px 0px 0px 0px;
			width:49%;
			float: left;
			overflow: hidden;
			display: -webkit-flex; /* Safari */
		  	display: flex;
		}

		#article02 .list li:nth-child(2n){
			margin:0px 0px 0px 0px;
			overflow: hidden;
			float: right;

		}



		#article03 .list li{
			margin:0px 0px 10px 0px;
			width:49%;
			float: left;
			overflow: hidden;
		}

		#article03 .list li:nth-child(2n){
			margin:0px 0px 10px 10px;
			float: right;

		}

		#article03 .list dt{
		    float: left;
		    width: 80px;
		    border-left:4px solid gray;
		    padding:0px 0px 0px 10px;
		}

		#article03 .list dd{
		    margin: 0 0 10px 80px; 
		}

		#article04 .staff_photo{
			float:left;
			margin:0px 40px 0px 0px;
		}

		#article04 .staff_box h3{
			text-align: left;
			color:#998675;
			font-size: 12px;
			margin-bottom:10px;
		}

		#article06 {
		    background-image: url("../images/sec_06.png");
		    background-repeat: no-repeat;
		    background-position: right top; 
		}

		#article06 .list dt{
			margin: 0 0 20px 0px; 
		    float: left;
		}

		#article06 .list dd{
		    margin: 0 0 20px 130px; 
		}


		#article06 .list3 h2{
			text-align: center;
			width:70px;
			height:70px;
			margin-right:10px;
			background-color:#e5e1dc;
			display: flex;
			align-items: center;
			justify-content: center;
			border-bottom: 0px;
		}

		#article06 .list3 p{
			height:70px;
			-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
			align-items: center; /* 縦方向中央揃え */
		}
		#article06 .list3 del{
			margin:0px 0px 0px 0px;
			float: left;
			overflow: hidden;
			display: inline;
		}


		#article06 .list3 li{
			margin:0px 0px 0px 0px;
			width:49%;
			float: left;
			overflow: hidden;
			display: -webkit-flex; /* Safari */
		  	display: flex;
		}

		#article06 .list3 li:nth-child(2n){
			margin:0px 0px 0px 0px;
			overflow: hidden;
			float: right;

		}

		.list_form dt{
			margin: 0 10px 20px 0px; 
		    float: left;
		}

		.list_form dd{
		    margin: 0 0 20px 100px; 
		    max-width: 100%;
		}

		.list_form input, .list_form  textarea{
				border:2px solid #998675;
				padding: 2px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				font-size: 100%;

		}

		#footer{
			background-image: url("../images/footer.png");
			background-repeat: repeat-x;
			background-position: center 0px; 
			display: flex;
			align-items: flex-end;
			height: 200px;
		}

		#footer .footer{
			color: white;
			font-size: 12px;
			text-align: right;
			min-width:758px;
			max-width:1000px;
			margin:0px auto 10px auto;
			padding:20px 0px 20px 0px;
			background-image: url("../images/footer_icon.png");
			background-repeat: no-repeat;
		    background-position: left 0px; 
		}

		#footer .navi ul li{ 	
		    display: inline;
		} 


		}

	
